@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
opening
****************************************************************************************************/
#opening {
	position: fixed;
	z-index: 1010;
}
#opening-inner {
	position: relative;
	width: 100vw;
	height: 100vh;
	background: #29B49E;
}
.opening {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.opening img {
	opacity: 0;
}
#opening7 img {
	transform-origin: 66.5625% 40.4166%;
}

#skip {
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 100;
}
#skip a {
	display: block;
	width: 160px;
	height: 34px;
	line-height: 34px;
	background: rgba(255,255,255,.2);
	color: #FFF;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	padding-top: 137px;
	overflow: hidden;
}



/****************************************************************************************************
共通
****************************************************************************************************/
.img-box {
	position: relative;
}
.img-box .cap {
	font-size: 0.8rem;
}
.img-box .cap.capin {
	position: absolute;
	right: 1em;
	bottom: 1em;
	line-height: 1.0;
}
.img-box .cap.white {
	color: #FFF;
	font-weight: bold;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main img {
	width: 100%;
}



/****************************************************************************************************
main
****************************************************************************************************/
#point {
	background-image: linear-gradient(90deg, #27A5E1 0%, #27A5E1 50%, #7ECDDC 50%, #7ECDDC 100%);
}

@media screen and (max-width: 1600px) {
	#point img {
		width: 100%;
	}
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	padding: 60px 0 0;
}
#request-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	margin: 35px 0 0 0;
}
#request-box > div a {
	display: block;
	box-shadow: 6px 6px 5px rgba(0, 0, 0, .4);
}
#campaign {
	margin-top: 50px;
	margin-bottom: 40px;
}
#movie {
	margin-bottom: 100px;
}



/****************************************************************************************************
index
****************************************************************************************************/
.index-box {
	position: relative;
}
.index-box#location,
.double,
.index-box#design,
.index-box#technology,
.index-box#plan {
	margin-top: 3px;
}
.double {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.double > section {
	width: 50vw;
}
.index-box a,
.index-box span.under-construction {
	display: block;
}
.index-box .title {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: 12px;
	z-index: 10;
}
.index-box .bg img {
	object-fit: cover;
	width: 100%;
	height: 418px;
}
.index-box .bg figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	line-height: 1.0;
	color: #FFF;
	font-size: 0.8rem;
	font-weight: bold;
}

.index-box#cont .bg img {
	height: 112px;
}
.index-box#cont .title {
	margin-top: 4px;
}
.index-box#location .title {
	left: 75%;
}
.index-box#design .title {
	left: 75%;
}
.index-box#technology .title {
	left: 26%;
}
.index-box#plan .title {
	left: 75%;
}





@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	opening
	****************************************************************************************************/
	#skip {
		left:auto;
		bottom:auto;
		right:3vw;
		top:3vw;
	}
	#skip a {
		width:18vw;
		height:7vw;
		font-size: 2.66vw;
		line-height:7vw;
	}
	.opening {
		width: 160vw;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
		padding-top: 7.8vw;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.img-box .cap {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main img {
		width: 130%;
		margin-left: -1%;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		padding: 10vw 4vw 0 4vw;
	}
	#request-box {
		gap: 2vw;
		margin: 6vw 0 0 0;
	}
	#request-box > div a {
		display: block;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, .4);
	}
	#campaign {
		width: 92vw;
		margin: auto;
		margin-top: 4vw;
		margin-bottom: 3vw;
	}
	#movie {
		width: 92vw;
		margin: auto;
		margin-bottom: 10vw;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	.index-box#location,
	.double,
	.index-box#image-photo,
	.index-box#design,
	.index-box#technology,
	.index-box#special,
	.index-box#plan {
		margin-top: 3px;
	}
	.double {
		display: block;
	}
	.double > section {
		width: 100%;
	}
	.index-box .title {
		margin-top: 1.5vw;
	}
	.index-box .title img {
		width: auto;
		height: 20vw;
	}
	.index-box .bg img {
		object-fit: cover;
		width: 100%;
		height: 46vw;
	}
	.index-box .bg figcaption {
		font-size: 0.533rem;
	}
	
	.index-box#cont .bg img {
		height: 14vw;
	}
	.index-box#cont .title {
		margin-top: 0;
	}
	.index-box#cont .title img {
		width: 20vw;
		height: auto;
	}
	.index-box#location .title {
		left: 50%;
	}
	.index-box#location .bg img {
		object-position: 3% 50%;
		opacity: .3;
	}
	.index-box#location .bg {
		background: #9EA1B8;
	}
	.index-box#design .title {
		left: 75%;
	}
	.index-box#technology .title {
		left: 50%;
	}
	.index-box#plan .title {
		left: 75%;
	}
	
	#copyright {
		padding-bottom: 24vw;
	}

@media screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	opening
	****************************************************************************************************/
	#skip {
		right:1vw;
		top:1vw;
	}
	#skip a {
		width:10vw;
		height:4vw;
		font-size: 1.2vw;
		line-height:4vw;
	}
	.opening {
		width: 100vw;
	}
}