@charset "utf-8";

html {text-align: center;}

div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
	box-sizing: boder-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	color: #132c38;
	margin: 0 auto;
	padding: 0;
	background:none;
	font-size: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	line-height: 2;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden;
}

fieldset, img{
	border:0;
	vertical-align:bottom;
	margin: 0;
}

address, caption, cite,
code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul{list-style:none;}

caption, th{text-align:left;}

h1, h2, h3, h4, h5, h6{
	width: auto;
	font-size:100%;
	font-weight:normal;
}

q:before, q:after{content:”;}

abbr, acronym{border:0;}

/*------------------------------------
	link
------------------------------------*/
a:link {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

a:hover, a:active {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

/*------------------------------------
	clearfix
------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.clear {
	clear: both;
}

/*改行クラス（PC）*/
.breakLinePc{
	display:block;
}

/*改行クラス（SP）*/
.breakLineSp{
	display:inline;
}

.breakLineSp01{
	display:inline;
}

.inner{
	position: relative;
	width: 810px;
	margin: auto;
}

/*フェードイン*/
.fadeInWrapTop{
	display: block;
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	bottom: -50px;
}

.fadeInWrapTop.active{
	opacity: 1;
	bottom: 0;
}

.fadeInWrapBegin{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	bottom: -50px;
}

.fadeInWrapBegin.active{
	opacity: 1;
	bottom: 0;
}

.fadeInWrapBegin02{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
}

.fadeInWrapBegin02.active{
	opacity: 1;
}

.fadeInWrapRight{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	right: -50px;
}

.fadeInWrapRight.active{
	opacity: 1;
	right: 0;
}

.fadeInWrapLeft{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	left: -50px;
}

.fadeInWrapLeft.active{
	opacity: 1;
	left: 0;
}

.inner{
	margin: auto;
	width: 1000px;
}

h1 img,
.imgWrap img{
	width:100%;
}










/*フッター*/
footer{
	text-align:center;
	color: #FFF;
}

/*ページトップボタン　ここから*/
footer #pageTopBtn{
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index:100;
}

footer #pageTopBtn.notBottom{
	position: fixed !important;
	bottom: 60px !important;
}

footer #pageTopBtn a {
	display: block;
	width: 50px;
	height: 50px;
	z-index: 999;
	text-decoration: none;
	box-sizing: border-box;
	border: 2px solid #FFF;
	border-radius: 50px;
	line-height: 1.5em;
	background-color: #E50012;
}

footer #pageTopBtn a:after{
	content: "▲";
	font-size: 14px;
	position: absolute;
	left:37%;
	top: 26%;
	color: #FFF;
}

footer #pageTopBtn a:hover{
	opacity:0.8;
}

footer h2{
	width: 300px;
	margin-bottom: 5px;
}

footer h2 img{
	width: 100%;
}

footer .inner {
	padding: 30px;
	background-image: url("../images/bg_red_pattern.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

footer .copy{
	font-size: 10px;
	line-height: 1.6em;
	text-align: left;
}

footer .btnWrap{
	color: #FFF;
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0.1em;
	width: 400px;
	margin: 0 auto;
	padding: 1em;
	background-color: #237250;
	display: block;
	z-index: 10;
}

footer .linkbox {
	padding: 40px 0 60px;
}
footer .linkbox p {
	color: #333;
	font-size: 14px;
	text-align: center;
	margin-bottom: 1em;
}

.onlyPC{
	display: block;
}

.onlySP{
	display: none;
}

a.noLink{
	cursor: default;
	pointer-events: none;
	opacity: 0.5;
}

/*画面サイズが1100px以下の場合*/
@media screen and (max-width: 1000px) {
	.inner{
		width: auto;
	}

	#mv:before,
	#mv:after{
		content: none
	}
	
	#mv .inner{
		width: auto;
		padding: 0;
	}
	
	#mv h1 .popup{
		bottom: -50px;
		left: 20px;
		width: 30%;
	}

	#present .imgWrap{
		width: auto;
	}

	#lineup .imgWrap {
		width: auto;
	}	
	
}

/*画面サイズが900px以下の場合*/
@media screen and (max-width: 900px) {
	.inner{
		width: auto;
	}
}

/*画面サイズが800px以下の場合*/
@media screen and (max-width: 800px) {

}

/*画面サイズが780px以下の場合*/
@media screen and (max-width: 780px) {
	
}

/*画面サイズが680px以下*/
@media screen and (max-width: 680px) {
	
	.inner{
		width: auto;
	}

	#present .caution{
		font-size: 12px;
		text-align: center;
	}	

	/*フッター*/
	.footer{
		padding:30px 20px;
	}
	
	footer #pageTopBtn {
		bottom: 20px;
	}
	
	footer #pageTopBtn a {
		width: 100px;
	}
	
	footer #pageTopBtn a {
		width: 50px;
	}
	
	.onlyPC{
		display: none;
	}

	.onlySP{
		display: block;
	}
	
	/*改行クラス（PC）*/
	.breakLinePc{
		display:inline;
	}
	
	/*改行クラス（SP）*/
	.breakLineSp{
		display:block;
	}
	
	.breakLineSp01{
		display:inline;
	}
}

@media screen and (max-width:600px) {
	
	#eplan {
		padding: 0;
		background-image:none;
	}
	
	#eplan .inner{
		padding: 0;
	}
	
	footer .inner{
		padding: 20px;
	}
	
	footer h2 {
		width: auto;
	}
	
	footer .btnWrap{
		font-size: 20px;
		width: 70%;
	}	
	
	/*改行クラス（SP）*/
	.breakLineSp01{
		display:block;
	}
}

@media screen and (max-width:480px) {

	#mv h1 .popup {
		bottom: -50px;
		left: 10px;
		width: 32%;
	}
	
}

/*回り込み解除クラス*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.btnWrap:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}