@charset "UTF-8";




/*********** 共通・背景 *************/




/*********** ↑共通・背景 *************/





/*********** main *************/

.main_visual {
	position: relative;
	overflow: hidden;
    animation: mainfadeIn 1s ease;
}

@keyframes mainfadeIn {
    0% {opacity: 0} 
    100% {opacity: 1} 
}

.main_visual .mv_video {
	overflow: hidden;
	background: #fff;
}

.main_visual .mv_video video {
	width: 100%;
	overflow: hidden;
}

.main_visual .mv_mp {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#skip,
#riplay {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 1.6rem;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	background: #d1bf7c;
	border: 1px solid #fff;
	padding: 0 10px;
	transition: 0.2s;
}

#skip:hover,
#riplay:hover {
	filter: brightness(120%);
}

/*********** ↑main *************/





.announce-wrap {
	background-image: url("../../images/announce_bg.jpg");
	background-position: center top;
	background-size: cover;
	padding: 40px 0;
}

.merit-wrap {
	background: linear-gradient(90deg, #e4dbb3, #fbf6ea, #e4dbb3);
	padding: 60px 0;
}

.top-bg {
	background-image: url("../../images/top_bg02.png"), url("../../images/top_bg01.jpg");
	background-position: center bottom, center top;
	background-repeat: no-repeat;
	background-size: 100%, cover;
	padding-top: 60px;
}

.info-wrap {
	background: #e6e6e6;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px;
	padding-top: 20px;
}

.info-wrap .ttl {
	font-family: "Cormorant Garamond", serif;
	color: #9c7725;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-align: center;
}

.info-wrap dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
	margin-top: 20px;
}

.info-wrap dt {
	width: 6.5em;
}

.info-wrap dd {
	width: calc(100% - 6.5em);
	text-align: justify;
}

.top_01-wrap .ttl {
	width: 55%;
	margin: 0 auto;
	margin-top: 120px;
}

.top_01-wrap .txt {
	font-size: 2.0rem;
	line-height: 2.5;
	text-align: center;
	margin-top: 60px;
}

.top_01-wrap sup {
	font-size: 0.6em;
	letter-spacing: 0;
	top: -0.8em;
}

.movie_bt-wrap {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 180px;
}

.movie_bt-wrap a {
	transition: all .2s ease;
}

.movie_bt-wrap a:hover {
	filter: brightness(112%);
}





/*********** cont *************/

.cont-bg {
	background: #f6f2e5;
	padding-top: 60px;
	padding-bottom: 100px;
	margin-top: 100px;
}

.cont-title {
	font-family: "Cormorant Garamond", serif;
	color: #9c7725;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-align: center;
}



/*** cont-common ***/

.cont-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cont-wrap.first {
	margin-top: 80px;
}

.cont_photo-wrap > div {
	width: 113.63%;
}

.cont_photo-wrap figure {
	display: flex;
	background: #000;
}

.cont_copy-wrap {
	background-position: center top;
	background-size: cover;
}

.cont_copy-wrap .ttl {
	font-family: 'Cinzel', serif;
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 40px;
}

.cont_copy-wrap .box {
	width: 83.33%;
	margin-top: 100px;
}

.cont_copy-wrap .txt {
	font-size: 2.0rem;
	line-height: 2.0;
	letter-spacing: 0.08em;
	padding: 0 40px;
}

@media only screen and (max-width: 1240px){
.cont_copy-wrap .txt {	text-align: justify!important;}
.cont_copy-wrap .txt br {	display: none;}
}

.cont_copy-wrap .cont-bt {
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}

.cont_copy-wrap .cont-bt a {
	font-family: "Cormorant Garamond", serif;
	color: #6c5b51;
	font-size: 2.6rem;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
	margin-right: 25px;
	transition: all 0.2s ease;
}

.cont_copy-wrap .cont-bt a:hover {
	margin-right: 10px;
}

.cont_copy-wrap .cont-line {
	border-top: 1px solid #927527;
	margin-top: 20px;
}

.cont_copy-wrap .cont-line p {
	width: 20%;
	height: 7px;
	background: #927527;
	margin-top: -4px;
}

.cont_copy-wrap .cont-bt .nolink {
	font-family: "Cormorant Garamond", serif;
	color: #6c5b51;
	font-size: 2.6rem;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
	margin-right: 25px;
}






/*** cont-right ***/

.cont-wrap.cont-right li:nth-child(1) {
	width: 55%;
}

.cont-wrap.cont-right li:nth-child(2) {
	width: 45%;
}

.cont-wrap.cont-right .cont_copy-wrap .box {
	margin-left: 16.67%;
}

.cont-wrap.cont-right .cont_copy-wrap .txt {
	text-align: right;
}



/*** cont-left ***/

.cont-wrap.cont-left li:nth-child(1) {
	width: 55%;
	order: 2;
}

.cont-wrap.cont-left li:nth-child(2) {
	width: 45%;
	order: 1;
}

.cont-wrap.cont-left .cont_photo-wrap > div {
	margin-left: -13.63%;
}




/*** 個別 ***/

.cont1 .cont_copy-wrap {
	background-image: url("../../images/cont1_bg.jpg");
}

.cont2 .cont_copy-wrap {
	background-image: url("../../images/cont2_bg.jpg");
}

.cont3 .cont_copy-wrap {
	background-image: url("../../images/cont3_bg.jpg");
}

.cont4 .cont_copy-wrap {
	background-image: url("../../images/cont4_bg.jpg");
}

.cont5 .cont_copy-wrap {
	background-image: url("../../images/cont5_bg.jpg");
}


.cont1 .cont_copy-wrap .cont-line {
	margin-bottom: 240px;
}

.cont2 .cont_copy-wrap .cont-line {
	margin-bottom: 240px;
}

.cont3 .cont_copy-wrap .cont-line {
	margin-bottom: 160px;
}

.cont4 .cont_copy-wrap .cont-line {
	margin-bottom: 240px;
}
.cont5 .cont_copy-wrap .cont-line {
	margin-bottom: 200px;
}



.cont2 .cont_copy-wrap .cont-line p {
	margin-left: 20%;
}

.cont3 .cont_copy-wrap .cont-line p {
	margin-left: 40%;
}

.cont4 .cont_copy-wrap .cont-line p {
	margin-left: 60%;
}

.cont5 .cont_copy-wrap .cont-line p {
	margin-left: 80%;
}






/*********** ↑cont *************/








