@charset "utf-8";

/* 基準 */
@media (min-width: 1801px) {
    html {
        font-size: calc(1800 / 1440 * 1px);
    }
}
@media (min-width: 769px) and (max-width: 1800px) {
    html {
        font-size: calc(100 / 1440 * 1vw);
        font-size: calc(100 / 1440 * 1dvw);
    }
}
@media (min-width: 769px) {
    html {
        --head-height: 65px;
    }
}
@media (max-width: 768px) {
    html {
        font-size: calc(100 / 375 * 1vw);
        font-size: calc(100 / 375 * 1dvw);
        --head-height: 60px;
    }
}
html {
    scroll-padding-top: var(--head-height);
}
sup,
sub {
    font-size: 60%;
}
@keyframes roll {
    0% {
        rotate: 0deg;
    }
    100% {
        rotate: 360deg;
    }
}

/* 切り替え */
@media (min-width: 769px) {
    [disp-only]:not([disp-only~='pc']) {
        display: none !important;
    }
}
@media (max-width: 768px) {
    [disp-only]:not([disp-only~='sp']) {
        display: none !important;
    }
}

/*  */
:root {
    --ease-in: cubic-bezier(0.5, 0, 0.75, 0);
    --ease-out: cubic-bezier(0.25, 1, 0.5, 1);
    --roll-animation: roll 10s var(--ease-out) infinite;
    --roll-transition: rotate 2.5s var(--ease-out);

    --gradation-1: url(../img/common/gradation_1.svg) no-repeat 50% 50% / cover;
    --gradation-2: url(../img/common/gradation_2.svg) no-repeat 50% 50% / cover;
    --gradation-3: url(../img/common/gradation_3.svg) no-repeat 50% 50% / cover;
    --gradation-4: url(../img/common/gradation_4.svg) no-repeat 50% 50% / cover;
    --gradation-5: url(../img/common/gradation_5.svg) no-repeat 50% 50% / cover;
    --gradation-6: url(../img/common/gradation_6.svg) no-repeat 50% 50% / cover;
    --gradation-7: url(../img/common/gradation_7.svg) no-repeat 50% 50% / cover;
    --gradation-8: url(../img/common/gradation_8.svg) no-repeat 50% 50% / cover;
    --gradation-9: url(../img/common/gradation_9.svg) no-repeat 50% 50% / cover;

    --color-red: #e60012;
    --color-black: #222;
    --color-white: #fff;
    --color-light-gray: #eef1f4;
    --color-gray: #f9f8f8;
    --color-blue: #00f;
    --color-purple: #8d00c6;
    --color-pink: #ff3eaf;
    --color-green: #00a400;
}

html,
body,
input,
textarea {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--color-black);
}
body {
    background-color: var(--color-light-gray);
}

/* fonts */
.font_zen_kaku {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
}
.font_zodiak {
    font-family: 'Zodiak', serif;
    font-optical-sizing: auto;
    font-weight: 900;
}
.font_josefin {
    font-family: 'Josefin Sans', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/* commons */
.wrap {
    overflow: clip;
}
.inner {
    position: relative;
    margin-inline: auto;
}
.content_inner {
    margin-inline: auto;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
@media (min-width: 769px) {
    .inner {
        width: 1440rem;
    }
    .content_inner {
        max-width: 1440rem;
        padding-inline: 140rem;
    }
}
@media (max-width: 768px) {
    .content_inner {
        padding-inline: 20rem;
    }
}

/* main */
.main {
    padding-top: var(--head-height);
}

/* header */
.header {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--head-height);
    background: var(--color-white);
    border-bottom: 1px solid var(--color-red);
}
.header_inner {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.header_left_list,
.header_right_list {
    display: flex;
    height: 100%;
}
.header_left_list > li,
.header_right_list > li > a,
.header_left_list > li,
.header_right_list > li > a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_left_list > li:nth-child(2) {
    background: var(--color-red);
}
.header_right_list > li > a {
    text-decoration: none;
}
.header_right_list > li > a {
    color: var(--color-black);
}
.header_right_list > li.header_entry_btn > a {
    position: relative;
    color: var(--color-white);
    border-left: 1px solid var(--color-red);
    background: var(--color-white);
}
.header_right_list > li.header_entry_btn > a::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -1px;
    bottom: 0px;
    right: 0px;
    background: url(../img/common/line_gradation.svg) no-repeat 50% 50% / cover;
}
.header_entry_btn_inner {
    position: relative;
    z-index: 1;
}
.header_logo_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* menu_sns_list */
.menu_sns_list {
    display: flex;
    align-items: center;
    margin-top: 50rem;
    gap: 21rem;
    margin-inline: 15px;
}
@media (min-width: 1151px) {
    .header_left_list > li:nth-child(1) {
        width: 177px;
    }
    .header_left_list > li:nth-child(2) {
        width: 117px;
    }
    .header_right_list > li > a {
        padding-inline: 12px;
    }
    .header_right_list > li > a {
        font-size: 15px;
    }
    .header_right_list > li.header_entry_btn {
        width: 182px;
        margin-left: 25px;
    }
    .header_right_list > li.header_entry_btn > a {
        font-size: 20px;
    }
    .only_sp_menu {
        display: none !important;
    }
    @media (hover: hover) {
        .header_right_list > li.header_entry_btn > a {
            transition: color 0.4s;
        }
        .header_right_list > li.header_entry_btn > a::before {
            transition: opacity 0.4s;
        }
        .header_right_list > li.header_entry_btn > a:hover {
            color: var(--color-red);
        }
        .header_right_list > li.header_entry_btn > a:hover::before {
            opacity: 0;
        }
    }
}
@media (max-width: 1150px) {
    .header_left_list > li:nth-child(1) {
        width: 137px;
    }
    .header_left_list > li:nth-child(2) {
        width: 72px;
    }
    .header_right_list > li > a {
        padding-inline: 18px;
    }
    .header_right_list > li > a {
        font-size: 16px;
    }
    .header_right_list > li.header_entry_btn {
        width: 182px;
        margin-left: 25px;
    }
    .header_right_list > li.header_entry_btn > a {
        font-size: 20px;
    }
    .logo_r {
        width: 110px;
    }
    .head_txt {
        width: 60px;
        height: auto;
    }
    .only_pc_menu {
        display: none !important;
    }
    .menu_btn {
        color: inherit;
        padding: 0;
        border: 0;
        margin: 0;
    }
    .menu_btn_inner {
        display: flex;
        align-items: center;
        padding: 20px;
        gap: 6px;
    }
    .menu_btn_txt {
        font-size: 14px;
    }
    .menu_btn_txt_open {
        display: none;
    }
    .menu_btn_icon {
        position: relative;
        width: 30px;
        height: 20px;
    }
    .menu_btn_icon_line {
        transition:
            top 0.1s 0.2s,
            width 0.1s 0.1s,
            rotate 0.2s 0s;
    }
    .menu_btn.is_menu_open .menu_btn_icon_line {
        transition:
            top 0.1s 0.1s,
            width 0.1s 0s,
            rotate 0.2s 0.2s;
    }
    .menu_btn_icon_line {
        position: absolute;
        border-top: 2px solid var(--color-black);
        right: 0;
    }
    .menu_btn_icon_line:nth-child(1) {
        top: 5px;
        width: 30px;
    }
    .menu_btn_icon_line:nth-child(2) {
        top: 13px;
        width: 15px;
    }
    .menu_btn.is_menu_open .menu_btn_icon_line:nth-child(1) {
        top: 9px;
        width: 18px;
        rotate: 30deg;
    }
    .menu_btn.is_menu_open .menu_btn_icon_line:nth-child(2) {
        top: 9px;
        width: 18px;
        rotate: -30deg;
    }
    .menu_btn.is_menu_open .menu_btn_txt_open {
        display: block;
    }
    .menu_btn.is_menu_open .menu_btn_txt_close {
        display: none;
    }

    /* menu */
    .menu {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        height: calc(100dvh - 60px);
        background: #fff;
        overflow: hidden;
    }
    .menu::before {
        content: '';
        position: absolute;
        top: calc(100% - 455px);
        left: 623px;
        width: 910px;
        height: 910px;
        border-radius: 50%;
        background: url(../img/top/top_circle.png) no-repeat 50% 50% / contain;
    }

    .menu_body {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .menu_inner {
        position: relative;
        padding: 55px 20px;
        max-width: 785px;
        margin-inline: auto;
    }
    .menu_list {
        display: inline-block;
    }
    .menu_list > li {
        white-space: nowrap;
    }
    .menu_list > li + li {
        margin-top: 19px;
    }
    .menu_list_item_link {
        display: block;
        position: relative;
        color: var(--color-black);
        text-decoration: none;
        padding-left: 20px;
    }
    .menu_list_item_link::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 0px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--color-black);
    }
    .menu_list_item_link_en {
        font-size: 26px;
        letter-spacing: 0.12em;
    }
    .menu_list_item_link_jp {
        font-size: 15px;
        font-weight: 700;
        letter-spacing: -0.03em;
    }
    .menu_sub_list {
        margin-top: 15px;
        margin-left: 15px;
    }
    .menu_sub_list > li + li {
        margin-top: 9px;
    }
    .menu_sub_list > li > a {
        display: block;
        position: relative;
        text-decoration: none;
        color: var(--color-black);
        font-size: 14px;
        font-weight: 700;
        letter-spacing: -0.03em;
        padding-left: 20px;
    }
    .menu_sub_list > li > a::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 3px;
        width: 8px;
        border-top: 2px solid var(--color-black);
    }
    .menu_bottom_box {
        margin-top: 63px;
    }
    .menu_txt {
        width: 100%;
        height: auto;
    }
    .menu_bottom_box_btn_wrap {
        margin-top: 17px;
    }
    .menu_bottom_box_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--color-white);
        font-size: 24px;
        letter-spacing: 0.12em;
        font-weight: 700;
        height: 64px;
        border-radius: 18px;
        text-decoration: none;
        background: url(../img/common/line_gradation.svg) no-repeat 50% 50% / cover;
    }
}
@media (min-width: 769px) {
    @media (hover: hover) {
        .menu_btn:hover .menu_btn_icon_line {
            border-color: var(--color-red);
        }
        .header_right_list > li a .btn_anime_txt_inner::after,
        .menu_btn:hover,
        .menu_list_item_link:hover,
        .menu_sub_list a:hover {
            color: var(--color-red);
        }
    }
}

/* footer */
.footer {
    border-top: 1px solid var(--color-red);
    background: var(--color-white);
}
.footer_inner {
    margin-inline: auto;
}
.footer_top_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_menu_list_wrap {
    display: flex;
    justify-content: space-between;
}
.footer_menu_list {
    display: flex;
    flex-direction: column;
}
.footer_menu_list_item_link {
    position: relative;
    display: block;
    color: var(--color-black);
    text-decoration: none;
}
.footer_menu_list_item_link::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: var(--color-black);
}
.footer_menu_list_item_link_en {
    font-weight: 700;
}
.footer_menu_list_item_link_jp {
    font-weight: 700;
}
.footer_menu_sub_list > li > a {
    position: relative;
    display: block;
    color: var(--color-black);
    text-decoration: none;
    font-weight: 700;
}
.footer_menu_sub_list > li > a::before {
    content: '';
    position: absolute;
    border-top: 1px solid var(--color-black);
}
.footer_bottom {
    border-top: 1px solid var(--color-red);
    text-align: right;
}
.footer_bottom_list {
    display: inline-flex;
}
.footer_bottom_list > li a {
    color: var(--color-red);
    text-decoration: none;
    font-weight: 400;
}
.foot_sns_list {
    display: flex;
    align-items: center;
    margin-top: 40rem;
    gap: 20rem;
}
@media (min-width: 1151px) {
    .footer {
        padding-inline: 140px;
    }
    .footer_top {
        margin-top: 98px;
    }
    .foot_logo {
        width: min(501px, 501rem);
    }
    .footer_top_right {
        margin-top: -4px;
    }
    .footer_menu_list_wrap {
        gap: 70rem;
        padding-right: 70px;
    }
    .footer_top_inner {
        gap: 20px;
    }
    .footer_menu_list {
        gap: 27px 20px;
    }
    .footer_menu_list > li {
        white-space: nowrap;
    }
    .footer_menu_list_item_link {
        padding-left: 18px;
    }
    .footer_menu_list_item_link::before {
        top: 12px;
        left: 0px;
        width: 8px;
        height: 8px;
    }
    .footer_menu_list_item_link_en {
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0.05em;
    }
    .footer_menu_list_item_link_jp {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.8;
    }
    .footer_menu_sub_list {
        margin-left: 20px;
        margin-top: 10px;
    }
    .footer_menu_sub_list > li + li {
        margin-top: 9px;
    }
    .footer_menu_sub_list > li > a {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.03em;
        padding-left: 18px;
    }
    .footer_menu_sub_list > li > a::before {
        top: 11px;
        left: 0px;
        width: 11px;
    }
    .footer_bottom {
        padding-block: 20px 30px;
        margin-top: 82px;
    }
    .footer_bottom_list {
        gap: 17px;
    }
    .footer_bottom_list > li a {
        font-size: 13px;
        letter-spacing: -0.03em;
        line-height: 1.8;
    }
}
@media (min-width: 769px) and (max-width: 1150px) {
    .footer {
        padding-inline: 20px;
    }
    .footer_inner {
        max-width: 1160px;
    }
    .footer_top {
        margin-top: 58px;
    }
    .footer_top_inner {
        gap: 40px;
    }
    .foot_logo {
        width: 334px;
    }
    .footer_top_right {
        width: max(50%, 400px);
        margin-top: -4px;
        padding-right: 70rem;
    }
    .footer_menu_list_wrap {
        gap: 16px;
    }
    .footer_menu_list {
        gap: 16px;
    }
    .footer_menu_list_item_link {
        padding-left: 18px;
    }
    .footer_menu_list_item_link::before {
        top: 15px;
        left: 0px;
        width: 8px;
        height: 8px;
    }
    .footer_menu_list_item_link_en {
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0.05em;
    }
    .footer_menu_list_item_link_jp {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.8;
        letter-spacing: -0.03em;
        margin-top: -5rem;
    }
    .footer_menu_sub_list {
        margin-left: 20px;
        margin-top: 10px;
    }
    .footer_menu_sub_list > li + li {
        margin-top: 9px;
    }
    .footer_menu_sub_list > li > a {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.03em;
        padding-left: 18px;
    }
    .footer_menu_sub_list > li > a::before {
        top: 11px;
        left: 0px;
        width: 11px;
    }
    .footer_bottom {
        padding-block: 20px 30px;
        margin-top: 58px;
    }
    .footer_bottom_list {
        gap: 10px;
        flex-wrap: wrap;
    }
    .footer_bottom_list > li a {
        font-size: 13px;
        letter-spacing: -0.03em;
        line-height: 1.8;
    }
}
@media (max-width: 768px) {
    .footer {
        padding-inline: 20px;
    }
    .footer_inner {
        max-width: 1160px;
    }
    .footer_top {
        margin-top: 58px;
    }
    .footer_top_inner {
        flex-direction: column;
    }
    .foot_logo {
        width: 334px;
        margin-inline: auto;
        display: block;
    }
    .footer_top_right {
        margin-top: -4px;
    }
    .footer_menu_list_wrap {
        margin-top: 40px;
        flex-wrap: wrap;
        gap: 16px;
    }
    .footer_menu_list {
        gap: 16px;
    }
    .footer_menu_list_item_link {
        padding-left: 18px;
    }
    .footer_menu_list_item_link::before {
        top: 15px;
        left: 0px;
        width: 8px;
        height: 8px;
    }
    .footer_menu_list_item_link_en {
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0.05em;
    }
    .footer_menu_list_item_link_jp {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.8;
        letter-spacing: -0.03em;
        margin-top: -5rem;
    }
    .footer_menu_sub_list {
        margin-left: 20px;
        margin-top: 10px;
    }
    .footer_menu_sub_list > li + li {
        margin-top: 9px;
    }
    .footer_menu_sub_list > li > a {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.03em;
        padding-left: 18px;
    }
    .footer_menu_sub_list > li > a::before {
        top: 11px;
        left: 0px;
        width: 11px;
    }
    .footer_bottom {
        padding-block: 20px 30px;
        margin-top: 30px;
    }
    .footer_bottom_list {
        gap: 10px;
        flex-wrap: wrap;
    }
    .footer_bottom_list > li a {
        font-size: 13px;
        letter-spacing: -0.03em;
        line-height: 1.8;
    }
}
@media (min-width: 769px) {
    @media (hover: hover) {
        .footer_menu_list_item_link:hover,
        .footer_menu_sub_list a:hover {
            color: var(--color-red);
        }
        .footer_bottom_list a:hover {
            text-decoration: underline;
        }
    }
}

/* entry */
.entry_area {
    position: relative;
    padding: 0;
}
.entry_area_body {
    background: #fff;
    overflow: hidden;
    position: relative;
}
.entry_area_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/top/top_circle.png) no-repeat 50% 50% / contain;
}
.entry_area_body_front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.entry_area_body_ttl {
    color: var(--color-red);
}
.entry_area_body_btn_wrap {
    text-align: center;
}
section.entry_area .section_btn {
    position: relative;
    align-items: center;
    background: var(--color-white);
    color: var(--color-red);
    text-decoration: none;
}
section.entry_area .section_btn_txt_set {
    display: flex;
    align-items: center;
    font-weight: 700;
}
section.entry_area .btn_arrow_wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-block: auto;
}
section.entry_area .section_btn_txt_wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
@media (min-width: 769px) {
    section.entry_area {
        padding: 0;
    }
    .sub + section.entry_area {
        margin-top: 0rem;
    }
    section.entry_area .entry_area_btn {
        display: inline-flex;
        border: 2px solid var(--color-red);
        height: 56rem;
        padding: 10rem;
        padding-right: 120rem;
        width: 395rem;
    }
    section.entry_area .section_btn_en {
        font-size: 22rem;
    }
    section.entry_area .section_btn_jp {
        font-size: 13rem;
    }
    section.entry_area .section_btn_txt_set {
        gap: 6rem;
    }
    section.entry_area .section_btn_txt_set + .section_btn_txt_set {
        position: absolute;
        top: 100%;
        left: 0;
    }
    section.entry_area .btn_arrow_wrap {
        right: 28rem;
        top: 0;
        bottom: 0;
    }
    section.entry_area .btn_arrow_red {
        background: url(../img/common/btn_arrow_red.svg) no-repeat 50% 50% / contain;
    }
    section.entry_area .btn_arrow {
        width: 71rem;
        height: 10rem;
        margin-top: -10rem;
    }
    .entry_area_body {
        height: 430rem;
    }
    .entry_area_circle {
        width: 1800rem;
        height: 1800rem;
        margin-left: -900rem;
        margin-top: -900rem;
    }
    .entry_area_body_ttl {
        margin-left: 18rem;
        font-size: 62rem;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    .entry_area_body_btn_wrap {
        margin-top: 20rem;
    }
    .entry_area_btn {
        width: 395rem;
        padding: 10rem 27rem;
    }
    @media (hover: hover) {
        .entry_area_btn .section_btn_txt_set {
            transition: transform 0.4s;
        }
        .entry_area_btn:hover .section_btn_txt_set {
            transform: translateY(-100%);
        }
        .entry_area_btn:hover .btn_arrow_wrap {
            animation: entry_btn_arrow_hover 0.4s forwards;
        }
        @keyframes entry_btn_arrow_hover {
            0% {
                clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            }
            100% {
                clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            }
        }
    }
}
@media (max-width: 768px) {
    .entry_area_body {
        height: 524rem;
    }
    .entry_area_circle {
        width: 782rem;
        height: 782rem;
        margin-left: -391rem;
        margin-top: -391rem;
    }
    .entry_area_body_box {
        width: 100%;
        padding-inline: 20rem;
        margin-top: 32rem;
    }
    .entry_area_body_ttl {
        text-align: center;
        font-size: 42rem;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    .entry_area_body_btn_wrap {
        margin-top: 10rem;
    }
    .entry_area_btn {
        width: 100%;
        padding: 10rem 20rem;
    }
    section.entry_area {
        padding: 0;
    }
    .sub + section.entry_area {
        margin-top: 0rem;
    }

    section.entry_area .section_btn_wrap {
        margin-top: 60rem;
    }
    section.entry_area .section_btn {
        display: flex;
        border: 2px solid var(--color-red);
        height: 71rem;
        padding: 10rem 21rem;
        padding-right: 75rem;
    }
    section.entry_area .section_btn_txt_set {
        display: block;
    }
    section.entry_area .section_btn_txt_set + .section_btn_txt_set {
        display: none;
    }
    section.entry_area .section_btn_en {
        display: block;
        font-size: 20rem;
        letter-spacing: 0.05em;
    }
    section.entry_area .section_btn_jp {
        display: block;
        font-size: 12rem;
    }
    section.entry_area .btn_arrow_wrap {
        right: 1rem;
        top: 0;
        bottom: 0;
    }
    section.entry_area .btn_arrow {
        width: 71rem;
        height: 10rem;
        margin-top: -10rem;
    }
    section.entry_area .btn_arrow_red {
        background: url(../img/common/btn_arrow_sp_red.svg) no-repeat 50% 50% / contain;
    }
}

/* sp_bottom_menu */
@media (max-width: 768px) {
    .footer {
        padding-bottom: 45px;
    }
    .sp_bottom_menu {
        position: fixed;
        z-index: 19;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 10px;
        height: 55px;
        font-size: 16px;
        letter-spacing: 0.05em;
        font-weight: 700;
        line-height: 1.2;
    }
    .sp_bottom_menu_btn {
        text-align: left;
        position: relative;
        width: 100%;
        height: 55px;
        background: url(../img/common/gradation_s_5.svg) no-repeat 50% 20% / cover;
        color: var(--color-white);
        border: none;
        padding: 0;
        padding: 17px 56px 19px 24px;
    }
    .sp_bottom_menu_btn_icon_box {
        position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        height: 55px;
    }
    .sp_bottom_menu_btn_icon_box_line {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .sp_bottom_menu_btn_icon_box_line::before {
        content: '';
        border-top: 2px solid var(--color-white);
        width: 16px;
        margin: auto;
        display: block;
    }
    .sp_bottom_menu_btn_icon_box_line + .sp_bottom_menu_btn_icon_box_line::before {
        rotate: 90deg;
        transition: rotate 0.4s;
    }
    .is_opend .sp_bottom_menu_btn_icon_box_line + .sp_bottom_menu_btn_icon_box_line::before {
        rotate: 0deg;
    }
    .sp_bottom_menu > dd {
        display: none;
        text-align: left;
        position: absolute;
        bottom: calc(100% + 3px);
        left: 0;
        width: 100%;
        background: url(../img/common/gradation_s_5.svg) no-repeat 50% 50% / cover;
    }
    .sp_bottom_menu_list > li > a {
        position: relative;
        display: block;
        height: 55px;
        color: var(--color-white);
        padding: 17px 32px 19px 24px;
    }
    .sp_bottom_menu_list > li > a::before {
        content: '';
        position: absolute;
        top: 0;
        right: 26px;
        width: 8px;
        height: 100%;
        background: url(../img/common/icon_link_arrow.svg) no-repeat 50% 50% / contain;
    }
    .sp_bottom_menu_list > li > a.link_extarnal::after {
        content: '';
        display: inline-block;
        width: 15px;
        height: 12px;
        background: url(../img/common/icon_link_extarnal.svg) no-repeat 50% 50% / contain;
        margin-left: 10px;
    }
    .sp_bottom_menu_list > li + li {
        position: relative;
        margin-top: 2px;
    }
    .sp_bottom_menu_list > li + li::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin-inline: auto;
        width: calc(100% - 16px * 2);
        border-top: 2px solid var(--color-white);
        opacity: 0.1;
    }
}

/* btn_anime */
@media (min-width: 769px) {
    @media (hover: hover) {
        .btn_anime_txt {
            overflow: hidden;
            display: inline-block;
        }
        .btn_anime_txt_inner {
            position: relative;
            display: inline-block;
        }
        .btn_anime_txt_inner::after {
            content: attr(data-btn-txt);
            white-space: pre;
            position: absolute;
            top: calc(100% + 1px);
            left: 0;
        }
        .btn_anime_txt_inner {
            transition: translate 0.3s ease-out;
        }
        .btn_anime:hover .btn_anime_txt_inner {
            translate: 0 -100%;
        }
        .btn_anime:hover .btn_anime_arrow {
            animation: btn_anime_arrow 0.3s ease-out forwards;
        }
        @keyframes btn_anime_arrow {
            0% {
                clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            }
            100% {
                clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            }
        }
    }
}

/* fullscreen */
.fullscreen {
    display: none;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
}
.fullscreen_inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.youtube_player_wrap {
    position: relative;
}
.fullscreen_close_btn {
    border: 0;
    margin: 0;
    position: absolute;
}
.fullscreen_close_btn_inner {
    position: relative;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fullscreen_close_btn_icon {
    position: relative;
}
.fullscreen_close_btn_icon_line {
    position: absolute;
}
.fullscreen_close_btn .fullscreen_close_btn_icon_line:nth-child(1) {
    rotate: 45deg;
}
.fullscreen_close_btn .fullscreen_close_btn_icon_line:nth-child(2) {
    rotate: -45deg;
}
@media (min-width: 769px) {
    .fullscreen {
        height: calc(100% - 60px);
    }
    .youtube_player {
        width: 800rem;
        height: calc(800rem * 506 / 900);
    }
    .fullscreen_close_btn {
        top: calc(77px * -1);
        right: calc(77px * -1);
    }
    .fullscreen_close_btn_inner {
        width: 77px;
        height: 77px;
    }
    .fullscreen_close_btn_icon {
        width: 20px;
        height: 20px;
    }
    .fullscreen_close_btn_icon_line {
        border-top: 3px solid var(--color-red);
        right: 0;
    }
    .fullscreen_close_btn_icon_line:nth-child(1) {
        top: 9px;
        width: 18px;
    }
    .fullscreen_close_btn_icon_line:nth-child(2) {
        top: 9px;
        width: 18px;
    }
}
@media (max-width: 768px) {
    .fullscreen {
        height: calc(100% - 60px);
    }
    .youtube_player {
        width: 336rem;
        height: 189rem;
    }
    .fullscreen_close_btn {
        top: calc(-38rem - 15rem);
        right: 0;
    }
    .fullscreen_close_btn_inner {
        width: 38rem;
        height: 38rem;
    }
    .fullscreen_close_btn_icon {
        width: 10rem;
        height: 10rem;
    }
    .fullscreen_close_btn_icon_line {
        border-top: 2rem solid var(--color-red);
        right: 0;
    }
    .fullscreen_close_btn_icon_line:nth-child(1) {
        top: 4.5rem;
        width: 10rem;
    }
    .fullscreen_close_btn_icon_line:nth-child(2) {
        top: 4.5rem;
        width: 10rem;
    }
}

/* スクロールバー常時表示 */
.simplebar-scrollbar {
    opacity: 1 !important;
    visibility: visible !important;
}
/* 非表示処理を無効化 */
.simplebar-track.simplebar-vertical {
    visibility: visible !important;
    opacity: 1 !important;
}
[data-scroll-auto].simplebar-scrollable-x {
    padding-bottom: 20px;
}
/* スクロールバースタイル */
.simplebar-vertical .simplebar-scrollbar {
    min-height: 50px;
}
.simplebar-vertical .simplebar-scrollbar:before {
    top: 10px;
    bottom: 10px;
}
