@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 24px;
  aspect-ratio: 181 / 70;
}



.lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 32px 0 48px;
  background-color: #fff;
  position: relative;
}

.lead img {
  width: 500px;
  height: auto;
}


.lead-emphasis {
  font-size: 16px;
  font-family: 'EB Garamond', 'Noto Serif JP', serif;
  font-weight: 600;
  width: 400px;
  text-align: left;
}

.lead::before {
  display: block;
  content: '';
  border: solid 1px #d8d8d8;
  width: 100%;
  margin: 0 0 16px;
  position: absolute;
  top: 2%
}

.lead::after {
  display: block;
  content: '';
  border: solid 1px #d8d8d8;
  width: 100%;
  margin: 16px 0 0;
  position: absolute;
  bottom: 5%;
}


/* 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: #ecefef;
}

.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;
}

.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(../esm251029_salonlechic/arrow_back.svg) 10px center no-repeat;
  width: 55px;
  height: 55px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
  position: static;
  margin-top: 0;
}

.slider-contents-btn-next {
  background: url(../esm251029_salonlechic/arrow_forward.svg) 28px center no-repeat;
  width: 55px;
  height: 55px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
  position: static;
  margin-top: 0;
}

.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;
}


.button-sandp {
  display: block;
  background-image: url(../esm251029_salonlechic/icon_pause.svg);
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  z-index: 2;
}

.button-sandp.paused {
  background-image: url(../esm251029_salonlechic/icon_start.svg);
}

.swiper-command-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}


h3.head-line {
  color: #444;
  font-size: 25px;
  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(../esm251029_salonlechic/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("../esm251029_salonlechic/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%;
}


.cashmere-mens-index {
  padding: 32px 0;
}

.cashmere-mens-index h2 {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 30px;
  font-family: 'Lora', 'Noto Serif JP', serif;
  align-content: center;
  font-weight: 500;
}

.cashmere-mens-index h2 span {
  display: inline-block;
  font-size: 20px;
}

.headline-box img {
  display: block;
  width: 55px;
  height: auto;
  margin: 24px 0 0;
}



@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: 24px;
    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: 10% 0 15%;
    flex-direction: column;
    overflow: hidden;
  }

  .lead img {
    width: 100%;
  }

  .lead-emphasis {
    width: 90%;
    font-size: 15px;
    line-height: 1.7rem;
  }

  .lead::before {
    top: 0;
  }

  .lead::after {
    bottom: 0;
  }

  .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%;
  }

  .cashmere-category-wrapper {
    padding-top: 24px;
  }

  .cashmere-category-wrapper h3 {
    --r: .8em;
    /* control the ribbon shape */

    padding-inline: calc(var(--r) + .3em);
    line-height: 1.8;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
    background: #ffffff;
    /* the main color */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2% 13%;
    margin: 0 auto 16px;
    font-size: 20px;
    font-family: 'Lora', 'Noto Serif JP', serif;
    align-content: center;
    font-weight: 500;
  }


  .cashmere-category-list {
    list-style: none;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, 45%);
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-areas: "ladies ladies"
      "mens mens"
      "ssl recycle"
      "zakka kids"
      "sls info";
    justify-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .cashmere-category-list li {
    display: inherit;
    position: relative;
  }

  .cashmere-category-list li a {
    display: inherit;
    grid-template-columns: auto;
    grid-template-rows: auto;
    background-color: #45423f;
  }

  .grid-mini {
    width: 100%;
  }

  .grid-mini img {
    width: 100%;
    aspect-ratio: 1/1;
  }


  .ladies img,
  .mens img {
    width: 100%;
    aspect-ratio: 5/2;
  }

  .ladies {
    grid-area: ladies;
  }


  .mens {
    grid-area: mens;
  }

  .ssl {
    grid-area: ssl;
  }

  .recycle {
    grid-area: recycle;
  }

  .kids {
    grid-area: kids;
  }

  .zakka {
    grid-area: zakka;
  }

  .sls {
    grid-area: sls;
  }

  .info {
    grid-area: info;
  }


  .cashmere-category-list li a p {
    display: inline-block;
    background-color: #45423f;
    color: #fff;
    font-size: 0.75rem;
    text-align: left;
    padding: 2%;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    padding-left: 5px;
  }

  .cate-ttl-brandname {
    display: inline-block;
    font-size: 12px;
    margin-right: 8px;
  }

  .grid-mini-ttl-text {
    position: absolute;
    display: inline-block;
    background-color: #ffffffd9;
    color: #454545;
    font-size: 0.7rem;
    text-align: center;
    padding: 4% 0 4%;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-right: 0;
    bottom: 15%;
    left: 0;
    width: 100%;
  }


  .cashmere-category-list span.comingsoon-text {
    position: absolute;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
    align-self: center;
    justify-self: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .comingsoon-img {
    opacity: 0.5;
  }


  .cashmere-category-list li a p.letter-bigger {
    font-size: 18px;
  }

  .cashmere-category-list li a p::after {
    content: "";
    background: url(../esm251029_salonlechic/anchor-w.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 13px;
    height: 9px;
    bottom: 3.5%;
    right: 0;
    transform: rotate(270deg);
  }

  .cashmere-category-list li a p.letter-bigger::after {
    bottom: 6%;
    width: 23px;
    height: 12.5px;
  }


  .cashmere-category-list li a p.arrow-rotate::after {
    transform: rotate(0deg);
    right: 2%;
  }

  .headline-box img {
    margin: 24px auto 0;
  }

  .cashmere-mens-index h2 {
    font-size: 27px;
  }


}

/* 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;
    justify-self: center;
  }

  .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%;
  }


  .cashmere-category-wrapper {
    padding: 16px 0 48px;
  }

  .cashmere-category-wrapper h3 {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    background-image: url(../esm251029_salonlechic/ribbon-w.png);
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 736/45;
    font-size: 20px;
    font-family: 'Lora', 'Noto Serif JP', serif;
    align-content: center;
    font-weight: 500;
  }

  .cashmere-category-list {
    list-style: none;
    display: grid;
    width: 1200px;
    grid-template-columns: repeat(6, 185px);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "ladies ladies ladies mens mens mens"
      "ssl recycle zakka kids sls info";
    row-gap: 16px;
    -moz-column-gap: 32px;
    column-gap: 20px;
    justify-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .cashmere-category-list li {
    display: inherit;
    position: relative;
  }

  .cashmere-category-list li a {
    display: inherit;
    grid-template-columns: auto;
    grid-template-rows: auto;
    background-color: #45423f;
  }

  .cashmere-category-list li a:hover {
    opacity: .7;
  }

  .grid-mini {
    width: 185px;
  }

  .grid-mini img {
    width: 100%;
    aspect-ratio: 1/1;
  }

  .ladies img,
  .mens img {
    width: 100%;
    aspect-ratio: 5/2;
  }

  .ladies {
    grid-area: ladies;
    width: 595px;
  }

  .mens {
    grid-area: mens;
    width: 595px;
  }

  .ssl {
    grid-area: ssl;
  }

  .recycle {
    grid-area: recycle;
  }

  .kids {
    grid-area: kids;
  }

  .zakka {
    grid-area: zakka;
  }

  .sls {
    grid-area: sls;
  }

  .info {
    grid-area: info;
  }

  .cashmere-category-list li a p {
    display: inline-block;
    background-color: #45423f;
    color: #fff;
    font-size: 12px;
    text-align: left;
    padding: 2%;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    padding-left: 8px;
  }

  .cate-ttl-brandname {
    display: inline-block;
    font-size: 12px;
    margin-right: 8px;
  }

  .grid-mini-ttl-text {
    position: absolute;
    display: inline-block;
    background-color: #ffffffd9;
    color: #454545;
    font-size: 12px;
    text-align: left;
    padding: 6% 0;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    padding-left: 8px;
    margin-right: 0;
    bottom: 33px;
    left: 3px;
    width: 170px;
  }


  .cashmere-category-list span.comingsoon-text {
    position: absolute;
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    text-align: center;
    top: 38%;
    left: 18%;
  }

  .comingsoon-img {
    opacity: 0.5;
  }


  .cashmere-category-list li a p.letter-bigger {
    font-size: 18px;
  }

  .cashmere-category-list li a p::after {
    content: "";
    background: url(../esm251029_salonlechic/anchor-w.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 10px;
    bottom: 4.5%;
    right: -1%;
    transform: rotate(270deg);
  }

  .cashmere-category-list li a p.letter-bigger::after {
    bottom: 7%;
    right: .2%;
    width: 23px;
    height: 12.5px;
  }

  .cashmere-category-list li a p.arrow-rotate::after {
    transform: rotate(0deg);
    right: 2%;
  }


}

/* end media */