*, *::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%;
}

body {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #666;
    background-color: #000;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    overflow-x: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.6rem; 
    font-weight: 700;
    line-height: 1.3;
}

ul, ol {
    list-style: none;
}

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

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*/
.hidden {
    display: none !important;
}

header, 
footer, 
#lp-main {
    display: none;
    min-width: 1250px;
    overflow: hidden;
    position: relative;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
    font-family: "Oswald", sans-serif;
}
.loading-text {
    text-shadow: 0 0 8px rgba(255,255,255,0.3);
}

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

#video-modal.hidden {
    display: none;
}

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

#video-modal.is-show {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    transform: translateY(20px);
    transition: transform 0.8s ease;
}

#video-modal.is-show .modal-content {
    transform: translateY(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: 86.3%;
    margin: 1.5rem auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: "Noto Sans JP", sans-serif;
}
#page-video-nav {
    width: 67.2%;
}
#video-nav button,
#page-video-nav button {
    width: 47.62%;
    background-color: #bebebe;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    padding: 0.75em;
    text-align: center;
}
#video-nav button:nth-child(n+3),
#page-video-nav button:nth-child(n+3) {
    margin: 1.5rem auto 0;
}

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


.modal-content {
    cursor: default;
}

.modal-content button {
    color: #fff;
}
.entry-btn {
    position: absolute;
    right: -50px;
    top: -50px;
}

.entry-btn span,
#movie-ticket .close {
    width: 3.125rem;
    height: 0;
    padding-top: 3.125rem;
    overflow: hidden;
    line-height: 2;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
    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);
}

/*header*/
header {
    width: 100%;
    /*min-height: 4.375rem;*/
    padding: 1.5rem 2.8rem 1.5rem 2.25rem;
    position: fixed;
    left: 0;
    top: 0;
    color: #dddddd;
    font-family: "Oswald", sans-serif;
    font-size: 1.12rem;
    font-weight: 700;
    z-index: 1000; 
}

header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/header_bg.png);
  background-size: cover;
  background-position: center bottom;
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0 3.75rem);
  z-index: -1;
  pointer-events: none;
}

.sp-btn {
    display: none;
}

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

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

ul.sns {
    margin-top: 0.2rem;
}

ul.menu li {
    margin-right: 2.8rem;
    line-height: 1;    
    overflow: hidden;    
}
ul.menu li:last-child {
    margin-right: 0;
}
ul.menu li b {
    font-size: 0.75rem;
    margin: 0 0.5em;
}
ul.menu li a {
    display: block;
    perspective: 800px;
    position: relative;
    z-index: 10;
    opacity: 1 !important;    
}
.menu-text {
    opacity: 1;
    display: block;
    transform-origin: bottom;
    white-space: nowrap;
    font-kerning: none; 
    text-rendering: geometricPrecision;
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

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;
}


#lp-main h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
}



/*top*/
#top {
    container-type: inline-size;
    position: relative;
    width: 100%;
    aspect-ratio: 1400 / 800; 
    margin: 0 auto;
    overflow: hidden;
}


@keyframes sparkFlickerBG {
  0%   { opacity: 0; filter: brightness(1) contrast(1); }
  3%   { opacity: 1; filter: brightness(3) contrast(2) saturate(2); } 
  7%   { opacity: 0; filter: brightness(1) contrast(1); } 
  15%  { opacity: 0; }
  18%  { opacity: 0.8; filter: brightness(2) contrast(1.5); }
  20%  { opacity: 0.1; }
  23%  { opacity: 1;   filter: brightness(4) contrast(3); } 
  25%  { opacity: 0.2; }
  28%  { opacity: 0.9; filter: brightness(2) contrast(2); }
  32%  { opacity: 1;   filter: brightness(1) contrast(1); }
  100% { opacity: 1;   filter: brightness(1) contrast(1); }
}

.is-loaded .flicker-show {
    animation: sparkFlickerBG 1.3s linear forwards;
}

.flicker-show {
    opacity: 0;
}

.pc-mv-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/mv_bg_ver2_pc.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;    
}

.mv-wrapper {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    padding-top: 5%;
}

.mv-wrapper h1 {
    width: 48.21cqi;
    text-align: center;
    position: absolute;
    left: 7.14cqi;
    top: 22.5cqi;
}
em.pres-by,
span.ttl {
    display: block;
}

.pres-by img {
    width: 25.29%;
    margin-bottom: -0.5rem;
}
.ttl img,
.mv-wrapper ul img,
.mv-sub-cpopy img,
.mv-copy img,
.roadshow img {
    width: 100%;
}

.mv-wrapper ul {    
    width: 42.28cqi;/*1400→592*/
    position: absolute;
    left: 10.35cqi;
    top: 17cqi;
    display: flex;
    justify-content: space-between;
}

.mv-wrapper ul li:nth-child(1) {
    width: 32.6%;
}
.mv-wrapper ul li:nth-child(2) {
    width: 33.27%;
}
.mv-sub-cpopy {
    width: 9cqi;
    position: absolute;
    top:43.71cqi;
    right: 9.71cqi;
}
.mv-copy {
    width: 55.42cqi;
    position: absolute;
    left: 4cqi;
    top: 6.42cqi;
}
.roadshow {
    width: 30.57cqi;
    position: absolute;
    left: 16.28cqi;
    top: 36.71cqi;
}
.credit {
    width: 13.71cqi;
    position: absolute;
    top:47.42cqi;
    left: 24.85cqi;
}
.mv-movticket {
    position: absolute;
    left: 2.14cqi;
    top: 51.28cqi;
}


/*movieticket*/
#movieticket {
    width: 100%;
    height: 0;
    padding-top: 5.42rem;
    position: relative;
    z-index: 1;
     background-image: url(../img/movticket_bg.png);
    background-size: cover;    
}
#movieticket li {
    position: absolute;
    left: 3.2%;
    top: -1.87rem;
    background-color: #000;
}
.movticket-link {
    cursor: pointer;
    transition: opacity 0.3s;
}

/*movie*/
#movie {
    background-image: url(../img/mov_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 4.62rem 0 3.75rem;
}

#movie h2 {
    width: 66.42%;
    margin: 0 auto;
    text-align: right;
}

.movie-box {
    width: 66.42%;
    margin: 0 auto;
    opacity: 0; 
    will-change: transform, opacity, filter;
    overflow: hidden;
}

.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*/
.intro-inner {
    background-image: url(../img/intro_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 4.5rem 0 4.06rem;
    color: #fff;    
}
.intro-inner::after {
    content: "";
    display: block;
    background-image: url(../img/intro_item.png);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    width: 56.64%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}
#introduction h2 {
    margin-left: 6.42vw;
    color: #666;
    margin-bottom: 1.5rem;
}
.intro-wrap {
    font-size: 1.25rem;
    z-index: 1;
    position: relative;    
    letter-spacing: 0.075em;
    line-height: 1.7;
    overflow: hidden;
}
.intro-wrap h3 {
    font-size: 2rem;
    font-weight: 400;    
    margin-left: 5vw;
    transform: rotate(-1.5deg) scaleX(0.9);
    transform-origin: left center;
}
.intro-wrap h3 span {
    display: block;
    color: #ce5c26;
    font-size: 2.87rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.intro-wrap h3 em {
    font-size: 4rem;
    font-style: normal;
}
.intro-wrap b {
    font-weight: 700;
    font-size: 1.5rem;
}
.intro-txt {
    width: 45.7vw;
    margin: 2.5rem 0 2.5rem 7.5vw;
    
}
/*font-width:90%*/
.intro-txt,
.intro-copy,
.story-wrap p span  {
    transform: scaleX(0.9);
    transform-origin: left center;
}


/*.intro-wrap h3,
.intro-wrap p,
.story-wrap p {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1), 0px 0px 15px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1), 5px 5px 15px rgba(0, 0, 0, 1), -5px 5px 15px rgba(0, 0, 0, 1), -5px -5px 15px rgba(0, 0, 0, 1), 5px -5px 15px rgba(0, 0, 0, 1);
    -webkit-text-stroke: 5px #000;
    stroke-linejoin: round;
    paint-order: stroke fill;
}*/


.intro-copy {
    margin-left: 5.5rem;
    font-weight: 700;
    line-height: 1.7;
    font-weight: 900;
}
.intro-copy em {
    font-size: 1.75rem;
    font-style: normal;
    color: #ce5c26;
}
.intro-copy ruby {
    ruby-align: center;
}

.intro-copy rt {
    font-size: 0.7rem;
    line-height: 1;
    ruby-align: center;
}

/*story*/ 
.story-inner {
    padding: 9rem 0;
    background-image: url(../img/story_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.story-inner::before {
    display: block;
    content: "";
    background-image: url(../img/story_item.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 53.92%;
    max-width: 755px;
    height: auto;
    aspect-ratio: 755 / 792;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
#story h2 {
    width: 50%;
    margin-left: 50%;
    margin-bottom: 2.5rem;
    padding-left: 1.87rem;
    position: relative;
}
#story h2::before {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1px;
}

.story-wrap {
    width: 100%;
    display: flex;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.8;
}
.story-wrap::before {
    content: "";
    display: block;
    width: 100%;
}

@media (min-width: 1401px) {
    .story-wrap {
        display: block;
        width: 50%;
        margin-left: 50%;        
    }
    .story-wrap::before {
        display: none;
    }
}

.story-wrap p {
    white-space: nowrap;
    margin-left: -6.25rem;
}
.story-wrap p span {
  display: block;
  margin-left: var(--indent);
  letter-spacing: 0.075em;
}

.story-wrap p span b,
.story-wrap p span i {
    font-style: normal;
    font-weight: 500;
}

/*cast&staff*/
#cast_staff {
    background-image: url(../img/cast_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    padding: 4.68rem 0 4.37rem;
}

#cast_staff h2 {
    position: absolute;    
    top: 4.5rem;
    right: 8.9vw;
}

#cast_staff h2 span:nth-child(3) {
    vertical-align: 0.1rem;
}

#cast_staff h2 span:nth-child(5) {
    margin: 0 0.5em;
}

#cast_staff h2 span:last-child {
    vertical-align: -0.1rem;
}

#cast_staff .cs-wrap {
    width: 100%;
    display: flex;
    position: relative;
    font-size: 1.25rem;   
    color: #000;
}

#cast_staff .cs-wrap::before {
    content: "";
    display: block;
    width: 100%;
}

@media (min-width: 1401px) {
    #cast_staff .cs-wrap {
        display: block;
        width: 50%;
        margin-left: 50%;        
    }
    #cast_staff .cs-wrap::before {
        display: none;
    }
}

#cast_staff dl {
    width: 100%;
    margin-left: -16.56rem;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    line-height: 1.5;
}
#cast_staff dt:nth-of-type(1),
#cast_staff dt:nth-of-type(2) {
    margin-bottom: 3.56rem;
}

#cast_staff dt {
    width: 6em;
    color: #ce5c26;
    margin-top: 0.2em;
}

#cast_staff dd {
    width: calc(100% - 6em);
    font-size: 1.5rem;
}

#cast_staff dd span {
    display: block;
    font-size: 1.06rem;
    font-weight: 600;
}

#cast_staff dt span,
#cast_staff dd p {
    transform: scaleX(0.9);
    transform-origin: left;
}
#cast_staff dd p + p {
    margin-top: 1rem;
}

/*footer*/
footer {
    padding: 2.37rem 0 1.87rem;
    background-image: url(../img/footer_bg.jpg);
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    color: #cad3d8;
}

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: "Oswald", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
}

/*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 (hover: hover) {
    a:hover,
    .movticket-link:hover,
    .menu li a:hover .menu-text {
        opacity: 0.7;
    }
}

/*animation*/
.js-slide-section {
    will-change: transform; 
}
.js-slide-section h3 {
    clip-path: inset(0 100% 0 0);
    display: block;
}
.js-slide-section .intro-txt {
    clip-path: inset(0 0 0 100%);
    display: block;
}
.js-slide-section.is-right {
    position: relative;
    overflow: hidden;
}

.story-wrap p span {
    will-change: filter, opacity;
}

@media (max-width: 767px) {
    body,
    #lp-main {
        overflow: visible;
    }
    .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;       
    }

    header::before {
        display: none;
    }

    .sp-btn {        
        position: fixed;
        top: 20px;
        left: 20px;
        /* デザイン138px / 3 = 46px */
        width: clamp(40px, 12.7vw, 50px);
        height: clamp(40px, 12.7vw, 50px);
        background-color: #fff;
        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: #000;
        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: #000;
        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;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: #000;
        z-index: 999;
        transition: all 0.5s ease;
        padding-top: 100px;
        list-style: none;
        font-size: clamp(20px, 5.55vw, 30px);
        text-align: center;
        opacity: 0;
    }
     ul.menu.open {
        opacity: 1;
        left: 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;
    }
    header, footer, #lp-main {
        width: 100%;
        min-width: auto;
    }


    /* #top MV*/
    #top {
        min-height: inherit;        
        height: 0;
        padding-top: 158.33%;
        aspect-ratio: 1080 / 1710;
        overflow: hidden;
    }
    .sp-mv-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../img/mv_sp_ver2.jpg);
        background-size: cover;
        background-position: center;
        z-index: 0;
    }
    .mv-wrapper h1 {
        width: 100%;        
        position: absolute;
        top: 102cqi;
        left: 0;
    }
    .mv-wrapper h1 .ttl {
        width: 73.88cqi;
        margin: 0 auto;
    }

    .mv-wrapper ul {
        width: 60.37cqi;/*1080 → 652*/
        left: 23.51cqi;
        top: 5.29cqi;
    }
    .mv-wrapper ul li:nth-child(1) {
        width: 38.49%;
    }
    .mv-wrapper ul li:nth-child(2) {
        width: 39.72%;
    }
    .mv-sub-cpopy {
        width: 18.61cqi;
        right: 14.62cqi;
        top: 82cqi;
    }
    .mv-copy {
        display: none;
    }
    .roadshow {
        width: 100%;
        left: 0;
        top: 121cqi;
        text-align: center;
    }
    .roadshow img {
        width: 62.59cqi;
        margin: 0 auto;
    }
    .credit {
        width: 100%;
        top: 127.6cqi;
        left: 0;
    }
    .mv-movticket {
        top: 143.7cqi;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .mv-movticket picture,
    .mv-movticket img {
        vertical-align: bottom;
        display: block;
    }
    .mv-movticket img {
        width: 62.96%;
        margin: 0 auto;
    }


    /*movieticket*/
    #movieticket {
        background-image: url(../img/movticket_bg_sp.png);
        padding: 6vw 0;
        height: auto;
    }
    #movieticket ul {
        width: 62.96%;
        margin: 0 auto;
    }
    #movieticket li {
        position: inherit;
        left: inherit;
        top: inherit;
    }
    
    #movie-ticket {
        padding: 3.5rem 3rem;
    }

    /*movie*/
    #movie {
        background-image: url(../img/mov_bg_sp.jpg);
        padding: clamp(54px, 11.11vw, 120px) 0;
    }
    #movie h2 {
        width: 79.62%;
        text-align: left;
    }
    .movie-box {
        width: 87%;
        margin-top: 0.5rem;
        
    }

    /*introduction*/
    #introduction,
    #story {
        overflow: visible !important;
    }
    .sp-sticky,
    .intro-inner,
    .story-inner {
        /*will-change: transform;
        -webkit-transform: translate3d(0, 0, 0);*/
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 0;
        will-change: transform;
        transform: none !important;
    }

    .js-slide-section {
        overflow: hidden;
    }

    #introduction .sp-sticky {
        content: "";
        display: block;
        background-image: url(../img/intro_item_sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        padding-top: 119.07vw;
    }
    .intro-inner {
        background-image: url(../img/intro_bg_sp.jpg);
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-self: flex-start;
        padding: clamp(45px, 8.33vw, 90px) 0;
    }    
    .intro-inner::after {
        display: none;
    }
    #introduction h2 {
        margin-left: 0;
        margin-right: 18.5vw;
        text-align: right;
    } 

    .intro-wrap {
        font-size: clamp(14px, 2.59vw, 28px);
    }
    .intro-wrap h3 {
        font-size: clamp(18px, 3.7vw, 40px);
        width: 100%;
    }
    .intro-wrap h3 span {
        font-size: clamp(24px, 5.56vw, 60px);
        margin-bottom: 0.5rem;
    }
    .intro-wrap h3 em {
        font-size: clamp(28px, 7.41vw, 80px);
    }
    .intro-txt {
        width: 100%;
        padding: 0 6vw 0 8vw;
        margin: 1rem 0 1.5rem;
    }
    .intro-wrap b {
        font-size: clamp(16px, 3.15vw, 34px);
    }
    .intro-copy {
        margin-left: 5.8vw;
        line-height: 2;
    }
    .intro-copy em {
        font-size: clamp(18px, 4.07vw, 44px);
        line-height: 1.2;
        text-shadow: none;
    }
    .intro-copy ruby {
        text-shadow: none;
    }
    .intro-copy rt {
        font-size: clamp(10px, 1.2vw, 14px);
        ruby-align: center;
        margin-bottom: 0.1em;
    }
    .intro-wrap h3,
    .intro-wrap p,
    .story-wrap p {
        /*text-shadow: 
            0px 0px 20px rgba(0, 0, 0, 1), 
            0px 0px 10px rgba(0, 0, 0, 1), 
            5px 5px 15px rgba(0, 0, 0, 1), 
            -5px -5px 15px rgba(0, 0, 0, 1);
        -webkit-text-stroke: 2.5px #000;
        stroke-linejoin: round;
        paint-order: stroke fill;*/
        text-shadow: none;
    }

    /*story*/
    #story .sp-sticky {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        padding-top: 96.48%;
        background-image: url(../img/story_item_sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
    }
    #story h2 {
        margin-left: 46.29%;
        margin-bottom: 1rem;
        padding-left: 0;        
    }
    .story-inner::before,
    .story-wrap::before {
        display: none;
    }
    .story-inner {
        background-image: url(../img/story_bg_sp.jpg);
        padding-top: clamp(54px, 12.5vw, 135px);
        padding-bottom: clamp(46px, 10.6vw, 115px);
    }
    .story-wrap {
        width: inherit;
        margin:0 auto;
    }
    .story-wrap p {
        width: auto;
        display: table;
        margin: 0 auto;
        padding-left: 1em;
        font-size: clamp(16px, 4.5vw, 38px);
    }
    .story-wrap p span {
        margin-left: calc(var(--indent) * 0.8);
        transform-origin: center;
    }
    .story-wrap p span {
        margin-left: calc(var(--indent-span) * 0.8);
    }
    .story-wrap p span b {
        margin-left: calc(var(--indent-b) * 0.8);
        display: block;
        font-weight: 500;
    }
    .story-wrap p span i {
        margin-left: calc(var(--indent-i) * 0.8);
        display: block;
        font-style: normal;
    }


    /*cast & staff*/
    #cast_staff {
        background-image: url(../img/cast_bg_sp.jpg);
        background-position: right bottom;
        padding: clamp(55px, 8.8vw, 95px) 0;
    }
    #cast_staff h2 {
        top: clamp(55px, 8.8vw, 95px);
    }
    #cast_staff .cs-wrap::before {
        display: none;
    }
    #cast_staff .cs-wrap {
        display: block;
    }
    #cast_staff dl {
        display: block;
        margin-left: 0;
        padding: 1rem 3% 0 10%;
    }
    #cast_staff dt,
    #cast_staff dd {
        width: 100%;
    }
    #cast_staff dt {
        font-size: clamp(14px, 2.59vw, 28px);
    }
    #cast_staff dt:nth-of-type(1),
    #cast_staff dt:nth-of-type(2) {
        margin-bottom: 0.3rem;
    }

    #cast_staff dt:nth-of-type(2) {
        margin-top: 1.5rem;
    }
    #cast_staff dd {
        font-size: clamp(16px, 3.33vw, 36px);
    }
    #cast_staff dd p {
        margin-right: -1em;
    }
    #cast_staff dd span {
        font-size: clamp(13px, 2.31vw, 25px);
        text-shadow: 
        0px 0px 20px rgba(244, 243, 239, 1), 
        0px 0px 15px rgba(244, 243, 239, 1), 
        0px 0px 10px rgba(244, 243, 239, 1), 
        0px 0px 10px rgba(244, 243, 239, 1), 
        0px 0px 10px rgba(244, 243, 239, 1), 
        5px 5px 15px rgba(244, 243, 239, 1), 
        -5px 5px 15px rgba(244, 243, 239, 1), 
        -5px -5px 15px rgba(244, 243, 239, 1), 
        5px -5px 15px rgba(244, 243, 239, 1);
        -webkit-text-stroke: 1px #f4f3ef;
        stroke-linejoin: round;
        paint-order: stroke fill;
    }

    /*footer*/
    footer {
        margin-top: -1px;
        padding: clamp(16px, 4.17vw, 20px) 0;
        background-image: url(../img/footer_bg_sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    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);
    }



}