body {
	margin: 0;
	overflow-x:hidden
}

#loader{
	width:100vw;
	height:100vh;
	background:#FFF;
	position:fixed;
	width:100%;
	height:100%;
	z-index:999999999;
}
#loader img{
	max-width:270px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-169px 0 0 -145px;
}
header{
	background:url(../img/back.jpg) no-repeat center top;
	background-size:cover;
	width:90%;
	height:100vh;
	margin:5%;
	box-sizing:border-box
}
header h1{
	max-width:896px;
	height:358px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-179px 0 0 -448px;
}
 @media only screen and (max-width: 736px) {
	 header h1{
	max-width:896px;
	height:auto;
	position:static;
	margin:20px;
	padding:35% 0 0 0;
}
	 
 }
img{
	max-width:100%;
}
section{
	text-align:center;
	overflow:hidden;
	clear:both;
	padding:50px 20px ;
}
section h2.title{
	max-width:200px;
	margin:0 auto 50px auto;
}
section h2.title2{
	margin:50px 0;
}
section h2.title2 img{
	max-height:38px;
	margin:0 auto 50px auto;
}
section p.n{
	max-width:736px;
	margin:0 auto 30px auto;
	line-height:30px;
}
section p.n span{
	font-size:18px;
}
section.black{
	background:url(../img/back2.jpg) center top;
}
section p.m{
	max-width:736px;
	margin:0 auto 30px auto;
	line-height:23px;
}
section h3{
	font-weight:bold;
	margin:20px 0 20px 0;
}
section h3 span{
	background:url(../img/bo.png) center 80% no-repeat;
}
.leftwrap{
	float:left;
	text-align:left;
	width:50%;
}
.rightwrap{
	float:right;
	text-align:left;
		width:40%;
		margin:2% 5%;
}
.leftwrap2{
	float:left;
	text-align:left;
	width:40%;
	margin:2% 5%;
}
.rightwrap2{
	float:right;
	text-align:left;
		width:50%;
}
.rightwrap p,
.leftwrap2 p{
	text-align:left;
	line-height:23px;
	margin-bottom:15px;
}
.rightwrap h2.subtitle,
.leftwrap2 h2.subtitle{
	font-size:2.5vw;
	font-weight:bold;
	margin-bottom:20px;
	line-height:auto
	
}
.pc{
	display:block;
}
.sp{
	display:none;
}
ul.gallery{
	max-width:100%;
	overflow:hidden;
	clear:both;
	margin-bottom:100px;
}	
ul.gallery li{
	float:left;
	width:20%;
	margin-bottom:-5px;
}
ul.gallery li img{
	width:100%;
}
.video iframe{
	width:736px;
	height:418px;
}
.copy{
	font-size:12px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:20px 0;
}
 @media only screen and (max-width: 736px) {
	 .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
	 ul.gallery{
	margin-bottom:50px;
}	
	 section h2.title2 img{
	max-height:38px;
	margin:0 auto ;
}
	 .sp{
	display:block;
}
	 ul.gallery li{
	float:left;
	width:33.3%;
	margin-bottom:-5px;
}
	 section{
	text-align:center;
	overflow:hidden;
	clear:both;
	padding:25px 20px ;
}
	 .rightwrap h2.subtitle,
.leftwrap2 h2.subtitle{
	font-size:22px;
	margin:20px 0 0 0;
	line-height:30px;
	font-weight:bold;
	margin-bottom:20px;
	line-height:auto
	
}
section p{
	text-align:left;
}
	 .leftwrap,
.rightwrap,
.leftwrap2,
.rightwrap2{
	float:none;
	width:auto;
	margin:0
}
	 .pc{
		 display:none;
	 }
	.w100{
	max-width:250px !important;
	width:250px !important;
	display:block !important;
	margin:0 auto !important;
} 
	 
 }
