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



/****************************************************************************************************
opening
****************************************************************************************************/
#op1-photo,
#op1-bg,
#op1-text,
#op2-photo,
#op2-bg,
#op2-text,
#op3-photo,
#op3-bg,
#op3-text1,
#op3-text2,
#op3-text3,
#op3-text4 {
	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;
}

#op1,
#op1-photo,
#op1-bg,
#op1-text,
#op2,
#op2-photo,
#op2-bg,
#op2-text,
#op3-photo,
#op3-bg,
#op3-text1,
#op3-text2,
#op3-text3,
#op3-text4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#op1-photo img,
#op1-bg img,
#op1-text img,
#op2-photo img,
#op2-bg img,
#op2-text img,
#op3-photo img,
#op3-bg img,
#op3-text1 img,
#op3-text2 img,
#op3-text3 img,
#op3-text4 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#op3 figcaption {
	position: absolute;
	font-size: 0.733rem;
	right: 1em;
	bottom: 1em;
	line-height: 1.0;
	color: #FFF;
	font-weight: bold;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
	padding-top: 123px;
	background: #080304;
}



/****************************************************************************************************
共通
****************************************************************************************************/
.img-box {
	position: relative;
	display: inline-block;
}
.img-box .cap {
	margin-top: 0.5em;
	font-size: 0.733rem;
	line-height: 1.4;
	text-align: right;
}
.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 {
	position: relative;
	width: 100%;
}
#main figure {
	position: relative;
}
#main figure img {
	width: 100%;
	height: auto;
}
#contents {
	position: relative;
}
#info-access {
	position: relative;
	width: 1200px;
	margin: auto;
	margin-top: -397px;
	text-align: left;
}
#info {
	position: relative;
	width: 1200px;
	margin: auto;
	margin-top: 75px;
	text-align: left;
}
#point {
	width: 1200px;
	margin: auto;
	margin-top: 77px;
	text-align: left;
}
#point ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	width: 760px;
}
#facade {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}
#facade figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.733rem;
	line-height: 1.0;
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	width: 1200px;
	margin: auto;
	margin-top: 60px;
	text-align: left;
}
#info-ttl div {
	position: relative;
	display: inline-block;
	color: #999;
	font-size: 1.2rem;
	font-family: "Perpetua", "Garamond", serif;
	line-height: 1.4;
	letter-spacing: 0.2em;
}
#info-ttl div::after {
	position: absolute;
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	top: calc(50% - 1px);
	left: 100%;
	background: rgba(255,255,255,.3);
}
#info-text {
	padding: 40px 0 70px 270px;
}
#info-text h3 {
	color: #C3B797;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.2em;
}
#info-text p {
	margin-top: 0.6em;
	color: #FFF;
	font-size: 1.133rem;
	line-height: 2.0;
	letter-spacing: 0.1em;
}
#request-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	margin: 30px 0 0 0;
}



/****************************************************************************************************
index
****************************************************************************************************/
#index {
	position: relative;
	padding: 70px 0 80px 0;
	background: #000;
	color: #FFF;
}
#index::before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 6px;
	background-image: linear-gradient(90deg, rgb(34,19,4), rgb(171,152,115), rgb(229,222,211), rgb(171,152,115), rgb(34,19,4));
}
#index-ttl {
	color: #C3B797;
	font-size: 1.2rem;
}
.index-block {
	width: 1350px;
	margin: auto;
	margin-top: 40px;
}
.index-block + .index-block {
	margin-top: 50px;
}
.index-block a {
	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;
	padding: 5px;
	border: 1px solid rgba(223,220,187,.5);
}
.index-img {
	position: relative;
}
.index-img figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.733rem;
	line-height: 1.2;
}
.index-img img {
}
.index-img 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-block:nth-of-type(even) .index-text {
	order: 2;
}
.index-block:nth-of-type(even) .index-img figcaption {
	right: auto;
	left: 1em;
}





@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-inner {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		width: 100%;
		height: 68vw;
		overflow: hidden;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
		padding-top: 10vw;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.img-box .cap {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main {
		width: 100%;
	}
	#main figure img {
		width: 124%;
		margin-left: -12%;
	}
	#info-access {
		width: 92vw;
		margin-top: -20vw;
	}
	#info-access img {
		width: 63.5vw;
	}
	#info {
		width: 92vw;
		margin-top: 5vw;
	}
	#info img {
		width: 82.8vw;
	}
	#point {
		width: 92vw;
		margin-top: 5vw;
	}
	#point ul {
		gap: 2vw;
		width: 100%;
	}
	#point ul li {
		width: 45vw;
	}
	#facade {
		width: 36vw;
	}
	#facade figcaption {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		width: 92vw;
		margin-top: 6vw;
	}
	#info-ttl div {
		font-size: 1.0rem;
	}
	#info-text {
		width: 56vw;
		padding: 3vw 0 10vw 0;
	}
	#info-text h3 {
		font-size: 1.333rem;
		letter-spacing: 0.1em;
	}
	#info-text p {
		font-size: 0.866rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	#request-box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2vw;
		margin: 4vw 0 0 0;
	}
	#request-box div {
		width: 56vw;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	#index {
		padding: 10vw 0 10vw 0;
	}
	#index::before {
		height: 1vw;
	}
	.index-block {
		width: 92vw;
		margin: auto;
		margin-top: 6vw;
	}
	.index-block + .index-block {
		margin-top: 6vw;
	}
	.index-block a {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 1vw;
	}
	.index-img figcaption {
		font-size: 0.533rem;
	}
	.index-block:nth-of-type(even) .index-text {
		order: 0;
	}
	.index-block:nth-of-type(even) .index-img figcaption {
		right: 1em;
		left: 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-inner {
		height: 100vh;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
		padding-top: 5vw;
	}
}