@charset "utf-8";

html{overflow:auto;}
body{
  position:relative;
  min-width:950px;
  overflow:hidden;
}
#riGlobalWrap{
  overflow:hidden;
  /* IE Bug Support */
  overflow-x:hidden;
}

.text-15px {
  font-size: 15px;
}

/* --------------------------------------------

ecm-kanban[ecm] 

--------------------------------------------*/
.ecm-kanban-fashion-suits .ecm-kanban-text {
  margin-top: 28px;
  margin-bottom: 56px;
  position: static;
  padding: 0;
}
.ecm-kanban-fashion-suits .ecm-kanban-text-lead {
  color: #094f6a;
  font-size: 18px;
  text-align: center;
}


/* --------------------------------------------

contents[common] 

--------------------------------------------*/
.contents{
  margin: 0 0;
  padding: 80px 0 80px;
}
#anc01.contents{
  padding-top: 96px;
}
.women_wrap .contents:nth-of-type(odd){
  background-color: #fff7fa;
}
.men_wrap .contents:nth-of-type(odd){
  background-color: #f2f8fa;
}
.contents._common{
  background-color: #f4f4f4!important;
}
/* 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%;
}

/* --------------------------------------------

開催期間

--------------------------------------------*/
.periodWrap{
  display: block;
  margin: 0 auto 100px;
  width: 670px;
  padding: 22px 0 25px;
  background-color: #f0f0f0;
  font-size: 12px;
  color: #717171;
}
.periodTxt{
  text-align: center;
  margin-bottom: 12px;
  color: #333333;
  font-size: 18px;
  line-height: 1.3;
}
.campaignLink{
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}
.campaignLink a{
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  font-size: 14px;
  color: #717171;
}
.campaignLink a:hover{
  opacity: .8;
}
.campaignLink:nth-child(1) {
  border-right: solid 1px #a3a3a3;
}
.campaignLinkList{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin: 0 auto;
}
.couponNote{
  margin-bottom: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}

/* --------------------------------------------

gender_tab

--------------------------------------------*/
.gender_tab ul{
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.gender_tab ul li{
  width: 50%;
  letter-spacing: 0.04em;
}
.gender_tab ul li *{
  display: block;
}
.gender_tab ul li>*{
  display: block;
  margin: auto;
  padding: 24px 0;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
.gender_tab ul li:nth-of-type(1)>*{
  background-color: #fff7fa;
  color: #f97b86;  
}
.gender_tab ul li:nth-of-type(2)>*{
  background-color: #f0f7fa;
  color: #49aad5;
}
.women_wrap .gender_tab ul li:nth-of-type(1)>*{
  position: relative;
  border-top: 3px solid #f97b86;
  border-left: 3px solid #f97b86;
  border-right: 3px solid #f97b86;
}
.women_wrap .gender_tab ul li:nth-of-type(1)>*::after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  margin: auto;
  background-color: #fff7fa;
  z-index: 2;
}
.women_wrap .gender_tab ul li:nth-of-type(2)>*{
  border-bottom: 3px solid #f0f7fa;
}
.men_wrap .gender_tab ul li:nth-of-type(1)>* {
  border-bottom: 3px solid #fff7fa;
}
.men_wrap .gender_tab ul li:nth-of-type(2)>*{
  position: relative;
  border-top: 3px solid #49aad5;
  border-left: 3px solid #49aad5;
  border-right: 3px solid #49aad5;
}
.men_wrap .gender_tab ul li:nth-of-type(2)>*::after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  margin: auto;
  background-color: #f0f7fa;
  z-index: 2;
}
.women_wrap .gender_tab ul li a:hover{
  background-color: #e5f3f9;
}
.men_wrap .gender_tab ul li a:hover{
  background-color: #feecee;
}

/* --------------------------------------------

anchorNav

--------------------------------------------*/
.women_wrap .anchorNav{
  border-top: 3px solid #f97b86;
  background-color: #fff7fa;
}
.men_wrap .anchorNav{
  border-top: 3px solid #49aad5;
  background-color: #f0f7fa;
}
.anchorNav__menuList{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 830px;
  margin: 0 auto;
  padding: 50px 0 76px;
}
.anchorNav__menuItem{
  width: 20%;
  height: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
}
.anchorNav__menuItem + li{
  border-left: 1px solid #094f6a;
}
.anchorNav__menuList a.anchorNav__menuLink{
  display: block;
  color: #094f6a;
}
.anchorNav__menuList a.anchorNav__menuLink:hover{
  opacity: .8;
}

/* --------------------------------------------

ecm-floating[ecm]

--------------------------------------------*/
.ecm-floating-fashion-suits {
  background-color: #094f6a;
}

.ecm-floating-fashion-suits .ecm-floating-navi {
  height: 80px;
}

.ecm-floating-fashion-suits .ecm-floating-navi-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 192px;
  box-sizing: border-box;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid transparent;
  height: 100%;
  position: relative;
}

.ecm-floating-fashion-suits .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true] {
  border-color: #fff;
  border-width: 2px;
}

.ecm-floating-fashion-suits .ecm-floating-navi-item:hover{
  opacity: .8;
}

/* --------------------------------------------

h2

--------------------------------------------*/
.contents_title{
  position: relative;
  padding-bottom: 18px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #5e5e5e;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}
.contents_title::after{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
  height: 4px;
}
.women_wrap .contents_title::after{
  background: #f97b86;
}
.men_wrap .contents_title::after{
  background: #49aad5;
}
.contents_title._common::after{
  background: #094f6a;
}
.contents_subTitle{
  margin-top: 44px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #094f6a;
}
.contents_description{
  margin: 0 16px 44px;
  font-size: 16px;
  text-align: center;
}

/* --------------------------------------------

ecm-search[ecm]

--------------------------------------------*/
.ecm-search-fashion-suits {
  width: 680px;
  margin: 0 auto;
  border: 1px solid #f97b86;
  border-radius: 0;
  height: 54px;
}
.men_wrap .ecm-search-fashion-suits {
  border: 1px solid #49aad5;
}
.ecm-search-fashion-suits .ecm-search-input-container {
  font-size: 16px;
  background-color: #fff;
  border-radius: 0;
}
.ecm-search-fashion-suits .ecm-search-input {
  font-size: 16px;
}
.ecm-search-fashion-suits .ecm-search-input::placeholder {
  color:#a3a3a3;
}
.ecm-search-fashion-suits .ecm-search-input-container {
  border-radius: 0;
}
.ecm-search-fashion-suits .ecm-search-submit {
  width: 54px;
  border-radius: 0;
}
.ecm-search-fashion-suits .ecm-search-submit .ecm-icon-search {
  font-size: 24px;
}
.women_wrap .ecm-search-fashion-suits .ecm-search-submit {
  background: #f97b86;
}
.men_wrap .ecm-search-fashion-suits .ecm-search-submit {
  background: #49aad5;
}

/* -------------------------------------------------- 

ecm-pill [ecm]

--------------------------------------------------- */
.ecm-pill-wrap-search-kw {
  margin-top: 0!important;
  margin-left: 0!important;
  gap: 12px 12px;
}
.ecm-pill-wrap-search-kw .ecm-pill {
  margin-top: 0!important;
  margin-left: 0!important;
  border-radius: 50px;
  font-size: 16px;
  padding: 15px;
  color: #094f6a !important;
}
.women_wrap .ecm-pill-wrap-search-kw .ecm-pill {
  border: 1px solid #f97b86;
  background-color: #fff7fa;
}
.men_wrap .ecm-pill-wrap-search-kw .ecm-pill {
  border: 1px solid #49aad5;
  background-color: #f2f8fa;
}

/* -------------------------------------------------- 

ecm-alcor [ecm]

--------------------------------------------------- */
.contents .ecm-search-alcor-card {
  border-radius: 0px;
  box-shadow: #ebebeb 0 0 0 1px;
}

.contents .ecm-search-alcor-image-crop {
  border-radius: 0px;
}
.contents .ecm-search-alcor-body {
  flex-direction: row;
}
.contents .ecm-search-alcor-title {
  font-size: 16px;
}

/* -------------------------------------------------- 

rankText

--------------------------------------------------- */
.rankText{
  padding: 32px 40px 0;
  font-size: 14px;
  color: #717171;
}
.rankText p{
  margin-top: 2px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}

/*
 .featured_shop
======================================================= */
.featured_shop .rl-column3>*{
  width: calc(-.1px + (100% - 40px)/3)!important;
  margin-right: 20px!important;
}
.featured_shop .rl-column3>:nth-of-type(3n){
  margin-right: 0!important;
}
.featured_shop .rc-contentsGuide{
  position: relative;
  box-shadow: 0px 0px 10px 2px rgba(172, 172, 172, .5);
  color: #4e4e4e;
  background-color: #fff;
}
.featured_shop .rc-contentsGuide a{
  display: block;
  padding: 10px;
  color: #4e4e4e;
}
.featured_shop .rc-contentsGuide a:hover{
  opacity: 0.8;
}
.featured_shop .rc-contentsGuide__imageBox,
.featured_shop .rc-contentsGuide__image{
  width: 100%;
}
.featured_shop .rc-contentsGuide__title{
  text-align: center;
  margin-top: 18px;
  font-size: 19px;
}
.rc-contentsGuide.-leftText .rc-contentsGuide__textContainer{
  margin: 0 5px;
  line-height: 1.3;
}
.featured_shop .rc-contentsGuide__text{
  margin-top: 8px;
  padding-bottom: 5px;
  font-size: 16px;
  text-align: left;
}
.featured_shop .rc-contentsGuide:after{
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #094f6a transparent;
  z-index: 2;
}
/*
 .target_shoplist
========================*/
.target_shoplist.rl-column3>*{
  width: calc(-.1px + (100% - 24px)/3)!important;
  margin-right: 12px!important;
}
.target_shoplist.rl-column3>:nth-of-type(3n){
  margin-right: 0!important;
}
.target_shoplist li{
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 0!important;
}
.target_shoplist li a{
  position: relative;
  padding: 17px 12px;
  display: block;
  color: #333333;
  font-size: 14px;
}
.target_shoplist li a:hover{
  opacity: .8;
}
.target_shoplist li a::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
}
.cntOther .bigBnrWrap > li > a:hover{
  opacity: .8;
}
.cntOther .smallBnrWrap > li > a:hover{
  opacity: .8;
}


/* -------------------------------------------------- 

ecm-floating-right-banner

--------------------------------------------------- */
.ecm-floating-right-banner a {
  border: 1px solid #49aad5;
  border-radius: 10px;
  padding: 22px 32px;
  background-color: #f2f8fa;
  color: #49aad5;
  font-size: 22px;
  font-weight: bold;
}
.women_wrap .ecm-floating-right-banner a {
  border: 2px solid #49aad5;
  background-color: #f2f8fa;
  color: #49aad5;
}
.men_wrap .ecm-floating-right-banner a {
  border: 2px solid #f97b86;
  background-color: #fff7fa;
  color: #f97b86;
}
.women_wrap .ecm-floating-right-banner a:hover{
  background-color: #e5f3f9;
}
.men_wrap .ecm-floating-right-banner a:hover{
  background-color: #feecee;
}

.highlight_wrap > p{
  margin-top: 44px;
  font-size: 24px !important;
  font-weight: bold;
  text-align: center;
  color: #094f6a;
}

/* --------------------------------------------

related[footer] 

--------------------------------------------*/
.cnt-bigbanner .d-grid-col-1 {
  width: 466px;
  margin: 0 auto;
}

/* -------------------------------------------------- 

add 20260213

--------------------------------------------------- */
.category_wrap ul{
  width: 700px;
  margin: 0 auto;
}
.men_wrap .season_wrap ul{
  width: 714px;
  margin: 0 auto;
}

/*season*/
.season_wrap ul li,
.season_wrap ul li a{
  height: 100%;
}
.season_wrap ul li a{
  position: relative;
  display: block;
  color: #333;
  background-color: #fff;
  line-height: 1.5;
  box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
.season_wrap ul li a:hover{
  text-decoration: none;
  opacity: .8;
}
.season_wrap ul li a::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
}
.women_wrap .season_wrap ul li a::before{
  border-color: #fff #f97b86 #f97b86 #fff;
}
.men_wrap .season_wrap ul li a::before{
  border-color: #fff #49aad5 #49aad5 #fff;
}

.season_wrap ul li a ._img{
  margin-bottom: 12px;
  display: block;
  text-align: center;
}
.season_wrap ul li a ._ttl{
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.season_wrap ul li a p:not(._ttl){
  padding: 0 16px 20px;
  font-size: 16px;
}

/*category*/
.category_wrap ul li a{
  display: block;
  text-align: center;
  color: #333;
}
.category_wrap ul li a:hover{
  text-decoration: none;
  opacity: .8;
}
.category_wrap ul li a ._img{
  margin-bottom: 12px;
}
.category_wrap ul li a p{
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.02em;
}
