@charset "utf-8";

html{overflow:auto;}
body{
  color: #333;
  position:relative;
  min-width:960px;
  overflow:hidden;
}

/* more js */
.more li[data-is-active="false"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.more li.isAnimation {
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.con-text-36px{
    font-size:36px;
}

/* contents[common]
--------------------------------------------*/
/* bg */
[bg] {
  position: relative;
}
[bg]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 0 500%;
  margin: 0 -500%;
}

/*
coupon
======================================================= */
.coupon_ttl{
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
/* coupon01*/
.coupon01 .rc-noTransitionCoupon__container::before {
  background-image: radial-gradient(circle at center left, transparent 0px, transparent 10px, #f17d54 11px),
    radial-gradient(circle at center right, transparent 0px, transparent 10px, #f17d54 11px);
}
.coupon01 .rc-noTransitionCoupon__link::before {
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.coupon01 .rc-noTransitionCoupon__text {
  width: 100%;
  border-color: #f17d54;
  background-color: #f17d54;
  color: #fff;
}
.coupon01 .ri-item__buttonIcon{
  color: #fff;
}
.coupon01 .rc-noTransitionCoupon__annotation{
  color: #333;
  font-size: 14px;
}
.coupon01 .rc-noTransitionCoupon__discount{
  color: #e97845;
}
.coupon01 .rc-noTransitionCoupon__title{
  color: #333;
}
/* periodWrap02 */

.always_ribbon{
    text-align: center;
    font-size:18px;
    margin-bottom: 14px;
}

/* .always_ribbon:before{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75em 0.28em;
    border-color: #000000 #000000 #000000 transparent;
}
.always_ribbon:after{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75em 0.28em;
    border-color: #000000 transparent #000000 #000000;
} */

.always_ribbon span{
    display: inline-block;
    vertical-align: middle;
    background-color:#333 ;
    color:#ffffff;
    line-height: 1.5;
    padding:0 0.4em;
}



.periodWrap02{
  margin: 0 auto 48px;
  padding: 24px;
  width: 730px;
  box-sizing: border-box;
  background-color: #f0f0f0;
}
.periodWrap02 .period{
  font-size:18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
  font-weight: normal;
}
.periodWrap02 .alt{
  font-size:14px;
  line-height: 1.5;
  text-align: left;
}
.cautionTxt{
  font-size: 12px;
  color: #666666;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.pointup_img{
  width:600px;
  margin:0 auto 80px;
}

 /*index01
=======================================*/
.anchorLink{
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 5px;
  margin-bottom: -6px;
  box-shadow: 0px 2px 8px 0px rgb(10 10 10 / 10%);
}
.rl-column2.-mb-6>.anchorLink{
  margin-bottom: 6px!important;
}
.rl-column2>.anchorLink{
  width: calc((100% - 6px)/2)!important;
  margin-right: 6px!important;
}
.rl-column2>.anchorLink:nth-of-type(2n){
  margin-right: 0!important;
}

/*.rn-floatingNavi
============================================= */

.ecm-floating-navi-container._hititem.-fixed,
.ecm-floating-navi-container._hititem .ecm-floating-navi{
    height: 60px;
}
.ecm-floating-navi-container._hititem .ecm-floating-navi{
    max-width: 960px;
    margin: 0 auto;
}

.ecm-floating-navi-container._hititem .ecm-floating-navi-item{
    flex-grow: 1;
    position: relative;
}

.ecm-floating-navi-container._hititem .ecm-floating-navi-item + .ecm-floating-navi-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 50%;
    background-color: #cccccc;
    display: block;
  }

.ecm-floating-navi-container._hititem .ecm-floating-navi>*:first-child {
    margin-left: 0;
}
.ecm-floating-navi-container._hititem .ecm-floating-navi>*:last-child {
    margin-right: 0;
}

.ecm-floating-navi-container._hititem.-fixed{
  background: #fff;
  border-top:solid 1px #e7e7e7;
  border-bottom:solid 1px #e7e7e7;
  box-sizing: border-box;
}

.ecm-floating-navi-container._hititem .ecm-floating-navi-item[data-in-viewport=true]{
    border-bottom: 4px solid #de6300;
    font-weight: normal;
  }


/*.section
============================================= */
.bg_f5f5f5,
.bg_f6f6f6,
.bg_ffefd7{
  position: relative;
}

.bg_f5f5f5::before,
.bg_f6f6f6::before,
.bg_ffefd7::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 0 500%;
  margin: 0 -500%;
}

.bg_f5f5f5::before{
  background-color: #efefef;
}
.bg_f6f6f6::before{
  background-color: #f6f6f6;
}

.bg_ffefd7::before{
  background-color: #ffefd7;
}

.main_section{
  position: relative;
  padding:0;
}

/*h2*/
.main_ttl{
  position: relative;
  font-size: 24px;
  margin-bottom: 36px;
  font-weight: bold;
  color: #515151;
}

.index_ttl{
  position: relative;
  margin-bottom: 8px;
  padding: 0 0 8px;
  font-weight: bold;
  color: #de6300;
}

/*h3*/
.target_ttl{
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.sec_ttl{
  position: relative;
  font-size: 32px;
  margin-bottom: 0;
  font-weight: bold;
  color: #333333;
}
.sec_ttl_s{
  position: relative;
  font-size: 32px;
  margin-bottom: 0;
  font-weight: bold;
  color: #333333;
  margin-top: -50px;
}

.couponItem_wrap{
  margin-top: 40px;
}

.default_note{
  padding: 0 28px;
  font-size: 12px;
  line-height: 1.3;
}
.runking .default_note{
  padding: 16px 16px 0;
}
.runking .default_note p{
  margin-bottom: 5px;
  font-size: 12px;
  text-indent:-1em;
  padding-left: 1em;
}

.shop_recommendation + .shop_recommendation{
  margin-top: 30px;
}

/*
 search
=============================================*/
/* trendKeyword */
.trendKeyword .trendKeyword__list {
  margin-bottom: -10px;
}
.trendKeyword .trendKeyword__list > li {
  display: flex;
  width: calc((100% - 10px)/2)!important;
  margin-right: 10px!important;
  margin-bottom: 10px!important;
}
.trendKeyword .trendKeyword__list > li:nth-child(2n) {
  margin-right: 0!important;
}
.trendKeyword .trendKeyword__list > li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px 8px 4px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
  text-align: center;
  line-height: 1.2;
}
.trendKeyword .trendKeyword__list > li a .trendKeyword__img {
  line-height: 1;
  border: 1px solid #efefef;
  margin-bottom: 4px;
}
.trendKeyword .trendKeyword__list > li a .trendKeyword__img img{
  width: 100%;
  line-height: 1;
}
.trendKeyword .trendKeyword__list > li a .trendKeyword__txt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
}
/* keyword01 */
.keyword_wrap{
  margin: 40px 0 -12px;
}
.keyword_wrap .rc-searchKeyword__list{
  margin-left: 0;
  margin-right: -8px;
}
.keyword_wrap .rc-searchKeyword__item{
  font-size: 14px;
}
.keyword_wrap .rc-searchKeyword__link{
  padding: 12px 14px;
  font-size: 12px;
  border-radius: 25px;
  box-shadow: 0 0 4px rgba(0,0,0,.2);
}
/*searchAlcor
=======================================*/
.searchAlcor01{
  margin-bottom: -16px;
}
.ri-searchAlcor{
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}
.searchAlcor01 .ri-searchAlcor__keyword{
  line-height: 1.2;
}
.searchAlcor01 .ri-searchAlcor__keywordIcon:before{
  vertical-align: middle;
}
.shopList_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 204px;
  height: 47px;
  margin: 0 auto;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #f17d54;
  background-color: #fff;
  text-align: center;
  box-shadow: 1px 1px 6px rgba(0,0,0,.2);
}
/*
FloatingNotification
===================================== */
.floatingBnr_gender .rc-toTop{
  right: 26px;
}
.floatingBnr_gender .RJSFloatingNotification {
  position:fixed;
  bottom:64px;
  right:5px;
  z-index:100;
  border:0;
  height:76px;
}
.floatingBnr_gender .RJSFloatingNotification .randomBanner>*{
  position: relative;
  display: inline-flex;
  width: 76px;
  height: 76px;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff !important;
}
.floatingBnr_gender .RJSFloatingNotification .randomBanner>*::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 56px;
  height: 56px;
  margin: auto;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #ea7844;
  box-shadow: 0 0 6px rgba(0,0,0,.25);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.floatingBnr_gender .RJSFloatingNotification button {
  display: none;
}


/*
Fukidashi
===================================== */
.main_ttl span.main_ttl_fukidashi {
  position: relative;
  /* background-color: #fff; */
  padding: 8px 24px;
  color: #de6300;
  font-weight:bold;
  text-align:center;
  display: inline-block;
  /* border-radius: 25px;
  border:#de6300 solid 1px; */
  font-size: 18px;
  margin-bottom: 28px;
}

.main_ttl_fukidashi::before {
  content: "";
  display: block;
  position: absolute;
  background: url(https://r.r10s.jp/evt/event/fashion/hititem/_pc/img/20250218/fukidashi_btm.png) no-repeat;
  top: 100%;
  left: 50%;
  margin-left: -159px;
  background-position: top left;
  background-size: 100% auto;
  width: 318px;
  height: 10px;
}

/*
storeCol
===================================== */
.storeCol-container {
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
}
.storeCol-item:nth-child(1) {
	-webkit-align-self: auto;
	align-self: auto;
  width: 196px;
  height:196px;
}
.storeCol-item:nth-child(2) {
	-webkit-align-self: auto;
	align-self: auto;
  width: calc(100% - 196px - 16px);
  margin-left: 16px;
}

.item_wrap{
    position: relative;
    display: flex;
}
.boxLink{
  display: block;
  margin-bottom: 44px;
}
.boxLink:hover{opacity: 0.8;}

.scorePoint{
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-left: 5px;
  font-weight: bold;
  color: #9a8f72;
}
.storeCol{
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
  padding: 24px 20px 30px;
  display: block;
}
.storeCol > div{position: relative;}
.storeCol > div > a{display: block;}
.storeCol > div > a:hover{opacity:.8;text-decoration: none;}
.storeCol .rl-column4{justify-content: center;}
.shopTtl{
  margin-top: 4px !important;
  line-height: 1.4 !important;
  color: #de6300;
  text-align: center;
}
.shopTtl dt{
  font-size: 14px;
  color: #4c4c4c;
}
.shopTtl dd{
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  /* margin-bottom: 20px; */
}
.shopTtl dd a{
  color: #de6300;
}
.storeCol img.shopImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.storeBox{
  font-size: 14px;
  color: #4c4c4c;
  padding: 10px 10px 10px 15px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.2;
  letter-spacing: 1px;
}
.storeScore{
  width: 100%;
  letter-spacing:-0.5em;
  margin: 3px 0 10px 15px;
}
.storeScore li{
  display: flex;
  width: 100%;
  letter-spacing: normal;
  align-items: center;
  padding-bottom: 4px;
}
.star{
  width: 80px !important;
  position: relative;
}
.price{
  color: #bf0000;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.price span{
  color: #bf0000;
  font-size: 24px !important;
  font-weight: bold;
  text-align: right;
}
.storeButton{
  position: absolute;
  width: 210px;
  top: 212px;
  left: 216px;
  z-index:1;
}
.storeButton > a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #de6300;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff!important;
  position: relative;
  /* margin: 14px 0 0; */
}
.storeButton > a::after{
  content: '';
  width: 9px;
  height: 9px;
  border-right:solid 1px #fff;
  border-bottom:solid 1px #fff;
  transform:rotate(-45deg);
  top: 50%;
  right: 20px;
  margin-top: -5px;
  position: absolute;
}
.storeButton > a:hover{opacity:.8;text-decoration: none;}
.storeSubTtl{padding: 0!important;}
.storeSubTtl .rc-headline__headline{
  margin-bottom: 16px;
  font-size: 16px;
  color: #de6300;
}

.review_balloons{
    padding-top: 24px;
}
.review_balloons ._review{
    display: flex;
    flex-direction: row;
}
.review_balloons ._review + ._review{
    margin-top: 8px;
}

.review_balloons ._review:before{
    display: block;
    content: "";
    width: 16px;
   height: 22px;
    background-image:url(https://r.r10s.jp/evt/event/fashion/hititem/_pc/img/20250218/balloon_tale.png) ;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 10px;
    margin-right: -4px;
}
.review_balloons ._review p{
    color: #4c4c4c;
    background-color:#e5e5e5 ;
    font-size:14px;
    border-radius: 10px;
    width: 416px;
    padding: 0.9em 1.4em;
}


/* .storeSubTtl .rc-headline__headline.-underline:before{
  background-color: #de6300;
  bottom: -7px;
  width: 40px;
  height: 1px;
} */
.storePoint{
  background-color: #fff;
  border-radius: 5px;
  border: 1px #d4d4d4 solid;
  padding: 8px 10px 8px;
  line-height: 1.2;
}
.storePoint p{
  font-size: 14px;
}
.storePoint h4{
  position: relative;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px #333333 solid;
  text-align: left;
  margin-bottom: 10px;
  padding-left:20px ;
}
.storePoint h4::before{
  content: "";
  display: block;
  position: absolute;
  background: url(https://r.r10s.jp/evt/event/fashion/hititem/_pc/img/20221213/pen.png) no-repeat;
  top: -3px;
  left: 0;
  background-position: top left;
  background-size: 100% auto;
  width: 15px;
  height: 21px;
}
.storeCol .ri-item__price{
  font-size: 16px!important;
  color: #333!important;
}
.index01 {
  margin-bottom: 12px;
}
.index01 .rl-column6 > *{
  width: calc(-0.1px + (100% - 60px)/6)!important;
  margin-right: 12px!important;
}
.index01 .rl-column6 > :nth-child(6n){margin-right: 0!important;}
.anchorLink a::after{
  content: "";
  position: absolute;
  bottom: 10px;
  /* right: 13px; */
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.anchorLink a:hover{
  opacity: .8;
  text-decoration: none;
}
.anchorLink a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  width: 100%;
  height: 100px;
  border-radius: 5px;
  background-color: #de6300;
  color: #ffffff;
  font-size: 20px;
  /* text-align: center; */
  line-height: 1.3;
  box-sizing: border-box;
}
.item_ttl{
  font-size: 26px;
  text-align: center;
  color: #de6300;
  font-weight: bold;
  margin-top: 88px;
}
.item_ttl_bg{
  background: url(https://r.r10s.jp/evt/event/fashion/hititem/_pc/img/20250218/ttl.png) no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: contain;
  margin: 0;
  padding-top: 30px;

}
.itemIcon01{
  width: 29px;
  vertical-align: sub;
}
.imgBox img{
  border: #cccccc 1px solid;
  /* width: 91px; */
  width: 100%;
}

/*
2column margin reset
===================================== */

.columFlex{
  display: flex;
}

.alcorArea .ecm-alcor{
  background: transparent;
}

.more_button{
  width:360px;
  margin:40px auto 0;
}

.more_button a{
  width:100%;
  border:2px solid #de6300;
  color:#de6300;
  font-size:20px;
  font-weight: bold;
  height: 72px;
  border-radius: 36px;
  box-sizing: border-box;
}
.more_button a:active{
  background-color: #de6300;
  color:#ffffff;
}

.more_button a:visited{
  color:#de6300;

}

.more_button .ecm-button:hover{
  background-color: #de6300;
}

.more_button a:hover{
  color:#ffffff;
}

.more_button .ecm-button:hover:after{
  display: none;
}


/*
RTS横幅ずれバグの対処
===================================== */
.rexSurveyNamespace .nps-message-1{
  width: 130px !important;
}

.cntOther .bigBnrWrap > li a:hover{
text-decoration: none!important;
opacity: .8!important;
}

.bnr_area > li a:hover{
text-decoration: none!important;
opacity: .8!important;
}

/*
追加調整
===================================== */
.code {
  font-size: 18px;
  text-align: center;
  padding: 4px 0;
  width: 176px;
  margin: 36px auto 28px;
  font-weight: bold;
  color: #4c4c4c;
  border-top:solid 2px #ddc0c2;
  border-bottom:solid 2px #ddc0c2;
}

/*
storeCodinate
===================================== */
.rl-column2.storeCodinateWrap > *{
  width:calc((100% - 32px) / 2)!important;
  margin-right: 32px!important;
}
.rl-column2.storeCodinateWrap > :nth-child(2n){margin-right:0!important;}
.storeCodinate{
  display: flex;
  flex-wrap:wrap;
}
.storeCodinate__model{
  width:94px;
  margin-right: 12px;
}
.storeCodinate__modelImage{margin-bottom: 10px;}
.storeCodinate__modelImage > div{position: relative;}
.storeCodinate__modelImage > div .genreList__icon{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.2px;
  height: 20.2px;
  border-radius: 12.1px;
  font-size: 12px;
  color: #fff!important;
  background-color: #de6300;
  bottom: 3px;
  right: 3px;
}
.storeCodinate__modelImage:hover{opacity:.8;}
.rn-modal[data-layout="default"] .rn-modal__container,
.rn-modal[data-layout="default"] .rn-modal__container{
  transform: translate3d(0, 0, 0)!important;
  visibility:hidden;
}
.rn-modal.-opened[data-layout="default"] .rn-modal__container,
.rn-modal.-opening[data-layout="default"] .rn-modal__container {
  visibility: visible;
  transform: translateZ(0)!important;
}
.storeCodinate__modelImageFrame{
  background-color: #fff;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.roomLink{
  display: block;
  font-size: 14px;
  color: #4c4c4c!important;
  line-height: 1.5;
}
.roomLink:hover{opacity:.8;}
.roomLink__logo{
  width:40px!important;
  height: 13px;
  padding: 0 6px 0 3px;
  display: inline-block;
  vertical-align: baseline;
}
.roomLink .rex-icon{
  display: inline-block;
  vertical-align: baseline;
}
.storeCodinate__modelHeight{
  font-size: 14px;
  color: #4c4c4c;
}
.storeCodinate__choiceItem{
  width:88px;
}
.storeCodinate__choiceItemTitle{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  color: #de6300;
  margin-bottom: 3px;
}
.storeCodinate__choiceItemTitle::after{
  content: '';
  display: block;
  width:88px;
  height:7px;
  margin: 1px auto 0;
  background: url(https://r.r10s.jp/evt/event/fashion/hititem/_pc/img/20240819/choice_item_border.png) no-repeat;
  background-size: 88px 7px;
}
.storeCodinate__choiceItemImg{
  margin: 0 11px 8px;
}
.storeCodinate__choiceItemButton{
  width:100%;
  height:25px;
  border-radius: 13px;
  background-color: #de6300;
  color: #fff!important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
}
.storeCodinate__choiceItemButton:hover{opacity:.8;}


.campaignLinkList{
  width: 400px;
  margin: 32px auto 0;
}
.campaignLinkList.rl-column2>li{
  width: 50%!important;
  margin-right: 0!important;
  box-sizing: border-box;
}
.campaignLinkList.rl-column2>li:nth-of-type(2n){
  border-left: 1px solid #4c5a73;
}
.campaignLinkList li a{
  display: block;
  color: #404040;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
.campaignLinkList li a:hover{
  text-decoration: underline;
}
.campaignLinkList li a span{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  line-height: 1;
}
.campaignLinkList li a span::before{
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}


.incentive-anchor {
	display: flex;
	justify-content: center;
	width: 400px;
	margin: 0 auto;
}
.incentive-anchor .incentive-anchor__link {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	color:#404040;
	width: 50%;
}

.incentive-anchor .incentive-anchor__link + * {
    border-left: 1px solid #404040;
}

/*
ecm-alcor 調整
===================================== */
/* .d-grid .ecm-alcor:nth-child(n + 11){
  display: none;
} */