.p-op {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-white);
    z-index: 20;
    transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 2s;
}

.is-load .p-op {
    opacity: 0;
    pointer-events: none;
}

.p-op__logo {
    width: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1) rotate(5deg);
    opacity: 0;
    filter: blur(10px);
    transition: opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1), filter 1.5s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 900px) {
    .p-op__logo {
        width: 90%;
    }
    .p-op__logo img {
        width: 100%;
    }
}

.is-load .p-op__logo {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0);
}

.p-kv {
    position: relative;
}

@media screen and (max-width: 900px) {
    .p-kv {
        margin-bottom: 7%;
        padding-bottom: 12%;
    }
}

.p-kv__deco-item {
    position: absolute;
    border: 3px solid var(--color-black);
    box-sizing: border-box;
    z-index: 2;
    filter: blur(10px);
    transition: filter 2s cubic-bezier(0.33, 1, 0.68, 1) 2.2s, -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 2.2s;
    transition: filter 2s cubic-bezier(0.33, 1, 0.68, 1) 2.2s, clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 2.2s;
    transition: filter 2s cubic-bezier(0.33, 1, 0.68, 1) 2.2s, clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 2.2s, -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 2.2s;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .p-kv__deco-item {
        border: 2px solid var(--color-black);
    }
}

.p-kv__deco-item img {
    width: 100%;
    transform: scale(1.2);
    transition: transform 2.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-kv__deco-item:nth-of-type(1) {
    width: 51.4%;
    top: 49px;
    left: 0;
    border-left: none;
    display: flex;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

@media screen and (max-width: 900px) {
    .p-kv__deco-item:nth-of-type(1) {
        width: 38.5%;
        top: auto;
        bottom: 19.9%;
        left: 0;
        border-left: 0;
    }
    .is-banner-hide .p-kv__deco-item:nth-of-type(1) {
        bottom: 3%;
    }
}

.p-kv__deco-item:nth-of-type(2) {
    width: 35.9%;
    bottom: 3%;
    left: 60.9%;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

@media screen and (max-width: 900px) {
    .p-kv__deco-item:nth-of-type(2) {
        width: 26.2%;
        bottom: 1.5%;
        left: auto;
        right: 5%;
    }
    .is-banner-hide .p-kv__deco-item:nth-of-type(2) {
        bottom: 0%;
    }
}

.is-load .p-kv__deco-item {
    filter: blur(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.is-load .p-kv__deco-item img {
    transform: scale(1);
}

.p-kv__inner {
    width: calc(100% - 121px);
    margin-bottom: 152px;
    margin-right: auto;
    display: flex;
    position: relative;
}

@media screen and (max-width: 1100px) {
    .p-kv__inner {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1100px) and (max-width: 900px) {
    .p-kv__inner {
        flex-direction: column-reverse;
        width: 100%;
        margin-bottom: 20.3%;
    }
}

.p-kv__detail {
    width: 43.8%;
    max-height: 80vw;
    height: 100vh;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 901px) {
    .p-kv__detail {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 900px) {
    .p-kv__detail {
        width: 100%;
        height: auto;
        max-height: auto;
    }
}

.p-kv__detail-item {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 900px) {
    .p-kv__detail-item {
        position: static;
        transform: translate(0);
    }
}

.p-kv__detail-logo {
    width: 82%;
    position: relative;
    margin: 0 auto 32px;
    left: 10px;
    transform: scale(1.1) rotate(8deg);
    opacity: 0;
    filter: blur(10px);
    transition: opacity 2s cubic-bezier(0.33, 1, 0.68, 1) 2.3s, filter 2s cubic-bezier(0.33, 1, 0.68, 1) 2.3s, transform 1.3s cubic-bezier(0.33, 1, 0.68, 1) 2.3s;
}

.is-load .p-kv__detail-logo {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    filter: blur(0);
}

@media screen and (max-width: 900px) {
    .p-kv__detail-logo {
        width: 82%;
        margin: 0 auto 4%;
        left: 0;
    }
}

.p-kv__detail-catch {
    width: 54%;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    left: 10px;
    transform: translateY(10px);
    transition: opacity 2s cubic-bezier(0.33, 1, 0.68, 1) 2.5s, filter 2s cubic-bezier(0.33, 1, 0.68, 1) 2.5s, transform 1.3s cubic-bezier(0.33, 1, 0.68, 1) 2.5s;
}

.p-kv__detail-catch img {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
}

.is-load .p-kv__detail-catch {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-kv__detail-catch {
        width: 65.7%;
        margin: 0 auto;
        left: 0;
    }
}

.p-kv__detail-catch .p-in-item {
    margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
    .p-kv__detail-catch .p-in-item {
        margin-bottom: 8.12%;
    }
}

.p-kv__detail-catch .p-in-item:last-of-type {
    margin-top: 0;
}

.p-kv__detail-bnr {
    width: 65%;
    margin: 8% auto 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 2s cubic-bezier(0.33, 1, 0.68, 1) 2.5s, filter 2s cubic-bezier(0.33, 1, 0.68, 1) 2.5s, transform 1.3s cubic-bezier(0.33, 1, 0.68, 1) 2.5s;
}

@media screen and (max-width: 900px) {
    .p-kv__detail-bnr {
        width: 72%;
        margin-top: 9%;
    }
}

.is-load .p-kv__detail-bnr {
    opacity: 1;
    transform: translateY(0);
}

.p-kv__detail-bnr .p-in-link {
    display: block;
    margin-bottom: 12px;
    transform: scale(1);
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 900px) {
    .p-kv__detail-bnr .p-in-link {
        margin-bottom: 8px;
    }
}

.p-kv__detail-bnr .p-in-link:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 901px) {
    .p-kv__detail-bnr .p-in-link:hover {
        transform: scale(0.97);
    }
}

.p-kv__bg {
    width: 56.3%;
    filter: blur(10px);
    transition: filter 3s cubic-bezier(0.33, 1, 0.68, 1) 2.2s;
}

.p-kv__bg-catch {
    width: 3.4%;
    position: absolute;
    top: 2%;
    right: 2.8%;
}

.p-kv__bg-catch.--left {
    width: 3%;
    right: auto;
    left: 14.5%;
}

@media screen and (max-width: 900px) {
    .p-kv__bg-catch {
        width: 4.3%;
        position: absolute;
    }
}

.is-load .p-kv__bg {
    filter: blur(0);
}

@media screen and (max-width: 900px) {
    .p-kv__bg {
        width: 89.7%;
        margin: 5.4% auto;
    }
}

.p-kv__bg-item {
    border: 3px solid var(--color-black);
}

@media screen and (min-width: 901px) {
    .p-kv__bg-item {
        border-top: 0;
    }
}

.p-kv__bg-item:nth-of-type(1) {
    width: 100%;
    opacity: 0;
    filter: grayscale(1) blur(10px);
    transition: opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1) 2.2s, transform 1.5s cubic-bezier(0.33, 1, 0.68, 1) 2.2s, filter 1.5s cubic-bezier(0.33, 1, 0.68, 1) 2.2s;
}

.is-load .p-kv__bg-item:nth-of-type(1) {
    opacity: 1;
    filter: grayscale(1) blur(0);
}

.p-kv__bg-item:nth-of-type(2) {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 2s cubic-bezier(0.33, 1, 0.68, 1) 2.9s, filter 2s cubic-bezier(0.33, 1, 0.68, 1) 2.9s, transform 2s cubic-bezier(0.33, 1, 0.68, 1) 2.9s;
}

.is-load .p-kv__bg-item:nth-of-type(2) {
    opacity: 1;
}

@media screen and (max-width: 900px) {
    .p-kv__bg-item {
        border: 2px solid var(--color-black);
    }
}

.p-kv__bg img {
    width: 100%;
}

.p-kv__bg-pagination {
    width: 60px !important;
    position: fixed;
    top: 50%;
    right: 60px;
    transform: translate(50%, -50%);
    bottom: auto !important;
    left: auto !important;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-kv__bg-pagination .p-in-inner {
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 2.2s;
}

@media screen and (max-width: 900px) {
    .p-kv__bg-pagination .p-in-inner {
        transition-delay: 3.4s;
    }
}

.is-load .p-kv__bg-pagination .p-in-inner {
    opacity: 1;
}

@media screen and (max-width: 900px) {
    .p-kv__bg-pagination {
        width: 100% !important;
        position: absolute;
        right: auto;
        bottom: auto !important;
        top: 49.1%;
        left: 15px !important;
        transform: translate(0);
    }
    .is-banner-hide .p-kv__bg-pagination {
        top: 53.2%;
    }
    .p-kv__bg-pagination .p-in-inner {
        display: flex;
    }
}

.p-kv__bg-pagination.is-active {
    opacity: 1;
    pointer-events: auto;
}

.p-kv__bg-pagination-item {
    margin: 0 !important;
    margin-bottom: 10px !important;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
    opacity: 1;
    border: 2px solid transparent;
    background-color: transparent;
}

.p-kv__bg-pagination-item.swiper-pagination-bullet-active {
    border: 2px solid var(--color-black);
}

@media screen and (max-width: 900px) {
    .p-kv__bg-pagination-item {
        width: 13.4%;
        margin-bottom: 0 !important;
        margin-right: 5px !important;
    }
}

.p-kv__bg-pagination-item:last-of-type {
    margin-bottom: 0 !important;
}

.p-kv__logo {
    width: 45.4%;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0;
    filter: blur(10px);
    transition: opacity 2s cubic-bezier(0.33, 1, 0.68, 1) 1.5s, filter 2s cubic-bezier(0.33, 1, 0.68, 1) 1.5s, transform 1.3s cubic-bezier(0.33, 1, 0.68, 1) 1.5s;
}

.is-load .p-kv__logo {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0);
}

@media screen and (max-width: 900px) {
    .p-kv__logo {
        width: 86.4%;
        top: 47%;
        transform: translate(-50%, -50%) scale(0.95);
    }
    .is-load .p-kv__logo {
        transform: translate(-50%, -50%) scale(1);
    }
}

.p-kv__logo img {
    width: 100%;
}

.p-kv__about {
    width: 67.4%;
    position: absolute;
    left: 50%;
    bottom: 140px;
    transform: translateX(-50%);
}

@media screen and (max-width: 900px) {
    .p-kv__about {
        width: 83%;
        bottom: 38px;
    }
}

.p-kv__about-catch {
    width: 100%;
    margin-bottom: 46px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 2.6s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) 2.6s;
}

.is-load .p-kv__about-catch {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-kv__about-catch {
        margin-bottom: 24px;
    }
}

.p-kv__about-catch img {
    width: 100%;
}

.p-kv__about-detail {
    width: 45%;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 2.7s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) 2.7s;
}

.is-load .p-kv__about-detail {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-kv__about-detail {
        width: 69%;
    }
}

.p-kv__about-detail img {
    width: 100%;
}

.p-kv__about-detail .p-in-text {
    width: 100%;
    margin-bottom: 25px;
}

@media screen and (max-width: 900px) {
    .p-kv__about-detail .p-in-text {
        margin-bottom: 11px;
    }
}

.p-kv__about-detail .p-in-date {
    width: 100%;
}

.p-kv__catch {
    width: 9.4%;
    position: absolute;
    top: 22px;
    left: 10.7%;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 2.5s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) 2.5s;
}

.is-load .p-kv__catch {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-kv__catch {
        width: 17.7%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.p-kv__banner {
    background: url(../img/bnr_base_pc.jpg) no-repeat center/cover;
    padding: 60px 0;
    position: relative;
}

.p-kv__banner.is-banner-disable .p-kv__banner-list {
    justify-content: center;
}

.p-kv__banner.is-banner-disable .p-kv__banner-list-item {
    width: 32%;
    margin-right: 10px;
}

@media screen and (max-width: 900px) {
    .p-kv__banner.is-banner-disable .p-kv__banner-list-item {
        width: 60%;
    }
}

.p-kv__banner.is-banner-disable .p-kv__banner-list-item:last-of-type {
    margin-right: 0;
}

.p-kv__banner.is-banner-disable .p-kv__banner-nav {
    display: none;
}

.p-kv__banner.is-banner-disable .p-kv__banner-page {
    display: none;
}

.p-kv__banner.is-hide {
    display: none;
}

@media screen and (max-width: 900px) {
    .p-kv__banner {
        padding: 12.8% 0 8%;
        background: url(../img/bnr_base_sp.jpg) no-repeat center/cover;
    }
}

.p-kv__banner-inner {
    width: 77%;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .p-kv__banner-inner {
        width: 100%;
    }
}

.p-kv__banner-list-item {
    box-sizing: border-box;
    border: 3px solid var(--color-black);
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-kv__banner-list-item img {
    width: 100%;
}

@media screen and (min-width: 901px) {
    .p-kv__banner-list-item:hover {
        transform: scale(0.97);
    }
}

@media screen and (max-width: 900px) {
    .p-kv__banner-list-item {
        border: 2px solid var(--color-black);
    }
}

.p-kv__banner-nav .p-in-item {
    width: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.p-kv__banner-nav .p-in-item img {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-kv__banner-nav .p-in-item:first-of-type {
    left: 8.6%;
}

.p-kv__banner-nav .p-in-item:first-of-type img {
    transform: rotate(180deg);
}

@media screen and (min-width: 901px) {
    .p-kv__banner-nav .p-in-item:first-of-type:hover img {
        transform: rotate(180deg) translateX(6px);
    }
}

.p-kv__banner-nav .p-in-item:last-of-type {
    right: 8.6%;
}

@media screen and (min-width: 901px) {
    .p-kv__banner-nav .p-in-item:last-of-type:hover img {
        transform: translateX(6px);
    }
}

.p-kv__banner-page {
    margin-top: 6px;
    justify-content: center;
}

@media screen and (max-width: 900px) {
    .p-kv__banner-page {
        margin-top: 8px;
    }
}

.p-kv__banner-page .swiper-pagination-bullet {
    display: block;
    margin: 0 !important;
    width: 8px;
    height: 8px;
    margin-right: 12px !important;
    opacity: 1;
    border: 1px solid var(--color-black);
    background-color: var(--color-white);
}

.p-kv__banner-page .swiper-pagination-bullet:last-of-type {
    margin-right: 0 !important;
}

.p-kv__banner-page .swiper-pagination-bullet-active {
    background-color: var(--color-black);
}

.p-movie {
    width: 100%;
    margin-right: auto;
    padding-top: 143px;
}

@media screen and (max-width: 900px) {
    .p-movie {
        display: block;
        margin: 0 auto;
        padding-top: 29px;
    }
}

.p-movie__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
    text-align: center;
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-active .p-movie__title {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-movie__title {
        margin-bottom: 32px;
        text-align: center;
    }
}

.p-movie__title-text .u-small {
    margin-top: 21px;
    transform: translateY(10px);
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}

.is-active .p-movie__title-text .u-small {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-movie__title-text .u-small {
        display: block;
        margin-top: 15px;
        position: static;
        transform: none;
    }
}

.p-movie__content {
    position: relative;
}

.p-movie__content.--center {
    width: 70.6%;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .p-movie__content.--center {
        width: 84.6%;
    }
}

@media screen and (max-width: 900px) {
    .p-movie__content {
        width: 100%;
        margin: 0;
    }
}

.p-movie__content-inner {
    width: 100%;
}

.p-movie__content-item {
    cursor: pointer;
}

@media screen and (min-width: 901px) {
    .p-movie__content-item:hover .p-movie__content-image .p-in-item {
        transform: scale(1.05);
    }
}

.p-movie__content-item.swiper-slide-active .p-movie__content-image-item::before {
    opacity: 0;
}

.p-movie__content-image {
    width: 100%;
    padding-top: 48.2%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    transition: -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
    transition: clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
    transition: clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.is-active .p-movie__content-image {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 900px) {
    .p-movie__content-image {
        border: 2px solid var(--color-black);
    }
}

.p-movie__content-image::before {
    content: "";
    display: block;
    width: 78px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/btn_play.png) no-repeat center/contain;
    z-index: 1;
}

@media screen and (max-width: 900px) {
    .p-movie__content-image::before {
        width: 50px;
        height: 50px;
    }
}

@media screen and (min-width: 901px) {
    .p-movie__content-image::after {
        content: "";
        display: block;
        width: calc(100% - 6.5px);
        height: calc(100% - 6.5px);
        position: absolute;
        top: 0;
        left: 0;
        border: 3px solid var(--color-black);
        z-index: 2;
        pointer-events: none;
    }
}

@media screen and (max-width: 900px) {
    .p-movie__content-image {
        padding-top: 56.2%;
    }
}

.p-movie__content-image-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
    transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}

.p-movie__content-image-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1;
    transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-active .p-movie__content-image-item {
    transform: scale(1);
}

.p-movie__content-image-item .p-in-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-movie__content-title {
    margin-top: 29px;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.01em;
    position: relative;
    padding-right: 16px;
    opacity: 0;
    transform: translateX(-15px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, color 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-active .p-movie__content-title {
    opacity: 1;
    transform: translateX(0);
}

.p-movie__content-title .p-in-arrow {
    width: 15px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 900px) {
    .p-movie__content-title .p-in-arrow {
        width: 11px;
        height: 11px;
        right: 0;
        top: 8px;
    }
}

.p-movie__content-title .p-in-arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--color-black);
    transition: background-color 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-movie__content-title .p-in-arrow::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
    transition: border-color 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 900px) {
    .p-movie__content-title .p-in-arrow::after {
        width: 6px;
        height: 6px;
    }
}

@media screen and (max-width: 900px) {
    .p-movie__content-title {
        margin-top: 8px;
        font-size: 1.1rem;
        letter-spacing: 0.04em;
    }
}

.p-movie__content-page {
    width: 71%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

@media screen and (max-width: 900px) {
    .p-movie__content-page {
        display: none;
    }
}

.p-movie__content-page-item {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../img/arrow_m.svg) no-repeat center/contain;
    z-index: 11;
}

.p-movie__content-page-item:nth-of-type(1) {
    left: -55px;
    transform: translateY(-50%) rotate(180deg);
}

.p-movie__content-page-item:nth-of-type(2) {
    right: -55px;
}

.p-movie__content-nav {
    margin-top: 6px;
    justify-content: center;
}

@media screen and (max-width: 900px) {
    .p-movie__content-nav {
        margin-top: 21px;
    }
}

.p-movie__content-nav .swiper-pagination-bullet {
    display: block;
    margin: 0 !important;
    width: 8px;
    height: 8px;
    margin-right: 12px !important;
    opacity: 1;
    border: 1px solid var(--color-black);
    background-color: var(--color-white);
}

.p-movie__content-nav .swiper-pagination-bullet:last-of-type {
    margin-right: 0 !important;
}

.p-movie__content-nav .swiper-pagination-bullet-active {
    background-color: var(--color-black);
}

.p-comment {
    padding-top: 186px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .p-comment {
        padding-top: 97px;
    }
}

@media screen and (max-width: 900px) {
    .p-comment__inner {
        width: 84%;
        margin-bottom: 75px;
    }
}

.p-comment__title {
    margin-bottom: 63px;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-active .p-comment__title {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 900px) {
    .p-comment__title {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 900px) {
    .p-comment__title-text {
        display: flex;
        align-items: center;
    }
}

.p-comment__title-text .u-small {
    margin-top: 23px;
    letter-spacing: 0.01em;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}

.is-active .p-comment__title-text .u-small {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 900px) {
    .p-comment__title-text .u-small {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 0;
        margin-left: 10px;
        font-size: 1.3rem;
    }
}

.p-comment__detail {
    width: 71.9%;
    margin-bottom: 120px;
    margin-left: auto;
}

@media screen and (min-width: 901px) {
    .p-comment__detail:last-of-type {
        margin-bottom: 206px;
    }
}

@media screen and (max-width: 900px) {
    .p-comment__detail {
        width: 100%;
        margin: 0 auto 60px 0px;
    }
}

.p-comment__detail-text {
    margin-bottom: 25px;
    font-size: 1.7rem;
    letter-spacing: 0.046em;
    line-height: 2.8;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}

.p-comment__detail-text p {
    margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
    .p-comment__detail-text p {
        margin-bottom: 20px;
    }
}

.p-comment__detail-text p:last-of-type {
    margin-bottom: 0;
}

.is-active .p-comment__detail-text {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 900px) {
    .p-comment__detail-text {
        font-size: 1.2rem;
        letter-spacing: 0.05em;
        line-height: 2.35;
    }
}

.p-comment__detail-name {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}

.is-active .p-comment__detail-name {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 900px) {
    .p-comment__detail-name {
        font-size: 1.3rem;
        letter-spacing: 0.02em;
    }
}

.p-comment__image {
    width: 100%;
}

.p-comment__image img {
    width: 100%;
}

.p-comment__image-item {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, filter 2s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, background-position 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-comment__image.is-active .p-comment__image-item {
    filter: grayscale(0) blur(0);
    opacity: 1;
    transform: scale(1);
}

.p-news {
    width: 80.5%;
    padding-top: 178px;
}

@media screen and (max-width: 900px) {
    .p-news {
        margin-bottom: 80px;
        padding-top: 96px;
    }
}

.p-news__title {
    width: 100%;
    margin-bottom: 34px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-active .p-news__title {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-news__title {
        margin-bottom: 15px;
    }
}

.p-news__title-text {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.p-news__title-text .u-small {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}

.is-active .p-news__title-text .u-small {
    opacity: 1;
    transform: translateY(0);
}

.p-news__content {
    width: 100%;
}

.p-news__content-list {
    margin-bottom: 48px;
}

@media screen and (max-width: 900px) {
    .p-news__content-list {
        margin-bottom: 28px;
    }
}

.p-news__content-list-item {
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-news__content-list-item:nth-of-type(1) {
    transition-delay: 0.2s;
}

.p-news__content-list-item:nth-of-type(2) {
    transition-delay: 0.3s;
}

.p-news__content-list-item:nth-of-type(3) {
    transition-delay: 0.4s;
}

@media screen and (min-width: 901px) {
    .p-news__content-list-item:hover a {
        transform: translateX(10px);
    }
}

.is-active .p-news__content-list-item {
    opacity: 1;
    transform: translateX(0);
}

.p-news__content-list-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27.4px 0;
    border-bottom: 1px solid var(--color-black);
    transition: color 0.7s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
    color: var(--color-black);
}

@media screen and (max-width: 900px) {
    .p-news__content-list-item a {
        align-items: flex-start;
        padding: 16px 0;
    }
}

.p-news__content-list-item-date {
    width: 100px;
    margin-right: 32px;
    font-family: var(--font-en);
}

@media screen and (max-width: 900px) {
    .p-news__content-list-item-date {
        width: 67px;
        margin-right: 0;
    }
}

.p-news__content-list-item-date .p-in-year {
    margin-bottom: 6px;
    font-size: 1.5rem;
    letter-spacing: 0.13em;
}

@media screen and (max-width: 900px) {
    .p-news__content-list-item-date .p-in-year {
        margin-bottom: 3px;
        font-size: 1rem;
        letter-spacing: 0.13em;
    }
}

.p-news__content-list-item-date .p-in-day {
    font-size: 2.3rem;
    letter-spacing: 0.13em;
}

@media screen and (max-width: 900px) {
    .p-news__content-list-item-date .p-in-day {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
    }
}

.p-news__content-list-item-title {
    flex: 1;
    font-size: 1.6rem;
}

@media screen and (max-width: 900px) {
    .p-news__content-list-item-title {
        font-size: 1.3rem;
        line-height: 1.7;
    }
}

.p-news__content-more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}

.is-active .p-news__content-more {
    opacity: 1;
    transform: translateX(0);
}

.p-news__content-more a {
    display: block;
    padding-right: 42px;
    font-family: var(--font-en);
    color: var(--color-black);
    font-size: 1.9rem;
    letter-spacing: 0.1em;
    position: relative;
    transition: color 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 901px) {
    .p-news__content-more a:hover .p-in-arrow {
        transform: translate(7px, -50%);
    }
}

@media screen and (max-width: 900px) {
    .p-news__content-more a {
        padding-right: 29px;
        font-size: 1.3rem;
    }
}

.p-news__content-more a .p-in-arrow {
    width: 18px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 900px) {
    .p-news__content-more a .p-in-arrow {
        width: 13px;
        height: 15px;
    }
}

.p-news__content-more a .p-in-arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--color-black);
    transition: background-color 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-news__content-more a .p-in-arrow::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
    transition: border-color 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 900px) {
    .p-news__content-more a .p-in-arrow::after {
        width: 6px;
        height: 6px;
    }
}

.p-intro {
    padding: 202px 0 280px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .p-intro {
        padding: 140px 0 134px;
    }
}

.p-intro__deco-item {
    position: absolute;
    border: 3px solid var(--color-black);
}

@media screen and (max-width: 900px) {
    .p-intro__deco-item {
        border: 2px solid var(--color-black);
    }
}

.p-intro__deco-item:nth-of-type(1) {
    width: 21.4%;
    padding-top: 11.7%;
    top: 101px;
    left: 65px;
    background: url(../img/intro_img01.jpg) no-repeat center/cover;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    filter: grayscale(1) blur(10px);
    transition: filter 1s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
    transition: clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, filter 1s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
    transition: clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, filter 1s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.is-active .p-intro__deco-item:nth-of-type(1) {
    filter: grayscale(0) blur(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 1200px) {
    .p-intro__deco-item:nth-of-type(1) {
        top: 40px;
    }
}

@media screen and (max-width: 1200px) and (max-width: 900px) {
    .p-intro__deco-item:nth-of-type(1) {
        width: 45.2%;
        max-width: 224px;
        padding-top: min(25%, 128px);
        top: 2px;
        left: 0;
        border-left: 0;
    }
}

.p-intro__deco-item:nth-of-type(2) {
    width: 29.1%;
    max-width: 500px;
    padding-top: min(17.3%, 304px);
    bottom: 10px;
    right: 0;
    background: url(../img/intro_img02.jpg) no-repeat center/cover;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    filter: grayscale(1) blur(10px);
    transition: filter 1s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
    transition: clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, filter 1s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
    transition: clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, filter 1s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}

.is-active .p-intro__deco-item:nth-of-type(2) {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    filter: grayscale(0) blur(0);
}

@media screen and (max-width: 900px) {
    .p-intro__deco-item:nth-of-type(2) {
        width: 66.5%;
        max-width: 290px;
        padding-top: min(39.8%, 178px);
        bottom: 0;
        border-right: 0;
    }
}

.p-intro__title {
    text-align: center;
    margin-bottom: 62px;
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-active .p-intro__title {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-intro__title {
        margin-bottom: 30px;
    }
}

.p-intro__title-text .u-small {
    margin-top: 23px;
    letter-spacing: 0.11em;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}

.is-active .p-intro__title-text .u-small {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-intro__title-text .u-small {
        margin-top: 12px;
    }
}

.p-intro__inner:last-of-type {
    margin-bottom: 100px;
}

.p-intro__content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}

.is-active .p-intro__content {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-intro__content {
        width: 100%;
        text-align: left;
    }
}

.p-intro__content-detail {
    font-size: 1.8rem;
    line-height: 2.8;
    letter-spacing: 0.07em;
}

@media screen and (max-width: 900px) {
    .p-intro__content-detail {
        font-size: 1.2rem;
        line-height: 2.3;
    }
}

.p-intro__content-detail p {
    margin-bottom: 28px;
}

.p-intro__content-detail p.u-bold {
    font-size: 2.2rem;
    font-weight: 500;
}

@media screen and (max-width: 900px) {
    .p-intro__content-detail p.u-bold {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 900px) {
    .p-intro__content-detail p {
        margin-bottom: 20px;
    }
}

.p-story {
    padding-top: 117px;
}

@media screen and (max-width: 900px) {
    .p-story {
        padding-top: 57px;
    }
}

.p-staff {
    display: flex;
    width: 81.5%;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 145px;
}

@media screen and (max-width: 900px) {
    .p-staff {
        display: block;
        padding-top: 78px;
    }
}

.p-staff__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    writing-mode: vertical-rl;
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-active .p-staff__title {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-staff__title {
        width: 100%;
        margin-bottom: 43px;
        writing-mode: horizontal-tb;
    }
}

.p-staff__title-text .u-small {
    margin: 0 auto;
    letter-spacing: 0.25em;
    position: absolute;
    bottom: -12px;
    left: 46%;
    opacity: 0;
    transform: translate(-50%, calc(100% + 10px));
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-active .p-staff__title-text .u-small {
    opacity: 1;
    transform: translate(-50%, 100%);
}

@media screen and (max-width: 900px) {
    .is-active .p-staff__title-text .u-small {
        transform: translateY(0);
    }
}

@media screen and (max-width: 900px) {
    .p-staff__title-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .p-staff__title-text .u-small {
        margin: 0;
        position: static;
        letter-spacing: 0.08em;
        transform: translateY(10px);
    }
}

.p-staff__content {
    flex: 1;
    margin-left: 67px;
}

@media screen and (max-width: 900px) {
    .p-staff__content {
        margin-left: auto;
    }
}

.p-staff__content-list-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-black);
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-staff__content-list-item:nth-of-type(1) {
    transition-delay: 0.2s;
}

.p-staff__content-list-item:nth-of-type(2) {
    transition-delay: 0.3s;
}

.p-staff__content-list-item:nth-of-type(3) {
    transition-delay: 0.4s;
}

.p-staff__content-list-item:nth-of-type(4) {
    transition-delay: 0.5s;
}

.p-staff__content-list-item:nth-of-type(5) {
    transition-delay: 0.6s;
}

.p-staff__content-list-item:nth-of-type(6) {
    transition-delay: 0.7s;
}

.p-staff__content-list-item:nth-of-type(7) {
    transition-delay: 0.8s;
}

.p-staff__content-list-item:nth-of-type(8) {
    transition-delay: 0.9s;
}

.p-staff__content-list-item:nth-of-type(9) {
    transition-delay: 1s;
}

.p-staff__content-list-item:nth-of-type(10) {
    transition-delay: 1.1s;
}

.p-staff__content-list-item:nth-of-type(11) {
    transition-delay: 1.2s;
}

.p-staff__content-list-item:nth-of-type(12) {
    transition-delay: 1.3s;
}

.p-staff__content-list-item:nth-of-type(13) {
    transition-delay: 1.4s;
}

.p-staff__content-list-item:nth-of-type(14) {
    transition-delay: 1.5s;
}

.p-staff__content-list-item:nth-of-type(15) {
    transition-delay: 1.6s;
}

.p-staff__content-list-item:nth-of-type(16) {
    transition-delay: 1.7s;
}

.p-staff__content-list-item:nth-of-type(17) {
    transition-delay: 1.8s;
}

.p-staff__content-list-item:nth-of-type(18) {
    transition-delay: 1.9s;
}

.p-staff__content-list-item:nth-of-type(19) {
    transition-delay: 2s;
}

.p-staff__content-list-item:nth-of-type(20) {
    transition-delay: 2.1s;
}

.is-active .p-staff__content-list-item {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 900px) {
    .p-staff__content-list-item {
        padding: 11px 0;
    }
}

.p-staff__content-list-item:first-of-type {
    padding-top: 0;
}

@media screen and (max-width: 900px) {
    .p-staff__content-list-item:first-of-type {
        margin-top: 0;
    }
}

.p-staff__content-list-item:last-of-type {
    border-bottom: 0;
}

.p-staff__content-list-item .p-in-head {
    width: 36%;
    font-size: 1.8rem;
    line-height: 1.9;
}

@media screen and (max-width: 900px) {
    .p-staff__content-list-item .p-in-head {
        width: 34%;
        font-size: 1.1rem;
        line-height: 1.6;
    }
}

.p-staff__content-list-item .p-in-title {
    width: 60.9%;
    font-size: 2.5rem;
    line-height: 1.9;
    margin-top: -7px;
}

.p-staff__content-list-item .p-in-title .u-small {
    font-size: 1.8rem;
    display: block;
}

.p-staff__content-list-item .p-in-title-name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 50px;
    position: relative;
}

@media screen and (max-width: 900px) {
    .p-staff__content-list-item .p-in-title-name {
        padding-right: 28px;
    }
}

@media screen and (max-width: 900px) {
    .p-staff__content-list-item .p-in-title {
        width: 63%;
        font-size: 1.2rem;
        line-height: 1.9;
        margin-top: -3px;
    }
    .p-staff__content-list-item .p-in-title .u-small {
        font-size: 1.2rem;
    }
}

.p-staff__content-list-item .p-in-title .p-in-comment {
    width: 33px;
    height: 26px;
    position: absolute;
    top: 55%;
    right: 0px;
    transform: translateY(-50%);
    cursor: pointer;
}

@media screen and (min-width: 901px) {
    .p-staff__content-list-item .p-in-title .p-in-comment-icon {
        transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    }
    .p-staff__content-list-item .p-in-title .p-in-comment-icon:hover {
        transform: scale(0.86);
    }
}

@media screen and (max-width: 900px) {
    .p-staff__content-list-item .p-in-title .p-in-comment {
        width: 20px;
        height: 20px;
    }
}

.p-cast {
    position: relative;
    overflow: hidden;
    padding-top: 145px;
}

@media screen and (max-width: 900px) {
    .p-cast {
        display: block;
        padding-top: 117px;
        padding-bottom: 0;
    }
}

.p-cast__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 100px;
    position: relative;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-active .p-cast__title {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-cast__title {
        width: 100%;
        margin-bottom: 46px;
    }
}

.p-cast__title-text .u-small {
    margin: 0 auto;
    margin-top: 23px;
    letter-spacing: 0.25em;
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-active .p-cast__title-text .u-small {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-cast__title-text .u-small {
        margin: 0;
        position: static;
        font-size: 1.3rem;
        margin-top: 8px;
        letter-spacing: 0.08em;
        transform: translate(0);
    }
}

.p-cast__content {
    flex: 1;
}

@media screen and (max-width: 900px) {
    .p-cast__content {
        margin-left: auto;
    }
}

.p-cast__content-list-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 89.8%;
    margin-right: auto;
    margin-bottom: 75px;
}

.p-cast__content-list-item:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item {
        display: block;
        width: 100%;
        margin-bottom: 27px;
    }
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item:nth-of-type(1) .p-cast__content-list-item-main .p-in-detail-text {
        width: 96%;
        margin-right: auto;
    }
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item:nth-of-type(2) .p-cast__content-list-item-main {
        margin-left: auto;
    }
    .p-cast__content-list-item:nth-of-type(2) .p-cast__content-list-item-main .p-in-detail {
        width: 88%;
        margin-left: 3%;
        margin-right: auto;
    }
    .p-cast__content-list-item:nth-of-type(2) .p-cast__content-list-item-main .p-in-image {
        border: 2px solid var(--color-black);
        border-right: 0;
    }
}

.p-cast__content-list-item-main {
    width: 68%;
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item-main {
        width: 95%;
        margin-bottom: 20px;
    }
}

.p-cast__content-list-item-main .p-in-image {
    margin-bottom: 33px;
    border: 3px solid var(--color-black);
    border-left: 0;
    filter: blur(10px);
    transition: filter 2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: filter 2s cubic-bezier(0.33, 1, 0.68, 1), clip-path 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: filter 2s cubic-bezier(0.33, 1, 0.68, 1), clip-path 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    overflow: hidden;
}

.p-cast__content-list-item-main .p-in-image img {
    width: 100%;
    transform: scale(1.2);
    transition: transform 2.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-active .p-cast__content-list-item-main .p-in-image {
    filter: blur(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.is-active .p-cast__content-list-item-main .p-in-image img {
    transform: scale(1);
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item-main .p-in-image {
        margin-bottom: 20px;
        border: 2px solid var(--color-black);
        border-left: 0;
    }
}

.p-cast__content-list-item-main .p-in-detail {
    display: flex;
    width: 84.3%;
    max-width: 760px;
    margin-left: auto;
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item-main .p-in-detail {
        display: block;
        width: 92%;
        margin-left: auto;
    }
}

.p-cast__content-list-item-main .p-in-detail-head {
    margin-right: 47px;
    font-size: 7.8rem;
    letter-spacing: 0.08em;
    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}

.is-active .p-cast__content-list-item-main .p-in-detail-head {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item-main .p-in-detail-head {
        display: flex;
        align-items: center;
        font-size: 4rem;
        margin-right: 0;
        margin-bottom: 14px;
    }
}

.p-cast__content-list-item-main .p-in-detail-head .u-small {
    display: block;
    margin-top: 14px;
    font-family: var(--font-en);
    font-size: 1.4rem;
    letter-spacing: 0.11em;
    font-weight: 500;
    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}

.is-active .p-cast__content-list-item-main .p-in-detail-head .u-small {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item-main .p-in-detail-head .u-small {
        margin-top: 0;
        margin-left: 10px;
        font-size: 1rem;
    }
}

.p-cast__content-list-item-main .p-in-detail-text {
    flex: 1;
    font-size: 1.7rem;
    line-height: 2;
    opacity: 0;
    transform: translateX(10px);
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}

.is-active .p-cast__content-list-item-main .p-in-detail-text {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item-main .p-in-detail-text {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}

.p-cast__content-list-item-cv {
    width: 27.2%;
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item-cv {
        width: 84%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 auto;
    }
}

.p-cast__content-list-item-cv .p-in-image {
    width: 62.1%;
    margin-bottom: 30px;
    border: 3px solid var(--color-black);
    filter: blur(10px);
    transition: filter 2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
    transition: filter 2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
    transition: filter 2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    overflow: hidden;
}

.p-cast__content-list-item-cv .p-in-image img {
    width: 100%;
    transform: scale(1.2);
    transition: transform 2.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-active .p-cast__content-list-item-cv .p-in-image {
    filter: blur(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.is-active .p-cast__content-list-item-cv .p-in-image img {
    transform: scale(1);
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item-cv .p-in-image {
        width: 33%;
        margin-bottom: 20px;
        border: 1px solid var(--color-black);
    }
}

.p-cast__content-list-item-cv .p-in-inner {
    max-width: 380px;
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item-cv .p-in-inner {
        width: 61%;
    }
}

.p-cast__content-list-item-cv .p-in-head {
    font-size: 2.2rem;
    margin-bottom: 12px;
    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}

.is-active .p-cast__content-list-item-cv .p-in-head {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item-cv .p-in-head {
        display: flex;
        align-items: center;
        font-size: 1.6rem;
    }
}

.p-cast__content-list-item-cv .p-in-head .u-small {
    display: inline-block;
    margin-bottom: 6px;
    margin-left: 16px;
    font-size: 1.4rem;
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item-cv .p-in-head .u-small {
        margin: 0;
        margin-left: 16px;
        font-size: 1.1rem;
    }
}

.p-cast__content-list-item-cv .p-in-text {
    margin-bottom: 16px;
    font-size: 1.5rem;
    line-height: 2.14;
    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
}

.is-active .p-cast__content-list-item-cv .p-in-text {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-cast__content-list-item-cv .p-in-text {
        margin-bottom: 16px;
        font-size: 1.2rem;
        line-height: 1.77;
    }
}

.p-comics {
    padding-top: 212px;
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-comics.is-active {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .p-comics {
        padding-top: 106px;
    }
}

.p-comics__banner {
    width: 60%;
    margin: 0 auto;
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 901px) {
    .p-comics__banner:hover {
        transform: scale(0.98);
    }
}

@media screen and (max-width: 900px) {
    .p-comics__banner {
        width: 100%;
    }
}

.p-comics__banner img {
    width: 100%;
}

.m-comment_modal {
    display: none;
    max-width: 1220px;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .m-comment_modal {
        padding-bottom: 20px;
    }
    .is-modal-overflow .m-comment_modal {
        padding-bottom: 0;
    }
}

.m-modal .m-comment_modal {
    display: block;
}

.m-comment_modal__inner {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 900px) {
    .m-comment_modal__inner {
        display: block;
        margin-bottom: 110px;
    }
}

.m-comment_modal__image {
    width: 42%;
    margin-right: 4%;
}

@media screen and (max-width: 900px) {
    .m-comment_modal__image {
        width: 100%;
        margin: 0 auto 24px;
    }
}

.m-comment_modal__image img {
    width: 100%;
}

.m-comment_modal__detail {
    flex: 1;
    text-align: left;
}

.m-comment_modal__detail-head {
    margin-bottom: 26px;
}

@media screen and (max-width: 900px) {
    .m-comment_modal__detail-head {
        display: flex;
        align-items: center;
        margin-bottom: 11px;
    }
}

.m-comment_modal__detail-head .p-in-comment {
    font-size: 2rem;
    letter-spacing: 0.03em;
}

@media screen and (min-width: 901px) {
    .m-comment_modal__detail-head .p-in-comment {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 900px) {
    .m-comment_modal__detail-head .p-in-comment {
        font-size: 1.5rem;
    }
}

.m-comment_modal__detail-head .p-in-name {
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

@media screen and (min-width: 901px) {
    .m-comment_modal__detail-head .p-in-name {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 900px) {
    .m-comment_modal__detail-head .p-in-name {
        font-size: 1.5rem;
        letter-spacing: 0.08em;
    }
}

.m-comment_modal__detail-text {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 900px) {
    .m-comment_modal__detail-text {
        font-size: 1.3rem;
    }
}

.m-comment_modal__detail-text p {
    margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
    .m-comment_modal__detail-text p {
        margin-bottom: 8px;
    }
}

.m-comment_modal__detail-text p:last-of-type {
    margin-bottom: 0;
}

.m-modal.m-modal-custom .m-modal__bg.--comment {
    opacity: 1;
}