*, *::before, *::after {
    box-sizing: border-box;
}
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
li, dd {
    list-style-type: none;
}
header, footer, nav, section, article, main, aside, figure, figcaption {
    display: block;
}
img {
    border: none;
    vertical-align: bottom;
}
html {
    scroll-behavior: smooth;
    scroll-padding: 79px;
}
@media screen and (max-width: 759px) {
    html {
        font-size: calc(16/390*100vw);
        scroll-padding: 15.1282051282vw;
    }
}
body {
    color: #202020;
    font-family: "Zen Kaku Gothic New",sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
    transition: .3s;
    color: #202020;
}
@media (hover: hover) {
    a:hover {
        cursor: pointer;
        opacity: .7;
    }
}
picture, img, a, span {
    display: inline-block;
}
img, svg {
    width: 100%;
    height: 100%;
}
button {
    color: inherit;
    background: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
    a[href*="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}
.l-header {
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    width: 560px;
    height: 115.2px;
    background-color: #fff;
    transition: height .3s;
}


@media screen and (max-width: 759px) {
    .l-header {
        width: 100vw;
        height: 20.5128205128vw;
    }
}
.l-header.is-scroll {
    height: 80px;
}
@media screen and (max-width: 759px) {
    .l-header.is-scroll {
        height: 15.3846153846vw;
    }
}
.l-header__frexWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 31.4px;
    padding-right: 20.4px;
}



@media screen and (max-width: 759px) {
    .l-header__frexWrap {
        padding-left: 5.1282051282vw;
        padding-right: 17.9487179487vw;
    }
}
.l-header__logoLink {
    display: block;
}
.l-header__logo img {
    width: 169.5px;
    height: auto;
    aspect-ratio: 169.5/36;
}
@media screen and (max-width: 759px) {
    .l-header__logo img {
        width: 30.1794871795vw;
    }
}
.l-drawer {
    position: fixed;
    z-index: 209;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100dvh;
    width: 100vw;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s,visibility .3s;
    opacity: 0;
}
.l-drawer__container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity .3s;
    z-index: 100;
    overflow: auto;
    padding-top: 26.1538461538vw;
    padding-bottom: 2.8205128205vw;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.l-drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.l-drawer__menu-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    height: 100svh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
}
.l-drawer__nav {
    padding-left: 14.1025641026vw;
}
.l-drawer__link {
    position: relative;
    display: block;
    padding-block: 4.6153846154vw;
    font-size: 7.6923076923vw;
    font-weight: 400;
    font-family: "Inter",sans-serif;
    color: #202020;
    text-transform: uppercase;
}
.l-drawer__link::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -2.5641025641vw;
    transform: translate(-100%, -50%);
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    background-color: rgba(0, 0, 0, 0);
    background-color: var(--pseudo-bg-color, transparent);
    border-radius: 50%;
    transition: background-color .3s;
}
.l-drawer__logo {
    margin-top: 11.2820512821vw;
    text-align: center;
}
.l-drawer__logo img {
    display: inline-block;
    width: 35.641025641vw;
    height: auto;
    aspect-ratio: 139/19.8;
}
.l-drawer__copy {
    margin-top: 4.5128205128vw;
    text-align: center;
}
.l-drawer__copy img {
    display: inline-block;
    width: 52.5641025641vw;
    height: auto;
    aspect-ratio: 187/9;
}
.l-drawer__applyBtn {
    position: absolute;
    top: 5.641025641vw;
    right: 17.9487179487vw;
}
.l-drawer__applyBtn.is-scroll {
    top: 3.0769230769vw;
}
.l-drawer-button {
    display: none;
}
@media screen and (max-width: 759px) {
    .l-drawer-button {
        display: block;
        position: fixed;
        top: 5.1282051282vw;
        right: 2.5641025641vw;
        z-index: 210;
        width: 10.2564102564vw;
        height: 10.2564102564vw;
        transition: top .3s;
    }
}
@media screen and (max-width: 759px) {
    .l-drawer-button.is-scroll {
        top: 2.5641025641vw;
    }
}
@media screen and (max-width: 759px) {
    .l-drawer-button button {
        position: relative;
        z-index: 210;
        display: block;
        width: 100%;
        height: 100%;
        transition: opacity .3s;
    }
}
@media (hover: hover) {
    .l-drawer-button button:hover {
        opacity: .7;
    }
}
.l-drawer-button button:focus {
    opacity: .7;
}
@media screen and (max-width: 759px) {
    .l-drawer-button button span {
        position: absolute;
        left: 0;
        width: 10.2564102564vw;
        height: .5128205128vw;
        background-color: #202020;
        transition: transform .3s,opacity .3s;
        transform-origin: left;
    }
}
@media screen and (max-width: 759px) {
    .l-drawer-button button span:nth-of-type(1) {
        top: 3.3333333333vw;
    }
}
@media screen and (max-width: 759px) {
    .l-drawer-button button span:nth-of-type(2) {
        bottom: 3.3333333333vw;
    }
}
@media screen and (max-width: 759px) {
    .l-drawer-button button.is-open span:nth-of-type(1) {
        top: 1.2820512821vw;
        transform: translateX(2px) rotate(45deg);
    }
}
@media screen and (max-width: 759px) {
    .l-drawer-button button.is-open span:nth-of-type(2) {
        bottom: 1.2820512821vw;
        transform: translateX(2px) rotate(-45deg);
    }
}
.l-main {
    position: relative;
    display: flex;
    align-items: flex-start;
    color: #202020;
}
.l-main__menu {
    position: sticky;
    top: 0;
    left: 0;
    flex: 1;
    height: 100vh;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0em;
}
@media screen and (max-width: 759px) {
    .l-main__menu {
        display: none;
    }
}
.l-main_menuLinks {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    padding-top: 50.5px;
    padding-left: 42px;
}
.l-main_menuLink {
    position: relative;
    display: block;
    padding-block: 3.3px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter",sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.l-main_menuLink::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translate(-100%, -50%);
    width: 4px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0);
    background-color: var(--pseudo-bg-color, transparent);
    border-radius: 50%;
    transition: background-color .3s;
}
@media (hover: hover) {
    .l-main_menuLink:hover {
        color: #beae92;
    }
    .l-main_menuLink:hover::before {
        background-color: #beae92;
    }
}
.l-main_menuLink:focus {
    color: #beae92;
}
.l-main_menuLink:focus::before {
    background-color: #beae92;
}
.l-main_menuLink.is-active {
    color: #beae92;
}
.l-main_menuLink.is-active::before {
    background-color: #beae92;
}
.l-main__content {
    width: 560px;
    height: auto;
}
@media (max-width: 699px) {
    .l-main__content {
        width: 100%;
    }
}
@media screen and (max-width: 759px) {
    .l-main__content {
        width: 100%;
    }
}
.l-main_bg {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.l-main_bg img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    -o-object-position: right;
    object-position: right;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1000px) {
    .l-main_bg img {
        -o-object-position: 68%;
        object-position: 68%;
    }
}
.l-main_qr {
    position: absolute;
    z-index: 11;
    bottom: 42.7px;
    left: 42px;
    width: 110px;
    height: auto;
    aspect-ratio: 110/156.8;
    display: none;
}
.l-inner {
    position: relative;
    width: 100%;
    max-width: 559px;
    height: inherit;
    padding: 0 2.8125rem;
    margin: auto;
}
@media screen and (max-width: 759px) {
    .l-inner {
        width: 100%;
        max-width: 100%;
        padding: 0 2rem;
    }
}
.l-footer {
    margin-top: -1px;
    padding-top: 86px;
    padding-bottom: 140px;
    background-color: #202020;
}
@media screen and (max-width: 759px) {
    .l-footer {
        padding-top: 16.1538461538vw;
        padding-bottom: 12.8205128205vw;
    }
}
.l-footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-footer ul li a {
    padding-block: 14px;
    padding-inline: 26px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
@media screen and (max-width: 759px) {
    .l-footer ul li a {
        padding-block: clamp(9.9px, 2.5384615385vw, 14px);
        padding-inline: clamp(17.5px, 4.4871794872vw, 26px);
        font-size: clamp(9.9px, 2.5384615385vw, 14px);
    }
}
.l-footer__logo {
    margin-top: 118px;
    text-align: center;
}
@media screen and (max-width: 759px) {
    .l-footer__logo {
        margin-top: 20.5128205128vw;
    }
}
.l-footer__logo img {
    width: 214px;
    height: auto;
    aspect-ratio: 200/28;
}
@media screen and (max-width: 759px) {
    .l-footer__logo img {
        width: 37.9487179487vw;
    }
}
.l-footer__copy {
    margin-top: 27px;
    text-align: center;
}
@media screen and (max-width: 759px) {
    .l-footer__copy {
        margin-top: 3.5897435897vw;
    }
}
.l-footer__copy img {
    width: 344px;
    height: auto;
    aspect-ratio: 318/12;
}
@media screen and (max-width: 759px) {
    .l-footer__copy img {
        width: 52.0512820513vw;
    }
}
.c-btn {
    padding-block: 14.4px;
    padding-inline: 28.8px;
    font-size: 23px;
    letter-spacing: 1.15px;
    font-weight: 700;
    color: #fff;
    background-color: #beae92;
    border-radius: 43.2px;
}
@media screen and (max-width: 759px) {
    .c-btn {
        padding-block: clamp(10px, 2.5641025641vw, 14.4px);
        padding-inline: clamp(20px, 5.1282051282vw, 28.8px);
        font-size: clamp(16px, 4.1025641026vw, 23px);
        border-radius: 7.6923076923vw;
    }
}
.c-btn--contact {
    padding-block: 28px;
    width: 100%;
    font-size: 21.3px;
}
@media screen and (max-width: 759px) {
    .c-btn--contact {
        padding-block: clamp(19px, 4.8717948718vw, 28px);
        font-size: clamp(14.8px, 3.7948717949vw, 21.3px);
    }
}
.c-btn--process {
    position: relative;
    padding-block: 31px;
    padding-left: 50px;
    padding-right: 99.7px;
    font-size: 24px;
    letter-spacing: 1.2px;
}
@media screen and (max-width: 759px) {
    .c-btn--process {
        padding-block: 5.641025641vw;
        padding-left: 7.6923076923vw;
        padding-right: 16.5384615385vw;
        font-size: clamp(16px, 4.1025641026vw, 24px);
    }
}
.c-btn--process::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 30px;
    transform: translate(-50%, -50%);
    width: 35.3px;
    height: 28.8px;
    background-image: url(../img/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@media screen and (max-width: 759px) {
    .c-btn--process::after {
        right: 5.1282051282vw;
        width: 6.2820512821vw;
        height: 5.1282051282vw;
    }
}
.c-sectionTitle {
    position: relative;
}
.c-sectionTitle__main {
    margin-top: 46.5px;
    display: inline-block;
    font-size: 32px;
    line-height: 1.709375;
    letter-spacing: 1.6px;
    font-weight: 700;
}
@media screen and (max-width: 759px) {
    .c-sectionTitle__main {
        margin-top: 8.2051282051vw;
        font-size: clamp(21px, 5.3846153846vw, 32px);
        line-height: 1.5;
    }
}
@media screen and (max-width: 759px) {
    .p-contact__heading .c-sectionTitle__main {
        margin-top: 6.9230769231vw;
    }
}
.c-sectionTitle--rotate .c-sectionTitle__main {
    margin-top: 0;
}
@media screen and (max-width: 759px) {
    .c-sectionTitle--rotate .c-sectionTitle__main {
        margin-top: 0;
        font-size: clamp(26px, 6.6666666667vw, 32px);
        line-height: 1.5;
    }
}
.c-sectionTitle__main--white {
    color: #fff;
}
.c-sectionTitle__sub {
    position: relative;
}
.c-sectionTitle__sub::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30.1px;
    left: 0;
    transform: translate(0, 100%);
    width: 21.6px;
    height: 1.5px;
    background-color: #beae92;
}
@media screen and (max-width: 759px) {
    .c-sectionTitle__sub::after {
        bottom: -5.1282051282vw;
        width: 3.8461538462vw;
        height: .2564102564vw;
    }
}
@media screen and (max-width: 759px) {
    .c-sectionTitle--contact .c-sectionTitle__sub::after {
        bottom: -3.5897435897vw;
    }
}
.c-sectionTitle--rotate .c-sectionTitle__sub {
    position: absolute;
    top: 8px;
    left: -10px;
    transform: translate(-100%, 0%);
}
@media screen and (max-width: 759px) {
    .c-sectionTitle--rotate .c-sectionTitle__sub {
        left: -1.5384615385vw;
    }
}
.c-sectionTitle--rotate .c-sectionTitle__sub::after {
    display: none;
}
.p-scene__heading .c-sectionTitle__sub img {
    width: 40px;
    height: auto;
    aspect-ratio: 40/10;
}
.p-process__heading .c-sectionTitle__sub img {
    width: 48px;
    height: auto;
    aspect-ratio: 48/10;
}
.p-spec__heading .c-sectionTitle__sub img {
    width: 38px;
    height: auto;
    aspect-ratio: 38/14;
}
.p-faq__heading .c-sectionTitle__sub img {
    width: 31px;
    height: auto;
    aspect-ratio: 31/13;
}
.p-contact__heading .c-sectionTitle__sub img {
    width: 60px;
    height: auto;
    aspect-ratio: 52/10;
}
@media screen and (max-width: 759px) {
    .p-contact__heading .c-sectionTitle__sub img {
        width: 11.0256410256vw;
    }
}
.c-sectionTitle--rotate .c-sectionTitle__sub img {
    width: 15px;
    height: auto;
    aspect-ratio: 15/55;
}
@media screen and (max-width: 759px) {
    .c-sectionTitle--rotate .c-sectionTitle__sub img {
        width: clamp(12px, 3.0769230769vw, 15px);
    }
}
.c-sectionTitle__svg.--concept {
    width: clamp(272px, 69.7435897436vw, 354px);
}
.c-sectionTitle__svg.--scene {
    width: clamp(107px, 27.4358974359vw, 162px);
}
.c-sectionTitle__svg.--process {
    width: clamp(154px, 39.4871794872vw, 232px);
}
.c-sectionTitle__svg.--spec {
    width: clamp(84px, 21.5384615385vw, 117px);
}
.c-sectionTitle__svg.--faq {
    width: clamp(132px, 33.8461538462vw, 198px);
}
.c-sectionTitle__svg.--contact {
    width: clamp(147px, 37.6923076923vw, 202px);
}
.p-opening {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.p-opening__logo {
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
}
.p-opening__logo img {
    position: relative;
    z-index: 2;
    width: 205px;
    height: 29px;
}
.p-opening__mask {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    display: block;
    width: 200vw;
    height: 200vw;
    background-color: #fff;
}
@media screen and (max-width: 759px) {
    .p-opening__mask {
        width: 200vh;
        height: 200vh;
    }
}
.p-modal {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s,visibility .3s;
}
.p-modal.is-open {
    opacity: 1;
    visibility: visible;
}
.p-modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.p-modal__container {
    position: relative;
    z-index: 1;
    width: 80%;
    max-width: 1000px;
    padding-block: 50px;
}
@media screen and (max-width: 759px) {
    .p-modal__container {
        width: 100%;
    }
}
.p-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    transition: opacity .3s;
    cursor: pointer;
}
@media (any-hover: hover) {
    .p-modal__close:hover {
        opacity: .7;
    }
}
.p-modal__close:focus {
    opacity: .7;
}
.p-modal__close-line {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #fff;
}
.p-modal__close-line:nth-of-type(1) {
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
}
.p-modal__close-line:nth-of-type(2) {
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
.p-modal__trigger {
    cursor: pointer;
}
@media (any-hover: hover) {
    .p-modal__trigger:hover {
        opacity: .7;
    }
}
.p-modal__trigger:focus {
    opacity: .7;
}
.p-modal__movie {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 335.4/223.1;
    overflow: hidden;
}
.p-modal__movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-fv {
    position: relative;
    padding-top: 158.4px;
    padding-inline: 94px;
}
@media screen and (max-width: 759px) {
    .p-fv {
        padding-top: 28.2051282051vw;
        padding-inline: 16.9230769231vw;
    }
}
.p-fv__movie {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 371/604.6;
}
.p-fv__movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-fv__message {
    position: absolute;
    z-index: 3;
    transform: translateX(30%);
    top: 46px;
    right: 0;
    font-size: 25px;
    line-height: 1.78;
    letter-spacing: 6px;
    font-weight: 700;
    writing-mode: vertical-rl;
}
@media screen and (max-width: 759px) {
    .p-fv__message {
        top: 7.6923076923vw;
        font-size: clamp(18px, 4.6153846154vw, 25px);
        letter-spacing: .8vw;
    }
}
.p-fv__imageBg {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
}
.p-fv__imageBg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-fv__imageUpper {
    position: absolute;
    z-index: 3;
    bottom: 134px;
    left: 50%;
    transform: translateX(-51%);
    display: inline-block;
    width: 100%;
    max-width: 261.5px;
    aspect-ratio: 231/140;
    overflow: hidden;
    opacity: 0;
}
@media screen and (max-width: 759px) {
    .p-fv__imageUpper {
        bottom: 23.3333333333vw;
        max-width: 47.1794871795vw;
    }
}
.p-fv__imageUpper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-fv__imageLower {
    position: absolute;
    z-index: 2;
    bottom: -19px;
    left: 50%;
    transform: translateX(-45%);
    display: inline-block;
    width: 100%;
    aspect-ratio: 658/543;
    overflow: hidden;
    opacity: 0;
}
@media screen and (max-width: 759px) {
    .p-fv__imageLower {
        bottom: -2.8205128205vw;
    }
}
.p-fv__imageLower img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-fv__bgText {
    position: absolute;
    z-index: 0;
    top: 377.2px;
    left: 0;
}
@media screen and (max-width: 759px) {
    .p-fv__bgText {
        top: 67.1794871795vw;
    }
}
.p-fv__scrollDown {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 49px;
    width: 1.5px;
    height: 177px;
    background-color: #beae92;
    overflow: hidden;
}
@media screen and (max-width: 759px) {
    .p-fv__scrollDown {
        right: 8.7179487179vw;
        height: 31.5384615385vw;
    }
}
.p-fv__scrollDown span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 57.6px;
    background: #202020;
    animation: scroll-down 2s infinite linear;
}
@media screen and (max-width: 759px) {
    .p-fv__scrollDown span {
        height: 10.2564102564vw;
        animation: scroll-down-sp 2s infinite linear;
    }
}
@keyframes scroll-down {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(177px);
    }
}
@keyframes scroll-down-sp {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(31.5384615385vw);
    }
}
.p-concept {
    position: relative;
    padding-top: 105px;
}
@media screen and (max-width: 759px) {
    .p-concept {
        padding-top: 18.7179487179vw;
    }
}
.p-concept__heading {
    position: relative;
}
.p-concept__subHeading {
    position: absolute;
    top: 0;
    left: -10px;
    transform: translate(-100%, 0%);
}
.p-concept__subHeading {
    writing-mode: vertical-rl;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: .28px;
    font-weight: 400;
    color: #beae92;
}
@media screen and (max-width: 759px) {
    .p-concept__subHeading {
        font-size: clamp(12px, 3.0769230769vw, 14px);
    }
}
.p-concept__movieWrap {
    margin-top: 73px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 335.4/223.1;
}
.p-concept__movie {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    max-width: 335.4px;
    aspect-ratio: 335.4/223.1;
    overflow: hidden;
}
@media screen and (max-width: 759px) {
    .p-concept__movie {
        margin-top: 13.0769230769vw;
        max-width: 59.7435897436vw;
    }
}
.p-concept__movie video, .p-concept__movie img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-concept__bgImage {
    position: absolute;
    z-index: -1;
    top: 150px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    aspect-ratio: 561.4/374.3;
    overflow: hidden;
}
@media screen and (max-width: 759px) {
    .p-concept__bgImage {
        top: 27.4358974359vw;
    }
}
.p-concept__bgText {
    position: absolute;
    z-index: -1;
    top: 511px;
    right: 0;
    width: 125px;
    height: auto;
    aspect-ratio: 125/838;
}
@media screen and (max-width: 759px) {
    .p-concept__bgText {
        top: 88.4615384615vw;
        width: 23.3333333333vw;
    }
}
.p-concept__text {
    margin-top: 109px;
    font-size: 18px;
    line-height: 2.2222222222;
    letter-spacing: .5px;
    font-weight: 500;
}
@media screen and (max-width: 759px) {
    .p-concept__text {
        margin-top: 18.7179487179vw;
        font-size: clamp(15px, 3.8461538462vw, 18px);
        line-height: 2.15;
    }
}
.p-concept__message {
    margin-top: 81px;
    position: relative;
    z-index: 1;
    padding-top: 374px;
    padding-bottom: 405px;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 3.2px;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 759px) {
    .p-concept__message {
        margin-top: 14.358974359vw;
        padding-top: 61.2820512821vw;
        padding-bottom: 62.3076923077vw;
        font-size: clamp(22.4px, 5.7435897436vw, 32px);
        letter-spacing: .5vw;
    }
}
.p-concept__messageImage {
    display: inline-block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    overflow: hidden;
    will-change: transform;
}
.p-concept__messageImage:nth-of-type(1) {
    top: 0;
    left: 0;
    max-width: 203px;
    aspect-ratio: 203/273;
}
@media screen and (max-width: 759px) {
    .p-concept__messageImage:nth-of-type(1) {
        max-width: 36.2051282051vw;
    }
}
.p-concept__messageImage:nth-of-type(2) {
    top: 120px;
    right: 0;
    max-width: 172px;
    aspect-ratio: 172/332;
}
@media screen and (max-width: 759px) {
    .p-concept__messageImage:nth-of-type(2) {
        top: 14.6153846154vw;
        max-width: 30.5641025641vw;
    }
}
.p-concept__messageImage:nth-of-type(3) {
    bottom: 13.6px;
    left: 37px;
    max-width: 252px;
    aspect-ratio: 252/283;
}
@media screen and (max-width: 759px) {
    .p-concept__messageImage:nth-of-type(3) {
        left: 6.9230769231vw;
        max-width: 44.7948717949vw;
    }
}
.p-feature {
    position: relative;
    padding-top: 175px;
    padding-bottom: 445px;
}
@media screen and (max-width: 759px) {
    .p-feature {
        padding-top: 30.5128205128vw;
        padding-bottom: 74.6153846154vw;
    }
}
.p-feature__item {
    position: relative;
    z-index: 1;
    color: #fff;
}
.p-feature__item--first {
    padding-top: 170px;
}
@media screen and (max-width: 759px) {
    .p-feature__item--first {
        padding-top: 34.6153846154vw;
    }
}
.p-feature__item--second {
    margin-top: 106px;
    padding-top: 238px;
}
@media screen and (max-width: 759px) {
    .p-feature__item--second {
        margin-top: 14.358974359vw;
        padding-top: 43.0769230769vw;
    }
}
.p-feature__item--third {
    margin-top: 129px;
    padding-top: 213px;
}
@media screen and (max-width: 759px) {
    .p-feature__item--third {
        margin-top: 24.1025641026vw;
        padding-top: 37.4358974359vw;
    }
}
.p-feature__item--fourth {
    margin-top: 114px;
    padding-top: 212px;
}
@media screen and (max-width: 759px) {
    .p-feature__item--fourth {
        margin-top: 20.5128205128vw;
        padding-top: 35.8974358974vw;
    }
}
.p-feature__itemTitle {
    font-size: 28px;
    line-height: 1.4285714286;
    letter-spacing: 2.8px;
    font-weight: 700;
}
@media screen and (max-width: 759px) {
    .p-feature__itemTitle {
        font-size: clamp(21px, 5.3846153846vw, 28px);
        letter-spacing: .5vw;
    }
}
.p-feature__text {
    margin-top: 16.5px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}
@media screen and (max-width: 759px) {
    .p-feature__text {
        margin-top: 2.0512820513vw;
        font-size: clamp(14px, 3.5897435897vw, 18px);
        line-height: 1.5;
    }
}
@media screen and (max-width: 759px) {
    .p-feature__item--third .p-feature__text {
        margin-top: 3.5897435897vw;
    }
}
@media screen and (max-width: 759px) {
    .p-feature__item--fourth .p-feature__text {
        margin-top: 4.6153846154vw;
    }
}
.p-feature__itemImage {
    position: absolute;
    z-index: -2;
    width: 100%;
}
.p-feature__item--first .p-feature__itemImage {
    top: 0;
    right: 0;
    max-width: 397.3px;
}
@media screen and (max-width: 759px) {
    .p-feature__item--first .p-feature__itemImage {
        max-width: 70.7692307692vw;
    }
}
.p-feature__item--second .p-feature__itemImage {
    top: 0;
    left: 0;
    max-width: 393px;
}
@media screen and (max-width: 759px) {
    .p-feature__item--second .p-feature__itemImage {
        max-width: 70vw;
    }
}
.p-feature__item--third .p-feature__itemImage {
    top: 0;
    left: 46.1px;
    max-width: 408.8px;
}
@media screen and (max-width: 759px) {
    .p-feature__item--third .p-feature__itemImage {
        left: 8.2051282051vw;
        max-width: 72.8205128205vw;
    }
}
.p-feature__item--fourth .p-feature__itemImage {
    top: 0;
    right: 0;
    max-width: 275px;
}
@media screen and (max-width: 759px) {
    .p-feature__item--fourth .p-feature__itemImage {
        max-width: 48.9743589744vw;
    }
}
.p-feature__number {
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -8px;
    transform: translateX(-100%);
    display: inline-block;
    width: 12px;
    height: auto;
    aspect-ratio: 10/66;
}
@media screen and (max-width: 759px) {
    .p-feature__number {
        left: -1.5384615385vw;
        width: 2.6923076923vw;
    }
}
.p-feature__item--second .p-feature__number {
    top: -5px;
    left: unset;
    right: -8px;
    transform: translateX(100%);
}
@media screen and (max-width: 759px) {
    .p-feature__item--second .p-feature__number {
        top: -5px;
        left: unset;
        right: -8px;
        transform: translateX(100%);
    }
}
.p-feature__bgTop {
    display: inline-block;
    position: absolute;
    top: -432px;
    left: 0;
    right: 0;
    z-index: -3;
    width: 100%;
    height: auto;
    overflow: hidden;
}
@media screen and (max-width: 759px) {
    .p-feature__bgTop {
        top: -79.2307692308vw;
    }
}
.p-feature__bg {
    position: absolute;
    z-index: -1;
    top: -263px;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: calc(100% + 263px);
    overflow: hidden;
}
@media screen and (max-width: 759px) {
    .p-feature__bg {
        top: -48.4615384615vw;
        height: calc(100% + 48.4615384615vw);
    }
}
.p-scene {
    padding-top: 82px;
}
@media screen and (max-width: 759px) {
    .p-scene {
        padding-top: 14.1025641026vw;
    }
}
.p-scene__heading {
    position: relative;
    z-index: 1;
}
.p-scene__content {
    position: relative;
    z-index: 0;
    margin-top: -68px;
}
@media screen and (max-width: 759px) {
    .p-scene__content {
        margin-top: -11.2820512821vw;
    }
}
.p-scene__item {
    position: relative;
    padding-top: 120px;
    background-color: #fff;
}
@media screen and (max-width: 759px) {
    .p-scene__item {
        padding-top: 21.7948717949vw;
    }
}
.p-scene__item picture {
    position: relative;
    z-index: 100;
    margin-left: 44.6px;
    display: inline-block;
    width: 100%;
    aspect-ratio: 559.6/346;
    overflow: hidden;
}
@media screen and (max-width: 759px) {
    .p-scene__item picture {
        margin-left: 8.2051282051vw;
        aspect-ratio: 390/240;
    }
}
.p-scene__item picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-scene__title {
    margin-top: 119.5px;
    display: inline-block;
    width: 124px;
}
@media screen and (max-width: 759px) {
    .p-scene__title {
        margin-top: 20.5128205128vw;
        width: 21.0256410256vw;
    }
}
.p-scene__text {
    margin-top: 13.7px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}
@media screen and (max-width: 759px) {
    .p-scene__text {
        font-size: clamp(16px, 4.1025641026vw, 18px);
        line-height: 1.5;
    }
}
.p-scene__icon {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 37px;
    width: 144px;
    height: auto;
    aspect-ratio: 1/1;
    mix-blend-mode: difference;
}
@media screen and (max-width: 759px) {
    .p-scene__icon {
        right: 6.6666666667vw;
        width: 25.641025641vw;
    }
}
.p-scene__swiper .swiper-pagination {
    position: absolute;
    z-index: 150;
    top: 404px;
    left: unset;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 335.4px;
    height: 130px;
    background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 759px) {
    .p-scene__swiper .swiper-pagination {
        top: 71.7948717949vw;
        gap: 3.3333333333vw;
        width: 59.7435897436vw;
        height: 23.0769230769vw;
    }
}
.p-scene__swiper .swiper-pagination .swiper-pagination-bullet {
    width: 72px;
    height: 72px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 700;
    cursor: pointer;
}
@media screen and (max-width: 759px) {
    .p-scene__swiper .swiper-pagination .swiper-pagination-bullet {
        width: 12.8205128205vw;
        height: 12.8205128205vw;
    }
}
.p-scene__progressWrap {
    position: absolute;
    z-index: 100;
    top: 404px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 335.4px;
    height: 130px;
    background-color: #202020;
}
@media screen and (max-width: 759px) {
    .p-scene__progressWrap {
        top: 71.7948717949vw;
        gap: 3.3333333333vw;
        width: 59.7435897436vw;
        height: 23.0769230769vw;
    }
}
.p-scene__progressBar {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}
@media screen and (max-width: 759px) {
    .p-scene__progressBar {
        width: 12.8205128205vw;
        height: 12.8205128205vw;
    }
}
.p-scene__progressBar--active {
    background: #beae92;
}
.p-scene__progressBar::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -36px;
    width: 72px;
    height: 72px;
    transform-origin: right 36px;
    z-index: 2;
}
@media screen and (max-width: 759px) {
    .p-scene__progressBar::before {
        left: -6.4102564103vw;
        width: 12.8205128205vw;
        height: 12.8205128205vw;
    }
}
.p-scene__progressBar--active::before {
    background: #707070;
}
.p-scene__progressBar::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 36px;
    width: 72px;
    height: 72px;
    transform-origin: left 36px;
    z-index: 3;
}
@media screen and (max-width: 759px) {
    .p-scene__progressBar::after {
        left: 6.4102564103vw;
        width: 12.8205128205vw;
        height: 12.8205128205vw;
    }
}
.p-scene__progressBar--active::after {
    background: #707070;
}
.p-scene__swiper.is-animated .swiper-slide-active .p-scene__progressBar--active::before {
    animation: circleBefore 11s linear forwards;
}
.p-scene__swiper.is-animated .swiper-slide-active .p-scene__progressBar--active::after {
    animation: circleAfter 11s linear forwards;
}
.p-scene__progressNum {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    background: #202020;
    border-radius: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 759px) {
    .p-scene__progressNum {
        width: 12.3076923077vw;
        height: 12.3076923077vw;
        font-size: clamp(12px, 3.0769230769vw, 17.3px);
    }
}
.p-scene__progressNum svg {
    width: 18px;
    height: 14px;
    fill: #fff;
}
@media screen and (max-width: 759px) {
    .p-scene__progressNum svg {
        width: 3.0769230769vw;
        height: 2.5641025641vw;
    }
}
.swiper-slide-active .p-scene__progressBar--active .p-scene__progressNum svg {
    fill: #beae92;
}
@keyframes circleAfter {
    0% {
        transform: rotate(0deg);
        background: #707070;
    }
    50% {
        transform: rotate(180deg);
        background: #707070;
    }
    50.01% {
        transform: rotate(360deg);
        background: #beae92;
    }
    100% {
        transform: rotate(360deg);
        background: #beae92;
    }
}
@keyframes circleBefore {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}
.p-process {
    padding-top: 137px;
}
@media screen and (max-width: 759px) {
    .p-process {
        padding-top: 15.641025641vw;
    }
}
.p-process__list {
    margin-top: 41px;
}
@media screen and (max-width: 759px) {
    .p-process__list {
        margin-top: 8.4615384615vw;
    }
}
.p-process__item {
    position: relative;
    padding-top: 43.2px;
    padding-bottom: 39px;
    padding-inline: 28.8px;
    background-color: #eeedf2;
}
@media screen and (max-width: 759px) {
    .p-process__item {
        padding-top: 7.6923076923vw;
        padding-bottom: 5.1282051282vw;
        padding-inline: 5.1282051282vw;
    }
}
.p-process__item + .p-process__item {
    margin-top: 14.4px;
}
@media screen and (max-width: 759px) {
    .p-process__item + .p-process__item {
        margin-top: 3.0769230769vw;
    }
}
.p-process__item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 43.2px;
    height: 21.6px;
    background-image: url(../img/arrow-follow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@media screen and (max-width: 759px) {
    .p-process__item::after {
        transform: translate(-50%, 57%);
        width: 7.6923076923vw;
        height: 3.8461538462vw;
    }
}
.p-process__itemTitle {
    display: flex;
    align-items: center;
    gap: 15.7px;
}
@media screen and (max-width: 759px) {
    .p-process__itemTitle {
        gap: 2.5641025641vw;
    }
}
.p-process__itemTitle img {
    width: 119.6px;
}
@media screen and (max-width: 759px) {
    .p-process__itemTitle img {
        width: 21.5384615385vw;
    }
}
.p-process__itemTitle h3 {
    font-size: 28px;
    font-weight: 700;
}
@media screen and (max-width: 759px) {
    .p-process__itemTitle h3 {
        font-size: clamp(16px, 4.1025641026vw, 28px);
    }
}
.p-process__itemText {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
}
@media screen and (max-width: 759px) {
    .p-process__itemText {
        margin-top: 2.8205128205vw;
        font-size: clamp(12px, 3.0769230769vw, 18px);
    }
}
.p-process__btn {
    margin-top: 57.6px;
    text-align: center;
}
@media screen and (max-width: 759px) {
    .p-process__btn {
        margin-top: 10.5128205128vw;
    }
}
.p-spec {
    padding-top: 132px;
    padding-bottom: 163px;
}
@media screen and (max-width: 759px) {
    .p-spec {
        padding-top: 23.5897435897vw;
        padding-bottom: 28.9743589744vw;
    }
}
.p-spec__image {
    margin-top: 35px;
}
@media screen and (max-width: 759px) {
    .p-spec__image {
        margin-top: 7.1794871795vw;
    }
}
.p-spec__table {
    margin-top: 0px;
    border: 1.5px solid #202020;
    border-radius: 18px;
}
@media screen and (max-width: 759px) {
    .p-spec__table {
        margin-top: 0;
        border: 1px solid #202020;
    }
}
.p-spec__table dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.p-spec__table dl + dl {
    border-top: 1.5px solid #202020;
}
@media screen and (max-width: 759px) {
    .p-spec__table dl + dl {
        border-top: 1px solid #202020;
    }
}
.p-spec__table dt, .p-spec__table dd {
    display: block;
    padding-block: 7px;
    font-size: 12.6px;
    line-height: 2.4;
}
@media screen and (max-width: 759px) {
    .p-spec__table dt, .p-spec__table dd {
        padding-block: clamp(4px, 1.0256410256vw, 7px);
        font-size: clamp(8.8px, 2.2564102564vw, 12.6px);
    }
}
.p-spec__table dt {
    padding-left: 18px;
    width: 152.6px;
    height: 100%;
    font-weight: 700;
}
@media screen and (max-width: 759px) {
    .p-spec__table dt {
        padding-left: clamp(12px, 3.0769230769vw, 18px);
        width: clamp(105px, 26.9230769231vw, 152.6px);
    }
}
.p-spec__table dd {
    padding-left: 22.1px;
    flex: 1;
    width: 100%;
    height: 100%;
    font-weight: 500;
    border-left: 1.5px solid #202020;
}
@media screen and (max-width: 759px) {
    .p-spec__table dd {
        padding-left: clamp(15px, 3.8461538462vw, 22.1px);
        border-left: 1px solid #202020;
    }
}
.p-spec__notes {
    margin-top: 28.1px;
    border: 1.5px solid #202020;
    border-radius: 14.4px;
}
@media screen and (max-width: 759px) {
    .p-spec__notes {
        margin-top: 4.8717948718vw;
        border: 1px solid #202020;
        border-radius: 14.4px;
    }
}
.p-faq {
    position: relative;
    padding-top: 103.7px;
    padding-bottom: 252px;
    background-color: #eeedf2;
    overflow: hidden;
}
@media screen and (max-width: 759px) {
    .p-faq {
        padding-top: 17.1794871795vw;
        padding-bottom: 43.3333333333vw;
    }
}
.p-faq::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 110;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 2px);
    height: auto;
    aspect-ratio: 390/207;
    background-image: url(../img/faq_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@media screen and (max-width: 759px) {
    .p-faq__faq {
        margin-top: 1.2820512821vw;
    }
}
.p-contact {
    position: relative;
    padding-top: 66px;
    padding-bottom: 60px;
    color: #fff;
    margin-top: -1px;
}
@media screen and (max-width: 759px) {
    .p-contact {
        padding-top: 11.0256410256vw;
        padding-bottom: 20vw;
    }
}
.p-contact picture {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.p-contact picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-contact__inner {
    margin-inline: auto;
    width: 100%;
}
.p-contact__inner--wide {
    max-width: 447.8px;
}
@media screen and (max-width: 759px) {
    .p-contact__inner--wide {
        max-width: 79.7435897436vw;
    }
}
.p-contact__inner--narrow {
    max-width: 377.9px;
}
@media screen and (max-width: 759px) {
    .p-contact__inner--narrow {
        max-width: 67.3333333333vw;
    }
}
.p-contact__text {
    margin-top: 23px;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
}
@media screen and (max-width: 759px) {
    .p-contact__text {
        margin-top: 5.1282051282vw;
        font-size: clamp(11.3px, 2.8974358974vw, 16px);
    }
}
.p-contact__productBtn {
    margin-top: 69px;
    text-align: center;
}
@media screen and (max-width: 759px) {
    .p-contact__productBtn {
        margin-top: 12.0512820513vw;
    }
}
.p-contact__productText {
    margin-top: 10.4px;
    font-size: 16px;
    line-height: 2.4;
    font-weight: 500;
    margin-bottom: 40px;
}
@media screen and (max-width: 759px) {
    .p-contact__productText {
        font-size: clamp(11.3px, 2.8974358974vw, 16px);
        margin-bottom: 5vw;
    }
}
.p-contact__maintenanceBtn {
    margin-top: 11.3px;
    text-align: center;
}
@media screen and (max-width: 759px) {
    .p-contact__maintenanceBtn {
        margin-top: .7692307692vw;
    }
}
.p-contact__maintenanceText {
    margin-top: 11px;
    font-size: 16px;
    line-height: 2.4;
    font-weight: 500;
}
@media screen and (max-width: 759px) {
    .p-contact__maintenanceText {
        font-size: clamp(11.3px, 2.8974358974vw, 16px);
    }
}
.p-contact__maintenanceText a {
    text-decoration: none;
    color: #fff;
}
@media (any-hover: hover) {
    .p-contact__maintenanceText .fax:hover {
        pointer-events: none;
    }
}
.p-contact__maintenanceText .fax:focus {
    pointer-events: none;
}
.p-spec__notes .p-accordion__item {
    position: relative;
}
.p-spec__notes .p-accordion__visible {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: opacity .3s;
    cursor: pointer;
}
@media (any-hover: hover) {
    .p-spec__notes .p-accordion__visible:hover {
        opacity: .7;
    }
}
.p-spec__notes .p-accordion__visible:focus {
    opacity: .7;
}
.p-spec__notes .p-accordion__hidden {
    display: none;
}
.p-spec__notes .p-accordion__text {
    position: relative;
    padding-block: 24px 24px;
    padding-left: 36px;
    font-size: 24px;
    font-weight: 700;
}
@media screen and (max-width: 759px) {
    .p-spec__notes .p-accordion__text {
        font-size: clamp(16px, 4.1025641026vw, 24px);
        padding-left: clamp(23px, 5.8974358974vw, 36px);
        padding-block: clamp(14px, 3.5897435897vw, 20px);
    }
}
.p-spec__notes .p-accordion__hidden .p-accordion__text {
    padding-inline: 36px;
    font-size: clamp(12px, 3.0769230769vw, 18px);
    line-height: 1.5;
    font-weight: 500;
    padding-block: clamp(5px, 1.2820512821vw, 10px) clamp(14px, 3.5897435897vw, 20px);
}
.p-spec__notes .p-accordion__hidden .p-accordion__text .text {
    list-style: disc;
    margin-left: 1em;
}
.p-spec__notes .p-accordion__hidden .p-accordion__text .head {
    font-size: clamp(18px, 4.6153846154vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
.p-spec__notes .p-accordion__hidden .p-accordion__text .text + .head {
    margin-top: 30px;
}
.p-spec__notes .p-accordion__hidden .p-accordion__text .head + .text {
    margin-top: 10px;
}
@media screen and (max-width: 759px) {
    .p-spec__notes .p-accordion__hidden .p-accordion__text {
        padding-inline: clamp(23px, 5.8974358974vw, 36px);
        font-size: clamp(14px, 3.5897435897vw, 20px);
    }
}
.p-spec__notes .p-accordion__btn {
    position: relative;
    width: 23px;
    height: 23px;
    margin-inline: 36px;
    background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 759px) {
    .p-spec__notes .p-accordion__btn {
        width: clamp(16px, 4.1025641026vw, 23px);
        height: clamp(16px, 4.1025641026vw, 23px);
        margin-inline: clamp(23px, 5.8974358974vw, 36px);
    }
}
.p-spec__notes .p-accordion__btn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s;
    width: 100%;
    max-width: 23px;
    height: 1.4px;
    background: #202020;
}
@media screen and (max-width: 759px) {
    .p-spec__notes .p-accordion__btn span {
        max-width: clamp(16px, 4.1025641026vw, 23px);
        height: clamp(1px, 0.2564102564vw, 1.4px);
    }
}
.p-spec__notes .p-accordion__btn span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(90deg);
}
.p-spec__notes .p-accordion__visible.is-active .p-accordion__btn span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(0deg);
}
.p-faq__faq {
    margin-top: clamp(40px, 10.2564102564vw, 60px);
}
.p-faq__faq .p-accordion__item {
    position: relative;
    border-bottom: 1.4px solid #202020;
}
.p-faq__faq .p-accordion__visible {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
    transition: opacity .3s;
    cursor: pointer;
}
@media screen and (max-width: 759px) {
    .p-faq__faq .p-accordion__visible {
        padding-right: 8.4615384615vw;
    }
}
@media (any-hover: hover) {
    .p-faq__faq .p-accordion__visible:hover {
        opacity: .7;
    }
}
.p-faq__faq .p-accordion__visible:focus {
    opacity: .7;
}
.p-faq__faq .p-accordion__visible::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 25px;
    height: 21px;
    background-image: url(../img/faq_q.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@media screen and (max-width: 759px) {
    .p-faq__faq .p-accordion__visible::before {
        width: clamp(17px, 4.358974359vw, 25px);
        height: clamp(15px, 3.8461538462vw, 21px);
    }
}
.p-faq__faq .p-accordion__hidden {
    display: none;
    position: relative;
}
.p-faq__faq .p-accordion__hidden .p-accordion__text::before {
    content: "";
    display: block;
    position: absolute;
    top: clamp(6px, 1.5384615385vw, 10px);
    left: 0;
    transform: translate(0, 0);
    width: clamp(17px, 4.358974359vw, 25px);
    height: 17px;
    background-image: url(../img/faq_a.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.p-faq__faq .p-accordion__text {
    position: relative;
    padding-block: 33px;
    padding-left: 49px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}
@media screen and (max-width: 759px) {
    .p-faq__faq .p-accordion__text {
        padding-block: clamp(23px, 5.8974358974vw, 33px);
        padding-left: 8.7179487179vw;
        font-size: clamp(14px, 3.5897435897vw, 20px);
    }
}
.p-faq__faq .p-accordion__text .flex {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.p-faq__faq .p-accordion__hidden .p-accordion__text {
    padding-block-start: 0;
}
.p-faq__faq .p-accordion__btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 23px;
    height: 23px;
}
@media screen and (max-width: 759px) {
    .p-faq__faq .p-accordion__btn {
        width: 4.1025641026vw;
        height: 4.1025641026vw;
        margin-left: 20px;
    }
}
.p-faq__faq .p-accordion__btn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s;
    width: 100%;
    height: 1.4px;
    background: #202020;
}
@media screen and (max-width: 759px) {
    .p-faq__faq .p-accordion__btn span {
        height: 1px;
    }
}
.p-faq__faq .p-accordion__btn span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq__faq .p-accordion__visible.is-active .p-accordion__btn span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(0deg);
}
.p-accordion__list-head {
    font-size: clamp(16px, 4.1025641026vw, 24px);
    font-weight: 700;
    margin-bottom: 10px;
}
.p-accordion__list + .p-accordion__list-head {
    margin-top: clamp(35px, 8.9743589744vw, 50px);
}
.p-infinity-scroll {
    display: flex;
    overflow: hidden;
    width: 100%;
}
.p-infinity-scroll__list {
    display: flex;
    width: 6494px;
}
@media screen and (max-width: 759px) {
    .p-infinity-scroll__list {
        width: 1152.8205128205vw;
    }
}
.p-infinity-scroll__item {
    width: 100%;
    margin-left: 40px;
}
@media screen and (max-width: 759px) {
    .p-infinity-scroll__item {
        margin-left: 5.1282051282vw;
    }
}
.p-infinity-scroll__image {
    position: relative;
    display: block;
    width: 3207px;
    aspect-ratio: 3207/194;
    height: auto;
}
@media screen and (max-width: 759px) {
    .p-infinity-scroll__image {
        width: 571.2820512821vw;
    }
}
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.loop-left {
    animation: infinity-scroll-left 60s infinite linear;
}
.p-price {
    padding-block: clamp(100px, 25.641025641vw, 125px) clamp(60px, 15.3846153846vw, 87px);
    margin-top: clamp(50px, 12.8205128205vw, 70px);
    background: #4c4948;
    position: relative;
    overflow: hidden;
}
.p-price::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -3px;
    width: calc(100% + 6px);
    height: 50px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #fff;
}
.p-price__head {
    color: #beae92;
    text-align: center;
    font-size: clamp(16px, 4.1025641026vw, 21px);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding-block: 16px;
    border-radius: 100vmax;
    border: 1px solid #beae92;
}
.p-price__fee {
    display: flex;
    align-items: center;
    justify-content: center;
        margin-bottom: 15px;
    margin-top: clamp(18px, 4.6153846154vw, 25px);
}
.p-price__fee-before .normal-price-text {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 4px;
}
.p-price__fee-before .normal-price {
    display: flex;
    align-items: end;
    -moz-column-gap: 2px;
    column-gap: 2px;
}
.p-price__fee-before .normal-price .price {
    width: clamp(70px, 17.9487179487vw, 170px);
}
.p-price__fee-before .normal-price .en {
    color: #fff;
    font-size: clamp(10px, 2.5641025641vw, 15px);
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
    margin-block-end: clamp(0px, 0vw, 4px);
}
.p-price__fee-arrow {
    width: clamp(14px, 3.5897435897vw, 20px);
    height: auto;
}
.p-price__fee-after .special-price {
    display: flex;
    align-items: end;
    -moz-column-gap: 4px;
    column-gap: 4px;
    margin-top: clamp(5px, 1.2820512821vw, 10px);
}
.p-price__fee-after .special-price .price {
    width: clamp(150px, 38.4615384615vw, 220px);
}
.p-price__fee-after .special-price .en {
    color: #fff;
    font-size: clamp(10px, 2.5641025641vw, 15px);
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    display: block;
    margin-block-end: clamp(10px, 2.5641025641vw, 15px);
}
.p-price__day {
    margin-top: clamp(18px, 4.6153846154vw, 24px);
    color: #fff;
    font-size: clamp(14px, 3.5897435897vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding-block: clamp(10px, 2.5641025641vw, 15px);
    border-block: 1px solid #fff;
    margin-bottom: 9px;
}
.p-price__remark {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}
@media (min-width: 760px) {
    .u-sp {
        display: none !important;
    }
}
@media screen and (max-width: 759px) {
    .u-pc {
        display: none !important;
    }
}
.u-font {
    font-family: "Zen Kaku Gothic New",sans-serif;
}
.u-font__jp {
    font-family: "Zen Kaku Gothic New",sans-serif;
}
.u-text__center {
    text-align: center !important;
}
@media screen and (max-width: 759px) {
    .u-text__center--sp {
        text-align: center !important;
    }
}
@media (min-width: 760px) {
    .u-text__center--pc {
        text-align: center !important;
    }
}
.u-text__left {
    text-align: left !important;
}
@media screen and (max-width: 759px) {
    .u-text__left--sp {
        text-align: left !important;
    }
}
@media (min-width: 760px) {
    .u-text__left--pc {
        text-align: left !important;
    }
}
.u-text__right {
    text-align: right !important;
}
@media screen and (max-width: 759px) {
    .u-text__right--sp {
        text-align: right !important;
    }
}
@media (min-width: 760px) {
    .u-text__right--pc {
        text-align: right !important;
    }
}
.u-text__nowrap {
    white-space: nowrap;
}
@media screen and (max-width: 759px) {
    .u-text__nowrap--sp {
        white-space: nowrap;
    }
}
@media (min-width: 760px) {
    .u-text__nowrap--pc {
        white-space: nowrap;
    }
}
.u-pointer__none {
    pointer-events: none !important;
}
@media screen and (max-width: 759px) {
    .u-pointer__none--sp {
        pointer-events: none !important;
    }
}
@media (min-width: 760px) {
    .u-pointer__none--pc {
        pointer-events: none !important;
    }
}

/*20241001追加*/

P.l-headerkaishi{
	font-size: 0.6em;
    letter-spacing: normal;
    font-weight: bold;
    margin-top: 5px;
}

.l-header__applyBtn.c-btn.btn-headerkaishi{
	padding-block: 4px 5px;
	text-align: center;
}

.p-processkaishi {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    padding-top: 5px;
}
