@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
section, article, aside, hgroup, header, footer, main, nav, figure {
  display: block;
}
img {
  display: block;
  border: none;
}
p{
	color: #fff;
}
a {
  text-decoration: none;
	color: #fff;
}
ul, ol {
  list-style-type: none;
}
body {
  font-size: 15px;
  font-family:"Josefin Sans","sans-serif","Yu Gothic medium","YuGothic", "Hiragino Sans", "Meiryo";
  background-color: #131313;
  line-height: 1.7em;
	color:#fff;
}
/*以下タブレットサイト w960px以下w420px以上はこちらを適用*/
@media screen and (max-width: 960px) and (min-width: 420px) {
 .pc{
   /* display: none;*/
  }
.wrapper{
	width: 100%;
	overflow-x: hidden !important;
}
header{
	width: 100vw;
	height: inherit;
	overflow: hidden;
	}
#mainVideo{
  width: 100%;
	
  }
	video{
			max-width: 100vw;
	min-width: 100vw;
  width: 100vw;
	}
#h1_title{
        width:96%;
	padding-top:90px;
	padding-bottom:0;
font-size:100px;
	
	height: 370px;
	
	position: relative;
	text-align: center;
	display: block;
	

	
	box-sizing: border-box;
	
	animation: fadeIn 2s ease;
background-image: url("../images/flame.png");
	background-repeat: no-repeat;
	background-size: cover;
   
  
  }

#h1_title::before{
	background-size:70%;
	left:-12%;
	top:-90px;
	
	
   
  } 
#h1_title::after{
	background-size:70%;
	
	
	right:-21%;
	top:220px;
 
  }
.h1_style{
    font-size:27px;
	position: relative;
	top:60px;
  
  
  } 
.h1_style::before{
		display: block;
	content:"";
	width:170px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left:3%;
	top:10px;

  } 
.h1_style::after{
	display: block;
	content:"";
	width:170px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right:3%;
	top:10px;
   
  }
	.read{
	width:54%;
	text-align: justify;
	margin:58px auto 0 auto;
	font-size: 14px;
	font-family:"Josefin Sans","sans-serif","Yu Gothic medium";
	letter-spacing: 0;
	font-weight: 300;
		line-height: 1.5em;
}
.logo{
    width:30%;
  height: 30%;
	position: relative;
	top:-10px;

  } 
	
#contents{
	width:96%;
	margin-top:0;
	
	
	
	}
.sectionInner{
flex-shrink: 0;
	

}
.sectionInner li .contentsInnerBox{
	width:127.4px;
	height: 177px;

	

}
.contentsInnerBox img{
		width:100%;
	height: 100%;

	}
.noimageDesign{
		width:127.4px;
	padding-top:82px;
	height: 100px;
	
		
	}
.sectionInner .contentTitleWrapper{	
		width:127.4px;
	padding-top:30px;
	
	}
.contentsTitle01{
	padding-top:10px;
	font-size:16px;

}
.contentsTitle01_02{
	font-size:50px;

	
}
.contentsTitle01_02::after{
	content:"";
	display: block;
	width:64px;
	height:1px;
	background-color: #fff;
	position: relative;
	left:32px;
	top:14px;
  
		
}
.contentsTitle01_03{
	font-size:12px;
  text-align: center;
	position: relative;
  top:20px;


	
}

#contents1{
		clear:both;
	width:96%;
	margin:0 auto;
	}
#contents1 .input_mode{
		
	width:33%;
/*  	background-image: url("../images/mode__arrow.svg");
	background-repeat: no-repeat;
	background-position: 700px center;
	background-size: 18px 18px;*/
	}
#contents1 .confirm_mode{
		
	width:33%;
	margin-left:1%;
/*	 	background-image: url("../images/mode__arrow_black.svg");
	background-repeat: no-repeat;
	background-position: 700px center;
	background-size: 18px 18px;*/
	
	
	}
#contents1 .send_mode{
		
	width:32%;
	margin-left:1%;

/*  	 	background-image: url("../images/mode__arrow_black.svg");
	background-repeat: no-repeat;
	background-position: 700px center;
	background-size: 18px 18px;*/
	
	}
#contents1 #form{
	width:100%;	
	top:20px;
	
	
	}	
#submit{
		width:100%;	
	background-position: 60% 12px;
    background-size:24px 24px;
	}
#submit:hover{
		width:100%;	
	background-position: 80% -24px;
    background-size:24px 24px;
	}
#submit:active{
		width:100%;	
	background-position: 80% -24px;
      background-size:24px 24px;
	}
#contents2{
	width:96%;
	margin:0 auto;

	
}
.message{
		margin-top:40px;
	margin-bottom:40px;
	width: 100%;
	} 
	
#sns_share{
		clear: both;
		width:96%;
		margin-top:50px;
	}
#sns_share .sns_ul .sns_li{

		width:16.5%;
}
#sns_share .sns_ul .sns_li a{
	text-indent: 28px;
	display: block;
	
	
	
	
	

	
	
	
	
	
	
	
	
}
		.sns_li a::before{
		display: none;
	}
	.line img{
		display: block;
		margin-left:40px;
		
	}
	.sns_li a svg{
	position: relative;
	left:22px;
	top:2px;
}
footer{
		width:100%;
	}
}