@charset "UTF-8";
.pc {
    display: none !important;
}
@media only screen and (min-width: 768px) {
    .pc {
        display: initial !important;
    }
}

@media only screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

.footer_site_ref .icon {
    display: inline-block !important;
}

.footer_jobs,
.header,
.header_jobs .item_lists,
.header_menu .item_lists {
    display: flex !important;
}

.title_sec .en,
.title_sec .jp,
.title_sec2 .en,
.title_sec2 .jp {
    display: block !important;
}

.header_jobs .item_title {
    display: none !important;
}

@media only screen and (min-width: 768px) {
    .header_jobs .item_title {
        display: block !important;
    }
}
.footer_jobs,
.header_jobs .item_lists,
.header_menu .item_lists {
    flex-direction: column !important;
}

@media only screen and (min-width: 768px) {
    .footer_jobs {
        flex-direction: row !important;
    }
}
.header,
.header_mask,
.mv_corp,
.totop {
    position: fixed !important;
}

.footer_decorate,
.footer_jobs .item_icon img,
.footer_site_ref .icon img,
.header_jobs_toggler .icon,
.header_jobs .item_wrap,
.header_jobs .item_link .aicon,
.header_jobs .item_link .icon,
.header_menu_toggler .icon,
.header_menu_toggler .icon_bar,
.header_menu .item_wrap {
    position: absolute !important;
}

.footer,
.footer_jobs .item .nav_link,
.footer_jobs .item_icon,
.header_jobs,
.header_jobs_toggler,
.header_jobs .item_link,
.header_menu,
.header_menu_toggler,
.header_menu .item_link {
    position: relative !important;
}

@media only screen and (min-width: 768px) {
    .header_jobs,
    .header_menu {
        position: fixed !important;
    }
}
.mv_corp {
    text-align: right !important;
}

.title_sec,
.title_sec2,
.bb_box_coming,
.footer_jobs .item .nav_link,
.footer_site_ref,
.footer_copyright,
.header_jobs_toggler,
.header_jobs .item_title,
.header_jobs .item_link,
.header_menu_toggler {
    text-align: center !important;
}

@media only screen and (min-width: 768px) {
    .footer_site_ref,
    .footer_copyright {
        text-align: left !important;
    }
}
.btn_more,
.title_sec .en,
.title_sec2 .en,
.bb_box_coming,
.header_menu_toggler {
    font-family: "Prompt", sans-serif !important;
}

.title_sec .jp,
.title_sec2 .jp,
.header_jobs .item_title {
    font-family: "Dela Gothic One", sans-serif !important;
}

.footer_site_ref,
.footer_copyright {
    font-size: 1rem;
}

.header_jobs_toggler,
.header_menu .item_link,
body {
    font-size: 1.4rem;
}

.footer_jobs .item .nav_link,
.header_menu_toggler {
    font-size: 1.6rem;
}

.title_sec .jp {
    font-size: 2rem;
}

.bb_box_coming {
    font-size: 3.2rem;
}

.title_sec .en {
    font-size: 4rem;
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 768px) {
    .footer_jobs .item .nav_link {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 768px) {
    .title_sec .jp {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 768px) {
    .bb_box_coming {
        font-size: clamp(
            2.6rem,
            calc(2.6rem + 0.0221518987 * (100vw - 768px)),
            4rem
        );
    }
}

@media only screen and (min-width: 768px) {
    .title_sec .en {
        font-size: clamp(
            4.8rem,
            calc(4.8rem + 0.0253164557 * (100vw - 768px)),
            6.4rem
        );
    }
}

.title_sec .jp,
.title_sec2 .jp,
.header_jobs .item_title {
    font-weight: 400;
}

.footer_copyright {
    font-weight: 500;
}

.footer_site_ref {
    font-weight: 700;
}

.title_sec .en,
.title_sec2 .en,
.bb_box_coming,
.footer_jobs .item .nav_link,
.header_jobs_toggler,
.header_jobs .item_link,
.header_menu_toggler,
.header_menu .item_link {
    font-weight: 900;
}

.full_time_grid .item_link {
    font-weight: 900;
}

.footer_jobs .item .nav_link {
    letter-spacing: 0.1em;
}

html {
    line-height: 1.6;
    scrollbar-width: thin;
}

body {
    color: #000;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    width: 100%;
}

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

.wrapper,
#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .wrapper,
    #wrapper {
        overflow: visible;
    }
}

@media only screen and (min-width: 768px) {
    .nav_link_block:hover,
    .nav_link:hover {
        opacity: 0.6;
    }
}

.item_link,
.nav_link {
    display: inline-block;
    transition: 300ms ease-out;
}

.item_link_block,
.nav_link_block {
    display: block;
    transition: 300ms ease-out;
}

.container {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
}
@media only screen and (min-width: 768px) {
    .container {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
}
.container_fluid {
    padding-left: 10px;
    padding-right: 10px;
}
@media only screen and (min-width: 768px) {
    .container_fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

html.is_loading #loadding {
    opacity: 1;
    pointer-events: all;
}
html.is_loading body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

#loadding {
    position: fixed;
    z-index: 999999;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background-color: #3ebfd1;
    opacity: 0;
    transition: opacity 1s ease-out 0.5s;
}

.three-body {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    animation: spin 2.75s infinite linear;
}
.three-body__dot {
    position: absolute;
    height: 100%;
    width: 30%;
}
.three-body__dot:after {
    content: "";
    position: absolute;
    height: 0%;
    width: 100%;
    padding-bottom: 100%;
    background-color: #fff;
    border-radius: 50%;
}
.three-body__dot:nth-child(1) {
    bottom: 5%;
    left: 0;
    transform: rotate(60deg);
    transform-origin: 50% 85%;
}
.three-body__dot:nth-child(1)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 1.1s infinite ease-in-out;
    animation-delay: -0.33s;
}
.three-body__dot:nth-child(2) {
    bottom: 5%;
    right: 0;
    transform: rotate(-60deg);
    transform-origin: 50% 85%;
}
.three-body__dot:nth-child(2)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.three-body__dot:nth-child(3) {
    bottom: -5%;
    left: 0;
    transform: translateX(116.666%);
}
.three-body__dot:nth-child(3)::after {
    top: 0;
    left: 0;
    animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes wobble1 {
    0%,
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(-66%) scale(0.65);
        opacity: 0.8;
    }
}
@keyframes wobble2 {
    0%,
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(66%) scale(0.65);
        opacity: 0.8;
    }
}
.totop {
    z-index: 100;
    right: 20px;
    bottom: 80px;
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 99px;
    background-color: #e8382f;
    translate: 0 150px;
    transition: 300ms ease-out;
}
@media only screen and (min-width: 768px) {
    .totop {
        right: 32px;
        bottom: 8px;
        translate: 0 100px;
        cursor: pointer;
    }
    .totop:hover {
        opacity: 0.6;
    }
}
.totop::after {
    content: "";
    width: 18px;
    height: 20px;
    background-image: url("../images/common/icon_up_arrow_w.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
.totop.is_show {
    translate: none;
}

.full_time {
    overflow: hidden;
    margin-top: 50px;
}
@media only screen and (min-width: 768px) {
    .full_time {
        margin-top: 92px;
    }
}
@media only screen and (min-width: 768px) {
    .full_time_grid {
        display: flex;
    }
}
.full_time_grid .item {
    --bc: #e8382f;
    width: 100%;
    background-color: var(--bc);
    padding-top: 30px;
    padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .full_time_grid .item {
        padding-top: 92px;
        padding-bottom: 90px;
    }
}
.full_time_grid .item:nth-child(1) {
    --bc: #e8382f;
}
@media only screen and (min-width: 768px) {
    .full_time_grid .item:nth-child(1) {
        width: 50.5%;
        padding-right: 116px;
        padding-right: clamp(20px, (100vw - 1200px) * 1000, 116px);
    }
}
@media only screen and (min-width: 768px) {
    .full_time_grid .item:nth-child(1) .item_link {
        margin-right: 0;
    }
}
.full_time_grid .item:nth-child(2) {
    --bc: #ffb40b;
    padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
    .full_time_grid .item:nth-child(2) {
        width: 49.5%;
        padding-left: 131px;
        padding-left: clamp(20px, (100vw - 1200px) * 1000, 131px);
        padding-bottom: 117px;
    }
}
@media only screen and (min-width: 768px) {
    .full_time_grid .item:nth-child(2) .item_link {
        margin-left: 0;
    }
}
.full_time_grid .item_link {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    width: 326.54px;
    height: 143.23px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    position: relative;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.21));
}
@media only screen and (min-width: 768px) {
    .full_time_grid .item_link {
        width: 383px;
        max-width: calc(100% - 20px);
        height: 168px;
        padding-top: 8px;
        transition: opacity 300ms linear;
    }
    .full_time_grid .item_link:hover {
        opacity: 0.5;
    }
}
.full_time_grid .item_link::after {
    content: "";
    width: 21px;
    aspect-ratio: 1;
    background-color: var(--bc);
    background-image: url("./../images/common/icon_up_arrow_w.svg");
    background-repeat: no-repeat;
    background-size: 10px 14px;
    background-position: center center;
    border-radius: 99px;
    position: absolute;
    top: 53%;
    right: 41px;
    rotate: 45deg;
    translate: 0 -50%;
}
@media only screen and (min-width: 768px) {
    .full_time_grid .item_link::after {
        width: 24px;
        right: 48px;
    }
}

.mv_corp {
    z-index: 100;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    top: 16px;
    right: 16px;
    letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
    .mv_corp {
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.8;
        top: unset;
        right: 76px;
        bottom: 28px;
    }
}
.mv_corp .slash {
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .mv_corp .slash {
        display: none;
    }
}

/** -- ▷ header -- */
.header {
    left: 0;
    right: 0;
    bottom: 14px;
    z-index: 256;
    width: 375px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    padding: 0 10px 0 6px;
    transition: 300ms linear;
}
@media only screen and (min-width: 768px) {
    .header {
        translate: none;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}
@media only screen and (min-width: 768px) {
    .header.is_show {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
}
.header_mask {
    inset: 0;
    height: 100vh;
    height: 100lvh;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 300ms linear;
}
.header_mask.is_open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.header_jobs {
    width: 182px;
    max-width: calc(54% - 5px);
}
@media only screen and (min-width: 768px) {
    .header_jobs {
        right: 23px;
        bottom: 93px;
    }
}
.header_jobs_toggler {
    line-height: 1.7857142857;
    color: #000;
    width: 100%;
    height: 56px;
    background-color: #fff;
    border-radius: 10px;
    border: 4px solid #ffb40b;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.21);
    padding: 12px 16px;
    padding-right: 36px;
}
@media only screen and (min-width: 768px) {
    .header_jobs_toggler {
        cursor: pointer;
    }
}
@media only screen and (min-width: 768px) {
    .header_jobs_toggler.is_hidden + .item_wrap {
        opacity: 0;
        pointer-events: none;
    }
}
.header_jobs_toggler.is_open .icon {
    rotate: 45deg;
}
.header_jobs_toggler.is_open + .item_wrap {
    opacity: 1;
    translate: none;
    pointer-events: all;
}
.header_jobs_toggler .icon {
    top: 50%;
    right: 12px;
    translate: 0 -50%;
    width: 16px;
    height: 16px;
    transition: 300ms ease-out;
}
.header_jobs_toggler .icon::before,
.header_jobs_toggler .icon::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
.header_jobs_toggler .icon::before {
    rotate: 90deg;
}
.header_jobs .item_wrap {
    left: 6px;
    bottom: 100%;
    padding-bottom: 10px;
    width: 204px;
    opacity: 0;
    pointer-events: none;
    translate: -20px 0;
    transition: opacity 300ms linear, translate 300ms ease-out;
}
@media only screen and (min-width: 768px) {
    .header_jobs .item_wrap {
        width: 169px;
        translate: none;
    }
}
.header_jobs .item_title {
    letter-spacing: 0.1em;
    margin-bottom: 11px;
}
.header_jobs .item_lists {
    gap: 14px;
}
.header_jobs .item_link {
    --bc: #fff;
    --bc-icon: #fff;
    font-size: 1.449rem;
    width: 100%;
    height: 47px;
    background-color: var(--bc);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.21);
    border-radius: 6px;
    padding: 11px 54px;
}
@media only screen and (min-width: 768px) {
    .header_jobs .item_link {
        height: 39px;
        font-size: 1.2rem;
        padding-top: 9px;
        padding-left: 42px;
        padding-right: 38px;
        transition: opacity 300ms ease-out;
    }
    .header_jobs .item_link:hover {
        opacity: 0.6;
    }
}
.header_jobs .item_link .aicon {
    top: 50%;
    left: 21px;
    translate: 0 -50%;
    width: 25px;
    height: 25px;
}
@media only screen and (min-width: 768px) {
    .header_jobs .item_link .aicon {
        width: 21px;
        height: 21px;
        left: 18px;
    }
}
.header_jobs .item_link .icon {
    top: 50%;
    right: 19px;
    translate: 0 -50%;
    width: 19px;
    height: 19px;
    border-radius: 99px;
    background-color: var(--bc-icon);
}
@media only screen and (min-width: 768px) {
    .header_jobs .item_link .icon {
        width: 16px;
        height: 16px;
        right: 14px;
    }
}
.header_jobs .item_link .icon img {
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    rotate: 45deg;
}
.header_jobs .item_link_shop {
    --bc-icon: #f87b00;
}
.header_jobs .item_link_sale {
    --bc-icon: #e8382f;
}
.header_jobs .item_link_merchandise {
    --bc-icon: #1bb06d;
}
.header_jobs .item_link_part_time {
    --bc: #ffb40b;
    color: #fff;
    padding-left: 20px;
    padding-right: 40px;
}
.header_jobs .item_link_recruit {
    --bc: #000;
    color: #fff;
    padding-left: 23px;
    padding-right: 40px;
}
.header_menu {
    width: 133px;
    max-width: calc(46% - 5px);
}
@media only screen and (min-width: 768px) {
    .header_menu {
        top: 30px;
        right: 30px;
        cursor: pointer;
    }
}
.header_menu_toggler {
    letter-spacing: 0.1em;
    line-height: 1.7857142857;
    color: #fff;
    width: 100%;
    height: 56px;
    background-color: #000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.21);
    border-radius: 10px;
    padding: 15px 20px;
    padding-right: 36px;
}
@media only screen and (min-width: 768px) {
    .header_menu_toggler {
        transition: opacity 300ms ease-out;
    }
    .header_menu_toggler:hover {
        opacity: 0.6;
    }
}
.header_menu_toggler.is_open .icon_bar:nth-child(1),
.header_menu_toggler.is_open .icon_bar:nth-child(4) {
    opacity: 0;
}
.header_menu_toggler.is_open .icon_bar:nth-child(2) {
    rotate: 45deg;
}
.header_menu_toggler.is_open .icon_bar:nth-child(3) {
    opacity: 1;
    rotate: -45deg;
}
.header_menu_toggler.is_open + .item_wrap {
    opacity: 1;
    translate: none;
    pointer-events: all;
}
.header_menu_toggler .icon {
    top: 47%;
    right: 18px;
    translate: 0 -50%;
    width: 16px;
    height: 14px;
    transition: 300ms ease-out;
}
.header_menu_toggler .icon_bar {
    width: 100%;
    height: 3px;
    background-color: #ffb40b;
    left: 0;
    transition: rotate 300ms ease-out;
}
.header_menu_toggler .icon_bar:nth-child(1) {
    top: 0;
}
.header_menu_toggler .icon_bar:nth-child(2),
.header_menu_toggler .icon_bar:nth-child(3) {
    top: calc(50% - 1px);
}
.header_menu_toggler .icon_bar:nth-child(3) {
    opacity: 0;
}
.header_menu_toggler .icon_bar:nth-child(4) {
    top: calc(100% - 2px);
}
.header_menu .item_wrap {
    right: 0;
    bottom: calc(100% + 10px);
    width: 210px;
    background-color: #000;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.21);
    color: #fff;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    translate: 20px 0;
    transition: opacity 300ms linear, translate 300ms ease-out;
}
@media only screen and (min-width: 768px) {
    .header_menu .item_wrap {
        top: calc(100% + 4px);
        bottom: unset;
    }
}
.header_menu .item_lists {
    gap: 18px;
    padding: 25px 10px;
}
@media only screen and (min-width: 768px) {
    .header_menu .item_lists {
        gap: 15px;
    }
}
.header_menu .item_link {
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #fff;
    padding-left: 30px;
}
@media only screen and (min-width: 768px) {
    .header_menu .item_link {
        transition: opacity 300ms ease-out;
    }
    .header_menu .item_link:hover {
        opacity: 0.6;
    }
}
.header_menu .item_link::before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("../images/common/icon_baseball.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 7px;
    translate: 0 -50%;
}

/** -- ▷ footer -- */
.footer {
    background-color: #000;
    border-radius: 30px 30px 0 0;
    margin-top: -29px;
    padding-top: 60px;
}
@media only screen and (min-width: 768px) {
    .footer {
        margin-top: -27px;
        padding-top: 98px;
    }
}
.footer .title_sec .en {
    padding-right: 0;
}
@media only screen and (min-width: 768px) {
    .footer .title_sec .jp {
        margin-top: 0;
        padding-left: 8px;
    }
}
.footer_decorate {
    width: 276px;
    aspect-ratio: 1;
    top: calc(50% + 5px);
    right: calc(18% + 0px);
    translate: 50% -50%;
}
@media only screen and (min-width: 768px) {
    .footer_decorate {
        width: 422px;
        max-width: 30%;
        top: -46px;
        right: 19.8%;
        translate: 50% 0;
    }
}
.footer_jobs {
    width: 294px;
    max-width: 100%;
    gap: 25px 97px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 768px) {
    .footer_jobs {
        width: 997px;
        gap: 25px 20px;
        justify-content: space-between;
        position: relative;
        left: -3px;
        margin-top: 69px;
    }
}
.footer_jobs .item {
    --bc: #fff;
    --bc-hover: #fff;
}
@media only screen and (min-width: 768px) {
    .footer_jobs .item {
        width: 450px;
        max-width: calc(50% - 10px);
    }
}
.footer_jobs .item:nth-child(1) {
    --bc: #e8382f;
    --bc-hover: #ed645d;
}
.footer_jobs .item:nth-child(2) {
    --bc: #ffb40b;
    --bc-hover: #ffcc57;
}
.footer_jobs .item .nav_link {
    line-height: 1.25;
    color: #fff;
    width: 100%;
    min-height: 100px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    background-color: var(--bc);
    border-radius: 10px;
    padding: 29px 10px;
    padding-left: clamp(
        1rem,
        calc(1rem + 0.5454545455 * (100vw - 320px)),
        4rem
    );
}
@media only screen and (min-width: 768px) {
    .footer_jobs .item .nav_link {
        min-height: 115.25px;
        padding: 13px 19px 16px 20px;
    }
    .footer_jobs .item .nav_link:hover {
        opacity: 1;
        background-color: var(--bc-hover);
    }
}
.footer_jobs .item_icon {
    rotate: 45deg;
    width: 24px;
    aspect-ratio: 1;
    background-color: #fff;
    aspect-ratio: 1;
    border-radius: 99px;
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .footer_jobs .item_icon {
        top: 0;
        right: 0;
        translate: none;
        vertical-align: middle;
    }
}
.footer_jobs .item_icon img {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 10px;
}
.footer_main {
    margin-top: 129px;
    padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
    .footer_main {
        width: 820px;
        max-width: 100%;
        display: flex;
        gap: 20px 91px;
        gap: 20px clamp(4rem, calc(4rem + 0.255 * (100vw - 1200px)), 9.1rem);
        flex-wrap: wrap;
        align-items: flex-end;
        margin-top: 93px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 28px;
    }
}
.footer_logo {
    width: 179.07px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 768px) {
    .footer_logo {
        margin-left: 0;
        margin-right: 0;
    }
}
.footer_site_ref {
    margin-top: 19px;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .footer_site_ref {
        position: relative;
        top: 5px;
        left: 8px;
        margin-top: 0;
    }
}
.footer_site_ref .icon {
    rotate: 45deg;
    width: 16px;
    background-color: #00adee;
    vertical-align: middle;
    aspect-ratio: 1;
    border-radius: 99px;
    position: relative;
    top: -3px;
    left: -2px;
    margin-left: 10px;
}
@media only screen and (min-width: 768px) {
    .footer_site_ref .icon {
        top: -3px;
        left: 0;
        margin-left: 8px;
    }
}
.footer_site_ref .icon img {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 7px;
}
.footer_copyright {
    margin-top: 9px;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .footer_copyright {
        margin-top: 0;
    }
}

.bb_box {
    --bc: #e8382f;
    width: calc(100% - 20px);
    background-color: var(--bc);
    border-radius: 15px;
    margin-top: 41px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 62px;
}
@media only screen and (min-width: 768px) {
    .bb_box {
        width: 100%;
        border-radius: 30px;
        margin-top: 35px;
        padding: 87px 20px 70px;
    }
}
.bb_box_coming {
    font-style: italic;
    margin-top: 48px;
}
@media only screen and (min-width: 768px) {
    .bb_box_coming {
        margin-top: 90px;
        padding-right: 4px;
    }
}
.bb_box_context {
    margin-top: 42px;
}
@media only screen and (min-width: 768px) {
    .bb_box_context {
        margin-top: 40px;
    }
}

.title_sec .en {
    line-height: 1;
}
@media only screen and (min-width: 768px) {
    .title_sec .en {
        padding-right: 7px;
    }
}
.title_sec .jp {
    line-height: 1.26;
    margin-top: 5px;
}
@media only screen and (min-width: 768px) {
    .title_sec .jp {
        margin-top: 0;
    }
}
.title_sec2 .en {
    font-size: 6.4rem;
    line-height: 1;
}
@media only screen and (min-width: 768px) {
    .title_sec2 .en {
        padding-right: 7px;
    }
}
.title_sec2 .jp {
    font-size: 2.4rem;
    line-height: 1.26;
}
.title__w {
    color: #fff;
}

.btn_more {
    --gap: 7px;
    --offset: 4px;
    --current-color: #e8382f;
    --bc-hover: #fff0ef;
    width: 147.12px;
    height: 56px;
    background-color: #fff;
    display: flex;
    gap: var(--gap);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 0;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
    font-style: italic;
    color: #000;
    padding-left: 3px;
    filter: drop-shadow(0 0 12.65px rgba(0, 0, 0, 0.21));
}
@media only screen and (min-width: 768px) {
    .btn_more {
        --gap: 5px;
        --offset: 3px;
        width: 107px;
        height: 40px;
        padding-left: 5px;
        font-size: 1.6rem;
        cursor: pointer;
        filter: drop-shadow(0 0 12.65px rgba(0, 0, 0, 0.21));
        transition: 300ms ease;
    }
    .btn_more:hover {
        color: #fff;
        background-color: var(--bc-hover);
    }
}
.btn_more::before {
    content: "";
    width: calc(100% - var(--offset) * 2);
    height: calc(100% - var(--offset) * 2);
    position: absolute;
    top: var(--offset);
    left: var(--offset);
    border-radius: inherit;
    border: 1px solid var(--current-color);
}
.btn_more::after {
    content: "";
    width: 19.81px;
    aspect-ratio: 1;
    display: inline-block;
    background-color: var(--current-color);
    background-image: url("./../images/common/icon_up_arrow_w.svg");
    background-repeat: no-repeat;
    background-size: 9px 11px;
    background-position: center center;
    border-radius: 99px;
    position: relative;
    rotate: 45deg;
    flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
    .btn_more::after {
        width: 16px;
        background-size: 8px 9px;
    }
}
.btn_more__01 {
    --current-color: #e8382f;
    --bc-hover: #f27973;
}
.btn_more__02 {
    --current-color: #f87b00;
    --bc-hover: #f9a553;
}
.btn_more__03 {
    --current-color: #1bb06d;
    --bc-hover: #009f58;
}
.btn_more__04 {
    --current-color: #3ebfd1;
    --bc-hover: #09a6bc;
}
.btn_more__05 {
    --current-color: #ffb40b;
    --bc-hover: #ff990b;
}
