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



/****************************************************************************************************
opening
****************************************************************************************************/
#opening-yahoo {
	display: none;
}
#opening {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 5000;
	background-image: linear-gradient(45deg, rgba(238,238,238,1), rgba(255,255,255,1), rgba(238,238,238,1));
}
#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;
}

#opening-yahoo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
#opening-yahoo ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}



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



/****************************************************************************************************
main
****************************************************************************************************/
#fvwrap {
	background: #000;
}
#main {
	position: relative;
	background: #000;
}
#main figure img {
	width: 100%;
}
#yahoo {
	position: absolute;
	right: 20px;
	top: 20px;
}
#yahoo ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#yahoo ul li + li  {
	margin-left: -10px;
}
#thanks {
	position: absolute;
	left: 0;
	top: 40px;
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	margin-top: -28.615vw;
	padding-top: calc(28.615vw + 122px);
	padding-top: calc(28.615vw + 62px);
	padding-bottom: 100px;
	background: #000 url(../img/top/bg.jpg) no-repeat center top;
	background-size: 100% auto;
}
#info {
	position: relative;
	width: 960px;
	margin: auto;
}
#info2 {
	position: absolute;
	right: -150px;
	top: -230px;
}
#info3 {
	margin-top: 30px;
}
#info4 {
	margin-top: 38px;
}
#info5 {
	margin-top: 32px;
}

#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: 10px;
	max-width: 1000px;
	margin: 60px auto 0 auto;
}
#akashi-city {
	margin-top: 60px;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
}



/****************************************************************************************************
index
****************************************************************************************************/
#index {
}
.index-block {
	border-top: 2px solid #BE9D7E;
	overflow: hidden;
}
.index-block a {
	display: block;
	position: relative;
}
.index-block a figure {
	position: relative;
}
.index-block a figure img {
	object-fit: cover;
	width: 100%;
	height: 560px;
}
.index-block a figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.866rem;
	line-height: 1.4;
}
.index-block a figure figcaption.white {
	color: #FFF;
	font-weight: bold;
	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 .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;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
	left: 60px;
	top: 0;
	width: 520px;
	height: 100%;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.15em;
	z-index: 20;
}
.index-block a::before {
	content: "";
	position: absolute;
	display: block;
	width: 520px;
	height: 100%;
	left: 60px;
	top: 0;
	background: url(../img/top/shadow.png) repeat left top;
	box-shadow: 0 0 20px 15px rgba(0,0,0,.15);
	mix-blend-mode: multiply;
	z-index: 10;
}
.index-block .index-text h3 {
	position: relative;
	margin-bottom: 0.5em;
	padding-bottom: 0.39em;
	color: #BE9D7E;
	font-size: 3.066rem;
	font-weight: normal;
	line-height: 1.2;
}
.index-block .index-text h3::before {
	content: "";
	position: absolute;
	display: block;
	width: 18px;
	height: 20px;
	left: 50%;
	top: -40px;
	transform: translate(-50%, 0);
	background: url(../img/top/icon.png) repeat left top;
	background-size: cover;
}
.index-block .index-text h3::after {
	content: "";
	position: absolute;
	display: block;
	width: 500px;
	height: 1px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	background-image: linear-gradient(45deg, rgba(197,184,120,0), rgba(197,184,120,.5), rgba(197,184,120,0));
}
.index-block .index-text::after {
	content: "";
	position: absolute;
	display: block;
	width: 56px;
	height: 15px;
	right: 50px;
	bottom: 50px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
	transform: translate(0, 0) skew(45deg, 0);
	transform-origin: 0 100%;
}
.index-block:nth-of-type(even)  a figure figcaption {
	left: 1em;
	right: auto;
}
.index-block:nth-of-type(even) .index-text {
	left: auto;
	right: 60px;
}
.index-block:nth-of-type(even) a::before {
	left: auto;
	right: 60px;
}




@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 {
		height: 84vw;
		top: calc(50vh - 45vw);
	}
	
	#opening-yahoo {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
	}
	#opening-yahoo ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		gap: 4vw;
	}
	#opening-yahoo ul img {
		width: 50vw;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
		padding-top: 0;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main {
	}
	#main figure img {
		width: 130vw;
		margin-left: -15vw;
	}
	#yahoo {
		right: 1vw;
		top: 1vw;
	}
	#yahoo ul li + li  {
		margin-left: -1vw;
	}
	#yahoo ul li img  {
		width: 24vw;
	}
	#thanks {
		top: 3vw;
		width: 40vw;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		margin-top: -36vw;
		padding-top: 46vw;
		padding-bottom: 10vw;
		background-size: cover;
	}
	#info {
		width: 92vw;
	}
	#info2 {
		width: 20vw;
		right: -3vw;
		top: -21vw;
	}
	#info3 {
		margin-top: 4vw;
	}
	#info4 {
		width: 70vw;
		margin: auto;
		margin-top: 6vw;
	}
	#info5 {
		width: 86vw;
		margin: auto;
		margin-top: 6vw;
	}
	
	#request-box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1vw;
		width: 92vw;
		margin: 6vw auto 0 auto;
	}
	#akashi-city {
		width: 92vw;
		margin: 6vw auto 0 auto;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents {
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	.index-block a figure img {
		width: 100%;
		height: 60vw;
	}
	.index-block#zeh a figure img {
		object-position: 100% 0%;
	}
	.index-block a figure figcaption {
		font-size: 0.533rem;
	}
	.index-block .index-text {
		position: relative;
		width: 100%;
		height: auto;
		left: auto;
		right: auto !important;
		padding: 13vw 0 10vw 0;
		box-shadow: none;
		background: #666 url(../img/top/shadow.png) repeat left top;
		font-size: 1.2rem;
	}
	.index-block a::before {
		display: none;
	}
	.index-block .index-text h3 {
		margin-bottom: 0.6em;
		font-size: 2.4rem;
	}
	.index-block .index-text h3::before {
		width: calc(1.8vw * 2.5);
		height: calc(2vw * 2.5);
		top: calc(calc(-3vw * 2.5) + 1vw);
	}
	.index-block .index-text h3::after {
		width: 92vw;
		height: 1px;
	}
	.index-block .index-text::after {
		width: calc(5.6vw * 2);
		height: calc(1.5vw * 2);
		right: 4vw;
		bottom: 5vw;
	}
	.index-block:nth-of-type(even)  a figure figcaption {
		left: 1em;
		right: auto;
	}
	.index-block:nth-of-type(even) .index-text {
		left: auto;
		right: 120px;
	}
}

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