@charset "UTF-8";
/* CSS Document */
.header.inner {
	max-width: 100%;
	padding: 2.5rem 1.5rem 1.5rem;
}
.header h1 {
	max-width: 20rem;
}
.inner {
	max-width: 108rem;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.header.inner {
		padding: 2rem 0;
	}
	.inner {
		max-width: 100%;
		padding: 0 9.7rem;
	}
}

/* mvArea */
.mvArea {
	width: 100%;
}

/* leadArea */
.leadArea {
	background: url(/kashiwa/stemo/feature/20240918_autumn_collection/images/bg.png) no-repeat;
	background-size: contain;
	max-width: 105rem;
	margin: 0 auto;
}
.leadArea .bgWrap {
	margin-top: 9rem;
	padding: 9rem 0;
}
.leadArea h2 {
	font-size: 5rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 6rem;
	color: #D2412A;
	text-align: center;
}
.leadArea .lead {
	margin-top: 3.5rem;
	font-size: 2rem;
	font-weight:600;
	line-height: 4.2rem;
	color: #68001D;
	text-align: center;
}
@media (max-width: 768px) {
	.leadArea {
		margin: 6rem 1rem 0;
		background: url(/kashiwa/stemo/feature/20240918_autumn_collection/images/bg_sp.png) no-repeat;
		background-size: contain;
	}
	.leadArea .bgWrap {
		margin-top: 6rem;
		padding: 18rem 0;
	}
	.leadArea .bgWrap .leadWrap {
		position: relative;
		top: -13rem;
		padding-left: 2rem;
	}
	.leadArea h2 {
		font-size: 5.1rem;
		line-height: 6.1rem;
	}
	.leadArea .lead {
		margin-top: 3.5rem;
		font-size: 2.8rem;
		line-height: 5.8rem;
	}
}

/* contents */
.contentsWrap {
	margin: 14rem auto 0;
	max-width: 96rem;
}
.contentsWrap .conts .pic {
	width: 47rem;
}
.contentsWrap .conts02 .pic {
	width: 49.1rem;
}
.contentsWrap .conts04 .pic {
	width: 45rem;
}
.contentsWrap .conts .textWrap {
	width: 33rem;
	font-weight: 600;
}
.contentsWrap .conts .textWrap .copy {
	font-size: 2.4rem;
	line-height: 3rem;
	color: #D2412A;
	margin-bottom: 1rem;
}
.contentsWrap .conts .textWrap .txt {
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #68001D;
	margin-bottom: 2.5rem;
}
.contentsWrap .conts .textWrap .goods {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #68001D;
	margin-bottom: 2.5rem;
}
.contentsWrap .conts .textWrap .store {
	font-size: 1.6rem;
	line-height: 2.5rem;
	color: #68001D;
}
.contentsWrap .conts .textWrap .store a {
	color: #68001D;
	text-decoration: underline;
}
.contentsWrap .conts .textWrap .store span {
	display:block;
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: #68001D;
}
.contentsWrap .conts01, .contentsWrap .conts03, .contentsWrap .conts05 {
	display: flex;
	gap: 0 4rem;
	align-items: center;
}
.contentsWrap .conts01 {
	margin-bottom: 5rem;
}
.contentsWrap .conts02 {
	display: flex;
	gap: 0 1rem;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
}
.contentsWrap .conts04 {
	display: flex;
	gap: 0 4rem;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
}
.contentsWrap .conts05 {
	margin-top: -2rem;
}
@media (max-width: 768px) {
	.contentsWrap {
		max-width: 75rem;
		margin: 0 auto;
		padding: 0;
	}
	.contentsWrap .conts .pic {
		width: 52rem;
	}
	.contentsWrap .conts02 .pic {
		margin: 0 auto;
	}
	.contentsWrap .conts03 .pic {
		margin: 0 0 0 auto;
	}
	.contentsWrap .conts04 .pic {
		width: 50rem;
		margin: 7.5rem auto 0;
	}
	.contentsWrap .conts05 .pic {
		margin: 0 auto;
	}
	.contentsWrap .conts .textWrap {
		width: 60rem;
		margin: 5rem 7.5rem 0;
	}
	.contentsWrap .conts02 .textWrap {
		margin: 2rem 7.5rem 12rem;
	}
	.contentsWrap .conts04 .textWrap {
		margin: 0 7.5rem 15rem;
	}
	.contentsWrap .conts .textWrap .copy {
		font-size: 3.2rem;
		line-height: 3rem;
		margin-bottom: 3rem;
	}
	.contentsWrap .conts .textWrap .txt {
		font-size: 2.6rem;
		line-height: 4.1rem;
	}
	.contentsWrap .conts .textWrap .goods {
		font-size: 2.4rem;
		line-height: 3.4rem;
	}
	.contentsWrap .conts .textWrap .store {
		font-size: 2.8rem;
		line-height: 4.8rem;
	}
	.contentsWrap .conts .textWrap .store span {
		font-size: 2.4rem;
		line-height: 3.4rem;
	}
	.contentsWrap .conts {
		display: block;
	}
	.contentsWrap .conts01 {
		margin-bottom: 7rem;
	}
}

/* pageTop */
.pageTop {
	display: none;
	width: 6.5rem;
	position: fixed;
	bottom: 2rem;
	right: 1.5rem;
}
@media (max-width: 768px) {
	.pageTop {
		width: 12.2rem;
		bottom: 2rem;
		right: 2rem;
	}
}

/* note */
.note {
	width: 70rem;
	margin: 27rem auto 10rem;
	font-size: 1.9rem;
	line-height: 3.2rem;
}
@media (max-width: 768px) {
	.note {
		width: 80%;
		margin: 25rem auto 0;
	}
}

/* footer */
footer {
	margin-top: 6.5rem;
	margin-bottom: 10rem;
}
footer i {
	display: block;
	max-width: 16.8rem;
	margin: 0 auto;
	cursor: pointer;
}
footer .logo {
	margin: 10rem auto 0;
	text-align: center;
}
footer .copy {
	margin-top: 3rem;
	text-align: center;
}
@media (max-width: 768px) {
	footer {
		margin-top: 10rem;
		margin-bottom: 4.5rem;
	}
	footer i {
		max-width: 16.6rem;
	}
	footer .logo {
		margin: 6.5rem auto 0;
		max-width: 24.5rem;
		position: relative;
	}
	footer .copy {
		font-size: 1.7rem;
	}
}