/* ========================================
   リセットCSS / Normalize
   ======================================== */

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

audio, canvas, video {
    display: inline-block;
}

[hidden], audio:not([controls]) {
    display: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    background-color: #000;
}

body, html {
    font-size: 100%;
}

body {
    line-height: 1.231;
    margin: 0;
}

@font-face {
    font-family: GT-Standard-L-Standard-Light;
    font-weight: 500;
    size-adjust: 108%;
    src: url(fonts/GT-Standard-L-Standard-Light.woff) format("woff"), url(fonts/GT-Standard-L-Standard-Light.eot) format("embedded-opentype");
}

@font-face {
    font-family: GT-Standard-L-Standard-Light;
    font-weight: 400;
    size-adjust: 108%;
    src: url(fonts/GT-Standard-L-Standard-Light.woff) format("woff"), url(fonts/GT-Standard-L-Standard-Light.eot) format("embedded-opentype");
}

@font-face {
    font-family: AP-OTF-A1GothicStd-Medium;
    src: url(fonts/AP-OTF-A1GothicStd-Medium.otf) format("opentype");
}

body, button, input, select, textarea {
    font-family: GT-Standard-L-Standard-Light, YakuHanJP, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

::-moz-selection {
    background-color: highlight;
    color: highlighttext;
    text-shadow: none;
}

::selection {
    background-color: highlight;
    color: highlighttext;
    text-shadow: none;
}

a {
    color: #000;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    -webkit-text-decoration: none;
    text-decoration: none;
}

ins, mark {
    color: #000;
}

mark {
    background: #ff0;
    font-style: italic;
    font-weight: 700;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
}

q {
    quotes: none;
}

q:after, q:before {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

ol, ul {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ol, nav ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    pointer-events: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure, form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media print {
    * {
        background: 0 0 !important;
        box-shadow: none !important;
        color: #000 !important;
        filter: none !important;
        -ms-filter: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    table {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/* ========================================
   共通スタイル
   ======================================== */

p {
    margin: 0;
}

html {
    height: 100%;
    overflow-y: auto;
    background-color: #000;
}

body {
    font: normal 100%;
    position: relative;
}

a, body, button, div, img, input, p, select, textarea {
    box-sizing: border-box;
}

.image, input {
    display: block;
}

input {
    cursor: default;
}

input[type=button] {
    background-color: #e5e9e8;
    border: 1px solid #9daca9;
    border-radius: 4px;
    box-shadow: inset 0 1px #fff;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-indent: inherit;
}

input[type=button]:hover {
    background-color: #eff1f1;
}

input[type=button]:active {
    background-color: #d2d6d6;
    border: 1px solid #9daca9;
    box-shadow: inset 0 1px rgba(0, 0, 0, .1);
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000;
    color: #cfcfcf;
}

/* ========================================
   メインコンテンツエリア
   ======================================== */

.wrapper[data-v-74754631] {
    letter-spacing: .05em;
    min-height: 100vh;
}

[data-v-74754631] h2 {
    font-family: GT-Standard-L-Standard-Light, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 500;
    line-height: 1em;
}

[data-v-74754631] h3 {
    line-height: 1em;
    font-family: AP-OTF-A1GothicStd-Medium, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    letter-spacing: 0.1em;
    color: #fff;
}

[data-v-74754631] a {
    display: inline-block;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
}

[data-v-74754631] a.underLine:after {
    bottom: 8%;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

[data-v-74754631] .text-en {
    color: #fff;
}

/* ========================================
   レスポンシブ（モバイル）
   ======================================== */

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

    [data-v-74754631] h2 {
        font-size: 5.8108108108vw;
        line-height: 1em;
    }

    [data-v-74754631] h3 {
        font-size: 4.8648648649vw;
        line-height: 1.5em;
        margin-bottom: 1.6216216216vw;
        font-family: AP-OTF-A1GothicStd-Medium, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
        color: #fff;
    }

    [data-v-74754631] a.underLine:after {
        height: 1px;
    }

    [data-v-74754631] .child-misc {
        min-height: calc(100vh - 720px);
    }

    [data-v-74754631] .child-content-section {
        margin: 3px 8.1vw 0;
    }

    [data-v-74754631] .child-content-section .content-inner {
        margin-top: 8.7837837838vw;
    }

    [data-v-74754631] .child-content-section p {
        font-size: 4.0540540541vw;
        line-height: 6.2162162162vw;
    }

    [data-v-74754631] .child-content-section p+p {
        margin-top: 6.4864864865vw;
    }

    [data-v-74754631] .child-content-section li {
        font-size: 4.0540540541vw;
        line-height: 6.2162162162vw;
    }

    [data-v-74754631] .more-button {
        border: 1px solid #000;
        box-sizing: border-box;
        color: #000;
        display: block;
        font-size: 3.5135135135vw;
        font-weight: 400;
        line-height: 4.0540540541vw;
        padding-bottom: 5.4054054054vw;
        padding-top: 5.4054054054vw;
        text-align: center;
        -webkit-text-decoration: none;
        text-decoration: none;
        width: 100%;
    }

    [data-v-74754631] .more-button+.more-button {
        margin-top: 4.0540540541vw;
    }
}

/* ========================================
   レスポンシブ（デスクトップ）
   ======================================== */

@media screen and (min-width: 1025px) {
    .content[data-v-74754631] {
        padding-top: 0px;
    }

    [data-v-74754631] h2 {
        font-size: 43px;
        line-height: 1em;
    }

    [data-v-74754631] h3 {
        font-size: 35px;
        line-height: 1em;
        font-family: AP-OTF-A1GothicStd-Medium, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
        color: #fff;
    }

    [data-v-74754631] h3+p {
        margin-top: 35px;
    }

    [data-v-74754631] h3+ul {
        margin-top: 35px;
    }

    [data-v-74754631] .child-misc {
        min-height: calc(100vh - 720px);
    }

    [data-v-74754631] .child-content-section {
        margin: 0 auto;
        max-width: 900px;
    }

    [data-v-74754631] .child-content-section .content-inner {
        margin-top: 28px;
    }

    [data-v-74754631] .child-content-section .content-inner+.content-inner {
        margin-top: 84px;
    }

    [data-v-74754631] .child-content-section p {
        font-size: 20px;
        line-height: 34px;
    }

    [data-v-74754631] .child-content-section p+p {
        margin-top: 35px;
    }

    [data-v-74754631] ul {
        list-style: none;
    }

    [data-v-74754631] ul li {
        font-size: 20px;
        line-height: 34px;
    }

    [data-v-74754631] .more-button {
        border: 1px solid #000;
        color: #000;
        display: block;
        font-size: 19px;
        font-weight: 400;
        line-height: 77px;
        margin: 30px auto 0;
        text-align: center;
        -webkit-text-decoration: none;
        text-decoration: none;
        transition: background-color .15s;
        width: 431px;
    }

    [data-v-74754631] .more-button:hover {
        background-color: #000;
        color: #fff;
    }
}

/* ========================================
   ヘッダー関連
   ======================================== */

.controller[data-v-3ba96d74] {
    display: flex;
    left: 0;
    top: 0;
}

.header a[data-v-3ba96d74] {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #cfcfcf;
}

.nav-item.disabled[data-v-3ba96d74] {
    opacity: .5;
}



/* モバイルヘッダー */

@media screen and (max-width: 1024px) {
    .fixed-logo[data-v-3ba96d74] {
        pointer-events: auto;
        position: fixed;
        z-index: 50;
    }

    .header[data-v-3ba96d74] {
        height: 100%;
        left: 0;
        overflow: scroll;
        pointer-events: none;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    .header-inner[data-v-3ba96d74] {
        background-color: #fff;
        height: 0;
        min-height: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: auto;
        position: relative;
        transition: opacity .5s, min-height 0s .8s;
        z-index: 150;
    }

    .isOpen .header-inner[data-v-3ba96d74] {
        display: block;
        min-height: 1500px;
        opacity: 1;
        transition: opacity .5s, min-height 0s 0s;
    }

    .nav-wrapper[data-v-3ba96d74] {
        height: 100%;
        width: 100%;
    }

    .page-nav[data-v-3ba96d74] {
        font-weight: 500;
        padding-top: 54.0540540541vw;
    }

    .sns-nav[data-v-3ba96d74] {
        margin-top: 8.1081081081vw;
    }

    .sns-nav .nav-item a img[data-v-3ba96d74] {
        display: block;
        height: auto;
        width: auto;
        max-height: 5.4054054054vw;
    }

    .sns-nav .nav-item.nav-item-instagram a img[data-v-3ba96d74] {
        display: block;
        height: auto;
        width: auto;
        max-height: 5.4054054054vw;
    }

    .page-nav .nav-item.nav-item-top[data-v-3ba96d74] {
        display: none;
    }

    .nav-item[data-v-3ba96d74] {
        font-size: 5.4054054054vw;
        line-height: 14.8648648649vw;
        padding-left: 8.1081081081vw;
        color: #cfcfcf;
    }
    
    .nav-item a[data-v-3ba96d74] {
        color: #cfcfcf;
        transition: color 0.3s ease;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    }

    .nav-item:not(.nav-item-top) a[data-v-3ba96d74]:hover,
    .nav-item:not(.nav-item-top) a.active[data-v-3ba96d74] {
        color: #ffe576 !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    }

    .nav-item.nav-item-top a[data-v-3ba96d74],
    .nav-item.nav-item-top a[data-v-3ba96d74]:hover,
    .nav-item.nav-item-top a.active[data-v-3ba96d74] {
        color: #cfcfcf !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    }


    .copyright[data-v-3ba96d74], .tri-logo[data-v-3ba96d74] {
        margin-left: 8.1081081081vw;
    }


    .copyright[data-v-3ba96d74] {
        font-size: 2.7027027027vw;
        margin-top: 37.8378378378vw;
    }

    .nav-hamburger[data-v-3ba96d74] {
        cursor: pointer;
        height: 4.0540540541vw;
        pointer-events: auto;
        position: fixed;
        right: 8.1081081081vw;
        top: 10.8108108108vw;
        width: 9.4594594595vw;
        z-index: 150;
    }

    .nav-hamburger .line[data-v-3ba96d74] {
        background-color: #000;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: .6s cubic-bezier(.33, 1, .68, 1);
        width: 100%;
    }

    .nav-hamburger .line.top[data-v-3ba96d74] {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 12%, 0 12%);
        clip-path: polygon(0 0, 100% 0, 100% 12%, 0 12%);
    }

    .nav-hamburger .line.bottom[data-v-3ba96d74] {
        -webkit-clip-path: polygon(0 88%, 100% 88%, 100% 100%, 0 100%);
        clip-path: polygon(0 88%, 100% 88%, 100% 100%, 0 100%);
    }

    .isOpen .nav-hamburger .line[data-v-3ba96d74] {
        -webkit-clip-path: polygon(0 0, 100% 88%, 100% 100%, 0 12%);
        clip-path: polygon(0 0, 100% 88%, 100% 100%, 0 12%);
    }

    .isOpen .nav-hamburger .line.bottom[data-v-3ba96d74] {
        -webkit-clip-path: polygon(0 87%, 100% 0, 100% 12%, 0 100%);
        clip-path: polygon(0 87%, 100% 0, 100% 12%, 0 100%);
    }
}

/* デスクトップヘッダー */

@media screen and (min-width: 1025px) {
    .nav-wrapper[data-v-3ba96d74] {
        display: flex;
        position: absolute;
        top: 60px;
    }

    .global-navi[data-v-3ba96d74] {
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        background-color: #000;
    }
    
    /* ページトップからメインメニュー下端までのグラデーション */
    body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        pointer-events: none;
        z-index: 99;
    }

    .page-nav[data-v-3ba96d74] {
        left: 10px;
    }

    .sns-nav[data-v-3ba96d74] {
        right: 10px;
    }

    .page-nav .nav-item[data-v-3ba96d74] {
        font-size: 24px;
        line-height: 24px;
    }

    .sns-nav .nav-item[data-v-3ba96d74] {
        font-size: 16px;
        line-height: 16px;
    }

    .sns-nav .nav-item a img[data-v-3ba96d74] {
        display: block;
        height: auto;
        width: auto;
        max-height: 50px;
    }

    .sns-nav .nav-item.nav-item-instagram a img[data-v-3ba96d74] {
        display: block;
        height: auto;
        width: auto;
        max-height: 50px;
    }

    .nav-item[data-v-3ba96d74] {
        margin-left: 25px;
    }

    .nav-item[data-v-3ba96d74]:first-child {
        margin-left: 0;
    }

    .nav-item a[data-v-3ba96d74] {
        display: inline-block;
        position: relative;
        color: #cfcfcf;
        transition: color 0.3s ease;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    }

    .nav-item a[data-v-3ba96d74]:after {
        display: none !important;
    }

    .nav-item:not(.nav-item-top) a[data-v-3ba96d74]:hover,
    .nav-item:not(.nav-item-top) a.active[data-v-3ba96d74] {
        color: #ffe576 !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    }

    .nav-item.nav-item-top a[data-v-3ba96d74],
    .nav-item.nav-item-top a[data-v-3ba96d74]:hover,
    .nav-item.nav-item-top a.active[data-v-3ba96d74] {
        color: #cfcfcf !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    }

    .nav-item[data-v-3ba96d74]:first-child {
        margin-left: 179px;
    }

    

    .copyright[data-v-3ba96d74], .fixed-logo[data-v-3ba96d74], .nav-hamburger[data-v-3ba96d74] {
        display: none;
    }
}

/* ヘッダー - 追加ブレークポイント */

@media screen and (min-width: 840px) {
    .nav-item[data-v-3ba96d74] {
        margin-left: 43px;
    }
}


@media screen and (min-width: 1432px) {
    .sns-nav[data-v-3ba96d74] {
        margin-right: -705px;
        right: 50%;
    }
}

/* ========================================
   コンテンツセクション
   ======================================== */

@media screen and (max-width: 1024px) {
    .top[data-v-4e606019] {
        padding-bottom: 27.027027027vw;
    }

    .link-outer[data-v-4e606019] {
        font-size: 3.2432432432vw;
    }

}

@media screen and (min-width: 1025px) {
    .top[data-v-4e606019] {
        padding-bottom: 200px;
    }

    .link-outer[data-v-4e606019] {
        font-size: 23px;
    }
}

/* ========================================
   モバイルコンテンツセクション
   ======================================== */

@media screen and (max-width: 1024px) {
    .content-section[data-v-4e606019] {
        margin: 26.1vw 8.1vw 0;
    }

    h2+.lead[data-v-4e606019] {
        margin-top: 9.0540540541vw;
    }

    .lead.text-jp[data-v-4e606019] {
        font-size: 4.0540540541vw;
        line-height: 1.53em;
    }

    .lead.text-en[data-v-4e606019] {
        line-height: 1.42em;
        margin-top: 3.2432432432vw;
    }

    .lead.text-en[data-v-4e606019], .link-tri[data-v-4e606019] {
        font-size: 3.2432432432vw;
    }

    .link-tri[data-v-4e606019] {
        margin-top: 6.6216216216vw;
    }

    .involved-list[data-v-4e606019] {
        margin-top: 6.4864864865vw;
    }

    .involved-list li[data-v-4e606019] {
        margin-top: 2.7027027027vw;
    }
}

/* ========================================
   デスクトップコンテンツセクション
   ======================================== */

@media screen and (min-width: 1025px) {
    .content-section[data-v-4e606019] {
        margin: 195px auto 0;
        max-width: 900px;
    }

    .content-section h2[data-v-4e606019]:first-child {
        margin-top: -5px;
    }

    .content-section .content-inner[data-v-4e606019] {
        margin: 0 auto;
        max-width: 900px;
    }

    h2+.lead[data-v-4e606019] {
        margin-top: 47px;
    }

    .lead.text-jp[data-v-4e606019] {
        font-size: 18px;
        line-height:  40px;
    }

    .lead.text-en[data-v-4e606019] {
        font-size: 18px;
        line-height: 40px;
        margin-top: 20px;
    }

    .involved-list[data-v-4e606019] {
        margin-top: 24px;
    }

    .involved-list li[data-v-4e606019] {
        margin-top: 7px;
    }
}

/* ========================================
   スライダー
   ======================================== */

.slide-list[data-v-1557ae21] {
    overflow: hidden;
    width: 100%;
}


/* モバイルスライダー */

@media screen and (max-width: 1024px) {
    .slide-list[data-v-1557ae21], .work-item[data-v-1557ae21] {
        height: 66.66vw;
        width: 100vw;
    }

}

/* デスクトップスライダー */

@media screen and (min-width: 1025px) {
    .slide-list[data-v-1557ae21], .work-item[data-v-1557ae21], .work-track[data-v-1557ae21] {
        height: auto;
    }

}

.preloadItem[data-v-1557ae21] {
    display: none;
}

/* ========================================
   ローディングバー
   ======================================== */

.controller[data-v-2d31a6fd] {
    display: flex;
    left: 0;
    top: 0;
}

.loadBar[data-v-2d31a6fd] {
    background: #000;
    height: 2px;
    left: 0;
    position: fixed;
    top: 50vh;
    transform: scaleX(0);
    transform-origin: left 0;
    transition-duration: .5s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.7, 0, .84, 0);
    width: 100%;
    will-change: transform;
    z-index: 50;
}

.loadBar.isLineShown[data-v-2d31a6fd] {
    transform: scaleX(1);
}

.loadBar.isToHide[data-v-2d31a6fd] {
    transform-origin: right 0;
}

/* ========================================
   新規セクションのスタイル
   ======================================== */

.main-section[data-v-4e606019], .trailer-section[data-v-4e606019], .intro-section[data-v-4e606019], .movie-section[data-v-4e606019], .filmmaker-section[data-v-4e606019], .comment-section[data-v-4e606019], .theater-section[data-v-4e606019], .credit-section[data-v-4e606019] {
    color: #cfcfcf;
}

.main-section img[data-v-4e606019] {
    max-width: 100%;
    height: auto;
    display: block;
}

.trailer-video[data-v-4e606019] {
    margin-top: 30px;
}

.movie-item[data-v-4e606019] {
    margin-top: 60px;
}

.movie-item img[data-v-4e606019] {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.movie-spec[data-v-4e606019], .movie-cast[data-v-4e606019], .movie-crew[data-v-4e606019] {
    margin-top: 10px;
    font-size: 14px;
}

.movie-comment[data-v-4e606019] {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #444;
}

.filmmaker-profile[data-v-4e606019] {
    margin-top: 30px;
}

.lead.text-jp[data-v-4e606019],
.movie-description[data-v-4e606019] p,
.filmmaker-profile[data-v-4e606019] p,
.comment-section[data-v-4e606019] p,
.credit-list[data-v-4e606019] {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 18px;
    line-height: 40px;
}

.theater-item[data-v-4e606019] {
    margin-top: 30px;
}

.credit-content[data-v-4e606019] {
    margin-top: 30px;
}

.credit-list[data-v-4e606019] {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.8;
}

/* THEATERテーブル */

.theater-table-wrapper[data-v-4e606019] {
    margin-top: 30px;
}

.theater-table[data-v-4e606019] {
    width: 100%;
    border-collapse: collapse;
    border: 0.5px solid #cfcfcf;
    table-layout: fixed;
    margin: 0;
}

.theater-table[data-v-4e606019]:first-of-type {
    margin-bottom: 0;
}

.theater-table[data-v-4e606019]:last-of-type {
    margin-top: 0;
}

.theater-table th[data-v-4e606019],
.theater-table td[data-v-4e606019] {
    padding: 12px;
    border: 1px solid #cfcfcf;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
}

.theater-table th[data-v-4e606019] {
    background-color: transparent;
    font-weight: 500;
    text-align: center !important;
    padding-left: 12px;
    padding-right: 12px;
}

.theater-table thead th[data-v-4e606019] {
    border-bottom: 1px solid #cfcfcf !important;
}

.theater-table tbody tr:first-child th[data-v-4e606019],
.theater-table tbody tr:first-child td[data-v-4e606019] {
    border-top: 0 !important;
}

.theater-table tbody tr:not(:last-child) td[data-v-4e606019] {
    border-bottom: 1px solid #cfcfcf;
}

.theater-table th[data-v-4e606019]:nth-child(1),
.theater-table td[data-v-4e606019]:nth-child(1) {
    width: 20%;
    border-right: 1px solid #cfcfcf;
}

.theater-table th[data-v-4e606019]:nth-child(2),
.theater-table td[data-v-4e606019]:nth-child(2) {
    width: 55%;
    border-right: 1px solid #cfcfcf;
}

.theater-table th[data-v-4e606019]:nth-child(3) {
    width: 25%;
    text-align: center !important;
}

.theater-table td[data-v-4e606019]:nth-child(1),
.theater-table td[data-v-4e606019]:nth-child(2),
.theater-table td[data-v-4e606019]:nth-child(3) {
    text-align: center !important;
}

/* モバイル用THEATERテーブル */

@media screen and (max-width: 1024px) {
    .main-section[data-v-4e606019], .trailer-section[data-v-4e606019], .intro-section[data-v-4e606019], .movie-section[data-v-4e606019], .filmmaker-section[data-v-4e606019], .comment-section[data-v-4e606019], .theater-section[data-v-4e606019], .credit-section[data-v-4e606019] {
        margin: 26.1vw 8.1vw 0;
    }

    .movie-item[data-v-4e606019] {
        margin-top: 40px;
    }

    .movie-spec[data-v-4e606019], .movie-cast[data-v-4e606019], .movie-crew[data-v-4e606019] {
        font-size: 3.2432432432vw;
    }

    .theater-table th[data-v-4e606019] {
        padding: 8px;
        font-size: 3.2432432432vw;
        text-align: center !important;
        padding-left: 8px;
        padding-right: 8px;
    }

    .theater-table td[data-v-4e606019] {
        padding: 8px;
        font-size: 3.2432432432vw;
        text-align: center !important;
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* デスクトップ用コンテンツセクション */

@media screen and (min-width: 1025px) {
    .main-section[data-v-4e606019], .trailer-section[data-v-4e606019], .intro-section[data-v-4e606019], .movie-section[data-v-4e606019], .filmmaker-section[data-v-4e606019], .comment-section[data-v-4e606019], .theater-section[data-v-4e606019], .credit-section[data-v-4e606019] {
        margin: 195px auto 0;
        max-width: 900px;
    }
}


/* ========================================
   モバイル用レイアウト（1024px以下）
   ======================================== */

/* モバイル・タブレット時：デスクトップ用コンテンツとヘッダーを非表示 */
@media screen and (max-width: 1024px) {
    .desktop-layout[data-v-4e606019],
    .desktop-layout[data-v-74754631],
    .header[data-v-3ba96d74],
    .global[data-v-3ba96d74] {
        display: none !important;
    }
    
    /* モバイル用レイアウトを表示 */
    .mobile-layout[data-v-4e606019] {
        display: block;
        width: 100%;
        background-color: #000;
        margin: 0;
        padding: 0;
    }
    
    .mobile-layout .mobile-image[data-v-4e606019] {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    /* モバイル用YouTube動画 */
    .mobile-trailer-video[data-v-4e606019] {
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
        padding: 10;
        
    }
    
    .mobile-youtube-embed[data-v-4e606019] {
        width: 100%;
    }
    
    /* モバイル用SNSアイコン */
    .mobile-sns-nav[data-v-4e606019] {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1000;
        display: flex;
        gap: 15px;
        align-items: center;
    }
    
    .mobile-sns-link[data-v-4e606019] {
        display: inline-block;
    }
    
    .mobile-sns-link img[data-v-4e606019] {
        display: block;
        width: 7vw;
        max-width: none;
    }
    
    body {
        margin: 0;
        padding: 0;
    }
}

/* デスクトップ時：モバイル用コンテンツを非表示 */
@media screen and (min-width: 1025px) {
    .mobile-layout[data-v-4e606019],
    .mobile-sns-nav[data-v-4e606019] {
        display: none !important;
    }
    
    .desktop-layout[data-v-4e606019],
    .desktop-layout[data-v-74754631] {
        display: block;
    }
}