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



/****************************************************************************************************
header
****************************************************************************************************/
#header.white {
}
#header.white.active {
	background: rgba(255,255,255,.97);
}
#header.white #logo,
#header.white #wakohre {
	filter: none;
}
#header.white #logo {
}
#header.white #hnavi .outline a {
	color: #402000;
}
#header.white #gNavi > ul > li {
	border-left: 1px solid rgba(64,32,0,.2);
}
#header.white #gNavi > ul > li:nth-last-of-type(1) {
	border-right: 1px solid rgba(64,32,0,.2);
}
#header.white #gNavi > ul > li > a,
#header.white #gNavi > ul > li > span {
	color: #402000;
}
#header.white #gNavi > ul > li.select > a {
	color:#8C0000;
}
#header.white #gNavi > ul > li > a span.small {
	color: #402000;
}



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



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	/*position: fixed;*/
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	border-bottom: 4px solid #402000;
}
#main figure {
	position: relative;
}
#main img {
	width: 100%;
	height: auto;
}
#main figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.833rem;
}



/****************************************************************************************************
info
****************************************************************************************************/
#cont {
	position: relative;
	z-index: 30;
}
#info {
	position: relative;
	width: 1200px;
	margin: auto;
	padding: 60px 0 100px 0;
	color: #000;
}
#point ul {
	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;
	gap: 5px;
}
#point ul li {
	width: 236px;
	padding: 0.5em 0;
	background: #005EA6;
	color: #FFF;
	font-size: 1.266rem;
}
#info1 h2 {
	color: #C5BA78;
	font-size: 6rem;
	font-weight: normal;
	line-height: 1.4;
}
#info1 h2 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;
	color: #8C0000;
}
#info1 h2 a .date {
	margin-left: 0.2em;
	margin-right: 0.4em;
	font-size: 2.266rem;
	line-height: 1.2;
}
#info1 h2 a .small {
	margin-left: 0.2em;
	font-size: 3.733rem;
}
#contents #info1 p {
	margin-top: 0.6em;
	font-size: 1.6rem;
	line-height: 1.8;
}
#info #info1 {
	margin-top: 50px;
}
#info #info1 + .info-btn {
	margin-top: 50px;
}

.movie-block {
	margin-top: 50px;
	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;
	gap: 30px;
}
.movie-block + .movie-block {
	margin-top: 30px;
}



/****************************************************************************************************
index
****************************************************************************************************/
#index {
}
.index-block {
	border-top: 2px solid #1A3169;
	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%;
	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;
	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: #FFF;
	font-size: 3.733rem;
	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: 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) {
	
	.spLeft {
		text-align: left;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main figcaption {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	info
	****************************************************************************************************/
	#info {
		width: 100%;
		padding: 4vw 4vw 10vw 4vw;
	}
	#point ul {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1vw;
	}
	#point ul li {
		width: 30vw;
		padding: 0.6em 0.2em;
		font-size: 0.666rem;
	}
	#info1 h2 {
		font-size: 2.666rem;
	}
	#info1 h2 a {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#info1 h2 a .date {
		margin-left: 0.2em;
		margin-right: 0.4em;
		font-size: 1.0rem;
	}
	#info1 h2 a .small {
		margin-left: 0.2em;
		font-size: 1.6rem;
	}
	#contents #info1 p {
		font-size: 0.933rem;
	}
	#info #info1 {
		margin-top: 5vw;
	}
	#info #info1 + .info-btn {
		margin-top: 5vw;
	}
	
	.movie-block {
		margin-top: 5vw;
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 3vw;
	}
	.movie-block + .movie-block {
		margin-top: 3vw;
	}
	
	
	
	/****************************************************************************************************
	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: 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) {
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main img {
	}
}