@charset "utf-8";

body{color: #333;}
.article .ecm-container{position: relative;}
.cnt-bgc-ffdeab{background-color: #ffdeab!important;}
.cnt-bgc-fff8e5{background-color: #fff8e5!important;}

/*
 kanban
=========================================== */
.kanban{
  position: relative;
  min-width:1024px;
  max-width:1920px;
  height: 480px;
  margin: 0 auto;
  overflow:hidden;
}
.kanban h1{
  position: absolute;
  top: 0;
  left: 50%;
  transform:translateX(-50%);
}
.kanban
.kanban__condition{
  position: absolute;
  width:640px;
  bottom: 20px;
  left: 50%;
  transform:translateX(-50%);
  border:solid 1px #979797;
  border-radius: 4px;
  background-color: #fffef8;
  padding-bottom: 10px;
}
.kanban__conditionIcon{
  position: absolute;
  top: -16px;
  left: 50%;
  transform:translateX(-50%);
  width: 160px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  border-radius: 15px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
}
.kanban__conditionTitle{
  padding-top: 26px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.kanban__conditionText{
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

/*
 ecm-floating-navi-container
=========================================== */
.ecm-floating-navi-container[data-layout="default"]{
  background-color: #ffe6c8;
  border-bottom:none!important;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi{
  height: 80px;
  width: 960px;
  margin: 0 auto;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item{
  flex:0 1 auto;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-family: 'RakutenSansJP_W_Medium';
  color: #bd6301!important;
  padding: 0!important;
  position: relative;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item:not(:first-child)::before{
  content: '';
  position: absolute;
  height: 48px;
  width: 1px;
  top: 16px;
  left: 0;
  background-color:#f1c591;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  border-bottom:none!important;
  background-color: #d87000;
  color: #fff !important;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor:hover{
  color: #bd6301!important;
  background-color: #ffd195!important;
}

/*
 エントリーエリア  
=========================================== */

.period_info_ribbon{
  text-align: center;
}

.period_info_ribbon span{
  display: inline-block;
  margin:0 auto;
  background-color: #d87000;
  color:#ffffff;
  font-size: 20px;
  font-weight: bold;
  padding:0.2em 0.5em;
}

.period{
  padding: 12px 0 26px;
  text-align: center;
  font-size:18px;
  font-weight: bold;
  letter-spacing:0.06em;
}
.period_waku{
  font-size:18px;
  letter-spacing: 0.06em;
}
.entry_note{
  /* text-align: center; */
  line-height: 1.5;
  font-size: 12px;
  width: 620px;
  margin: 0 auto;
}
.entry_note span{
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
.anchorList{
  display: flex;
  justify-content: center;
}
.anchorList li{
  padding-left: 50px;
  border-left:1px solid #b3b3b3;
}
.anchorList li:first-child{
  padding-right: 50px;
  padding-left: 0;
  border-left:none!important;
  border-right: 1px solid #b3b3b3;
}
.anchorList li a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 18px;
  height: 18px;
  font-size: 18px;
}

/*
 article__title
=========================================== */
.article__title{
  font-size: 28px;
  font-family: 'RakutenSansJP_W_DemiBold';
  text-align: center;
}

/*
 article__lead
=========================================== */
.article__lead{
  font-size: min(calc(28/750*100vw),28px);
  font-weight: normal;
  letter-spacing: -0.04em;
  font-family: 'RakutenSansJP_W_DemiBold';
}

/*
 article__subtitle
=========================================== */
.article__subtitle{
  font-size:28px;
  font-family: 'RakutenSansJP_W_DemiBold';
  text-align: center;
}

/*
 article__sublead
=========================================== */
.article__sublead{
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  letter-spacing: -0.04em;
  font-family: 'RakutenSansJP_W_Regular';
}

/*
 article__icon
=========================================== */
.article__icon{
  width:140px;
  height:140px;
  position: absolute;
  right: 64px;
  top: 1px;;
}

/*
 article__note
=========================================== */
.article__noteWrap{
  width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.article__note{
  line-height: 1.5;
  font-size: 12px;
  color: #717171;
}
.article__note span{
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

/*
 step__wrap
=========================================== */
.step__wrap{
  position: relative;
  width: 840px;
  margin: 0 auto;
}
.step__wrap .step{
  display: flex;
  align-items: center;
  width:759px;
  height:64px;
  position: absolute;
  left: 82px;
  font-size: 20px;
  font-family: 'RakutenSansJP_W_DemiBold';
  letter-spacing: 0.04em;
  padding-left: 56px;
}
.step__wrap .step._01{
  top: 0;
}
.step__wrap .step._02{
  top: 72px;
}
.step__wrap .step._03{
  top: 144px;
}

/*
 ecm-view-more-button[module]
=========================================== */
.ecm-view-more-button[data-layout="default"]{
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 64px;
  font-size: 24px;
  margin-right: auto;
  margin-left: auto;
  color: #fff!important;
  font-weight: bold;
  background-color: #bf0000;
  border:none!important;
  border-radius: 32px;
}
.ecm-view-more-button[data-layout="default"]:hover{opacity:.8;}

/*
 search_wrap
=========================================== */
.search_wrap .ecm-search{
  width: 560px;
  /* border-color:#333333; */
  border-radius: 4px;
  overflow:hidden;
  margin: 0 auto 40px;
}
/* .search_wrap .ecm-search .ecm-search-submit{
  background-color: #ffffff;
  color:#333333;
}
.search_wrap .ecm-search .ecm-icon-search{
  color:#333333;  
} */
.search_wrap .keyword__title{
  font-size:18px;
  text-align: center;
}
.search_wrap .ecm-search-keyword-container{
  margin-top: 8px;
  justify-content: center;
  height: 60px;
}
.search_wrap .ecm-search-keyword{
  color: #333 !important;
  border:solid 1px #333!important;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  padding: 14px 36px;
  border-radius: 24px;
}
.search_wrap .ecm-search-keyword:not(.ecm-search-keyword-list){
  margin-top: 12px;
  white-space: nowrap;
  background-color: #fff;
}
.search_wrap .ecm-search-keyword:hover{opacity:.8;}
.search_wrap .ecm-search-keyword+.ecm-search-keyword{margin-left: 12px;}

/*
 guide_box
=========================================== */
.d-flex.con-flex-col-2{
  flex-wrap: wrap;
  justify-content: start;
}
.d-flex.con-flex-col-2 div{
  width: 474px;
}
.guide_box{
  overflow: hidden;
  /* border: 1px solid rgba(0, 0, 0, 0.08); */
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.guide_box ._txt{
  padding: 10px 12px;
  color:#333333;
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.guide_box ._txt ._num{
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-right: 16px;
  font-size: 0;
}
.guide_box ._txt ._num._01{
  background-image: url(https://r.r10s.jp/evt/event/regular/_pc/img/20250330/num_icon01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.guide_box ._txt ._num._02{
  background-image: url(https://r.r10s.jp/evt/event/regular/_pc/img/20250330/num_icon02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.guide_box ._txt ._num._03{
  background-image: url(https://r.r10s.jp/evt/event/regular/_pc/img/20250330/num_icon03.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.guide_box ._txt ._num._04{
  background-image: url(https://r.r10s.jp/evt/event/regular/_pc/img/20250330/num_icon04.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.guide_box ._txt ._num._05{
  background-image: url(https://r.r10s.jp/evt/event/regular/_pc/img/20250330/num_icon05.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.guide_box ._txt ._wrap{width: 100%;}
.guide_box ._txt ._main{
  font-size: 16px;
  margin-bottom: 0.5em;
  text-align: left;
}
.guide_box ._txt ._sub{
  font-size: 13px;
  text-align: left;
}

/*
 faq
=========================================== */
.content_title{
  font-size:28px;
  text-align: center;
  color:#333333;
}
.content_subtitle{
  font-size:24px;
  text-align: center;
  color:#333333;
}
.devide_border{
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 24px;
  margin-bottom: 32px;
}
.ecm-accordion.-faq_accordion{
  background-color: #ffffff;
  border:1px solid rgba(0, 0, 0, .08) ;
  border-radius: 4px;
}
.ecm-accordion.-faq_accordion .ecm-accordion-trigger{text-align: left;}
.ecm-accordion.-faq_accordion .answer_box{
  background-color: #fff8e5;
  padding: 24px 32px;
  border-top:1px solid rgba(0, 0, 0, .08) ;
}
.ecm-accordion.-faq_accordion .answer_box p{line-height: 1.5;}
.access_lead{
  color:#333333;
  text-align: center;
  font-size:14px;
  margin-bottom: 1em;
}
.access_btn {
  width: 442px;
  margin:0 auto 16px;
}
.access_btn a{width: 100%;}
.access_alt{
  font-size: 11px;
  color:#717171;
  text-align: left;
}

/*
  button
=========================================== */

.regular-debut-button {
  display: -moz-flex;
  display: flex;
  width: 365px;
  height: 72px;
  margin: auto;
  justify-content: center;
  align-items: center;
  background-color: #cccccc;
  border-radius: 40px;
  font-size: 24px;
  color: #ffffff !important;
  text-align: center;
  position: relative;
}
.regular-debut-button::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.regular-debut-button:hover {
  opacity: 0.8;
  text-decoration: none;
}

.regular-debut-button-bf0000 {
    background-color: #bf0000;
}