@charset "utf-8";

/* kv */
.kv {
    position: relative;
}
.lang_btn_list {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    z-index: 1;
}
@media (min-width: 769px) {
    .lang_btn_list {
        column-gap: 16px;
        color: var(--color-green);
        top:40px;
        right:40px;
    }
    .lang_btn {
        font-size: 16px;
        width: 70px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 32px;
        background-color: var(--color-white);
        border: 2px solid var(--color-white);
    }
    .lang_btn.is_current {
        background-color: var(--color-green);
        color: var(--color-white);
    }
}
@media (max-width: 768px) {
    .lang_btn_list {
        flex-direction: column;
        color: var(--color-white);
        top:9rem;
        right:13rem;
        align-items: flex-end;
    }
    .lang_btn {
        font-size: 16rem;
        padding: 4rem;
        display: block;
    }
    .lang_btn.is_current {
        color: var(--color-green);
    }
    .lang_btn_list > li {
        position: relative;
    }
    .lang_btn_list > li + li {
        margin-top: 9rem;
    }
    .lang_btn_list > li + li::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: -8rem;
        margin: auto;
        background-color: var(--color-white);
        width: 14rem;
        height: 4rem;
        border-radius: 2px;
    }
}

.kv_inner {
    display: flex;
    max-width: 1120px;
    margin: auto;
}
.kv_catch {
    text-align: center;
    color: var(--color-red);
}
.kv_catch_word {
    display: inline-block;
}
@media (min-width: 769px) {
    .kv {
        background: url(../img/index/kv_illust.svg) no-repeat center top -231px;
        padding-bottom: 100rem;
    }
    .kv_inner {
        padding-inline: 10px;
        padding-top: 98px;
        column-gap: 40rem;
        position: relative;
    }
    .kv_ttl_wrap { 
        width: 53.8%;
        padding-top: 42rem;
    }
    .kv_catch {
        font-size: 24rem;
    }
    .kv_logo {
        margin-top: 6rem;
    }
    .kv_txt {
        max-width: 400rem;
        font-size: 20px;
        line-height: 1.75;
        margin: 16rem auto 0;
    }
    .kv_movie {
        width: 40%;
        background-color: var(--color-red);
        border: none;
        overflow: hidden;
        border-radius: 32px;
        max-width: 376px;
        padding: 40rem 36rem 32rem;
        display: block;
        text-align: center;
        cursor: pointer;
        position: relative;
    }
    .kv_pickup_sprite {
        top: 1%;
        left: 1.9%;
        position: absolute;
        width: 96.45%;
        height: auto;
        aspect-ratio: 726 / 1192;
    }
    .kv_pickup_sprite_img {
        animation: pickup 2s steps(6) infinite;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: 
        url(../img/index/pickup_clockwise_01.png),
        url(../img/index/pickup_clockwise_02.png),
        url(../img/index/pickup_clockwise_03.png),
        url(../img/index/pickup_clockwise_04.png),
        url(../img/index/pickup_clockwise_05.png),
        url(../img/index/pickup_clockwise_06.png);
        background-position: 0 0,
        calc((100% / 5) * 1) 0,
        calc((100% / 5) * 2) 0,
        calc((100% / 5) * 3) 0,
        calc((100% / 5) * 4) 0,
        calc((100% / 5) * 5) 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        width: calc(100% * 6);
    }
    @keyframes pickup {
        0% {
            translate: 0 0;
        }
        100% {
            translate: -100% 0;
        }
    }
    .kv_pickup_img_wrap {
        position: relative;
        display: block;
        border-radius: 24px;
        overflow: hidden;
    }
    .kv_pickup_info {
        display: block;
        color: var(--color-white);
        text-align: left;
        margin-top: 40rem;
    }
    .kv_pickup_ttl {
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .kv_pickup_taglist {
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        margin-top: 8rem;
        column-gap: 16px;
    }
    .kv_movie .icon_play {
        width: 111rem;
    }
    .kv_movie .icon_play_circle {
        fill: var(--color-white);
    }
    .kv_movie .icon_play_arrow {
        fill: var(--color-red);
    }
    .kv_mokumoku_left {
        position: absolute;
        left: 50%;
        top: calc(100% - 98rem);
        margin-left: -190rem;
        width: 650rem;
    }
    .kv_mokumoku_right {
        position: absolute;
        left: 50%;
        top: calc(100% - 86rem);
        margin-left: 322rem;
        width: 395rem;
    }
    @media(hover:hover) {
        .kv_pickup_img {
            transition: scale .4s;
        }
        .kv_pickup_ttl {
            transition: color .4s;
        }
        .kv_pickup_img_wrap::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(230, 0, 18, 0.5);
            opacity: 0;
            transition: opacity .4s;
            z-index: 1;
        }
        .kv_movie:hover .kv_pickup_img_wrap::before {
            opacity: 1;
        }
        .kv_pickup_img_wrap::after {
            border: 4px solid var(--color-white);
            border-radius: 24px;
            content: '';
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            transition: border-width .4s;
            z-index: 2;
        }
        .kv_movie:hover .kv_pickup_img_wrap::after {
            border-width: 12px;
        }
        .kv_movie:hover .kv_pickup_img {
            scale: 1.08;
        }
        .kv_movie:hover .icon_play_circle {
            fill: var(--color-red);
        }
        .kv_movie:hover .icon_play_arrow {
            fill: var(--color-white);
        }
        .kv_movie:hover .kv_pickup_ttl {
            color: #FF986D;
        }
    }
}
@media (max-width: 768px) {
    .kv {
        background: url(../img/index/kv_illust_sp.svg) no-repeat center top / 100% auto; 
    }
    .kv_ttl_wrap { 
        padding-inline: 7rem;
        padding-top: 165rem;
    }
    .kv_catch {
        font-size: 28rem;
        line-height: 1.25;
    }
    .kv_logo {
        margin-top: 12rem;
    }
    .kv_txt {
        font-size: 20rem;
        line-height: 1.75;
        padding-left: 92rem;
        padding-right: 24rem;
        margin: 23rem auto 0;
    }
    .kv_movie {
        display: none;
    }
}

/* kv animation */
.animation_ready .kv_catch,
.animation_ready .kv_logo,
.animation_ready .kv_txt,
.animation_ready .kv_mokumoku_left,
.animation_ready .kv_mokumoku_right {
    scale: 0;
}
.animation_loaded .kv.is_animated .kv_catch,
.animation_loaded .kv.is_animated .kv_logo,
.animation_loaded .kv.is_animated .kv_txt, 
.animation_loaded .kv.is_animated .kv_mokumoku_left,
.animation_loaded .kv.is_animated .kv_mokumoku_right {
    transition: scale .6s var(--easeOutBack);
    scale: 1;
}
.animation_loaded .kv.is_animated .kv_logo {
    transition-delay: .3s;
}
.animation_loaded .kv.is_animated .kv_txt {
    transition-delay: .5s;
}
.animation_loaded .kv.is_animated .kv_mokumoku_left {
    transition-delay: 1.1s;
    transform-origin: 80% 80%;
}
.animation_loaded .kv.is_animated .kv_mokumoku_right {
    transition-delay: 1.3s;
    transform-origin: 20% 80%;
}
.animation_loaded .kv.is_animated .kv_moku:nth-of-type(3n+1) {
    animation: fuwafuwa 2s 2s ease-in-out infinite alternate;
}
.animation_loaded .kv.is_animated .kv_moku:nth-of-type(3n+2) {
    animation: fuwafuwa 2.4s 2s ease-in-out infinite alternate;
}
.animation_loaded .kv.is_animated .kv_moku:nth-of-type(3n+3) {
    animation: fuwafuwa 2.2s 2s ease-in-out infinite alternate;
}
@keyframes fuwafuwa {
    0% {
        translate: 0 0px;
    }
    100% {
        translate: 0 10px;
    }
}
.kv_nav_list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.kv_nav_list a {
    display: block;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--color-white);
    line-height: 1;
    position: relative;
    overflow: hidden;
}
.kv_nav_btn_en {
    text-transform: uppercase;
}
.kv_nav_btn_en,
.kv_nav_btn_jp {
    position: relative;
    z-index: 1;
}
@media (min-width: 769px) {
    .kv_nav_list {
        column-gap: 96rem;
        margin-top: 117px;
    }
    .kv_nav_list a {
        width: 337px;
        height: 148px;
        row-gap: 8px;
        padding-top: 42px;
        background-position: center top 8px;
    }
    .kv_nav_movie {
        background: url(../img/index/link_movie.svg) no-repeat center top / 100% auto;
    }
    .kv_nav_post {
        background: url(../img/index/link_post.svg) no-repeat center top / 100% auto;
    }
    .kv_nav_btn_en {
        font-size: 14px;
    }
    .kv_nav_btn_jp {
        font-size: 24px;
    }
    .kv_nav_btn_jp_s {
        font-size: 20px;
    }
    @media (hover:hover) {
        .kv_nav_list a {
            transition: background .4s;
        }
        .kv_nav_list a:hover {
            background-position: center top 0px;
        }
        .kv_nav_list a .kv_nav_btn_en,
        .kv_nav_list a .kv_nav_btn_jp {
            translate: 0 0px;
            transition: translate .4s;
        }
        .kv_nav_list a:hover .kv_nav_btn_en,
        .kv_nav_list a:hover .kv_nav_btn_jp {
            translate: 0 -8px;
        }
    }
}
@media (max-width: 768px) {
    .kv_nav_list {
        column-gap: 16rem;
        margin-top: 163rem;
    }
    .kv_nav_list a {
        width: 163rem;
        height: 141rem;
        row-gap: 4rem;
        padding-top: 32rem;
    }
    .kv_nav_movie {
        background: url(../img/index/link_movie_sp.svg) no-repeat center top / 100% auto;
    }
    .kv_nav_post {
        background: url(../img/index/link_post_sp.svg) no-repeat center top / 100% auto;
    }
    .kv_nav_btn_en {
        font-size: 14rem;
    }
    .kv_nav_btn_jp {
        font-size: 24rem;
    }
    .kv_nav_btn_jp_s {
        font-size: 20rem;
    }
}

.swiper {
    margin: auto;
    overflow: visible;
}
.swiper-slide {
    width: max-content;
}
.inner {
    margin-inline: auto;
    max-width: 1280px;
    max-width: 1370px;
    position: relative;
}
.section_ttl {
    display: flex;
    align-items: center;
    line-height: 1;
    position: relative;
}
.section_ttl_en {
    text-transform: uppercase;
    color: var(--color-white);
    position: relative;
    z-index: 1;
}
.section_ttl_jp {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.movie_ttl::before,
.movie_ttl::after,
.post_ttl::before,
.post_ttl::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
}
.movie_ttl::after {
    background: url(../img/index/movie_ttl_icon.svg) no-repeat 0 0 / contain;
}
.post_ttl::after {
    background: url(../img/index/post_ttl_icon.svg) no-repeat 0 0 / contain;
}
@media (min-width: 769px) {
    .inner {
        padding-inline: 24px;
    }
    .section_ttl {
        column-gap: 32px;
        padding-left: 160px;
        padding-top: 87px;
    }
    .section_ttl_en {
        font-size: 24px;
    }
    .section_ttl_jp {
        row-gap: 16px;
    }
    .section_ttl_jp_1 {
        font-size: 24px;
    }
    .section_ttl_jp_1_s {
        font-size: 20px;
    }
    .section_ttl_jp_2 {
        font-size: 40px;
    }
    .section_ttl_jp_2_s {
        font-size: 32px;
    }
    .movie_ttl::before {
        left: -15px;
        width: 360px;
        height: 211px;
        background: url(../img/index/movie_ttl_bg.svg) no-repeat 0 0 / contain;
    }
    .movie_ttl::after {
        top: 19px;
        left: 53px;
        width: 130px;
        height: 79px;
    }
    .post_ttl::before {
        left: -11px;
        width: 360px;
        height: 211px;
        background: url(../img/index/post_ttl_bg.svg) no-repeat 0 0 / contain;
    }
    .post_ttl::after {
        left: 88px;
        width: 80px;
        height: 137px;
    }
}
@media (max-width: 768px) {
    .section_ttl {
        column-gap: 67rem;
        padding-left: 44rem;
        padding-top: 29rem;
    }
    .section_ttl_en {
        font-size: 20rem;
        padding-top: 20rem;
    }
    .section_ttl_jp {
        row-gap: 12rem;
    }
    .section_ttl_jp_1 {
        font-size: 24rem;
    }
    .section_ttl_jp_1_s {
        font-size: 20rem;
    }
    .section_ttl_jp_2 {
        font-size: 40rem;
    }
    .section_ttl_jp_2_s {
        font-size: 32rem;
    }
    .movie_ttl::before {
        left: 0;
        width: 204rem;
        height: 134rem;
        background: url(../img/index/movie_ttl_bg_sp.svg) no-repeat 0 0 / contain;
    }
    .movie_ttl::after {
        top: 0rem;
        left: 28rem;
        width: 98rem;
        height: 60rem;
    }
    .post_ttl::before {
        left: 0;
        width: 204rem;
        height: 134rem;
        background: url(../img/index/post_ttl_bg_sp.svg) no-repeat 0 0 / contain;
    }
    .post_ttl::after {
        top: -50rem;
        left: 40rem;
        width: 60rem;
        height: 103rem;
    }
}


/* movie */
.movie_wrap {
    position: relative;
}
.movie_illust {
    max-width: 960px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.movie_illust_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0; 
    margin: auto;
    background: url(../img/index/movie_ill.svg) no-repeat 50% top;
    background-size: 2214px auto;
    max-width: 2214px;
    height: 1053px;
}
.movie_person {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}
@media (min-width: 769px) {
    .movie_illust_bg { 
        top: -56rem;
    }
    .movie_person {      
        top: 27rem;
        left: 15.8%;
        width: 54.89%;
    }
}
@media (max-width: 768px) {
    .movie_illust_bg { 
        top: 86rem;
        background: url(../img/index/movie_ill_sp.svg) no-repeat center top;
        background-size: 100% auto;
        padding-top: calc((727 / 390) * 100%);
    }
    .movie_person {      
        top: -17.9%;
        left: 54%;
        width: 67.6%;
    }
}
.movie_link {
    display: block;
    text-align: left;
    border: none;
    overflow: hidden;
    position: relative;
    background-color: var(--color-white);
}
.movie_img_wrap {
    overflow: hidden;
    display: block;
    position: relative;
}
.movie_img_wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.icon_play {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 2;
}
.movie_link .icon_play_circle {
    fill: var(--color-red);
}
.movie_link .icon_play_arrow {
    fill: var(--color-white);
}
.movie_img {
    width: 100%;
    height: auto;
}
.movie_link_ttl_wrap {
    display: block;
}
.movie_link_ttl {
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.movie_link_taglist {
    display: flex;
    flex-wrap: wrap;
    color: var(--color-gray);
}
@media (min-width: 769px) {
    .movie_slider {
        margin-top: 60px;
    }
    .movie_slider .swiper-slide {
        padding-inline: 32px;
    }
    .is_centered .swiper-wrapper {
        justify-content: center;
    }
    .movie_link {
        width: 260rem;
        border-radius: 24px;
    }
    .movie_img_wrap {
        border-radius: 16px 16px 0 0;
    }
    .movie_img_wrap::after {
        border: 8px solid var(--color-white);
        border-radius: 24px 24px 0 0;
    }
    .icon_play {
        width: 80px;
    }
    .movie_link_ttl_wrap {
        padding: 8px 16px 16px;
    }
    .movie_link_ttl {
        font-size: 16px;
    }
    .movie_link_taglist {
        font-size: 12px;
        column-gap: 16px;
        margin-top: 12px;
    }
    @media(hover:hover) {
        .movie_img_wrap::before {
            content: '';
            display: block;
            position: absolute;
            top: 8px;
            left: 8px;
            width: calc(100% - 16px);
            height: calc(100% - 16px);
            background-color: rgba(230, 0, 18, 0.5);
            opacity: 0;
            transition: opacity .4s;
            z-index: 1;
        }
        .movie_img_wrap::after {
            transition: border .4s;
        }
        .movie_link {
            cursor: pointer;
        }
        .movie_link_ttl_wrap {
            transition: color .4s, background .4s;
        }
        .movie_img {
            transition: scale .4s;
        }
        .movie_link:hover .movie_link_ttl_wrap {
            background-color: var(--color-red);
            color: var(--color-white);
        }
        .movie_link:hover .movie_img {
            scale: 1.08;
        }
        .movie_link:hover .icon_play_circle {
            fill: var(--color-white);
        }
        .movie_link:hover .icon_play_arrow {
            fill: var(--color-red);
        }
        .movie_link:hover .movie_img_wrap::before {
            opacity: 1;
        }
        .movie_link:hover .movie_img_wrap::after {
            border-width: 12px;
            border-color: var(--color-red);
        }
    }
}
@media (max-width: 768px) {
    .movie_wrap {
        margin-top: 48rem;
    }
    .movie_slider {
        margin-top: 37rem;
    }
    .movie_slider .swiper-slide {
        padding-inline: 8rem;
    }
    .movie_link {
        width: 260rem;
        border-radius: 24rem;
    }
    .movie_img_wrap {
        border-radius: 16rem 16rem 0 0;
        padding: 8rem;
    }
    .movie_img_wrap::after {
        border: 8rem solid var(--color-white);
        border-radius: 24rem 24rem 0 0;
    }
    .icon_play {
        width: 80rem;
    }
    .movie_link_ttl_wrap {
        padding: 10rem 24rem 16rem;
    }
    .movie_link_ttl {
        font-size: 14rem;
    }
    .movie_link_taglist {
        font-size: 10rem;
        column-gap: 16rem;
        margin-top: 11rem;
    }
}

/* post */
.post_wrap {
    position: relative;
}
.post_illust {
    max-width: 960px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.post_illust_bg {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    margin: auto;
    background: url(../img/index/post_ill.svg) no-repeat 53% top;
    background-size: 1652px auto;
    max-width: 1652px;
    height: 894px;
}
.post_person {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}
.post_rect {
    position: absolute;
    top: 0;
    height: auto;
}
@media (min-width: 769px) {
    .post_wrap {
        margin-top: 204px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .post_person {
        top: 103rem;
        left: 23.8%;
        width: 56.25%;
    }
    .post_rect {
        position: absolute;
        top: 660px;
        left: 42%;
        height: auto;
        width: 285px;
    }

}
@media (max-width: 768px) {
    .post_wrap {
        margin-top: 115rem;
        padding-top: 60rem;
        padding-bottom: 100px;
    }

    .post_illust_bg {
        top: 37rem;
        background: url(../img/index/post_ill_sp.svg) no-repeat left top;
        background-size: 100% auto;
        padding-top: calc((543 / 390) * 100%);
    }
    .post_person {
        top: -5.8%;
        left: 53.8%;
        width: 58.25%;
        rotate: 46deg;
    }
}

.article_img_wrap {
    position: relative;
    overflow: hidden;
}
.article_img_wrap::before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
}
.article_img {
    width: 100%;
    height: auto;
}
.article_link {
    display: block;
}
.article_link_date {
    color: var(--color-white);
    line-height: 1;
    display: block;
}
.article_link_ttl {
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.article_link_taglist {
    display: flex;
    flex-wrap: wrap;
    color: var(--color-dark-gray);
}
@media (min-width: 769px) {
    .article_slider {
        margin-top: 60px;
    }
    .article_slider .swiper-slide {
        padding-inline: 20px;
    }
    .article_link {
        width: 400rem;
        position: relative;
    }
    .article_img_wrap::before {
        border: 4px solid var(--color-white);
    }
    .article_link_date {
        font-size: 14px;
        margin-top: 24px;
    }
    .article_link_ttl {
        font-size: 16px;
        margin-top: 8px;
    }
    .article_link_taglist {
        font-size: 12px;
        column-gap: 16px;
        margin-top: 16px;
    }
    @media(hover:hover) {
        .article_img_wrap::after {
            content: '';
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            opacity: 0;
            background-color: rgba(230, 0, 18, 0.5);
        }
        .article_img_wrap::after {
            transition: opacity .4s;
        }
        .article_img_wrap::before {
            transition: border .4s;
        }
        .article_img {
            transition: scale .4s;
        }
        .article_link_ttl,
        .article_link_date {
            transition: color .4s;
        }
        .article_link:hover .article_img {
            scale: 1.08;
        }
        .article_link:hover .article_link_date,
        .article_link:hover .article_link_ttl {
            color: var(--color-red);
        }
        .article_link:hover .article_img_wrap::after {
            opacity: 1;
        }
        .article_link:hover .article_img_wrap::before {
            border-width: 8px;
            border-color: var(--color-red);
        }
    }
}
@media (max-width: 768px) {
    .article_slider {
        margin-top: 37rem;
    }
    .article_slider .swiper-slide {
        padding-inline: 6px;
    }
    .article_link {
        width: 342rem;
    }
    .article_img_wrap::before {
        border: 4rem solid var(--color-white);
    }
    .article_link_date {
        font-size: 12rem;
        margin-top: 16rem;
    }
    .article_link_ttl {
        font-size: 14rem;
        margin-top: 8rem;
    }
    .article_link_taglist {
        font-size: 10rem;
        column-gap: 16rem;
        margin-top: 20rem;
    }
}

/* movie/post animation */
.animation_ready .section_ttl_jp {
    scale: 0;
}
.animation_loaded .movie_wrap.is_animated .section_ttl_jp,
.animation_loaded .post_wrap.is_animated .section_ttl_jp {
    scale: 1;
    transition: scale .6s var(--easeOutBack);
}
.animation_ready .movie_person {
    opacity: 0;
    translate: 40px 40px;
}
.animation_loaded .movie_wrap.is_animated .movie_person {
    opacity: 1;
    translate: 0 0;
    transition: opacity .8s .5s, translate .8s .5s;
}
.animation_loaded .movie_wrap.is_animated .movie_illust_megaphone {
    animation: katakata 2.5s steps(1) infinite;
    transform-origin: 48% 21%;
}
@keyframes katakata {
    0% {rotate: 0deg;}
    60% {rotate: 0deg;}
    70% {rotate: -3deg;}
    80% {rotate: 0deg;}
    90% {rotate: -6deg;}
    100% {rotate:0deg;}
}

.animation_ready .post_person {
    opacity: 0;
    translate: 40px 40px;
}
.animation_loaded .post_wrap.is_animated .post_person {
    opacity: 1;
    translate: 0 0;
    transition: opacity .8s .5s, translate .8s .5s;
}
.animation_ready .post_illust_circle_1,
.animation_ready .post_illust_circle_2,
.animation_ready .post_illust_circle_3 {
    transform-box:fill-box;
    transform-origin: 50% 50%;
}
.animation_loaded .post_wrap.is_animated .post_illust_circle_1 {
    animation: poan 3s .7s infinite ;
}
.animation_loaded .post_wrap.is_animated .post_illust_circle_2 {
    animation: poan 3s 1.1s infinite ;
}
.animation_loaded .post_wrap.is_animated .post_illust_circle_3 {
    animation: poan 3s 1.5s infinite ;
}
@keyframes poan {
    0% {
        opacity: 0;
        scale: 0;
    }
    65% {
        opacity: 1;
        scale: 1;
    }
    85% {
        opacity: 1;
        scale: 1;
    }
    100% {
        opacity: 0;
        scale: 1;
    }
}

/* modal */
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-orange);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.modal__container {
    max-height: 100svh;
    overflow-y: auto;
    box-sizing: border-box;
}
.modal__inner {
    margin: auto;
    box-sizing: border-box;
    text-align: center;
}
[class].modal__btn {
    border: none;
    cursor: pointer;
    text-transform: none;
    overflow: visible;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform .25s ease-out;
    position: absolute;
    top: 50%;
    z-index: 1;
    text-transform: uppercase;
    color: var(--color-white);
}
.wrapper .muted_btn {
    position: absolute;
    z-index: 1;
    line-height: 1;
    border: none;
    color: #fff;
}
.muted_btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    margin-inline: auto;
    background: url(../img/index/icn_on.svg) no-repeat center / contain;
}
.muted_btn.muted::before {
    background: url(../img/index/icn_off.svg) no-repeat center / contain;
}
.muted_btn::after {
    content: "ON";
}
.muted_btn.muted::after {
    content: "OFF";
}
.modal__btn {
    line-height: 1;
}
.modal__btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/index/icon_close.svg) no-repeat 0 0 / contain;
}
.modal_controls {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.modal-button-prev,
.modal-button-next {
    color: var(--color-white);
    display: flex;
    align-items: center;
    cursor: pointer;
}
.modal-button-prev.swiper-button-disabled,
.modal-button-next.swiper-button-disabled {
    cursor: auto;
    opacity: 0.5;
}
.modal-button-prev .modal-button_icon {
    background: url(../img/index/icon_prev.svg) no-repeat center center / contain;
}
.modal-button-next .modal-button_icon {
    background: url(../img/index/icon_next.svg) no-repeat center center / contain;
}
.movie_link,
.kv_movie {
    pointer-events: none;
}
.movie_link.is_youtube_ready,
.kv_movie.is_youtube_ready {
    pointer-events: auto;
}
.modal_slide {
    overflow: hidden;
}
.modal_slide .swiper-slide {
    position: relative;
    overflow: hidden;
    display: flex;
}
.youtube_player {
    overflow: hidden;
    margin: auto;
    border-radius: 28px;
    position: relative;
    width: 100%;
    height: 100%;
}
.youtube_player iframe {
    aspect-ratio: 9/16;
    width: 100%;
    height: 100%;
    width: max-content;
}
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}
@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}
.micromodal-slide {
    display: none;
}
.micromodal-slide.is-open {
    display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}
@media (min-width: 769px) {
    .modal_slide {
        padding-inline: 160px;
        height: 100svh;
        max-height: 80vh;
    }
    .modal_controls {
        width: 118px;
        height: 112px;
        row-gap: 16px;
    }
    .modal-button-prev,
    .modal-button-next {
        font-size: 14px;
    }
    .modal-button_s {
        font-size: 12px;
    }
    .modal-button_icon {
        width: 48px;
        height: 48px;
    }
    .modal-button-prev,
    .modal-button-next {
        column-gap: 16px;
    }
    .modal__btn {
        font-size: 12px;
        padding-top: 28px;
        right: 8px;
        margin-top: 88px;
    }
    .modal__btn::before {
        width: 21px;
        height: 21px;
    }
    .modal_controls {
        right: 0px;
        top: 50%;
        translate: 0 -50%;
    }
    .muted_btn {
        top: 50%;
        right: 86px;
        margin-top: 86px;
        padding-top: 30px;
        font-size: 12px;
    }
    .muted_btn::before {
        width: 24px;
        height: 24px;
    }
}
@media (max-width: 768px) {
    .modal__container {
        width: 100%;
        max-height: 100%;
    }
    .modal_slide {
        height: 100dvh;
    }
    .modal_slide .swiper-wrapper {
        align-items: center;
    }
    .modal_slide .swiper-slide {
        width: auto;
        padding: 0 50rem;
    }
    .youtube_player {
        scale: 0.8;
        transition: scale .4s;
    }
    .swiper-slide-prev .youtube_player {
        transform-origin: center bottom;
    }
    .swiper-slide-next .youtube_player {
        transform-origin: center top;
    }
    .modal_slide .swiper-slide-active .youtube_player {
        scale: 1;
    }
    .youtube_player iframe {
        width: max-content;
    }
    .modal_controls {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        justify-content: space-between;
    }
    .modal-button-prev, 
    .modal-button-next {
        height: 13vh;
        pointer-events: auto;
        justify-content: center;
    }
    .modal-button_txt {
        display: none;
    }
    .modal-button_icon {
        width: 48rem;
        height: 48rem;
    }
    [class].modal__btn {
        font-size: 12rem;
        padding-top: 32rem;
        right: 8rem;
        top: 8rem;
        width: 48rem;
        height: 48rem;
    }
    .modal__btn::before {
        top: 3rem;
        width: 21rem;
        height: 21rem;
    }
    .muted_btn {
        top: 12rem;
        left: 20rem;
        padding-top: 28rem;
        font-size: 12rem;
    }
    .muted_btn::before {
        width: 24rem;
        height: 24rem;
    }
}