@charset "utf-8";



/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro .image{
	background-image: url("../img/bg_pageintro_01.jpg");
}
.sw-PageIntro .text img{
	width: 140px;
	height: auto;
}
@media only screen and (min-width: 768px){
	.sw-PageIntro .text img{
		width: 200px;
	}
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro .text img{
		width: 264px;
	}
}



/* dress-Intro
-----------------------------------*/
.dress-Intro{
	margin: 25px auto 0;
}
.dress-Intro .inner + .inner{
	margin-top: 45px;
}
.dress-Intro .image img{
	width: 100%;
	height: auto;
}
.dress-Intro h3{
	color: #222e53;
	font-size: 116%;
	margin: 25px 30px 10px;
}
.dress-Intro p{
	margin: 0 30px;
}
@media only screen and (min-width: 768px){
	.dress-Intro{
		max-width: 1280px;
		margin-top: 40px;
	}
	.dress-Intro .inner + .inner{
		margin-top: 60px;
	}
	.dress-Intro .image,
	.dress-Intro .comment{
		width: 50%;
	}
	.dress-Intro .image{
		float: left;
	}
	.dress-Intro .comment{
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: right;
	}
	.dress-Intro .inner:nth-child(even) .image{
		float: right;
	}
	.dress-Intro .inner:nth-child(even) .comment{
		float: left;
	}
	.dress-Intro h3{
		font-size: 138.5%;
		margin: 40px 30px 10px;
	}
}
@media only screen and (min-width: 1024px){
	.dress-Intro{
		margin-top: 60px;
	}
	.dress-Intro .comment{
		padding: 0 30px;
	}
	.dress-Intro h3{
		font-size: 184%;
		margin: 60px 30px 10px;
	}
}



/* dress-Bnr
-----------------------------------*/
.dress-Bnr{
	max-width: 960px;
	padding: 0 20px;
	margin: 60px auto 0;
}
.dress-Bnr img{
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 768px){
	.dress-Bnr{
		margin: 90px auto 0;
	}
}
@media only screen and (min-width: 1024px){
	.dress-Bnr{
		margin: 120px auto 0;
	}
}


/* dress-Message
-----------------------------------*/
.dress-Message{
	border-top: 1px solid #d3d5dd;
	padding: 55px 10px 0;
	margin: 60px 20px 0;
}
@media only screen and (min-width: 768px){
	.dress-Message{
		max-width: 1280px;
		padding: 85px 20px 0;
		margin: 90px auto 0;
	}
	.dress-Message p{
		max-width: 800px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1024px){
}


/* dress-Contents
-----------------------------------*/
.dress-Contents{
	margin: 60px auto 0;
}
.dress-Contents + .dress-Contents{
	margin-top: 80px;
}
.dress-Contents h3{
	color: #222e53;
	font-size: 184%;
	text-align: center;
}
.dress-Contents h4{
	color: #434853;
	font-size: 116%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
	margin: 0 auto;
}
.dress-Contents .mainImage{
	margin-top: 20px;
}
.dress-Contents .mainImage img{
	width: 100%;
	height: auto;
}
.dress-Contents .text{
	margin: 20px 30px 0;
}
.dress-Contents .subImage{
	padding: 0 20px;
	margin: 30px auto 0;
}
.dress-Contents .subImage img{
	width: 100%;
	height: auto;
}
.dress-Contents .subImage img + img{
	margin-top: 15px;
}
.dress-Contents .slides{
	margin: 75px 30px 0;
	position: relative;
}
.dress-Contents .slides:before,
.dress-Contents .slides:after{
	content: "";
	width: 54px;
	height: 54px;
	background-image: url("../img/ico_dress_01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
}
.dress-Contents .slides:before{
	top: -15px;
	left: -15px;
}
.dress-Contents .slides:after{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: -15px;
	right: -15px;
}
.dress-Contents .slides .item{
	list-style: none;
	opacity: 0;
}
.dress-Contents .slides .item img{
	width: 100%;
	height: auto;
}
.dress-Contents .slides.slick-initialized li{
	opacity: 1;
}
.dress-Contents .slides .item.slick-current{
	outline: none;
}
.dress-Contents .slick-dots{
	text-align: center;
	position: absolute;
	bottom: -30px;
}
.dress-Contents .slick-dots li{
	display: inline-block;
}
.dress-Contents .slick-dots li + li{
	margin-left: 10px;
}
.dress-Contents .slick-dots li button{
	text-indent: -9999px;
	width: 4px;
	height: 4px;
	border: none;
	background: #434853;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	outline: none;
	opacity: .3;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.dress-Contents .slick-dots li.slick-active button{
	opacity: 1;
}
.dress-Contents .slick-arrow{
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 center;
	padding: 0;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 1000;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.dress-Contents .slick-prev{
	background-image: url("../../asset/img/prev_nav.png");
	left: 10px;
}
.dress-Contents .slick-next{
	background-image: url("../../asset/img/next_nav.png");
	right: 10px;
}
@media only screen and (min-width: 768px){
	.dress-Contents{
		margin: 90px auto 0;
	}
	.dress-Contents + .dress-Contents{
		margin-top: 100px;
	}
	.dress-Contents h3{
		font-size: 292%;
	}
	.dress-Contents h4{
		font-size: 138.5%;
		margin: 0 auto 20px;
	}
	.dress-Contents .mainImage{
		margin-top: 20px;
	}
	.dress-Contents .text{
		max-width: 800px;
		padding: 0 20px;
		margin: 20px auto 0;
	}
	.dress-Contents .subImage{
		letter-spacing: -.4em;
		max-width: 1250px;
		padding: 0 30px;
		margin: 30px auto 0;
	}
	.dress-Contents .subImage img{
		width: 50%;
		display: inline-block;
	}
	.dress-Contents .subImage img + img{
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
	.dress-Contents .slides{
		width: calc(100% - 60px);
		max-width: 1280px;
		margin: 100px auto 0;
	}
	.dress-Contents .slick-prev{
		left: 30px;
	}
	.dress-Contents .slick-next{
		right: 30px;
	}
	.dress-Contents .slides .item{
		margin: 15px;
	}
	.dress-Contents .slick-dots{
		width: 100%;
	}
}
@media only screen and (min-width: 1024px){
	.dress-Contents{
		margin: 120px auto 0;
	}
	.dress-Contents + .dress-Contents{
		margin-top: 160px;
	}
	.dress-Contents .header{
		padding: 120px 0;
		position: relative;
	}
	.dress-Contents .header:before{
		content: "";
		width: 50%;
		height: 100%;
		background-image: url("../../asset/img/bg_common_01.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: absolute;
		top: 0;
		right: 0;
	}
	.dress-Contents h3,
	.dress-Contents h4{
		width: 50%;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 3;
	}
	.dress-Contents h3{
		font-size: 338%;
		text-shadow: 0 0 10px #fff, 0 0 20px #fff;
		-webkit-transform: translateY(-1.25em);
		transform: translateY(-1.25em);
	}
	.dress-Contents h4{
		font-size: 184%;
		text-shadow: 0 0 10px #fff, 0 0 20px #fff;
		-webkit-transform: translateY(1.25em);
		transform: translateY(1.25em);
	}
	.dress-Contents .text{
		margin: 60px auto 0;
	}
	.dress-Contents .mainImage{
		margin: 0;
		position: relative;
		z-index: 2;
	}
	.dress-Contents .mainImage img{
		width: 75%;
	}
	.dress-Contents .subImage{
		margin: 60px auto 0;
	}
	.dress-Contents .subImage img + img{
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}
	.dress-Contents .slides{
		margin: 180px auto 0;
	}
	.dress-Contents-color .header:before,
	.dress-Contents-tuxedo .header:before,
	.dress-Contents-color h3,
	.dress-Contents-color h4,
	.dress-Contents-tuxedo h3,
	.dress-Contents-tuxedo h4{
		right: auto;
		left: 0;
	}
	.dress-Contents-color .mainImage,
	.dress-Contents-tuxedo .mainImage{
		text-align: right;
	}
}