@charset "utf-8";

/*
html {
    overflow-x: hidden;
}
*/
body {
    position: relative;
    font-family: YakuHanMP,'游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
    background-color: #000;
}
body.preload .wow.fadeIn,
body.preload .wow.fadeInUp,
body.preload .wow.pulse {
    opacity: 0 !important;
}

.wrapper {
    max-width: 990px;
    margin: auto;
}

/*-----------------------------------------
** loading
-----------------------------------------*/
.__loadingWrap{
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    /*display: none;*/
}
.loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}



/*

MV

*/
.mv {
    position: relative;
    width: 100%;
    background: url(../images/full/mv_bg_pc.jpg) top center / cover no-repeat;
}
.mv-catch {
    position: absolute;
    top: 4%;
    right: 6.5%;
    width: 3.3%;
}
.mv-catch span {
    display: block;
}
.mv-box-wrap > div {
    margin: auto;
}
.mv-ttl {
    max-width: 74%;
    padding: 23% 0 8%;
}
.mv-release {
    max-width: 55%;
}
.mv-cast {
    max-width: 38%;
    padding-bottom: 4%;
}
.mv-box-wrap .mv-dist {
    max-width: 65%;
    margin-bottom: 2%;
}

.mv-sns {
    position: absolute;
    top: 1%;
    right: 1.2%;
    z-index: 1;
}
.mv-sns-btn {
    display: block;
}
.mv-sns-btn i {
    font-size: 35px;
    color: #C31E25;
    transition: 0.3s;
}

.mv-sns-btn:hover i {
    opacity: 0.8;
}

.mv-left-bnr-sp {
    display: none;
}
.mv-left-bnr {
    position: absolute;
    top: 2%;
    left: 2%;
    z-index: 1;
    width: 15%;
}
.mv-left-bnr a {
    transition: 0.3s;
}
.mv-left-bnr a:hover {
    opacity: 0.8;
}

.mv-premier-bnr-sp {
    display: none;
}
.mv-premier-bnr {
    position: absolute;
    top: 2%;
    left: 16%;
    z-index: 1;
    width: 15%;
}
.mv-premier-bnr a {
    transition: 0.3s;
}
.mv-premier-bnr a:hover {
    opacity: 0.8;
}

.mv-birthday-bnr-sp {
    display: none;
}
.mv-birthday-bnr {
    position: absolute;
    top: 2%;
    left: 16%;
    z-index: 1;
    width: 15%;
}
.mv-birthday-bnr a {
    transition: 0.3s;
}
.mv-birthday-bnr a:hover {
    opacity: 0.8;
}

.mv-dvd-bnr-sp {
    display: none;
}
.mv-dvd-bnr {
    position: absolute;
    top: 1%;
    left: 30%;
    z-index: 1;
    width: 15.2%;
}
.mv-dvd-bnr a {
    transition: 0.3s;
}
.mv-dvd-bnr a:hover {
    opacity: 0.8;
}

.mv-filmarks-bnr {
    position: absolute;
    top: 17%;
    left: 4%;
    z-index: 1;
    width: 25%;
}
.mv-filmarks-bnr a {
    transition: 0.3s;
}
.mv-filmarks-bnr a:hover {
    opacity: 0.8;
}

.gallery-img {
    padding-top: 5%;
    background-color: #000;
}
.mv-filmarks-bnr-sp {
    display: none;
}
.mv-news-bnr {
    width: 100%;
    max-width: 450px;
    margin: auto;
}
.mv-news-bnr a {
    transition: .3s;
}
.mv-news-bnr a:hover {
    opacity: .7;
}

@media screen and (max-width: 960px) {
    .mv-left-bnr {
        display: none;
    }
    .mv-left-bnr-sp {
        display: block;
        width: 85%;
        margin: 0 auto 5%;
        text-align: center;
    }
    .mv-left-bnr-sp a {
        transition: 0.3s;
    }
    .mv-left-bnr-sp a:hover {
        opacity: 0.8;
    }
    
    .mv-premier-bnr {
        display: none;
    }
    .mv-premier-bnr-sp {
        display: block;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .mv-premier-bnr-sp a {
        transition: 0.3s;
    }
    .mv-premier-bnr-sp a:hover {
        opacity: 0.8;
    }
    .mv-filmarks-bnr {
        display: none;
    }
    .mv-filmarks-bnr-sp {
        display: block;
        text-align: center;
    }
    
    .mv-birthday-bnr {
        display: none;
    }
    .mv-birthday-bnr-sp {
        display: block;
        text-align: center;
    }
    .mv-dvd-bnr {
        display: none;
    }
    .mv-dvd-bnr-sp {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .mv {
        background: url(../images/full/mv_bg_sp.jpg) top center / cover no-repeat;
    }
    .mv-catch {
        position: absolute;
        top: 2%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 17%;
    }
    .mv-ttl {
        width: 100%;
        max-width: none;
        padding: 68% 0 6%;
    }
    .mv-release {
        max-width: 86%;
        padding-bottom: 7%;
    }
    .mv-cast {
        max-width: 70%;
    }
    .mv-box-wrap .mv-dist {
        max-width: 86%;
        margin-bottom: 6%;
    }
    .mv-sns {
        right: 2%;
    }
    .mv .mv-news-bnr {
        max-width: 62%;
        margin-bottom: 6%;
    }
}

/*

MENU

*/
.menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 990px;
    margin: auto;
    padding: 3% 0;
}
.menu ul li {
    width: 100%;
    max-width: 220px;
    margin: 0 1% 2%;
}
.menu ul li a {
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: .2em;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

/* Common button styles */
.button {
    float: left;
    min-width: 150px;
    max-width: 250px;
    height: 40px;
    display: block;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.button:focus {
    outline: none;
}
.button > span {
    vertical-align: middle;
}

/* Wapasha */
.button.button--wapasha {
    background: #E50012;
    color: #fff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.button--wapasha.button--inverted {
    background: #fff;
    color: #37474f;
}
.button--wapasha::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #E50012;
    box-sizing: border-box;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--wapasha.button--inverted::before {
    border-color: #E50012;
}
.button--wapasha:hover {
    background-color: #fff;
    color: #E50012;
}
.button--wapasha.button--inverted:hover {
    background-color: #37474f;
    color: #E50012;
}
.button--wapasha:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

@media screen and (max-width: 960px) {
    .menu {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    .menu ul {
        padding: 8% 0;
    }
    .menu ul li {
        max-width: none;
        width: 42%;
    }
    .menu ul li a {
        width: 100%;
        min-width: none;
        max-width: none;
        font-size: 4vw;
        letter-spacing: 1.2vw;
    }
}


/*

FIRST

*/
.first {
    padding: 8% 0 4%;
    background-image: url(../images/full/first_bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.first-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.first-list-item {
    width: 47%;
    margin-bottom: 6%;
}

@media screen and (max-width: 768px) {
    .first {
        padding: 8% 6% 4%;
        background-attachment: local;
    }
    .first-list-item {
        width: 100%;
    }
    .first-list-item:nth-child(2) {
        width: 88%;
    }
    .first-list-item:nth-child(3) {
        width: 92%;
    }
    .first-list-item:nth-child(4) {
        width: 85%;
    }
}

/*

INTRODUCTION

*/
.introduction {
    padding: 8% 0;
    background-image: url(../images/full/introduction_bg.png);
    background-size: cover;
    background-position: bottom;
    background-color: #000;
}
.introduction-ttl {
    width: 48%;
    margin: auto;
    padding-bottom: 8%;
}
.introduction-list {
    max-width: 65%;
    padding: 4%;
    background-color: rgba(0,0,0,.6);
}
.introduction-list-item-ttl {
    padding-bottom: 4%;
}
.introduction-list-item-ttl-01 {
    width: 100%;
}
.introduction-list-item-ttl-02 {
    width: 84%;
}
.introduction-list-item-ttl-03 {
    width: 80%;
}
.introduction-list-item-txt {
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
    color: #FFF;
}

@media screen and (max-width: 768px) {
    .introduction {
        padding: 12% 6%;
        background-position: right;
    }
    .introduction-list {
        max-width: 100%;
        padding: 12% 8%;
        background-color: rgba(0,0,0,.6);
    }
    .introduction-list-item-txt {
        font-size: 13px;
    }
}
@media screen and (max-width: 500px) {
    .introduction {
        padding: 15% 6%;
    }
    .introduction-ttl {
        width: 60%;
        padding-bottom: 15%;
    }
    .introduction-list-item-ttl {
        padding-bottom: 8%;
    }
}


/*

STORY

*/
.story {
    padding: 6% 0 12%;
    background-image: url(../images/full/story_bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-color: #000;
}
.story-ttl {
    width: 19%;
    margin: auto;
    padding-bottom: 6%;
}
.story-txt-box {
    padding: 8%;
    background-color: rgba(0,0,0,.6);
}

@media screen and (max-width: 768px) {
    .story {
        padding: 12% 6%;
    }
    .story-txt-box {
        padding: 12% 6%;
    }
}
@media screen and (max-width: 500px) {
    .story {
        padding: 15% 6%;
    }
    .story-ttl {
        width: 32%;
    }
}


/*

STAFF INTERVIEW

*/
.staffInterview {
    padding: 6% 0 4%;
    background-color: #D5BD94;
}
.staffInterview-wrapper {
    max-width: 1050px;
    margin: auto;
}
.staffInterview-ttl {
    width: 45%;
    margin: auto;
    padding-bottom: 8%;
}
.staffInterview-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.staffInterview-list-item {
    width: 33.3333%;
    margin-bottom: 5%;
}
.staffInterview-list-item .is-btn {
    display: block;
    padding: 0 5%;
}
.staffInterview-list-item-img {
    display: block;
    max-width: 296px;
    margin: auto;
    overflow: hidden;
}
.staffInterview-list-item-img img {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.staffInterview-list-item .is-btn:hover .staffInterview-list-item-img img {
    transform: scale(1.05);
}
.charge {
    width: 18%;
    margin: auto;
    padding-bottom: 3%;
}
.name {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
}

@media screen and (max-width: 768px) {
    .staffInterview {
        padding: 12% 6% 4%;
    }
    .staffInterview-list-item {
        width: 48%;
    }
    .name {
        font-size: 2.3vw;
    }
}

@media screen and (max-width: 500px) {
    .staffInterview-ttl {
        width: 65%;
        margin-bottom: 10%;
    }
    .staffInterview-list-item {
        width: 100%;
        margin-bottom: 12%;
    }
    .charge {
        width: 12%;
    }
    .name {
        font-size: 4.5vw;
    }
}


/*

CAST

*/
.cast {
    padding: 10% 0 12%;
    background-image: url(../images/full/cast_bg.jpg);
    background-size: cover;
    background-color: #000;
}
.cast-wrapper {
    max-width: 935px;
    margin: auto;
}
.cast-ttl {
    width: 13%;
    margin: auto;
    padding-bottom: 12%;
}
.cast-box {
    display: flex;
    justify-content: space-between;
}
.cast-main {
    width: 233px;
}
.cast-main-img {
    display: block;
    margin-bottom: 5%;
    border: 1px solid #DFA260;
    overflow: hidden;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.cast-main-img img {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.cast-main .is-btn:hover .cast-main-img img {
    transform: scale(1.05);
}
.cast-main .is-btn:hover .cast-main-img {
    box-shadow: 1px 8px 10px rgba(0,0,0,0.7);
}
.cast-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 680px;
}
.cast-list-item {
    width: 32%;
    margin-bottom: 3.2%;
}
.cast-list-item-img {
    display: block;
    width: 212px;
    margin-bottom: 5%;
    border: 1px solid #DFA260;
    overflow: hidden;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.cast-list-item-img img {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.cast-list-item .is-btn:hover .cast-list-item-img img {
    transform: scale(1.05);
}
.cast-list-item .is-btn:hover .cast-list-item-img {
    box-shadow: 1px 8px 10px rgba(0,0,0,0.7);
}
.cast-name {
    padding-bottom: 3%;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #DFA260;
    line-height: 1;
}
.cast-actor-name {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    line-height: 1;
}

@media screen and (max-width:920px) {
    .cast-list-item-img {
        width: 150px;
        margin: 0 auto 4%;
    }
    .cast-main {
        width: 178px;
    }
    .cast-name {
        font-size: 2vw;
    }
    .cast-actor-name {
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 768px) {
    .cast {
        padding: 12% 0;
    }
    .cast-ttl {
        width: 18%;
    }
    .cast-box {
        display: block;
    }
    .cast-main {
        max-width: 233px;
        width: 90%;
        margin: 0 auto 10%;
    }
    
    .cast-list {
        width: 90%;
        margin: auto;
    }
    .cast-list-item {
        width: 48%;
        margin-bottom: 6%;
    }
    .cast-list-item-img {
        width: 212px;
        margin: 0 auto 6%;
    }

    .cast-name {
        font-size: 22px;
    }
    .cast-actor-name {
        font-size: 15px;
    }
}
@media screen and (max-width: 500px) {
    .cast {
        padding: 16% 0;
        background-image: none;
        background-color: #970100;
    }
    .cast-list-item {
        width: 100%;
        margin-bottom: 12%;
    }
    .cast-list-item-img {
        margin: 0 auto 3%;
    }
    .cast-name {
        padding-bottom: 2%;
        font-size: 5vw;
    }
}


/*

STAFF

*/
.staff {
    padding: 10% 2% 12%;
    background-image: url(../images/full/staff_bg.jpg);
    background-size: cover;
    background-color: #000;
    box-sizing: content-box;
}
.staff-wrapper {
    max-width: 1100px;
    margin: auto;
}
.staff-ttl {
    width: 14%;
    margin: auto;
    padding-bottom: 20%;
}
.staff-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.staff-list:nth-of-type(2) {
    justify-content: space-between;
    margin-top: 6%;
}
.staff-list-item {
    position: relative;
    width: 30%;
    min-height: 99px;
}
.staff-list:nth-of-type(2) .staff-list-item:last-child .staff-list-item-name {
    letter-spacing: .3em;
}
.staff-list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    background-image: url(../images/full/staff-left.svg), url(../images/full/staff-right.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left 0px center, right 0px center;
    background-size: 8px;
    z-index: 9;
}
.staff-list-item:hover:before {
    animation: staff-bg .2s linear forwards;
}
.staff-list-item-btn {
    position: relative;
    z-index: 10;
    display: block;
}

@keyframes staff-bg {
    0% { background-position: left 0px center, right 0px center; }
    100% { background-position: left 10px center, right 10px center; }
}

.staff-list-item-charge {
    padding-bottom: 5%;
    font-size: 17px;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,.8);
    line-height: 1;
    color: #FFF;
}
.staff-list-item-name {
    padding-bottom: 5%;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,.8);
    line-height: 1;
    color: #FFF;
}
.staff-list-item-en {
    font-size: 13px;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,.8);
    line-height: 1;
    color: #CE0515;
}

@media screen and (max-width: 1200px) {
    .staff-list-item-charge {
        font-size: 1.5vw;
    }
    .staff-list-item-name {
        font-size: 2.5vw;
    }
    .staff-list-item-en {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 768px) {
    .staff {
        padding: 10% 6% 12%;
        background-position: center;
        box-sizing: border-box;
    }
    .staff-list:nth-of-type(2) {
        margin-top: 0;
    }
    .staff-list-item {
        width: 70%;
        margin: 0 auto 8%;
    }
    .staff-list-item-btn {
        height: 100%;
    }
    .staff-name-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }
    .staff-list-item-charge {
        font-size: 2.5vw;
    }
    .staff-list-item-name {
        font-size: 4vw;
    }
    .staff-list-item-en {
        font-size: 2vw;
    }
}

@media screen and (max-width: 500px) {
    .staff {
        padding: 18% 6% 12%;
    }
    .staff-ttl {
        width: 25%;
    }
    .staff-list-item {
        width: 80%;
    }
    .staff-list-item-charge {
        font-size: 3.5vw;
    }
    .staff-list-item-name {
        font-size: 5vw;
    }
    .staff-list-item-en {
        font-size: 3vw;
    }
}


/*

CREDIT

*/
.credit {
    position: relative;
    height: 0;
    padding-top: 90.45%;
    background-image: url(../images/full/credit_bg_pc.jpg);
    background-size: contain;
}
.credit-box {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 66%;
}
.credit-ttl {
    width: 15%;
    margin: auto;
    padding-bottom: 8%;
}

@media screen and (max-width: 768px) {
    .credit {
        padding-top: 280%;
        background-image: url(../images/full/credit_bg_sp.jpg);
    }
    .credit-ttl {
        width: 30%;
    }
    .credit-box {
        top: 5%;
        width: 90%;
    }
}


.bnr-contents {
    margin: 2% 0 1%;
}
.bnr-contents .mv-bn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.mv-bn-list a {
    display: inline-block;
    width: auto;
    margin: 0 10px;
    transition: .3s;
}
.mv-bn-list a:hover {
    opacity: .7;
}
.mv-bn-list a img {
    display: inline-block;
    height: 70px;
    width: auto;
}

.bnr-gomovie {
    width: 15%;
    margin: 0 auto 4%;
}
.bnr-gomovie a {
    transition: .3s;
}

.other-bn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 750px;
    margin: auto;
}
.other-bn-list a {
    display: inline-block;
    width: 48%;
    margin: 0 1% 2%;
    transition: .3s;
}
.other-bn-list a:hover,
.bnr-gomovie a:hover {
    opacity: .7;
}

.billings {
    width: 70%;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .bnr-contents {
        margin: 2% 0 0;
    }
    .mv-bn-list a {
        width: 55%;
        margin: auto;
        text-align: center;
        margin-bottom: 4%;
    }
    .mv-bn-list a img {
        height: auto;
        width:100%;
    }
    .other-bn-list a {
        width: 85%;
        margin: 0 0 5%;
    }
    .bnr-gomovie {
        width: 56%;
        margin: 0 auto 8%;
    }
    
    .billings {
        width: 90%;
    }
}