@charset "utf-8";

/* ========================================================
	movie.css => 演出・ムービーページ用css
======================================================== */

#contents > div {
	font-size: 116%;
	text-align: center;
	line-height: 2.8;
}

#contents #dress h2,
#contents #coordination h2 {
	text-align: center;
	margin-bottom: 40px;
	background: url(../images/title_bg01.gif) no-repeat top;
}
#contents #coordination h2 + p {
	margin-bottom: 45px;
}

#contents div h2 {
	margin-bottom: 30px;
	background: url(../images/title_bg02.gif) no-repeat top;
}



/* dress
============================================================================================================ */
#dress {
	background: url(../../common/images/parts/line.png) no-repeat bottom;
	margin-bottom: 20px;
	padding-bottom: 100px;
}
#dress #phArea {
	width: 960px;
	margin: 25px auto 0;
	zoom: 1;
	font-size: 0;
}

#phArea .ph_list01 {
	font-size: 0;
	display: inline-block;
	width: 620px;
}
#phArea .ph_list02 {
	font-size: 0;
	display: inline-block;
}
#phArea a {
	font-size: 0;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
#phArea a:first-child,
#phArea a:nth-child(3) {
	margin-left: 0;
}

#phArea .ph_list02 a {
	margin-left: 20px;
}

#phArea .ph_list_content {
	font-size: 0;
	display: inline-block;
	width: 300px;
	padding-top: 266px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#phArea .ph_list_content .bt {
	position: relative;
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
	padding: 15px 18px;
	text-align: left;
}
#phArea .ph_list_content .bt:before {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 40px;
	content: "";
	background-image: url(../../common/images/anolink_ico.svg);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
#phArea .ph_list_content .bt:after {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 20px;
	content: "";
	background-image: url(../images/dress_arrow.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	width: 10px;
	height: 10px;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
#phArea .ph_list_content .bt img {
	height: 40px;
}
#phArea a:hover {
	opacity: 0.8;
}
#phArea a:hover .ph_list_content .bt:after {
	-webkit-transform: translate(5px);
	   -moz-transform: translate(5px);
	    -ms-transform: translate(5px);
	     -o-transform: translate(5px);
	        transform: translate(5px);
}

#phArea .ph_list02 .ph_list_content {
	padding-top: 626px;
	width: 320px;
}

#phArea .wedding_dress {
	background-image: url(../images/wedding_dress.jpg);
}
#phArea .color_dress {
	background-image: url(../images/color_dress.jpg);
}
#phArea .kimono {
	background-image: url(../images/kimono.jpg);
}
#phArea .tuxedo {
	background-image: url(../images/tuxedo.jpg);
}
#phArea .pronovias {
	background-image: url(../images/pronovias_pc.jpg);
}



/* coordination
============================================================================================================ */
#coordination {

}
.movieArea {
	background: url(../../common/images/parts/line.png) no-repeat bottom;
	margin-bottom: 20px;
	padding-bottom: 120px;
}
.movieArea > div {
	position: relative;
	margin-top: 60px;
}

.coordinate p {
	margin-right: 315px;
}
.flower p {
	margin-left: 315px;
}

.coordinate .ph {
	position: absolute;
	right: -20px;
	top: -70px;
}
.flower .ph {
	position: absolute;
	left: -20px;
	top: -30px;
}

#movie {
	width: 635px;
	height: 386px;
	margin: 50px auto;
}

