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

.dress_mv img {
	object-position: 70%;
}
/* ==============================================

	dress_intro

================================================= */
.dress_intro {
	padding: 0 7%;
	margin: 100px 0 50px;
}
.dress_introArea {
	max-width: 1220px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 9.8%;
}
.dress_introArea figure {
	max-width: 500px;
	width: 50%;
	flex: 1;
}
.dress_introArea h2 {
	font-size: 2.2rem;
	line-height: 163%;
	color: #6a5b25;
	margin-bottom: 60px;
	letter-spacing: 0.15em;
}
.dress_introArea p {
	max-width: 400px;
	line-height: 242%;
}
@media screen and (max-width: 1366px) {
	.dress_introArea {
		gap: 60px 8%;
	}
}
@media screen and (max-width: 1024px) {
	.dress_intro {
		padding: 0 5%;
	}
}
@media screen and (max-width: 768px) {
	.dress_introArea {
		flex-flow: column;
	}
	.dress_introArea figure {
		width: 80%;
	}
	.dress_introArea h2 {
		font-size: 2rem;
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 480px) {
	.dress_intro {
		margin: 60px 0 30px;
	}
	.dress_introArea {
		gap: 35px;
	}
	.dress_introArea p {
		line-height: 200%;
	}
	.dress_introArea figure {
		width: 90%;
	}
	.dress_introArea h2 {
		font-size: 1.7rem;
		margin-bottom: 30px;
	}
}


/* ==============================================

	dress_cmn

================================================= */
#dress_cmn {
	margin-bottom: 100px;
}
#dress_cmn > section {
	padding: 100px 0;
}
#dress_cmn > section:nth-child(even) {
	background: #f1eeea;
	padding: 80px 0;
}
.dress_ttl {
	position: relative;
	padding-left: calc(22% - 20px);
}
.dress_ttl::before {
	border-top: 1px solid #c9c2a7;
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	top: 30%;
}
.dress_ttl > * {
	position: relative;
}
.dress_ttl .cmn_ttl_h2 {
	margin-bottom: 40px;
}
.dress_ttl .cmn_ttl_h2 > * {
	padding-left: 20px;
}
.dress_ttl .cmn_ttl_h2 p {
	background: #f7f6f4;
}
#dress_cmn > section:nth-child(even) .dress_ttl .cmn_ttl_h2 p {
	background: #f1eeea;
}

@media screen and (max-width: 1536px) {
}
@media screen and (max-width: 1024px) {
	.dress_ttl {
		padding-left: calc(15% - 20px);
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
	#dress_cmn {
		margin-bottom: 60px;
	}
	#dress_cmn > section {
		padding: 50px 0;
	}
	#dress_cmn > section:nth-child(even) {
		padding: 50px 0;
	}
	.dress_ttl .cmn_ttl_h2 {
		margin-bottom: 30px;
	}
}


/* ==============================================

	dress_list

================================================= */
.dress_list {
	padding-left: calc(22% - 10px);
}
.dress_list li {
	margin: 0 10px;
}
.dress_list figcaption {
	text-align: center;
	margin-top: 14px;
	font-size: 1.3rem;
	color: #525252;
}
.dress_list .slick-dots {
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.dress_list {
		padding-left: calc(15% - 10px);
	}
}
@media screen and (max-width: 768px) {
	.dress_list li {
		margin: 0 8px;
	}
}


/* ==============================================

	dress_persistency

================================================= */
#dress_persistency {
	background: #f4f2ef;
	margin-bottom: 100px;
}
#dress_persistency .cmn_layoutTxt_ttl h3 {
	word-break: keep-all;
}
@media screen and (max-width: 480px) {
	#dress_persistency {
		margin-bottom: 0;
	}
	#dress_persistency .cmn_layoutTxt_ttl {
		margin-top: -20px;
	}
	
}





















