@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
.main_contents{
  color: #333;
}
.win960{
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
}
/* Ad */
.regular-ad__ {
  display: none;
}
.regular-ad__discount-rate {
  padding: 1px 3px 0 2px;
}
.regular-ad__label {
  padding: 0 2px;
}
/*
kanban
======================================================= */
.kanban_note{
  position: absolute;
  bottom: 32px;
  left: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  font-size: 12px;
  color: #717171;
  text-align: center;
}
.loopSwiper{
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  bottom: 60px;
  width: 620px;
  margin: 0 auto;
  transform: translateX(-50%);
  margin-left: 50%;
  border-radius: 6px;
  -webkit-mask-image: linear-gradient(to right, transparent, black 1.5em, black calc(100% - 1.5em), transparent);
	mask-image: linear-gradient(to right, transparent, black 1.5em, black calc(100% - 1.5em), transparent);
}
.loopSwiper .loopSwiper_box{
  border-radius: 8px;
  overflow: hidden;
  pointer-events: none;
}
.loopSwiper .swiper-container01 {
  position: relative;
  display: flex;
}
.loopSwiper ul {
  padding: 0;
  /*ロゴの枚数×2で下記の数値（8）を変更*/
  width: calc((80px + 10px)*8);
  display: flex;
  flex-shrink: 0;
}
.loopSwiper ul:first-child {
  animation: loopslide1 30s -15s linear infinite;
}
.loopSwiper ul:last-child {
  animation: loopslide2 30s linear infinite;
}
.loopSwiper ul li img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes loopslide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* loopSlide _slideimg */
.loopSwiper .loopSwiper_box ul li {
  width: 80px;
  /* height: 24.063vw; */
  margin-right: 10px;
  display: inline-block;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
/*
main_section
======================================================= */
.main_section{
  position: relative;
  padding: 40px 0;
}
.main_section.entry{
  padding-bottom: 25px;
}
.main_section.merit{
  padding-top: 39px;
}
._bg01{
  background-color: #FFFEE7;
}
._bg02{
  background-color: #F2F9CF;
}
/*
ttl
======================================================= */
/* ttl01 */
.ttl01{
  position: relative;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #0D7410;
  padding-top: 11px;
  padding-bottom: 40px;
}
.ttl01 ._text::before{
  content: "";
  position: absolute;
  width: 65px;
  height: 53px;
  background: url(https://r.r10s.jp/evt/event/genre/regular/_pc/img/20251027/dec_02.png) no-repeat;
  background-size: 100%;
  top: -33px;
  left: -36px;
}
.ttl01 ._text::after{
  content: "";
  position: absolute;
  width: 76px;
  height: 54px;
  background: url(https://r.r10s.jp/evt/event/genre/regular/_pc/img/20251027/dec_03.png) no-repeat;
  background-size: 100%;
  top: -39px;
  right: -44px;
}
.ttl01 ._text{
  position: relative;
  background: linear-gradient(transparent 65%, #FDE16E 65%);
}
.ttl01 ._bold{
  font-size: 34px;
}
/* ttl02 */
.ttl02{
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #0D7410;
  margin-bottom: 24px;
}
/* ttl03 */
.ttl03{
  position: relative;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #0D7410;
  margin-bottom: 41px;
}
.ttl03 ._text{
  background: linear-gradient(transparent 65%, #FDE16E 65%);
}
/* ttl04 */
.ttl04{
  position: relative;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #0D7410;
  margin-bottom: 40px;
}
.ttl04 ._text{
  background: linear-gradient(transparent 65%, #FDE16E 65%);
}
.ttl04 ._bold{
  font-size: 8vw;
}
.ttl04 ._sub{
  font-size: 16px;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.ttl04 ._sub ._sub_text{
  position: relative;
  padding: 0 24px;
}
.ttl04 ._sub ._sub_text::before,
.ttl04 ._sub ._sub_text::after{
  display: block;
  position: absolute;
  content: "";
  background-color: #0D7410;
  bottom: 9px;
  width: 20px;
  height: 2px;
}
.ttl04 ._sub ._sub_text::before{
  left: 0;
  transform: rotate(45deg);
}
.ttl04 ._sub ._sub_text::after{
  right: 0;
  transform: rotate(-45deg);
}
/*
entry
======================================================= */
.entry .rcEntryButton{
  margin-bottom: 24px;
}
.entry .rcEntryButton-button:hover{
  opacity: .8;
}
.period_area{
  background-color: #F7F7F7;
  border-radius: 24px;
  color: #333;
  width: 632px;
  margin: 0 auto 11px;
  padding: 16px;
}
.period_text{
  font-size: 12px;
  line-height: 1.3;
}
.period_text ._text{
  padding-top: 2px;
  display: block;
}
.period_text ._title{
  display: block;
  color: #717171;
  margin-bottom: 5px;
}
.period_text + .period_text{
  margin-top: 17px;
}

.period_note{
  color: #717171;
  font-size: 12px;
  width: 632px;
  margin: 0 auto 24px;
  line-height: 1.3;
}

.campaignLinkList{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 643px;
  margin: 0 auto;
}
.campaignLink{
  position: relative;
  width: calc((100% - 13px) / 2);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.campaignLink a{
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0078B5;
  position: relative;
  text-decoration: none;
  height: 48px;
}
.campaignLink::before{
  content: "";
  width: 1px;
  height: 48px;
  background: var(--black-8, rgba(0, 0, 0, 0.08));
  position: absolute;
  right: 0;
  top: 0;
}
.campaignLink:last-of-type::before{
  content: none;
}
.campaignLink{
  margin-right: 0;
}
.campaignLink span{
  position: relative;
  text-decoration: underline;
}
.campaignLink span:hover{
  opacity: .8;
}
/*
merit
======================================================= */
.merit{
  position: relative;
}
.merit::before{
  content: "";
  background: url(https://r.r10s.jp/evt/event/genre/regular/_pc/img/20251027/bg_merit.png) top center/1920px auto no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  z-index: -2;
}
.merit::after{
  content: "";
  width: 927px;
  height: 538px;
  background: url(https://r.r10s.jp/evt/event/genre/regular/_pc/img/20251027/dec_01.png);
  background-size: 100%;
  position: absolute;
  bottom: 65px;
  right: -8px;
  transform: translateX(-50%);
  margin-left: 50%;
  z-index: -1;
}
/* merit_area */
.merit_area{
  width: 632px;
  margin: 0 auto;
  color: #333;
}
.merit_box + .merit_box{
  margin-top: 10px;
}
.merit_box:last-of-type{
  margin-bottom: 38px;
}
.merit_box{
  position: relative;
  padding: 24px;
  border: 1px solid #1E9D22;
  background: rgba(255, 255, 255, 0.60);
  border-radius: 16px;
}
.merit_box._01::before{
  content: "";
  position: absolute;
  width: 105px;
  height: 94px;
  background: url(https://r.r10s.jp/evt/event/genre/regular/_cmn/img/20251027/merit_box01_img01.png) no-repeat;
  background-size: 100%;
  top: 13px;
  right: 15px;
}
.merit_box::after{
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  background: url(https://r.r10s.jp/evt/event/genre/regular/_cmn/img/20251027/ic_plus.png) no-repeat;
  background-size: 100%;
  bottom: -33px;
  right: 24px;
  z-index: 1;
}
.merit_box:last-of-type::after{
  content: none;
}
.merit_ttl{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}
.merit_ttl ._bold{
  color: #BF0000;
}
.merit_li{
  display: flex;
  align-items: center;
  line-height: 2.1;
}
.ic_check{
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(https://r.r10s.jp/evt/event/genre/regular/_cmn/img/20251027/ic_check.png) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.merit_ul{
  font-size: 16px;
}

.merit_list_box{
  gap: 16px;
}
.merit_list_box .ecm-slider-slide:hover{
  cursor: auto;
}

.note{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  color: #333;
  line-height: 1.3;
  text-align: center;
}

/* button01 */
.button01{
  margin: 12px auto 40px;
}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 468px;
  height: 58px;
  margin: 0 auto;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.40);
  border: 1px solid #1E9D22;
  color: #1E9D22;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
.button01 .buttonLink:hover{
  opacity: .8;
  text-decoration: none;
}

.merit_anc_link{
  font-size: 16px;
  display: block;
  text-align: right;
  position: relative;
  padding-right: 20px;
}
.merit_anc_link a:hover{
  text-decoration: none;
}
.merit_anc_link span{
  text-decoration: underline;
}
.merit_anc_link span:hover{
  opacity: .8;
}
.merit_anc_link::after{
  content: "";
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #0078B5;
}
/*
pointo5
======================================================= */
/* .index01 */
.index01{
  padding: 15px 0 75px;
  background-color: #FFFEE7;
}
.index01 .index_box{
  gap: 24px;
}
.index01 a.anchorNav__menuLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 66px;
  border-radius: 16px;
  padding-bottom: 21px;
  background: #EDFAC8;
  color: #0D7410;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  border: 1px solid #0D7410;
}
.index01 a.anchorNav__menuLink:hover{
  text-decoration: none;
  filter: brightness(0.9);
}
.index01 a.anchorNav__menuLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 14px;
  right: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 1px solid #1D9C21;
  border-top: 1px solid #1D9C21;
  transform: rotate(136deg);
}
.index01 .anchorNav__menuItem a:hover{
  opacity: .8;
}

/* pointo5x_section */
.pointo5x_section{
  position: relative;
  background-color: #FFFEE7;
  padding: 46px 0 75px;
}
.pointo5x_section::after{
  content: "";
  width: 971px;
  height: 10px;
  background: url(https://r.r10s.jp/evt/event/genre/regular/_pc/img/20251027/dec_04.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pointo5x_section._last_section{
  padding-bottom: 40px;
}
/* .pointo5x_section:last-of-type::after{
  content: none;
}
.pointo5x_section:first-of-type{
  padding-top: 0;
} 
.pointo5x_section:last-of-type{
  padding-bottom: 0;
} */

/* button02 */
.button02{
  margin: 24px auto 0;
}
.button02 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 468px;
  height: 56px;
  margin: 0 auto;
  border-radius: 32px;
  background: #1E9D22;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
.button02 .buttonLink:hover{
  text-decoration: none;
  opacity: .8;
}
/*
kyeword_area
======================================================= */
/* search01 */
.search01{
  width: 634px;
  margin: 0 auto 40px;
}
.search01 .search_box{
  border-radius: 21px;
  border: 2px solid #1E9D22;
  height: 40px;
  position: relative;
}
.search01 .search_box_submit{
  width: 40px;
  height: 40px;
  background-color: #1E9D22;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: -2px;
}
.search01 .search_input{
  padding-left: 10px;
  font-size: 14px;
}
.search01 .search_box_ic{
  font-size: 21px;
}
/* keyword01 */
.keyword01 .keyword_list{
  gap: 10px;
}
.keyword01 .keyword_list > a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding: 0 0.8vw;
  height: 40px;
  background: #EDFAC8;
  border-radius: 8px;
  color: #333;
  border: none;
}
.keyword01 .keyword_list > a:hover{
  opacity: .8;
}
/*
campaign
======================================================= */
.campaign::after{
  content: "";
  width: 925px;
  height: 81px;
  background: url(https://r.r10s.jp/evt/event/genre/regular/_pc/img/20251027/dec_05.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 48px;
  transform: translateX(-50%);
  margin-left: 50%;
}
.campaign_area{
  gap: 24px;
}
.campaign_area li{
  border: 1px solid #cecece;
}
.campaign_area li a:hover{
  opacity: .8;
}
/*
rule
======================================================= */
.rule{
  padding: 80px 0;
}

/*
floating_area
======================================================= */
.floating_area{
  height: 60px;
  background: #EDFAC8;
}
.floating_area .ecm-floating-navi{
  height: 60px;
  width: 960px;
  margin: 0 auto;
}
.floating_area .ecm-floating-navi-item:first-of-type{
  border-left: 1px solid #0D7410;
}
.floating_area .ecm-floating-navi-item{
  width: 159px;
  padding: 0 16px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #0D7410;
  font-size: 16px;
  color: #0D7410;
  font-weight: bold;
  position: relative;
}
.floating_area .-column3 .ecm-floating-navi-item{
  width: calc(960px / 3);
}
.floating_area .ecm-floating-navi-item::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 14px;
  right: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 1px solid #1D9C21;
  border-top: 1px solid #1D9C21;
  transform: rotate(136deg);
}
.floating_area .ecm-floating-navi-item:hover,
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  border-bottom: none;
  border-color: #0D7410;
  background: #1D9C21;
  color: #fff;
}
.floating_area .ecm-floating-navi-item:hover::before,
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]::before{
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

/*
float_btn
======================================================= */
.float_btn_area{
  right: 0;
  left: 0;
  bottom: 0;
  top: auto !important;
  width: 100%;
  height: 60px;
  background-color: #EDFAC8;
}
.float_btn_area .search01{
  margin: 0 auto;
  padding: 10px 0;
}
.float_btn_area .search01 .search_box{
  height: 37px;
}