@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;
}

/*以下spサイト W420pxはこちらを適用する*/
@media only screen and (max-width : 420px){
.pc,.noimageDesign{
    display: none;
  }
.wrapper{
	width: 100%;
	overflow-x: hidden !important;
}
header{
	width: 100vw;
	max-width: 100vw;
	min-width: 100vw;
    height: inherit;
	overflow: hidden;
  }
#mainVideo{
max-width: 100vw;
	min-width: 100vw;
  width: 100vw;
	
  }
	video{
		max-width: 100vw;
	min-width: 100vw;
  width: 100vw;
		margin-top:0;
		height: 100vh;
		overflow: hidden;
		
	}
#h1_title{
    width:96%;
	padding-top:60px;
	padding-bottom:0;
font-size:50px;
	background-image: none;
	height: auto;
	
	position: relative;
	text-align: center;
	display: block;
	margin-top:20px;

	
	box-sizing: border-box;
	background-color:rgba(0,0,0,0.5);
	animation: fadeIn 2s ease;
	border:solid 10px #fff;
	
	
   
  
  }

#h1_title::before{
	display: block;
	content: "";
	width:70%;
	height: 70%;
	background-size:100%;
	left:-20%;
	top:-65px;
	 background-image:url("../images/bird.png");
  background-repeat: no-repeat;
	position: absolute;
	
	
   
  } 
#h1_title::after{
	display: block;
	content: "";
	width:50%;
	height: 50%;
	background-size:100%;
	right:-21%;
	bottom:-140px;
	  background-image:url("../images/cat.png");
  background-repeat: no-repeat;
	position: absolute;
	z-index: 5;
 
  }
.h1_style{
    font-size:21px;
	position: relative;
	top:36px;
  
  
  } 
.h1_style::before{
		display: block;
	content:"";
	width:34px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left:0%;
	top:10px;

  } 
.h1_style::after{
	display: block;
	content:"";
	width:34px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right:0%;
	top:10px;
   
  }
.read{
	width:56%;
	text-align: justify;
	margin:30px auto 20px auto;
	font-size: 16px;
	font-family:"Josefin Sans","sans-serif","Yu Gothic medium";
	letter-spacing: 0;
	font-weight: 300;
}
.logo{
    width:70%;
  height: 70%;
	position: relative;
	top:0;

  } 
#contents{
  margin-top:-10px;
  width:96%;
  }
.sectionInner{
 display: block;
  width:51%;
  margin:0 auto;
  }
.sectionInner .contentTitleWrapper{
  border:hidden;
  background-color: transparent;
  margin-bottom:12px;
  } 


.contentsTitle01_03{
 text-align: justify;
  font-size:18px;
	top:8px;
	letter-spacing: 0;
	text-shadow: 0 0 3px #000;
  }
	.contentsTitle01_03::before{
		width:120%;
		display: block;
		content:"";
		height: 1px;
		background-color: #fff;
		position: relative;
		top:-10px;
		left:-10%;
	}	
.contentOther{
    margin-bottom:20px;
  } 

.noimageDesign{
    margin-bottom:20px;
  }
#contents1{
    width:96%;
 margin:0 auto;
  }
#contents1 .input_mode{
/*  float:none;*/
  margin:auto;
	width:33%;
	margin-bottom: 	12px;
  }
#contents1 .confirm_mode{
   /* float:none;*/
	margin-left:1%;
	width:33%;
	margin-bottom: 	12px;

  }
#contents1 .send_mode{
    /*float:none;*/
/*margin-top:12px;*/
  margin-left:1%;
	width:32%;
	margin-bottom: 	12px;
  }
#contents1 #form{
	clear: both;
    width:100%;
  margin-top:12px;
  } 

#submit{
  width:100%;
	background-position: 250px 13px;
    background-size:24px 24px;
  } 
#submit:hover{
  width:100%;
	background-position: 282px -20px;
    background-size:24px 24px;
  }
 #submit:active{
  width:100%;
	background-position: 282px -20px;
      background-size:24px 24px;
  }
#contents2{
	width:96%;
	margin:0 auto;

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

		
}
#sns_share .sns_ul .sns_li{

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

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