@charset "utf-8";






/* contents */
.contents {
	position: relative;
}




/* mainVisual */
.mainVisual .video {
	width: 50rem;
}
.mainVisual .audioBtn {
	margin-right: 1rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.mainVisual .audioBtn .iconAudio {
	margin-right: 1rem;
	width: 2rem;
}
.mainVisual .audioBtn button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	border: 1px solid #ccc;
	width: 4rem;
	padding: 0.5rem 0;
	color: inherit;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.mainVisual .audioBtn button.off {
	border-left: none;
}
.mainVisual .audioBtn button.on {
	border-right: none;
}
.mainVisual .audioBtn button.active {
	background: #ccc;
}
.mainVisual .audioBtn button:not(.active):hover {
	background: rgba(204, 204, 204, 0.3);
}

@media (max-width: 768px) {
	.mainVisual .video {
		width: 100%;
	}
	.mainVisual .audioBtn .iconAudio {
		/* margin-right: 1.2rem; */
		width: 2.5rem;
	}
	.mainVisual .audioBtn button {
		font-size: 2.5rem;
		width: 8rem;
		padding: 1rem;
	}
}

/* lead*/
.lead {
	margin-top: 5.5rem;
	font-size: 2.5rem;
	font-family: "Noto Serif CJK JP", serif;
	text-align: center;
	line-height: 1.7;
}
.lead p + p {
	margin-top: 3rem;
	font-size: 1.6rem;
	line-height: 2.1;
}
.lead02 {
	font-size: 1.9rem;
	font-family: "Noto Serif CJK JP", serif;
	text-align: left;
	line-height: 1.7;
}
/* @media (max-width: 768px) {
	.lead {
		margin-top: 11rem;
		font-size: 4rem;
	}
	.lead p + p {
		margin-top: 4rem;
		font-size: 2.4rem;
	}
	.lead02 {
		font-size: 2.9rem;
	}
} */

/* anchor */
.anchor {
	margin: 8.6rem auto 0;
	width: 40rem;
}
.anchor li + li {
	margin-top: 3rem;
}
/* @media (max-width: 768px) {
	.anchor {
		margin-top: 14rem;
		width: 60.1rem;
	}
	.anchor li + li {
		margin-top: 4.5rem;
	}
} */

/* store */
/* .store {
	margin: 11.3rem 2rem 0;
	padding: 4.6rem 2.7rem;
	background-color: #F5F1E9;
	position: relative;
}
.store::before {
	display: block;
	content: '';
	background-image: url(/base/pc/store/special/cashmere/2024/img/top/icon_check.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 14rem;
	height: 7.2rem;
	top: -4rem;
	left: 0.65rem;
}
.store .storeTtl {
	background-color: #fff;
	font-family: "Noto Serif CJK JP", serif;
	text-align: center;
	padding: 0.65rem;
	font-size: 2.6rem;
	border-radius: 2.6rem;
}
.store dl dt {
	font-family: "Noto Serif CJK JP", serif;
	text-align: center;
	letter-spacing: 0.13em;
	margin-top: 2rem;
	font-size: 2rem;
}
.store dl dd {
	font-size: 1.6rem;
	line-height: 1.8;
}
.store dl dd span {
	padding-right: 3rem;
	font-weight: bold;
}
.store .note {
	margin-top: 2.6rem;
	font-size: 1.3rem;
} */
/* @media (max-width: 768px) {
	.store {
		margin: 17rem 3rem 0;
		padding: 7rem 4rem;
	}
	.store::before {
		width: 21rem;
		height: 10.9rem;
		top: -6rem;
		left: 1rem;
	}
	.store .storeTtl {
		padding: 1rem;
		font-size: 3.9rem;
		border-radius: 4rem;
	}
	.store dl dt {
		margin-top: 3rem;
		font-size: 3.1rem;
	}
	.store dl dd {
		font-size: 2.4rem;
	}
	.store .note {
		margin-top: 4rem;
		font-size: 2rem;
	}
} */

/* what-is */
.what-is{
	background-color: #E2E0DD;
	padding: 8.3rem 2rem;
}

/* item */

.collection_ttl{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #E2E0DD;
	position: relative;
}
.collection_ttl::after{
	content: "";
    position: absolute;
    width: 30%;
    bottom: 0;
    height: 1px;
    z-index: 1;
    left: 0;
    background: #503C3B;
    margin-right: auto;
    margin-left: auto;
    right: 0;
}
.collection_ttl img{
	border-radius: 3rem 3rem 0 0;
}
.ladies{
	margin: 0 1.5rem;
}
.ladies__ttl{
    width: 12rem;
    margin: 10rem auto 4rem;
}
.ladies p{
	margin-top: 1em;
	font-size: 1.6rem;
}
.mens{
	margin: 0 1.5rem;
}
.mens__ttl{
	width: 12rem;
    margin: 10rem auto 4rem;
}
.mens p{
	margin-top: 1em;
	font-size: 1.6rem;
}


/* bnrList */
.bnrList {
	margin: 12.6rem auto 0;
	width: 92%;
	max-width: 40rem;

}
.bnrList li {
	padding-left: 1.5rem;
}
.bnrList li + li {
	margin-top: 9.3rem;
}


/* fitting */
.fitting {
	text-align: center;
	background-color: #F5F1E9;
	margin: 5.5rem 0 0;
	padding: 6rem 2rem;
}
.fitting .fittingTtl {
	font-family: "Noto Serif CJK JP", serif;
	font-size: 2.6rem;
}
.fitting .note {
	margin-top: 0.3rem;
	font-size: 1.4rem;
}
.fitting .shop {
	font-family: "Noto Serif CJK JP", serif;
	margin-top: 4.6rem;
	font-size: 2.5rem;
}
.fitting .icon {
	margin: 2.3rem auto 0;
	width: 16.6rem;
}
.fitting .btn {
	margin: 2.3rem auto 0;
	width: 30rem;
}
.fitting .btn a {
	display: block;
	text-align: center;
	background-color: #fff;
	border: solid 1px #000;
	position: relative;
	padding: 1.33rem;
	font-size: 1.6rem;
}
.fitting .btn a::after {
	display: block;
	content: '';
	background-image: url(/base/pc/store/special/cashmere/2024/img/top/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.4rem);
	right: -2.6rem;
	width: 5.8rem;
	height: 0.9rem;
}
/* @media (max-width: 768px) {
	.fitting {
		margin: 14rem 0 0;
		padding: 9rem 3rem;
	}
	.fitting .fittingTtl {
		font-size: 4rem;
	}
	.fitting .note {
		margin-top: 0.5rem;
		font-size: 2.6rem;
	}
	.fitting .shop {
		margin-top: 7rem;
		font-size: 3.8rem;
	}
	.fitting .icon {
		margin: 3.5rem auto 0;
		width: 25.1rem;
	}
	.fitting .btn {
		margin: 3.5rem auto 0;
		width: 45.1rem;
	}
	.fitting .btn a {
		padding: 2rem;
		font-size: 2.4rem;
	}
	.fitting .btn a::after {
		top: calc(50% - 0.7rem);
		right: -4rem;
		width: 8.8rem;
		height: 1.3rem;
	}
} */

/* online */
.online {
	padding: 11.3rem 0;
	text-align: center;
}
.online .onlineTtl {
	font-family: "Noto Serif CJK JP", serif;
	/* font-size: 2.6rem; */
	font-size: 2.2rem;

}
.online .icon {
	margin: 0.6rem auto 0;
	width: 16.3rem;
}
.online .commonarrowrbtnWrap{
	margin: 1.6rem auto 0;
}
/* .online .btn {
	margin: 1.6rem auto 0;
	width: 33.2rem;
} */
/* .online .btn a {
	display: block;
	text-align: center;
	position: relative;
}
.online .btn a::after {
	display: block;
	content: '';
	background-image: url(/base/pc/store/special/cashmere/2024/img/top/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.4rem);
	right: -2.6rem;
	width: 5.8rem;
	height: 0.9rem;
} */
.btn_fs--arrowr{
	width: 170px;
	margin-left: -20px;
}
/* @media (max-width: 768px) { */
	/* .online {
		padding: 14rem 0;
	} */
	/* .online .onlineTtl {
		font-size: 4rem;
	} */
	/* .online .icon {
		margin: 1rem auto 0;
		width: 24.6rem;
	}
	.online .btn {
		margin: 2rem auto 0;
		width: 50rem;
	}
	.online .btn a {
		font-size: 3.2rem;
	}
	.online .btn a::after {
		top: calc(50% - 0.7rem);
		right: -4rem;
		width: 8.8rem;
		height: 1.3rem;
	} */
/* } */

/* tel */
.tel {
	text-align: center;
	background-color: #F5F1E9;
	margin: 0;
	padding: 6rem 2rem;
}
.tel .telTtl {
	font-family: "Noto Serif CJK JP", serif;
	/* font-size: 2.6rem; */
	font-size: 2.2rem;
	margin-bottom: 1.3rem;

}
.tel .icon {
	margin: 0.6rem auto 0;
	width: 15.1rem;
}
.tel .telNum {
	font-weight: 700;
	margin-top: 1.3rem;
	font-size: 4.5rem;

}
.tel .telNum a {
	position: relative;
	padding-left: 8rem;
}
.tel .telNum a::before {
	display: block;
	content: '';
	background-image: url(/base/pc/store/special/cashmere/2025/img/top/icon_freedial.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 2.2rem);
	left: 0;
	width: 7.7rem;
	height: 4.4rem;
}
.tel .time {
	font-size: 1.8rem;
	margin-top: 1rem;
}
 @media (max-width: 768px) {
	.tel .telNum {
		/* margin-top: 2rem; */
		font-size: 8vw;
	}
/*	.tel {
		margin: 0;
		padding: 9rem 3rem;
	}
	.tel .telTtl {
		font-size: 4rem;
	}
	.tel .icon {
		margin: 1rem auto 0;
		width: 22.8rem;
	}

	.tel .telNum a {
		padding-left: 12rem;
	}
	.tel .telNum a::before {
		top: calc(50% - 3.3rem);
		left: 0;
		width: 11.6rem;
		height: 6.7rem;
	}
	.tel .time {
		font-size: 3.4rem;
	} */
}

/* telNote */
.telNote {
	margin: 1.3rem 3rem 0;
	font-size: 1.4rem;
}
/* @media (max-width: 768px) {
	.telNote {
		margin: 2rem 4.6rem 0;
		font-size: 2.4rem;
	}
} */

/* recycle */
.recycle {
	text-align: center;
	border: solid 2px #000;
	margin: 8rem auto 0;
	max-width: 40.4rem;
	width: 81%;
}
.recycle .recycleTtl_txt{
	padding-top: 4.6rem;
	font-size: 1.68rem;
	font-weight: bold;
}
.recycle .recycleTtl {
	background-color: #fff;
	padding: 2rem;
}
.recycle .recycleTtl img {
	display: block;
	margin: 0 auto;
	width: 34rem;
}
.recycle .recycleTtl + div {
	padding: 2.6rem 2.2rem 4.6rem;
}
.recycle .recycleSubttl {
	font-weight: 600;
	/* font-size: 2.6rem; */
	font-size: 2.2rem;

}
.recycle .bnr + .recycleSubttl {
	margin-top: 4.6rem;
}
.recycle .recycleLead {
	margin-top: 1.5rem;
	font-size: 1.49rem;
	text-align: justify;
}
.recycle .recycleLead span{
	font-weight: 600;
	font-size: 1.6rem;
	border-bottom: 1px solid;
}
/* .recycle .recycleSubttl02 {
	margin: 1.7rem 0 0.7rem;
	font-size: 1.8rem;
	font-weight: 600;
}
.recycle .recycleSubttl02 span {
	padding: 0 2rem;
	position: relative;
}
.recycle .recycleSubttl02 span::before,
.recycle .recycleSubttl02 span::after {
	display: block;
	content: '';
	width: 0.1rem;
	height: 1.5rem;
	background-color: #000;
	position: absolute;
	top: calc(50% - 0.7rem);
}
.recycle .recycleSubttl02 span::before {
	left: 0;
	transform: rotate(-30deg);
}
.recycle .recycleSubttl02 span::after {
	right: 0;
	transform: rotate(30deg);
} */
/* .recycle .note {
	margin-top: 0.6rem;
	font-size: 1.5rem;
} */
/* .recycle .btn {
	margin: 2.3rem auto 0;
	padding-right: 2.3rem;
	width: 35.2rem;
} */
.recycle__btn img{
    max-width: 225px;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.recycle__btn__txt{
    font-size: 1.2rem;
}

@media (max-width: 576px) {
	.recycle .recycleSubttl {
		font-size: 5.2vw;
	
	}
}
/* @media (max-width: 768px) { */

	/* .recycle .recycleTtl {
		padding: 3rem;
	}
	.recycle .recycleTtl img {
		width: 37.7rem;
	}
	.recycle .recycleTtl + div {
		padding: 4rem 2rem 7rem;
	}
	.recycle .recycleSubttl {
		font-size: 4rem;
	}
	.recycle .bnr + .recycleSubttl {
		margin-top: 7rem;
	}
	.recycle .recycleLead {
		margin-top: 2rem;
		font-size: 2.7rem;
	} */
	/* .recycle .recycleSubttl02 {
		margin: 2.5rem 0 1rem;
		font-size: 2.7rem;
	}
	.recycle .recycleSubttl02 span {
		padding: 0 1.5rem;
		position: relative;
	}
	.recycle .recycleSubttl02 span::before,
	.recycle .recycleSubttl02 span::after {
		width: 0.2rem;
		height: 2.5rem;
		top: calc(50% - 1rem);
	} */
	/* .recycle .note {
		margin-top: 1rem;
		font-size: 2.2rem;
	}
	.recycle .btn {
		margin: 3.5rem auto 0;
		padding-right: 3.5rem;
		width: 52rem;
	} */
	/* .recycle .btn a {
		padding: 2rem;
		font-size: 2.4rem;
	}
	.recycle .btn a::after {
		top: calc(50% - 0.7rem);
		right: -4rem;
		width: 6.2rem;
		height: 1rem;
	} */
/* } */

/* textLink */
.textLink {
	text-align: center;
	margin-top: 5.3rem;
	font-size: 1.6rem;
	margin-bottom: 5.3rem;
}
.textLink a {
	text-decoration: underline;
}
/* @media (max-width: 768px) {
	.textLink {
		margin-top: 8rem;
		font-size: 3rem;
	}
} */

/* flowtingBnr */
.flowtingBnr {
	display: none;
}
/* @media (max-width: 768px) {
	.flowtingBnr {
		display: block;
		position: fixed;
		right: 1rem;
		bottom: 1rem;
		z-index: 10;
	}
	.flowtingBnr .bnrInner {
		padding: 4rem 2rem 3rem;
		border: solid 0.2rem #fff;
		background-color: #a19089;
		border-radius: 3.5rem;
		font-size: 2.2rem;
		font-weight: bold;
		color: #fff;
	}
	.flowtingBnr .bnrInner .btnFs02 {
		margin: 1rem auto 0;
		width: 28.1rem;
	}
	.flowtingBnr .btnClose {
		width: 4.8rem;
		position: absolute;
		top: -2.5rem;
		right: -0.5rem;
		cursor: pointer;
	}
} */
 .notes{
	padding-bottom: 4rem;
 }

/* 第2弾用 */
.item.itemStyle02 .detail .category {
	margin-top: 3.3rem;
}
.item.itemStyle02 .detail {
	padding: 0 5rem;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(000, 000, 000, 0.7);
	opacity: 0;
	transition: 0.6s;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
}
.item.itemStyle02 .detail.show {
	opacity: 1;
	z-index: 1;
}
.item.itemStyle02 .detail .detailInner {
	position: relative;
	top: 5rem;
	transition: 0.6s;
	z-index: 1;
	color: #fff;
}
.item.itemStyle02 .detail.show .detailInner {
	top: 0;
}
.item.itemStyle02 .iconDry {
	width: 3.6rem;
}
.item.itemStyle02 .moreBtn {
	width: 5rem;
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	z-index: 10;
	cursor: pointer;
}


