@charset "utf-8";
/* --- dress --- */
body.dress #footer {
	margin-top: 0;
}

.dress-concept {
	margin-bottom: 80px;
}
.dress-concept h2 .svg {
	display: block;
	width: 400px;
	height: 34px;
	margin: 0 auto;
}
.dress-concept h2 .small {
	display: block;
	padding: 24px 0 0;
	font-family: YakuHanMP, 'EB Garamond', 'Noto Serif JP', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 1.142857em;
	font-weight: normal;
	line-height: 1.25;
	text-align: center;
}
.dress-concept .photo {
	position: relative;
	margin-top: 32px;
	padding-top: 40%;
	overflow: hidden;
}
.dress-concept .photo ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
}
.dress-concept .photo li {
	width: calc(70% - 2px);
}
.dress-concept .photo li:last-child {
	width: calc(30% - 2px);
}
.dress-concept .photo li img {
	width: 100%;
}
.dress-concept .photo li:last-child img {
	transform: translateY(-8%);
}
.dress-concept .text {
	margin-top: 40px;
	color: #737373;
}
.dress-concept .text p + p {
	padding-top: 1em;
}

.dress-link {
	padding: 80px 0;
	background: #614b32 url(../img/dress/img-link.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.dress-link h3 .svg {
	display: block;
	width: 400px;
	height: 34px;
	margin: 0 auto;
}
.dress-link h3 .svg path {
	fill: currentColor;
}
.dress-link p {
	margin-top: 40px;
}
.dress-link a {
	display: inline-block;
	width: 400px;
	margin: 32px 0 0;
	font-family: YakuHanMP, 'EB Garamond', 'Noto Serif JP', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	color: #a17e3b;
	font-size: 1.57142857em;
	line-height: 2.2;
	text-align: center;
	text-decoration: none;
	background: #fff;
}

@media (min-width: 811px) {
	.dress-concept .text p {
		text-align: center;
	}
}
@media (max-width: 640px) {
	.dress-concept .text p {
		letter-spacing: 0.05em;
		line-height: 1.75em;
	}
}