@charset "utf-8";@charset "utf-8";

.lp-content-wrap > section {
	font-family: Cochin, ヒラギノ明朝 ProN W3, sans-serif;
	width: 100%;
	padding: 10px 0 10px 0;
}

.lp-content-border {
	border-bottom-width: 1px;
	border-color: rgba(133, 120, 116);
}

.lp-contet-title-wrap {
	position: relative;
	padding: 20px 0;
	font-weight: 200;
}

.lp-contet-title-wrap > h2 {
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.05em;
}

.lp-top-banner-box {
	position: relative;
	overflow: hidden;
	height: 20rem;
}

.lp-top-banner-box > img {
	width: 100%;
	position: absolute;
	display: block;
	transform: translateX(-50%) translateY(-50%) scaleX(1) scaleY(1);
	top: 50%;
	left: 50%;
}

.lp-top-video-box {
	position: relative;
	overflow: hidden;
}

.lp-top-video-box > video {
	height: 60rem;
	margin: 0 auto;
}

.lp-look-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 60px;
	justify-content: center;
}

.lp-look-box {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 5px 10px;
	width: 47%;
	height: 27rem;
}

.lp-look-box > img {
	width: 100%;
	display: block;
	position: absolute;
	transform: translateX(-50%) translateY(-50%) scaleX(1) scaleY(1);
	top: 50%;
	left: 50%;
}

.lp-link-box {
	width: 100%;
	margin: 0 auto 30px;
}

.lp-link-box > a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: Noto Sans JP, sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	background-color: rgb(217, 225, 226);
	outline: none;
	animation-duration: 300ms;
}

.lp-collection-link > a:hover {
	opacity: 0.75;
}

.lp-collection-link {
	width: 100%;
	margin: 0 auto 30px;
}

.lp-collection-link > a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: Noto Sans JP, sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	color: white;
	background-color: rgb(1, 1, 1);
	outline: none;
	animation-duration: 300ms;
}

.lp-collection-link > a:hover {
	opacity: 0.75;
}
.lp-shopping-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
	justify-content: space-around;
}

.lp-shopping-item-box {
	width: 49%;
	display: block;
	margin-bottom: 2rem;
}

.lp-shopping-item-img-box {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	height: 30rem;
}

.lp-shopping-item-img-box > img {
	display: block;
	position: absolute;
	transform: translateX(-50%) translateY(-50%) scaleX(1) scaleY(1);
	top: 50%;
	left: 50%;
	width: 100%;
}

.lp-shopping-item-price-box {
	font-size: 12px;
	padding: 0 5px;
	display: flex;
	justify-content: space-between;
}

.lp-brand-story-box {
	position: relative;
	display: block;
	border-bottom-width: 1px;
	border-color: rgba(133, 120, 116);
	margin-bottom: 30px;
	padding-bottom: 0;
}

.lp-brand-story-box:nth-child(4) {
	border: none;
}

.lp-brand-story-img-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-right: 0;
	margin-bottom: 40px;
	height: 25rem;
}

.lp-brand-story-img-box > img {
	display: block;
	width: 100%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%) scaleX(1) scaleY(1);
	top: 50%;
	left: 50%;
}

.lp-brand-story-sentence-box  {
	width: 100%;
}

.lp-brand-story-sentence-box ul {
	padding: 0;
}

.lp-brand-story-sentence-box li {
	padding-top: 10px;
	margin-bottom: 40px;
	letter-spacing: 0.025em;
}

.lp-brand-story-sentence-box h3 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 200;
	font-family: Cochin, ヒラギノ明朝 ProN W3, sans-serif;
	text-align: center;
}

.lp-brand-story-sentence-box p {
	font-size: 14px;
	font-weight: 200;
	line-height: 30px;
	font-family: Cochin, ヒラギノ明朝 ProN W3, sans-serif;
}

li.lp-brand-story-sentence-link > div {
	width: 100%;
}

li.lp-brand-story-sentence-link > div > a {
	transition-duration: 300ms;
	line-height: 50px;
	font-weight: 400;
	font-size: 14px;
	font-family: Noto Sans JP, sans-serif;
	text-align: center;
	background-color: rgba(217, 225, 226);
	width: 100%;
	display: block;
}

li.lp-brand-story-sentence-link > div > a:hover {
	opacity: 0.75s;
}

@media (min-width: 500px) {
	.lp-top-banner-box {
		height: 30rem;
	}

	.lp-look-box {
		height: 35rem;
	}

	.lp-shopping-item-img-box {
		height: 35rem;
	}
}

@media (min-width: 750px) {
	.lp-top-banner-box {
		height: 40rem;
	}

	.lp-look-box {
		height: 55rem;
	}

	.lp-shopping-item-img-box {
		height: 55rem;
	}
}

@media (min-width: 960px) {
	.lp-content-wrap > section {
		width: 90%;
		max-width: 1080px;
		padding: 0 0 40px 0;
		margin: auto;
		display: block;
	}

	.lp-top-banner-box {
		height: 52rem;
	}

	.lp-contet-title-wrap > h2 {
	font-size: 48px;
	}

	.lp-look-wrap {
		margin-bottom: 30px;
	}

	.lp-look-box {
		width: 24%;
		height: 39rem;
	}

	.lp-link-box {
		width: 20%;
		margin-bottom: 30px auto;
	}

	.lp-collection-link {
		width: 20%;
		margin-bottom: 30px auto;
	}

	.lp-shopping-box {
		margin-bottom: 30px;
	}

	.lp-shopping-item-box {
		width: 25%;
	}

	.lp-shopping-item-img-box {
		height: 35rem;
	}

	.lp-brand-story-box {
		display: flex;
		margin-bottom: 50px;
		padding-bottom: 50px;
	}

	.lp-brand-story-img-box {
		width: 50%;
		margin-right: 30px;
		height: 38rem;
	}

	.lp-brand-story-sentence-box {
		width: 50%;
	}

	.lp-brand-story-sentence-box ul {
		padding: 0 20px;
	}

	.lp-brand-story-sentence-box h3 {
		margin-bottom: 20px;
		text-align: left;
	}

	.lp-brand-story-sentence-box p {
		font-size: 16px;
	}

	li.lp-brand-story-sentence-link > div {
		width: calc(100% / 3);
		margin-left: 0;
	}

	.lp-brand-story-img-box {
		height: 35rem;
	}
}
