@charset "utf-8";

body.preload .wow.fade {
	opacity: 0 !important;
}

.is-pc {
    display: block !important;
}
.is-sp {
    display: none !important;
}

.hero-posi {
    position: relative;
}
.hero {
    position: relative;
}

.hero-img {
    width: 100%;
    vertical-align: bottom;
}

.hero-btm-img {
    width: 100%;
    vertical-align: bottom;
}

.hero-release {
    position: absolute;
    bottom: 19%;
    right: 50%;
    width: 55%;
    transform: translateX(50%);
}

.hero-appearance {
    position: absolute;
    bottom: 4%;
    right: 50%;
    transform: translateX(50%);
    width: 68%;
}

.academy {
    position: absolute;
    top: 3%;
    right: 50%;
    transform: translateX(50%);
    width: 42%;
}
.hero-head-txt {
    position: absolute;
    top: 14%;
    right: 50%;
    transform: translateX(50%);
    width: 68%;
}

.bnr-exhibition {
    position: absolute;
    top: 0;
    left: 1%;
    max-width: 14%;
}
.bnr-japan-premier {
    position: absolute;
    top: 1%;
    right: 1%;
    max-width: 14%;
}
.bnr-collabo {
    position: absolute;
    top: 12%;
    right: 1%;
    max-width: 14%;
}

.bnr-exhibition a,
.bnr-japan-premier a,
.bnr-collabo {
    transition: .3s;
}
.bnr-exhibition a:hover,
.bnr-japan-premier a:hover,
.bnr-collabo:hover {
    opacity: .7;
}
.bnr-exhibition img,
.bnr-japan-premier img,
.bnr-collabo img {
    width: 100%;
    vertical-align: bottom;
}

.bnr-list-area {
    padding: 5% 2%;
    background-color: #371200;
}
.bnr-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 920px;
    margin: auto;
}
.bnr-list a {
    display: block;
    width: 100%;
    max-width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
    transition: .3s;
}
.bnr-list a:hover {
    opacity: .7;
}

.bnr-list img {
    width: 100%;
    vertical-align: bottom;
}

@media screen and (max-width:768px) {
    .bnr-list-area {
        background-color: #000;
    }
    .bnr-list {
        display: block;
    }
    .bnr-list a {
        max-width: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%
    }
    .bnr-list a:nth-child(6) {
        margin: 0 0 4%;
    }
    .bnr-list a:last-child {
        margin-bottom: 0;
    }
}

/* impression */
.impression {
    background-image: url(../images/home/impression-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.impression-wrapper {
    width: 85%;
    margin: auto;
    padding: 90px 2% 8%;
    box-sizing: border-box;
}

.impression-ttl {
    max-width: 80%;
    width: 100%;
    padding-bottom: 30px;
}
.impression-txt {
    padding-bottom: 4px;
    font-size: 17px;
    color: #FFF;
    line-height: 1.5;
    text-shadow: 1px 1px 7px rgba(0,0,0,.4);
}
.impression-txt-yellow {
    position: relative;
    margin-bottom: 35px;
    padding-left: 40px;
    font-size: 13px;
    font-weight: bold;
    color: #DDBC3A;
    text-shadow:1px 1px 7px rgba(0,0,0,.4);
}
.impression-txt-yellow:before {
    content: "";
    width: 32px;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #DDBC3A;
    box-shadow: 1px 1px 7px rgba(0,0,0,.4);
}
.impression-txt-star {
    font-size: 20px;
    letter-spacing: .2rem;
    text-shadow: 1px 1px 7px rgba(0,0,0,.4);
}

@media screen and (max-width:768px) {
    .is-pc {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
    .impression {
        background-image: url(../images/home/impression-bg_sp.jpg);
        background-attachment: local;
    }
    .impression-wrapper {
        width: 100%;
        padding: 90px 4% 120px;
    }
    .impression-ttl {
        max-width: none;
        padding-bottom: 50px;
    }
}


/* introduction */
.introduction {
    background-image: url(../images/home/introduction-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.introduction-wrapper {
    width: 64%;
    margin: auto;
    padding: 90px 2% 10%;
    box-sizing: border-box;
}

.introduction-ttl {
    max-width: 360px;
    margin: auto;
    padding-bottom: 60px;
}
.introduction-article-ttl {
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}
.introduction-article-txt {
    padding-bottom: 40px;
    font-size: 14px;
    text-align: justify;
    line-height: 2;
}

@media screen and (max-width:768px) {
    .introduction {
        background-image: url(../images/home/introduction-bg_sp.jpg);
    }
    .introduction-wrapper {
        width: 100%;
        padding: 90px 4% 10%;
    }
    .introduction-ttl {
        max-width: 300px;
    }
    .introduction-article-ttl {
        font-size: 18px;
    }
}


/* gallery-01 */
.gallery-01 img {
    width: 100%;
    vertical-align: bottom;
}

/* story */
.story {
    position: relative;
    background-image: url(../images/home/story-bg.png);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: bottom;
    min-height: 1800px;
}
.story-wrapper {
    width: 64%;
    margin: auto;
    padding: 90px 2% 10%;
    box-sizing: border-box;
}

.story-ttl {
    max-width: 155px;
    margin: auto;
    padding-bottom: 60px;
}

.story-col {
    display: flex;
    justify-content: space-between;
}
.story-col-item {
    width: 48%;
}
.story-col-copy-item {
    padding-bottom: 30px;
    font-size: 14px;
    color: #474232;
    text-align: justify;
    font-weight: lighter;
    line-height: 2;
}

.story-col-item.side-img {
    width: 44%;
}
.story-col-img-item {
    max-width: 282px;
}
.story-col-img-item:first-child {
    padding-top: 0;
}
.story-col-img-item img {
    width: 100%;
}
.story-col-img-item02 {
    margin-left: auto;
    padding: 30px 0;
}

.story-btm-copy {
    position: absolute;
    bottom: 12%;
    left: 10%;
    width: 100%;
    /* max-width: 546px; */
    width: 38%;
}

@media screen and (max-width:768px) {
    .story-wrapper {
        width: 100%;
        padding: 90px 4% 10%;
    }
    .story-ttl {
        max-width: 136px;
    }
    .story-col {
        flex-wrap: wrap;
    }
    .story-col-item {
        width: 100%;
        order: 1;
    }
    .story-col-img-item {
        max-width: none;
        width: 100%;
        padding: 4% 0;
    }
    .story-col-item.side-img {
        width: 100%;
        order: 2;
    }
    .story-btm-copy {
        position: static;
        max-width: none;
        padding: 50px 0 0;
        width: 100%;
        margin: auto;
    }
}


/* production */
.production {
    position: relative;
    background-image: url(../images/home/production-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 1000px;
}
.production-wrapper {
    width: 1040px;
    min-width: 1000px;
    margin: auto;
    padding: 90px 2% 10%;
    box-sizing: border-box;
}

.production-ttl {
    max-width: 526px;
    margin: auto;
    padding-bottom: 60px;
}

.production-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.production-list-item {
    max-width: 300px;
    margin-bottom: 50px;
}
.frame-01 .production-list-img:after {
    content: "";
    background-image: url(../images/home/frame-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 192px;
}
.frame-02 .production-list-img:after {
    content: "";
    background-image: url(../images/home/frame-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 192px;
}
.frame-03 .production-list-img:after {
    content: "";
    background-image: url(../images/home/frame-03.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 192px;
}
.production-list-item-btn {
    position: relative;
    display: block;
    text-decoration: none;
    color: #FFF;
    transition: 0.3s;
}
.production-list-img {
    height: 192px;
    overflow: hidden;
}
.production-list-img img {
    width: 100%;
}
.production-list-item-btn:hover .production-list-img img {
    transform: scale(1.04);
    transition: .5s;
}
.production-list-item-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    transition: .5s;
    background-image: none;
    background-position: center;
}

.production-list-item-btn:hover .production-list-item-txt {
    background-image: url(../images/home/production-txt-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width:768px) {
    .production {
        background-image: url(../images/home/production-bg_sp.jpg);
        background-position: left;
    }
    .production-wrapper {
        width: 100%;
        min-width: auto;
        margin: auto;
        padding: 90px 4% 10%;
    }
    .production-ttl {
        max-width: 280px;
    }
    .production-list {
        justify-content: center;
    }
}


/* cast */
.cast {
    position: relative;
    background-image: url(../images/home/cast-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 1620px;
}
.cast-wrapper {
    padding: 90px 2% 10%;
    box-sizing: border-box;
}

.cast-ttl {
    max-width: 128px;
    margin: auto;
    padding-bottom: 60px;
}

.cast-gogh {
    max-width: 1030px;
    min-height: 530px;
    margin: auto;
    background-image: url(../images/home/cast-gogh.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.cast-gogh-sp {
    display: none;
}
.cast-gogh-wrapper {
    width: 50%;
    padding: 45px 50px;
    margin-left: auto;
}
.cast-name-en {
    max-width: 296px;
    padding-bottom: 10px;
}
.cast-name {
    padding-bottom: 10px;
    font-family: 'Noto Serif SC', serif;
    font-size: 35px;
    font-weight: bold;
    color: #F29600;
}
.cast-name-movie {
    padding-bottom: 20px;
    font-family: 'Noto Serif SC', serif;
    font-size: 17px;
    font-weight: bold;
    color: #231815;
}
.cast-txt {
    font-size: 13px;
    text-align: justify;
    font-weight: normal;
    line-height: 1.8;
    color: #231815;
}

.cast-list-tab {
    max-width: 800px;
    margin: 95px auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.cast-list-item {
    position: relative;
    width: 253px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #000000;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
}
.cast-list-item:nth-child(3n) {
    margin-right: 0;
}
.cast-list-item.active:after {
    content: "";
    border: 3px solid #F29600;
    box-sizing: border-box;
    width: 100%;
    height: 157px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
}
.cast-list-item.active {
    opacity: 1;
}
.cast-list-item img {
    width: 100%;
    opacity: .5;
    transition: .3s;
    vertical-align: bottom;
}
.cast-list-item.active img {
    opacity: 1;
}

.cast-txt-area {
    max-width: 800px;
    margin: auto;
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 1px solid #F29600;
}
.staff-list-item:hover {
    
}
@keyframes cast-op {
    0% { opacity: 0; }
    100% { opacity: 1;}
}
.cast-txt-area-item {
    display: none;
}
.cast-txt-area-item.show {
    display: block;
    animation: cast-op .3s linear forwards;
}
.cast-txt-area-item:nth-child(1) .cast-name-en {
    max-width: 238px;
}
.cast-txt-area-item:nth-child(2) .cast-name-en {
    max-width: 233px;
}
.cast-txt-area-item:nth-child(3) .cast-name-en {
    max-width: 213px;
}
.cast-txt-area-item:nth-child(4) .cast-name-en {
    max-width: 276px;
}
.cast-txt-area-item:nth-child(5) .cast-name-en {
    max-width: 316px;
}
.cast-txt-area .cast-name {
    padding-bottom: 10px;
    font-family: 'Noto Serif SC', serif;
    font-size: 33px;
    font-weight: bold;
    color: #F29600;
}
.cast-name-movie {
    padding-bottom: 20px;
    font-family: 'Noto Serif SC', serif;
    font-size: 16px;
    font-weight: bold;
    color: #231815;
}

@media screen and (max-width:768px) {
    .cast {
        min-height: 1800px;
    }
    .cast-wrapper {
        padding: 90px 4% 10%;
    }
    .cast-ttl {
        max-width: 120px;
    }
    .cast-gogh {
        background: transparent;
    }
    .cast-gogh-sp {
        display: block;
        padding-bottom: 15px;
    }
    .cast-gogh-sp img {
        width: 100%;
    }
    .cast-gogh-wrapper {
        width: 100%;
        padding: 0 0 45px;
        box-sizing: border-box;
        margin-left: 0;
    }
    .cast-txt-area .cast-name, 
    .cast-name {
        font-size: 30px;
    }
    .cast-list-tab {
        margin: 0 auto;
    }
    .cast-list-item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .cast-txt-area {
        margin-top: 30px;
    }
    .cast-list-item.active:after {
        height: 100%;
    }
}


/* staff */
.staff {
    position: relative;
    background-image: url(../images/home/staff-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.staff-wrapper {
    padding: 90px 2% 10%;
    box-sizing: border-box;
}
.staff-ttl {
    max-width: 148px;
    margin: auto;
    padding-bottom: 60px;
}

.staff-julian-img {
    width: 100%;
    max-width: 254px;
    margin: auto;
}
.staff-julian-img img {
    width: 100%;
}

.staff-list {
    padding: 30px 0;
    list-style: none;
}

.staff-list-item {
    position: relative;
    max-width: 480px;
    min-height: 92px;
    margin: 0 auto 50px;
    cursor: pointer;
}
.staff-list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    background-image: url(../images/home/staff-left.svg), url(../images/home/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-btn {
    position: relative;
    z-index: 10;
    display: block;
    text-decoration: none;
}
.staff-list-item:hover:before {
    animation: staff-bg .2s linear forwards;
}

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


/*
.staff-list-item {
    max-width: 480px;
    min-height: 92px;
    margin: 0 auto 50px;
    background-image: url(../images/home/staff-left.svg), url(../images/home/staff-right.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left 0px center, right 0px center;
    background-size: 8px;
    cursor: pointer;
}

.staff-list-item-btn {
    display: block;
    text-decoration: none;
}
.staff-list-item:hover {
    animation: staff-bg .2s linear forwards;
}

@keyframes staff-bg {
    0% { background-position: left 0px center, right 0px center; }
    100% { background-position: left 10px center, right 10px center; }
}
*/
.staff-name-en {
    margin: auto;
    padding-bottom: 10px;
}
.staff-list-item:nth-child(1) .staff-name-en {
    max-width: 140px;
}
.staff-list-item:nth-child(2) .staff-name-en {
    max-width: 156px;
}
.staff-list-item:nth-child(3) .staff-name-en {
    max-width: 134px;
}
.staff-list-item:nth-child(4) .staff-name-en {
    max-width: 142px;
}

.staff-name-ja {
    padding-bottom: 15px;
    font-family: 'Noto Serif SC', serif;
    font-weight: bold;
    text-align: center;
    color: #F29600;
}
.staff-list-item:nth-child(1) .staff-name-ja {
    font-size: 33px;
}
.staff-list-item:nth-child(n + 2) .staff-name-ja {
    font-size: 27px;
}

.staff-profession {
    font-family: 'Noto Serif SC', serif;
    font-weight: bold;
    color: #231815;
    text-align: center;
}
.staff-list-item:nth-child(1) .staff-profession {
    font-size: 16px;
}
.staff-list-item:nth-child(n + 2) .staff-profession {
    font-size: 14px;
}

@media screen and (max-width:768px) {
    .staff-wrapper {
        padding: 90px 4% 10%;
    }
    .staff-ttl {
        max-width: 130px;
    }
    .staff-list-item:nth-child(1) .staff-name-ja {
        font-size: 26px;
    }
    .staff-list-item:nth-child(n + 2) .staff-name-ja {
        font-size: 20px;
    }
}

/* gallery-02 */
.gallery-02 img {
    width: 100%;
    vertical-align: bottom;
}

/* performer */
.performer {
    position: relative;
    min-height: 1600px;
    background-image: url(../images/home/performer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 75%;
}
.performer-wrapper {
    max-width: 600px;
    margin: auto;
    padding: 110px 2% 10%;
    box-sizing: border-box;
}

.performer-cast-ttl {
    max-width: 60px;
    padding-bottom: 25px;
}
.performer-cast-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 65px;
    list-style: none;
}
.performer-cast-list-item:nth-child(1) {
    max-width: 220px;
    width: 100%;
}
.performer-cast-list-item:nth-child(2) {
    max-width: 220px;
    width: 100%;
}
.performer-cast-list-item img {
    width: 100%;
}

.performer-staff-ttl {
    max-width: 68px;
    padding-bottom: 25px;
}
.performer-staff-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 65px;
    list-style: none;
}
.performer-staff-list-item:nth-child(1) {
    max-width: 244px;
    width: 100%;
}
.performer-staff-list-item:nth-child(2) {
    max-width: 214px;
    width: 100%;
}
.performer-staff-list-item img {
    width: 100%;
}

.performer-copy {
    max-width: 200px;
    width: 100%;
}

@media screen and (max-width:768px) {
    
    .performer {
        background-image: url(../images/home/performer-bg_sp.jpg);
        min-height: 0;
    }
    .performer-wrapper {
        padding: 70px 4% 220px;
    }
    .performer-cast-list,
    .performer-staff-list {
        padding-bottom: 0;
    }
    .performer-cast-list-item:nth-child(1),
    .performer-cast-list-item:nth-child(2),
    .performer-staff-list-item:nth-child(1),
    .performer-staff-list-item:nth-child(2) {
        max-width: none;
        width: 45%;
        padding-bottom: 30px;
    }
    .performer-copy {
        max-width: none;
        width: 45%;
    }
}


/* トレーラーモーダル */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: 4;
}

.trailer-wrap {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 5;
}

.trailer-iframe {
    position:relative;
    width:100%;
    height: calc(100% - 52px);
}

.trailer-iframe iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.trailer-close-btn {
    display: block;
    text-align: right;
}

.modal-close-img {
    width: 50px;
}

@media screen and (max-width:768px) {
    
    .hero-release {
        bottom: 23%;
        width: 68%;
    }
    
    .hero-appearance {
        width: 70%;
    }

    .hero-head-txt {
        top: 14%;
        width: 90%;
    }
    
    .academy {
        width: 60%;
    }
    .billing {
        width: 90%;
    }
    
    .bnr-exhibition {
        position: static;
        width: 100%;
        max-width: none;
    }
}

/* modal */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,1);
    z-index: 1000;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1100;
}

.modal-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    padding: 10px;
    z-index: 10;
    cursor: pointer;
}

.modal-btn span {
    position: absolute;
    display: block;
    border-radius: 2px;
    width: 65%;
    height: 2px;
    background-color: #fff;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.modal-btn span:first-child {
    top: 24px;
    transform: rotate(-45deg);
}

.modal-btn span:last-child {
    bottom: 24px;
    transform: rotate(-135deg);
}

.modal-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.digital {
    background-color: #371200;
}
.digital-wrapper {
    max-width: 1100px;
    margin: auto;
    padding-bottom: 4%;
}
.digital-ttl {
    padding-bottom: 4%;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #FFF;
}
.digital-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.digital-list li {
    display: flex;
    align-items: center;
    width: 15%;
    padding: 2%;
    box-sizing: border-box;
    margin: 0 1% 2%;
    background-color: #FFF;
}
.digital-list li a {
    display: block;
    width: 100%;
    transition: .3s;
}
.digital-list li a:hover {
    opacity: .6;
}
.digital-list li img {
    width: 100%;
    vertical-align: middle;
}
.digital-note-txt {
    font-size: 13px;
    line-height: 1.6;
    color: #FFF;
}
@media screen and (max-width:768px) {
    .digital-wrapper {
        padding: 8% 4%;
    }
    .digital-ttl {
        padding-bottom: 8%;
        font-size: 18px;
    }
    .digital-list {
        padding-bottom: 8%;
    }
    .digital-list li {
        width: 45%;
    }
    
}







