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



/****************************************************************************************************
opening
****************************************************************************************************/
.opening-copy,
.opening-bg {
	display: none;
}
#opening {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 5000;
	background: rgba(8,26,51,1);
	background: #000;
}
#opening.bgnone {
	background: none;
}
#opening-inner {
	position: relative;
	width: 100%;
	height: 100vh;
}

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

#opening1,
#opening2,
#opening3,
#opening4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 10;
}
#opening1-inner,
#opening2-inner,
#opening3-inner,
#opening4-inner {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.opening-copy {
	position:absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transform-origin: 50% 50%;
}
.opening-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#opening4 .opening-bg {
	min-height: calc(100vh + 500px);
}
#opening1 .opening-bg img,
#opening2 .opening-bg img,
#opening3 .opening-bg img,
#opening4 .opening-bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#opening4 .opening-bg img {
	object-position: 50% 65%;
}
/*#opening2 .opening-bg img,
#opening3 .opening-bg img,
#opening4 .opening-bg img {
	height: calc(100% + 100px);
}*/



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
	background: #403C3B;
}
#contents {
	position: relative;
	padding-top: 118px;
	z-index: 10;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
	width: 100%;
}
.main-bg {
	position: relative;
}
.main-bg img {
	width: 100%;
	height: auto;
}
.main-bg figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.733rem;
	line-height: 1.0;
}



/****************************************************************************************************
point information
****************************************************************************************************/
.top-bg {
	position: relative;
	padding: 45px 0 0 0;
	background: #403C3B;
}
.top-bg::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 90px;
	left: 0;
	top: 0;
	background-image: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,0));
	mix-blend-mode: multiply;
}
.top-bg::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 90px;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,0));
	mix-blend-mode: multiply;
}

#point {
	position: relative;
	padding: 0 30px;
	z-index: 2;
}
#point img {
	width: 100%;
	max-width: 1430px;
	height: auto;
}

#info {
	margin-top: 60px;
}
#info h3 {
	margin-top: 30px;
}

#information {
	margin-top: 50px;
	padding: 42px 0;
	background: #242020;
}
#request-area {
	position: relative;
	margin-top: 34px;
	padding: 60px 40px 54px 40px;
	background: url(../img/top/information-bg.jpg) no-repeat center top;
	background-size: cover;
	z-index: 2;
}
#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;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 25px;
	margin: 15px 0 0 0;
}
#request-box .button a {
	display: block;
	box-shadow: 6px 6px 0 rgba(0,0,0,.25);
}
#request-box p {
	width: 100%;
	color: #FFF;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 2.0;
	text-shadow:
		3px 3px 5px rgba(0,0,0,1),
		3px 3px 5px rgba(0,0,0,1);
}



/****************************************************************************************************
index
****************************************************************************************************/
.index-block {
	position: relative;
	background: #000;
}
.index-block + .index-block::before {
	content: "";
	display: block;
	width: 100%;
	height: 30px;
	background-image: linear-gradient(180deg, #2A2322, #333030);
}
.index-block a {
	display: block;
	position: relative;
}
.index-bg {
	position: relative;
}
.index-bg figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.733rem;
	line-height: 1.2;
}
.index-bg figcaption.left {
	right: auto;
	left: 1em;
}
.index-bg img {
	object-fit: cover;
	width: 100%;
	height: 690px;
}
.index-bg figcaption.white {
	color: #FFF;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
.index-text {
	position: absolute;
	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;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





@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;
	}
	.opening-copy {
		width: 92vw;
	}
	#opening4 .opening-bg {
		min-height: 135vh;
	}
	#opening4 .opening-bg img {
		object-position: 62% 65%;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
	}
	#contents {
		padding-top: 10.5vw;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	.main-bg figcaption {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	point information
	****************************************************************************************************/
	.top-bg {
		padding: 6vw 0 0 0;
	}
	#point {
		padding: 0 4vw;
	}
	
	#info {
		width: 84vw;
		margin: auto;
		margin-top: 8vw;
	}
	#info h3 {
		width: 72vw;
		margin: auto;
		margin-top: 6vw;
	}
	
	#information {
		width: 100%;
		margin-top: 8vw;
		padding: 6vw 0 4vw 0;
		background-size: cover;
	}
	#info-text h3 {
		width: 64vw;
		margin: auto;
	}
	#request-area {
		margin-top: 4vw;
		padding: 10vw 4vw 10vw 4vw;
	}
	#request-box {
		gap: 2vw;
		margin: 1vw 0 0 0;
	}
	#request-box div {
		width: 100%;
	}
	#request-box p {
		margin-top: 1em;
		font-size: 0.866rem;
		line-height: 1.8;
		text-align: left;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	.index-block + .index-block::before {
		height: 3vw;
	}
	.index-bg figcaption {
		font-size: 0.533rem;
	}
	.index-bg img {
		object-position: 50% 50%;
		height: 50vw;
		min-width: initial;
		min-width: auto;
	}
}

@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;
	}
	#opening4 .opening-bg {
		min-height: 180vh;
	}
	#opening4 .opening-bg img {
		object-position: 62% 65%;
	}
}