@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#fff;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#000;
	height:100%;
	background-image: url("images/bg.jpg");
    background-position:  center center;
    background-size:cover;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}



#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	line-height: 175%;
	box-sizing: border-box;
	padding:5% 0;
}

#contents_wrapper img{
	width:100%;
	height: auto;
	margin-left:auto;margin-right:auto;display:table;
}


#title{
    width:20%;
	margin:0 auto;
	overflow: hidden;
	box-sizing: border-box;
	opacity:0;
    -webkit-transition: all 1.7s;
    -moz-transition: all 1.7s;
    -o-transition: all 1.7s;
    -ms-transition: all 1.7s;
    transition: all 1.7s;
	margin-bottom: 50px;
}

.showNavi #title{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}


#youtube{
	width:50%;
	margin:0 auto;
	opacity:0;
    -webkit-transition: all 1.7s;
    -moz-transition: all 1.7s;
    -o-transition: all 1.7s;
    -ms-transition: all 1.7s;
    transition: all 1.7s;
	margin-bottom: 30px;
}

.showNavi #youtube{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 20px;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu{
	width:10%;
	margin:0 auto;
	margin-bottom: 30px;
	font-size: 11px;
	text-align: center;
	opacity:0;
    -webkit-transition: all 1.7s;
    -moz-transition: all 1.7s;
    -o-transition: all 1.7s;
    -ms-transition: all 1.7s;
    transition: all 1.7s;
	margin-bottom: 30px;
}

.showNavi .menu{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.menu a{
    display:block;
	width: 100%; /* 横幅 */
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
	padding:1%;
	color:#fff;
	border:1px solid rgba(255,255,255,0.5);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

.menu a:hover {
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	background-color:rgba(255,255,255,0.5);
	color:rgba(81,81,100,1.00);
}

#copy{
    width:15%;
	margin:0 auto;
	opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
	padding-bottom:50px;
}
  
.showNavi #copy{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}



.pcview{
	width:100%;
}

.spview{
	display: none;
}


.scrollShowEffect {
	-webkit-transition-delay: 1.5s;
	   -moz-transition-delay: 1.5s;
	    -ms-transition-delay: 1.5s;
	     -o-transition-delay: 1.5s;
	        transition-delay: 1.5s;
	-webkit-transition: all 1.5s ease-in-out;
	   -moz-transition: all 1.5s ease-in-out;
	    -ms-transition: all 1.5s ease-in-out;
	     -o-transition: all 1.5s ease-in-out;
	        transition: all 1.5s ease-in-out;
	opacity:0;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(60%, 0%, 0);
	   -moz-transform: translate3d(60%, 0%, 0);
	    -ms-transform: translate3d(60%, 0%, 0);
	     -o-transform: translate3d(60%, 0%, 0);
	        transform: translate3d(60%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-60%, 0%, 0);
	   -moz-transform: translate3d(-60%, 0%, 0);
	    -ms-transform: translate3d(-60%, 0%, 0);
	     -o-transform: translate3d(-60%, 0%, 0);
	        transform: translate3d(-60%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50%, 0);
	   -moz-transform: translate3d(0, 50%, 0);
	    -ms-transform: translate3d(0, 50%, 0);
	     -o-transform: translate3d(0, 50%, 0);
	        transform: translate3d(0, 50%, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -15%, 0);
	   -moz-transform: translate3d(0, -15%, 0);
	    -ms-transform: translate3d(0, -15%, 0);
	     -o-transform: translate3d(0, -15%, 0);
	        transform: translate3d(0, -15%, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}


.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}


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


.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}
	
	

#title{
    width:80%;
	margin:0 auto;
	overflow: hidden;
	box-sizing: border-box;
	opacity:1;
	margin-bottom: 50px;
}


#youtube{
	width:80%;
	margin:0 auto;
	opacity:1;
}

#copy{
    width:65%;
	margin:0 auto;
	opacity: 1;
	padding-bottom:50px;
}
	
}