@charset "UTF-8";
/* CSS Document*/



.m-bread-crumb{
  background: #fff;
}

.main-content{
  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%;
}
.main-content a,
.main-content a img{
 transition: .3s;
}


/*title*/
h1.title{
  background-color: #fff;
}
h1.title img{
  margin: 0 auto 24px;
  aspect-ratio: 16/7;
}



.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: #e9e2de;
}
.content-outer-box{
  padding: 70px 0;
  width: 100%;
}
.content-inner-box{
  margin: 0 auto;
  overflow: hidden;
  width: 1000px;
}


.main-img{
  width: 550px;
  grid-area: img;
  aspect-ratio: 275/414;
}

/* 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;
}
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;
}


.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;
  /*line-height: 300px;*/
  text-align: center;
  font-size: 0;
  background-color: #e3e0dd;

}

.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
}

/*
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
   background: #333 !important;
  }

  .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }
*/
.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;
}


/* 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;}*/

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: 14px;
  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 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%;
}

/* 9/25 add */

.cashmere-category-wrapper {
  padding: 16px 0 48px;
}

.cashmere-category-wrapper h3 {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  background-image: url(../esw241030_takashimayacashmere-saisei/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: 1000px;
  grid-template-columns: repeat(4,200px);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "ladies ladies mens mens"
"ssl recycle kids zakka";
  row-gap: 16px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  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: 200px;
}

.grid-mini img {
  width: 100%;
  aspect-ratio: 1/1;
}

.ladies {
  grid-area: ladies;
}

.ladies img, .mens img {
  width: 100%;
  aspect-ratio: 5/2;
}

.mens {
  grid-area: mens;
}


.ssl {
  grid-area: ssl;
}

.recycle {
  grid-area: recycle;
}

.kids {
  grid-area: kids;
}

.zakka {
  grid-area: zakka;
}


.cashmere-category-list li a p {
  display: inline-block;
  background-color: #45423f;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding: 2%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  padding-left: 8px;
}

.cashmere-category-list span {
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
}


.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(../esw241030_takashimayacashmere-saisei/anchor-w.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 21px;
  height: 11px;
  bottom: 4.5%;
  right: 1%;
  transform: rotate(270deg);
}

.cashmere-category-list li a p.letter-bigger::after  {
  bottom: 7%;
  width: 23px;
  height: 12.5px;
}

.cashmere-category-list li a p.cate-saisei::after {
  transform: rotate(0deg);
  right: 2%;
}

/* 10/1 add */
.shop-info-inner2 img.cashmere_catalog {
  width: 30%;
  aspect-ratio: 17/24;
}

.cashmere-ladies-index {
  padding: 0;
}

.cashmere-ladies-index, .lm-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-ladies-index h2 span {
  display: inline-block;
  font-size: 20px;
}

.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_takashimayacashmere-saisei/newopen.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  top: 33%;
  right: 28%;
}


.shop-info-icon {
  text-align: center;
  margin: 0 auto;
}

.shop-info-icon img {
  aspect-ratio: 1/1;
  width: 13%;
  height: auto;
}

.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;
}



@media screen and (max-width: 640px){
/*-------*/
/* S M P */
/*-------*/

/* SMP title*/
h1.title img{
  margin: 24px auto 16px;
  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: 0 auto;
  width: 100%;
  
}

.content-inner-box > img{
  width: 100%;
}




/* SMP style-box */
div.style-box{
  background: inherit;
  padding: 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;
  margin-top: 10vw;
  padding: 32px 0;
  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: -20vw;
  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 */
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{
  font-size: 14px;
  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: 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: 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 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;
}

.slider-contents img {
  width: 50%;
  aspect-ratio: 5/6;
}

.slider-contents {
  background-color: #fff;
}

.lm-index {
  padding: 0 0 70px;
  position: relative;
}

.lm-index::after {
  display: block;
  content: "";
  width: 5%;
  border: solid 1px #45423f;
  position: absolute;
  left: 50%;
  margin: 32px 0 0;
  transform: translateX(-50%);
}

/* 9/25 add */
.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"
  "kids zakka";
  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 {
  grid-area: ladies;
}

.ladies img, .mens img {
  width: 100%;
  aspect-ratio: 5/2;
}

.mens {
  grid-area: mens;
}


.ssl {
  grid-area: ssl;
}

.recycle {
  grid-area: recycle;
}

.kids {
  grid-area: kids;
}

.zakka {
  grid-area: zakka;
}


.cashmere-category-list li a p {
  display: inline-block;
  background-color: #45423f;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding: 1%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  padding-left: 8px;
}

.cashmere-category-list span {
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
}


.cashmere-category-list span.comingsoon-text {
  position: absolute;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0;
  align-self: center;
  justify-self: center;
}

.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(../esw241030_takashimayacashmere-saisei/anchor-w.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 21px;
  height: 11px;
  bottom: 3.5%;
  right: 1%;
  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.letter-bigger.cate-ladies::after {
  transform: rotate(0deg);
  right: 2%;
}

.lead {
  padding: 20px 24px 48px;
}

.lead-emphasis {
  font-size: 15px;
  text-align: left;
}

.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-bg {
  margin: 88px auto 24px;
}

.info-ttl-bg h2 {
  font-size: 24px;
  text-align: center;
  font-family: 'Lora', serif;
}

.shop-info-icon img {
  width: 30%;
}

.info-ttl {
  padding: 16px 0 8px;
}

.shop-info-inner2 img.cashmere_catalog {
  width: 80%;
  aspect-ratio: 17/24;
}

.cashmere_catalog-ttl {
  text-align: center;
}

.under-link li {
  width: 90%;
  font-size: 11px;
}


}/* end media */

@media screen and (max-width:320px) {

  .under-link li {
    font-size: 9px;
  }
  
}/* end media */

@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);
}

div.style-box{
  display: grid;
  grid-template-columns: 550px 40px 260px 40px ;
  grid-template-rows: repeat(4, auto);
  grid-template-areas: "img . . ."
  "img . ttl ."
  "img . a ."
  "img . . .";
  background-color: #fff;
  width: 890px;
  margin: 16px auto;
  row-gap: 8px;
}

.headline-box {
  grid-area: ttl;
}

div.style-box a {
  grid-area: a;
}

.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-bg {
  margin:88px auto 24px;
}

.info-ttl-bg h2 {
  font-size: 27px;
  font-family: "Lora", "Noto serif JP", serif;
  text-align: center;
}

.info-ttl {
  padding: 16px 0 8px;
}

.shop-info-icon img {
  aspect-ratio: 1/1;
  width: 130px;
  height: auto;
}

.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;
}

.content-outer-box{
  background-color: #f7f6f5;
}


}/* end media */
