@charset "UTF-8";

/*--------------------------------------------------------------------
index.html	(トップページ)
top.css
--------------------------------------------------------------------*/

/*------------#Title---------------------------------------------------------------*/
#Title {
	min-height: 700px;
	background: inherit !important;
}
#Title::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 40px;
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
	bottom: 0;
	left: 0;
	z-index: 5;
}
#Title div.Anima {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 2;
}
#Title div#Anima01 { background-image: url("../../img/anima_p01.jpg"); }
#Title div#Anima02 { background-image: url("../../img/anima_p02.jpg"); }
#Title div#Anima03 { background-image: url("../../img/anima_p03.jpg"); }
#Title div#Anima04 { background-image: url("../../img/anima_p04.jpg"); }
#Title div#Anima05 { background-image: url("../../img/anima_p05.jpg"); }
#Title h1 { display: none; }

@media (max-width: 979px) {
	#Title { min-height: 70vh; }
}

/*------------InBox------------------------------------*/
main article { margin: 0 auto; }
main article .topT {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 0.25em;
	text-align: center;
	line-height: 1.2;
	font-family: var(--mincho);
	font-size: 1.875em;
	font-weight: bold;
}
main article .topT::before {
	position: absolute;
	display: block;
	content: "";
	width: 150px;
	height: 3px;
	background-color: var(--co-silv30);
	bottom: 0;
	left: 50%;
	transform: var(--tr-f-X);
	z-index: 0;
}

/*------------topTxt---------------------------------------------------------------*/
#topTxt h2 {
	margin-bottom: 0.5em;
	text-align: center;
	line-height: 1.4;
	font-family: var(--mincho);
	font-size: 2.25em;
	font-weight: bold;
	color: var(--co-red);
}
#topTxt p {
	width: 90%;
	max-width: 870px;
	margin: 0 auto;
	text-align: center;
	color: var(--co-navy);
}
#topTxt h3 {
	margin: 20px 0 10px;
}
#topTxt h3::before { display: none; }

@media (max-width: 979px) {
	#topTxt h2 {
		padding: 0 0.5em;
		letter-spacing: -0.04em;
	}
}

/*------------content---------------------------------------------------------------*/
#content {
	width: 96%;
	max-width: 1400px;
	margin: 60px auto 0;
	padding-top: 0;
}
#content section {
	width: 100%;
	max-width: 100%;
}
#content ul li:not(:first-of-type) { margin-top: 45px; }
#content .contBtn { position: relative; }
#content .contBtn div.Bg { overflow: hidden; }
#content .contBtn a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#content .contBtn a::before,
#content .contBtn a::after {
	position: absolute;
	display: block;
	content: "";
	z-index: 1;
}
#content .contBtn a::before {
	width: 650px;
	height: 300px;
	background-color: rgba(191,191,191,0.70);
}
#content .contBtn a::after {
	width: 615px;
	height: 300px;
	background-color: rgba(159,159,159,0.70);
}
#content .contBtn p {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 530px;
	height: 140px;
	z-index: 5;
	top: 50%;
	transform: var(--tr-f-Y);
	line-height: 1.2;
	font-family: var(--mincho);
	font-size: 1.875em;
	font-weight: bold;
	color: var(--co-white);
}
#content .contBtn p span {
	position: relative;
	display: block;
	padding-bottom: 45px;
	font-size: 0.67em;
}
#content .contBtn p span::after {
	position: absolute;
	display: block;
	content: "";
	width: 28px;
	height: 28px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 50%;
	transform: var(--tr-f-X);
}
#content #cont01 a { padding-bottom: 30px; }
#content #cont01 a::before { top: 75px; left: 0; }
#content #cont01 a::after  { top: 115px; left: 0; }
#content #cont01 a::before,
#content #cont01 a::after { clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%); }
#content #cont01 p {
	background-color: rgba(255,0,0,0.70);
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
	left: 0;
}
#content #cont01 p span::after { background-image: url("../../img/contents_a1.png"); }
#content #cont02 a { padding-top: 0; }
#content #cont02 a::before { top: 50px; right: 0; }
#content #cont02 a::after  { top: 85px; right: 0; }
#content #cont02 a::before,
#content #cont02 a::after  { clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%); }
#content #cont02 p {
	background-color: rgba(143,199,0,0.70);
	clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
	right: 0;
}
#content #cont02 p span::after { background-image: url("../../img/contents_a2.png"); }
#content div.Bg img {
	height: 400px;
	transition: transform .3s;
}
#content .contBtn:hover div.Bg img { transform: scale(1.2); }

@media (max-width: 979px) {
	#content .contBtn a::before {
		width: 100%;
		height: 180px;
	}
	#content .contBtn a::after {
		width: 95%;
		height: 180px;
	}
	#content .contBtn p {
		width: 90%;
		height: 250px;
	}
	#content .contBtn p span::after {
		width: 14px;
		height: 14px;
	}
	#content div.Bg img {
		width: 100%;
		max-height: 250px;
		transition: transform .3s;
	}
}

/*------------news---------------------------------------------------------------*/
#news { margin-top: 70px; }
#news section {
	width: 100%;
	max-width: 100%;
	background-color: #d4d5d5;
}
#news section div {
	width: 100%;
	max-width: 980px;
	height: 250px;
	margin: 0 auto;
	padding: 20px;
}
#news section iframe {
	width: 100%;
	height: 100%;
	overflow: auto;
}

@media (max-width: 979px) {}