@charset "UTF-8";

body {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
    color: #000;
    position: relative;
    font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /* font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
}

.wow {
    visibility: hidden;
}

img {
    width: 100%;
    height: auto;
    line-height: 1;
}

.-pc {
    display: block;
}

.-sp {
    display: none;
}

.-wrapper {
    width: 73.206%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {

    .-pc {
        display: none;
    }

    .-sp {
        display: block;
    }

    .-wrapper {
        width: 100%;
        margin: 0 auto;
    }
}

/* icon */

.icon {
    cursor: pointer;
    position: fixed;
    top: 0.658vw;
    right: 0.512vw;
    width: 9.516%;
    z-index: 9;
}

@media (min-width: 769px) {
    .icon {
        transition: transform 0.5s;
        -webkit-transition: transform 0.5s;
        -moz-transition: transform 0.5s;
        -ms-transition: transform 0.5s;
        -o-transition: transform 0.5s;
    }

    .icon:hover {
        transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
    }
}

@media screen and (max-width: 768px) {
    .icon {
        width: 20.533%;
        top: 0.8vw;
        right: 0.8vw;
    }
}

/* drawer */

.drawer {
    background-image: url(../../full/img/home/drawer_bg_pc.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    overflow-y: scroll;
}

body.is-active {
    height: 100vh;
    overflow: hidden;
}

.is-active .drawer {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.drawer-close {
    cursor: pointer;
    position: fixed;
    top: 0.658vw;
    right: 0.512vw;
    width: 9.516%;
}

.drawer-wrapper {
    padding: 101px 0 97px;
}

.drawer-logo {
    display: block;
    margin: 0 auto 35px;
    width: 28.55%;
}

.drawer-nav {
    margin: 0 auto;
}

.drawer-nav-item {
    display: block;
}

@media (min-width: 769px) {

    .drawer-close {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .drawer-close:hover {
        transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
    }

    .drawer-logo {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .drawer-logo:hover {
        opacity: 0.8;
    }

    .drawer-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 45.973%;
    }

    .drawer-nav-item {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        width: 46.815%;
        margin: 0 1.592% 1.592% 1.592%;
    }

    .drawer-nav-item:hover {
        transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
    }
}

@media screen and (max-width: 768px) {

    body.is-active {
        height: 100dvh;
    }


    .drawer {
        background-image: url(../../full/img/home/drawer_bg_sp.jpg);
        background-position: top center;
    }

    .drawer-close {
        top: 0.8vw;
        right: 0.533vw;
        width: 20.533%;
    }

    .drawer-wrapper {
        margin: 0 auto;
        padding: 12.533vw 0;
        width: 89.333%;
    }

    .drawer-logo {
        margin: 0 auto 10.4vw;
        width: 67.462%;
    }

    .drawer-nav {}

    .drawer-nav-item {
        margin: 0 0 1.333vw;
    }

    .drawer-nav-item:last-child {
        margin-bottom: 0;
    }
}


/* pagetop */

.pagetop {
    display: block;
    /*display: none;
    */
    position: fixed;
    bottom: 1.024vw;
    /* right: -20%; */
    right: 1.024vw;
    width: 10.468%;
    z-index: 10;
}

.pagetop.is-active {
    /* display: block;
    opacity: 1; */
    /* display: block;
    opacity: 1; */
    /* right: 1.024vw; */
}

@media (min-width: 769px) {
    .pagetop {
        transition: transform 0.5s;
        -webkit-transition: transform 0.5s;
        -moz-transition: transform 0.5s;
        -ms-transition: transform 0.5s;
        -o-transition: transform 0.5s;
    }

    .pagetop:hover {
        transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
    }
}

@media screen and (max-width: 768px) {
    .pagetop {
        bottom: 1.946vw;
        right: 0;
        width: 24.8%;
    }

    /* .pagetop.is-active {
      right: 0;
    } */

}

.is-stop {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* footer */

.footer {
    background-color: #000;
}

.footer-wrapper {
    padding: 65px 0 52px;
}

.footer-logo {
    display: block;
    margin: 0 auto 1px;
    width: 32.21%;
}

.footer-roadshow {
    margin: 0 auto 48px;
    width: 11.493%;
}

.footer-bnr {
    /* display: flex; */
    padding-bottom: 18px;
}

.footer-bnr-item {
    display: block;
}

.footer-bnr-insta {
    display: block;
}

.footer-bnr-item.bnr-glow {
    margin: 0 auto 14px;
    width: 64.637%;
}

.footer-bnr-item.bnr-movie {
    width: 48.985%;
}

.footer-bnr-item.bnr-original {
    width: 34.782%;
}

.footer-bnr-item.bnr-anime {
    width: 63.082%;
}

.footer-bnr-item.bnr-musical,
.bnr-display {
    /* margin: 0 auto; */
    width: 34.782%;
}

.footer-mvtk {
    display: flex;
    justify-content: center;
    /* justify-content: space-between; */
    margin: 0 auto 23px;
    /* width: 17.935%; */
}

.footer-mvtk-item {
    margin: 0 0.805vw;
    height: 40px;
}

.footer-mvtk-img {
    width: auto;
    height: 100%;
}

.footer-mvtk-item:first-child {
    /* width: 50.204%; */
}

.footer-mvtk-item:last-child {
    /* width: 40.816%; */
}

.footer-copyright {
    color: #fff;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    text-align: center;
}

@media (min-width: 769px) {

    .footer-bnr {
        margin: 0 auto;
        width: 50.512%;
    }

    .footer-bnr-old {
        display: flex;
        justify-content: space-between;
    }

    .footer-bnr-connection {
        display: flex;
        justify-content: space-between;
    }

    .footer-bnr-event {
        display: flex;
        justify-content: center;
    }

    .footer-bnr-item.bnr-musical,
    .bnr-display {
        margin: 0 0.549vw;
    }

    .footer-bnr-item {
        margin-bottom: 1.898%;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .footer-bnr-item:hover {
        transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
    }

    .footer-mvtk-item {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .footer-mvtk-item:hover {
        transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
    }

}

@media screen and (max-width: 768px) {

    .footer-wrapper {
        padding: 10.666vw 0 24.4vw;
    }

    .footer-logo {
        margin: 0 auto;
        width: 60%;
    }

    .footer-roadshow {
        margin: 0 auto 8.986vw;
        width: 20%;
    }

    .footer-bnr {
        display: flex;
        flex-direction: column;
        padding-bottom: 6.853vw;
    }

    .footer-bnr-old {
        order: 1;
        margin: 0 auto 3.733vw;
        width: 64.141%;
    }


    .footer-bnr-connection {
        margin-bottom: 3.733vw;
    }

    .footer-bnr-item {
        margin-bottom: 3.733vw;
    }

    .footer-bnr-item:last-child {
        margin-bottom: 0;
    }

    .footer-bnr-item.bnr-glow {
        margin: 0 auto 3.733vw;
        width: 82.4%;
    }

    .footer-bnr-item.bnr-movie {
        width: 100%;
    }

    .footer-bnr-item.bnr-original {
        margin: 0 auto 3.733vw;
        width: 45.544%;
    }

    .footer-bnr-item.bnr-anime {
        margin: 0 auto;
        width: 82.6%;
    }

    .footer-bnr-event {
        order: 3;
    }

    .footer-bnr-item.bnr-musical,
    .bnr-display {
        margin: 0 auto;
        width: 45.6%;
    }

    .footer-bnr-item.bnr-musical {
        margin-bottom: 3.733vw;
    }

    .footer-mvtk {
        flex-wrap: wrap;
        margin: 0 auto 6.08vw;
        width: 73.866%;
    }

    .footer-mvtk-item {
        margin: 0 2.933vw 3.733vw;
    }

    .footer-mvtk-item:nth-child(3) {
        margin-bottom: 4vw;
    }

    .footer-mvtk-item:last-child {
        margin-bottom: 0;
    }

    .footer-copyright {
        font-size: 2.133vw;
    }

}