@charset "UTF-8";
/* CSS Document*/

#m-contents{
  background: #f0efef;
}

.m-bread-crumb{
  background: #fff;
}

.main-content{
  color: #333;
  font-family: "EB Garamond" ,"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  padding-bottom: 70px;
  text-align: center;
  width: 100%;
}
.main-content a,
.main-content a img{
 transition: .3s;
}


/*title*/
h1.title{
  background-image: linear-gradient(to right , #e0e4e7 0% , #e0e4e7 50% , #e0e4e7 50% , #dadcdf 100%);
}
h1.title img{
  margin: 0 auto;
}


/* 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: #e1d7d1;
}
.content-outer-box{
  padding: 50px 0;
  width: 100%;
}
.content-inner-box{
  margin: 0 auto;
  overflow: hidden;
  width: 1000px;
}
.content-inner-box > img.main-img,
.content-inner-box > div.style-box{
  float: left;
}
.main-img{
  width: 550px;
}

/* style-box */
div.style-box{
  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;
}
div.style-box a::after{
  background: #333;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  display: block;
  font-size: 20px;
  margin: 20px auto 0;
  padding: 4px 0;
  width: 250px;
}
.sub-img{
  width: 250px;
}


/* movie: 商品画像の下に配置（既存の書体・文字サイズ・ボタン設定は変更しない） */
.sub-movie{
  display: block;
  width: 250px;
  height: auto;
  margin: 15px auto 0;
}


/* cp-icon */
.cp-icon{
  background: #e7a811;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  height: 72px;
  letter-spacing: 0;
  line-height: 1.2;
  padding-top: 18px;
  position: absolute;
  width: 72px;
  top: 270px;
  right: -4px;
}
.cp-icon span{
  font-size: 22px;
}
.campaign-close .cp-icon{
  display: none;
}


/* headline-box
#ivory h2.head-line{color: #b1a89c;}
#moca h2.head-line{color: #906c5b;}
#khaki h2.head-line{color: #796849;}
#navy h2.head-line{color: #2f416e;}*/

h2.head-line{
  color: #444;
  font-size: 35px;
  letter-spacing: .02em;
  line-height: 1.1;
  font-family: "Noto Serif JP", serif;
}
h2.head-line > span{
  display: block;
  font-size: 22px;
  letter-spacing: .08em;
}
.headline-box p{
  box-sizing: border-box;
  font-size: 13px;
  margin: 20px 0 30px;
  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;
}

.item-list li{
  margin: 30px 18px 0 0;
  width: 185px;
}
.item-list li:nth-of-type(5n){
  margin-right: 0;
}

.item-list li a{
  display: block;
}
.item-list li a::after{
  background: #333;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  display: block;
  font-size: 14px;
  letter-spacing: .08em;
  margin: 5px auto 0;
  width: 100px;
}
.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;
}

/* point-box */
section.point-box{
  margin-top: 70px;
}
section.point-box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
}
section.point-box ul li{
  display: flex;
  margin-top: 40px;
  overflow: hidden;
  width: 480px;
}

.point-img-box img{
  width: 240px;
  display: block;
}

.content-headline{
  font-size: 28px;
}

/* point-txt-box */
.point-txt-box{
  background: #fff;
  box-sizing: border-box;
  padding: 60px 0 0;
  width: 240px
}
.point-txt-box h3{
  color: #777;
  font-size: 18px;
  line-height: 1;
}
.point-txt-box h3 span{
  display: block;
  font-size: 50px;
}
.point-txt-box h3::after{
  background: #ddd;
  content: "";
  display: block;
  height: 2px;
  margin: 20px auto;
  width: 40px;
}
.point-txt-box p{
  font-size: 13px;
}

/* cp-box */
section.cp-box{
  margin-top: 70px;
}
.cp-inner-box{
  display: flex;
  margin: 20px auto 0;
  overflow: hidden;
  width: 1000px;
}
.cp-img-box img{
  display: block;
  width: 419px;
}
.campaign-close .cp-img-box{
  position: relative;
}
.campaign-close .cp-img-box::after{
  content: "終了いたしました";
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .15em;
  opacity: .9;
  position: absolute;
  text-align: center;
  width: 100%;

  top:190px;;
}
.campaign-close .cp-img-box img{
  opacity: .2;
}

.cp-txt-box{
  background: #fff;
  box-sizing: border-box;
  font-size: 12px;
  padding: 40px 50px 0;
  text-align: justify;
  width: 580px;
}

.cp-head{
  background: #c18f5B;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  width: 140px;
}
.campaign-close .cp-head{
  background: #fff;
  border: 1px solid #c18f5B;
  color: #c18f5B;
}
.cp-txt-box h2{
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 0;
}
.cp-txt-box p{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 15px 0;
  padding: 15px 0;
}

.cp-txt-box ol li{
  font-size: 11px;
}


/* 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 ul{
}
.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%;
}

/* ITEM03 トートバッグ スライダーサイズ調整 */
#item03 #slide-contents-1 {
  width: 250px;
  margin: 30px auto 0;
}

#item03 #slide-contents-1 .slider-contents img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px){
/*-------*/
/* S M P */
/*-------*/

/* SMP title*/
h1.title img{
  margin: 0 auto;
  width: 100%;
}


/* 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: 55px 0 65px;
  width: 100%;
}
.content-inner-box{
  margin: 0 auto;
  width: 100%;
}
.content-inner-box > img,
.content-inner-box > div.style-box{
  float: none;
}
.content-inner-box > img{
  width: 100%;
}


/* SMP style-box */
div.style-box{
  background: inherit;
  padding: 0;
  width: 100%;
}
div.style-box > img{
   width: 100%;
}
div.style-box a{
  color: #777;
  display: block;
  letter-spacing: .05em;
  padding-bottom: 20px;
  position: relative;
}
div.style-box a::after{
  font-size: 20px;
  margin: 10px auto 0;
  padding: 4px 0;
  width: 60%;
}

.sub-img{
  border: 5px solid #fff;
  margin-top: 10vw;
  width: 60%;
}

.sub-movie{
  border: 5px solid #fff;
  box-sizing: border-box;
  display: block;
  margin: 12px auto 0;
  width: 60%;
}


/* SMP cp-icon */
.cp-icon{
  font-size: 3vw;
  height: 20vw;
  line-height: 1.2;
  padding-top: 4.6vw;
  width: 20vw;

  top: 32vw;
  right: 6vw;
}
.cp-icon span{
  font-size: 6.5vw;
}


/* SMP headline-box */
h2.head-line{
  font-size: 45px;
  letter-spacing: .08em;
  line-height: 1.1;
}
h2.head-line > span{
  display: block;
  font-size: 22px;
  letter-spacing: .08em;
}
.headline-box p{
  font-size: 13px;
  margin: 10px 0 20px;
  padding: 0 5vw;
}


/* 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: block;
}
.item-list li a::after{
  font-size: 14px;
  margin: 5px auto 0;
  width: 80%;
}
.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: 15px;
}
.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 point-box */
section.point-box{
  margin-top: 60px;
}
section.point-box ul{
  margin: 0 auto;
  width: 100%;
}
section.point-box ul li{
  margin: 4vw 0 0;
  overflow: hidden;
  width: 100%;
}
section.point-box ul li img{
  width: 100%;
}

.point-img-box{
  width: 40%;
}

.content-headline{
  font-size: 20px;
}


/* SMP point-txt-box */
.point-txt-box{
  padding: 20px 4vw 0;
  width: 60%;
}
.point-txt-box h3{
  color: #777;
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
}
.point-txt-box h3 span{
  display: inline-block;
  font-size: 22px;
  margin-left: 5px;
}
.point-txt-box h3::after{
  display: none;
}
.point-txt-box p{
  font-size: 12px;
  margin-top: 12px;
  text-align: justify;
}


/* SMP cp-box */
section.cp-box{
  margin-top: 60px;
}
.cp-inner-box{
  display: block;
  margin: 10px auto 0;
  width: 100%;
}
.cp-img-box,
.cp-img-box img{
  width: 100%;
}
.cp-txt-box{
  font-size: 12px;
  padding: 25px 5vw;
  width: 100%;
}

.cp-head{
  font-size: 13px;
  padding: 3px 0;
  width: 140px;
}
.cp-txt-box h2{
  font-size: 14px;
  margin: 10px 0 0;
}
.cp-txt-box p{
  margin: 15px 0;
  padding: 15px 0;
}
.cp-txt-box p b{
  background: #eee;
  display: block;
  margin: 4px 0;
  padding: 2px 0;
  text-align: center;
}

.cp-txt-box ol li{
  font-size: 10px;
}

/* 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;
}

/* SP：各商品を白背景で囲む */
.content-inner-box.item-layout {
  background: #fff;
}

.content-inner-box.item-layout > div.style-box {
  background: #fff;
}

/* SP：白いカードとして見せる */
.content-inner-box.item-layout {
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 28px 12px 32px;
  box-sizing: border-box;
  overflow: hidden;
}

.movie-style-box .sp-model-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .movie-style-box .sub-movie-frame,
  .movie-style-box .product-image-link,
  .movie-style-box .wear-color,
  .movie-style-box .product-check-link {
    width: 100%;
    box-sizing: border-box;
  }

/* 動画なしITEM：モデル画像の高さを抑える */
#item03 .main-img,
#item04 .main-img {
  width: 430px;
  height: 760px;
  object-fit: contain;
  object-position: top center;
}

  .item-heading .item-brand {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .04em;
  }

  .item-heading .item-theme {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 10px;
  }

  /* 商品タイトル */
  h2.head-line {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .04em;
    text-align: center;
    padding: 0 5vw;
    margin-bottom: 16px;
  }

  /* 商品説明 */
  .headline-box p {
    font-size: 14px;
    line-height: 1.9;
    margin: 0 0 24px;
    padding: 0 5vw;
  }

  /* SP：下部3ボタンの左右幅を統一 */
.under-link-box {
  width: 100%;
}

.under-link-box .under-link {
  width: 100%;
  margin: 0 auto;
}

.under-link-box .under-link li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.under-link-box .under-link li a {
  display: block;
  width: calc(100% - 48px);
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
}/* end media */

/* =========================
   SEASON STYLE LAB 10th / LP component overrides
   TFS AI STANDARD v0.1: 4/8 spacing, reusable components, no !important
========================= */

/* Brand grouping: same brand = same section background */
#item01,
#item02 {
  background: #f6f2f2;
}

#item03,
#item04 {
  background: #e1d7d1;
}

/* Brand heading hierarchy */
.item-heading {
  box-sizing: border-box;
  margin: 0 auto 32px;
  text-align: center;
}

.item-heading p {
  margin: 0;
  padding: 0;
}

.item-heading .item-brand {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em;
  color: #893f57;
  font-weight: 600;
  font-family: "Noto Sans CJK JP", sans-serif
}

.item-heading .item-theme {
  margin-top: 14px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .05em;
  font-family: "Noto Sans CJK JP", sans-serif;
}

/* Product title hierarchy */
h2.head-line {
  font-family: serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: .08em;
}

h2.head-line > span {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 4px;
}

.headline-box p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0px 0 20px;
}

/* Movie item: image is link, movie is independently operable, CTA stays below movie */
div.style-box a.product-image-link::after {
  display: none;
}

div.style-box a.product-image-link {
  margin: 0;
  padding: 0;
}

div.style-box a.product-check-link {
  margin-top: 12px;
}

.sub-movie-frame {
  overflow: hidden;
}

.sub-movie-frame .sub-movie {
  border: 0;
  display: block;
  margin: 0;
  object-fit: cover;
}

.recommend-section {
  padding: 0 0 64px;
}

.wear-color {
    width: 250px;
    margin: 10px auto 22px;
    padding-top: 9px;
    border-top: 1px solid #d8d3ce;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #777;
}

.wear-color strong {
    margin-left: 8px;
    font-weight: 400;
    color: #444;
}

/* 導入文 */
.intro-txt {
  padding: 35px 20px 40px;
  text-align: center;
}

.intro-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .05em;
}

/* 10周年特設ページリンク */
.anniversary-link {
  display: inline-block;
  margin-top: 18px;
  color: #777;
  font-size: 13px;
  text-decoration: underline;
}

.anniversary-banner {
  display: block;
  margin-top: 30px;
  text-align: center;
}

.anniversary-banner img {
  display: inline-block;
  width: 40%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .item-heading {
    margin: 0 4% 40px;
    text-align: center;
  }

  .sub-movie-frame {
    box-sizing: border-box;
    margin: 12px auto 0;
    width: 60%;
  }

  .sub-movie-frame .sub-movie {
    height: auto;
    width: 100%;
  }
  .cashmere-link {
    display: block;
    box-sizing: border-box;

    width: calc(100% - 48px);
    margin: 32px auto 16px;
    padding: 12px;

    background: #4a4643;
    color: #fff;

    border: 1px solid #4a4643;
    border-radius: 4px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .02em;
    text-align: center;
  }
  
  /* SP 導入文 */
.intro-txt {
  padding: 30px 24px 35px;
}

.intro-txt p {
  font-size: 13px;
  line-height: 1.9;
}

/* SP 10周年特設ページリンク */
.anniversary-link {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.7;
}

  div.style-box a.product-check-link {
    margin-top: 12px;
    padding: 8px 0 20px;
  }

  div.style-box.movie-style-box {
    display: flex;
    flex-direction: column;
  }

  div.style-box.movie-style-box > .headline-box {
    order: 1;
  }

  div.style-box.movie-style-box > .sp-model-img {
    order: 2;
  }

  div.style-box.movie-style-box > .sub-movie-frame {
    order: 3;
    margin: 20px auto 0;
  }

  div.style-box.movie-style-box > .product-image-link {
    order: 4;
  }

  div.style-box.movie-style-box > .wear-color {
    order: 5;
  }

  div.style-box.movie-style-box > .product-check-link {
    order: 6;
  }

  /* SP：下部3ボタンの横幅を統一 */
.cashmere-link,
.under-link-box .under-link li a {
  width: calc(100% - 48px);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.anniversary-banner img {
    width: 100%;
  }
}

@media screen and (min-width: 641px) {
  .main-content a:hover {
    opacity: .7;
  }

  .back-number nav li div {
    text-align: center;
  }

  .back-number nav li a:hover img {
    transform: scale(1.2);
  }

  /* Every item uses the same outer width and the same two-column grid. */
  .item-heading,
  .content-outer-box > .content-inner-box.item-layout {
    width: 890px;
  }

  .content-outer-box > .content-inner-box.item-layout {
    align-items: stretch;
    background: #fff;
    display: flex;
    overflow: hidden;
  }

  /* Left visual area = 500px total: 35 + 430 + 35. */
  .content-outer-box > .content-inner-box.item-layout > img.main-img {
    align-self: flex-start;
    flex: 0 0 auto;
    height: auto;
    margin: 32px 35px 0;
    width: 430px;
  }

  /* Right information area is always 390px, movie or no movie. */
  .content-outer-box > .content-inner-box.item-layout > div.style-box {
    box-sizing: border-box;
    flex: 0 0 390px;
    height: auto;
    min-height: 828px;
    padding: 32px 40px;
    width: 390px;
  }

  /* Product image width is identical for all 4 items. */
  div.style-box .sub-img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
  }

  /* Movie is subordinate to the 250px product image but the card width stays identical. */
  .sub-movie-frame {
    height: 300px;
    margin: 20px auto 0;
    width: 220px;
  }

  .sub-movie-frame .sub-movie {
    height: 100%;
    width: 100%;
  }

  #item03 .style-box,
  #item04 .style-box {
    min-height: 0;
  }

  #item03 .content-inner-box.item-layout,
  #item04 .content-inner-box.item-layout {
    align-items: flex-start;
  }

  #item03 .style-box,
  #item04 .style-box {
    height: 750px;
  }

  div.style-box.movie-style-box .item-txt-box {
    margin-top: 0;
  }

  div.style-box.movie-style-box a.product-check-link::after {
    margin-top: 8px;
  }
 
  /* PC：動画を商品画像より上に配置 */
div.style-box.movie-style-box {
  display: flex;
  flex-direction: column;
}

div.style-box.movie-style-box > .headline-box {
  order: 1;
}

div.style-box.movie-style-box > .sub-movie-frame {
  order: 2;
  margin: 20px auto 0;
}

div.style-box.movie-style-box > .product-image-link {
  order: 3;
  margin-top: 20px;
}

div.style-box.movie-style-box > .wear-color {
  order: 4;
}

div.style-box.movie-style-box > .product-check-link {
  order: 5;
}

.cashmere-link {
    display: block;
    width: 360px;
    margin: 40px auto 32px;
    padding: 12px 20px;
    box-sizing: border-box;

    background: #3f3b38;
    color: #fff;
    border-radius: 4px;

    font-size: 16px;
    font-weight: 600;
    letter-spacing: .04em;
    text-align: center;
  }

  .cashmere-link:hover {
    opacity: .8;
  }

}