/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
Navigation
========================================================================== */
.nav-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999999;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 5px;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
	box-shadow: 1.5px 1.5px 1.5px 1px rgba(66,32,16,0.6);
	/*box-shadow: 1.5px 1.5px 1.5px 1px rgba(102,206,209,0.6);*/
}
.nav-toggle span:before {
    top: -10px
}
.nav-toggle span:after {
    bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	
}
.nav-toggle.active span {
    background-color: transparent;
	 box-shadow: 1.5px 1.5px 1.5px 1px rgba(66,32,16,0);

}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0;
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	    box-shadow: 0 0 1px 1px rgba(66,32,16,0.6);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
	    box-shadow: 0 0 1px 1px rgba(66,32,16,0.6);
}
.navicon {
    position: relative;
    height: 26px;
}
.navicon p {
    margin: 1px 50px 0 0;
}
.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}

.li_mov{
	opacity:0.4;
}

#home {
    width: 100%;
    height: 100%;
}

/* ==========================================================================
Hero
========================================================================== */

.hero {
    position: relative;
    padding: 0 0 0 0;
    color: #FFF;
	background:#000;
}

.hero .container {
	top: 10%;
	position: relative;
	width:auto;
	margin:0;
	padding:0;
}
.hero a.nav-toggle {
	font-family: 'Mallanna', sans-serif;
	letter-spacing: 0.1em;
}
.hero .col-md-6 {
	float: right;
	text-align: right;
}

.images{
	width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
}

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

.hero img.line_img{
	display:block;
}


.hero img.mov01
 {
	width: 100%;
	height: auto;
	position:absolute;
	top:2%;
	left:0;
	opacity:0;
	transition-duration:1.5s;
	transition-delay:1.5s;
}

.hero img.mov02{
	width: 100%;
	height: auto;
	position:absolute;
	top:-2%;
	left:0;
	opacity:0;
	transition-duration:0.9s;
	transition-delay:3.3s;
}

.hero img.mov03{
	width: 100%;
	height: auto;
	position:absolute;
	top:-2%;
	left:0;
	opacity:0;
	transition-duration:0.9s;
	transition-delay:4s;
}

.hero .col-md-6.navicon {
	float: left;
	text-align: left;
	position: fixed;
	top: 30px;
	left: 15px;
	z-index: 99;
}
.hero .nav-toggle {
	right: initial;
	left: 15px;
}
.hero .navicon p {
        margin: 27px 0 0 -0.25em;
}

.sns_icon i {
	position:relative;
    top: 4px;
}

.hero a.sns_icon:hover{
	color:#00aced ;
	background: rgba(255,255,255,1.00);
}
.hero .col-md-6.navicon {
	float: left;
	text-align: left;
	position: fixed;
	top: 30px;
	left: 15px;
	z-index: 500;
}
.hero .nav-toggle {
	right: initial;
	left: 15px;
}

.hero {
    width: 100%;
}

.hero .switch{
	position:relative;
}

/* ==========================================================================
grnv
========================================================================== */

.grnv{
	/*background:#fff43a;*/
	margin:0;
	padding:0;
	position:relative;
	z-index:2;
	text-align:left;
	background:#000;
}


.grnv i {
    margin-left: 8px;
	/*color:#053e7d;*/
}

.menu{
	text-align:center;
}

.grnv ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	padding:2% 0;
	text-align:center;
	letter-spacing: -.40em;
}

.grnv img{
	margin:0;
	padding:0;
	widows:20%;
	max-width:330px;
}

.grnv ul li {
	width: 20%;
	height: auto;
	overflow: hidden;
	margin: 0 0 0 0.5%;
	list-style: none;
	float: none !important;
	max-width:165px;
	display:inline-block !important;
	
}

.grnv ul li:first-child{
	margin: 0 0 0 0;
}



.grnv ul li.director {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 0.5% 0 0;
	list-style: none;
	float: none;
	max-width:9999px !important;
	display:inline-block;
	background:none;
	
}

.sns {
    width: 50%;
    margin: 10px auto 0 auto;
    display: block;
    position: relative;
    z-index: 9;
}

.sns li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
}

.sns li:last-child {
    top: 4px;
}

.sns li:first-child {
    top: 4px;
}


.sns li {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0 0.5% 0 0;
    list-style: none;
    float: none;
    max-width: inherit;
    display: inline-block;
}

.grnv a.banners{
	width:200px;
	display:block;
	margin:0 auto;
	padding:5px;
	background:#fff;
}

.grnv a.banners:hover{
	opacity:0.8;
}

.learn-btn {
	width: 100%;
	height: auto;
	display: block;
    padding: 18px 0;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
	font-family: 'Mallanna', sans-serif;
	letter-spacing: 0.1em;
}

.learn-btn:hover,.learn-btn:focus {
    color: #F01E66;
	border-color:#F01E66;
    text-decoration: none;
}

.read-more-btn {
    display: inline-block;
    color: #311436;
    text-transform: uppercase;
    font-weight: 400;
}
.read-more-btn i, .download-btn i {
    margin-left: 5px;
	color:#fff;
	font-size:1.3em;
}
.showcase .download-btn {
    margin-top: 50px
}
.download .download-btn {
    margin-top: 25px
}


/* ==========================================================================
review
========================================================================== */

.review{
	margin: 0;
	padding: 2.5% 5% 8%;
	background:url(../img/review_bg.jpg) no-repeat;
	background-position: right bottom;
	background-size: cover;
}

.relative h2{
	margin: 0 0 8% 0;
	padding: 0;
}

.relative .review_txt{
	margin: 0;
	padding: 0;
}

.relative .absolute{
	top: 0;
	left: 0;
}

.relative .delay{
	transition-delay: 0.7s;
}

.relative .delay2{
	transition-delay: 0.8s;
}

.relative .delay3{
	transition-delay: 0.9s;
}

.relative .delay4{
	transition-delay:  1s;
}

.relative .delay5{
	transition-delay: 1.1s;
}

.relative .delay6{
	transition-delay: 1.2s;
}

.relative .delay7{
	transition-delay: 1.3s;
}

.relative .delay8{
	transition-delay: 1.4s;
}

.relative .delay9{
	transition-delay: 1.5s;
}

.relative .delay10{
	transition-delay: 1.6s;
}

/* ==========================================================================
intro
========================================================================== */


.intro{
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../img/intro_bg.jpg) no-repeat;
	background-size: 100% auto;
	background-position: bottom 20% center;
}

.intro .conts{
	z-index: 1;
	padding-bottom: 3%;
}

.intro .line{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.intro h2{
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-family: 'Playfair Display', serif;
	padding-top: 8%;
}

.intro_txt{
	font-family: serif;
	margin: 0;
	padding: 0;
}


.intro_txt h3{
	color: #f01e66;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	transform: rotate(-0.05deg);
}

.intro_txt02{
	margin: 35% 0 0 0;
	padding: 0 5%;
}

.intro_txt02 h4{
	width: 75%;
	margin: 0 auto 2.5%;
}

.intro_txt p{
	color: #fff;
	font-size: 25px;
	text-align: center;
	transform: rotate(-0.05deg);
}


.intro_txt02 p{
	color: #fff;
	font-size: 14px;
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.intro_txt02 p:nth-of-type(2){
	margin-left: 2%;
}



/* ==========================================================================
story
========================================================================== */


.story{
	margin: 0;
	padding: 0 0 10% 0;
	position: relative;
	background: url(../img/story_bg.jpg) no-repeat;
	background-size: cover;
	background-position: top right;
}

.story .conts{
	z-index: 1;
	padding-bottom: 3%;
}

.story .line{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.story h2{
	color: #000;
    margin: 0 0 14% 0;
	font-size: 30px;
	text-align: center;
	font-family: 'Playfair Display', serif;
	padding-top: 8%;
}

.story_txt{
	margin: 0;
	padding: 0;
	width: 50%;
}

.story_txt h3{
	color: #f01e66;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	transform: rotate(-0.05deg);
}

.story_txt p{
	color: #fff;
	font-size: 14px;
	text-shadow: 0px 0px 10px #59223f;
}


/* ==========================================================================
gallery
========================================================================== */


.gallery{
	margin: 0;
	padding: 0 0 0 0;
}

.gallery ul{
	margin: 0;
	padding: 0;
}

.gallery li{
	width: 25%;
	margin: 0;
	padding: 0;
	float: left;
}

.gallery a{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

.gallery a img{
	transition-duration: 0.5s;
}

.gallery a:hover img{
	transform: scale(1.1);
}



/* ==========================================================================
note
========================================================================== */


.note{
	margin: 0;
	padding: 0 0 12% 0;
	position: relative;
	background: url(../img/note_bg.jpg) no-repeat;
	background-size: cover;
	background-position:  center;
}

.note .conts{
	z-index: 1;
	padding-bottom: 3%;
}

.note .line{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.note h2{
	color: #fff;
    margin: 0 0 14% 0;
	font-size: 30px;
	text-align: center;
	font-family: 'Playfair Display', serif;
	padding-top: 8%;
}

.note_txt{
	margin: 0 auto;
	padding: 0 ;
	width: 80%;
}

.note_txt h3{
	color: #f01e66;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	transform: rotate(-0.05deg);
}

.note_txt p{
	color: #fff;
	font-size: 14px;
	text-shadow: 0px 0px 10px #59223f;
}

.note ul{
	margin: 0;
	padding: 0;
}

.note li{
    width: 24.5%;
    margin: 0 0 0 0.65%;
    padding: 0;
    float: left;
}

.note li:first-child{
	margin-left: 0;
}

.note li:nth-child(1) img.effect{
	transition-delay: 0.2s;
}

.note li:nth-child(2) img.effect{
	transition-delay: 0.4s;
}

.note li:nth-child(3) img.effect{
	transition-delay: 0.6s;
}

.note li:nth-child(4) img.effect{
	transition-delay: 0.8s;
}

.note a{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

.note a:hover{
	opacity: 0.7;
}




/* ==========================================================================
note pop_up
========================================================================== */


.note_pop{
	max-width: 100%;
    background: none;
}

.cp_main{
	margin: 0 auto;
	padding-bottom: 5%;
	border-bottom: 1px #999 solid;
}

.note_pop section{
	margin: 0 auto;
}

.note_pop section.c_info{
	padding: 5% 5%;
}

.note_pop .cp_comment{
	padding: 12% 10%;
	padding-top: 8%;
}

.note_pop .cp_comment h4{
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #000;
	display: inline-block;
	vertical-align: middle;
}

.note_pop img{
	width: 80%;
	margin: 0 auto;
}

.note_pop .note03 img{
	width: 38%;
	margin: 0;
	float: left;
}

.note_pop .cp_comment h3{
	color: #f01e66;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	transform: rotate(-0.05deg);
	font-family: serif;
}

.note_pop .cp_comment h4:nth-of-type(2){
	color: #2f4e7c;
	padding-top: 8%;
}

.note_pop .note03 .f_right{
	width: 60%;
	margin: 0;
	display: block;
	float: right;
}

.note_pop .cp_comment  p{
	font-size: 14px;
	margin: 0;
	padding: 4% 0 0 0;
	color: #000;
}

.note_pop .note03 .f_right p{
	padding: 0 0 0 0;
}

.button_cg{
    width: 150px;
    padding: 0;
	margin: 0 auto;
	margin-top: 20%;
}

.button_cg img{
    width: 100%;
}

.note_pop .cp_comment .button_cg a{
	display: block;
}

.note_pop .cp_comment .button_cg img{
    padding: 0;
	margin: 0 auto;
}

.note_pop .staff_img{
	border-radius: 50%;
}

.note_pop .hp_button a{
	margin: 40px 0 0;
	color: #000;
	display: block;
}


/* ==========================================================================
cast
========================================================================== */


.cast{
	margin: 0;
	padding: 0 0 61% 0;
	position: relative;
	background: url(../img/cast_staff_bg.jpg) #000 no-repeat;
	background-size: 100% auto;
	background-position:  bottom;
}

.cast .conts{
	z-index: 1;
	padding-bottom: 3%;
}

.cast .line{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.cast h2{
	color: #fff;
    margin: 0 0 8% 0;
	font-size: 30px;
	text-align: center;
	font-family: 'Playfair Display', serif;
	padding-top: 8%;
}

.cast_txt{
	margin: 0 auto;
	padding: 0 ;
	width: 75%;
}

.cast_txt h3{
	margin: 10px 0 0 0;
	animation-play-state: 0;
	color: #fff;
	font-size: 25px;
	font-family: 'Playfair Display', serif;
}

.cast_txt h3 span {
	color: #f01e66;
	font-size: 17px;
	display: block;
}

.cast_txt p{
	color: #fff;
	font-size: 14px;
	margin: 1em 0 0 0;
}

.cast ul{
	margin: 0;
	padding: 0;
}

.cast li{
    width: 30.333333%;
    margin: 0 0 6% 4.5%;
    padding: 0;
    float: left;
}

.cast li:first-child,
.cast li:nth-child(4){
	margin-left: 0;
}

.cast .staff li:first-child{
	margin-left: 15%;
}

.cast a{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

.cast a img{
	transition-duration: 0.5s;
}

.cast a:hover img{
	transform: scale(1.1);
}



/* ==========================================================================
cast pop_up
========================================================================== */


.cast_pop{
	max-width: 100%;
    background: none;
}

.cp_main{
	margin: 0 auto;
	padding-bottom: 5%;
	border-bottom: 1px #999 solid;
}

.cast_pop section{
	margin: 0 auto;
}

.cast_pop section.c_info{
	padding: 5% 5%;
}

.cast_pop .cp_comment{
	padding: 12% 10%;
	padding-top: 8%;
}

.cast_img{
	width: 30%;
	float: left;
}

.staff .cast_img{
	width: 100%;
	float: none;
}

.cast_dit{
	width: 67%;
	float: right;
}

.staff .cast_dit{
	width: 100%;
	float: none;
	margin-top: 2%;
}

.cast_img h3{
	margin: 10px 0 0 0;
	animation-play-state: 0;
	color: #000;
	font-size: 25px;
	font-family: 'Playfair Display', serif;
}

.cast_img h3 span {
	color: #f01e66;
	font-size: 17px;
	display: block;
}

.cast_img p{
	color: #fff;
	font-size: 14px;
	margin: 1em 0 0 0;
	padding: 0;
}


.cast_pop .cp_comment  p{
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #000;
}

.button_cg{
    width: 150px;
    padding: 0;
	margin: 0 auto;
	margin-top: 20%;
}

.button_cg img{
    width: 100%;
}

.cast_pop .cp_comment .button_cg a{
	display: block;
}

.cast_pop .cp_comment .button_cg img{
    padding: 0;
	margin: 0 auto;
}

.cast_pop .staff_img{
	border-radius: 50%;
}

.cast_pop .hp_button a{
	margin: 40px 0 0;
	color: #000;
	display: block;
}



/* ==========================================================================
COMMENT
========================================================================== */


.comment{
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../img/comment/bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: left center;
	font-family: "source-han-serif-japanese",serif;
	font-style: normal;
	font-weight: 900;
}

.comment .conts{
	z-index: 1;
	padding-bottom: 3%;
	max-width: inherit;
	width: 90%;
	margin: 0 auto;
}

.comment .line{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.comment h2{
	color: #fff;
	margin: 0;
	font-size: 30px;
	text-align: center;
	font-family: 'Playfair Display', serif;
	padding-top: 5%;
}

.comment_txt{
	margin: 0;
	padding: 0;
	position: relative;
}

.comment_txt span.annotation{
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -30px;
    font-family: 'Noto Sans Japanese', 'Nunito', sans-serif;
    font-weight: normal;
    right: 13.7%;
    color: #fff;
    font-size: 10px;
}

.comment_txt h3{
	color: #fdd000;
	text-shadow: 0 0 30px rgba(0,0,0,0.8);
	line-height: 1.2em;
	font-size: 4vw;
	text-align: center;
	transform: rotate(-0.05deg);
	font-weight: 900;
	margin: 5.4% 0 8% 0;
}

.comment_txt h3 span{
	letter-spacing: -0.5em;
}

.comment_txt h3 span.exclamation{
	margin-left: -0.2em;
}

.comment_txt02{
	margin: 0;
	padding: 0 0 0 50%;
	text-align: left;
}

.comment_txt02 .box{
	margin: 0 0 7% 0;
	padding: 0;
}

.comment_txt p{
	color: #fff;
	font-size: 25px;
	text-align: center;
	transform: rotate(-0.05deg);
}


.comment_txt02 p{
	margin: 0;
    color: #fff;
    font-size: 1.3vw;
    line-height: 1.8em;
	vertical-align: middle;
}

.comment_txt02 p span{
	font-size: 171%;
    line-height: 1.5em;
}

.comment_txt02 p.name{
	margin: 2.5% 0 0 0;
    color: #f01e66;
    font-size: 2.22vw;
}

.comment_txt02 p.name span{
	font-size: 75%;
}

.comment_txt02 p rt{
    font-size: 10px;
    text-align: center;
}