@charset "utf-8";


a:link,a:visited{ color:#1a1a1a;}
a:hover,a:active{ color:#aaa; }

body{
	color: #333;
	font: 14px/1.8 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	text-align: justify;
	text-justify: distribute;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.001em;
	max-height: 999999px;
	opacity: 0;
}
body.first{
	opacity: 1;
}
@media screen and (max-width: 639px) {
	body { font-size: 13px; }
}
.mb0{
	margin-bottom: 0!important;
}


/* clerfix */
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size:0em;
	overflow: hidden;
	line-height: 0;
	font-size: 0.1em;
}
.clearfix{ min-height: 1px; }
* html .clearfix{ height: 1px; }


/* display adjust */
.tablethide,.sphide{display:block;}
.tabletblock,.spblock{display:none;}
@media screen and (max-width: 999px){
	.tabletblock{display:block;}.tablethide{display:none!important;}
}
@media screen and (max-width: 639px){
	.spblock{display:block;}.sphide{display:none!important;}
}



/* layout */
.section{
	position: relative;
	margin-bottom: 0;
}
.cnt_left{ float: left; }
.cnt_right{ float: right; }
.incnt {
	width: 790px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 999px) {
	.incnt{ width: 94%;}
}
@media screen and (max-width: 639px) {
}




/* ---------------------------------------
#header
--------------------------------------- */
#head{
	/* box-shadow:0px 0px 0px 5px rgba(255,0,0,.3) inset; */
	position: relative;
	background: url(../img/common/bg1.png);
	/* margin-top: 60px; */
	/* padding-top: 60px; */
}
#head #logo{
	padding: 30px 0 30px 20px;
	border-top: 1px solid #CCCCCC;
}
#head #logo img{
	width: 355px;
}
@media screen and (max-width: 999px){
	#head #logo{
		padding: 20px 0 20px 15px;
	}
	#head #logo img{
		width: 300px;
	}
}
@media screen and (max-width: 767px) {
	#head{
		margin-top: 0px;
	}
}

@media screen and (max-width: 639px){
	#head #logo{
		padding: 15px 0 15px 15px;
	}
	#head #logo img{
		width: 210px;
	}
}



.btn_menu2,
.btn_menu2 span{
	display: inline-block;
	box-sizing: border-box;
	transition: all .4s;
	cursor: pointer;
}
.gnav2_btn{
	display: none !important;
	position: fixed;
	top: 52px;
	top: 90px;
	right: 22px;
	z-index: 100;
}
.btn_menu2 {
	width: 32px;
	position: relative;
	height: 20px;
}
.btn_menu2 span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
}
.btn_menu2 span:nth-of-type(1) { top: 0; }
.btn_menu2 span:nth-of-type(2) { top: 50%; margin-top: -1px; }
.btn_menu2 span:nth-of-type(3) { bottom: 0; }
.gnav2_btn.is-active{
	background: none;
}
.gnav2_btn.is-active span{
	background: #FFF;
}
.gnav2_btn.is-active span:nth-of-type(1) {
	-webkit-transform: translateY(5px) translateX(0) rotate(-45deg);
	transform: translateY(5px) translateX(0) rotate(-45deg);
}
.gnav2_btn.is-active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar .8s forwards;
	animation: active-menu-bar .8s forwards;
}
.gnav2_btn.is-active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) translateX(0) rotate(45deg);
	transform: translateY(-13px) translateX(0) rotate(45deg);
}
@-webkit-keyframes active-menu-bar{ 100%{ height: 0; } }
@keyframes active-menu-bar{ 100%{ height: 0; } }
@media screen and (max-width: 999px) {
	.gnav2_btn{
		position: fixed;
		top: 125px; right: 20px;
	}
}
@media screen and (max-width: 639px) {
	.gnav2_btn{
		position: fixed;
		top: 105px; right: 20px;
	}
}



#gnav2{
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,.9);
	z-index: 15;
	overflow-y: scroll;
}
#gnav2 ul{
	padding: 80px 50px 0 50px;
	width: 300px;
}
#gnav2 ul li{
	margin-bottom: 35px;
}
#gnav2 ul li a{
	display: block;
}
#gnav2 ul li .ico_arw{
	position: relative;
	padding-left: 16px;

}
#gnav2 ul li .ico_arw:before{
	display: block;
	content: "";
	width: 5px;
	height: 9px;
	background: url(../img/common/ico_arrow_w.png);
	background-size: 100%;
	position: absolute;
	top: 50%; left: 0;
	margin-top: -4px;
}
#gnav2 ul li img{
	height: 18px;
}
#gnav2 ul li.li2 a{
	text-align: center;
	padding: 15px;
	border: 2px solid #FFF;
}
#gnav2 ul li.li2 img{
	height: 14px;
}
#gnav2 ul li.li3{
	margin-bottom: 20px;
}
#gnav2 ul li.li3 img{
	height: 14px;
}
@media screen and (max-width: 639px){
	#gnav2{
		width: 100%;
	}
	#gnav2 ul li{
		margin-bottom: 25px;
	}
	#gnav2 ul{
		padding: 80px 30px 0 30px;
		width: 100%;
		box-sizing: border-box;
	}
}

#youtube_box{ position: relative; width: 100%; padding: 56.25% 0 0 0; }
#youtube_box iframe{ width: 100%; height: 100%; position: absolute; top: 0; right: 0; }


/* ---------------------------------------
#content
--------------------------------------- */

#sec_1 .movie{ background: #007EBC; }
#sec_2 .movie{ background: #E10005; }
#sec_3 .movie{ background: #005217; }
#sec_4 .movie{ background: #001D58; }
#sec_5 .movie{ background: #00ab74; }


.mainv{ position: relative; overflow:hidden;}
.mainv_box._1{ background: url(../img/index/s1_img1.jpg) no-repeat center center; background-size: cover; }
.mainv_box._2{ background: url(../img/index/s2_img1.jpg) no-repeat center center; background-size: cover; }
.mainv_box._3{ background: url(../img/index/s3_img1.jpg) no-repeat center center; background-size: cover; }
.mainv_box._4{ background: url(../img/index/s4_img1.jpg) no-repeat center center; background-size: cover; }
.mainv_box._5{ background: url(../img/index/s5_img1.jpg) no-repeat center center; background-size: cover; }


.mainv_box_wrap{
	float: left;
	width: 62%;
}
.movie_wrap{
	float: right;
	width: 38%;
}
.mainv_box._2 .m_img,
.mainv_box._3 .m_img,
.mainv_box._4 .m_img,
.mainv_box._5 .m_img{
	display: none;
}
@media screen and (max-width: 999px) {
	.txt_box{
		display: none;
	}
	.mainv_box_wrap{
		float: none;
		width: 100%;
	}
	.movie_wrap{
		float: none;
		width: 100%;
	}
	.mainv_box .m_img{
		display: block!important;
	}
}

/*.mainv_box_wrap*/
.mainv_box_wrap .mainv_box{
	position: relative;
	z-index: 1;
}

.mainv_box_wrap .mainv_box.is-fixed{
	position: fixed;
	top: 60px;
	left: 0;
	width: 62%;
	height: calc(100% - 60px)!important;
}
.mainv_box_wrap .mainv_box.is-relative{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.mainv_box_wrap .mainv_box.is-absolute{
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	width: 100%;
}
.mainv_box_wrap .mainv_box .tit1 img{
	width: 504px;
}
.mainv_box_wrap .mainv_box .txt1{
	color: #FFF;
	margin-top: 20px;
	font-size: .8em;
}

.txt_box{
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	padding: 28px 50px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
}
.txt_box.is-fixed{
	position: fixed;
	bottom: 0; left: 0;
}
.mainv_box_wrap .mainv_box._5 .txt_box {
	padding: 50px;
}
.mainv_box_wrap .mainv_box._1 .txt_box {
	padding: 50px;
}
.mainv_box_wrap .mainv_box._4 .txt_box {
	padding: 50px;
}
.mainv_box_wrap .mainv_box._2 .txt_box {
	padding: 50px;
}
.mainv_box_wrap .mainv_box._3 .tit1 img{
	width: 497px;
}
.mainv_box_wrap .mainv_box._4 .tit1 img{
	width: 750px;
}
@media screen and (max-width: 1300px) {
	.txt_box{
		padding: 28px 40px;
	}
	.mainv_box_wrap .mainv_box._5 .txt_box {
		padding: 50px 40px;
	}
	.mainv_box_wrap .mainv_box._1 .txt_box {
		padding: 50px 40px;
	}
	.mainv_box_wrap .mainv_box._4 .txt_box {
		padding: 50px 40px;
	}
	.mainv_box_wrap .mainv_box._2 .txt_box {
		padding: 50px 40px;
	}
}
@media screen and (max-width: 1120px) {
	.txt_box{
		padding: 28px 30px;
	}
	.mainv_box_wrap .mainv_box._5 .txt_box {
		padding: 50px 30px;
	}
	.mainv_box_wrap .mainv_box._1 .txt_box {
		padding: 50px 30px;
	}
	.mainv_box_wrap .mainv_box._4 .txt_box {
		padding: 28px 30px;
	}
	.mainv_box_wrap .mainv_box._2 .txt_box {
		padding: 50px 30px;
	}
	.mainv_box_wrap .mainv_box._4 .tit1 img{
		width: 504px;
	}
}

/*.movie_wrap*/
.movie_wrap .box_wrap{
	border-top: 1px solid #CCC;
}
.movie_wrap .movie_box{
	padding: 0 4.5%;
	box-sizing: border-box;
}
.movie_wrap .movie_box .movie{
	position: relative;
	margin: 5.4% 0;
}
.movie_wrap .movie_box .movie a{
	display: block;
}
.movie_wrap .movie_box .movie .ico_play{
	position: absolute;
	top: 2%; right: 2%;
	width: 10%;
}
.movie_wrap .movie_box .movie .btn_watch{
	width: 25%;
	margin: 6% auto 6%;
}
.movie_wrap .movie_box .movie .m_txt2{
	text-align: center;
	line-height: 1;
}
.movie_wrap .movie_box .movie .m_txt2 img{
	height: 10px;
}



@media screen and (max-width: 999px) {
	.box_wrap .movie_box{ padding: 0 5% 0 5%; }
	.movie_box .movie{ margin: 0 0 6%; }
	.mainv_box .tit1{ display: none; }
	.mainv_box .tit2{ display: none; }
	.mainv_box .txt1{ display: none; }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 639px) {
}


#btn_contact a span {
	background: url(../img/common/btn_contact.jpg) no-repeat center;
	background-size: cover;
}


/* ---------------------------------------
#footer
--------------------------------------- */
/*#pagetop{
	width: 54px;
	position: fixed;
	bottom: 50px; right: 30px;
	z-index: 12;
}

#footer{
	padding: 16px 0 22px;
	position: relative;
	z-index: 10;
}
#footer .f_logo{ padding: 0 0 0 15px;}
@media screen and (max-width: 959px) {
	#pagetop{
		width: 40px;
		bottom: 40px; right: 10px;
	}
}
*/

/*

#btm_sec{
	background: #E6E6E6;
}
#btm_sec .btn_box{
	padding: 50px;
	background: url(../img/common/bg1.png);
}
#btm_sec .btn_box a{
	display: block;
	text-align: center;
	width: 320px;
	margin: 0 auto;
	padding: 20px;
	border: 2px solid #FFF;
	background: #000;
	box-sizing: border-box;
}
#btm_sec .btn_box img{
	height: 19px;
}
#btm_sec .btn_box2{
	padding: 25px;
	text-align: center;
	border-bottom: 1px solid #FFF;
}
#btm_sec .btn_box2 li{
	margin: 0 60px;
	display: inline-block;
}
#btm_sec .btn_box2 li img{
	height: 16px;
}
#btm_sec .bottom_area{
	padding: 25px 0;
	font-size: .85em;
}
#btm_sec .bottom_area .cnt_left{
	padding: 30px 0 0 0;
}
#btm_sec .bottom_area .cnt_left img{
	height: 25px;
}
#btm_sec .bottom_area .cnt_right p{
	text-indent: -1em;
	padding-left: 1em;
}
#btm_sec .bottom_area .cnt_right p:first-child{
	margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
	#btm_sec .btn_box{
		padding: 30px 4%;
	}
	#btm_sec .btn_box a{
		width: 100%;
		position: relative;
	}
	#btm_sec .btn_box a span:before{
		display: block;
		content: "";
		width: 5px;
		height: 9px;
		background: url(../img/common/ico_arrow_w.png);
		background-size: 100%;
		position: absolute;
		top: 50%; right: 10px;
		margin-top: -4px;
	}
	#btm_sec .btn_box2{
		padding: 15px;
	}
	#btm_sec .btn_box2 li{
		margin: 10px 0 10px;
		display: block;
	}
	#btm_sec .bottom_area .cnt_left,
	#btm_sec .bottom_area .cnt_right{
		float: none;
		width: 96%;
		margin: 0 auto;
	}
	#btm_sec .bottom_area .cnt_left{
		padding: 0 0 0 0;
		margin: 0 auto 10px;
	}
	#btm_sec .bottom_area .cnt_left img{
		height: 20px;
	}
}
@media screen and (max-width: 639px) {
	#btm_sec .btn_box img{
		height: 16px;
	}
}*/

/*

._on { transition: 0.3s; }
._on:hover{ opacity: 0.7; filter: alpha(opacity=70); }
@media screen and (max-width: 767px){
	._on{ transition: none; }
}
*/
