@charset "UTF-8";

/* INTERFACE */

body>footer{
	padding:5%;
	text-align:center;
	background-color:#333;
}

body>footer img{
	width:300px;
}

body>footer p{
	margin:2em 0;
	font-size:12px;
}

body>footer small{
	font-family:Verdana,sans-serif;
	font-size:9px;
	color:#fff;
}

body>article{
	padding:0 0 10%;
}

body>article::before{
	content: "";
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url("../img/bg.png");
	background-size: cover;
	background-repeat: no-repeat;
}

#home_key_area{
	margin:0;
}

#home_key_area h1{
	max-width:1200px;
	margin:0 auto 4%;
	padding:5% 5% 5%;
	line-height:1;
}

#home_key_area img{
	width:100%;
}

#home_key_area a.btn_ticket{
	display:table;
	margin:0 auto;
	padding:1em 4em;
	font-size:25px;
	font-weight:600;
	color:#80192f;
	background-color:#eeb125;
	border:4px solid #fdddaa;
}

#home_key_area a.btn_ticket:hover{
	text-decoration:none;
	opacity:0.9;
}

#home_lead_area{
	padding:5% 5% 320px;
	background-color:#186dbf;
	background-image: url("../img/welcome_illust.png");
	background-size:auto 320px;
	background-repeat: no-repeat;
	background-position:bottom center;
}

#home_lead_area>div{
	max-width:1200px;
	margin:0 auto;
}

#home_lead_area p{
	margin:0;
	text-align:center;
	font-size:24px;
	font-weight:500;
	line-height:2em;
}

@media only screen and (max-width:900px){
	#home_lead_area p{
		text-align:justify;
	}
	#home_lead_area p br.pc{
		display:none;
	}
}

#home_program_area{
	padding:5% 3%;
}

#home_program_area h2{
	margin:0 0 2em;
	text-align:center;
	font-size:40px;
	font-weight:500;
	line-height:1.5;
	color:#1b2b79;
}

#home_program_area h2 span{
	display:block;
	font-family: "Arvo", sans-serif;
	font-size:13px;
}

#home_program_area>div{
	max-width:1200px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

#home_program_area section{
	width:25%;
	padding:0 2% 4%;
	box-sizing:border-box;
}

#home_program_area section img{
	width:100%;
	border-radius:50%;
	border:10px solid #fff;
	box-sizing:border-box;
}

#home_program_area section h3{
	margin:0;
	text-align:center;
	font-size:14px;
	line-height:1.3;
	color:#1a060a;
}

#home_program_area section h3 span{
	font-size:25px;
}

#home_program_area section p{
	margin:0.2em 0 0;
	text-align:center;
	font-size:15px;
	line-height:1.5;
	color:#1a060a;
}

#home_program_area>p{
	text-align:center;
	font-size:20px;
	font-weight:500;
	line-height:1.8;
}

#home_program_area>div.two{
	margin:0 auto 5%;
}

#home_program_area>div.two section{
	width:35%;
}

#home_program_area>div.two section img{
	border-radius:0;
}


@media only screen and (max-width:1000px){
	#home_program_area section{
		background-size:120px;
	}
	#home_program_area section p{
		font-size:14px;
		line-height:1.4;
	}
}

#home_access_area{
	padding:5% 5% 10%;
	background-color:#186dbf;
}

#home_access_area h2{
	margin:0 0 2em;
	text-align:center;
	font-size:40px;
	font-weight:500;
	line-height:1.5;
}

#home_access_area h2 span{
	display:block;
	font-family: "Arvo", sans-serif;
	font-size:13px;
}

#home_access_area p{
	margin:0 0 2em;
	text-align:center;
	font-size:17px;
}

#home_access_area p span{
	display:block;
	margin:0.5em 0 0;
	font-size:14px;
	color:#fdddaa;
}

#home_access_area>div{
	max-width:1000px;
	margin:0 auto;
}

#home_access_area>div>div{
	width:100%;
	height:0;
	padding:60% 0 0;
	position:relative;
}

#home_access_area iframe{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

#home_ticket_area{
	max-width:700px;
	margin:0 auto;
	padding:8% 5%;
}

#home_ticket_area h2{
	margin:0 0 2em;
	text-align:center;
	font-size:40px;
	font-weight:500;
	line-height:1.5;
	color:#1b2b79;
}

#home_ticket_area h2 span{
	display:block;
	font-family: "Arvo", sans-serif;
	font-size:13px;
}

#home_ticket_area p{
	margin:0 0 3em;
	text-align:center;
	font-size:20px;
}

#home_ticket_area a.btn_ticket{
	display:block;
	margin:0 auto;
	padding:1em 0;
	text-align:center;
	font-size:25px;
	font-weight:600;
	color:#f8b62d;
	background-color:#1b2b79;
	border-radius:5px;
}

#home_ticket_area a.btn_ticket:hover{
	text-decoration:none;
	opacity:0.9;
}
