/*  作成者: Kou*/

::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    color: #fff;
    background-color: #c1c1c1;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

main {
    min-height: 100vh;
    color: #3e4f5e;
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section {
    background-color: #c1c1c1;
}

p {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    line-height: 1.65;
}


/*共通*/

.inner {
    max-width: 1200px;
    width: 95vw;
    padding-top: 120px;
    margin: 0 auto;
}

.sub_title {
    font-size: clamp(2.4rem, 3.4vw, 1.8rem);
    line-height: 20px;
    padding-bottom: 40px;
    letter-spacing: 0.25em;
    opacity: 50%;
    font-weight: bold;
    text-align: center;
}

.sp_img {
    display: none;
}


/*キービジュアル*/

#kv {
    background-color: unset;
}

#kv::before {
    content: '';
    display: block;
    position: fixed;
    top: -15px;
    left: -20px;
    right: -20px;
    bottom: -15px;
    z-index: -1;
    background-image: url(../img/top_img.jpg);
    background-size: cover;
    background-position: center center;
    filter: blur(10px);
}

#kv .inner {
    padding-top: unset;
}

.kv_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    mix-blend-mode: overlay;
}

.kv_title img {
    max-width: 85vw;
    width: 100%;
    height: auto;
    margin: 0 auto;
    filter: invert(1);
}


/*イントロダクション*/

#intoro {
    background: #c1c1c1;
    min-height: 50vh;
    min-height: 50dvh;
}

#intoro .inner {
    padding-top: 88px;
    padding-bottom: 148px;
}

#intoro h2 {
    text-align: center;
    font-size: clamp(3.5rem, 2.9vw, 5.0rem);
    padding-top: 50px;
    text-wrap: balance;
}

.intoro_text {
    display: flex;
    align-items: center;
    gap: 5%;
}

.intoro_text>* {
    flex: 1;
}

.intoro_text p {
    text-align: center;
    padding-top: 10px;
    text-wrap: balance;
}

.intoro_text_img_sp {
    display: none;
}

.intoro_text_img_pc {
    display: block;
}

.intoro_text img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
}


/*ストーリー*/

#story {
    color: #eaebed;
    background-color: unset;
    position: relative;
}

#story .inner {
    position: sticky;
    height: 100%;
    width: 100%;
    max-width: unset;
    clip-path: inset(0);
    padding: 120px 0;
}

#story .parallax_img {
    content: '';
    display: block;
    position: fixed;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    z-index: -1;
    /* height: 100vh; */
    /* width: 100vw;*/
    background-image: url(../img/story.jpg);
    background-size: cover;
    background-position: center center;
    filter: blur(15px);
}

#story .sub_title,
#story .text {
    max-width: 1200px;
    width: 95vw;
    margin: 0 auto;
}

#story p.text {
    line-height: 180%;
    letter-spacing: 0.02em;
    padding-bottom: 15px;
}

.sp_story {
    display: none;
}


/*キャスト*/

#cast {}

#cast .sub_title {
    text-align: center;
}

.cast_accordion {}

.cast_accordion div {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-evenly;
}

.cast_gallery {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
    width: 100%;
    gap: 10px;
}

.cast_gallery div {
    flex: 1;
}

.cast_gallery img {
    width: 100%;
    object-fit: cover;
}


/* アコーディオン全体 */

.details {
    flex: 1;
    margin-bottom: 10px;
    border-bottom: 1px solid;
}


/* アコーディオンの間隔 */

.summary {
    cursor: pointer;
    padding: 0.5em 1em 0.5em 1em;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.summary span:nth-child(1) {
    text-align: center;
    flex: 1;
    text-wrap: nowrap;
}


/* コンテンツ */

.details_content {
    box-sizing: content-box;
    overflow: hidden;
    margin: 0;
    padding: 0 1em;
    opacity: 0;
    transition: padding .2s ease .1s, max-height .3s, opacity .7s;
}


/* コンテンツ（オープン時） */

.details_open .details_content {
    padding-block: 1em;
    opacity: 1;
    transition: padding .3s, max-height .3s, opacity .7s;
}


/*プラス*/

.plus {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
}

.plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
    transition: all .3s;
}

summary>span:hover+span.plus::before {
    transform: rotate(0deg);
}


/*スタッフ*/

#staff {
    text-align: center;
}

.staff div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    gap: 20px;
}

.staff div:nth-child(1) {
    margin-top: 0;
}


/*movie & trailer*/

#movie,
#trailer {
    text-align: center;
    height: auto;
    position: relative;
}

#movie .inner,
#trailer .inner {
    padding: 120px 0;
}

#movie img,
#trailer img {
    width: 1200px;
    max-width: 80%;
}

#movie img:nth-child(2),
#trailer img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 50px;
    width: auto;
}

#youtube_wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.youtube_modal {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 56.25%;
}

.youtube_modal iframe,
.yyoutube_modal a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*slider*/

section.slide {
    padding-top: 120px;
    pointer-events: none;
}

.slider_inner {
    width: auto;
}

.slider_imgbox {
    padding: 0 10px;
}

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


/*share*/

#share {
    text-align: center;
    padding: 50px 0;
}

#share img {
    max-width: 50px;
    height: auto;
}

#share ul {
    display: flex;
    gap: 50px;
    justify-content: center;
}


/* last img */

#last {}

#last img {
    width: 100%;
    vertical-align: bottom;
    object-fit: cover;
}


/*レスポンシブ*/

@media screen and (max-width: 1000px) {
    /* intoro*/
    #intoro .inner {
        width: 100%;
        padding-bottom: unset;
    }
    #intoro h2 {
        padding-top: 25px;
    }
    .intoro_text_p {
        max-width: 1200px;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .intoro_text img {
        width: 100%;
    }
    .intoro_text:nth-of-type(2) {
        margin-top: 40px;
    }
    .intoro_text img {
        width: 100%;
    }
    .intoro_text {
        display: contents;
        text-align: center;
    }
    .intoro_text_img_pc {
        display: none;
    }
    .intoro_text_img_sp {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    /*共通*/
    .inner {
        max-width: 1200px;
        width: 80%;
        padding-top: 60px;
        margin: 0 auto;
    }
    /*キービジュアル*/
    .kv_title {
        mix-blend-mode: unset;
    }
    /*ストーリー*/
    #story {
        background-image: none;
        background: #c1c1c1;
        color: unset;
        min-height: max-content!important;
    }
    #story .inner {
        position: static;
        padding: 0;
        padding-top: 120px;
    }
    #story .sub_title,
    #story .text {
        max-width: 1200px;
        width: 80%;
        margin: 0 auto;
    }
    #story .inner .parallax_img {
        display: none;
    }
    .sp_img {
        display: block;
        width: 100%;
    }
    .sp_story {
        display: block;
    }
    .pc_story {
        display: none;
    }
    /*キャスト*/
    .cast_accordion div {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .cast_gallery {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 64px;
        width: 100%;
        gap: 10px;
    }
    .cast_gallery>div:nth-child(1) {
        order: 3;
    }
    /* アコーディオン全体 */
    .details {
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px solid;
    }
    .details:nth-child(1) {
        order: 1;
    }
    .details:nth-child(2) {
        order: 0;
    }
    /*スタッフ*/
    .staff div {
        display: block;
        margin-top: 25px;
    }
    /*movie*/
    #movie img,
    #trailer img {
        max-width: 100%;
    }
    #movie .inner,
    #trailer .inner {
        padding-bottom: 0;
    }
    /*share*/
    #share img {
        max-width: 40px;
        height: auto;
    }
}