@charset "utf-8";
/* CSS Document */
@media all{
	
/* ファーストビュー */
	#commitment #firstimage{
		width: 100%;
		height: 56vw;
	}
	#commitment #firstimage .text{
		position: absolute;
		width: 100%;
		top: 28vw;
		left: 0;
		transform: translateY(-55%);
		-webkit-transform: translateY(-55%);
		-ms-transform: translateY(-55%);
		color: #fff;
		text-align: center;
		letter-spacing: .1em;
	}
	#commitment #firstimage .text h2{
		font-size: 1.8rem;
		filter: drop-shadow(0 0 5px rgba(0,0,0,.6));
	}
	#commitment #firstimage .text p{
		font-size: 3.6rem;
		line-height: 1.5;
		margin-bottom: 0.3em;
		filter: drop-shadow(0 0 5px rgba(0,0,0,.6));
	}
	#commitment #firstimage .fvimage{
		width: 100%;
	}
	#commitment #firstimage video {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: -1;
	}
	
/* コンテンツ */
	#contents{
		padding: 120px 0 40px;
	}
	#contents ul{
		width: calc(100% - 40px);
		max-width: 930px;
		margin: 0 auto;
	}
	#contents ul li{
		width: 100%;
		display: flex;
		padding-bottom: 60px;
	}
	#contents ul li:nth-of-type(even){
		flex-direction: row-reverse;
	}
	#contents ul li .image{
		width: 50%;
		padding: 0 5px;
	}
	#contents ul li .textbox{
		width: 50%;
		padding: 0 0 0 90px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#contents ul li:nth-of-type(even) .textbox{
		padding: 0 20px 0 0;
	}
	#contents ul li .textbox .title{
		font-size: 1.9rem;
		margin-bottom: 1em;
	}
	#contents ul li .textbox .text{
		font-size: 1.3rem;
		text-align: justify;
	}
	#contents ul li:nth-of-type(even) .textbox .text{
		width: calc(100% - 5em);
	}
	
/* ドレス */
	#dresstype{
		padding: 80px 0 160px;
	}
	#dresstype ul{
		width: calc(100% - 40px);
		max-width: 940px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	#dresstype ul li{
		width: calc(100% / 3);
		padding: 5px;
		position: relative;
	}
	#dresstype ul li .image{
		width: 100%;
	}
	#dresstype ul li .title{
		position: absolute;
		width: 160px;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}
	
/* 下層 */
	#dress #firstimage{
		width: 100%;
		height:24vw;
	}
	#dress #firstimage .text{
		position: absolute;
		width: 100%;
		top: 12vw;
		left: 0;
		transform: translateY(10%);
		-webkit-transform: translateY(10%);
		-ms-transform: translateY(10%);
		color: #fff;
		text-align: center;
		letter-spacing: .1em;
	}
	#dress #firstimage .fvimage{
		width: 100%;
		height: 100%;
	}
	
	#dressbox{
		padding: 120px 0 80px;
	}
	#dressbox ul{
		width: calc(100% - 40px);
		max-width: 820px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	#dressbox li{
		width: calc(100% / 3);
		text-align: center;
		padding: 0 10px;
		margin-bottom: 60px;
	}
	#dressbox li a{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	#dressbox li .en{
		font-size: 1.6rem;
		margin-bottom: 0.5rem;
	}
	#dressbox li .jp{
		font-size: 1rem;
	}
	#dressbox li .jp span{
		display: inline-block;
	}
	
}

@media screen and (max-width: 567px){

/* ファーストビュー */
	#commitment #firstimage{
		height:100%;
	}
	
	#commitment #firstimage .fvimage{
		height: 100vh;
	}
	#commitment #firstimage .fvimage img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#commitment #firstimage .text{
		top: 50%;
		
	}
	#commitment #firstimage .text h2{
		font-size: 0.9rem;
	}
	#commitment #firstimage .text p{
		font-size: 1.7rem;
	}
	#dress #firstimage{
	height: 47vw;
}
	#dress #firstimage .fvimage img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#dress #firstimage .text{
		top: 23.5vw;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	#dress #firstimage .text h2{
		font-size: 2rem;
	}
	
/* コンテンツ */
	#contents{
		padding: 80px 0 0;
	}
	
	#contents ul li{
		display: flex;
		flex-direction: column;
		padding-bottom: 60px;
	}
	#contents ul li:nth-of-type(even){
		flex-direction: column;
	}
	#contents ul li .image{
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	#contents ul li .textbox{
		width: 100%;
		padding: 0px;
		flex-direction: column;
	}
	#contents ul li:nth-of-type(even) .textbox{
		padding: 0px;
	}
	#contents ul li .textbox .title{
		font-size: 1.1rem;
		margin-bottom: 1.5em;
		text-align: center;
	}
	#contents ul li .textbox .text{
		font-size: 1rem;
	}
	#contents ul li:nth-of-type(even) .textbox .text{
		width: 100%;
	}
	
/* ドレス */
	#dresstype{
		padding: 40px 0 80px;
	}

	#dresstype ul li{
		width: calc(100% / 2);
		padding: 2px;
	}
	#dresstype ul li .title{
		width: 90px;
	}
	
	#dressbox{
		padding: 60px 0 40px;
	}
	#dressbox li{
		padding: 0 5px;
		margin-bottom: 30px;
	}
	#dressbox li .en{
		font-size: 1rem;
	}
	
}

@media screen and (min-width: 568px) and (max-width: 1024px){

	#dress #firstimage .text h2{
		font-size: 2.5rem;
	}
	
/* コンテンツ */
	#contents ul li .textbox{
		padding: 0 0 0 20px;
	}
	#contents ul li:nth-of-type(even) .textbox{
		padding: 0;
	}
	#contents ul li:nth-of-type(even) .textbox .text{
		width: calc(100% - 20px);
	}
	
}

@media screen and (min-width: 1025px), print{

	#dress #firstimage .text h2{
		font-size: 3rem;
	}
	
}
