/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}ol{counter-reset:revert}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable="false"])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable="true"]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none}

:root {
    --color-primary: #FF505E;
    --pc-header-width: 9.0625em; /* 145px/16px */
    --breakpoint-pc-min: 960px;
}

html {
    font-size: 100%;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    font-feature-settings: "palt" 1;
}
img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
input,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
::placeholder {
    color: #aaaaaa;
}

@media (max-width: 959px) {
    body {
        font-size: clamp(0.625rem, 4.10256vw, 1rem);
    }
    .--pc-only {
        display: none!important;
    }
}

@media (min-width: 960px) {
    body {
        font-size: clamp(0.625rem, min(1vw, 1.8604vh), 1rem);
    }
    .--sp-only {
        display: none!important;
    }
}





/* ヘッダ */

.header__primary-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 1.25em;
    filter: brightness(0) invert(1);
    mix-blend-mode: difference;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}
.header__logo {
    display: block;
    width: 5.875em;
    height: 1.25em;
    pointer-events: auto;
}
.header__logo-link {
    display: block;
    width: 100%;
    height: 100%;
}
.header__logo-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gnav-open .header__primary-container {
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 960px)
{
    .header__primary-container {
        position: fixed;
        left: auto;
        right: 0;
        width: var(--pc-header-width);
        height: 100%;
        padding: 7em 0 2.25em 0;
        filter: none;
        mix-blend-mode: normal;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 2.25em;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(10px);

        opacity: 0;
        transform: translateX(100%);
        pointer-events: none;
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    .header__primary-container--visible {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
    }

    .gnav-open .header__primary-container {
        opacity: 0;
        pointer-events: none;
    }

    .header__logo-catchcopy {
        min-height: 0;
        flex-shrink: 1;
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        padding-bottom: 2.25em;
    }
    .header__logo-catchcopy::before {
        content: "";
        display: block;
        height: 2.75em;
        flex-grow: 1;
        flex-shrink: 99;
    }

    .header__logo {
        width: auto;
        height: 12.25em;
        flex-shrink: 0;
    }
    .header__logo-link {
        width: auto;
        height: 100%;
    }
    .header__logo-img {
        height: 100%;
        width: auto;
        object-fit: none;
    }

    .header__catchcopy {
        flex-shrink: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
        writing-mode: vertical-rl;
        text-orientation: upright;
        margin-top: 0.625em;
        gap: 1px;
    }
    .header__catchcopy-grid {
        font-size: 0.9375em;
        line-height: 1.8;
        display: block;
        padding-top: 1.5em;
        white-space: nowrap;
        border-style: solid;
        border-color: #000;
        border-width: 0;
        overflow: hidden;
        display: flex;
        flex-direction: row;
    }
    .header__catchcopy-grid::after {
        content: "";
        display: block;
        min-height: 0;
        height: 4em;
        flex-shrink: 2;
    }
    .header__catchcopy-grid:nth-of-type(odd) {
        border-left-width: 1px;
        margin-left: -1px;
    }
    .header__catchcopy-grid:nth-of-type(even) {
        border-right-width: 1px;
        margin-right: -1px;
    }
    .header__logo-catchcopy::after,
    .header__catchcopy::before,
    .header__catchcopy::after {
        content: "";
        display: block;
        width: 0.9375em;
        aspect-ratio: 1/1;
        border-style: solid;
        border-color: #000;
        border-width: 0 1px 1px 0;
        transform: rotate(45deg) skew(calc((40deg - 30deg) / 2), calc((40deg - 30deg) / 2));
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .header__logo-catchcopy::after {
        bottom: 0.2em;
    }
    .header__catchcopy::before {
        bottom: 0.9em;
    }
    .header__catchcopy::after {
        bottom: 1.6em;
    }

    .header__scroll-top-button {
        position: relative;
        display: block;
        width: 3.4375em; /* 55px */
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: #888888;
        margin-top: auto;
        cursor: pointer;
        order: 3;
        transition: 0.1s linear;
    }
    .header__scroll-top-button::after {
        content: "";
        display: block;
        width: 25%;
        height: 25%;
        border-style: solid;
        border-color: #fff;
        border-width: 2px 0 0 2px;
        position: absolute;
        top: calc(12.5% - 2px);
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        transform: rotate(45deg);
    }
    .header__scroll-top-button-text {
        display: block;
        height: 0;
        overflow: hidden;
    }
    .header__scroll-top-button:hover {
        transform: scale(1.1);
    }
}





/* トグルボタン */

.gnav-toggle-button {
    position: fixed;
    top: 0.9375em;
    right: 1.25em;
    z-index: 9999;
    width: 1.8125em;
    aspect-ratio: 1/1;
    cursor: pointer;
    mix-blend-mode: difference;
}
.gnav-toggle-button-text,
.gnav-toggle-button::before,
.gnav-toggle-button::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.3s ease-in-out;
}
.gnav-toggle-button-text {
    overflow: hidden;
}
.gnav-toggle-button::before {
    top: calc(-1.25em + 3px);
}
.gnav-toggle-button::after {
    bottom: calc(-1.25em + 3px);
}
.gnav-open .gnav-toggle-button-text {
    opacity: 0;
}
.gnav-open .gnav-toggle-button::before,
.gnav-open .gnav-toggle-button::after {
    background-color: #fff;
}
.gnav-open .gnav-toggle-button::before {
    transform: rotate(-315deg);
    top: 0;
}
.gnav-open .gnav-toggle-button::after {
    transform: rotate(315deg);
    bottom: 0;
}

@media (min-width: 960px)
{
    .gnav-toggle-button {
        top: 2.25em;
        right: calc(calc(var(--pc-header-width) - 2.5em) / 2);
        width: 2.5em;
    }
    .gnav-toggle-button-text,
    .gnav-toggle-button::before,
    .gnav-toggle-button::after {
        height: 2px;
    }
    .gnav-toggle-button::before {
        top: calc(-1.5em + 2px);
    }
    .gnav-toggle-button::after {
        bottom: calc(-1.5em + 2px);
    }
}





/* Gナビ */

.gnav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(0,0,0,0.93);
    color: #fff;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}
.gnav::before {
    content: "";
    display: block;
    width: 15em;
    aspect-ratio: 804/476;
    background-image: url(../img/home/hero-catchcopy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 1em 0;
    filter: brightness(0) invert(1);
    opacity: 0.07;
    position: absolute;
    z-index: -1;
    bottom: 4.5em;
    right: 0;
}
.gnav-open .gnav {
    opacity: 1;
    pointer-events: auto;
}

.gnav__inner {
    padding: 0 1.25em;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 2.5em;
    min-height: 100%;
}

.gnav__primary-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    padding-top: 5em;
}
.gnav__list {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.gnav__item-link {
    font-family: "Montserrat", sans-serif;
    font-size: 1.0em;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
    transition: 0.2s ease;
}
.gnav__item-link:hover {
    color: var(--color-primary);
}
.gnav__sub-list {
    display: flex;
    flex-direction: column;
    gap: 0.875em;
    padding-top: 0.5em;
    padding-bottom: 0.875em;
}
.gnav__sub-item-link {
    max-width: 17.5em;
    position: relative;
    display: block;
    padding: 0.875em 1.125em;
    border: solid 1px #fff;
    border-radius: 0.25em;
    font-size: 0.875em;
    line-height: 1.5;
    transition: 0.2s ease;
}
.gnav__sub-item-link::before,
.gnav__sub-item-link::after {
    content: "";
    display: block;
    width: 15.4%;
    height: 0.375em;
    background-color: transparent;
    border-style: solid;
    border-color: #fff;
    border-width: 0 1px 1px 0;
    transform: skew(50deg) translateX(-0.25em);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 1.125em;
    transition: 0.2s ease;
}
.gnav__sub-item-link:hover {
    background-color: #fff;
    color: var(--color-primary);
}
.gnav__sub-item-link:hover::before,
.gnav__sub-item-link:hover::after {
    border-color: var(--color-primary);
}

.gnav__secondary-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25em;
    padding: 1.25em 0;
}
.gnav__logo {
    width: 5.875em;
    height: 1.25em;
    flex-shrink: 0;
}
.gnav__logo-link {
    display: block;
    width: 100%;
    height: 100%;
}
.gnav__logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.gnav__logo-link:hover .gnav__logo-img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(75%) saturate(2898%) hue-rotate(330deg) brightness(110%) contrast(97%);
}

.gnav__copyright {
    font-family: "Montserrat", sans-serif;
    font-size: 0.625em;
}

@media (min-width: 960px)
{
    .gnav::before {
        width: 61.04166vw;
        right: 0;
        bottom: 0;
        background-position: 2.25em 5.875em;
    }
    .gnav__inner {
        padding: 6.25em 9.25em;
        gap: 6.25em;
    }

    .gnav__primary-container {
        flex-direction: row;
        max-width: 37em;
        gap: 4.5em;
        margin: auto 0;
        padding-top: 0;
    }
    .gnav__list {
        flex-basis: 50%;
        flex-shrink: 2;
        justify-content: space-between;
        gap: 2.875em;
    }
    .gnav__item-link {
        font-size: 1.5em;
    }

    .gnav__sub-list {
        padding-top: 1.125em;
        padding-bottom: 0;
    }
    .gnav__sub-item-link {
        max-width: 100%;
        font-size: 1.0em;
    }

    .gnav__secondary-container {
        gap: 2.25em;
        padding: 0;
    }
    .gnav__logo {
        width: 12.25em;
        height: 2.625em;
        flex-shrink: 0;
    }
    .gnav__copyright {
        font-size: 0.875em;
        margin-bottom: -0.25em;
    }
}










/* メインコンテンツ共通スタイル */

.section {
    /*
    display: grid;
    place-content: center;
    place-items: center;
    */
    position: relative;
    width: 100%;
    min-height: 100svh;
    background-color: #fff;
    overflow: hidden;
}
.section-inner {
    position: relative;
    min-height: 100svh;
    padding: 7.5em 1.25em;
    max-width: 48em; /* 768px */
    margin: 0 auto;

    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.section__bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
}
.section__bg-img--full {
    object-fit: cover;
}

.common-section-title {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 2.125em;
    line-height: 1.25;
    font-weight: 900;
    z-index: 1;
}
.common-section-title::before {
    content: "";
    display: block;
    width: 100%;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-bottom-color: inherit;
    position: absolute;
    bottom: 0.25em;
    left: 0;
    z-index: -1;
}

.common-lead {
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 700;
}
.common-lead > span {
    display: inline-block;
}
.common-description {
    font-size: 1em;
    line-height: 2;
}

@media (min-width: 960px)
{
    .section-inner {
        width: 100%;
        max-width: min(100%, 100em); /* 1600px */
        padding: 12.5em 2.5em;
    }
    .section-inner--2col {
        display: grid;
        place-content: center;
        place-items: center;
        gap: 2.5em;
        grid-template-columns: repeat(2, 1fr);
    }

    .common-section-title {
        font-size: 2.5em;
    }
    .common-lead {
        font-size: 1.5em;
        line-height: 1.6666;
    }
}





.common-category-nav {
    display: flex;
    align-items: flex-end;
    gap: 0.75em;
}
.common-category-nav-index {
    display: flex;
}
.common-category-nav-index-col {
    font-family: "Roboto", sans-serif;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.25;
}
.common-category-nav-index-col--total::before {
    content: "/";
}

.common-nav-control {
    display: flex;
    align-items: flex-end;
    gap: 0.3125em;
}
.common-nav-control-button {
    position: relative;
    border: 1px solid #000;
    border-radius: 50%;
    width: 1.5625em;
    height: 1.5625em;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.1s linear;
}
.common-nav-control-button::before {
    content: "";
    display: block;
    width: 24%;
    height: 24%;
    border-style: solid;
    border-color: #000;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.1s linear;
}
.common-nav-control-button--prev::before {
    transform: rotate(225deg);
    right: -14%;
}
.common-nav-control-button--next::before {
    transform: rotate(45deg);
    left: -14%;
}
.common-nav-control-button.disabled {
    opacity: 0.4;
    pointer-events: none;
}
.common-nav-control-button-text {
    visibility: hidden;
}
.common-nav-control-button:hover {
    background-color: #000;
    transform: scale(1.2);
}
.common-nav-control-button:hover::before {
    border-color: #fff;
}





.common-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
    min-height: 4.375em;
    min-width: min(100%, 15em); /* 240px */
    max-width: 100%;
    width: 100%;
    padding: 0.625em 0.875em 0.625em 2.125em;
    border-radius: 999px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: 0.1s linear;
}
.common-link-button-text {
    font-size: 1.25em;
    line-height: 1.25;
    transition: 0.1s linear;
}
.common-link-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.625em;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    transition: 0.1s linear;
}
.common-link-button-icon--arrow::before {
    content: "";
    display: block;
    background-color: #000000;
    height: calc(100% / 3);
    width: calc(100% / 3);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin-left: 7%;
    transition: 0.1s linear;
}
.common-link-button:hover {
    background-color: var(--color-primary);
}
.common-link-button:hover .common-link-button-icon--arrow {
    transform: scale(1.2);
}
.common-link-button:hover .common-link-button-icon--arrow::before {
    background-color: var(--color-primary);
}
.common-link-button:active {
}

.common-link-button.--white {
    background-color: #fff;
    color: #000;
}
.common-link-button.--white .common-link-button-icon {
    background-color: #000;
}
.common-link-button.--white .common-link-button-icon::before {
    background-color: #fff;
}
.common-link-button.--white:hover {
    color: #fff;
    background-color: var(--color-primary);
}
.common-link-button.--white:hover .common-link-button-icon {
    background-color: #fff;
}
.common-link-button.--white:hover .common-link-button-icon::before {
    background-color: var(--color-primary);
}

@media (min-width: 960px)
{
    .common-link-button {
        gap: 0.5em;
        min-height: 3.75em;
        min-width: 18.75em;
        width: auto;
        padding: 0.375em 0.9375em 0.375em 1.875em;
    }
    .common-link-button-text {
        font-size: 1.25em;
    }
    .common-link-button-icon {
        height: 1.875em;
    }
}










/* フッター */

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.375em;
    padding: 0 1.25em;
    background-color: #000;
    color: #fff;
}

.footer__primary-container {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.375em;
}
.footer__logo {
    width: 12.25em;
}
.footer__logo-link {
    display: block;
}
.footer__logo-img {
    filter: brightness(0) invert(1);
}
.footer__logo-link:hover .footer__logo-img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(75%) saturate(2898%) hue-rotate(330deg) brightness(110%) contrast(97%);
}

.footer__copyright {
    font-family: "Montserrat", sans-serif;
    font-size: 0.875em;
    white-space: nowrap;
    padding: 1.875em 0;
}

.footer__secondary-container {
    width: 100%;
    max-width: 45.5em;
    border-top: 1px solid #707070;
    order: 1;
    padding-top: 6em;
}
.footer__nav {
    padding: 1.5em 0;
}
.footer__nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.0em;
}
.footer__nav-item {}
.footer__nav-item-link {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
    transition: 0.2s ease;
}
.footer__nav-item-link:hover {
    color: var(--color-primary);
}

@media (min-width: 960px)
{
    .footer {
        flex-direction: row;
        justify-content: space-between;
        gap: 2.5em;
        padding: 2.5em;
        margin-top: 1em;
    }

    .footer__primary-container {
        flex-basis: 0%;
        flex-grow: 1;
        flex-shrink: 2;
        order: 1;
        flex-direction: row;
        justify-content: start;
        flex-wrap: wrap;
        gap: 1em;
    }
    .footer__copyright {
        padding: 0;
    }

    .footer__secondary-container {
        width: auto;
        max-width: none;
        border-top: none;
        padding-top: 0;
        order: 2;
        flex-grow: 0;
        flex-shrink: 1;
        min-width: 0;
    }
    .footer__nav {
        padding: 0;
    }
    .footer__nav-list {
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 1em 2.25em;
        width: 100%;
    }
    .footer__nav-item-link {
        font-size: 1.5em; font-size: 1.25em;
    }
}





/* モーダル */

#modal {
    display: grid;
    place-items: center;
    place-content: center;
    width: 100%;
    height: 100%;
    padding: 0.625em;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    overscroll-behavior: none;
    display: none;
    opacity: 0;
    pointer-events: none;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-play-state: paused;
    animation-iteration-count: 1;
    animation-duration: 0.2s;
    animation-delay: 0s;
}
#modal.modal--open {
    display: grid;
    opacity: 1;
    pointer-events: auto;
    animation-name: modalIn;
    animation-play-state: running;
}
#modal-inner {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
    color: #000;
    overflow: auto;
    overscroll-behavior: contain;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-play-state: paused;
    animation-iteration-count: 1;
    animation-duration: 0.2s;
    animation-delay: 0s;
}
.modal--open #modal-inner {
    animation-name: modalInnerIn;
    animation-play-state: running;
}
.modal--dark #modal-inner {
    background-color: #000;
    color: #fff;
}

#modal-inner {
    max-width: min(100%, 26.25em);
}

#modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25em;
    padding: 1.25em;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.modal--dark #modal-header {
    background-color: #000;
}
#modal-logo {
    width: 5.875em;
    height: 1.25em;
}
#modal-logo-link {
    display: block;
    width: 100%;
    height: 100%;
}
#modal-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.modal--dark #modal-logo-img {
    filter: brightness(0) invert(1);
}
#modal-logo-link:hover #modal-logo-img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(75%) saturate(2898%) hue-rotate(330deg) brightness(110%) contrast(97%);
}

#modal-close-button {
    position: relative;
    width: 1.8125em;
    height: 1.8125em;
    margin-top: -0.125em;
    margin-right: -0.25em;
    overflow: hidden;
    cursor: pointer;
}
#modal-close-button-text {
    visibility: hidden;
}
#modal-close-button::before,
#modal-close-button::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.1s linear;
}
#modal-close-button::before {
    transform: rotate(45deg);
}
#modal-close-button::after {
    transform: rotate(-45deg);
}
.modal--dark #modal-close-button::before,
.modal--dark #modal-close-button::after {
    background-color: #fff;
}
#modal-close-button:hover::before,
#modal-close-button:hover::after {
    background-color: var(--color-primary);
}

#modal-body {
    padding: 1.25em;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
}
.modal-body__contents {
    display: none;
}
.modal-body__contents.modal-body__contents--active {
    display: block;
}
.modal-body__contents-title {
    position: relative;
}
.modal-body__contents-title-text {
    position: relative;
    display: block;
    font-size: 2.0em;
    line-height: 1.25;
    font-weight: 700;
}
.modal-body__contents-title-text::after {
    content: "";
    display: block;
    width: 100%;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-bottom-color: inherit;
    position: absolute;
    bottom: 0.25em;
    left: 0;
    z-index: -1;
}
.modal-body__contents-title-text--ja {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 900;
    padding:  0.03125em 0;
}
.modal-body__contents-title-text--en {
    font-family: "Montserrat", sans-serif;
    font-size: 2em;
    line-height: 1.25;
    font-weight: 900;
}

.modal-body__contents-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.modal-body__contents-breadcrumbs-item {
    display: flex;
    align-items: center;
    gap: 0.6666em;
    font-size: 0.75em;
    line-height: 1.6666;
}
.modal-body__contents-breadcrumbs-item+.modal-body__contents-breadcrumbs-item::before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #000;
    transform: rotate(45deg);
}

@keyframes modalIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes modalOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes modalInnerIn {
    from {
        transform: translateY(-30px);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes modalInnerOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(30px);
    }
}

@media (min-width: 960px)
{
    #modal {
        padding: 2.5em;
    }
    #modal-inner {
        max-width: min(100%, 75em);
    }

    #modal-header {
        gap: 2.5em;
        padding: 2.5em;
    }
    #modal-logo {
        width: 8.25em;
        height: 1.75em;
    }

    #modal-close-button {
        width: 2.0em;
        height: 2.0em;
        margin-top: 0;
        margin-right: -0.25em;
    }
    #modal-close-button::before,
    #modal-close-button::after {
        height: 2px;
    }

    #modal-body {
        padding: 1.25em 2.5em 2.5em 2.5em;
    }
    .modal-body__contents-title-text {
        font-size: 2.5em;
    }
    .modal-body__contents-title-text--ja {
        font-size: 2em;
    }
    .modal-body__contents-title-text--en {
        font-size: 2.5em;
    }
}
