@charset "utf-8";
/* CSS Document */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	background-color: #000000;
	overflow-x: hidden;
}
*{
	margin: 0;
	padding: 0;
}
.clearfix {
	zoom: 1;/* for IE5.5 - IE7 */
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.img_s {
	display: none;
}
#page a img:hover {
	opacity: 1.0;
}
#page a img:hover {
	opacity: 0.6;
	border: none;
}
.mod-social a img:hover {
	opacity: 1.0;
	border: none;
}
#block {
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: 695px;
	background-size: cover;
	z-index: 1;
	/*  IE8以下の代替の背景画像  */
	background: url(../images/bg.jpg) #000;
	background-attachment: fixed;
	background-position: center bottom;

}
.overlay1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
	clear: both;
}
.block_in {
	z-index: 2;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top:20px;
}
.h2_day{
	background-image: url(../images/bg_day.jpg);
	height: 156px;
	background-position: center bottom;
	width: 100%;
}

.section1 {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/bg_movie.jpg);
	background-repeat: repeat;
	padding: 30px 0;
}
.section1 h1{
	margin-bottom: 30px;
}



.movie {
	display: block;
	position: relative;
	width: 896px;
	height:504px;
	margin: 0 auto;
	border: 1px #636363 solid;
	}
	.movie .tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0 ;
	right: 0;
	}




.overview{
	background-image: url(../images/bg2.jpg);
	background-position: bottom;
	padding: 50px 0;
		background-attachment: fixed;
	 font-size: 17px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* 追加 */
  transform: rotate(.03deg);
	font-weight: 600;

}
.section_in1{
	width: 1100px;
	margin: 0 auto;
	background-repeat: no-repeat;
}


.article1{
	float: left;
	width: 550px;
	padding: 30px 0px 30px 60px;
}
.article1 h1{
	margin: 40px 0;
}


.article1 p{
	color: #FFFFFF;
	font-size: 1.1rem;
	text-align: left;
	line-height: 2.8rem;
}
.article1 p.p_b{
	color: #ffd200;
	font-size: 1.3rem;
}
.article1 p span{
	color: #ffd200;
	font-size: 1.4rem;
}


.box_right{
	width: 400px;
	margin: 0 auto;
	float: right;
	margin-top:60px;
	color: #FFFFFF;
	font-size: 0.9rem;
}
.box_right img{
	margin-top: 20px;
}

.photo{
	background-color: #1b2324;
	height: auto;
	background-image: url(../images/bg3.jpg);
	padding: 50px 0;
background-attachment: fixed;
	border-top: 2px  #FFFFFF solid;
}

.photo_in{
	width: 1100px;
	margin: 0 auto;
}

.photo_in h1{
	width: 20%;
	height: auto;
	margin: 0 auto;
}

.photo_in img{
	width: 100%;
	margin:1rem 0;
}
.box{
	width: 30%;
	margin: 1rem 1rem 2rem 1rem;
	float: left;
}
.box a{
	color: #FFFFFF;
}

.section4{
	background-color: #5f5650;

	
	padding-top: 120px;
	background-attachment: fixed;

}





.section5{

	background:
	url(../images/bg_end.jpg) center top no-repeat;
	background-attachment: fixed;
		border-top: 3px  #FFFFFF solid;

}


.section_in4{
	width: 1100px;
	height: auto;
	padding-top: 120px;
	color: #FFFFFF;
		text-align: left;
	margin: 0px auto 0px;
	text-align: center;
	
}
.section_in4 img{
	margin-bottom: 50px;
}


.smp{
	display: none;
}


.p_mb30{
	margin-bottom: 30px;
}
footer{
	text-align: left;
}
.s_movie{
		display: none;
	}
/*===============================================
●smart.css  画面の横幅が1024まで
===============================================*/

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

.img_s{
		display: block;
	}	
.smp{
	display:block;
}
	.img_pc{
		display: none;
	}

img{
		width: 100%;
		height: auto;
	}

	#block {
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background-size: cover;
	z-index: 1;
	/*  IE8以下の代替の背景画像  */
	background: url(../images/smp/bg.jpg) #000;
	background-attachment: fixed;
		background-size: 100%;

}

.block_in {
	z-index: 2;
	background-position: bottom;
	background-repeat: no-repeat;
	
	padding-top:20px;
}
	.block_in  h1{
		width: 50%;
		margin: 10px auto 0;
}
.h2_day{
	background-image: url(../images/bg_day.jpg);
	height: auto;
	background-position: center bottom;
	width: 100%;
}

.section1 {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/bg_movie.jpg);
	background-repeat: repeat;
	padding: 60px 0;
}
.section1 h1{
	margin-bottom: 30px;
	width: 30%;
}


	.movie{
		display: none;
	}
.s_movie {
	display: block;
	position: relative;
	width: 90%;
	height: 200px;
	margin: 0px auto 0;
	background-size: contain;
		border: none;
	}
	.s_movie .tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0 ;
	right: 0;
	}




.overview{
	background-image: url(../images/bg2.jpg);
	background-position: bottom;
	padding: 50px 0 0;
		background-attachment: fixed;
	 font-size: 17px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* 追加 */
  transform: rotate(.03deg);
	font-weight: 600;
	clear: both;

}
.section_in1{
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	
}


.article1{
	float: none;
	width:90%;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
}


.article1 p{
	color: #FFFFFF;
	font-size: 1.0rem;
	text-align: left;
	line-height: 1.8rem;
}
.article1 p.p_b{
	color: #ffd200;
	font-size: 1.3rem;
}
.article1 p span{
	color: #ffd200;
	font-size: 1.4rem;
}
	.article1 h1{
		width: 40%;
		margin: 0 auto 0px;
	}
	.article1 img{
		width: 100%;
		margin: 20px 0;
	}
		.p_mb30{
	margin-bottom: 0px;
}
.box_right{
	display: none;
}

.photo{
	background-color: #1b2324;
	height: auto;
	background-image: url(../images/bg3.jpg);
	padding: 50px 0;
background-attachment: fixed;
	background-size: cover;
	border-top: 3px  #FFFFFF solid;
	box-sizing: border-box;
	margin: 0px;
}

.photo_in{
	width: 100%;
	margin: 0 auto;
}

.photo_in h1{
	width: 40%;
	height: auto;
	margin: 0 auto;
}

.photo_in img{
	width: 100%;
	margin:0.5rem 0;
}
.box{
	width: 40%;
	float: left;
	display: block;
	height: 150px;
	box-sizing: border-box;
	font-size: 0.8rem;
}
.box a{
	color: #FFFFFF;
}

.section4{
	background-color: #5f5650;

	
	padding-top: 120px;
	background-attachment: fixed;

}





.section5{

	background:
	url(../images/smp/bg2.jpg) center top no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;

}


.section_in4{
	width: 100%;
	height: auto;
	padding-top: 0px;
	color: #FFFFFF;
		text-align: left;
	margin: 0px auto 0px;
	text-align: center;
	
}
.section_in4 img{
	width: 90%;
	margin: 0 auto 30px;
}


.smp{
	display: none;
}

.br_s{
		display: none;
	}
}
/*===============================================
●smart.css  画面の横幅が1024まで
===============================================*/
@media screen and (min-width:769px) and ( max-width:1024px) {
		
	.article1 p{
	color: #FFFFFF;
	font-size: 1.3rem;
	text-align: left;
	line-height: 3rem;
}

	.box{
	width: 46%;
	float: left;
	display: block;
	height: 350px;
	box-sizing: border-box;
	font-size: 1rem;
		margin: 1.2rem;
}

}

@media screen and (min-width:500px) and ( max-width:768px) {
		
	.article1 p{
	color: #FFFFFF;
	font-size: 1.3rem;
	text-align: left;
	line-height: 3rem;
}
	.block_in  h1{
		width: 60%;
		margin: 0 auto;
}
	.box{
	width: 45%;
	float: left;
	display: block;
	height: 250px;
	box-sizing: border-box;
	font-size: 1rem;
}

}

@media screen and (min-width:400px) and ( max-width:500px) {
		.block_in  h1{
		width: 60%;
		margin: 0 auto;
}
	.box{
	width: 42%;
	height: 160px;
	font-size: 0.9rem;
}

}
@media screen and (max-width:320px) {
	.box{
	width: 40%;
	float: left;
	display: block;
	height: 120px;
	box-sizing: border-box;
	font-size: 0.8rem;
}

}


