:root {
    --h-height: 70px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

html {
    font-size: 100%;
    scroll-behavior: auto !important;
}

body {
    color: #000;
    background-color: #000;
    font-family: 'Noto Sans JP', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}

@media (hover: hover) {
    .movticket-pc:hover ,
    a:hover {
        opacity: 0.7;
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border-style: none;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media (max-width: 767px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

/*default*/
body {
    min-width: 100%;
}

header,
#top,
#movieticket,
#movie,
#introduction,
#story,
#gallery,
#cast_staff,
footer {
    width: max(100%, 1024px);
    min-width: 1024px;
    overflow: hidden;
}

.hidden {
    display: none !important;
}

header,
footer,
#lp-main {
    display: none;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: #cad3d8;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
    font-family: "Cormorant Garamond", serif;
}

.modal-content {
    width: 52vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.8s ease;
    opacity: 0;
}

#video-modal.is-closing {
    opacity: 0 !important;
    pointer-events: none;
}

.video-area {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}

.video-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#video-nav,
#page-video-nav {
    width: 100%;
    margin: 1.5rem auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#page-video-nav {
    width: 80%;
}
#video-nav button,
#page-video-nav button {
    width: 49%;
    background-color: #cad3d8;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    padding: 0.75em;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
}
#video-nav button:nth-child(n+3),
#page-video-nav button:nth-child(n+3) {
    margin-top: 1rem;
}


#video-nav button.active,
#page-video-nav button.active {
    background-color: #5f7c7f;
    color: #fff;
}

.modal-content {
    cursor: default;
}

.entry-btn {
    position: absolute;
    right: -4rem;
    top: -4rem;
}

.entry-btn span,
#movie-ticket .close {
    width: 3.125rem;
    height: 3.125rem;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
    padding: 0;
    display: block;
}

.entry-btn span::before,
.entry-btn span::after,
#movie-ticket .close span::before,
#movie-ticket .close span::after  {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
}

.entry-btn span::before,
#movie-ticket .close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.entry-btn span::after,
#movie-ticket .close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#lp-main {
    margin-top: var(--h-height);
}

#lp-main h2 {    
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 3.75rem;
    opacity: 0;
    transform: translateY(30px);
    transition: filter 0.5s ease;
    filter: blur(5px);
}

/*header*/
header {
    opacity: 0;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #cad3d8;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 1.56rem 2.75rem 1.56rem 2.3rem;
    z-index: 10;
}

.sp-btn {
    display: none;
}

header nav {
    display: flex;
    justify-content: space-between;
}

ul.menu,
ul.sns {
    display: flex;
    list-style: none;
}

ul.menu li {
    margin-right: 2.8rem;
}

ul.menu li:last-child {
    margin-right: 0;
}

ul.sns li {
    margin-left: 1.25rem;
}

ul.sns > li > a {
    display: block;
    width: 1.31rem;
    height: 0;
    padding-top: 1.31rem;
    overflow: hidden;
    line-height: 1.5;
    background-image: url(../img/icon_x.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

ul.sns li.sns-tt > a {
    background-image: url(../img/icon_tt.png);
}

ul.sns li.sns-insta > a {
    background-image: url(../img/icon_insta.png);
}

ul.sns li.sns-fb > a {
    background-image: url(../img/icon_fb.png);
}

ul.sns li.sns-line > a {
    background-image: url(../img/icon_line.png);
}

ul.sns li.sns-yt > a {
    background-image: url(../img/icon_yt.png);
}

ul.sns li.sns-share > a {
    background-image: url(../img/icon_share.png);
}

ul.sns li.sns-share {
    position: relative;
    line-height: 1;
    height: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.share-btn {
    display: flex;
    position: absolute;
    right: -1em;
    top: calc(100% + 2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    white-space: nowrap;
    pointer-events: none;
    overflow: visible;
}
.sns-share.active .share-btn {    
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.share-btn li {
    display: inline-flex;
    align-items: center;
    min-width: 80px;
    min-height: 20px;
    vertical-align: top;
    overflow: visible !important;
}
.share-btn li:first-child {
    padding-right: 1.3rem;
    overflow: hidden !important;
}


.fb-share-button span, 
.fb-share-button iframe {
    min-width: 80px !important;
    min-height: 20px !important;
    width: auto !important;
}

#twitter-widget-0, 
.twitter-share-button {
    width: 76px !important; 
    height: 20px !important;
    visibility: visible !important;
}

/*Xオリジナルボタン*/
.custom-x-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff !important;
    height: 22px;
    min-width: 76px;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 9999px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    transition: background-color 0.2s;
}

@media (hover: hover) {
    .custom-x-btn:hover {
        background-color: #272c30;
        opacity: 1 !important;
    }
}

.x-icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    flex-shrink: 0;
}

.x-text {
    line-height: 1;
    white-space: nowrap;
}


.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 998;
}

/*MV*/
#top {
    width: 100%;
    min-width: 1024px;
    height: calc(100svh - var(--h-height));
    margin-top: var(--h-height);
    background-image: url(../img/mv_pc.jpg);
    filter: brightness(0.95) contrast(1.05);
    background-size: cover;
    background-position: right center;
    position: relative;
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    align-items: center;
}

#top.is-loaded {
    animation: fvFadeIn 1.5s ease forwards;
}

@keyframes fvFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#top h1 {
    width: max(31.64vw, 443px);
    position: absolute;
    left: 50%;
}

#top h1 img {
    width: 100%;
    height: auto;
}

.text_wrap_outer {
    width: 50%;
}

#top .txt_wrap {
    width: max(31.57vw, 442px);
    margin: 0 auto;
    text-align: center;
}

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

.top_release_date img {
    width: max(32.57%, 144px);
    height: auto;
    margin: 3.125em 0;
}

.top_c_copy img {
    width: max(82.12%, 363px);
    height: auto;
}

.movticket-pc {
    position: absolute;
    left: 3.9%;
    bottom: 3.43rem;
    cursor: pointer;
}

.credit {
    position: absolute;
    right: 2.95%;
    bottom: 1.43rem;
}

/*movieticket*/
#movieticket {
    background-color: #333333;
}
/*
#movieticket .inner {
    max-width: 840px;
    margin: 0 auto;
    padding: 3.12rem 0;
}

#movieticket ul {
    width: 92.14%;
    margin: 2rem auto 0;
    display: flex;
    justify-content: space-between;
    gap: 0 1.31rem;
}*/

/*#movie*/
#movie {
    width: 100%;
    background-image: url(../img/movie_bg.jpg);
    filter: brightness(0.95) contrast(1.05);
    background-size: cover;
    background-position: center;
    padding: 4.37rem 4.5rem 9.37rem;
}

#movie h2 {
    color: #5f7c7f;
}

.movie-box {
    width: 66.42%;
    min-width: 930px;
    margin: 4.12rem auto 0;
}

.movie-wrap {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.movie-wrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*introduction*/
#introduction {
    background-image: url(../img/intro_bg.jpg);
    filter: brightness(0.95) contrast(1.05);
    background-size: cover;
    background-position: center;
    padding: 4.125rem 4.5rem 7.25rem;
    text-align: center;
}

#introduction h2 {
    text-align: right;
    color: #4c2216;
}

.intro-box {
    width: min(max(80vw, 1120px), 100% - 40px);
    background-color: rgba(0, 0, 0, 0.7);
    margin: 3.75rem auto 0;
    color: #fff;
    padding: 5.31rem 1rem;
}

@media (max-width: 1400px) {
    .intro-box {
        width: 90%;
        min-width: auto;
    }
}

.h3_sub {
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(1rem, 2vw, 1.75rem);
    letter-spacing: 0.01em;
}

.h3_sub i {
    font-style: normal;
    margin: 0 0.5em;
}

.intro-box h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 3.75rem;
    margin: 0.5rem 0;
    color: #d6916a;
    text-shadow: 0 0 13px rgba(0, 0, 0, 1),
        0 0 13px rgba(0, 0, 0, 1),
        0 0 13px rgba(0, 0, 0, 1),
        0 0 13px rgba(0, 0, 0, 0.5),
        0 0 13px rgba(0, 0, 0, 0.5),
        0 0 13px rgba(0, 0, 0, 0.5);
}
.intro-box h3 span {
    display: inline-block;
    min-width: 0.2em;
}

.intro-box h3+p {
    font-family: "Zen Old Mincho", serif;
    font-size: 2.25rem;
    font-weight: 500;
}

.introtxt {
    width: 73.2%;
    margin: 3.5rem auto 0;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.9;
    text-align: justify;
    text-justify: inter-ideograph;
}

/*story*/
#story {
    background-image: url(../img/story_bg.jpg);
    filter: brightness(0.95) contrast(1.05);
    background-size: cover;
    background-position: center;
    padding: 4.25rem 4.5rem 9.68rem;
    color: #d5cfca;
}

.storytxt {
    width: min(max(69vw, 960px), 100% - 40px);
    margin: 6.87rem auto 0;
    text-align: justify;
    text-justify: inter-ideograph;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.68rem;
    line-height: 1.9;
}

.storytxt p+p {
    margin-top: 1em;
}

/*gallery*/
#gallery {
    background-image: url(../img/gallery_bg.jpg);
    /*filter: brightness(0.95) contrast(1.05);*/
    background-size: cover;
    background-position: center;
    padding: 5.12rem 4.5rem 8.12rem;
    overflow: hidden;
    
}
#gallery h2 {
    text-align: center;
}
.g-slider {
    max-width: 47.5rem;
    margin: 3.25rem auto 0;
    position: relative;
    overflow: hidden;
}

#g-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    flex-wrap: nowrap;
    overflow: hidden;
    justify-content: center;
}

#g-list.is-initialized {
    overflow: visible;
    justify-content: flex-start;
}

#g-list li {
    flex: 0 0 78.94%;
    aspect-ratio: 1 / 1;
    background-color: #242424;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10.53%;
}

#g-list li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    cursor: pointer;
}

@media (min-width: 768px) {
    #g-list li {
        position: relative;
    }
    #g-list li::after {
        content: "";
        width: 1.93rem;
        height: 1.93rem;
        display: block;
        position: absolute;
        right: 1.25rem;
        bottom: 1.25rem;
        background-image: url(../img/gallery/zoom.png);
        background-repeat: no-repeat;
        background-size: cover;
        pointer-events: none;
    }
}

/* galleryModal */
#g-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;    
}

.g-modal-wrap {
    position: relative;
    /* 1064 / 1400 = 76vw */
    width: 76vw; 
    max-width: 1064px;
    /* 795 / 1400 = 56.78vw */
    height: 56.78vw; 
    max-height: min(795px, 90vh);     
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-modal-content {
    position: relative;
    width: 84.58%;
    max-width: 900px;
    height: 94.33%;
    max-height: 750px;
    overflow: hidden;
    z-index: 1; 
    margin-top: -4%;
}

#g-modal-list {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

#g-modal-list li {
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*gallery slider nav*/
.g-prev, .g-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 4.3rem;
    z-index: 10;
}

.g-prev,
.g-modal-prev { left: 0; cursor: pointer; }
.g-next,
.g-modal-next { right: 0; cursor: pointer; }

.g-prev::before,
.g-next::before,
.g-modal-prev::before,
.g-modal-next::before {
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    top: 50%;
}

.g-modal-prev::before,
.g-modal-next::before {
    width: 3rem;
    height: 3rem;
}

.g-prev::before,
.g-modal-prev::before {
    left: 1.5rem;
    transform: translate(-30%, -50%) rotate(-45deg);
}

.g-next::before,
.g-modal-next::before {
    right: 1.5rem;
    transform: translate(30%, -50%) rotate(135deg);
}

.g-pagination,
.g-modal-pagination {
    display: flex;
    justify-content: center;
    gap: 0.9375rem;
}

.g-pagination {
    margin-top: 1.25rem;
}

.g-pagination span,
.g-modal-pagination span {
    width: 0.625rem;
    height: 0.625rem;
    background: #606060;
    border-radius: 50%;
    cursor: pointer;
}

.g-pagination span.active,
.g-modal-pagination span.active {
    background: #fff;
}

.g-modal-close,
.g-modal-prev,
.g-modal-next,
.g-modal-pagination {
    position: absolute;
    z-index: 10; 
}
.g-modal-close {
    width: 3.5rem;
    height: 3.5rem;
    right: 0;
    top: 0;
    cursor: pointer;
}
.g-modal-prev,
.g-modal-next {
    margin-top: -2%;
}

@media (max-height: 750px) {
    .g-modal-close {
        right: 0;
    }
}

.g-modal-close span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.g-modal-close span::before,
.g-modal-close span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.g-modal-close span::before { transform: rotate(45deg); }
.g-modal-close span::after { transform: rotate(-45deg); }


.g-modal-pagination {
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}

@media (hover: hover) {
    .g-prev:hover,
    .g-modal-prev:hover,
    .g-next:hover,
    .g-modal-next:hover,
    .g-modal-close:hover {
        opacity: 0.5;
    }
}

/*cast_staff*/
#cast_staff {
    background-image: url(../img/caststaff_bg.jpg);
    filter: brightness(0.95) contrast(1.05);
    background-size: cover;
    background-position: center;
    padding: 3.25rem 4.5rem 4.25rem;
    color: #d5cfca;
}

#cast_staff h2 {
    text-align: right;
}

#cast_staff h2 b {
    font-size: 2.5rem;
    margin: 0 0.5em;
}

.cstxt {
    width: min(max(73vw, 1020px), 100% - 40px);
    margin: 4.75rem auto 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2.18rem;
}


.cstxt dl {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cstxt dt {
    color: #e6e51b;
    width: 15%;
    padding-top: 0.9rem;
}

.cstxt dt span {
    display: block;
    text-align: right;
    margin-right: 1em;
}

.cstxt dd {
    width: 84%;
    font-size: 1.5rem;
    font-family: "Zen Old Mincho", serif;
    line-height: 2;
    padding-bottom: 1.5rem;
}

.cstxt dd span {
    font-size: 1.125rem;
}

.cstxt dd p.txt-r {
    text-align: right;
    line-height: 1;
}

@media (min-width: 1600px) {
    .cstxt dd p.txt-r {
        text-align: left;
        margin-left: 19em;
    }
}

.cstxt dd i {
    font-style: normal;
    margin-left: 1em;
}

.cstxt dd p em {
    font-style: normal;
}

/*footer*/
footer {
    padding: 2.37rem 0 1.87rem;
    background-color: #cad3d8;
    text-align: center;
    color: #333;
}

footer ul.sns {
    display: none;
}

footer ul.bn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2rem;
    margin-bottom: 2.5rem;
}

.f_copyright {
    font-size: 1.125rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
}

/*animation setting*/
section:not(#top) {
    will-change: transform, opacity;
}

.oozing-box {
    opacity: 0;
    will-change: transform, filter, opacity;
}

/*movie-ticket*/
#movie-ticket {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 3rem;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
}
#movie-ticket .close {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
}
.movie-ticket-inner {
    max-width: 840px;
    margin: 0 auto;
    border-radius: 15px;
}


@media (max-width: 767px) {

    body.is-second-time section,
    body.is-second-time h2,
    body.is-second-time .oozing-box,
    body.is-second-time footer {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        visibility: visible !important;
    }

    header,
    #top,
    #movieticket,
    #movie,
    #introduction,
    #story,
    #gallery,
    #cast_staff,
    footer {
        width: auto;
        min-width: auto;
    }

    .modal-content {
        width: 90vw;
    }

    #video-nav,
    #page-video-nav {
        width: 100%;        
    }
    #video-nav button,
    #page-video-nav button {
        padding: 0.5rem 0.25rem;
    }

    .entry-btn {
        right: 0;
    }

    #lp-main {
        margin-top: 0;
    }

    /*header*/
    header {
        background-color: transparent;
        /*padding: 23.14vw 0 0;*/
        padding: 0;
        color: #bbb;
        z-index: 9990 !important;
    }

    .sp-btn {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        /* デザイン138px / 3 = 46px */
        width: clamp(40px, 12.7vw, 50px);
        height: clamp(40px, 12.7vw, 50px);
        background-color: #333;
        border-radius: 50%;
        cursor: pointer;
        z-index: 9999 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .sp-btn span {
        display: block;
        position: relative;
        width: 26px;
        height: 2px;
        background-color: #fff;
        text-indent: -9999px;
        transition: all 0.3s;
    }

    .sp-btn span::before,
    .sp-btn span::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: all 0.3s;
    }

    .sp-btn span::before {
        top: -8px;
    }

    .sp-btn span::after {
        bottom: -8px;
    }

    .sp-btn.open span {
        background-color: transparent;
    }

    .sp-btn.open span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .sp-btn.open span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    header:not(.hidden) .sp-btn {
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* --- スライドメニュー本体 --- */
    ul.menu {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #000;
        z-index: 999;
        transition: all 0.5s ease;
        padding-top: 70px;
        list-style: none;
        font-size: clamp(20px, 5.55vw, 30px);
        text-align: center;
        opacity: 0;
    }

    ul.menu.open {
        opacity: 1;
        right: 0;
    }

    ul.menu li {
        margin-right: 0;
    }

    ul.menu li+li {
        margin-top: 2em;
    }

    

    .menu-overlay.open {
        display: block;
    }

    header nav {
        display: block;
    }

    header ul.sns {
        display: none;
    }

    /*top*/
    #top {
        min-width: auto;
        background-image: url(../img/mv_sp.jpg);
        height: auto;
        margin-top: 0;
        display: block;
        text-align: center;
        padding: 36.5vw 0 19.8vw;
    }

    .text_wrap_outer {
        width: 100%;
    }

    #top .txt_wrap {
        width: 100%;
    }

    .top_actor {
        position: absolute;
        left: 9.07vw;
        top: 7.2vw;
    }

    .top_actor img {
        width: 60.64vw;
        min-width: auto;
    }

    #top h1 {
        width: 76.05vw;
        margin: 0 auto;
        position: relative;
        left: inherit;
        top: inherit;
        text-align: center;
    }

    #top h1 img {
        width: 100%;
        min-width: auto;
    }

    .top_release_date img {
        width: 26.20vw;
        min-width: auto;
        margin-top: clamp(16px, 12vw, 65px);
        margin-bottom: 16px;
    }

    .top_c_copy img {
        width: 90vw;
    }

    .credit {
      right: 50%;
      width: 20%;
      margin-right: -2.8rem;
    }


    /*movieticket*/
    #movieticket .inner {
        width: 62.96%;
        padding: clamp(20px, 5.55vw, 60px) 0;
        margin: 0 auto;
    }

    /*
    #movieticket ul {
        width: 100%;
        margin-top: clamp(12px, 4.16vw, 20px);
        flex-wrap: wrap;
        gap: 0;
    }

    #movieticket ul li {
        width: 47.86%;
    }

    #movieticket ul li:first-child {
        width: 100%;
        text-align: center;
        margin-bottom: 4.28%;
    }

    #movieticket ul li:first-child a {
        display: block;
        width: 47.86%;
        margin: 0 auto;
    }*/

    #lp-main h2 {
        font-size: clamp(28px, 8.33vw, 40px);
    }

    /*movie*/
    #movie,
    #story {
        background-image: url(../img/movie_bg_sp.jpg);
        padding: clamp(26px, 9.07vw, 40px) clamp(20px, 7.40vw, 32px) clamp(48px, 17.12vw, 75px);
    }

    .movie-box {
        width: 100%;
        min-width: inherit;
        margin-top: clamp(22px, 7.59vw, 33px);
    }

    /*introduction*/
    #introduction {
        background-image: url(../img/intro_bg_sp.jpg);
        padding: clamp(20px, 7.03vw, 30px) clamp(20px, 7.40vw, 32px) clamp(28px, 10.18vw, 44px);
    }

    .intro-box {
        width: 100%;
        margin-top: clamp(16px, 5.55vw, 24px);
        padding: clamp(18px, 6.48vw, 28px) 0;
    }

    .h3_sub {
        font-size: clamp(14px, 4.4vw, 18px);
        line-height: 1.15;
    }

    .h3_sub i {
        display: block;
    }

    .intro-box h3 {
        font-size: clamp(20px, 6.48vw, 28px);
        font-weight: 700;
        margin: 1rem 0;
    }

    .intro-box h3+p {
        font-size: clamp(14px, 4.63vw, 20px);
    }

    .introtxt {
        width: 86.9%;
        margin-top: clamp(20px, 8vw, 32px);
        font-size: clamp(13px, 4.1vw, 16px);
    }

    /*strory*/
    #story {
        background-image: url(../img/story_bg_sp.jpg);
    }

    .storytxt {
        width: 100%;
        font-size: clamp(16px, 4.1vw, 20px);
        margin-top: clamp(25px, 8.79vw, 38px);
    }

    /*gallery*/
    #gallery {
        padding:
            clamp(24px, 8.33vw, 36px) 0 clamp(48px, 15vw, 68px);

    }
    .g-slider {
        margin-top: 2rem;
        max-width: inherit;
    }
    .g-prev, .g-next {
        width: 2.5rem;
        height: 3.1rem;
    }
    .g-prev::before, .g-next::before, .g-modal-prev::before, .g-modal-next::before {
        width: 2rem;
        height: 2rem;
    }
    .g-prev::before, .g-modal-prev::before {
        margin-left: 0;
    }
    .g-next::before, .g-modal-next::before {
        margin-right: 0;
    }
    .g-pagination {
        gap: 0 0.5rem;
    }
    #g-list, #g-modal-list {
        touch-action: pan-y;
        user-select: none;
    }
    #g-list li img, .modal-img {
        pointer-events: none; 
    }


    /*cast&staff*/
    #cast_staff {
        padding:
            clamp(24px, 8.33vw, 36px) clamp(12px, 3.7vw, 16px) clamp(26px, 9.25vw, 40px);
    }

    .cstxt {
        width: 100%;
        min-width: auto;
        margin-top: clamp(18px, 6.48vw, 28px);
        padding: clamp(18px, 6.48vw, 28px);
    }

    .cstxt dl {
        display: block;
    }

    .cstxt dt,
    .cstxt dd {
        width: 100%;
    }

    .cstxt dt {
        font-size: clamp(13px, 3.8vw, 16px);
    }

    .cstxt dd {
        font-size: clamp(14px, 4.4vw, 18px);
    }

    .cstxt dd span {
        font-size: clamp(13px, 3.6vw, 15px);
    }

    .cstxt dt span {
        display: inline;
        text-align: left;
        margin-right: 0;
    }

    .cstxt dd span {
        display: block;
        line-height: 1.15;
    }

    .cstxt dd p+p {
        margin-top: 1em;
    }

    .cstxt dd b {
        display: none;
    }

    .cstxt dd i {
        margin-left: 0;
        margin-top: 1em;
        display: block;
    }

    .cstxt dd p.txt-r {
        text-align: left;
        margin-top: 0;
    }

    .cstxt dd p em {
        display: block;
        text-align: right;
    }

    @media (min-width: 610px) and (max-width: 767px) {
        .cstxt dd p em {
            display: inline;
            text-align: left;
        }
    }

    /*footer*/
    footer {
        margin-top: -1px;
        padding: clamp(16px, 4.17vw, 20px) 0;
    }

    footer ul.sns {
        display: flex;
        justify-content: center;
    }

    footer ul.sns li:first-child {
        margin-left: 0;
    }

    footer ul.bn {
        margin: clamp(16px, 5.56vw, 24px) 0;
    }

    footer ul.bn li:nth-child(1) img {
        width: 14.25vw;
        height: auto;
    }

    footer ul.bn li:nth-child(2) img {
        width: 48.51vw;
        height: auto;
    }

    .f_copyright {
        font-size: clamp(13px, 3.6vw, 15px);
    }


}