@charset "utf-8";

/* ======================================================

	structure CSS

========================================================= */
img { max-width: 100%;}
body {
	min-height: 100vh;
}
.container_pre {
	width:100%;
	/*padding-bottom: 200px;*/
	min-height: 100vh;
}

.header_pre{
	width:100%;
	text-align: center;
	/*padding-top: 20px;
	border-top: 20px solid #C4813E;*/
}

.headerArea_{
	margin:0 auto;
	width:1000px;
	@media screen and (max-width: 1040px) {
		width:94%;
	}
}

.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;
}

.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: 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%;
	}

}
@media screen and (max-width: 599px) {
	#footer_{
		width:100%;
		/*position: static;*/
		bottom: 0;
	}
}

/* ======================================================

	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_pre.png") left top repeat-x;
	background-size: auto 100%;
}


@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 {
	background: url("images/bg01_.png") no-repeat left 10% top 5%,  url("images/bg02_.png") no-repeat right 8% bottom;
	@media screen and (max-width: 1300px) {
		background: url("images/bg01_.png") no-repeat left 3% top 5%,  url("images/bg02_.png") no-repeat right 2% bottom;
	}
	@media screen and (max-width: 835px) {
		background: url("images/bg01_.png") no-repeat left 1% top 5%,  url("images/bg02_.png") no-repeat right 1% bottom;
		background-size: 21%,24%;
	}
	@media screen and (max-width: 599px) {
		background:none;
	}
}
.header_pre h1 {
	padding-top: 10px;
	@media screen and (max-width: 599px) {
		padding-top: 0;
	}
}
.header_pre h1 img {
	@media screen and (max-width: 835px) {
		width: 550px;
		height: auto;
	}
}
.header_pre h1 img.logo {
	@media screen and (max-width: 835px) {
		width: 500px;
		height: auto;
	}
	@media screen and (max-width: 599px) {
		width: 90%;
		height: auto;
	}
}
.mv_pre {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	
	@media screen and (max-width: 1040px) {
		width: 94%;
	}
}
.mv_pre img {
	@media screen and (max-width: 1040px) {
		width: 100%;
		height: auto;
	}
}

.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: 100%;}
}
@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: #F39E49;
	color: #604C3F;
}
.copyright_ a { color: #784310;}

@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: #F39E49;
	opacity: .9;
}
#pageTop_:link, #pageTop_:visited {
	color: #784310;
	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) {
	.contents_pre {
		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;}
}

img { max-width: 100%; height: auto;}
.sns_pre span, .banner_ li {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
