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



/****************************************************************************************************
header
****************************************************************************************************/
#logo,
#wakohre {
	filter: invert(100%) brightness(1000%);
}



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



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	z-index:10;
}
#main figure {
	position: relative;
}
#main figure figcaption {
	position: absolute;
	left: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.866rem;
	font-weight: bold;
	text-shadow:
		0px 0px 10px rgba(0,0,0,1),
		0px 0px 10px rgba(0,0,0,1);
}
#main figure figcaption.right {
	left: auto;
	right: 1em;
}
#main img {
	width: 100%;
	height: auto;
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	width: 1200px;
	margin: auto;
	padding: 60px 0 0 0;
}
#concept-movie2 {
	display: inline-block;
	margin-top: 40px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
#info1 h3 {
	margin-top: 0.6em;
	color: #8C2300;
	font-size: 4rem;
	font-weight: normal;
	line-height: 1.4;
}
#info1 h3 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;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.1em 0.2em;
	color: #8C2300;
}
#info1 h3 a .small {
	font-size: 2.4rem;
}
#info1 h3 a .sub {
	font-size: 2.8rem;
}
#info1 h4 {
	margin-top: 1em;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.8;
}
#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: 10px;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	margin-top: 35px;
}



/****************************************************************************************************
mg
****************************************************************************************************/
.information {
	position: relative;
	width: 1200px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	z-index: 30;
}
.information h3 {
	padding: 1.2em;
	background: #8C2300;
	color: #FFF;
	font-size: 1.266rem;
	line-height: 1.8;
}
.information div {
	padding: 1.2em;
	background: rgba(255,255,255,.9);
	border: 1px solid #CCCCCC;
	color: #111;
	font-size: 1.266rem;
	line-height: 1.8;
}



/****************************************************************************************************
concept
****************************************************************************************************/
#concept {
	position: relative;
	padding: 200px 0;
	background: url(../img/top/concept.jpg) no-repeat center top;
	background-size: cover;
}
#concept p {
	font-size: 1.333rem;
	line-height: 2.8;
	letter-spacing: 0.1em;
}
#concept p + p {
	margin-top: 2em;
}
#concept-caption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #000;
	font-size: 0.866rem;
}
#concept-movie {
	display: inline-block;
	margin-top: 60px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}



/****************************************************************************************************
index
****************************************************************************************************/
#index {
}
.index-block {
	border-top: 2px solid #42A469;
	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: 700px;
}
.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: 120px;
	top: 0;
	width: 560px;
	height: 100%;
	box-shadow: 0 0 20px 15px rgba(0,0,0,.15);
	color: #FFF;
	font-size: 1.733rem;
	line-height: 1.8;
	letter-spacing: 0.15em;
	z-index: 20;
}
.index-block a::before {
	content: "";
	position: absolute;
	display: block;
	width: 560px;
	height: 100%;
	left: 120px;
	top: 0;
	background: url(../img/top/shadow.png) repeat left top;
	mix-blend-mode: multiply;
	z-index: 10;
}
.index-block .index-text h3 {
	position: relative;
	margin-bottom: 0.5em;
	padding-bottom: 0.39em;
	color: #C5B878;
	font-size: 3.733rem;
	font-weight: normal;
	line-height: 1.2;
}
.index-block .index-text h3::before {
	content: "";
	position: absolute;
	display: block;
	width: 36px;
	height: 31px;
	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: 120px;
}
.index-block:nth-of-type(even) a::before {
	left: auto;
	right: 120px;
}




@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main {
		position: relative;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		z-index:10;
		padding-top: 8.8vw;
	}
	#main figure figcaption {
		font-size: 0.4rem;
	}
	#main figure figcaption.left {
		left: auto;
		right: 1em;
	}
	#main img {
		width: 100%;
	}
		
		
		
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		width: 100%;
		padding: 4vw 4vw 10vw 4vw;
	}
	#concept-movie2 {
		margin-top: 4vw;
		width: 92vw;
	}
	#info1 h3 {
		margin-top: 1em;
		font-size: 1.4rem;
	}
	#info1 h3 a .small {
		font-size: 0.8rem;
	}
	#info1 h3 a .sub {
		font-size: 1.2rem;
	}
	#info1 h4 {
		font-size: 0.733rem;
	}
	#request-box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1vw;
		min-width: initial;
		min-width: auto;
		margin: 0 0 0 0;
		margin-top: 5vw;
	}
	#request-box > div {
		width: 100%;
	}
	#request-box > div img {
		width: 100%;
	}
	
	
	
	/****************************************************************************************************
	mg
	****************************************************************************************************/
	.information {
		width: 100%;
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	.information h3 {
		font-size: 0.933rem;
	}
	.information div {
		font-size: 0.933rem;
	}
	
	
	
	/****************************************************************************************************
	concept
	****************************************************************************************************/
	#concept {
		padding: 10vw 0;
	}
	#concept p {
		font-size: 0.933rem;
		line-height: 2.6;
		letter-spacing: 0;
	}
	#concept-caption {
		font-size: 0.533rem;
	}
	#concept-movie {
		margin-top: 6vw;
		width: 92vw;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	.index-block a figure img {
		width: 100%;
		height: 60vw;
	}
	.index-block#zeh-m a figure img {
		object-position: 0% 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: 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) {
}