/* CSS Document */
header{
	margin-top: 110px;
}
#mainVisual{
	height: 700px;
	background: url("../img/mainvisual_creation.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}
	#mainVisual .top_logo{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		font-family: 'Cinzel Decorative', cursive;
		font-size: 8.0rem;
		font-weight: normal;
		letter-spacing: 14px;
		color: #fff;
	}

.img_area .flex{
	justify-content: space-between;
	margin-bottom: 20px;
}
	.img_area .flex.align-start{
		align-items: flex-start;
	}
	.img_area .flex.align-end{
		align-items: flex-end;
	}
		.img_area .flex figure:first-child{
			margin-right: 20px;
		}

.img_area > figure{
	margin-bottom: 20px;
}

.img_area .img_13 img,
.img_area .img_14 img{
	max-width: 720px;
	width: 67%;
}
.img_area .img_15 img{
	max-width: 620px;
	width: 58%;
}

@media screen and (max-width:1440px){
	#mainVisual{
		height: 48.612vw;
	}
}
@media screen and (max-width:1120px){
	.img_area.sp_pd_area{
		padding: 0 20px;
	}
}
@media screen and (max-width:1080px){
	#mainVisual .top_logo{
		font-size: 7vw;
	}
}
@media screen and (max-width:767px){
	header{
		margin-top: 68px;
	}

	#mainVisual{
		background: url(../img/mainvisual_creation_sp.jpg) no-repeat center;
		background-size: cover;
		overflow: hidden;
		height: 53.612vw;
	}
	
	#mainVisual .top_logo{
		font-size: 11vw;
		line-height: 1;
		letter-spacing: 7px;
	}
	#mainVisual .top_logo .cormorant{
		display: inline-block;
		margin-bottom: 3.5%;
		line-height: 0.7;
	}
	#contentsBlock .contents{
		margin: 50px auto 0;
	}
	.img_area .flex figure:first-child {
		margin-right: 10px;
	}
	.img_area .flex,
	.img_area > figure{
		margin-bottom: 10px;
	}
	.img_area.sp_pd_area02{
		padding: 0 20px;
	}
}
