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



/****************************************************************************************************
opening
****************************************************************************************************/
.op-bg,
.op-copy {
	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-inner {
	position: relative;
	width: 100%;
	height: 100vh;
}

#skip {
	position: absolute;
	left: 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 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 10;
}
#opening1-inner,
#opening2-inner,
#opening3-inner {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.op-copy {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.op-copy img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.op-bg {
	width: 100%;
	height: 100%;
}
.op-bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#op1-copy2 {
	mix-blend-mode: screen;
}



/****************************************************************************************************
wrap
****************************************************************************************************/
#wrap {
	background: #000;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
	overflow: hidden;
	padding: 0;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
}
#main figure {
	position: relative;
}
#main figure img {
	width: 100%;
	height: auto;
}
#main figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.866rem;
	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);
}



/****************************************************************************************************
inner
****************************************************************************************************/
#inner {
	background: #FFF;
}



/****************************************************************************************************
point
****************************************************************************************************/
#point {
	position: relative;
	padding: 25px 0;
	background: url(../img/top/point-bg.jpg) no-repeat center top;
	background-size: cover;
	border-bottom: 1px solid rgba(97,102,112,.25);
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	padding: 80px 0 100px 0;
}
#lead-text div {
	font-size: 1.266rem;
	line-height: 1.6;
}
#lead-text h2 {
	margin-top: 0.1em;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#info-text {
	margin-bottom: 40px;
}
#info-text::before {
	content: "";
	display: block;
	width: 46px;
	height: 3px;
	margin: 26px auto 36px auto;
	background: #043C82;
}
#info-text div {
	color: #616670;
	font-family: Futura, 'Century Gothic';
	font-size: 0.8rem;
	line-height: 1.6;
}
#info-text h2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0.3em;
	color: #043C82;
	margin-top: 0.1em;
	font-size: 2.266rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#info-text h2 .small {
	font-size: 1.6rem;
}
#banner-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 20px;
	margin-top: 40px;
}
#banner-block p {
	width: 100vw;
	font-size: 0.866rem;
}



/****************************************************************************************************
contents-inner
****************************************************************************************************/
#contents-inner {
	position: relative;
	border-top: 1px solid rgba(97,102,112,.25);
}



/****************************************************************************************************
index
****************************************************************************************************/
#index {
	position: relative;
	z-index: 2;
}
.index-block,
.index-block > a {
	position: relative;
	display: block;
	width: 100%;
}
.index-img {
	width: 100%;
	overflow: hidden;
}
.index-img .img-box {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #000;
}
.index-img .img-box img {
	object-fit: cover;
	object-position: right center;
	width: 100%;
	height: 420px;
	transition: all 500ms;
}
.index-img .img-box figcaption.in {
	position: absolute;
	left: 1em;
	bottom: 1em;
	font-size: 0.666rem;
}
.index-img .img-box figcaption.in.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1);
}
.index-text {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	right: 0;
	top: 0;
	width: 40%;
	height: 420px;
	padding-left: 60px;
	text-align: left;
}
.index-txt {
	display: inline-block;
}
.index-txt h3 {
	margin-bottom: 36px;
	color: #043B81;
	font-family: "Cormorant Infant", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	transition: all 500ms;
}
.index-txt h4 {
	font-size: 1.333rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	white-space: nowrap;
	transition: all 500ms;
}
.index-txt p {
	margin-top: 0.6em;
	font-size: 0.8rem;
	line-height: 1.8;
	transition: all 500ms;
}
.index-btn {
	display: inline-block;
	min-width: 250px;
	margin-top: 3em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid rgba(97,102,112,.5);
	color: #606670;
	font-size: 0.733rem;
	font-family: Futura, 'Century Gothic';
	transition: all 500ms;
}

.index-block:nth-of-type(even) .index-img {
	-webkit-box-ordinal-group:3;
	-webkit-order:2;
	-ms-flex-order:2;
	order:2;
}
.index-block:nth-of-type(even) .index-img .img-box img {
	object-position: right center;
}
.index-block:nth-of-type(even) .index-img .img-box figcaption.in {
	left: auto;
	right: 1em;
}
.index-block:nth-of-type(even) .index-text {
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
	right: auto;
	left: 0;
	padding-left: 0;
	padding-right: 60px;
}
.index-block:nth-of-type(even) .index-text .index-txt {
	text-align: left;
}

.index-text::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 420px;
	background: #FFF;
	transition: all 500ms;
}
.index-block > a:hover {
	opacity: 1;
}
.index-block > a:hover .index-text::before {
	right: -100%;
}
.index-block:nth-of-type(even) > a:hover .index-text::before {
	right: 100%;
}
.index-block > a:hover .index-img .img-box img {
	opacity: 0.5;
}
.index-block > a:hover .index-txt h3,
.index-block > a:hover .index-txt h4,
.index-block > a:hover .index-txt p,
.index-block > a:hover .index-txt .index-btn {
	border-color: rgba(255,255,255,.5);
	color: #FFF;
}





@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	opening
	****************************************************************************************************/
	#opening {
		position: absolute;
		height: 121.42vw;
		z-index: 100;
		overflow: hidden;
	}
	#opening-inner {
		height: 121.42vw;
	}
	
	#skip {
		display: none;
		left:auto;
		bottom:auto;
		right:3vw;
		top:3vw;
	}
	#skip a {
		width:18vw;
		height:7vw;
		font-size: 2.66vw;
		line-height:7vw;
	}
	
	#opening1,
	#opening2,
	#opening3 {
		height: 121.42vw;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents {
		padding: 0 0 0 0;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main figure figcaption {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	point
	****************************************************************************************************/
	#point {
		padding: 0;
		background: url(../img/top/point-bg-sp.jpg) no-repeat center top;
		background-size: cover;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		padding: 10vw 4vw;
	}
	#lead-text div {
		font-size: 1.133rem;
	}
	#lead-text h2 {
		font-size: 2.266rem;
	}
	#info-text {
		margin-bottom: 6vw;
	}
	#info-text::before {
		width: 12vw;
		height: 0.8vw;
		margin: 6vw auto 9vw auto;
	}
	#info-text div {
		font-size: 0.666rem;
	}
	#info-text h2 {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.3em;
		font-size: 1.866rem;
		letter-spacing: 0;
	}
	#info-text h2 .small {
		font-size: 1.6rem;
	}
	#banner-block {
		gap: 2vw;
		width: 70vw;
		margin: auto;
		margin-top: 6vw;
	}
	#banner-block p {
		margin-top: 2vw;
		width: 100%;
	}
	
	
	
	/****************************************************************************************************
	contents-inner
	****************************************************************************************************/
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	.index-img .img-box img {
		height: auto;
	}
	.index-img .img-box figcaption.in {
		left: auto;
		right: 1em;
		font-size: 0.533rem;
	}
	.index-text {
		position: static;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: auto;
		padding: 10vw 15vw 15vw 15vw;
	}
	.index-txt {
		width: 70vw;
	}
	.index-txt h3 {
		margin-bottom: 6vw;
		font-size: 2.4rem;
	}
	.index-txt h4 {
		font-size: 1.333rem;
	}
	.index-txt p {
		margin-top: 0.6em;
		font-size: 0.8rem;
	}
	.index-btn {
		min-width: 250px;
		font-size: 0.733rem;
	}
	
	.index-block:nth-of-type(even) .index-img {
		-webkit-box-ordinal-group:1;
		-webkit-order:0;
		-ms-flex-order:0;
		order:0;
	}
	.index-block:nth-of-type(even) .index-text {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 10vw 15vw 15vw 15vw;
	}
	
	.index-text::before {
		display: none;
	}
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}