@charset "UTF-8";
html,body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #0f0b0a;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dt,dd,div,section,li,table,th,td,tr,form,iframe {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
.pc_hidden {
	display: none;
}
.sp_hidden {
	display: block;
}

.ld-overlay {
  position: fixed;
	color: #333;;
	font-size: 12px;
	letter-spacing: 0.4pt;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
	text-indent: -9999px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  z-index: 100;
  overflow: hidden;
}

#wrap {
	width: 100%;
	height: 100%;
	min-height: 780px;
	/*max-height: 1280px;*/
	min-width: 1100px;
	position: relative;
	/*display: flex;
	flex-direction: column;
	justify-content: space-around;*/
}
#home {
	width: 100%;
	height: 100%;
	background: #FFF url("../images/teaser/teaser2_bg.jpg") no-repeat center bottom;
	background-size: 1366px auto;
}
.home-header {
	height: 36%;
	min-height: 270px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*background: rgba(200,0,0,0.5);*/
}
@media screen and (min-height: 900px) {
	.home-header {
		height: 42%;
	}
}
#site-title {
	width: 100%;
	padding: 0 16% 0 2.5%;
}
.koukai {
	width: 168px;
	position: absolute;
	left: 50%;
	bottom: 20%;
	margin-left: 286px;
	z-index: 2;
}
.home-inner {
	position: absolute;
	bottom: 70px;
	left: 50%;
	width: 1000px;
	/*height: 400px;*/
	/*padding-right: 38%;*/
	margin-left: -500px;
}
.homebtns {
	width: 54%;
	/*height: 172px;*/
	flex-wrap: wrap;
	display: flex;
}
.homebtns li {
	width: 50%;
}
.homebtns li.homebtns-trailer {
	padding: 11% 9% 0 7%;
}
.homebtns li.homebtns-comment {
	padding: 6% 11% 0 5%;
}
.billing {
	width: 398px;
	margin-left: 11%;
}
.snsbtns {
	background: url("../images/teaser/snsbtns.png") no-repeat left top;
	background-size: 148px 84px;
	display: flex;
	flex-wrap: wrap;
	width: 148px;
	margin: 30px auto 40px 21.5%;
}
.btn-twitter,
.btn-instagram {
	width: 74px;
	height: 84px;
}
.btn-twitter a {
	display: block;
	position: relative;
	width: 100%;
	transition: all 0.4s;
}
.btn-twitter a::after {
	content: '';
	display: block;
	width: 54px;
	height: 54px;
	background: #FFF;
	position: absolute;
	top: 15px;
	left: 10px;
	opacity: 0;
	transition: all 0.4s;
}
.btn-twitter a:hover::after {
	opacity: 0.5;
}
.btn-instagram a {
	display: block;
	position: relative;
	width: 100%;
	transition: all 0.4s;
}
.btn-instagram a::after {
	content: '';
	display: block;
	width: 54px;
	height: 50px;
	background: #FFF;
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: 0;
	transform: rotateZ(-12.5deg);
	transition: all 0.2s;
}
.btn-instagram a:hover::after {
	opacity: 0.6;
}
.snsbtns li a img {
	opacity: 0;
	transition: all 0.4s;
}
.snsbtns li a:hover {
}
.copyright {
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
}
#comments-sp {
	background: #FFF;
}
@media screen and (min-width: 1367px) {
	#wrap {
		min-height: auto;
		height: 60vw;
	}
	#home {
		background: #FFF url("../images/teaser/teaser2_bg.jpg") no-repeat center bottom;
		background-size: 100% auto;
	}
	.home-inner {
		width: 100%;
		padding: 0 13%;
		left: 0;
		bottom: auto;
		top: 23.8vw;
		margin-left: 0;
	}
	.homebtns {
	}
	.snsbtns {
		margin: 30px auto 30px 17vw;
	}
	.billing {
		/*width: 398px;*/
		margin-left: 9vw;
		width: 27vw;
	}
}
@media screen and (min-width: 1480px) {
	#wrap {
		min-height: 66.3vw;
	}
	#home {
		background: #FFF url("../images/teaser/teaser2_bg.jpg") no-repeat center bottom;
		background-size: 100% auto;
	}
	.home-inner {
		width: 100%;
		padding: 0 13%;
		left: 0;
		bottom: auto;
		top: 29.5vw;
		margin-left: 0;
	}
	.home-header {
		width: 1300px;
	}
}
@media screen and (min-width: 1720px) {
	.home-header {
		width: 1400px;
	}
	.koukai {
		width: 188px;
		margin-left: 326px;
	}
}
/*@media screen and (min-width: 1480px) {
	#home {
		width: 100%;
		height: 100%;
		background: #FFF url("../images/teaser/teaser2_bg.jpg") no-repeat center bottom;
		background-size: 100% auto;
	}
	.home-header {
		height: 19vw;
	}
	.homebtns {
		width: 56%;
		height: auto;
	}
	.homebtns li.homebtns-trailer {
		padding: 13% 7% 0 10%;
	}
	.homebtns li.homebtns-comment {
		padding: 8% 12% 0 4%;
	}
	.koukai {
		width: 188px;
		margin-left: 326px;
	}
	.home-inner {
		width: 100%;
		padding: 0 12%;
	}
	.snsbtns {
		margin: 20px auto 40px 23%;
	}
	.billing {
		margin-left: 13%;
	}
}
@media screen and (min-width: 1480px) {
	#wrap {
		min-height: 1080px;
	}
	.home-header {
		width: 1400px;
		height: 50vh;
	}
	.home-inner {
		position: absolute;
		bottom: 0;
		height: 38vw;
	}
	.koukai {
		width: 208px;
		margin-left: 336px;
	}
	.billing {
		margin-left: 14%;
	}
}
@media screen and (min-width: 1600px) and (min-height: 800px) {
	.home-header {
		height: 38vh;
	}
}
/*@media screen and (min-width: 1720px) and (min-height: 1080px) {
	.home-header {
		height: 34vh;
	}
	.home-inner {
		width: 100%;
		padding: 0 13%;
	}
	.homebtns {
		width: 54%;
		height: auto;
		margin-bottom: 50px;
	}
	.billing {
		margin-left: 16.5%;
	}
}
@media screen and (min-width: 1920px) and (min-height: 1200px) {
	.home-inner {
		width: 100%;
		padding: 0 8%;
	}
	.homebtns {
		width: 54%;
		height: auto;
		margin-bottom: 50px;
	}
	.billing {
		margin-left: 16.5%;
	}
}*/
@media screen and (max-width: 920px) {
	body {
		background: #FFF;
	}
	.pc_hidden {
		display: block;
	}
	.sp_hidden {
		display: none;
	}
	#wrap {
		height: auto;
		min-height: auto;
		max-height: auto;
		min-width: 0;
	}
	#home {
		background: none;
	}
	.home-header {
		width: 100%;
		height: 60vw;
		background: #FFF;
	}
	#site-title {
		width: 90%;
		padding: 0;
		margin: auto auto 10px;
	}
	.koukai {
		width: 26%;
		position: relative;
		left: auto;
		bottom: auto;
		margin: 0 20px 20px auto;
		z-index: 2;
	}
	.trailer-sp {
    padding: 20px;
    background: #0f0b0a;
	}
  .trailer-sp iframe {
    width: 100%;
    height: 56.25vw;
	}
	.home-inner {
		position: relative;
		bottom: auto;
		left: auto;
		
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
		background: #0f0b0a;
	}
	.snsbtns {
		margin: 0 auto;
	}
	.homebtns-sp {
		width: 100%;
		height: auto;
		padding: 0 15%;
		margin: 0;
	}
	.homebtns-sp li {
		
	}
	.homebtns-sp .homebtns-comment {
		width: 100%;
		margin: 0 0 40px;
	}
	.homebtns-sp .homebtns-comment a {
		width: 100%;
		display: block;
		border: solid 2px #FFF;
		text-decoration: none;
		color: #FFF;
		border-radius: 5px;
		text-align: center;
		font-size: 23px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.billing {
		background: #0f0b0a;
		width: 100%;
		margin: 20px 0 0;
		padding: 0;
	}
	#comments-sp {
		background: #FFF;
		padding: 20px;
	}
	#comments-sp dl {
		margin: 0 0 30px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		line-height: 1.4em;
		letter-spacing: 0.4pt;
	}
	#comments-sp dt {
		display: inline-block;
		background: #000;
		padding: 0 5px;
		line-height: 1.4em;
		color: #FFF;
		margin-bottom: 15px;
	}
	#comments-sp dt span {
		color: #df0050;
		margin: 0 7px;
	}
	#comments-sp dd {
	
}
	
/*#site-title,
.snsbtns {
	opacity: 0;
}*/

/*.is_loaded #site-title {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
	-webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.is_loaded .snsbtns {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
	-webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.is_loaded .copyright {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
	-webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}*/


@-webkit-keyframes scaleLeft {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes scaleLeft {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes moveLeft {
  from {
		transform: translateX(40px);
    opacity: 0;
  }
  to {
		transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes moveLeft {
  from {
		transform: translateX(40px);
    opacity: 0;
  }
  to {
		transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes moveBottom {
  from {
		transform: translateY(-40px);
    opacity: 0;
  }
  to {
		transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes moveBottom {
  from {
		transform: translateY(-40px);
    opacity: 0;
  }
  to {
		transform: translateY(0px);
    opacity: 1;
  }
}

.fadein {
  opacity : 0;
  transform: translateY(40px);
  transition: all 1.6s;
}
.fadeinLeft {
  opacity : 0;
  transform: translateY(40px) translateX(-40px);
  transition: all 1.6s;
}
.fadeinRight {
  opacity : 0;
  transform: translateY(40px) translateX(40px);
  transition: all 1.6s;
}