@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%;
}

.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_pre.png") left top repeat-x;
	background-size: auto 100%;
}

.container{}

@media screen and (max-width: 835px) {
	body.pre {
		min-width:100%;
		word-wrap:break-word;
		font-size: 1.5rem;
		line-height: 1.5em;
	}
}


/* ==============================================

	公開前

================================================= */
.header_pre {
	background: url("images/mv_p.jpg") no-repeat bottom center;
	background-size: cover;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 30px;
	
	@media screen and (max-width: 835px) {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}
.header_pre h2 img {
	@media screen and (max-width: 835px) {
		width: 80%;
		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 li {
	@media screen and (max-width: 835px) {
		width: 40%;
		height: auto;
	}
	@media screen and (max-width: 599px) {
		width: 100%;
		height: auto;
	}
}
.mv_pre .logo_m {
	width: 25%;
	
	& img {
		width: 100%;
		height: auto;
	}
	@media screen and (max-width: 800px) {
		width: 100%;
		margin-bottom: 20px;
		
		& img {
			width: 250px;
			height: auto;
		}
	}
}
.mv_pre .info {
	width: 73%;
	
	@media screen and (max-width: 800px) {
		width: 100%;
	}
}
.mv_pre h1 {
	margin-bottom: 10px;
	width: 100%;
	
	& img {
		width: 100%;
		height: auto;
	}
	@media screen and (max-width: 599px) {
		margin-bottom: 20px;
	}
}
.mv_pre h2 {
	font-size: 3rem;
	line-height: 1.2em;
	color: #0C365E;
	margin-bottom: 10px;
	
	@media screen and (max-width: 1040px) {
		font-size: 3vw;
	}
	@media screen and (max-width: 800px) {
		font-size: 4.5vw;
		line-height: 1.2em;
	}
}
.mv_pre h3 {
	font-size: 2.4rem;
	line-height: 1.5em;
	color: #005EAB;
	
	@media screen and (max-width: 1040px) {
		font-size: 2.3vw;
	}
	@media screen and (max-width: 800px) {
		font-size: 3vw;
		line-height: 1.6em;
	}
	@media screen and (max-width: 599px) {
		font-size: 3.8vw;
		line-height: 1.6em;
	}
}
.mv_pre h3:first-of-type {
	margin-bottom: 5px;
	
	@media screen and (max-width: 599px) {
		margin-bottom: 10px;
	}
}
.mv_pre h3:last-of-type {
	font-size: 1.8rem;
	
	@media screen and (max-width: 1040px) {
		font-size: 1.9vw;
	}
	@media screen and (max-width: 800px) {
		font-size: 2.8vw;
		line-height: 1.2em;
	}
	@media screen and (max-width: 599px) {
		font-size: 3.5vw;
		line-height: 1.2em;
	}
}
@media screen and (max-width: 599px) {
	.mv_pre img { width: 90%; height: auto;}
}
.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: #00BD85;
	color: #fff;
}
.copyright a { color: #fff;}

@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: #00BD85;
	opacity: .9;
}
#pageTop:link, #pageTop:visited {
	color: #fff;
	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 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
@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: 20px;}
}
