@font-face {
    font-family: "mincho";
    src: url(../font/ZenOldMincho-Regular.ttf) format("truetype");
}

* {
    margin: 0;
    padding: 0;
    font-family: serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.comming-soon {
    display: table-cell;
    background: rgb(193, 193, 193);
    text-align: center;
    color: #000000;
}

#header {
    position: relative;
}

@keyframes in-and-out-bubbles {
    0%,100%{ transform: scale(0);}
    20% { transform: scale(1);}
}

@-webkit-keyframes in-and-out-bubbles {
    0%,100%{ transform: scale(0);}
    20% { transform: scale(1);}
}

#trailer-section {
    overflow: hidden;
}

/* desktop */

@media screen and (min-width: 2000px) {

    #menu-bar {
        position: fixed;
        top: 0;
        right: 0;
        background-color: #8D8AA9;
        width: 60px;
        height: 100vh;
        z-index: 10;
    }

    .rm {
        display: none;
    }

    #phone-menu {
        display: none;
    }

    #menu {
        position: fixed;
        width: 60px;
        top: 0;
        right: 0;
        height: 80px;
        z-index: 40;
    }

    #menu:hover {
        cursor: pointer;
    }

    .menu-txt {
        font-size: 13px;
        font-weight: bolder;
        text-align: center;
        margin: 10px 0;
    }

    .burger {
        position: absolute;
        right: 10px;
        margin-top: 5px;
    }

    .burger,
    .burger::before,
    .burger:after {
        width: 40px;
        height: 4px;
        border-radius: 10px;
        transition: margin 0.5s 0.5s, transform 0.5s;
        background-color: #000;
    }

    .burger::before,
    .burger::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .burger::before {
        margin-top: -12px;
    }

    .burger::after {
        margin-top: 12px;
    }

    .close .menu-txt {
        transition: .7s;
        color: white;
    }

    .close .burger,
    .close .burger::before,
    .close .burger:after {
        color: white;
        background: white;
        transition: margin 0.3s, transform 0.5s 0.5s;
    }

    .close .burger {
        transform: rotate(405deg);
    }

    .close .burger:after {
        transform: rotate(450deg);
    }

    .close .burger:before,
    .close .burger:after {
        margin-top: 0;
    }

    .sns {
        position: absolute;
        bottom: 20px;
        text-align: center;
    }

    .logo {
        margin: 0 0 25px 0;
        width: 35px;
    }

    .top-img {
        width: 100%;
    }

    .nav-list {
        font-family: 'EB Garamond', serif;
        letter-spacing: 10px;
        position: fixed;
        top: 0;
        opacity: 0;
        margin: 0;
        pointer-events: none;
        padding: 0;
        width: 100%;
        height: 100%;
        background: url(../img/top-without-logo.jpg) no-repeat;
        background-size: 100%;
        transition: .7s;
        display: inline-block;
        z-index: 30;
    }

    .nav-menu-sns {
        position: absolute;
        top: 920px;
    }

    .nav-list ul {
        margin: 100px 0 0 50px;
    }

    .nav-list li {
        font-size: 40px;
        color: #fff;
        margin-bottom: 120px;
    }

    .nav-sns img {
        margin-top: 25px;
        margin-right: 10px;
        width: 40px;
    }

    .open {
        opacity: 1;
        pointer-events: auto;
    }

    #top-section {
        position: relative;
    }

    #top-section .img {
        width: 100%;
    }

    #top-video {
        display: none;
    }

    .img2 {
        animation-duration: 7s;
        animation-name: fade_anime;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    .img1 {
        position: absolute;
        top: 0;
        left: 0;
    }

    @keyframes fade_anime {
        0% { opacity: 0; }
        10% { opacity: 0; }
        90% { opacity: 1; }
        100% { opacity: 1; }
    }


    #trailer-section {
        position: relative;
        width: calc(100vw - 60px);
        height: 1400px;
    }

    #trailer-section h1 {
        position: absolute;
        top: 140px;
        font-size: 80px;
        margin: 0 0 0 210px;
        font-weight: normal;
    }

    /* .carousel {
        width: 900px;
        height: calc(900px * 0.5625);
        margin: 0 auto;
    } */

    .carousel-area {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(915px * 2);
        display: flex;
        justify-content: center;
    }

    .carousel-item {
        width: 900px;
        height: calc(900px * 0.5625);
    }

    .carousel-item:first-child {
        margin-right: 30px;
    }

    .carousel-img {
        width: 100%;
        height: 100%;
    }

    #story-section {
        position: relative;
        background: #5B79A7;
    }

    .story-top {
        height: 1300px;
    }

    .story-img1 {
        position: absolute;
        top: 100px;
        right: 70px;
        width: 1400px;
        z-index: 5;
        margin-top: 80px;
    }

    .sub-synopsis {
        position: absolute;
        top: 800px;
        left: 70px;
        font-size: 50px;
        color: white;
        text-shadow: 4px 3px black;
        z-index: 6;
    }

    .story-bottom {
        position: relative;
        height: 2000px;
    }

    .story-img2 {
        position: absolute;
        top: 40px;
        right: 60px;
        width: 40%;
        height: 600px;
        z-index: 6;
    }

    #story-section .story-bottom h1 {
        position: absolute;
        top: 450px;
        font-size: 80px;
        margin: 0 0 0 210px;
        font-weight: normal;
    }

    .main-synopsis {
        position: absolute;
        top: 700px;
        left: 70px;
        font-size: 30px;
        color: white;
        text-shadow: 4px 3px black;
        z-index: 6;
        margin: 0;
    }

    .phone {
        display: none;
    }

    .story-img3 {
        position: absolute;
        top: 1300px;
        right: 300px;
        width: 40%;
        height: 600px;
        z-index: 1;
    }

    #cast-section {
        position: relative;
        width: 100%;
        margin-bottom: 150px;
    }

    .cast-top {
        margin-top: 100px;
        height: 200px;
    }

    #cast-section h1 {
        font-size: 80px;
        margin: 0 0 0 210px;
        padding-top: 50px;
        font-weight: normal;
    }

    .cast-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cast {
        width: 30%;
        margin: 0 2% 2%;
    }

    .cast-img {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 400px;
    }

    .cast-img .bubble {
        width: 7px;
        height: 7px;
        margin-top: 27px;
        margin-right: 10px;
    }

    .cast-img p {
        font-size: 30px;
        margin-right: 20px;
    }

    .cast-txt {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .actor {
        font-size: 40px;
        margin: 0;
    }

    .role {
        color: #5B79A7;
        font-size: 30px;
        margin: 0;
    }

    #music-section {
        background: #5B83A7;
        text-align: center;
        margin: 0;
    }

    .music-container {
        padding: 80px 0 150px 0;
    }

    #music-section h1 {
        font-size: 80px;
        padding-top: 80px;
        font-weight: normal;
        margin: 0;
        margin-bottom: 50px;
    }

    .music {
        width: 60%;
        height: 900px;
    }

    #shop-section {
        text-align: center;
        padding: 200px 0 20px;
        height: 1000px;
    }

    #shop-section h1 {
        font-size: 80px;
        font-weight: normal;
        margin: 0;
    }

    .shop-item {
        width: 1000px;
    }

    .shop-txt {
        font-size: 80px;
    }

    footer {
        text-align: center;
        padding: 60px 0;
        background: rgb(91, 140, 167);
    }

    footer h1 {
        font-size: 20px;
        font-weight: normal;
        margin: 0;
        color: #fff;
    }

    .share-sns-box {
        margin: 0;
        padding: 0;
    }

    .share-sns img {
        width: 30px;
        margin-top: 15px;
        padding-right: 8px;
    }

    .team {
        color: #fff;
        line-height: 25px;
    }
}

/* laptop */

@media screen and (min-width: 1545px) and (max-width: 1999px) {

    #menu-bar {
        position: fixed;
        top: 0;
        right: 0;
        background-color: #8D8AA9;
        width: 60px;
        height: 100vh;
        z-index: 10;
    }

    .rm {
        display: none;
    }

    #phone-menu {
        display: none;
    }

    #menu {
        position: fixed;
        width: 60px;
        top: 0;
        right: 0;
        height: 80px;
        z-index: 40;
    }

    #menu:hover {
        cursor: pointer;
    }

    .menu-txt {
        font-size: 13px;
        font-weight: bolder;
        text-align: center;
        margin: 10px 0;
    }

    .burger {
        position: absolute;
        right: 10px;
        margin-top: 5px;
    }

    .burger,
    .burger::before,
    .burger:after {
        width: 40px;
        height: 4px;
        border-radius: 10px;
        transition: margin 0.5s 0.5s, transform 0.5s;
        background-color: #000;
    }

    .burger::before,
    .burger::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .burger::before {
        margin-top: -12px;
    }

    .burger::after {
        margin-top: 12px;
    }

    .close .menu-txt {
        transition: .7s;
        color: white;
    }

    .close .burger,
    .close .burger::before,
    .close .burger:after {
        color: white;
        background: white;
        transition: margin 0.3s, transform 0.5s 0.5s;
    }

    .close .burger {
        transform: rotate(405deg);
    }

    .close .burger:after {
        transform: rotate(450deg);
    }

    .close .burger:before,
    .close .burger:after {
        margin-top: 0;
    }

    .sns {
        position: absolute;
        bottom: 20px;
        text-align: center;
    }

    .logo {
        margin: 0 0 25px 0;
        width: 35px;
    }

    .top-img {
        width: 100%;
    }

    .nav-list {
        font-family: 'EB Garamond', serif;
        letter-spacing: 10px;
        position: fixed;
        top: 0;
        opacity: 0;
        margin: 0;
        pointer-events: none;
        padding: 0;
        width: 100%;
        height: 100vh;
        background: url(../img/top-without-logo.jpg) no-repeat;
        transition: .7s;
        display: inline-block;
        z-index: 30;
        background-size: 100%;
    }

    .nav-menu-sns {
        position: absolute;
        top: 880px;
    }

    .nav-list ul {
        margin: 100px 0 0 50px;
    }

    .nav-list li {
        font-size: 40px;
        color: #fff;
        margin-bottom: 100px;
    }

    .nav-sns img {
        margin-top: 25px;
        margin-right: 10px;
        width: 40px;
    }

    .open {
        opacity: 1;
        pointer-events: auto;
    }

    #top-section .img {
        width: 100%;
    }

    #top-video {
        display: none;
    }

    .img2 {
        animation-duration: 10s;
        animation-name: fade_anime;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    .img1 {
        position: absolute;
        top: 0;
        left: 0;
    }

    @keyframes fade_anime {
        0% { opacity: 0; }
        10% { opacity: 0; }
        90% { opacity: 1; }
        100% { opacity: 1; }
    }

    #trailer-section {
        position: relative;
        width: calc(100vw - 60px);
        height: 1000px;
    }

    #trailer-section h1 {
        position: absolute;
        top: 60px;
        font-size: 80px;
        margin: 0 0 0 210px;
        font-weight: normal;
    }

    /* .carousel {
        width: 600px;
        height: calc(600px * 0.5625);
        margin: 0 auto;
    } */

    .carousel-area {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(715px * 2);;
        display: flex;
        justify-content: center;
    }

    .carousel-item {
        width: 700px;
        height: calc(700px * 0.5625);
    }

    .carousel-item:first-child {
        margin-right: 30px;
    }

    .carousel-img {
        width: 100%;
        height: 100%;
    }

    .movie {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 1200px;
        height: 700px;
    }

    .movie .bubble {
        width: 6px;
        height: 6px;
        margin-top: 30px;
        margin-right: 10px;
    }

    .movie p {
        font-size: 40px;
        margin-right: 20px;
    }

    #story-section {
        position: relative;
        background: #5B79A7;
    }

    .story-top {
        height: 1100px;
    }

    .story-img1 {
        position: absolute;
        top: 180px;
        right: 100px;
        width: 1200px;
        z-index: 5;
    }

    .sub-synopsis {
        position: absolute;
        top: 700px;
        left: 70px;
        font-size: 35px;
        color: white;
        text-shadow: 2px 2px black;
        z-index: 6;
    }

    .story-bottom {
        position: relative;
        height: 1800px;
    }

    .story-img2 {
        position: absolute;
        top: 60px;
        right: 100px;
        width: 800px;
        z-index: 6;
    }

    #story-section .story-bottom h1 {
        position: absolute;
        top: 450px;
        font-size: 80px;
        margin: 0 0 0 210px;
        font-weight: normal;
    }

    .main-synopsis {
        position: absolute;
        top: 650px;
        left: 70px;
        font-size: 25px;
        color: white;
        text-shadow: 2px 2px black;
        z-index: 6;
        margin: 0;
    }

    .phone {
        display: none;
    }

    .story-img3 {
        position: absolute;
        top: 1200px;
        right: 200px;
        width: 40%;
        height: 400px;
        z-index: 6;
    }

    #cast-section {
        position: relative;
        width: 95%;
        margin-bottom: 150px;
    }

    #cast-section h1 {
        font-size: 80px;
        margin: 0 0 0 210px;
        padding-top: 110px;
        font-weight: normal;
    }

    .cast-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 50px;
    }

    .cast {
        width: 35%;
        margin: 0 2% 2%;
    }

    .cast-img {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .cast-txt {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .actor {
        font-size: 50px;
        margin: 0;
    }

    .role {
        color: #5B79A7;
        font-size: 30px;
        margin: 0 0 6px;
    }

    #music-section {
        background: #5B83A7;
        text-align: center;
        margin: 0;
    }

    .music-container {
        padding: 80px 0 150px 0;
    }

    #music-section h1 {
        font-size: 80px;
        padding-top: 80px;
        font-weight: normal;
        margin: 0;
        margin-bottom: 50px;
    }

    .music {
        width: 70%;
        height: 700px;
    }

    #shop-section {
        text-align: center;
        padding: 100px 0 0px;
        height: 900px;
        width: 95%;
    }

    #shop-section h1 {
        font-size: 80px;
        font-weight: normal;
        margin: 0;
    }

    .shop-item-container {
        position: relative;
    }

    .shop-item {
        width: 50%;
    }

    footer {
        text-align: center;
        padding: 30px 0;
        background: #5B8CA7;
    }

    footer h1 {
        font-size: 15px;
        font-weight: normal;
        margin: 0;
        color: #fff;
    }

    .share-sns-box {
        margin: 0;
        padding: 0;
    }

    .share-sns img {
        width: 30px;
        margin-top: 15px;
        padding-right: 8px;
    }

    .team {
        font-size: 10px;
        color: #fff;
        line-height: 18px;
    }
}

/* tablet */

@media screen and (min-width: 1024px) and (max-width: 1544px) {

    #menu-bar {
        position: fixed;
        top: 0;
        right: 0;
        background-color: #8D8AA9;
        width: 60px;
        height: 100vh;
        z-index: 10;
    }

    .rm {
        display: none;
    }

    #phone-menu {
        display: none;
    }

    #menu {
        position: fixed;
        width: 60px;
        top: 0;
        right: 0;
        height: 80px;
        z-index: 40;
    }

    #menu:hover {
        cursor: pointer;
    }

    .menu-txt {
        font-size: 13px;
        font-weight: bolder;
        text-align: center;
        margin: 10px 0;
    }

    .burger {
        position: absolute;
        right: 10px;
        margin-top: 5px;
    }

    .burger,
    .burger::before,
    .burger:after {
        width: 40px;
        height: 4px;
        border-radius: 10px;
        transition: margin 0.5s 0.5s, transform 0.5s;
        background-color: #000;
    }

    .burger::before,
    .burger::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .burger::before {
        margin-top: -12px;
    }

    .burger::after {
        margin-top: 12px;
    }

    .close .menu-txt {
        transition: .7s;
        color: white;
    }

    .close .burger,
    .close .burger::before,
    .close .burger:after {
        color: white;
        background: white;
        transition: margin 0.3s, transform 0.5s 0.5s;
    }

    .close .burger {
        transform: rotate(405deg);
    }

    .close .burger:after {
        transform: rotate(450deg);
    }

    .close .burger:before,
    .close .burger:after {
        margin-top: 0;
    }

    .sns {
        position: absolute;
        display: flex;
        flex-direction: column;
        bottom: 20px;
        right: 17.5px;
    }

    .logo {
        margin: 0 0 15px 0;
        width: 25px;
    }

    .top-img {
        width: 100%;
    }

    #top-video {
        display: none;
    }

    .nav-list {
        font-family: 'EB Garamond', serif;
        letter-spacing: 10px;
        position: fixed;
        top: 0;
        opacity: 0;
        margin: 0;
        pointer-events: none;
        padding: 0;
        width: 30%;
        height: 100vh;
        background: url(../img/top-without-logo.png) no-repeat;
        transition: .7s;
        display: inline-block;
        z-index: 30;
        background-color: #8d8aa9ab;
    }

    .nav-list ul {
        height: 100vh;
        margin: 100px 0 0px 50px;
        padding-bottom: 200px;
    }

    .nav-list li {
        font-size: 40px;
        color: #fff;
        margin-bottom: 90px;
    }

    .nav-menu-sns {
        position: absolute;
        top: 800px;
    }

    .nav-sns img {
        margin-top: 25px;
        margin-right: 10px;
        width: 40px;
    }

    .open {
        opacity: 1;
        pointer-events: auto;
    }

    #top-section .img {
        width: 100%;
    }

    .phone-img {
        display: none;
    }

    .img2 {
        animation-duration: 7s;
        animation-name: fade_anime;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    .img1 {
        position: absolute;
        top: 0;
        left: 0;
    }

    @keyframes fade_anime {
        0% { opacity: 0; }
        10% { opacity: 0; }
        90% { opacity: 1; }
        100% { opacity: 1; }
    }

    #trailer-section {
        position: relative;
        height: 700px;
        width: calc(100vw - 60px);
    }

    #trailer-section h1 {
        position: absolute;
        top: 80px;
        font-size: 60px;
        margin: 0 0 0 150px;
        font-weight: normal;
    }

    .carousel-area {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(515px * 2);;
        display: flex;
        justify-content: center;
    }

    .carousel-item {
        width: 500px;
        height: calc(500px * 0.5625);
    }

    .carousel-item:first-child {
        margin-right: 30px;
    }

    .carousel-img {
        width: 100%;
        height: 100%;
    }

    .movie {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 700px;
        height: 400px;
    }

    .movie .bubble {
        width: 6px;
        height: 6px;
        margin-top: 30px;
        margin-right: 10px;
    }

    .movie p {
        font-size: 40px;
        margin-right: 20px;
    }

    #story-section {
        position: relative;
        background: #5B79A7;
    }

    .story-top {
        height: 880px;
    }

    .story-img1 {
        position: absolute;
        top: 130px;
        right: 80px;
        width: 900px;
        z-index: 5;
    }

    .sub-synopsis {
        position: absolute;
        top: 550px;
        left: 70px;
        font-size: 27px;
        color: white;
        text-shadow: 2px 2px black;
        z-index: 6;
    }

    .story-bottom {
        position: relative;
        height: 1000px;
    }

    .story-img2 {
        position: absolute;
        right: 100px;
        width: 600px;
        z-index: 6;
    }

    #story-section .story-bottom h1 {
        position: absolute;
        top: 260px;
        font-size: 60px;
        margin: 0 0 0 210px;
        font-weight: normal;
    }

    .main-synopsis {
        position: absolute;
        top: 410px;
        left: 70px;
        font-size: 17px;
        color: white;
        text-shadow: 2px 2px black;
        z-index: 6;
        margin: 0;
    }

    .phone {
        display: none;
    }

    .story-img3 {
        position: absolute;
        top: 640px;
        right: 80px;
        width: 460px;
        z-index: 1;
    }

    #cast-section {
        position: relative;
        width: 100%;
        margin-bottom: 150px;
    }

    .cast-top {
        margin-top: 100px;
        height: 200px;
    }

    #cast-section h1 {
        font-size: 60px;
        margin: 0 0 0 210px;
        padding-top: 30px;
        font-weight: normal;
    }

    .cast-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cast {
        width: 40%;
        margin: 0 3% 3%;
    }

    .cast-img {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 330px;
    }

    .cast-img .bubble {
        width: 5px;
        height: 5px;
        margin-top: 22px;
        margin-right: 7px;
    }

    .cast-img p {
        font-size: 22px;
        margin-right: 10px;
    }

    .cast-txt {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-top: 10px;
        margin: 0 10px 0;
    }

    .actor {
        font-size: 25px;
        margin: 0;
    }

    .role {
        color: #5B79A7;
        font-size: 20px;
        margin: 0;
        margin-bottom: 3px;
    }

    #music-section {
        background: #5B83A7;
        text-align: center;
        margin: 0;
    }

    .music-container {
        padding: 80px 0 100px 0;
    }

    #music-section h1 {
        font-size: 60px;
        padding-top: 30px;
        font-weight: normal;
        margin: 0;
        margin-bottom: 40px;
    }

    .music {
        width: 70%;
        height: 500px;
    }

    #shop-section {
        text-align: center;
        padding: 30px 0 20px;
        height: 500px;
    }

    #shop-section h1 {
        font-size: 60px;
        font-weight: normal;
        margin: 0;
    }

    .shop-item-container {
        position: relative;
    }

    .shop-item {
        width: 40%;
    }

    footer {
        text-align: center;
        padding: 30px 0;
        background: #5B8CA7;
    }

    footer h1 {
        font-size: 15px;
        font-weight: normal;
        margin: 0;
        color: #fff;
    }

    .share-sns-box {
        margin: 0;
        padding: 0;
    }

    .share-sns img {
        width: 30px;
        margin-top: 15px;
        padding-right: 8px;
    }

    .team {
        font-size: 10px;
        color: #fff;
        line-height: 18px;
    }
}

/* tablet */

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

    #menu-bar {
        position: fixed;
        top: 0;
        right: 0;
        background-color: #8D8AA9;
        width: 60px;
        height: 100vh;
        z-index: 10;
    }

    #phone-menu {
        display: none;
    }

    .rm {
        display: none;
    }

    #menu {
        position: fixed;
        width: 60px;
        top: 0;
        right: 0;
        height: 80px;
        z-index: 80;
    }

    #menu:hover {
        cursor: pointer;
    }

    .menu-txt {
        font-size: 13px;
        font-weight: bolder;
        text-align: center;
        margin: 10px 0;
    }

    .burger {
        position: absolute;
        right: 10px;
        margin-top: 5px;
    }

    .burger,
    .burger::before,
    .burger:after {
        width: 40px;
        height: 4px;
        border-radius: 10px;
        transition: margin 0.5s 0.5s, transform 0.5s;
        background-color: #000;
    }

    .burger::before,
    .burger::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .burger::before {
        margin-top: -12px;
    }

    .burger::after {
        margin-top: 12px;
    }

    .close .menu-txt {
        transition: .7s;
        color: white;
    }

    .close .burger,
    .close .burger::before,
    .close .burger:after {
        color: white;
        background: white;
        transition: margin 0.3s, transform 0.5s 0.5s;
    }

    .close .burger {
        transform: rotate(405deg);
    }

    .close .burger:after {
        transform: rotate(450deg);
    }

    .close .burger:before,
    .close .burger:after {
        margin-top: 0;
    }

    .sns {
        position: absolute;
        display: flex;
        flex-direction: column;
        bottom: 20px;
        right: 17.5px;
    }

    .logo {
        padding: 0 0 15px 0;
        width: 25px;
    }

    .top-img {
        width: 100%;
        height: 100vh;
    }

    .nav-list {
        font-family: 'EB Garamond', serif;
        letter-spacing: 10px;
        position: fixed;
        top: 0;
        opacity: 0;
        margin: 0;
        pointer-events: none;
        padding: 0;
        width: 100%;
        height: 100%;
        background: url(../img/top-without-logo.png) no-repeat;
        background-size: 100%;
        transition: .7s;
        display: inline-block;
        z-index: 30;
    }

    .nav-list ul {
        margin: 80px 0 0 2px;
    }

    .nav-list li {
        text-shadow: 2px 2px black;
        font-size: 30px;
        color: #fff;
        margin-bottom: 50px;
    }

    .nav-sns img {
        margin-top: 25px;
        margin-right: 10px;
        width: 25px;
    }

    .open {
        opacity: 1;
        pointer-events: auto;
    }

    #top-section .img {
        width: 100%;
    }

    #top-video {
        display: none;
    }

    .img2 {
        animation-duration: 7s;
        animation-name: fade_anime;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    .img1 {
        position: absolute;
        top: 0;
        left: 0;
    }

    @keyframes fade_anime {
        0% { opacity: 0; }
        10% { opacity: 0; }
        90% { opacity: 1; }
        100% { opacity: 1; }
    }

    #trailer-section {
        position: relative;
        height: 500px;
        width: calc(100vw - 60pc);
    }

    #trailer-section h1 {
        position: absolute;
        top: 40px;
        font-size: 40px;
        margin: 0 0 0 110px;
        font-weight: normal;
    }

    .carousel-area {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(715px * 2);
        display: flex;
        justify-content: center;
    }

    .carousel-item {
        width: 700px;
        height: calc(700px * 0.5625);
    }

    .carousel-item:first-child {
        margin-right: 30px;
    }

    .carousel-img {
        width: 100%;
        height: 100%;
    }

    .movie {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 500px;
        height: 280px;
    }

    .movie .bubble {
        width: 3px;
        height: 3px;
        margin-top: 15px;
        margin-right: 10px;
    }

    .movie p {
        font-size: 25px;
        margin-right: 20px;
    }

    #story-section {
        position: relative;
        background: #5B79A7;
    }

    .story-top {
        height: 400px;
    }

    .story-img1 {
        position: absolute;
        top: 100px;
        right: 0;
        width: 600px;
        height: 300px;
        z-index: 5;
    }

    .sub-synopsis {
        position: absolute;
        top: 280px;
        left: 70px;
        font-size: 15px;
        color: white;
        text-shadow: 2px 2px black;
        z-index: 6;
    }

    .story-bottom {
        position: relative;
        height: 900px;
    }

    .story-img2 {
        position: absolute;
        top: 60px;
        right: 60px;
        width: 50%;
        height: 300px;
        z-index: 6;
    }

    #story-section .story-bottom h1 {
        position: absolute;
        top: 300px;
        font-size: 40px;
        margin: 0 0 0 110px;
        font-weight: normal;
    }

    .phone {
        display: none;
    }

    .main-synopsis {
        position: absolute;
        top: 420px;
        left: 70px;
        font-size: 11px;
        color: white;
        text-shadow: 2px 2px black;
        z-index: 6;
        margin: 0;
    }

    .story-img3 {
        position: absolute;
        bottom: 20px;
        right: 200px;
        width: 40%;
        z-index: 6;
    }

    #cast-section {
        position: relative;
        width: 95%;
        margin-bottom: 50px;
    }

    .cast-top {
        background-size: 100% 100%;
        margin-top: 50px;
        height: 100px;
    }

    #cast-section h1 {
        font-size: 40px;
        margin: 0 0 0 110px;
        padding-top: 0px;
        font-weight: normal;
    }

    .cast-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cast {
        width: 30%;
        margin: 0 2% 2%;
    }

    .cast-img {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 160px;
    }

    .cast-txt {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .actor {
        font-size: 20px;
        margin: 0;
    }

    .role {
        color: #5B79A7;
        font-size: 12px;
        margin: 0;
    }

    #music-section {
        background: #5B83A7;
        text-align: center;
        margin: 0;
    }

    .music-container {
        padding: 50px 0 50px 0;
    }

    #music-section h1 {
        font-size: 40px;
        font-weight: normal;
        margin: 0;
        margin-bottom: 40px;
    }

    .music {
        width: 70%;
        height: 500px;
    }

    #shop-section {
        text-align: center;
        width: 95%;
        padding: 100px 0 20px;
        height: 550px;
    }

    #shop-section h1 {
        font-size: 40px;
        font-weight: normal;
        margin: 0;
    }

    .shop-item {
        width: 50%;
    }

    footer {
        text-align: center;
        padding: 30px 0;
        background: #5B8CA7;
    }

    footer h1 {
        font-size: 9px;
        font-weight: normal;
        margin: 0;
        color: #fff;
    }

    .share-sns-box {
        margin: 0;
        padding: 0;
    }

    .share-sns img {
        width: 20px;
        margin-top: 15px;
        padding-right: 8px;
    }

    .team {
        font-size: 10px;
        color: #fff;
        line-height: 17px;
    }
}

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

    #menu {
        display: none;
    }

    .rm {
        display: none;
    }

    #phone-menu {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 50px;
        height: 50px;
        z-index: 31;
    }

    .menu-bg {
        position: absolute;
        right: 0;
        background-color: rgba(91, 132, 167, 0.755);
        width: 48px;
        height: 48px;
        z-index: 2;
        text-align: center;
    }

    #phone-menu:hover {
        cursor: pointer;
    }

    .menu-txt {
        position: absolute;
        top: 5px;
        right: 20%;
        font-size: 6px;
        font-weight: bolder;
        letter-spacing: 1.5px;
    }

    .burger {
        position: absolute;
        right: 17%;
        margin-top: 30px;
    }

    .burger,
    .burger::before,
    .burger:after{
        width: 30px;
        height: 2px;
        border-radius: 10px;
        transition: margin 0.5s 0.5s, transform 0.5s;
        background-color: #000;
    }

    .burger::before,
    .burger::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .burger::before {
        margin-top: -8px;
    }

    .burger::after {
        margin-top: 8px;
    }

    .close .menu-txt {
        transition: .7s;
        color: white;
    }

    .close .burger,
    .close .burger::before,
    .close .burger:after {
        color: white;
        background: white;
        transition: margin 0.3s, transform 0.5s 0.5s;
    }

    .close .burger {
        transform: rotate(405deg);
    }

    .close .burger:after {
        transform: rotate(450deg);
    }

    .close .burger:before,
    .close .burger:after {
        margin-top: 0;
    }

    .sns {
        display: none;
    }

    .logo {
        margin: 0 0 15px 0;
        width: 25px;
    }

    .top-img {
        width: 100%;
    }

    .nav-list {
        font-family: 'EB Garamond', serif;
        letter-spacing: 10px;
        position: fixed;
        opacity: 0;
        pointer-events: none;
        padding: 0;
        transition: .7s;
        display: inline-block;
        z-index: 30;
        width: 100%;
        height: 100%;
        color: white;
        background: url(../img/sukisore-2.webp) no-repeat;
        background-color: rgb(25, 25, 25);
        background-size: 100%, 100vh;
    }

    .nav-list .menu_item {
        display: inline-block;
    }

    .nav-menu-list {
        display: flex;
        flex-direction: column;
    }

    .nav-list-box {
        margin: 80px 0 0 30px;
    }

    .nav-list li {
        text-shadow: 1px 1px 1.5px rgb(0, 0, 0);
        font-size: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 60px;
    }

    .nav-sns img {
        margin-top: 40px;
        margin-right: 10px;
        width: 25px;
    }

    .open {
        opacity: 1;
        pointer-events: auto;
    }

    #top-section {
        position: relative;
    }

    #top-section .img {
        display: none;
    }

    video {
        width: 100%;
    }

    .img2 {
        animation-duration: 8s;
        animation-name: fade_anime;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    .img1 {
        position: absolute;
        top: 0;
        left: 0;
    }

    @keyframes fade_anime {
        0% { opacity: 0; }
        10% { opacity: 0; }
        20% { opacity: 0; }
        100% { opacity: 1; }
    }

    #trailer-section {
        position: relative;
        height: 500px;
    }

    #trailer-section h1 {
        position: absolute;
        top: 30px;
        font-size: 20px;
        margin: 0 0 0 50px;
        font-weight: normal;
    }

    .carousel-area {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        justify-content: center;
    }

    .carousel-item {
        width: 300px;
        height: calc(300px * 0.5625);
    }

    .carousel-item:first-child {
        margin: 30px auto;
    }

    .carousel-img {
        width: 100%;
        height: 100%;
    }

    .movie {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 260px;
        height: 160px;
    }

    .bubble {
        width: 3px;
        height: 3px;
        margin-top: 0px;
        margin-right: 10px;
    }

    .movie p {
        font-size: 20px;
        margin-right: 20px;
    }

    #story-section {
        position: relative;
        background: #5B79A7;
    }

    .story-top {
        height: 300px;
    }

    .story-img1 {
        position: absolute;
        top: 100px;
        right: 10px;
        width: 300px;
        z-index: 5;
    }

    .sub-synopsis {
        position: absolute;
        top: 220px;
        left: 20px;
        font-size: 14px;
        color: white;
        text-shadow: 1px 1px black;
        z-index: 6;
    }

    .story-bottom {
        position: relative;
        height: 850px;
    }

    .story-img2 {
        position: absolute;
        top: 80px;
        right: 30px;
        width: 60%;
    }

    #story-section .story-bottom h1 {
        position: absolute;
        top: 180px;
        font-size: 20px;
        margin: 0 0 0 50px;
        font-weight: normal;
    }

    .pc {
        display: none;
    }

    .main-synopsis {
        position: absolute;
        top: 240px;
        left: 20px;
        font-size: 13px;
        color: white;
        text-shadow: 1px 1px black;
        z-index: 6;
        margin: 0;
    }

    .story-img3 {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 50%;
    }

    #cast-section {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .cast-top {
        margin: 20px 0;
        height: 70px;
    }

    #cast-section h1 {
        font-size: 20px;
        margin-left: 50px;
        padding-top: 30px;
        font-weight: normal;
    }

    .cast-container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: column;
        background-size: 100% 1050px;
    }

    .cast {
        width: 80%;
        margin: 0 0 30px 0;
    }

    .cast-img {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .cast-txt {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .actor {
        font-size: 18px;
    }

    .role {
        color: #5B79A7;
        font-size: 13px;
    }

    #music-section {
        background: #5B83A7;
        text-align: center;
        margin: 0;
    }

    .music-container {
        padding: 50px 0 60px 0;
    }

    #music-section h1 {
        font-size: 20px;
        font-weight: normal;
        margin: 0;
        margin-bottom: 20px;
    }

    .music {
        width: 70%;
        height: 200px;
    }

    #shop-section {
        text-align: center;
        padding: 25px 0 20px;
        height: 250px;
    }

    #shop-section h1 {
        font-size: 20px;
        font-weight: normal;
        margin-top: 0;
    }

    .shop-item {
        margin-top: 20px;
        width: 70%;
    }

    footer {
        text-align: center;
        padding: 30px 0;
        background: #5B8CA7;
    }

    footer h1 {
        font-size: 10px;
        font-weight: normal;
        margin: 0;
        color: #fff;
    }

    .share-sns-box {
        margin: 0;
        padding: 0;
    }

    .share-sns img {
        width: 15px;
        margin-top: 10px;
        padding-right: 8px;
    }

    .team {
        color: #fff;
        font-size: 8px;
    }

}