@charset "UTF-8";
/* CSS Document */

.pc_none{
    display: block !important;
}
.tbl_none{
    display: none !important;
}
.sp_none{
    display: none !important;
}


#contents{
	float:none;
	width:0px;
}


ul.under_link {
	margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-left: 5px;
    width: 610px;
}
ul.under_link li {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    width: 300px;
}
/* ul.under_link li a {
	background-color: #7e6b5a;
    color: #fff;
    display: block;
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 20px;
	border-radius: 4px;
} */


.under-link-insta {
	width: 610px;
	margin: 50px auto 0;
	text-align: center;
	padding-bottom: 60px;
}

.under-link-insta p {
	font-size: 13px;
}

.under-link-insta img {
	width: 60px;
	padding: 10px;
}

.shopimage-area {
	margin-bottom: 60px;
}

/* コー�?ィネイ�? */

.shoptour-content-wrapper{
	width:1000px;
	margin: 0 auto;
	padding-top:10px;
	/* overflow: hidden; */
	display: block;
}

.shoptour-content {
	display: block;
	margin: 0 auto 120px;
}


.shoptour-content-wrapper a.itemTitle {
	font-size: 16px;
	line-height: 1.1em;
	padding-bottom: 20px;
	padding-top: 15px;
}
.ttl_shop1{
	font-family: serif;
	font-size: 30px;
	padding: 8px 0;
	display: block;
	overflow: hidden;
}

.ttl_shop2{
	font-size: 12px;
	padding: 16px 0;
	display: block;
	overflow: hidden;
	text-align: center;
}

.ttl_shop3{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	padding: 10px 0;
	display: block;
	overflow: hidden;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	background-color: transparent;
	line-height: 1.8;
	font-weight: 400;
}

.main-ttl {
	text-align: center;
    width: 1000px;
	position:relative;
	margin: 0 auto 56px;
}

.main-ttl img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.ttl-read {
	text-align: center;
	margin: 0 auto 40px;
}

.ttl-read p {
	/* font-family: 'Noto Serif JP', serif; */
    font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}


.shop-image-whole {
    /* text-align: center; */
    width: 100%;
	position:relative;
	aspect-ratio: 1000/658;
	margin-bottom: 20px;
}

.shop-image-detail {
    text-align: center;
	position:relative;
	margin-bottom: 60px;

}

.shop-image-detail {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
	position: relative;
}


.shop-image-whole img,
.detail-image-block img {
	width: 100%;
}

.whole-image-aspect {
	aspect-ratio: 500/329;
}

.detail-image-aspect {
	aspect-ratio: 8/11;
}


.brand-logo-container {
	position: absolute;
	z-index: 1;
	top: 0%;
	left: 3%;
}

.brand-logo-container-l {
	position: absolute;
	z-index: 1;
	top: -9%;
	left: 0;
}

.brand-logo-container-r {
	position: absolute;
	z-index: 1;
	top: -9%;
	right: 0;
}


.brand-logo-container, 
.brand-logo-container-l, 
.brand-logo-container-r {
	& img {
		aspect-ratio: 5/1;
	}
}

.shop-image-detail.shop-image-detail-reverse {
    flex-direction: row-reverse;
}




.icn_check {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color:#fff;
	background-color: #212121;
    border-radius: 4px;
	padding: 2px 8px;
	margin-left: 8px;
}


.small_read1 {
    line-height: 1.7em;
    text-align: center;
    text-decoration: none;
}

.small_read2 {
	font-size: 14px;
    left: 50px;
    line-height: 1.7em;
    position: absolute;
    top: 440px;
    text-align: left;
    color: #fff;
    text-decoration: none;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 1.5%;
}

/* .small_read2 a{
    color: #fff;
} */
.small_read2 span{
    color: #fff;
    display: block;
}

.shop-image-credit-r {
	font-size: 14px;
    line-height: 1.7em;
    /* position: absolute;
    top: 260px;
	right: 22px; */
    text-align: left;
    /* color: #fff;
	background-color: rgba(255, 255, 255, 0.7); */
    text-decoration: none;
	padding: 1.5%;
}


.shop-image-credit-l {
	font-size: 14px;
    line-height: 1.7em;
    /* position: absolute;
    top: 260px;
	right: 22px; */
    text-align: left;
    /* color: #fff;
	background-color: rgba(255, 255, 255, 0.7); */
    text-decoration: none;
	padding: 1.5%;
}

.small_read3 {
	font-size: 12px;
    left: 450px;
    line-height: 1.7em;
    position: absolute;
    top: 454px;
    text-align: left;
    color: #000;
    text-decoration: none;
}

.small_read3 a{
    color: #000;
}
.small_read3 span{
    color: #000;
    display: block;
}

.coordinate-link {
	text-decoration: underline;
	position: relative;
}

.coordinate-link::after {
 transform: translate(-3px, -2px) rotate(45deg);
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #313131;
    border-right: 1px solid #313131;
    margin-left: 7px;
}

.brand_info{
	color: #3e3e3e;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	text-align: center;
	padding: 50px 0 0;
	line-height: 1.5em;
	width: 1000px;
	margin: 0 auto;
	letter-spacing: 1px;
	position: relative;
}


.brand_info p {
	text-align: justify;
	margin-bottom: 40px;
    line-height: 1.8;
}

.brand_info img{
	margin: 16px 0;
}

.brand_info .shop-map {
	width: 65%;
	aspect-ratio: 776/492;
}

.brand-link {
	margin: 0 auto;
}

.content-btn {
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
    margin: 40px auto 0;
    padding: 20px 0;
    text-align: center;
    width: 80%;
    max-width: 320px;
	position: relative;
}

.content-btn>span {
    display: inline-block;
    content: "";
    background: url(/mall/esw240826_takashimayacashmere/newopen.png) no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
	vertical-align: middle;
	margin-left: 5px;
}

.content-btn:hover {
    opacity: 0.7;
}

.bland-name {
	letter-spacing: 1px;
	margin-bottom: 1em;
	color: #666;
	font-size: 14px;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}



/* itemlist */

.itemlist {
	margin-bottom: 80px;
}

.itemlist ul{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto 24px;
}
.itemlist ul > li{
	/*background: #f7f6f2;*/
	box-sizing: border-box;
	margin-top: 12px;
	padding: 12px;
	width: calc(50% - 6px);
}


.itemlist ul > li a{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.itemlist ul > li p{
	margin-top: 8px;
}
.itemlist ul > li b{
	display: block;
}
.itemlist ul > li img{
	aspect-ratio: 5/6;
	width: 100%;
}

.itemlist ul .m-btn-active{
	height: 32px;
	line-height: 32px;
	margin-top: auto;

}

.staff-name {
	margin-bottom: 1em;
}

.itemlist-headline{
	width: 96%;
	font-size: 24px;
	margin: 32px auto 0;
	text-align: center;
    display: flex;
    align-items: center;
	letter-spacing: .5px;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.itemlist-headline:before,
.itemlist-headline:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #a9a7a0;
}
 
.itemlist-headline:before {
    margin-right: 1rem;
}
 
.itemlist-headline:after {
    margin-left: 1rem;
}

/* ????????????????? */

.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 {
  /* wrapper??????? */
	width: 100%;
  /*height: 300px;*/
  /* ?????? */
	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: 8/11;
  }

  .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;
  }
  
  


/* 10/31 add */

.credit-index {
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

.credit {
	display: block;
}

.credit:not(:first-child) {
	margin: 32px auto 0;
}

.credit-item-name {
	display: block;
	margin: 20px 0 8px 8px;
	font-size: 15px;
}

.item-text-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 9px 3px;
}

.no-ttl {
	font-family: "EB Garamond", serif;
	font-size: 70px;
}

.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: 500;
	margin: 24px 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 (min-width: 640px) {

.shopimage-area {
	margin-bottom: 100px;
}


.small_read1 {
	line-height: 1.7em;
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translate(0,-50%);
	width: 470px;
	text-decoration: none;
}

.detail-image-block {
	width: 500px;
}

.shop-image-detail {
	width: 1000px;
	margin: 0 auto 60px;
}



.small_read2, 
.shop-image-credit-l, 
.shop-image-credit-r {
	& a:hover {
		opacity: 0.6;
	}
}
.small_read3 a:hover {
	color: #7a5a37;
}


.ttl_shop3 {
	padding: 10px 8px;
	letter-spacing: -0.02em;
	border: none;
		/* border-top: 1px solid #424242;
	border-bottom: 1px solid #424242; */
	background-color: rgba(255, 255, 255, 0.7);
}

.brand-logo-container-r,
.brand-logo-container-l {
	width: 480px;
}

/* PC itemlist*/
.itemlist ul{
	width: 1000px;
}
.itemlist ul > li{
	width: calc(25% - calc(36px / 4));
}
.itemlist ul > li:not(:first-of-type){
	margin-left: 12px;
}

.itemlist-headline{
	width: 1000px;
}

.itemlist .m-btn-inactive {
	transition: all 0.2s linear;
}

.slider-contents-main {
    width: 500px;
    margin: 0;
}

.shopimage-area>.slider-contents-main {
	margin: auto;
}

.brand_info p {
	text-align: center;
}

.cashmere-category-wrapper {
	padding: 16px 0 48px;
  }
  
  .cashmere-category-wrapper h3 {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	background-image: url(/mall/esw240826_takashimayacashmere/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(/mall/esw240826_takashimayacashmere/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.letter-bigger.cate-ladies::after {
	transform: rotate(0deg);
	right: 2%;
  }
  



  .under-infomation {
	width: 800px;
	margin: 0 auto;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	text-align: center;
	padding-bottom: 16px;
  }
  
  .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;
  }
  

}

@media screen and (max-width: 640px) {

#contents{
	width:100%;
	position:relative;
	padding-top:0px;
}

.main-ttl {
	width: auto;
	margin: 0 12px;
}

.main-ttl img {
	width: 100%;
	/* margin: 32px auto 0; */
}

.ttl-read {
	width: calc(100% - 24px);
	padding: 40px 12px 48px;
}

.ttl-read p {
	font-size: 13px;
	text-align: left;
}

.shop-image-detail {
	display: block;
}

.shop-image-detail .img-tall {
	margin-bottom: 16px;
}


ul.under_link {
	margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    width: auto;
}
ul.under_link li {
	float: none;
    margin-bottom: 10px;
    margin-right: 0;
    width: auto;
}

.under-link-insta {
	width: 100%;
	margin: 50px 0 0;
}

.under-link-insta img {
	padding: 10px;
}

.under-link-insta p {
	padding: 5px 0 0;
}


/* コー�?ィネイ�? */

.shoptour-content-wrapper{
	width:auto;
	/* margin-right: 12px;
	margin-left: 12px; */
}

.shoptour-content {
	display: block;
	float: none;
	width: auto;
	height:auto;
	margin: 0 0 80px;
}

.shoptour-content-wrapper a.itemTitle {
	font-size: 16px;
	line-height: 1.1em;
	padding-bottom: 20px;
	padding-top: 15px;
}

.ttl_shop1{
	font-size: 20px;
	padding: 10px 0 0;
}

.ttl_shop2{
	font-size: 11px;
}

.ttl_shop3{
	font-size: 13px;
}


.brand-logo-container-l,
.brand-logo-container-r {
	position: initial;
}

.brand-logo-container img, 
.brand-logo-container-l img, 
.brand-logo-container-r img {
		aspect-ratio: 5/1;
		width: 80vw;
}

.shop-image-whole {
	color: #000;
	width:100%;
	/* position:static; */
	height:auto;
	margin-bottom: 0;
}

.shop-image-detail {
	width: 90%;
	margin: 0 auto 60px;
}


.small_read1 a{
	padding: 10px 0 0 10px;
	background-color: #dcdcdc;
}

.small_read1 p{
	padding: 5px 0px 5px 10px;
	background-color: #eee;
	margin-bottom: 5px;
	padding-top: 5px;
    text-align: left;
}

.small_read2, 
.shop-image-credit-l, 
.shop-image-credit-r {
	width:100%;
	font-size:105%;
	margin-top:5px;
	margin-bottom:10px;
	line-height:1.7em;
	position:static;
	top:0px;
	left:0px;
	padding: 0;
}

.small_read2 a, 
.shop-image-credit-l a, 
.shop-image-credit-r a {
	padding: 5px 0 0 5px;
	color: #000;
	font-size: 12px;
    text-align: left;
    display: flex;
}


/* .small_read2 p, .shop-image-credit-l p, .shop-image-credit-r p{
	padding: 5px 0px 5px 10px;
	background-color: #eee;
	margin-bottom: 5px;
} */

.small_read3 {
	width:100%;
	font-size:105%;
	margin-top:5px;
	margin-bottom:10px;
	line-height:1.7em;
	position:static;
	top:0px;
	left:0px;
}

.small_read3 a{
	padding: 10px 0 0 10px;
	background-color: #dcdcdc;
}


.small_read3 p{
	padding: 5px 0px 5px 10px;
	background-color: #eee;
	margin-bottom: 5px;
}
/* 
.shop-image-detail .credit {
	width: calc(100% - 60px);
} */

.brand_info {
	font-size: 14px;
	margin: 0 auto;
	padding-left: 12px;
	padding-right: 12px;
	width: auto;
}

.brand_info img{
	width: 100%;
	max-width: 320px;
}

.brand_info .shop-map {
	width: 100%;
	aspect-ratio: 366/232;
}

.content-btn {
	padding: 15px 0;
}

.no-ttl {
	font-size: 48px;
	margin-left: 8px;
}

.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(/mall/esw240826_takashimayacashmere/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%;
  }
  
  .cashmere-ladies-index {
	padding: 56px 0 24px;
  }



.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%;
  }
  
  .washmere-help-inner {
	margin: 0 0 24px;
  }
  
  .washmere-description {
	width: 100%;
	left: 64%;
  }
  
  .washmere-help img {
	width: 100%;
  }
  
  .washmere-description {
	padding: 11% 7% 7%;
  }
  
  .tooltip {
	padding: 0;
  }
  
  .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;
  }




}