@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */

body{
	background:#000000;
	font-family: "リュウミン R-KL", "Ryumin Regular KL","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
 }
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

a{
	text-decoration:none;
}

p a[target="_blank"]{
padding-right:22px;
background: url(../imgs/icon_link.gif) no-repeat right;
color: #fff;
}

fieldset,img {
    border: 0;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}

.clearfix:after {
	content: "url(../../assets/img/spacer.gif)";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:auto;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

.left { float: left; }


/*---------- Header---------- */


#SNS{
	position: absolute;
	right: 3%;
}

#SNS li{
	width: 50%;
}


#menu li.active p{
	border-bottom: #BB1416 solid 4px;
}

header{
	position:fixed;
	height: 70px;
	display:block;
	width: 100%;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	z-index:9;
	text-align:center;
	color: #f2f2f2;
	top:0px;
}

#menu{
  width: 100%;
  margin-left: 1.8%;
  margin-top: 1.8%;
  padding: 0;
  position: relative;
  z-index: 1;
}

#menu li{
  display: block;
  float: left;
  padding-left: 30px;
  margin: 0;
  padding: 0; }
 
   
#menu li a{
  display: block;
  text-decoration: none;
}

#menu li a:hover{
  background: #000;
}

#menu li p{
  padding-top: 8px;
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
}
  
#menu li p a{
  color: #fff;
}
	

#toggle{ 
 display: none;
}






/*---------- 各コンテンツ共通----------*/


h1 p{
	display: none;
}

h1 img{
	margin-left: 0%;
	width: 100%;
	max-width: 300px;
	min-width: 180px;
	width: 280px\9; /* IE8 */
}


h2{
	font-size: 30pt;
	font-size: 25pt\9; /* IE8 */
	line-height: 35pt;
	letter-spacing: 0.1em;
	margin:0;
	padding:0;
}

h3{
	font-size: 26pt;
	font-size: 20pt\9; /* IE8 */
	line-height: 30pt;
	letter-spacing: 0.1em;
	margin:0;
	padding:0;
}

#fullpage p{
	font-size: 13pt;
	font-size: 12pt\9; /* IE8 */
	line-height: 25pt;
	line-height: 20pt\9; /* IE8 */
}
	
#fullpage .text_s{
	font-size: 11pt;
	font-size: 10pt\9; /* IE8 */
	line-height: 15pt;
	letter-spacing: 0.1em;
	margin:0;
	padding:0;
}

#fullpage p a:hover{
	border-bottom: #999999 solid 3px;
}
	
#section0,#section1,#section2,#section3,#section4,#section5{
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 20px;
}

#timeout{
	z-index:11;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: fixed;
	top: 10%;
	left: 1%;
}

#timeout p{
	color: #D2D2D2;
	font-size: 13px;
	padding-top: 5px;
	line-height: 1.2em;
	float:left;
	margin-left: 5px;
}

#timeout img{
	float: left;
}




/*---------- section----------*/


/*------section0-------*/

#section0{
	background-image: url(../imgs/top_001.jpg);
}

#section0  h1{
	padding-top: 8%;
	margin-left: 10%;	
	width: 25%;
}

#section0  h2{
	padding-top: 5%;
	margin-left: 10%;
}

#section0 p{
	margin-left: 10%;
	margin-top: 5%;
}


/*------section1-------*/



#section1{
	background-image: url(../imgs/top_002_01.jpg);
}


#section1 h2{
	padding-top: 15%;
	margin-left: 40%;
}

#section1 p{
	margin-left: 40%;
	margin-top: 5%;
}



/*---section1_box---*/

#section1_box{
	width: 80%;
	background:rgba(0,0,0);
	background:rgba(0,0,0,0.6);
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#33000000); /* IE 8以上用 */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#33000000); /* IE 7以下用 */
	margin: 0 auto;
	padding: 10px;
	position: relative;
	top: 40%;
	margin-bottom: 200px;
	border-radius: 10px;
	border:#2C2C2C solid 1px;
}

#section1_box .imgarea{
	float: left;
	width: 40%;
}

#section1_box .imgarea img{
	width: 100%;
}

#section1_box .textarea{
	float: left;
	width: 55%;
	padding: 5% 0;
	margin-left: 5%;
}

#section1_box h3{
	padding-top: 0%;
}

#section1_box p{
	width: 90%;
	margin-left: 0;
}

#section1_box .img02 img{
	width: 80%;
	position: relative;
	padding: 5% 0;
}



/*------section2-------*/

#section2{
	background-image: url(../imgs/top_003_01.jpg);
}

#section2 h2{
	padding-top: 15%;
	margin-left: 10%;
}

#section2 p{
	margin-left: 10%;
	margin-top: 5%;
}


/*-section2_box-*/

#section2_box{
	width: 80%;
	background:rgba(0,0,0);
	background:rgba(0,0,0,0.6);
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#33000000); /* IE 8以上用 */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#33000000); /* IE 7以下用 */
	background-image:url(../imgs/img_003_01.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 60%;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	top: 40%;
	margin-bottom: 200px;
	border-radius: 10px;
	border:#2C2C2C solid 1px;
}

#section2_box .textarea{
	width: 70%;
	padding: 5%;
}

#section2_box h3{
	padding-top: 0%;
}

#section2_box p{
	margin-top: 5%;
	margin-left: 0;
}

#section2_box .textarea img{
	width: 40%;
	min-width: 300px;
	padding: 5% 0;
}


/*------section3-------*/

#section3{
	background-image: url(../imgs/top_004_01.jpg);
	position: relative;
}

#section3 .textarea_sec3{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding-top: 10%;}

#section3 h2{
}

#section3 p{
	margin-top: 2%;
}



/*-section3_box-*/

#section3_box{
	width: 80%;
	background:rgba(0,0,0);
	background:rgba(0,0,0,0.6);
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#33000000); /* IE 8以上用 */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#33000000); /* IE 7以下用 */
	margin: 0 auto;
	padding: 10px;
	position: relative;
	top: 60%;
	margin-bottom: 200px;
	border-radius: 10px;
	border:#2C2C2C solid 1px;
}

#section3_box .textarea{
	width: 95%;
	margin: 0 auto;
}

#section3_box h3{
	padding-top: 3%;
	padding-left: 2.5%;
}

#section3_box p{
	float: left;
	width: 45%;
	margin: 2.5%;
}

#section3_box img{
	width: 100%;
	padding: 0 0 2% 0;
}

#section3_box .text_s{
	padding-top: 3%;
	padding-left: 2.5%;
}
	


/*------section4-------*/

#section4{
	background-image: url(../imgs/top_005.jpg);
	position: relative;
}

#section4 .textarea_sec4{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding-top: 7%;
	}

#section4 h2{
}

#section4 p{
	margin-top: 2%;
}



/*------section5-------*/

#section5{
	background-image: url(../imgs/top_006.jpg);
	position: relative;
}

#section5 .link{
	width: 50%;
	position: absolute;
	margin-top: 15%;
	left: 50%;
}

#section5 .link .cont{
	width: 45%;
	float: left;
	padding-top: 5%;
}

#section5 .link .mr5{
	margin-right: 5%;
}

#section5 .link .cont .box{
	text-align: center;
	width: 100%;	
}

#section5 .link .cont a{
	text-align: center;
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 5px;
}

#section5 .link .cont .text_s{
	padding-top: 15px;
}

#section5 #bottom{
	position:absolute;
	bottom: 1%;
	width: 100%;
}

#section5 #bottom .copyright{
	width: 100%;
}

#section5 #bottom p{
	float: left;
	font-size: 0.8em;
	padding-left: 1%;
	position:absolute;
	bottom: 1%;
}

#section5 #bottom img{
	float: right;
	padding-right: 1%;
	width: 100px;
}






@media screen and (min-width: 641px) {
	.mb{display: none;}	
}



@media only screen
  and (max-width: 640px) {
	  	  
.pc{display: none;}	
	
#timeout{
	top: -1000px;
}

#menu li.active p{
	background:#000000;
	border-bottom: none;
}
  
header{
	height: 0px;
	background:#000000;
}
	
#menu{
    display: none;
	width: 100%;
	padding: 0;
	margin: 0;	
  }

#menu li{
    width: 100%;
	background-color:rgba(0,0,0,1);
	border-bottom: #323232 solid 1px;
	position: relative;	
  }

#menu li p{
  font-size:16px;
  font-weight: bold;
  color: #fff;
  margin-left: 0px;
  height: 36px;
  position: relative;
}
  
#menu li p a{
  color: #fff;
  top: 50%;
  margin: 0 auto;
}
  
#menu li img{
  display: none;
}

#menu li.active p{
  border-bottom: #BB1416 solid 4px;
}


#SNS .clearfix{
	padding: 3px 0;
}


#SNS{
	right: 0;
}

#menu #SNS li{
	border-bottom: none;
	text-align: center;
}

#menu #SNS .twt{
	padding-left: 16px;
	padding-top: 10px;
}

#menu #SNS .fb{
	padding-top: 8px;
}



#toggle{
  font-size: 100%;
  display: block;
  position: relative;
  width: 100%;
}
    
#toggle a{
    display: block;
    position: relative;
	margin-top: 10px;
	padding-top: 36px;
    color: #fff;
    text-align: center;
    text-decoration: none;　
}
  
#toggle a span{
	 display: none;
}

#toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #fff;
}

#toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 24px;
    height: 9px;
    background: #222;
}

#toggle a:before{
    margin-top: -10px;
}

#toggle a:after{
    margin-top: 1px;
}
  
 
 /* section指定 */ 
 
 
 h2{
	font-size: 24px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	color: #fff;
	margin:0;
	padding:0;
}


h3{
	font-size: 18px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

#fullpage p{
	font-size: 13px;
	line-height: 1.5em;
	color: #fff;
}

#fullpage .text_s{
	font-size: 10px;
	line-height: 1.3em;
}
 
.start,#section0,#section1,#section2,#section3,#section4,#section5{
    width:100%;
    height:100%;
    background-position: 50% 50%;
    background-size: cover; /* 背景画像をフルスクリーン表示 */
}

.start{background-image: url(../imgs/top_001_mb.jpg);}
#section0{background-image: url(../imgs/top_001_mb.jpg);}
#section1{background-image: url(../imgs/top_002_mb.jpg);}
#section2{background-image: url(../imgs/top_003_mb.jpg);}
#section3{background-image: url(../imgs/top_004_mb.jpg);}
#section4{background-image: url(../imgs/top_005_mb.jpg);}
#section5{background-image: url(../imgs/top_006_mb.jpg);}

#section0 h1{
	padding-top: 15%;
}

#section1 h2,#section2 h2,#section3 h2,#section4 h2{
	padding-top: 20%;
	margin-left: 10%;
	width: 80%;
}
  
#section0 p,#section1 p,#section2 p,#section3 p,#section4 p{
	margin-top: 5%;
	margin-left :10%;
	text-align: left;
	width: 80%;
}

#section1_box,#section2_box,#section3_box{
	width: 85%;
	top: 10%;
	margin-bottom: 100px;
}

#section1_box .imgarea,#section2_box .textarea{
	float: none;
	margin: 0 auto;
	width: 80%;
}

#section1_box .imgarea img ,#section2_box .textarea img,#section1_box .img02 img{
	width: 100%;
}

#section1_box .img02 img{
	position: static;
	margin: 5% 0;
}

#section1_box .textarea,#section2_box .textarea,#section3_box .textarea {
	float: none;
	width: 90%;
}

#section1_box .textarea p,#section2_box .textarea p,#section3_box .textarea p{
	width: 100%;
	margin-left :0%;
}

#section3 .textarea_sec3,#section4 .textarea_sec4  {
	text-align: left;
	width: 100%;
	margin: 0;
	padding-top: 0%;
}

#section2_box .textarea img {
min-width: 150px;
}


#section5 .link {
	width: 90%;
	position: static;
	top: 15%;
	left: 5%;
	margin: 0 atuto;
	bottom: 15%;
	padding-bottom: 15%;
}

#section5 .link .cont {
	width: 90%;
	float: none;
	margin: 0 auto;
	padding-top: 5%;
}

#section5 .link .mb {
	margin-top: 30px;
}

#section5 #bottom {
display: none;
}

}
