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

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

	dress_intro

================================================= */
.dress_intro {
	padding: 0 7%;
	margin: 100px 0;
}
.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: #9a853d;
	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;
	}
	.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: #f8f7f5;
	padding: 80px 0;
}
.dress_ttl {
	position: relative;
	padding-left: calc(22% - 20px);
}
.dress_ttl::before {
	border-top: 1px solid #9a853d;
	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: #fff;
}
#dress_cmn > section:nth-child(even) .dress_ttl .cmn_ttl_h2 p {
	background: #f8f7f5;
}

@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_flex

================================================= */
.dress_flex {
	display: flex;
	justify-content: center;
	padding: 100px 8.5% 0;
	gap: 100px 6.8%;
}
.dress_flex section {
	width: calc((100% - 6.8%) / 2);
}
.dress_flex .dress_ttl,
.dress_flex .dress_list {
	padding: 0;
}
.dress_flex .dress_ttl::before {
	display: none;
}
@media screen and (max-width: 1536px) {
	.dress_flex {
		padding: 100px 6% 0;
		gap: 0 6%;
	}
	.dress_flex section {
		width: calc((100% - 6%) / 2);
	}
}
@media screen and (max-width: 896px) {
	.dress_flex {
		flex-flow: column;
		padding: 0;
	}
	.dress_flex section {
		width: 100%;
		padding: 100px 0;
	}
	.dress_flex section:nth-child(even) {
		background: #f8f7f5;
		padding: 80px 0;
	}
	.dress_flex .dress_ttl {
		padding-left: calc(15% - 20px);
	}
	.dress_flex .dress_ttl::before {
		display: inherit;
		border-top: 1px solid #9a853d;
		content: "";
		width: 100%;
		position: absolute;
		left: 0;
		top: 30%;
	}
	.dress_flex section:nth-child(even) .dress_ttl .cmn_ttl_h2 p {
		background: #f8f7f5;
	}
	.dress_flex .dress_list {
		padding-left: calc(15% - 10px);
	}
}
@media screen and (max-width: 480px) {
	.dress_flex section {
		padding: 50px 0;
	}
	.dress_flex section:nth-child(even) {
		padding: 50px 0;
	}
}


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

	dress_brands

================================================= */
.dress_brands {
	padding: 70px 5%;
	background: #f8f7f5;
}
.dress_brands ul {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
}
.dress_brands ul li {
	background: #fff;
	padding: 0 10px;
	width: calc((100% - 80px) / 5);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}
.dress_brands ul li img {
	max-height: 60px;
}
@media screen and (max-width: 1366px) {
	.dress_brands ul {
		gap: 15px;
	}
	.dress_brands ul li {
		width: calc((100% - 60px) / 5);
	}
}
@media screen and (max-width: 768px) {
	.dress_brands ul {
		gap: 10px;
	}
	.dress_brands ul li {
		width: calc((100% - 20px) / 3);
		height: 60px;
	}
	.dress_brands ul li img {
		max-height: 50px;
	}
}
@media screen and (max-width: 480px) {
	.dress_brands {
		padding: 50px 5%;
	}
}




