@charset "UTF-8";
/* CSS Document*/



.m-bread-crumb{
  background: #fff;
}

.content-main{
  color: #333;
  font-family: "EB Garamond" , "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 400;
  margin: 0 auto;
  padding-bottom: 70px;
  text-align: center;
  width: 100%;
}
.content-main a,
.content-main a img{
 transition: .3s;
}

.content-outer-box{
  background-color: #f7f6f5;
}

/*title*/
h1.title{
  background-color: #fff;
}
h1.title img{
  margin: 0 auto;
  aspect-ratio: 181 / 70;
}



.lead {
  padding: 20px 0 48px;
  background-color: #fff;
}


.lead-emphasis {
  font-size: 16px;
  font-family: 'EB Garamond', 'Noto Serif JP', serif;
  font-weight: 600;
}

.lead::before {
  display: block;
  content: '';
  border: solid 1px #d8d8d8;
  width: 100%;
  margin: 0 0 16px;
}

.lead::after {
  display: block;
  content: '';
  border: solid 1px #d8d8d8;
  width: 100%;
  margin: 16px 0 0;
}


/* nav */
nav.content-nav{
  background: #fff;
  padding: 5px 0 15px;
  width: 100%;
}
nav.content-nav ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;

}

nav.content-nav ul li a{
  display: block;
  font-size: 20px;
  letter-spacing: .08em;
  margin: 0 35px;
}
nav.content-nav ul li a::after{
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  content: "";
  display: block;
  height: 12px;
  margin: -6px auto 0;
  transform: rotate(45deg);
  width: 12px;
}

/* section */
section.content-outer-box:nth-of-type(2n){
  background: #f9eeee;
}
.content-outer-box{
  padding: 70px 0;
  width: 100%;
}
.content-inner-box{
  margin: 0 auto;
  overflow: hidden;
  width: 1000px;
}


/* style-box */
div.style-box-inner{
  background: #fff;
  box-sizing: border-box;
  color: #777;
  padding: 50px 40px;
  width: 340px;
}
div.style-box a{
  color: #777;
  display: block;
  letter-spacing: .05em;
  position: relative;
}
.sub-img{
  width: 250px;
}


.item-price-sub {
  font-size: 14px;
}

/* スライダーここから */

.slider-contents-main {
  /* �ǉ� */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.slider-contents-main-wrapper {
  width: 100%;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.slider-contents {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  text-align: center;
  font-size: 0;
  background-color: #e3e0dd;

}

.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
}

.slider-contents img {
  width: 100%;
  aspect-ratio: 5/6;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.slider-contents-btn-prev {
  background: url(/assets/frontend/btn-slide-index-sub-left-pc-993030c95064bb5970fe2ee021f4f20088a5a434a5556cc39db6bbbd0056ffa8.png) 10px center no-repeat;
  width: 55px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
}

.slider-contents-btn-next {
  background: url(/assets/frontend/btn-slide-index-sub-right-pc-00ae0e2505d296a4471e6d026568abd868948f213fb08862542cf4e361aef88e.png) 28px center no-repeat;
  width: 55px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  display: inline-block;
  background: none;
  border-radius: 0;
  border: 1px solid #9E9E9E;
  box-sizing: border-box;
  opacity: 1;
  cursor: pointer;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet-active {
  background: #9E9E9E;
  opacity: 1;
}

.l-slider span {
  font-size: 20px;
}

h3.head-line{
  color: #444;
  font-size: 30px;
  letter-spacing: -.08em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
h3.head-line > span{
  display: block;
  font-size: 22px;
  letter-spacing: .08em;
}
.headline-box p{
  box-sizing: border-box;
  font-size: 16px;
  margin: 20px 0 10px;
  text-align: justify;
}



/* item-txt MAIN */
div.style-box .item-txt-box{
  margin-top: 20px;
}
div.style-box .item-sub,
div.style-box .item-price{
  display: block;
}
div.style-box .item-sub{
  font-size: 16px;
}
div.style-box .item-price{
  font-size: 20px;
}


/* item-list */
.item-list-headline{
  border-bottom: 1px solid #999;
  color: #777;
  font-size: 24px;
  letter-spacing: .05em;
  margin-top: 30px;
}
.item-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.item-list li{
  display: flex;
  margin: 30px 18px 0 0;
  width: 185px;
}
.item-list li:nth-of-type(5n){
  margin-right: 0;
}
.item-list li a{
    display: flex;
    flex-direction: column;
}
.a-slider-wrapper::after{
  background: #333;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  display: block;
  font-size: 14px;
  letter-spacing: .08em;
  margin: 16px auto 0;
  padding: 2%;
  width: 250px;
}
.item-list li img{
  width: 100%;
}
.item-list li span{
  display: block;
}

/* item-txt LIST */
.item-list .item-txt-box{
  margin-top: 5px;
}
.item-list .item-sub,
.item-list .item-price{
  display: block;
}
.item-list .item-sub{
  font-size: 15px;
}
.item-list .item-price{
  font-size: 13px;
}
.campaign-active .item-list .item-txt-box::before{
  background: #e7a811;
  color: #fff;
  content: "クーポン対象";
  display: block;
  font-size: 12px;
  margin-top: -5px;
  padding: 2px 0;
}
.campaign-close .item-list .item-txt-box::before{
  display: none;
}
.campaign-active .item-list .cp-exclude .item-txt-box::before{
  visibility: hidden;
}

/* back-number */
.back-number{
  font-family: 'EB Garamond', serif;
  margin: 70px 0 0;
}
.back-number h2{
  border-bottom: 1px solid #bbb;
  font-size: 26px;
}
.back-number nav{
  padding: 20px 0 0;
}

.back-number nav li{
  display: inline-block;
  font-size: 20px;
  margin: 0 15px 0 0;
  text-align: center;
}
.back-number nav li div{
  border-radius: 120px 120px;
  height: 120px;
  overflow: hidden;
  width: 120px;
}

.back-number nav li div img{
  width: 100%;
}

.content-btn {
  background: #3e3e3e;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 20px auto 40px;
  padding: 20px 0;
  text-align: center;
  width: 90%;
  max-width: 320px;
  font-weight: bold;
  position: relative;
}

.content-btn::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(../esw241030_seasonstylelab/newopen.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  top: 33%;
  right: 28%;
}

.shop-info-wrapper h3 {
  font-size: 18px;
  font-weight: 600;
}

.shop-info-inner,.shop-info-inner2 {
  font-size: 15px;
  font-weight: 400;
  margin: 0 auto 64px;
}

.shop-info-inner-ttl {
  font-size: 16px;
}

.shop-info-inner-note {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.shop-info-inner2-desc {
  display: flex;
  gap: 32px;
  align-items: center;
  margin: 8px auto 0;
  justify-content: center;
}

.shop-info-inner2 img {
  width: 40%;
  aspect-ratio: 175/157;
}

/* 画像の上にオーバーレイ表示 */


.main-img{
  width: 500px;
  grid-area: img;
  aspect-ratio: 5/6;
  justify-self: center;
  position: relative;
}

.main-img::before {
  display: block;
  position: absolute;
  content: "";
  background-image: url("../esw241030_seasonstylelab/plus-icon.png");
  background-size: contain;
  width: 50px;
  height: 50px;
  top: 90%;
  right: 2%;
  transition: .5s all;
}

.swich_setting:checked + .main-img::before {
  transform: rotate(45deg);
  transition: .5s all;
  z-index: 2;
}

.swich_setting {
  display: none; /* チェックボックスを非表示に */
}
 
.tooltip { /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
}
 
.description {
  width: 500px; /* 横幅 */
  height: 600px; /* 高さ */
  position: absolute;
  top: -15px; /* Y軸の位置 */
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px; /* テキストとの距離 */
  padding: 45% 15%;
  background-color: #454545; /* ツールチップの背景色 */
  font-size: 20px;
  color: #fff;
  text-align: center;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 1;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
  box-sizing: border-box;
}

.swich_setting:checked + .tooltip .description{ /* チェック時のスタイル */
  top: -15px;
  visibility: visible;
  opacity: .7;
}

a .icon {
    background: #333;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    content: "Check";
    display: block;
    font-size: 14px;
    letter-spacing: .08em;
    margin-top: auto;
    padding: 2%;
}



@media screen and (max-width: 640px){
/*-------*/
/* S M P */
/*-------*/

/* SMP title*/
h1.title img{
  margin: 24px auto 0;
  width: 100%;
  aspect-ratio: 16/10;
}


/* SMP nav */
nav.content-nav{
  padding: 0 0 25px;
}
nav.content-nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav.content-nav ul li{
  margin-top: 10px;
  width: 50%;
}
nav.content-nav ul li a{
  display: block;
  font-size: 14px;
  letter-spacing: .05em;
  margin: 10px 10px 0;
}
nav.content-nav ul li a::after{
  height: 12px;
  margin: -5px auto 0;
  width: 12px;
}

/* SMP section */
.content-outer-box{
  padding: 24px 0 65px;
  width: 100%;
}
.content-inner-box{
  margin: 32px auto 0;
  width: 92%;
}

.content-inner-box > img{
  width: 100%;
}

/* SMP style-box */
div.style-box {
    background-color: #fff;
    padding: 24px 0;
    width: 100%;
}
div.style-box > img{
   width: 100%;
   grid-area: img;
}
div.style-box a{
  background: #fff;
  color: #777;
  display: block;
  letter-spacing: .05em;
  position: relative;
}
div.style-box a::after {
    font-size: 14px;
    margin: 14px auto 0;
    padding: 4px 0;
    width: 60%;
}

.sub-img{
  border: 5px solid #fff;
  margin-top: -20vw;
  width: 60%;
}

/* SMP headline-box */
h3.head-line{
  font-size: 30px;
  letter-spacing: -.01em;
  line-height: 1.4;
}
h3.head-line > span{
  display: block;
  font-size: 22px;
  letter-spacing: .08em;
  margin: 8px auto 0;
}

.headline-box p{
  text-align: center;
  font-size: 15px;
  margin: 16px 0 0;
  padding: 0 8vw;
}

.headline-box {
  margin: 0 auto 24px;
}


/* SMP item-txt MAIN */
div.style-box .item-txt-box{
  margin-top: 10px;
}
div.style-box .item-sub{
  font-size: 16px;
}
div.style-box .item-price{
  font-size: 20px;
}



/* SMP item-list */
.item-list-headline{
  border-bottom: 1px solid #ccc;
  color: #777;
  font-size: 22px;
  margin-top: 30px;
}

.item-list{
  justify-content: flex-start;
}
.item-list li{
  margin: 10vw 0 0 4%;
  width: 44%;
}
.item-list li:nth-of-type(5n){
  margin-right: 0;
}

.item-list li a{
  display: flex;
}

.item-list li img{
  width: 100%;
}
.item-list li span{
  display: block;
}

/* SMP item-txt LIST */
.item-list .item-txt-box{
  margin-top: 5px;
}
.item-list .item-sub{
  font-size: 14px;
}
.item-list .item-price{
  font-size: 13px;
}
.campaign-active .item-list .item-txt-box::before{
  font-size: 12px;
  margin-top: -5px;
  padding: 2px 0;
}
.campaign-close .item-list .item-txt-box::before{
  display: none;
}

/* SMP back-number */
.back-number{
  margin: 10vw 4% 10vw;
}
.back-number h2{
  font-size: 9vw;
  line-height: 1;
  padding: 0 0 1.5vw;
}
.back-number h2 span{
  font-size: 3.5vw;
}

.back-number nav{
  padding: 5vw 0 0;
}
.back-number nav ul{
  justify-content: space-between;
  text-align: center;
}
.back-number nav li{
  font-size: 6vw;
  margin: 0 2vw 0 0;
}
.back-number nav li div{
  border-radius: 50%;
  height: 25vw;
  width: 25vw;
}

.back-number nav li div img{
  width: 100%;
}

.sp_visible{
   display: block;
}

.slider-contents img {
  width: 70%;
  aspect-ratio: 5/6;
}

.slider-contents {
  background-color: #fff;
}

.lm-index {
  padding: 0 0 70px;
  position: relative;
}

/* 9/25 add */

.comingsoon-img {
  opacity: 0.5;
}

.lead {
  padding: 10px 24px 48px;
}

.lead-emphasis {
  font-size: 15px;
}

.under-infomation {
  width: 100%;
  margin: 0 auto;
}

.under-infomation h2 {
  display: block;
  font-size: 18px;
  text-align: center;
  font-family: 'Lora', serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.shop-info-wrapper {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 32px auto 0;
}


.shop-info-inner {
  margin: 0 0 64px;
}

.shop-info-wrapper h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.shop-info-inner2-desc {
  flex-direction: column;
  gap: 16px;
}

.shop-info-inner2 img {
  width: 95%;
}

.info-ttl {
  padding: 16px 0 8px;
}

.under-link li {
  width: 90%;
  font-size: 11px;
}

/* 商品画像のオーバーレイ表示 */

.style-box label img {
  width: 100%;
}

.tooltip {
  display: block;
  width: 100%;
}

.description {
  top: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  padding: 0%;
}

.desc-inner {
  display: block;
  margin: 38% 9%;
  font-size: 5.5vw;
}

.swich_setting:checked + .tooltip .description {
  top: 0;
}

.main-img::before {
  top: 85%;
  right: 3%;
  width: 45px;
  height: 45px;
}

.navi-itemlist-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 8px;
}

.navi-itemlist-inner {
  position: relative;
}

.navi-itemlist-container li a img {
  width: 100%;
}

.a-item-btn::after {
    font-size: 14px;
    margin: 5px auto 0;
    width: 100%;
}

}/* end media */

@media screen and (max-width:320px) {

  .under-link li {
    font-size: 9px;
  }
  
}/* end media */

@media screen and (min-width: 641px){
.content-main a:hover{
  opacity: .7;
}

.back-number nav li div{
   text-align: center;
}

.back-number nav li a:hover img{
  transform:scale(1.2);
}

div.style-box {
    display: grid;
    grid-template-columns: 400px 400px;
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "img ttl ";
    background-color: #fff;
    width: 900px;
    margin: 16px auto;
    padding-top: 32px;
    justify-content: center;
    row-gap: 16px;
    column-gap: 32px;
    align-items: center;
}

.headline-box {
  grid-area: ttl;
}

.under-infomation {
  width: 800px;
  margin: 0 auto 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}

.under-infomation h2 {
  display: block;
  font-size: 21px;
  text-align: center;
  font-family: 'Lora', serif;
  margin: 0 0 8px;
}

.washmere-help img {
  vertical-align: middle;
}

.info-ttl {
  padding: 16px 0 8px;
}

.shop-info-inner h3 {
  text-align: center;
  margin: 0 auto 8px;
}


.shop-info-inner p, .shop-info-inner2-txt p {
  display: inline-block;
  text-align: left;
}

.under-link li {
  width: 400px;
}

.navi-itemlist-container {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
	margin: 0 auto;
	width: 1000px;
  gap: 5px;
}

.navi-itemlist-inner {
    width: 120px;

}

.navi-itemlist-inner img {
  aspect-ratio: 2/3;
}

.navi-itemlist-inner-container {
	display: inherit;
	grid-template-rows: subgrid;
	grid-row: span 3;
  position: relative;
}

.grid-rank-item-photo{
  width: 120px;
}

h3.head-line {
  text-align: left;
}

.a-slider-wrapper::after {
    margin: 16px auto 0 0;
    padding: 1%;
    width: 150px;
}

.a-item-btn::after {
    margin: 4px auto;
    padding: 1%;
    width: 100%;
}

}/* end media */
