
/*======================================
	CSS
=======================================*/
html {
	font-size: 62.5%;
}
html,body {
  height: 100%;
  width: 100%;
	/* background: url(../img/bg-all.jpg) no-repeat top center; */
}

body {
	font-family: Avenir, "Open Sans","Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	font-feature-settings:pwid;
	margin: 0;
	padding: 0;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	animation: fadeIn 10s ease 0s 1 normal;
	-webkit-animation: fadeIn 10s ease 0s 1 normal;
	overflow-x: hidden;
	background-size: contain;
	background-color: #fff; /*161a13*/
	background-image: url(../img/bg.jpg);
	background-size: cover;
	}

@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

/* loading */


/*PC*/

/* common */
.pc {
	display: block;
}
.sp {
	display: none;
}

.fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 1s;
}
.title {
	margin-bottom: 40px;
}



img {
	width: 100%;
	height: auto;
}


/*bg-video*/

video {
  width: 100%;
}
.video-container{
	position: sticky;
  overflow-x: hidden;
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: #000;
}

.sidebar{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}

/*TOP*/
.top-left {
  width: 50%;
  margin-left: 2.5%;
	margin-right: 2.5%;
  float: left;
}
.top-right {
  float: right;
  width: 40%;
  margin-right: 2.5%;
	margin-left: 2.5%;
}

.top {
	overflow: hidden;
	/* max-width: 1600px; */
	margin: 0 auto;
	/* background: #000; */
  position: relative;
	padding-top: 50px;
}
.top-main {
	width: 80%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
.top-movie {
    width: 85%;
    margin: 20px auto 50px;
		background-color: #fff;
}
.top-movie a{
  position: relative;
}

.top-movie a:after{
	content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  display: inline-block;
  pointer-events: none;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: all .5s;
  margin-left: -40px;
}

.top-movie a:hover:after{
  background: url(../img/icon-play.svg); /* 表示する画像 */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
	opacity: 1;
	transition: all .5s;
}
.top-movie img:hover {
	opacity: .7;
}

.top-main .end-img {
	z-index: 1;
}

.top-credit {
	margin: 10px auto;
	width: 13%;
	margin: 10px auto;
	position: absolute;
	right: 11%;
	bottom: 12%;

	animation: fuwa 3s linear infinite;
	transform-origin: 50% 50%;
	margin: 1rem 0 !important;
	z-index: 20;
	transition:  all .3s;
}
.top-credit:hover {
	opacity: 0.6;
	transition: all .3s;
}
@keyframes fuwa {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}
.top-date {
  width: 90%;
  margin: 20px auto;
	position: relative;
}
.top-catch {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*sns*/
.sns {
	width: 112px;
	position: absolute;
	top: 30px;
	right: 50px;
	z-index: 5;
}
.sns-fb, .sns-tw {
	width: 50px;
	height: auto;
}
.sns-fb {
	float: left;
}
.sns-fb:hover, .sns-tw:hover, .btn-news:hover {
	opacity: 0.5;
	transition: all .3s;
}
.sns-tw {
	float: right;
}

/*news*/
.news {
  margin-top: 50px;
  padding-top: 50px;
  clear: both;
	overflow: hidden;
}
.news-tw {
  float: left;
  width: 40%;
	margin-left: 5%;
  margin-right: 5%;
}
.news-fb {
    float: right;
    width: 40%;
		margin-left: 5%;
}
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:600px;
}
.title {
	height: 40px;
	width: auto;
}
.title img {
	height: 100%;
	width: auto;
}

.top-r-btnarea {
	overflow: hidden;
}

/*btn*/
.top-btn {
    padding-bottom: 50px;
		margin-bottom: 50px;
}
.btn-comment {
  width: 45%;
  float: left;
}
.btn-news {
	width: 45%;
	float: right;
}
.date-text {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	margin-top: 20px;
}



.trailer-btn {
	float: left;
	width: 95%;
	margin-left: 5%;
}
.youtube {
	float: left;
	width: 50%;
}
.btn {
	float: right;
	width: 50%;
	height: auto;
}

.btn-ldh img {
	width: 80px;
}
.btn-ldh:hover {
	transition: all .3s;
	opacity: .3;
}

.bnr-area {
	margin-top: 40px;
    margin-bottom: 100px;
    overflow: hidden;
}
.campaign {
	margin-top: 40px;
}
.bnr-li {
	width: 32%;
	height: auto;
	float: left;
	margin-bottom: 2%;border: 1px solid #000;
}
.bnr-li.middle {
	margin-left: 2%;
	margin-right: 2%;
}

/*content*/
.content {
	background: url(../img/main/main-bg-nobu.png);
	background-size: contain;
	background-repeat: no-repeat;
	clear: both;
}
#inline_content {
    width: 60%;
		margin-right: 20%;
		color: #000;
		margin-left: 20%;
}
.comment-title1 {
	font-size: 26px;
	margin-bottom: 10px;
	text-align: center;
}
.comment-title {
	font-size: 22px;
	margin-bottom: 10px;
}
.comment-li {
	margin-bottom: 20px;
}
.comment-text {
	font-size: 15px;
}

/*comment*/

/*intro*/

.inner {
	width: 75%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.intro {
    clear: both;
    margin-top: 100px;
    padding-top: 20px;
		z-index: 100;
}

.intro-title {
	width: 75%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.intro-img {
  margin-bottom: 200px;
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 50px;
  padding-bottom: 100px;
}
.intro-text {
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
	font-feature-settings: "palt";
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	position: absolute;
	bottom: 50px;
	color: #fff;
	left: 50%;
	margin-left: -40%;
}
.intro-text span {
	font-size: 22px;
	color: #e7141a;
	font-weight: bold;
}
.comment-img img {
	height: 100%;
	width: auto;
}
.photo-scroll img {
	height: 240px;
	width: auto;
}

/*cast*/
.cast {
	background: url(../img/cast/bg-cast.jpg) top center no-repeat;
	overflow: hidden;
	background-size: cover;
	padding-bottom: 200px;
	padding-top: 100px;
}
.cast-sub {
	clear: both;
	padding-top: 100px;
}
.cast-main-li {
	width: 30%;
	float: left;
}
.cast-main-li.ichihara {
	margin-left: 5%;
	margin-right: 5%;
}
.cast-main-name {
	margin-bottom: 20px;
}
.cast-main-01 {
	clear: both;
		background: url(../img/cast/bg-cast-01.jpg) top center no-repeat;
		background-size: cover;
		width: 100%;
		height: 700px
}
.cast-main-02 {
	clear: both;
		background: url(../img/cast/bg-cast-02.jpg) top center no-repeat;
		background-size: cover;
		width: 100%;
		height: 700px
}
.cast-main-03 {
	clear: both;
		background: url(../img/cast/bg-cast-03.jpg) top center no-repeat;
		background-size: cover;
		width: 100%;
		height: 700px
}
.cast-main-box {
    width: 40%;
    margin-left: 20px;
    padding-top: 100px;
		color: #fff;
}
.cast-main-name {
	margin-bottom: 30px;

}
.cast-main-text {
	clear: both;
	margin-top: 30px;

	font-feature-settings: "palt";
	background-color: rgba(0, 0, 0, 0.8);
	padding: 2%;
}
.cast-photo {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.cast-li02 .cast-photo {
	float: right;
	margin-left: 2%;
	margin-right: 0;
}
.cast-right {
	float: right;
	width: 48%;
	margin-right: 2%
}
.cast-li02 .cast-right {
	float: left;
	margin-left: 2%;
	margin-right: 0;
}
.cast-li {
	width: 50%;
	float: left;
}
.cast-li01,.cast-li02 {
	clear: both;
	padding-top: 40px;
}
.cast-text {
	font-feature-settings: "palt";
	font-size: 12px;
}
.staff {
	background: url(../img/staff/bg-staff-re.jpg) top center repeat;
	overflow: hidden;
	padding-bottom: 100px;
	background-size: cover;
}
#cast-takahiro {
	background: url(../img/cast/bg-cast-01.jpg) top center no-repeat;
  width: 100%;
	height: 100%;
}
.cast-01 {
	background: url(../img/cast/bg-cast-01.jpg) top center no-repeat;
	width: 100%;
	height: 100%;
}
/*staff*/
.staff {
	padding-top: 100px;
}
.director-left {
	float: left;
	width: 35%;
	margin-right:15%;
	max-width: 600px;
}
.director-right {
	float: right;
	width: 50%;
}
.name-d,.name-mwam {
	margin-top: 30px;
	margin-bottom: 40px;
}
.text-n {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	font-feature-settings: "palt";
}
.mwam {
	clear: both;
	padding-top: 50px;
	background: url(../img/staff/photo-mwam.jpg) top center no-repeat;
  background-size:cover;
  background-attachment: fixed;
  background-position: top center;
	max-width: 1400px;
  z-index: 10;
  position: relative;
  padding-top: 1px;
  padding-bottom: 100px;
	height: 800px;
}
.mwam-btm {
	margin-top: 300px;
	width: 70%;
}


/*end*/
.end-photo {
	background: url(../img/staff/bg-staff.jpg) top center no-repeat;
}
.end {
	z-index: 100;
	padding-top: 200px;
}
.end-catch {
  width: 90%;
  margin: 0 auto;
  max-width: 1800px;
  margin-bottom: 50px;
}
.end-credit {
    width: 80%;
    margin: 0 auto;
}
.end-img {
    margin-top: -150px;
    z-index: -1;
    position: relative;
}
.credit {
	font-size: 12px;
}

/*credit*/
.credit {
	padding-bottom: 200px;
	/* background: #000; */
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
.credit-text {
	font-size: 1.4rem;
	width: 80%;
	margin: 0 auto;
	max-width: 1600px;
}
.credit-text span {
	font-size: 1.2rem;
	margin-top: 20px;
	margin-bottom: 100px;

}
.sns-share {
    width: 400px;
    margin: 20px auto;
}
.sns-share ul li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 2px;
    padding-left: 2px;
    line-height: 0;
}

/* GO TOP */
#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
		transition: all .3s;
}
#page-top a:hover {
    text-decoration: none;
		opacity: 0.5;
		transition: all .3s;
    /* background: #999; */
}


/*nav*/
/* ====================================================
　グローバルナビゲーションのスタイル
==================================================== */

/* header */
.header {
	position: fixed;
	background: #9b6840;
	width:100%;
	height: 80px;
	bottom: -80;
	left: 0;
	z-index: 1000000;
}


/* header  */


/* MENU */
#top-head .inner {
    width: 980px;
    margin: 0 auto;
}
#top-head .inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -180px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
		width: 72px;
}

#top-head .logo img {
	width: 100%;
	height: auto;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 6px;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 15px;
    height: 55px;
    background: #fff;
    background: rgba(0, 0, 0, 0.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 20px;
		border-bottom: 0px;
		font-size: 12px;
}
#top-head.fixed #global-nav ul li a:hover {
    color: #ad8612;
		border-bottom: 1px solid #ad8612;
    /* padding: 0 20px; */
		transition: all .2s;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
@media screen and (max-width: 900px) {
    #top-head .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
				padding: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
				width: 80px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
		    background: rgba(0, 0, 0, .9);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		    background: rgba(0, 0, 0, .9);
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }

		#nav-toggle span {
		    background: #fff;
		}
		#top-head.fixed #global-nav ul li a:hover {
		    color: #000;
				border-bottom: 0px;
				transition: all .2s;
		}
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
		.open #global-nav {
			display: contents;
}
}


@media screen and (max-width: 900px) {
	/*common*/
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.inner {
		width: 90%;
	}
	.bg {
		background: url(../img/top/top-bg-sp.jpg) top center no-repeat;
		background-size: contain;
	}
	.photo-scroll img {
		height: 125px;
		width: auto;
	}
	.title {
		height: 28px;
	}

	/*TOP*/
	 video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translate(-50%,-50%);
}
	.video-container{
		position: relative;
		display: none;

	}
	.top {
		padding-bottom: 0;
		padding-top: 0;
	}
	.top-main {
		width: 100%;
		padding-top: 55px;
	}
	.top-left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
}
	.top-right {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-top: 20px;
	}
	.top-movie {
	    width: 90%;
	}
	.top-catch{
    width: 90%;
    margin: 0 auto 40px;
	}
	.top-r-btnarea {
    width: 100%;
		padding-top: 40px;
	}
	.title {
		width: 80%;
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.date-img {
		width: 80%;
		margin-top: 20px;
	}
	.btn {
    float: none;
    width: 100%;
		overflow: hidden;
		padding-top: 30px;
	}
	.btn-comment {
    width: 60%;
    float: none;
		margin: 0 auto;
	}
	.btn-news {
		width: 60%;
    margin: 20px 20%;
	}
	.sns {
		/* margin: 20px auto; */
	}
	.youtube {
		float: none;
		width: 100%;
    padding-top: 56.25%;
    position: relative;
	}
	.youtube iframe{
	  position:absolute;
	  top:0;
	  right:0;
	  width:100%;
	  height:100%;
	}
	.top-credit {
		width: 90%;
	}

	.date-text {
		font-size: 2rem;
	}
	.btn-ldh {
		width: 70%;
	}
	.sns {
		position:static;
		margin: 0 auto;
	}
	/*bnr*/
	.bnr-li {
		width: 100%;
	}

	.bnr-li.middle {
		margin-left: 0;
		margin-right: 0;
	}
	/*news*/
	.news-tw {
    float: none;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 50px;
	}
	.news-fb {
    float: none;
    width: 90%;
    margin-left: 10%;
}

	/*comment*/
	#inline_content {
    width: 80%;
		margin-right: 10%;
		color: #000;
		margin-left: 10%;
		margin-top: 50px;
	}

	/*main*/
	.intro-title {
    width: 90%;
	}
	.intro-text {
		font-size: 14px;
		width: 90%;
		font-weight: bold;
		position: relative;
		left: auto;
		margin-left: auto;
		color: #000;
		margin-top: 20px;
		font-weight: bold;
		margin-top: 20px;
		overflow: hidden;
	}
	.intro-text span {
    font-size: 20px;
	}
	.intro {
		margin-top: 100px;
		position: relative;
	}
	.intro-img {
		width: 100%;
		padding-bottom: 40px;
	}
	.fb-page {
		height: auto;
	}
	/*cast*/
	.cast {
		padding-bottom: 100px;
		padding-top: 50px;
	}
	.cast-main-li {
    width: 100%;
    float: none;
	}
	.cast-main-li.ichihara {
    margin-left: 0;
    margin-right: 0;
	}
	.cast-li {
		width: 100%;
		float: none;
	 margin-left: 0;
	}
	.cast-photo {
    float: none;
    width: 100%;
    margin-bottom: 20px;
	}
	.cast-sub {
    padding-top: 0;
	}
	.cast-text {
    font-size: 14px;
		margin-top: 20px;
	}
	.cast-right {
	    float: none;
	    width: 100%;
			margin-bottom: 40px;
	}
	.cast-main-box {
    width: 90%;
		margin-right: 5%;
    padding-top: 300px;
		margin-left: 5%;
	}
	.cast-main-01 {
		background: url(../img/cast/bg-cast-01-sp.jpg) top center no-repeat;
		background-size: contain;
	}
	.cast-main-02 {
		background: url(../img/cast/bg-cast-02-sp.jpg) top center no-repeat;
		background-size: contain;
	}
	.cast-main-03 {
		background: url(../img/cast/bg-cast-03-sp.jpg) top center no-repeat;
		background-size: contain;
	}
	/*staff*/
	.director-left {
    float: none;
    width: 100%;
    margin-right: 0;
	}
	.director-right {
    float: none;
    width: 100%;
	}
	.mwam-btm {
    margin-top: 50px;
    width: 100%;
	}
	.mwam {
		background: url(../img/staff/bg-staff-re.jpg) top center repeat;
	}
	.text-n {
		font-size: 14px;
	}

	/*end*/
	.end {
		padding-top: 50px;
	}


	/*credit*/
	.sns-share {
		width: 100%;
	}
	.share-sns2 {
		margin-top: 10px;
	}
	.end-img {
		margin-top: 50px;
	}
	.end-bg {
		margin-bottom: 20px;
	}
	.credit {
		padding-bottom: 20px;
	}
	.credit-text {
    font-size: 1.2rem;
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
		margin-bottom: 20px;
	}
}
