@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","YuGothic","Yu Gothic medium","YuGothic", "Hiragino Sans", "Meiryo";
  background-color: #131313;
  line-height: 1.7em;
	color:#fff;
	font-weight: 300;
}
.wrapper{
	width: 100%;
}
header{
	height: 564px;
	
}
#mainVideo{
	width:100%;		
}
video{
	width:100%;
    margin:60px auto;
	display: block;	
	height: 580px;
	/*filter: sepia(50%);*/
	object-fit: cover;
	object-position: 100% 40%;
	position: fixed;
  top:0;
	z-index:-10;
  filter: brightness(100%);
}
#h1_title{
font-family: 'Bellota', cursive;
	font-weight: 100;
	font-size:130px;
	text-align: center;
	display: block;
	letter-spacing: .02em;
	text-shadow: 0 12px 20px #000;

	
	position: relative;


	width:1000px;
	height: 506px;
	padding:154px 0 0 0;

	margin: 100px auto 0 auto;
	box-sizing: border-box;
	background-color:rgba(0,0,0,0.5);
	animation: fadeIn 2s ease;
	background-image: url("../images/flame.png");
	background-repeat: no-repeat;
	
	
}


#h1_title::before{
	display: block;
	content:"";
	position: absolute;
width:406px;
  height: 281px;
  background-image:url("../images/bird.png");
  background-size: contain;
  background-repeat: no-repeat;
  top:-90px;
  left:-94px;
	animation: fadeIn 4s ease;
	
	z-index: 2;
	filter: drop-shadow(-10px 10px 10px rgba(0,0,0,0.6));

  	
}
#h1_title::after{
	display: block;
	content:"";
	position: absolute;
width:340px;
  height: 238px;
  background-image:url("../images/cat.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom:0px;
  right:-74px;
	animation: fadeIn 5s ease;
/*	animation-iteration-count:3;
	animation-delay:2s;
	
	animation-direction:alternate;*/
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.8));
	z-index: 3;
  	
}


.h1_style{
	font-size:40px;
	text-shadow:0px 0px 5px #151415;
	font-family: "Josefin Sans";
	top:100px;
	position: relative;
	text-align: center;
	display: block;
	font-weight: 100;
	letter-spacing: 0;
	

	
  
}
.h1_style::before{
	display: block;
	content:"";
	width:210px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left:28px;
	top:10px;
}
.h1_style::after{
	display: block;
	content:"";
	width:210px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right:28px;
	top:10px;
	
}
.read{
	width:480px;
	text-align: justify;
	margin:110px auto 0 auto;
	font-size: 14px;
	font-family:"Josefin Sans","sans-serif","Yu Gothic medium";
	letter-spacing: 0;
	font-weight: 300;
}
.logo{
	width:280px;
  margin:38px auto 0 auto;
  filter: drop-shadow(0px 10px 10px #000);

	display: block;
}
foreignObject{
  display: none;
}

#contents{
	width:1000px;
	margin:140px auto 0 auto;
	/*height: auto;*/
}

.sectionInner{
	display: flex;
	justify-content: space-between;
  margin-top:40px;

}

.sectionInner .contentTitleWrapper{
  	width:182px;
	padding-top:70px;
	/*padding-bottom:30px;*/
	border:solid 1px #fff;
  background-color:rgba(19,19,19,0.5);
	box-sizing: border-box;
}
.contentsTitle01{
	text-align: center;
	font-size:24px;
 font-weight: 200;
	line-height: 1;
}

.contentsTitle01_02{
	font-size:64px;
  text-align: center;
  /*margin-top:40px;*/
	font-weight: 100;
	
}
.contentsTitle01_02::after{
	content:"";
	display: block;
	width:64px;
	height:1px;
	background-color: #fff;
	position: relative;
	left:58px;
	top:14px;
  
		
}
.contentsTitle01_03{
	font-size:16px;
  text-align: center;
	position: relative;
  top:20px;
/*	font-weight: 400;
	font-family: "Old Standard TT", "serif";*/
	font-weight: 200;
	letter-spacing: .2em;

	
}

.noimageDesign{
  	width:182px;
	height: 132px;
  background-color: #666;
  font-size:18px;
  text-align: center;
  padding-top:118px;
  color:#efefef;
	font-weight: 200;
}
.sectionInner li .contentsInnerBox{
	width:182px;
	height: 250px;
/*	background-color: #666;*/
	position: relative;
	display: block;
/*	cursor: pointer;*/
	/*transition: all .5s ease;*/
  overflow: hidden;
	

}


.sectionInner li .contentsInnerBox:hover{
	
		
}
.sectionInner li .contentsInnerBox:after{
	opacity: 0;
	transition: all 2s ease;
		position: absolute;
	display: block;
	content: attr(data-tooltip)"";
	top:50%;
	transform: translateY(-50%);
	left: 0;
	background-color:rgba(0,0,0,0.7);
	width:182px;
	text-align: center;
	font-size:14px;
	line-height: 1.4em;
	padding:6px 0;
	font-weight: 200;
	
}
.sectionInner li .contentsInnerBox:hover::after{
	opacity: 1;
	
}
.sectionInner li .contentsInnerBox img{
  filter: brightness(50%);
  transition: all .5s ease;
}
.sectionInner li .contentsInnerBox:hover img{
  transform: scale(1.2);
   filter: brightness(100%);
/*  opacity: .7;*/
 
}
#sns_share{
	width:1000px;
	margin: 100px auto 40px auto;

	

	
}
#sns_share .sns_ul{
display: flex;
	flex-direction: row;
	flex-wrap:nowrap;
	box-sizing: border-box;
	border:solid 1px #fff;
	background-color: rgba(0,0,0, .2);
	

		
	
	
	
		
	
}
#sns_share .sns_ul .sns_li{
	
border-right:dotted 1px #fff;
	
	
	
}
#sns_share .sns_ul .sns_li:last-of-type{
	border-right:none;
}
#sns_share .sns_ul .sns_li a{
	text-align: left;
	padding-top:12px;
	padding-bottom:12px;
	text-indent: 10px;
	display: block;
	width:165px;
	cursor: pointer;
	
	

	
	
	
	
	
	
	
	
}
/*.sns_li a svg{
	position: relative;
	left:10px;
}*/




	

.facebook::after{
	transition: all 1s ease;
		display: block;
	content:"Share!";
	color:#fff;
	font-weight: 200;
	width:100px;
	height: 25px;
	border-radius: 4px;
	background-color: #3C5A99;
	margin-left:40px;
	margin-top:-26px;
	position: relative;
	opacity: 0;
	
}
.facebook:hover::after{
opacity: 1;
	
	
}


.twitter::after{
	transition: all 1s ease;
		display: block;
	content:"Share!";
	color:#fff;
	font-weight: 200;
	width:100px;
	height: 25px;
	border-radius: 4px;
	background-color: #1DA1F2;
	margin-left:40px;
	margin-top:-26px;
	position: relative;
	opacity: 0;
}
.twitter:hover::after{
opacity: 1;
	
	
}
.line img{
	padding-top:5px;
	padding-left:12px;
	display: block;
	
}

.line::after{
	transition: all 1s ease;
		display: block;
	content:"Share!";
	color:#fff;
	font-weight: 200;
	width:100px;
	height: 25px;
	border-radius: 4px;
	background-color: #00B900;
	margin-left:40px;
	margin-top:-20px;
	position: relative;
	opacity: 0;
}
.line:hover::after{
opacity: 1;
	
	
}

.hatena::after{
	transition: all 1s ease;
		display: block;
	content:"Share!";
	color:#fff;
	font-weight: 200;
	width:100px;
	height: 25px;
	border-radius: 4px;
	background-color: #5279E7;
	margin-left:40px;
	margin-top:-26px;
	position: relative;
	opacity: 0;
}
.hatena:hover::after{
opacity: 1;
	
	
}

.pocket::after{
	transition: all 1s ease;
		display: block;
	content:"Save!";
	color:#fff;
	font-weight: 200;
	width:100px;
	height: 25px;
	border-radius: 4px;
	background-color: #ee4056;
	margin-left:40px;
	margin-top:-26px;
	position: relative;
	opacity: 0;
}
.pocket:hover::after{
opacity: 1;
	
	
}

.copy::after{
	transition: all 1s ease;
		display: block;
	content:"Click!";
	color:#000;
	font-weight: 200;
	width:100px;
	height: 25px;
	border-radius: 4px;
	background-color: #D9BA6A;
	margin-left:40px;
	margin-top:-26px;
	position: relative;
	opacity: 0;
}
.copy:hover::after{
opacity: 1;
	
	
}

#contents1{
  width:1000px;
text-align: center;
  margin:100px auto 50px auto;
	
  
}
#contents1 .input_mode{
	font-size:18px;
	width:330px;
	background-color:rgba(102,102,102,0.7);
	padding:12px 0 12px 0;
	background-image: url("../images/mode__arrow.svg");
	background-repeat: no-repeat;
	background-position: 300px center;
	background-size: 18px 18px;
	float: left;
	margin-bottom:12px;
	font-weight: 200;
}

#contents1 .confirm_mode{
	color: #111;
	font-size:18px;
	width:330px;
background-color:rgba(255,255,255,0.2);
	padding:12px 0 12px 0;
	background-image: url("../images/mode__arrow_black.svg");
	background-repeat: no-repeat;
	background-position: 300px center;
	background-size: 18px 18px;
	float: left;
	margin-left:4px;
	font-weight: 200;
}
#contents1 .send_mode{
	color: #111;
	font-size:18px;
	width:331px;
background-color:rgba(255,255,255,0.2);
	padding:12px 0 12px 0;
	background-image: url("../images/mode__arrow_black.svg");
	background-repeat: no-repeat;
	background-position: 300px center;
	background-size: 18px 18px;
	float: left;
	margin-left:4px;
	font-weight: 200;
}
/*メールフォーム*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 20px;
  font-family:"Josefin Sans";
font-style:italic;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #fff;
  font-family:"Josefin Sans";
  font-size: 20px;
	font-style:italic;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  font-size: 20px;
  font-family:"Josefin Sans";
	font-style:italic;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #fff;
  font-family:"Josefin Sans";
  font-size: 20px;
	font-style:italic;
}

input::placeholder, textarea::placeholder {
  color: #fff;
  font-size: 20px;
  font-family:"Josefin Sans";
	font-style:italic;
}

input:focus::placeholder, textarea::focus:placeholder {
  color: #fff;
  font-family:"Josefin Sans";
  font-size: 20px;
	font-style:italic;
	background-color: transparent;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #fff;
  font-size: 20px;
  font-family:"Josefin Sans";
	font-style:italic;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #fff;
  font-family:"Josefin Sans";
  font-size: 20px;
	font-style:italic;
	background-color: transparent;
}






#contents1 #form {
  width: 1000px;
	position: relative;
	clear: both;
	font-weight: 200;
}

input {
  font-family:"Josefin Sans";
  font-size: 16px;
  width: 1000px;
  height: 54px;
  padding: 0px 15px 0px 15px;
  background: transparent;
/*outline:none;*/
  color: #fff;
  border: solid 1px #fff;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
	box-sizing: border-box;
	font-weight: lighter;
  border-radius: 0;
}

input:hover {
  background-color:rgba(19,19,19,0.5);
  /*color: #fff;*/
}
#email{
  font-size:20px;
}
textarea {
	font-family:"Josefin Sans";
  width: 1000px;
  max-width: 1000px;
  height: 110px;
  max-height: 110px;
  padding: 0px 15px;
  background: transparent;
/*  outline: none;*/
  color: #fff;
  font-size: 18px;
  border: solid 1px #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
	box-sizing: border-box;
  display: block;/*テキストエリアタグやインプットタグはインライン要素なのでdisplay:block;を打っておかないと下部に自動的に隙間ができる。*/
	 border-radius: 0;
	font-weight: 200;

}

textarea:hover {
  background-color:rgba(19,19,19,0.5);
  color: #fff;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
	color: #fff;
	background-color: transparent;
}

#submit {
  width: 1000px;
/*  padding: 0;*/
  margin: 0px 0px 0px 0px;
	
  letter-spacing: .15em;
font-size: 20px;
  color: #fff;
/*  outline:none;*/
  cursor: pointer;
  border: solid 1px #fff;
  border-top: none;
  background-image: url(../images/mail_row.svg);
  background-repeat: no-repeat;
  background-position:560px 11px;
  background-size:24px 24px;
  transition: all .5s ease;
	box-sizing: border-box;
	background-color:rgba(19,19,19,0.5);
}

#submit:hover {
  color: #fff;
  background-image:url(../images/mail_row.svg);
  background-repeat: no-repeat;
  background-position: 590px -24px;
  background-size:24px 24px;
  background-color:rgba(252,255,158,0.5);
  
}
#contents2{
	width:1000px;
	margin:0 auto;

	
}
.message{
	font-size: 14px;
	text-align:justify;
	margin-top:0px;
	margin-bottom:70px;
	font-feature-settings: "palt" 1;
	text-shadow:0px 0px 10px #151415;
	width: 1000px;
	margin:0 auto;
	font-weight: 300;
	letter-spacing: .02em;
	line-height: 1.8em;
	
	
	
	
	
	
}
.message a{
	text-decoration: none;
	background: linear-gradient(#fcff9e,#e3bf00) 50% 100% / 0 1px no-repeat;
	transition: all 0.5s ease;
	
	
	
	
	
}
.message a:hover{
	background-size: 100% 1.2px;
}

.message2::before{
	display: inline-block;
	content:url("../images/kakko.svg");
		position: relative;
	top:-18px;
	left:-8px;

}

.message2::after{
	display: inline-block;
	content:url("../images/kakkotojiru.svg");
	position: relative;
	top:-8px;



}
.message2{
	font-family: "Sacramento", "cursive";
	font-size:30px;
	text-align: center;
	letter-spacing: .15em;
	margin-top:20px;
	margin-bottom:20px;
}
footer{
	width:100%;
	margin:0 auto;
	height:40px;
	border-top:solid 1px #fff;
	
}

footer p{
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	font-weight: 200;
}
footer p span{
	font-size:12px;
}


/*フローティングラベル*/
.field {
  width: 1000px;
}

.field__label01{
  color: #fff;
  font-size: 12px;
font-style: italic;
  opacity: 0;
  padding: 2px 10px;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  text-align: left;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  left:0;
  top:0;
}
.field--not-empty01 .field__label01{
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.field__input01{
  background-color:none;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
}

.field--not-empty01 .field__input01 {
  padding-bottom: 2px;
  padding-top: 18px;
}

.field__label02{
  color: #fff;
  font-size: 12px;
font-style: italic;
  opacity: 0;
  padding: 2px 10px;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  text-align: left;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top:56px;
  left:0;
  
}
.field--not-empty02 .field__label02{
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.field__input02{
  background-color:none;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
}

.field--not-empty02 .field__input02 {
  padding-bottom: 2px;
  padding-top: 18px;
}

.field__label03{
  color: #fff;
  font-size: 12px;
font-style: italic;
  opacity:0;
  padding: 2px 10px;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  text-align: left;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top:110px;
  left:0;
}
.field--not-empty03 .field__label03{
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.field__input03{
  background-color:none;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
}

.field--not-empty03 .field__input03 {
  padding-bottom: 2px;
  padding-top: 24px;
}


@media (min-width: 751px) {



}

