@charset "utf-8";


.SP{display:none !important;}
@media only screen and (max-width:1024px){
	.PC{display:none !important;}
	.SP{display:block !important;}
}

/******************************************************************
base
******************************************************************/
@media screen and (max-width: 1024px) {
	body { font-size: 0.9rem; line-height: 2; }
	body main { font-size: 0.85rem; line-height: 1.5; }
	/*Android*/
	html.android body main{ font-size: 0.7rem; line-height: 1.2; }
 }

a { color: #3865e0; text-decoration: none; }
a:hover, a:focus { color: #112a6e; text-decoration: underline; }
h1, h2 { line-height: 2.2; }
h3 { line-height: 2.3; }
h4 { line-height: 2.4; }
img { max-width: 100%; height: auto; vertical-align: middle; -webkit-backface-visibility: hidden; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #B5C1CC; }
button, input, optgroup, select, textarea { color: #000000; line-height: inherit; }

body#top{background:#f7fbfe;}


/******************************************************************
main
******************************************************************/
.PC h1{text-indent: -99999px;}

main{
	position: relative;
}

.m_logo{
	z-index: 100;
	position: absolute;
	right: 80px;
	top:0;
}

.m_logo img{
	width: 16vw;
	max-width: 211px;
}


.s_logo{
	z-index: 100;
	position: absolute;
	left: 22px;
	top:22px;
}

.camp_banner{
	z-index: 500;
	position: fixed;
	left:40px;
	bottom:40px;
}



@media only screen and (max-width:1024px){
	.m_logo{
		right: 58px;
	}
	.m_logo img{
		width: 80%;
	}
	.s_logo{
		top:15px!important;
		left:15px!important;
	}

	.s_logo img{
		width: 65%;
	}

	.camp_banner_sp{
		z-index: 500;
		position: fixed;
		left:0;
		bottom:0;
	}
		.camp_banner_sp img{
			width: 100%;
		}




}

/* =======================================
	CommonElements
======================================= */
	.vegasInner .mainMenu{
		position: absolute;
		top: -50px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		height:473px;
		width: 100%;
	}

@media only screen and (max-width:1024px){
	.vegasInner .mainMenu{
		width:500px;
		height:354px;
	}
}

	@media only screen and (max-width:768px){
		.vegasInner .mainMenu{
			width:320px;
			height:226px;
			top: -220px;
		}
	}

/******************************************************************
#ly_loader
******************************************************************/
.imagesLoaded { display: none; }
#ly_loader { width: 100%; height: 100%; background: #fff; position: fixed; left: 0; top: 0; z-index: 100001; text-align: center; }
/* loading */
#ly_loader .loading::after { content: ""; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 30px; height: 30px; border-radius: 30px; border: 2px solid #333; border-top-color: #fff; border-right-color: #fff; animation: spin 1.5s infinite linear; }

@keyframes spin { 0% { -webkit-transform: rotate(0deg); }
  50% { -webkit-transform: rotate(180deg); }
  100% { -webkit-transform: rotate(360deg); } }

/******************************************************************
vegas
******************************************************************/
.vegas, .vegasInner { height: 100vh !important; position: relative; overflow: hidden; }
.vegasInner { position: absolute; top: 0; }
/*.vegas .vegas-slide-inner { background-attachment: fixed !important; }*/

/*メイン高さ指定
@media only screen and (max-width: 736px) { .vegas, .vegasInner { height: 58vw !important; }
  .vegas .vegas-slide-inner { background-attachment: scroll !important; } }
/*

/* =======================================
	content
======================================= */

#content{
	padding: 5rem 12rem 4rem 12rem;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	background: #fff:
}

/* 下層ページ */
#p2nd #content{
	padding-bottom: 0!important;
	padding-top: 0!important;
}
	#p2nd #content .mainInner{
		text-align: left;
	}



#content h2{
	font-size: 2.3vw;
	font-weight: bold;
	padding-bottom: 20px;
}

#content h2.small_h2{
	font-size: 1.8vw;
}

#content h2.bg_red{
	font-size: 1.6vw;
	background: #e60012;
	text-align: center;
	color: #fff;
	padding: 5px 0 1px 0;
	margin-bottom: 35px;
}



.title-border {
	display: flex;
	align-items: center;
	font-size: 3.2vh!important;
	text-align: center;
}

.title-border:before,
.title-border:after {
	border-top: 1px solid #758795;
	content: "";
	flex-grow: 1;
}
.title-border:before {
	margin-right: 1rem;
}
.title-border:after {
	margin-left: 0.5rem;
}




.sub_title{
	font-size: 130%;
}

#content.c01{
	background: url(/img/main01.jpg) no-repeat center top #fff;
	background-size:cover;
	margin: auto;
	padding-bottom: 28vw;
}

#content.c02{
	background: url(/img/main02.jpg) no-repeat center top #fff;
	background-size:cover;
	margin: auto;
	padding-bottom: 28vw;
}
	#content.c02 .s_mark{
		margin: 25px 0 40px 0;
	}

	#content.c02 .s_mark img{
		width:8vw;
		max-width: 151px;

	}


#content.c03{
	background: url(/img/main03.jpg) no-repeat center top #fff;
	background-size:cover;
	margin: auto;
	padding-bottom: 28vw;
}


#content.c04{
	background: url(/img/main04.jpg) no-repeat center bottom #fff;
	background-size:cover;
	margin: auto;
	padding-bottom: 0;
}

#content.c05{
	background: url(/img/main05.jpg) no-repeat center bottom #fff;
	background-size:cover;
	margin: auto;
}

#content.c06{
	padding-bottom: 0;
}


.mainInner{
	text-align: center;
	max-width: 1200px;
	margin: auto;
}


.fade_off {
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.fade_on {
  opacity: 1;
}


@media screen and (max-width: 1024px) {
	#content{
		padding: 2.5rem 1.5rem 3rem 1.5rem;
		line-height: 200%;
	}

	#p2nd #content{
		padding-top: 70px!important;
	}


	#content.c01{
		background-position: bottom;
		background-size:150%;
		padding-bottom: 25vh;
	}

	#content.c02{
		background-size:cover;
		padding-bottom: 65vw;
	}
		#content.c02 .s_mark{
			margin: 0 0 20px 0;
		}
			#content.c02 .s_mark img{
				width: 30%;
			}

		#content.c03{
			background-position: right;
			padding-bottom: 75vw;
		}

	#content.c04{
		padding-bottom:20px;
	}

	#content h2{
		font-size: 128%;
		font-weight: bold;
		padding-bottom: 20px;
		line-height: 180%;
	}

	#content h2.small_h2{
		font-size: 120%;
	}

	#content h2.bg_red{
		font-size: 110%;
		text-align: center;
		padding: 8px 10px 5px 10px;
		margin-bottom: 20px;
		line-height: 140%;
	}



	.sub_title{
		font-size: 100%;
		margin-top: -10px;
	}

	.title-border {
		font-size: 140%!important;
	}
	.title-border img{
		width: 45%!important;
	}

}


/* =======================================
	インタビュー
======================================= */
.c04 .mainInner{
	max-width: 1500px;
}

.int_set{
	display: flex;
	justify-content: space-between;
	padding-top: 150px;
}
	.int_set p{
		width: 25%;
	}

@media only screen and (max-width:768px){
	.int_set{
		display: block;
		padding-top: 30px;
	}
	.int_set p{
		padding-left: 0;
		margin:0 auto 25px auto;
		width: 90%;
	}


}

/* =======================================
	プロダクト
======================================= */
#content.c05 h2{
	margin-bottom: 4vw;
}

@media only screen and (max-width:768px){
	#content.c05{
		background-position:left ;
	}
		#content.c05 h2{
			margin-bottom: 20px;
		}
}


/* =======================================
	イベント
======================================= */

/* イベント2個の場合
.event_set{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
*/

.event_set{
	margin-top: 30px;
	text-align: center;
}

.event_set dl{
	margin-right: 30px;
}
.event_set dl:last-child{
	margin-right: 0;
}

.event_set dl dd{
	line-height: 180%;
}

	.event_title{
		font-size: 150%;
		margin: 20px 0 5px 0;
	}

	.event_set .btn_more{
		margin-top: 20px;
	}

	.event_banner{
		margin: 80px 0 100px 0;
	}

@media only screen and (max-width:768px){
	.event_set{
		display: block;
	}

	.event_set dl:first-child{
		margin-bottom: 50px;
	}
	.event_set dl{
		margin-right: 0;
	}
	.event_banner{
		margin: 50px 0 40px 0;
	}

	.event_title{
		font-size: 100%;
		margin: 12px 0 5px 0;
	}
}


/* =======================================
	ig
======================================= */
.ig_area{
	margin-bottom: 80px;
}
.ig_title{
	font-size: 200%;
	margin: 15px 0 50px 0;
}

.kanren_read{
	font-size: 150%;
	margin-top: 20px;
}

.ig_area iframe{
	width: 100%!important;
	height: 470px!important;
}


.image-box{
	margin-left: 0!important;
}

@media only screen and (max-width:768px){
	.ig_area iframe{
		height: 360px!important;
	}

	.ig_title{
		font-size: 120%;
		margin: 0 0 20px 0;
	}
}

/* =======================================
	関連情報
======================================= */
.kanren_set{
	margin-top: -40px;
}

@media only screen and (max-width:768px){
	.kanren_read{
		font-size: 100%;
		margin: 0 0 -30px 0;
	}
}

/* =======================================
	FBコメント
======================================= */
.fb_set{
	margin:-40px 0 50px 0;
}

.fb_set h2{
	line-height: 160%!important;
}


@media only screen and (max-width:768px){
	.fb_set{
		font-size: 100%;
		margin: 0 0 30px 0;
	}
}



/* =======================================
	共通
======================================= */
a.btn_more{
	display:block;
	text-align: center;
	width: 250px;
	margin: auto;
	background: #e60012;
	color: #fff;
	text-decoration: none;
	padding: 4px 0 3px 0;
	margin-top: 50px;
	letter-spacing: 0!important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
	border: solid 1px #e60012;
}

	a.btn_more:hover{
		background: #fff;
		color: #e60012;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
	}

.ind{
	text-indent: -1em;
	margin-left: 1em;
}

.notice{
	margin-top: 5px;
	font-size: 80%;
	line-height: 160%;
}

.soon{
		display:block;
		text-align: center;
		margin: auto;
		color: #fff;
		padding: 4px 0 3px 0;
		margin-top: 50px;
		letter-spacing: 0!important;
		background: #000;
		width: 250px;
}


/* =======================================
	footer
======================================= */
footer {
	background: url(/img/foot_bg.png) no-repeat left top;
	background-size:100%;
  padding:27% 0 70px 0!important;
  text-align:center;
	font-size:90%!important;
}

footer.camp{
	background: none!important;
	background-size:100%;
  padding:100px 0 100px 0!important;
  text-align:center;
	font-size:90%!important;
}



footer ul{
	margin: 50px 0 50px 0;
}
	footer ul li{
		display: inline-block;
		line-height:180%;
		border-right: 1px dotted #555;
		padding: 0 10px 0 5px;
	}
	footer ul li:first-child{
		padding-left: 10px;
		border-left: 1px dotted #555;
	}

	footer ul li a{
		text-decoration: none;
		color:#333;
	}

	footer .cr{
		margin: 50px 0 0 0;
	}

	footer .crp{
		margin: 50px 0 0 0;
	}


	/*--------------------------------------
	　ページトップ　
	--------------------------------------*/
#pagetop{
	position: fixed;
	bottom: 18px;
	right: 20px;
	z-index:500;
}

@media only screen and (max-width:768px){
	footer {
	  text-align:center;
		font-size:80%!important;
		padding: 120px 20px 1px 20px!important;
	}
	footer img {
	  width: 60%;
	}
	footer .cr{
		line-height: 180%;
		margin: 20px 0 20px 0;
	}

	footer .crp{
		margin: 0 0 30px 0;
	}

#pagetop{
	bottom: 80px;
}

}



/******************************************************/
/* clear */
/******************************************************/
.clear:after,
.fullSlideShow ul:after,
#container .sns:after{
	display:block;content:"";clear:both;overflow:hidden;
}
