#interstitial{
	display:block;
	background:#f4f4f4;
	/* background-color: #000; */
}
#interstitial .video-wrapper{
	position: relative;
	width: 100%;
	/* padding-top: 56.25%; */
	padding-top: 40%;
	max-width:970px;
	margin:0px auto;
}
#interstitial iframe{
 position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#interstitial video{
 position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#header h1.logo{
	transition:600ms;
}
#menu{
	transition:600ms;
}


/* popup css */
#interstitial .inner{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background:#f4f4f4;
}
/*#interstitial .video-wrapper{
  width: 50%;
  padding-top: 50%;
}
#interstitial.closed .video-wrapper{
  width: 42.5%;
  padding-top: 40%;
}
*/
/*
#interstitial.closed {
  display: none;
}
*/
#interstitial.closed .inner{
  position: static;
  height: auto;
  display: block;
}
.inter_close{
  z-index: 991;
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 970px;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.inter_close>img{
  width: 20px;
  height: 20px;
  display: block;
  margin:0 0 0 auto;
}
.inter_close>img:hover{
  opacity: .7;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/*
.inter_close.closed{
  display: none;
}
*/
/* .inter_link{
  display: none;
  color: #333;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 1.5em;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.inter_link:hover{
  opacity: .7;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media screen and (max-width:420px) {
  .inter_link{
    font-size: 14px;
  }
} */


/*#ytvideo.v-pc{
	display: block;
}

#ytvideo.v-sp{
	display: none;
}

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

#ytvideo.v-pc{
	display: none;
}

#ytvideo.v-sp{
	display: block;
}
}
*/

@media screen and (max-width:700px){
	#interstitial .video-wrapper{
	/*padding-top:56.25%;*/
    padding-top: 180%;
    width: 100%;
	}
  #interstitial.closed .video-wrapper{
    padding-top: 180%;
    width: 100%;
  }
  /* .inter_close>img{
  margin: -20px 5px 20px auto;
  } */
	#interstitial{
	padding:40px;
	/*padding-top: 40px;
    padding-bottom: 40px;*/
	}
	#interstitial:empty{
		padding:0;
	}
}
