/***********************************************************

 * top

************************************************************/
@media screen and (max-width:640px) {
  #contents{
    padding-top: 60px;
  }
}
section{
  z-index: 2;
}
.__vid {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
  z-index: -1;
  top: 0;
}
.__vid:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/top/video-over.png") repeat center center;
	background-size: cover;
	z-index: 1;
}
.__vid video {
	/*width: auto;
	height: 100%;
	vertical-align: bottom;*/
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width:768px) {
	.__vid {
		height: auto;
    padding-bottom: 100vh;
	}
/*	.__vid video {
		width: auto;
		height: 100%;
		position: absolute;
		
		right: -100%;
		bottom: -100%;
		top: -100%;
		left: -100%;
		max-width: inherit;
		margin: auto;
	}*/
  .__vid:before {
    background: url("../img/top/video-over_sp.png") repeat center center;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 640px) {
	/*.__vid {
    	padding-bottom: 125%;
	} */ 
}
/*--------------------------------------*/
/*--------------------------------------*/
.top{
	padding-bottom: 45%;
	position: relative;
}
.top h1.logo{
	position: absolute;
	width: 20%;
	bottom: auto;
	top: 3%;
	left: 2%;
	right: auto;
	margin: auto;
}
.top .copy{
	position: absolute;
	width: 3%;
	top: 5%;
	right: 2%;
	left: auto;
	margin: auto;
}
.top .title{
	position: absolute;
	width: 38%;
	bottom: 9%;
	right: auto;
	left: 2%;
	margin: auto;
}
.top .head-copy{
	position: absolute;
	width: 50%;
	bottom: 3%;
	right: auto;
	left: 2%;
	margin: auto;
}
.top .roadshow{
	position: absolute;
	width: 22%;
  bottom: 18%; 
  /*bottom: 3%;*/
	right: 2%;
	left: auto;
	margin: auto;
}
.top .bnr-japanpremier,
.top .bnr-presentation,
.top .bnr-event{
	position: absolute;
	width: 22%;
	bottom: 3%;
	right: 2%;
	left: auto;
	margin: auto;
}
/*@media screen and (max-width: 950px) {
  .top{
    padding-bottom: 38%;
  }
}
@media screen and (max-width: 768px) {
  .top{
    padding-bottom: 35%;
  }
}*/
@media screen and (max-width: 640px) {
	.top{
		padding-bottom: 170%;
	}
  .top h1.logo{
    width: 50%;
    top: 3%;
    left: 2%;
  }
  .top .copy{
    width: 8%;
    top: 3%;
    right: 2%;
  }
  .top .title{
    width: 90%;
    bottom: 14%;
    /*bottom: 35%;*/
    right: 0;
    left: 0;
    margin: auto;
  }
  .top .head-copy{
    width: 90%;
    bottom: 3%;
    /*bottom: 14%;*/
    right: 0;
    left: 0;
    margin: auto;
  }
  .top .roadshow{
    position: absolute;
    width: 65%;
    bottom: 14%;
    /*bottom: 24%;*/
    right: 0;
    left: 0;
    margin: auto;
  }
  .top .bnr-japanpremiere,
  .top .bnr-presentation,
  .top .bnr-event{
    /*position: absolute;
    width: 65%;
    bottom: 2%;
    margin: auto;
    right: 0;
    left: 0;*/
    display: none;
  }
}
/***********************************************************
 * header navi
************************************************************/
nav{
	width: 100%;
	background: url("../img/top/bg-black.jpg") no-repeat center center;
	background-size: 100% auto;
	position: relative;
	z-index:99;
	display: flex;
	justify-content: flex-end;
	/*height: 80px;*/
	align-items:center;
	box-sizing: border-box;
  transition: all .2s;
	padding: 0 20px;
	z-index: 99;
}
nav p{
	display: none;
}
.fixed {
  left: 0;
  position: fixed;
  top: 0;
}
.navi{
	width: 100%;
	/*position: fixed;
	top: 0;
	right: 0;
	background: #000;*/
	/*display: none;*/
	box-sizing: border-box;
}
nav ul{
	font-size: 35px;
	display: flex;
	/* justify-content: flex-end; */
	/* align-items: inherit; */
	width: 100%;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
	justify-content:flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	/*padding: 50px;
	height: 100vh;*/
	box-sizing: border-box;
}
nav ul li{
	margin: 5px .8vw;
	position: relative;
	font-weight: 500;
	line-height: 1.5;
	height: 17px;
}

nav ul li img{
	width: auto;
	height: 100%;
	margin: 0 auto;
}
nav ul li.active:after,
nav ul li:hover:after{
	width: 100%;
}
nav ul li.active a{
	pointer-events: none;
}
nav ul li a{
	color: #fff100;
}
nav ul._sns{
	width: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
  left: auto;
  justify-content: flex-end;
  padding: 10px 0;
  
	/*font-size: 35px;
	display: flex;
	padding: 15px 0;
	text-align: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;*/
}
nav ul._sns li{
  height: 22px;
}
/*nav ul._sns li{
	margin: 5px .8vw;
	position: relative;
	font-weight: 500;
	line-height: 1.5;
	height: 17px;
}
*/
.menu {
	width: 40px;
	height: 50px;
	/*top: 10px;*/
	right: 10px;
	position:relative;
	cursor:pointer;
	z-index:99999999;
	display: none;
}
.menu1 {
	width: 40px;
	height: 5px;
	background-color: #F8C802;
	position:absolute;
}
.menu2 {
	width: 40px;
	height: 5px;
	background-color: #F8C802;
	position:absolute;
	top: 13px;
}
.menu3 {
	width: 40px;
	height: 5px;
	background-color: #F8C802;
	position:absolute;
	top: 26px;
}
.menu1,.menu2,.menu3 {
	transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	opera-moz-transition:all .5s ease-out;
	firefox-webkit-transition:all .5s ease-out;
	chromesafari-ms-transition:all .5s ease-out;
	/* box-shadow: 0 0 3px 2px rgba(0,0,0,0.3); */
}
.menuclick1 {
	top:13px;
	bottom: 0;
	-moz-transform:rotate(405deg);
	-webkit-transform:rotate(405deg);
	-o-transform:rotate(405deg);
	-ms-transform:rotate(405deg);
	transform:rotate(405deg)
}
.menuclick2 {
	opacity:0
}
.menuclick3 {
	top:13px;
	bottom: 0;
	-moz-transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg);
	-o-transform:rotate(-405deg);
	-ms-transform:rotate(-405deg);
	transform:rotate(-405deg)
		
}
@media screen and (max-width: 640px) {
	nav{
		position: fixed;
		top: 0;
		width: 100%;
		padding: 0;
		justify-content: space-between;
		height: 60px;
		display: block;
    background: url("../img/top/bg-black.jpg") no-repeat center center;
    background-size: 100% auto;
	}
	nav p {
		color: #fff100;
		display: block;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		width: calc(100% - 180px);
	}
	nav .menu {
		display: block;
		top: 14px;
		left: 15px;
	}
	nav ._sns{
		margin: 0 auto;
		right: 0;
		height: 70px;
	}
  nav ul._sns li{
    height: 25px;
    margin: 0 10px;
  }
	.navi {
    background: url("../img/top/bg-black.jpg") no-repeat center center;
		background-size: auto 100vh;
		position: fixed;
		display: none;
		top: 0;
		left: 0;
		height: 100%;
    z-index: 1;
	}
	.navi ul {
		padding: 50px 0 20px;
		background: none;
		text-align: center;
		width: auto;
	}
	.navi ul li{
		display: block;
		border-right: none;
		width: 100%;
		padding: 15px 0;
		box-sizing: content-box;
		margin: 0;
		font-weight: 600;
		font-size: 20px;
		height: 20px;
	}
	.navi ul ._logo {
		position: relative;
		left: 0;
		margin-bottom: 30px;
	}
	
	.navi ul li > ul {
		position: relative;
		width: 100%;
		background: none;
		padding: 0;
		top: 10px;
		margin-top: 10px;
	}
	.navi ul li:hover{
		background: none;
	}
	.navi ul li.active:after, nav ul li:after{
		content: none;
	}
	.navi ul li a{
		color: #fff100;
	}
	.navi ul li > ul li {
		background: none;
		font-size:12px;
		letter-spacing: .2em;
		width: 100%;
		padding: 10px 0;
		border-top: solid 1px #fe5a55;
		border-bottom: none;
		margin: 0;
	}
	.navi ul li > ul li a{
		height: auto;
		line-height: normal;
		color: #fff;
	}
	.navi ul li:hover a,
	.navi ul li > ul li:hover a,
	.navi ul li:hover p{
		color: #fff;
	}
	.navi ul li > ul li a{
		font-size: 12px;
	}
}

/*--------------------------------------*/
.bnr-area{
  background: #000;
  padding: 35px 0;
}
.bnr-list{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bnr-list li{
  margin: 0 5px 10px;
  /* width: calc(50% - 10px);
  max-width: 320px; */
  width: 25%;
}
.bnr-list li.bnr-list-item--short{
  /* margin: 0 5px 10px;
  width: calc(50% - 10px); */
  /* max-width: 320px; */
  width: 20.845%;
}
.bnr-area .bnr-japanpremier,
.bnr-area .bnr-presentation{
  display: none;
}
@media screen and (max-width: 640px) {
  .bnr-area .bnr-japanpremier,
  .bnr-area .bnr-presentation,
  .bnr-area .bnr-event{
    display: block;
    margin: 20px auto;
    width: 90%;
  }
  .bnr-list{
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  .bnr-list li,
  .bnr-list li.bnr-list-item--short{
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.mvtk{
  background-color: #000;
  /* display: none; */
}

#mvtk-widgets-container {
  margin: 0 auto;
}

@media screen and (min-width:769px) {
  /* .mvtk.-active{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
  } */
  /* .mvtk-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  }
  .mvtk-close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: -35px;
    right: -35px;
  }
  .mvtk-close span{
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  } */
  /* .mvtk-close span:nth-child(1){
    transform: rotate(-45deg);
  }
  .mvtk-close span:nth-child(2){
    transform: rotate(45deg);
  }
  .mvtk-inner{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background-color: #ccc;
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
    min-height: 150px;
  } */
  .mvtk {
    /*padding: 0 0 5% 0;*/
    padding: 35px 0;
  }
  .mvtk-inner{
    /* background-color: #ccc; */
    width: 90%;
    /* max-width: 800px; */
    /* min-height: 150px; */
    margin: 0 auto;
  }
}

@media screen and (max-width:768px) {
  .mvtk{
    display: block;
    background-color: #000;
    /*padding: 0 0 10% 0;*/
    padding: 10% 0 10% 0;
  }
  .mvtk-inner{
    min-width: 80%;
    /* min-height: 50vw; */
    /* background-color: #ccc; */
    margin: 0 auto;
  }
}
.bnr-square{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 35px auto 0;
}
.bnr-square li{
  margin: 0 5px 10px;
  /* width: calc(50% - 10px);
  max-width: 320px; */
  width: calc(20% - 10px);
  max-width: 200px;
}
@media screen and (max-width: 640px) {
  .bnr-square{
    flex-wrap: wrap;
  }
  .bnr-square li{
    width: calc(33% - 10px);
    margin: 0 5px 10px 5px;
  }
}

/*--------------------------------------*/
.movie{
  background: url("../img/top/bg-yellow.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.movie ._inner{
  max-width: 950px;
}
/*yotube*/
.movie-wrap {
	margin: 0 auto 20px;
	width: 100%;
	/*max-width: 720px;*/
	max-width: 100%;
	position: relative;
	/*top: 50%;
	left: 0;
	transform: translateY(-50%);*/
}
.movie-wrap-inner {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.movie-wrap-inner iframe {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}
.trailer-thumb ul {
	margin: 0 -20px;
}
.trailer-thumb li {
	padding: 0 20px;
}
.trailer-thumb li a {
	display: block;
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	cursor: pointer;
}
@media screen and (max-width:640px) {
  .movie{
    background: url("../img/top/bg-yellow.jpg") no-repeat center center;
    background-size: auto 100%;
  }
  .movie ._inner{
    width: 85%;
  }
  .trailer-thumb ul {
    margin: 0 -10px;
  }
  .trailer-thumb li{
    padding: 0 10px;
  }
}
.slick-dots li{
  width: 15px;
  height: 15px;
}
/* Slick Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	transition: 0.2s all;
}
.slick-prev:before, .slick-next:before {
	/*font-family: 'slick';*/
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev:before{
  content: '◀';
}
.slick-next:before{
  content: '▶';
}

.slick-dots li{
  margin: 0;
  padding: 0;
}
.slick-dots li button:before{
  color: white;
  opacity: 1;
}
.slick-dots li.slick-active button:before{
  opacity: 1;
}
.slick-dots{
  border: 0;
}
@media screen and (max-width: 640px) {
  .slick-prev{
    left: -5%;
  }
  .slick-next{
    right: -5%;
  }
  .slick-prev:before, .slick-next:before{
    font-size: 15px;
  }
}
/*--------------------------------------*/
.intro{
}
.intro-ttl{
}
.intro h3{
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .intro-ttl{}
  .intro-ttl img{
    height: 85px !important;
  }
}
/*--------------------------------------*/
.photo-1,
.photo-2{
  padding: 0;
  display: flex;
  background: #000;
}
._ph01,._ph02{
  padding-bottom: 33%;
  width: 50%;
}
.photo-1 ._ph01{
  background: url(../img/top/photo-1-1.jpg);
	background-size: cover;
	background-repeat-y: no-repeat;
}
.photo-1 ._ph02{
  background: url(../img/top/photo-1-2.jpg);
	background-size: cover;
	background-repeat-y: no-repeat;
}
.photo-2 ._ph01{
  background: url(../img/top/photo-2-2.jpg);
	background-size: cover;
	background-repeat-y: no-repeat;
}
.photo-2 ._ph02{
  background: url(../img/top/photo-2-1.jpg);
	background-size: cover;
	background-repeat-y: no-repeat;
}

@media screen and (max-width: 640px) {
  ._ph01,._ph02{
    padding: 0;
  }
  ._ph01{
  }
  ._ph02{
  }
}

/*--------------------------------------*/
.character{
  background: url("../img/top/bg-yellow.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.character ._inner{
  max-width: 1100px;
}
.diagram{
  position: relative;
}
.diagram > img{
  position: relative;
  z-index: 1;
  pointer-events: all;
}
.diagram map{
  position: static;
  z-index: 3;
}
.diagram area{
  cursor: pointer;
}
.diagram:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("../img/top/diagram.png") no-repeat center center;
  background-size: 100% auto;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .character{
    background: url("../img/top/bg-yellow.jpg") no-repeat center center;
    background-size: auto 100%;
  }
  .character ._inner{
    width: 100%;
  }
  .diagram-wrap{
    overflow-x: scroll;
    padding: 20px;
  }
  .diagram{
    width: 180%;
  }
  ._scroll{
    width: 70%;
    margin: 5% auto;
  }
}
/*--------------------------------------*/
.director{
  background: url("../img/top/bg-black.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.director-cont{
  margin-bottom: 100px;
}
.director-ttl{
}
.director-name{
  font-size: 35px;
  margin: 30px 0;
  line-height: 1;
}
.director-name span{
  font-size: 20px;
  vertical-align: middle;
  margin-bottom: 0.3em;
  display: inline-block;
}
.director-list{
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.director-list li{
  width: calc((100% / 3) - 20px);
}
.original-ttl{
}
.original-flex{
  display: flex;
}
.origina-img{
  width: 30%;
  margin-right: 40px;
}
.original-txt{
  width: calc(70% - 40px);
}
.original-name {
  margin-bottom: 40px;
}
.original-name h3{
  font-size: 35px;
  line-height: 1;
}
.original-name h3 span{
  font-size: 20px;
  vertical-align: middle;
  margin-bottom: 0.3em;
  display: inline-block;
}
.original-name p{
  font-size: 15px;
}
.original-name p span{
  font-size: 80%;
}
.original-link{
  max-width: 270px;
  width: 90%;
  margin: 50px auto;
}
.original-link a{
  border: solid 1px #F8C802;
  color: #F8C802;
  text-align: center;
  font-size: 30px;
  display: block;
  font-weight: bold;
  transition: all .5s;
}
.original-link a:hover{
  background: #F8C802;
  color: #000;
}
@media screen and (max-width: 640px) {
  .director{
    background: url("../img/top/bg-black.jpg") no-repeat center center;
    background-size: auto 100%;
  }
  .director-list li{
    width: calc((100% / 2) - 10px);
  }
  .director-list li:last-child{
    display: none;
  }
  .original-flex{
    flex-wrap: wrap;
  }
  .origina-img{
    width: 70%;
    margin:0 auto 50px;
  }
  .original-txt{
    width: 100%;
  }
  .original-name p {
    line-height: 1.5;
  }
  .original-name p span{
    display: block;
  }
}
/*--------------------------------------*/
.gallery{
  background: url("../img/top/bg-yellow.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.gallery ._inner{
  max-width: 1150px;
}
.gallery-ttl{
}
.gallery-list{
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.gallery-list li{
  width: calc((100% / 3) - 30px);
  margin:0 30px 30px 0;
  position: relative;
}
.gallery-list li:nth-child(3n){
  margin-right: 0;
}
/*.gallery-list.close li:nth-child(n + 13){
  display: none;
}*/
.gallery-list a:before{
  content: "＋";
  background: #000;
  width: 30px;
  height: 30px;
  color: #F9BE00;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
}
.gallery-list-item.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}
.list-more {
  max-width: 270px;
  width: 70%;
  margin: 50px auto 0;
}
.list-more a{
  border: solid 1px #000;
  color: #000;
  text-align: center;
  font-size: 30px;
  display: block;
  font-weight: bold;
  transition: all .5s;
  text-decoration: none;
}
.list-more a:hover{
  background: #000;
  color: #F8C802;
}
.gallery-list-item{
  transition: all 0.4s ease 0s;
}
.gallery-list-item.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .gallery{
    background: url("../img/top/bg-yellow.jpg") no-repeat center center;
    background-size: auto 100%;
  }
  .gallery-list li{
    width: calc((100% / 2) - 10px);
    margin:0 20px 20px 0;
  }
  .gallery-list li:nth-child(3n){
    margin-right: 20px;
  }
  .gallery-list li:nth-child(2n){
    margin-right: 0;
  }
  .list-more a{
    font-size: 20px;
  }
}
/*--------------------------------------*/
.outro{
  padding: 0;
  position: relative;
}
.foot-copy{
  position: absolute;
  width: 6.5%;
  top: 3%;
  left: 2%;
  right: auto;
  margin: auto;
}
.foot-catch{
  position: absolute;
  width: 13%;
  top: 4%;
  left: 13%;
  right: auto;
  margin: auto;
}
.foot-roadshow{
  position: absolute;
  width: 20%;
  left: 0;
  right: 0;
  bottom: 12%;
  margin: auto;
  z-index: 1;
}
.foot-credit{
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  bottom: 3%;
  margin: auto;
  z-index: 1;
}
.outro:after{
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 10%;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
@media screen and (max-width: 640px) {
}

/*--------------------------------------*/
footer{
}
.barrierfree{
  max-width: 240px;
  width: 50%;
  margin: 20px auto 0;
}
.l-footer__inner {
    width: 93%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    align-items: flex-end
}

@media screen and (max-width:768px) {
    .l-footer__inner {
        padding: 20% 0;
        display: block;
        width: 88%
    }
}

.l-footer__logo {
    width: 57px;
    margin: 0 41px 0 0
}

@media screen and (max-width:768px) {
    .l-footer__logo {
        width: 19%;
        margin: 0 auto 10%
    }
}

.l-footer__copyright {
    font-size: 11px;
    margin: 0 10px 0 0;
    color: #C8C8C8
}

@media screen and (max-width:768px) {
    .l-footer__copyright {
        display: block;
        margin: 0 auto 5%;
        font-size: 10px;
        text-align: center
    }
}

.l-footer__menu {
    display: flex;
    font-size: 11px
}

.l-footer__menu__item {
    border-right: 1px solid #C8C8C8;
    padding: 0 8px
}

.l-footer__menu__item:last-child {
    border: none
}

.l-footer__menu__item a {
    color: #C8C8C8
}

.l-footer__menu__item a:hover {
    text-decoration: none
}

@media screen and (max-width:768px) {
    .l-footer__menu {
        font-size: 10px;
        justify-content: center
    }
}

