@charset "utf-8";

/* ======================================================

	structure CSS

========================================================= */
img { max-width: 100%;}
body {
	min-height: 100vh;
}
.container{
	width:100%;
	/*padding-bottom: 200px;*/
	min-height: 100vh;
}

.header_pre{
	width:100%;
	padding-top: 20px;
	border-top: 20px solid #DCF378;
}

.headerArea{
	margin:0 auto;
	width:1000px;
}

.contents_top {
	width: 1000px;
	margin: 0 auto;
}

.contents_pre{
	margin:0 auto 30px;
	width:1000px;
	padding-top: 5px;
}

#footer{
	width:100%;
	position: absolute;
	bottom: 0;
}
.footer_h {
	width: 1000px;
	margin: 0 auto;
}
.footer_h figure {
	display: inline-block;
	text-align: center;
}

.copyright{
	width:100%;
}

/* clear */
.headerArea:after,
.contents:after,
.footerArea:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

.mt5{ margin-top: 5px!important;}

input[type="submit"] { cursor: pointer; }
input[type="submit"]:hover { opacity: .6; }

@media screen and (max-width: 1040px) {
	.footer_h {
		width: 96%;
	}
	.footer_h figure {
		width: 48%;
	}
	.footer_h figure img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 835px) {
	.container_pre{
		min-width:100%;
		/*padding-bottom: 210px;*/
	}
	.headerArea{
		width:100%;
		height:auto;
	}

	.contents_pre {
		padding:0 3%;
		margin-bottom: 0;
		width:100%;
	}

	#footer{
		width:100%;
	}

	.footerArea{
		width:100%;
	}

}
@media screen and (max-width: 599px) {
	#footer{
		width:100%;
		/*position: static;*/
		bottom: 0;
	}
	.footerArea{
		width:100%;
	}
}
@media screen and (max-width: 420px) {
	.footer_h figure {
		width: 96%;
	}
	.footer_h figure:last-of-type {
		display: none;
	}
}

/* ======================================================

	body

========================================================= */
body.pre {
	min-height: 100vh;
	color:#444;
	font-size:18px;
	font-size: 1.8rem;
	line-height:1.5em;
	position: relative;
}
body.pre::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	/*background: url("images/bg_h_.jpg") center top no-repeat, url("images/bg_b_.jpg") right bottom no-repeat #fff;
	background-size: 100% auto;*/
	background: url("images/bg_.jpg") center right no-repeat;
	background-size: cover;
}

.container{}

@media screen and (max-width: 835px) {
	body.pre {
		min-width:100%;
		word-wrap:break-word;
		font-size: 1.5rem;
		line-height: 1.5em;
	}
	/*body.pre::before {
		background: url("images/bg_h_.jpg") center top no-repeat, url("images/bg_b_.jpg") right bottom no-repeat #fff;
		background-size: 170% auto;
	}*/
}


/* ==============================================

	公開前

================================================= */
.header_pre h1 img {
	@media screen and (max-width: 835px) {
		width: 90%;
		height: auto;
	}
	@media screen and (max-width: 599px) {
		width: 100%;
		height: auto;
	}
}
.mv_pre {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	/*display: flex;
	justify-content: space-between;
	align-items: center;*/
	
}

.mv_pre .flex {
	@media screen and (max-width: 599px) {
		width: 80%;
		margin: 0 auto;
	}
}
.mv_pre .flex li{
	@media screen and (max-width: 835px) {
		width: 48%;
		height: auto;

		&:first-child {
			width: 40%;
		}

	}
	@media screen and (max-width: 599px) {
		width: 100%;
		height: auto;

		&:first-child {
			width: 80%;
		}
	}
}

.container_pre {
	padding-bottom: 80px;
}
.inner {
	background: rgba(255,255,255,.85);
	padding: 20px;
	
	@media screen and (max-width: 835px) {
		padding: 1em;
	}
}

.top_video {width: 74%;}
.top_img {width: 18%;}

.info_box {
	display: flex;
	justify-content: space-around;
}
.info_box .info {
	width: calc(100% - 170px);
}
.info_box dl {
	padding-top: 10px;
}
.info_box dl img {
	border: 5px solid #fff;
}

@media screen and (max-width: 1040px) {
	.mv_pre { width: 94%;}
}
@media screen and (max-width: 800px) {
	.mv_pre {
		text-align: center;
		display: block;
	}
}
@media screen and (max-width: 599px) {
	.info_box {
		display: block;
	}
	.info_box .info {
		width: 100%;
	}

	.top_video {width: 100%;}
	.top_img {width: 140px; margin: 25px auto 0;}
	
	.info tr {
		margin-bottom: 15px;
	}
	.mv_pre { margin-bottom: 0; width: 94%;}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 340px) {
	.bn img {
		width: 100%;
		height: auto;
	}
}

/* ==============================================

	copyright

================================================= */
.copyright{
	position: relative;
	clear:both;
	/*padding: 10px 10px 65px;*/
	padding: 10px;
	font-size:1.4rem;
	text-align:center;
	background: #DCF378;
	color: #162F6D;
}
.copyright a { color: #162F6D;}

@media screen and (max-width: 599px) {
	.copyright{
		font-size: 2.8vw;
		line-height: 1.4em;
		text-align: left;
		padding: 10px 60px 10px 10px;
	}
}


/* =======================================

	#pageTop

========================================== */
#pageTop{
	position:fixed;
	right:30px;
	bottom:20px;
	z-index: 100;
	padding:20px 22px 17px 22px;
	-moz-border-radius:7px ;
	-webkit-border-radius:7px ;
	border-radius:7px ;
	background-color: #DCF378;
	opacity: .9;
}
#pageTop:link, #pageTop:visited {
	color: #304b8d;
	font-size: 20px;
	font-size: 2.0rem;
	text-decoration: none;
}
#pageTop:hover{
	opacity:0.6;
}

@media screen and (max-width: 835px) {
	#pageTop {
		bottom:10px;
		right:10px;
		padding:15px 15px 12px 15px;
	}
}


.dnone { display: none;}

@media screen and (max-width: 1040px) {
	.headerArea, .mv ul, .contents {
		padding-left:3%;
		padding-right:3%;
		width:100%;
	}
}

.contact_, .flex {
	background: rgba(255,255,255,.70);
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 15px 0;
}
@media screen and (max-width: 700px) {
	.contact_ dl { width: 100%; margin-bottom: 20px;}
	.contact_ dl:last-of-type { margin-bottom: 0;}
}

@media screen and (max-width: 700px) {
	.flex { display: block;}
	.flex li { padding-top: 15px;}
	.contact_ { padding: 10px;}
}
