@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
.wid960{
  width: 960px;
  margin: 0 auto;
}
/*
kanban
======================================================= */
.loopSwiper{
  padding: 16px 0 25px;
  overflow: hidden;
  box-sizing: border-box;
  width: 960px;
  margin: -16px auto 0;
}
.loopSwiper .loopSwiper_box{
  padding: 16px 0;
  margin: -16px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
.loopSwiper .loopSwiper_box::before{
  content: "";
  width: 60px;
  height: 100%;
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.loopSwiper .loopSwiper_box::after{
  content: "";
  width: 60px;
  height: 100%;
  background: linear-gradient(to right,  rgba(125,185,232,0) 0%,rgba(255,255,255,1) 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.loopSwiper .swiper-container01 {
  position: relative;
  display: flex;
}
.loopSwiper ul {
  padding: 0;
  /*ロゴの枚数で下記の数値（17）を変更*/
  width: calc((112px + 8px)* 17);
  display: flex;
  flex-shrink: 0;
}
.loopSwiper ul:first-child {
  animation: loopslide1 60s -30s linear infinite;
}
.loopSwiper ul:last-child {
  animation: loopslide2 60s 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: 112px;
  /* height: 109px; */
  margin-right: 8px;
  display: inline-block;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0px 11px rgba(0, 0, 0, .2);
}
.loopSwiper .loopSwiper_box ul li img {
  image-rendering: -webkit-optimize-contrast;
}

.notes{
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  color: #666;
  line-height: 1.45;
  text-align: center;
}
.main_section .notes{
  margin-bottom: 30px;
}
.ranking .notes{
  text-align: left;
}
/*
floating_area
======================================================= */
.floating_area .ecm-floating-navi{
  height: 52px;
}
.floating_area .ecm-floating-navi-item{
  /*padding: 0 22px;*/
  width: calc(960px / 8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #b7f7ff;
  font-size: 14px;
}
.floating_area .ecm-floating-navi-item:first-of-type{
  border-left: 1px solid #b7f7ff;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor:hover,
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  background-color: #b7f7ff;
  border: none;
}
/* .index01 */
.index01{
  margin-bottom: 45px;
}
.index01 .index_box{
  gap: 8px;
}
.index01 a.anchorNav__menuLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 76px;
  border-radius: 6px;
  padding: 9px 0 20px;
  background: #b7f7ff;
  color: #111111;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
}
/*.index01 .anchorNav__menuItem:first-of-type{
  grid-column: 1 / 5;
  width: 368px;
  margin: 0 auto;
}*/
.index01 a.anchorNav__menuLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 8px;
  right: 0;
  left: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 2px solid #111111;
  border-top: 2px solid #111111;
  transform: rotate(136deg);
}
.index01 .anchorNav__menuItem a:hover{
  opacity: .8;
  text-decoration: none;
}
/*
title
======================================================= */
/* title01 */
.title01{
  margin-bottom: 34px;
}
.title01 .ttl_area{
  width: 479px;
  margin: 0 auto;
}
/* title02 */
.title02{
  text-align: center;
  font-weight: bold;
  margin-bottom: 33px;
}
.title02 span{
  font-size: 36px;
  line-height: 1.45;
}
.title02._small span{
  font-size: 30px;
  line-height: 1.45;
}
/* line_marker */
.line_marker{
  position: relative;
  background: linear-gradient(transparent 58%, #fff96d 10%);
}
.scenes_box._bg01 .line_marker,
.diagnosis_box._bg01 .line_marker,
.service .line_marker{
  background: linear-gradient(transparent 50%, #fff96d 10%);
  pointer-events: none;
}
.scenes .inner_tab .line_marker,
.scenes_box._bg02 .line_marker {
  background: linear-gradient(transparent 50%, #9af4ff 10%);
}
/* title_notes */
.title_notes{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
/* title03 */
.title03{
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0 60px;
  margin-bottom: 40px;
  width: 1920px;
  transform: translateX(-50%);
  margin-left: 50%;
}
.title03 ._text{
  font-size: 36px;
  font-weight: bold;
  display: block;
  margin-top: 2px;
}
/*.title03::before,*/
.title03::after{
  content: "";
  display: block;
  position: absolute;
  z-index: -3;
}
/* .title03::before{
  left: 0;
  top: 0;
  background: url(https://r.r10s.jp/evt/event/sports/e-bike/_pc/img/20241125/h2_dec_left.png) no-repeat;
  background-size: 100%;
  width: 1371px;
  height: 380px;
} */
.title03::after{
  right: 0;
  bottom: 0;
  background: url(https://r.r10s.jp/evt/event/season/newlife/tieup/bike/_pc/img/20260202/h2_dec_bottom.png) no-repeat;
  background-size: 100%;
  background-position: bottom center;
  width: 1920px;
  height: 201px;
}
.title03 ._bold{
  font-size: 48px;
}
.title03 ._sub{
  font-size: 22px;
}
/* title04 */
.title04{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 13px;
}
/* title05 */
.title05{
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 45px;
}
/* title06 */
.title06{
  background-color: #111;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* title07 */
.title07{
  color: #111111;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  flex-flow: column;
}
/* title08 */
.title08{
  color: #111111;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  flex-flow: column;
}
.title08 span{
  display: block;
  text-align: center;
  font-size: 20px;
}
/*
main_section
======================================================= */
/* .main_section{
  padding-bottom: 100px;
} */
.main_section{
  padding-bottom: 40px;
}
/*
entry
======================================================= */
.entry{
  padding-top: 48px;
  padding-bottom: 60px;
}
.rcEntryButton{
  margin-bottom: 47px;
}
.entry .rcEntryButton-button{
  width: 480px;
  height: 72px;
}
.entry .rcEntryButton-button:hover{
  opacity: .8;
}
/* periodWrap01 */
.periodWrap01{
  display: block;
  color: #333;
}
.periodWrap01 .periodTxt{
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.1px;
  font-weight: bold;
  line-height: 1.4;
}
.periodWrap01 .periodTxt:first-of-type{
  margin-bottom: 4px;
}
.periodWrap01 .periodTxt:last-of-type{
  margin-bottom: 29px;
}
.periodWrap01 .periodTxt ._blod{
  font-weight: bold;
}
.periodWrap01 .campaignLink{
  position: relative;
  width: calc((100% - 8px)/2);
  margin-right: 8px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.periodWrap01 .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: #333;
  position: relative;
  text-decoration: none;
}
.periodWrap01 .campaignLink::before{
  content: "";
  width: 1px;
  height: 100%;
  background-color: #c6c6c6;
  position: absolute;
  right: 0;
}
.periodWrap01 .campaignLink:last-of-type::before{
  content: none;
}
.periodWrap01 .campaignLink{
  margin-right: 0;
}
.periodWrap01 .campaignLink span{
  position: relative;
}
.periodWrap01 .campaignLink span:hover{
  opacity: .8;
}
/* .periodWrap01 .campaignLink span::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 2px;
  right: -2px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(135deg);
} */
.periodWrap01 .couponNote_Info{
  font-size: 12px;
  color: #666;
  text-align: center;
}
.periodWrap01 .couponNote_Info a{
  text-decoration: underline;
}
.periodWrap01 .couponNote_Info a:hover{
  opacity: .8;
}
.periodWrap01 .couponNote_Info li{
  padding-left: 1em;
  text-indent: -1em;
}
.periodWrap01 .campaignLinkList{
  padding: 0 16px 33px;
  display: flex;
  justify-content: center;
  width: 440px;
  margin: 0 auto;
}
/*
coupon
======================================================= */
/* coupon_ad_box */
.coupon_ad_box{
  border-radius: 8px;
  padding: 34px 17px 40px;
}
.coupon_ad_box + .coupon_ad_box{
  margin-top: 24px;
}
.coupon_ad_box._bg01{
  background-color: #fffdd2;
}
.coupon_ad_box._bg02{
  background-color: #dffcff;
}
.coupon_ad_ttl{
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 17px;
}


.ad_area .sm-ecm-ad-horizontal {
  display: flex!important;
}
.ad_area .sm-ecm-ad-horizontal-image-100120 {
  max-width: 100px!important;
  margin-right: 12px!important;
}
.ad_area .ecm-ad-name{
  margin-top: 0;
}
.ad_area .ecm-ad{
  box-shadow: 0 0px 11px rgba(0, 0, 0, .2);
  padding: 10px 12px;
  border-radius: 10px;
}
.ad_area .ecm-ad-coupon{
  border: none;
  background: #d82f30;
  color: #fff;
  height: 36px;
  padding: 0;
  margin: 10px 0 0;
}
.ad_area .ecm-ad-coupon i{
  color: #fff;
}
.ad_area .ad_logo{
  margin-bottom: 10px;
}
.ad_area .ecm-ad-discount-text{
  font-size: 24px;
}
/*
chumoku_box
======================================================= */
.chumoku_box .ecm-ad{
  box-shadow: 0 0px 7px rgba(0, 0, 0, .2);
  border-radius: 6px;
  overflow: hidden;
}
.chumoku_box .ecm-ad .ecm-ad-image-block{
  padding: 8px;
}
/*
keywords
======================================================= */
/* search01 */
.search01{
  width: 780px;
  margin: 0 auto 28px;
}
.search01 .search_box{
  border: 1px solid #111111;
  height: 54px;
  border-radius: 8px;
}
.search01 .search_box_submit{
  width: 53px;
  background-color: #111111;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0;
}
.search01 .search_input{
  padding-left: 25px;
  font-size: 16px;
}
.search01 .search_box_ic{
  font-size: 26px;
}

/* keyword01 */
.keyword_list{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.keyword01 .keyword_list > a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 0 3px;
  height: 50px;
  min-width: 180px;
  background: #fff;
  border-radius: 32px;
  border: none;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
}
.keyword01 .keyword_list > a:hover{
  opacity: .8;
}
/*
merit
======================================================= */
.merit{
  padding-top: 9px;
}
.ic_merit{
  display: inline-block;
  background: url(https://r.r10s.jp/evt/event/season/newlife/tieup/bike/_cmn/img/20260202/ic_merit.png);
  background-size: 100%;
  width: 22px;
  height: 17px;
  margin-right: 8px;
}
.merit_area{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 630px;
  margin: 0 auto;
}
.merit_box{
  margin: 0 auto;
}
.merit_list{
  font-size: 18px;
  color: #111111;
  line-height: 1;
  display: flex;
  align-items: baseline;
}
.merit_list + .merit_list{
  margin-top: 24px;
}
.merit_list ._bold{
  font-weight: bold;
  font-size: 22px;
}
.merit_img{
  width: 276px;
  margin: 0 auto;
}
/*
scenes
======================================================= */
.scenes .title_notes{
  margin-bottom: 36px;
}
/* tab01 */
.tab01 .tab_menuList{
  padding: 0 625px;
  /* margin-left: -4vw; */
  border-bottom: 2px solid #111;
  width: 1920px;
  transform: translateX(-50%);
  margin-left: 50%;
  gap: 20px;
}
.tab01 .tab_menuItem{
  border-radius: 8px 8px 0 0;
  margin: 14px 0 0 0;
  font-size: 18px;
  padding: 0;
  min-height: 70px;
  font-weight: bold;
  border-bottom: none;
  position: relative;
  background-color: #dffcff;
  color: #111;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #111;
  margin-bottom: -2px;
  line-height: 1.4;
  overflow: hidden;
}
.tab01 .tab_menuItem:hover{
  opacity: .8;
}
.tab01 .tab_menuItem[aria-selected="true"]:hover,
.tab01 .tab_menuItem.is_show:hover{
  opacity: 1;
}
.tab01 .tab_menuItem[aria-selected=true],
.tab01 .tab_menuItem.is_show{
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #111;
  margin-top: 0;
}
.tab01 .tab_menuItem[aria-selected=true]::before,
.tab01 .tab_menuItem.is_show::before{
  content: "";
  width: 100%;
  height: 6px;
  background-color: #9af4ff;
  position: absolute;
  top: 0;
}

.tab01 .tab_menuList.editorTab_Tab_container_btm{
  border-top: 2px solid #111;
  border-bottom: none;
}
.tab01 .editorTab_Tab_container_btm .tab_menuItem[aria-selected=true],
.tab01 .editorTab_Tab_container_btm .tab_menuItem.is_show{
  border-bottom: 2px solid #333;
  border-top: 2px solid #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
  overflow: hidden;
}
.tab01 .editorTab_Tab_container_btm .tab_menuItem{
  border-radius: 0 0 8px 8px;
  margin: -2px 0 10px 0;
}
.tab01 .editorTab_Tab_container_btm .tab_menuItem[aria-selected=true]::before,
.tab01 .editorTab_Tab_container_btm .tab_menuItem.is_show::before{
  bottom: 0;
  top: auto;
}

.sub_section{
  padding-top: 40px;
}
.scenes_ttl_box{
  display: flex;
  align-items: center;
  width: 523px;
  margin: 0 auto 48px;
}
.scenes_img{
  width: 175px;
}
.scenes_right{
  margin-left: 38px;
}
.scenes_notes{
  font-size: 16px;
  color: #333;
  line-height: 1.45;
  /* margin-right: 37px; */
}
/* layout01 */
.layout01 .category_wrap{
  text-align: center;
}
.layout01 .category_ttl{
  margin: 32px 0 24px;
  font-size: 18px;
  font-weight: bold;
  color: #6b552a;
  text-align: center;
}
.layout01 .category_wrap > ul.rl-column3 > li{
  width: calc((100% - 18px)/3 - 0.01px)!important;
  margin-right: 9px!important;
}
.layout01 .category_wrap > ul.rl-column3 > li:nth-of-type(3n){
  margin-right: 0!important;
}
.layout01 .category_wrap > ul.rl-column3 > li > a{
  display: block;
  color: #333;
}
.layout01 .category_img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 154px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 8px;
  margin: 0 auto;
  box-shadow: 0px 0 8px 0px rgba(0,0,0,.14);
}
.layout01 .category_txt{
  margin: 13px 0 0;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 1.4;
}
.brand_search{
  padding-top: 10px;
}
.brand_search a:hover{
  color: #333;
}
.brand_search_area + .brand_search_area{
  margin-top: 47px;
}
.con{
  padding-bottom: 45px;
}
.con:last-of-type{
  padding-bottom: 0;
}
.con .ecm-alcor,
.con .ecm-ranking-alcor{
  border-radius: 4px;
  box-shadow: 0px 0 8px 0px rgba(0, 0, 0, .14);
  background-color: #fff;
  overflow: hidden;
}
.con .ecm-alcor .ecm-alcor-body,
.con .ecm-ranking-alcor .ecm-alcor-body{
  padding: 0 7px 7px;
}
.con .ecm-slider-track{
  padding: 10px 0;
}
.ecm-slider-container .ecm-slider{
  padding: 0 10px;
}
.ecm-slider-container .ecm-slider-prev{
  left: -8px;
}
.ecm-slider-container .ecm-slider-next{
  right: -4px;
}
.brand_search_area .ecm-slider-prev,
.brand_search_area .ecm-slider-next{
  top: 0;
  margin-top: 77px;
} 
.ichioshi_txt{
  text-align: right;
  margin-right: 13px;
  margin-top: 6px;
  font-size: 15px;
}
.ichioshi_txt a{
  position: relative;
}
.ichioshi_txt a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #0783c2;
  border-top: 1px solid #0783c2;
  transform: rotate(45deg);
}
.type_list{
  height: 100%;
  box-shadow: 0px 0 8px 0px rgba(0, 0, 0, .14);
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 25px;
  position: relative;
  display: flex;
  flex-flow: column;
  color: #333;
}
.type_list:hover{
  opacity: .8;
  text-decoration: none;
}
.type_box{
  display: flex;
  gap: 16px;
}
.type_img{
  width: 190px;
  margin: 24px auto 24px;
}
.type_ttl{
  position: relative;
  font-weight: bold;
  color: #111;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.type_text{
  font-size: 16px;
  padding: 0 14px;
  line-height: 1.4;
}
.type_text span{
  display: block;
  color: #111;
}
.type_text span + span{
  margin-top: 23px;
}
.type_list:after{
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #333 transparent;
  z-index: 2;
  border-radius: 4px;
}

.scenes_box,
.diagnosis_box{
  position: relative;
  padding: 34px;
  border-radius: 8px;
}
.scenes_box._bg02{
  margin-top: 24px;
  margin-bottom: 41px;
}
.scenes_box::before,
.diagnosis_box::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 960px;
  height: 100%;
  z-index: -1;
  border-radius: 0;
}
.scenes_box._bg01::before,
.diagnosis_box._bg01::before{
  background-color: #fffdd2;
}
.scenes_box._bg02::before{
  background-color: #dffcff;
}

.giftSearch__step1-sub {
  font-size: 13px;
  color: #bf0000;
}
.giftSearch__step2-sub {
  font-size: 13px;
}
.label_wrap {
  display: block;
  position: relative;
}
.label_wrap label:hover{
  opacity: .8;
  cursor: pointer;
}
/* ボタン枠 checked時 */
.giftSearch__living input[type=radio]:checked + label,
.giftSearch__option input[type=radio]:checked + label {
  color: #d82f30;
}
/* ボタン枠 checked時 指定しないボタン */
.giftSearch__living #gift_reset input[type=radio]:checked + label,
.giftSearch__option #gift_reset input[type=radio]:checked + label {
  color: #9e9e9e;
}
/* チェック枠 */
.giftSearch__child{
  gap: 16px;
}
/* チェック印 checked時 */
.giftSearch__child label::after,
.giftSearch__option label::after {
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 21px;
  margin: auto;
  display: block;
  width: 12px;
  height: 17px;
  border-right: 4px solid #d82f30;
  border-bottom: 4px solid #d82f30;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.giftSearch__option input[type=checkbox]:checked + label .giftSearch_triangle_checked,
.giftSearch__option input[type=radio]:checked + label::after,
.giftSearch__living input[type=radio]:checked + label::after {
  opacity: 1;
}
/* result */
.result .is-hide{display: none;}
.result{padding-top: 53px;}
.result__cntsText{
  color: #111111;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  flex-flow: column;
}
.result__cntsText .line_marker{
  font-size: 24px;
}
.result__cntsImage{
  width: 275px;
  margin: 0 auto;
  margin-bottom: 14px;
}
.all_text{
  padding: 8px 0 30px;
  font-size: 15px;
  text-align: center;
}
.result__cntsRecommend{
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
}
.result__cntsRecommend > .marker{
  display: inline;
  font-weight: bold;
  background:linear-gradient(transparent 60%, #fffc00 60%);
}
.result .contents__button{
  width: 100%;
  margin: 0;
}

/* ボタン枠 */
.diagnosis_box .title07{
  margin-bottom: 18px;
}
.diagnosis_box .giftSearch__child input + label {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  color: #111;
  text-align: left;
  box-sizing: border-box;
  background-color:#fff;
  box-shadow: 0px 0 8px 0px rgba(0, 0, 0, .14);
  height: 80px;
}
.diagnosis_box input {
  display: none;
}
.diagnosis_box input {
  display: none;
}
.giftSearch__content-areaTxt {
  font-size: 18px;
  line-height: 1.3;
  margin-left: 55px;
}
.giftSearch__content-areaTxt ._text{
  /* margin-bottom: 11px; */
  font-weight: bold;
  font-size: 18px;
  padding-left: 1em;
  text-indent: -1em;
}
.giftSearch__content-areaTxt ._sub{
  font-weight: normal;
  font-size: 15px;
}
.questionnaire{
  gap: 38px;
}
.giftSearch__option .giftSearch__child{
  width: 356px;
  margin: 0 auto;
}
.giftSearch__option .giftSearch__child input + label{
  height: 55px;
}
/*
accessories
======================================================= */
.accessories .brand_search{
  width: 800px;
  margin: 0 auto;
  padding-top: 18px;
}
/*
ranking
======================================================= */
.ranking .ecm-ranking-alcor-updatedate{
  margin-bottom: 0;
}
.ranking_note{
  margin-top: -21px;
}
/*
step
======================================================= */
.step_box{
  display: flex;
  gap: 21px;
  padding-bottom: 45px;
  padding-top: 17px;
}
.setp_list{
  box-shadow: 0px 0 8px 0px rgba(0,0,0,.14);
  border-radius: 10px;
  min-width: 195px;
  overflow: hidden;
}
.step_number{
  background-color: #111;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
.step_img{
  width: 122px;
  margin: 0 auto 22px;
}
.step_ttl{
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}
.step_text{
  font-size: 16px;
  line-height: 1.5;
}
.step_con{
  padding: 25px 13px 20px;
}

.step .notes{
  margin-top: -15px;
  margin-bottom: 0;
}
/*
service
======================================================= */
.service_img{
  margin: 0 auto 20px;
  max-width: 422px;
}
.service_text{
  text-align: center;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 56px;
}
.service .merit_box{
  width: 560px;
  margin: 0 auto 32px;
  gap: 21px 32px;
}
.service .merit_list{
  margin: 0;
}
.accordion_area{
  width: 760px;
  margin: 0 auto 20px;
}
.accordion_area .ecm-accordion-item{
  box-shadow: 0px 0 8px 0px rgba(0,0,0,.14);
  border-radius: 5px;
  overflow: hidden;
}
.accordion_area .ecm-accordion-item + .ecm-accordion-item{
  margin-top: 14px;
}
.accordion_area ecm-accordion-trigger{
  font-size: 14px;
  color: #191c6d;
}
.accordion_area .ecm-accordion-panel-item{
  border-bottom: none;
  background-color: #fff;
  padding: 22px 24px;
  font-size: 14px;
}
.accordion_area .ecm-accordion-panel-item:hover{
  text-decoration: none;
}
.accordion_area .ecm-accordion-trigger{
  position: relative;
  padding: 21px 28px 20px 25px;
  line-height: 1.3;
  color: #111;
  text-align: left;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.accordion_area .ecm-accordion-trigger:hover{
  opacity: .8;
}
.accordion_area .ecm-accordion-trigger::after,
.accordion_area .ecm-accordion-trigger::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 12px;
  margin: auto 0;
  background-color: #111;
  transition: all 0.5s;
}
.accordion_area .ecm-accordion-trigger::after{
  transform: rotate(90deg);
}
.accordion_area .ecm-accordion-trigger[aria-expanded=true].ecm-accordion-trigger::before {
  transform: rotate(90deg);
}
.accordion_area .ecm-accordion-panel{
  position: relative;
  background-color: #fff;
}
.accordion_area .ecm-accordion-panel::before{
  content: "";
  width: 720px;
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  transform: translateX(-50%);
  margin-left: 50%;
}
/* button01 */
.button01{
  margin: 0 auto;
}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 72px;
  margin: 0 auto;
  border: 2px solid #9af4ff;
  border-radius: 36px;
  background: #fff;
  color: #111;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.button01 a.buttonLink._icon::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  width: 11px;
  height: 11px;
  margin: auto;
  border-right: 2px solid #111;
  border-top: 2px solid #111;
  transform: rotate(45deg);
}
.button01 a.buttonLink:hover{
  text-decoration: none;
  opacity: .8;
}

.service .title_notes{
  margin-bottom: 24px;
  font-size: 20px;
}
.service .notes{
  margin-bottom: 48px;
}
/*
qanda
======================================================= */
.qanda .accordion_area .ecm-accordion-panel-item{
  border-bottom: none;
  background-color: #fff;
  padding: 0;
  font-size: 16px;
}
.qanda .accordion_area .ecm-accordion-trigger{
  align-items: baseline;
}
.ic_qanda{
  font-style: normal;
  font-size: 16px;
  padding-right: 8px;
}
.accordion_area ._con{
  border-color: #fff;
  padding: 22px 24px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.qanda .accordion_area{
  margin-bottom: 0;
  padding-top: 17px;
}
/*
shops
======================================================= */
/* shops_list_box */
.shops_list_box{
  gap: 28px;
}
.shops_list_box a{
  display: block;
  color: #333;
  font-size: 14px;
}
.shops_list_box a:hover img{
  opacity: .8;
}
.shops_list_box a img {
  width: 100%;
}
/*
rule
======================================================= */
.rule{
  margin-bottom: 40px;
  padding: 71px 0;
  position: relative;
}
.rule::before{
  content: "";
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
/*
inner_tab
======================================================= */
.inner_tab_container{
  width: 596px;
  margin: 0 auto;
}
.inner_tab_menuItem{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin: 0 0 20px 10px;
  border: 2px solid #111111;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  background-color: #fff;
  text-align: center;
  padding: 0;
}
._col3 .inner_tab_menuItem{
  width: calc((100% - 20.1px)/3);
}
._col2 .inner_tab_menuItem{
  width: calc((100% - 10.1px)/2);
}
.inner_tab_menuItem:first-of-type{
  margin-left: 0;
}
.inner_tab_menuItem[aria-selected=true]{
  color: #111111;
  background-color: #9af4ff;
  opacity: 1!important;
}
.inner_tab .ecm-tab-card[aria-selected=true]::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 14px;
  height: 12px;
  margin-left: -7px;
  background-color: #111111;
  -webkit-clip-path: polygon(0 0,100% 0%,50% 100%);
  clip-path: polygon(0 0,100% 0%,50% 100%);
  z-index: -1;
}
.inner_tab .ecm-tab-card[aria-selected=true]::after {
  bottom: -10px;
  width: 14px;
  height: 12px;
  margin-left: -7px;
}
.inner_tab_wrap{
  width: 912px;
  margin: 0 auto 64px;
}

.inner_tab_menuItem:hover{
  opacity: .8;
}