@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Rokkitt:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
html {
    scroll-behavior: smooth;
}
.pc {
    display: none;
}
.sp {
    display: block;
}
:root {
    --font-kiwi: "Kiwi Maru","Zen Maru Gothic",sans-serif;
    --font-rokkitt: "Rokkitt",sans-serif;
    --font-notoJP: "Noto Sans JP",sans-serif;
    --font-noto: "Noto Sans",sans-serif;
}
body {
    font-family: "Zen Maru Gothic",sans-serif;
}
.hbg_btn {
    display: flex;
    width: 27px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
    background: 0;
    padding: 0;
    border: 0;
    position: fixed;
    top: 18px;
    right: 17px;
    z-index: 1100;
    outline: 0;
    &.open .hbg_btn__border {
        background: #333;
        &:first-child {
            rotate: 45deg;
            translate: 0 9px;
        }
        &:nth-child(2) {
            translate: -24px;
            opacity: 0;
            pointer-events: none;
        }
        &:last-child {
            rotate: -45deg;
            translate: 0 -9px;
        }
    }
}
.hbg_btn__border {
    display: block;
    width: 100%;
    height: 2px;
    background: #bbb;
    transition: .5s rotate,.5s translate,opacity .7s;
}
.hbg {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgb(255 255 255/.7);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    user-select: none;
    visibility: hidden;
    transition: .5s;
    &.open {
        background: #fff;
        backdrop-filter: none;
        opacity: 1;
        pointer-events: auto;
        user-select: auto;
        visibility: visible;
    }
}
.hbg_inner {
    max-height: 100vh;
    overflow: scroll;
    padding: 59px 62px 38px;
}
.hbg__list {
    display: grid;
    gap: 40px;
    margin-bottom: 63px;
}
.hbg__list__link,
.hbg__link {
    display: block;
    width: 53.98%;
    color: #333;
    text-decoration: none;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.43;
}
.hbg__list__link__en {
    display: block;
    font-family: var(--font-kiwi);
}
.hbg__link {
    margin-bottom: 56px;
}
.hbg__img-txt {
    width: 95.82%;
    margin-bottom: 29px;
}
.hbg__logo {
    width: 62.55%;
    margin-inline: auto;
}
.mv {
    margin-bottom: 14px;
}
.mv__img {
    width: 100%;
}
.lead-txt {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.59;
    margin: 0 0 19px 7.07%;
}
.toc {
    display: grid;
    width: 93.33%;
    margin: 0 auto 67px;
    gap: 15px;
}
.toc__link {
    display: block;
    transition: .3s;
    &:active {
        opacity: .7;
    }
}
.sec--scene1 {
    color: #707070;
    padding-block: 3px 23px;
    background: #F0DD9C;
}
.sec--scene2 {
    color: #bbb;
    padding-block: 3px 21px;
    background: #000;
}
.sec--scene3 {
    color: #707070;
    padding-block: 3px 14px;
}
.sec-ttl {
    font-size: 27px;
    font-weight: 500;
    font-family: var(--font-kiwi);
    line-height: 1.46;
    margin: 0 0 7px 6%;
}
.sec-mv {
    margin-bottom: 17px;
}
.sec-txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 27px 6%;
}
.sec-splide__slide {
    transition: .3s;
    &:active {
        opacity: .7;
    }
}
.splide__slide__head {
    background: none;
    border: 1px solid #bbb;
    color: #bbb;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font-rokkitt);
    line-height: 1;
    letter-spacing: .05em;
    text-align: center;
    text-indent: -.05em;
    margin-bottom: 46px;
}
.splide__slide.is-active .splide__slide__head {
    background: #fff;
    border: 1px solid #707070;
    color: #707070;
}
.sec--scene2 .splide__slide.is-active .splide__slide__head {
    border-color: #fff;
}
.sec-splide__img {
    margin-bottom: 9px;
}
.sec-splide__ttl {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: -.02em;
    text-align: center;
    margin-bottom: 9px;
}
.splide__slide_btn {
    display: block;
    width: fit-content;
    margin-inline: auto;
    background: #333;
    padding: 2px 10px 3px;
    border-radius: 10vh;
    color: #fff;
    font-size: 7px;
    font-weight: 700;
    font-family: var(--font-notoJP);
    line-height: 1;
}
.sec-splide .splide__pagination {
    gap: 16px;
    position: absolute;
    left: 50%;
    translate: -50%;
    top: 40px;
    & li {
        font-size: 6px;
    }
    & .splide__pagination__page {
        width: 6px;
        height: 6px;
        border: 1px solid #707070;
        background: transparent;
        padding: 0;
        border-radius: 50%;
        line-height: 1;
        &.is-active {
            background: #707070;
        }
    }
}
.sec--scene2 .sec-splide .splide__pagination .splide__pagination__page.is-active {
    background: #fff;
}
.modal-wrapper {
    position: fixed;
    inset: 0;
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    user-select: none;
    transition: .3s;
    &.shown {
        opacity: 1;
        pointer-events: auto;
        user-select: auto;
        visibility: visible;
    }
}
.modal-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgb(0 0 0/.7);
}
.modal-content {
    width: 86.93%;
    max-width: 326px;
    max-height: calc(100svh - 54px);
    padding-block: 20px 38px;
    border-radius: 11px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    overflow: scroll;
    scrollbar-width: none;
    &::-webkit-scrollbar {
        display: none;
    }
}
.modal-content--scene1 {
    background: #F0DD9C;
}
.modal-content--scene2 {
    background: #000;
}
.modal-content--scene3 {
    background: #fff;
}
.modal-content__close-btn {
    display: grid;
    width: fit-content;
    margin: 0 13px 17px auto;
    gap: 10px;
    padding: 0;
    border: 0;
    background: 0;
    transition: .3s;
    -webkit-appearance: none;
    appearance: none;
    &:active {
        opacity: .5;
    }
}
.modal-content__close-btn__ico {
    display: block;
    width: 25px;
    height: 17px;
    position: relative;
    &::before,&::after {
        content: "";
        display: block;
        width: 23px;
        height: 1px;
        position: absolute;
        background: #000;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
    }
    &::before {
        rotate: 45deg;
    }
    &::after {
        rotate: -45deg;
    }
}
.sec--scene2 .modal-content__close-btn__ico {
    &::before,&::after  {
        background: #fff;
    }
}
.modal-content__close-btn__txt {
    color: #707070;
    font-size: 10px;
    font-weight: 200;
    font-family: var(--font-noto);
    letter-spacing: .029em;
    line-height: 1;
}
.sec--scene2 .modal-content__close-btn__txt {
    color: #fff;
}
.modal-thumbnail-splide {
    margin: 0 0 16px 22px;
    & .splide__pagination {
        gap: 16px;
        & li {
            font-size: 6px;
        }
        & .splide__pagination__page {
            width: 6px;
            height: 6px;
            border: 1px solid #707070;
            background: transparent;
            padding: 0;
            border-radius: 50%;
            line-height: 1;
            &.is-active {
                background: #707070;
            }
        }
    }
}
.sec--scene2 .modal-thumbnail-splide .splide__pagination .splide__pagination__page.is-active {
    background: #fff;
}
.modal-thumbnail-splide__track {
    margin-bottom: 16px;
}
.modal-thumbnail-splide__slide__head {
    margin-bottom: 0;
    cursor: pointer;
}
.modal-content-inner {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
}
.modal-content__mv {
    margin-bottom: 17px;
    position: relative;
}
.modal-content__mv__ttl {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    position: absolute;
    bottom: 13px;
    left: 19px;
}
.modal-content-body {
    display: grid;
    grid-template-rows:  auto auto 1fr;
    margin: 0 19px 39px;
}
.modal-content__txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.58;
    margin-bottom: 18px;
}
.modal-content__img-wrapper {
    margin-bottom: 16px;
}
.modal-content__img {
    margin-bottom: 16px;
}
.modal-content__img-caption {
    font-size: 12px;
    line-height: 1.5;
}
.modal-content__product {
    position: relative;
}
.sec--scene1 .modal-content__product {
    margin-bottom: 49px;
}
.sec--scene2 .modal-content__product {
    margin-bottom: 34px;
}
.sec--scene3 .modal-content__product {
    margin-bottom: 24px;
}
.modal-content__product__dtl {
    width: 50%;
    font-family: var(--font-notoJP);
}
.modal-content__product__dtl__ttl-wrapper {
    margin-bottom: 7px;
}
.modal-content__product__dtl__ttl-caption {
    font-size: 9px;
    line-height: 1.61;
}
.modal-content__product__dtl__ttl {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.26;
    letter-spacing: .022em;
}
.modal-content__product__dtl__txt {
    font-size: 9px;
    line-height: 1.44;
    margin-bottom: 16px;
}
.modal-content__product__img {
    position: absolute;
}
.modal-content__product__img--scene1-01 {
    width: 52.78%;
    top: -7px;
    right: -7px;
}
.modal-content__product__img--scene1-02 {
    width: 57.99%;
    top: -5px;
    right: -14px;
}
.modal-content__product__img--scene1-03 {
    width: 53.82%;
    top: -15px;
    right: -11px;
}
.modal-content__product__img--scene1-04 {
    width: 44.1%;
    top: -6px;
    right: 9px;
}
.modal-content__product__img--scene1-05 {
    width: 56.08%;
    top: -6px;
    right: -16px;
}
.modal-content__product__img--scene2-01 {
    width: 51.74%;
    top: -13px;
    right: -10px;
}
.modal-content__product__img--scene2-01 {
    width: 51.74%;
    top: -13px;
    right: -10px;
}
.modal-content__product__img--scene2-02 {
    width: 53.82%;
    top: -13px;
    right: -14px;
}
.modal-content__product__img--scene2-03 {
    width: 51.74%;
    top: -13px;
    right: 3px;
}
.modal-content__product__img--scene2-04 {
    width: 50.87%;
    top: -13px;
    right: -19px;
}
.modal-content__product__img--scene2-05 {
    width: 58.68%;
    top: -21px;
    right: -24px;
}
.modal-content__product__img--scene3-01 {
    width: 46.35%;
    top: -16px;
    right: -6px;
}
.modal-content__product__img--scene3-02 {
    width: 47.22%;
    top: 8px;
    right: -3px;
}
.modal-content__product__img--scene3-03 {
    width: 40.1%;
    top: -10px;
    right: 13px;
}
.modal-content__other-procucts--scene1 {
    min-height: 356px;
}
.modal-content__other-procucts--scene2 {
    min-height: 332px;
}
.modal-content__other-procucts--scene3 {
    min-height: 374px;
}
.modal-content__product__dtl__link,
.modal-content__other-procucts__list__items__link {
    display: block;
    width: fit-content;
    margin-left: auto;
    color: #707070;
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
    &:active {
        opacity: .5;
    }
}
.sec--scene2 :is(.modal-content__product__dtl__link,.modal-content__other-procucts__list__items__link) {
    color: #bbb;
}
.modal-content__other-procucts__ttl {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 9px;
}
.modal-content__other-procucts__list {
    display: grid;
    grid-template-columns: repeat(2,calc(50% - 11px));
    justify-content: space-between;
    font-family: var(--font-notoJP);
}
.modal-content__other-procucts__list__items__img {
    margin-bottom: 9px;
}
.modal-content__other-procucts__list__items__ttl-wrapper {
    margin-bottom: 4px;
}
.modal-content__other-procucts__list__items__ttl-caption {
    font-size: 9px;
    line-height: 1.83;
}
.modal-content__other-procucts__list__items__ttl {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.43
}
.modal-content__other-procucts__list__items__txt {
    font-size: 9px;
    line-height: 1.44;
}
.modal-content__other-procucts__list__items__txt--scene1-01 {
    margin-bottom: 24px;
}
.modal-content__other-procucts__list__items__txt--scene1-02 {
    margin-bottom: 9px;
}
.modal-content__other-procucts__list__items__txt--scene1-03 {
    margin-bottom: 16px;
}
.modal-content__other-procucts__list__items__txt--scene1-04 {
    margin-bottom: 5px;
}
.modal-content__other-procucts__list__items__txt--scene1-05 {
    margin-bottom: 26px;
}
.modal-content__other-procucts__list__items__txt--scene1-06 {
    margin-bottom: 16px;
}
.modal-content__other-procucts__list__items__txt--scene1-07 {
    margin-bottom: 9px;
}
.modal-content__other-procucts__list__items__txt--scene1-08 {
    margin-bottom: 22px;
}
.modal-content__other-procucts__list__items__txt--scene1-09 {
    margin-bottom: 13px;
}
.modal-content__other-procucts__list__items__txt--scene1-10 {
    margin-bottom: 17px;
}
.modal-content__other-procucts__list__items__txt--scene2-01 {
    margin-bottom: 11px;
}
.modal-content__other-procucts__list__items__txt--scene2-02 {
    margin-bottom: 6px;
}
.modal-content__other-procucts__list__items__txt--scene2-03 {
    margin-bottom: 8px;
}
.modal-content__other-procucts__list__items__txt--scene2-04 {
    margin-bottom: 13px;
}
.modal-content__other-procucts__list__items__txt--scene2-05 {
    margin-bottom: 9px;
}
.modal-content__other-procucts__list__items__txt--scene2-06 {
    margin-bottom: 25px;
}
.modal-content__other-procucts__list__items__txt--scene2-07 {
    margin-bottom: 12px;
}
.modal-content__other-procucts__list__items__txt--scene2-08 {
    margin-bottom: 13px;
}
.modal-content__other-procucts__list__items__txt--scene2-09 {
    margin-bottom: 10px;
}
.modal-content__other-procucts__list__items__txt--scene2-10 {
    margin-bottom: 10px;
}
.modal-content__other-procucts__list__items__txt--scene3-01 {
    margin-bottom: 14px;
}
.modal-content__other-procucts__list__items__txt--scene3-02 {
    margin-bottom: 15px;
}
.modal-content__other-procucts__list__items__txt--scene3-03 {
    margin-bottom: 10px;
}
.modal-content__other-procucts__list__items__txt--scene3-04 {
    margin-bottom: 7px;
}
.modal-content__other-procucts__list__items__txt--scene3-05 {
    margin-bottom: 8px;
}
.modal-content__other-procucts__list__items__txt--scene3-06 {
    margin-bottom: 10px;
}
.modal-content__btn-wrapper {
    display: flex;
    justify-content: space-between;
    margin-inline: 13px;
}
.modal-content__btn {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    font-family: var(--font-noto);
    letter-spacing: .029em;
    border: 0;
    padding: 0;
    background: 0;
    transition: .3s;
    opacity: 1;
    -webkit-appearance: none;
    appearance: none;
    &:active {
        opacity: .5;
    }
    &.hidden {
        opacity: 0;
        pointer-events: none;
    }
}
.sec--scene2 .modal-content__btn {
    color: #fff;
}
.modal-content__btn--prev {
    margin-right: auto;
}
.modal-content__btn--next {
    margin-left: auto;
}
.modal-content__btn__arrow {
    font-size: 20px;
    font-weight: 200;
}
.common-footer {
    padding-block: 170px 25px;
}
.common-footer__inner {
    width: 78.67%;
    max-width: 590px;
    margin-inline: auto;
}
.common-footer__txt {
    width: 80%;
    margin: 0 auto 27px;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
}
.common-footer__link {
    display: block;
    width: 75.6%;
    margin: 0 auto 37px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    &:active {
        opacity: .5;
    }
}
.common-footer__img {
    margin-bottom: 12px;
}
.common-footer__img-txt {
    color: #707070;
    font-size: 9px;
    font-family: var(--font-noto);
    font-weight: 500;
    letter-spacing: .05em;
}
.common-footer__copyright {
    color: #707070;
    font-size: 8px;
    font-family: var(--font-notoJP);
    line-height: 1.875;
    letter-spacing: -.01em;
}
@media screen and (width>750px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    .mv {
        margin-bottom: 31px;
    }
    .lead-txt {
        font-size: 34px;
        font-weight: 500;
        line-height: 1.35;
        text-align: center;
        margin-bottom: 47px;
    }
    .toc {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        max-width: 804px;
        margin: 0 auto 79px;
    }
    .toc__link:hover {
        opacity: .7
    }
    .sec--scene1,
    .sec--scene2,
    .sec--scene3 {
        background: #fff;
        padding-block: 24px 0;
        position: relative;
    }
    .sec-ttl {
        font-size: 42px;
        margin-bottom: 4px;
    }
    .sec--scene2 .sec-ttl {
        color: #707070;
    }
    .sec-mv {
        margin: 0;
    }
    .sec-mv__img {
        width: 100%;
        pointer-events: none;
        user-select: none;
    }
    .sec-txt {
        color: #fff;
        font-size: 1.73vw;
        font-weight: 500;
        line-height: 1.54;
        position: absolute;
        right: 6.67%;
    }
    .sec--scene1__txt {
        top: 27.89%;
    }
    .sec--scene2__txt {
        top: 29.62%;
    }
    .sec--scene3__txt {
        top: 32.97%;
    }
    .sec-splide {
        width: 100%;
        padding: 22px 0 22px 29px;
        position: absolute;
        left: 0;
    }
    .sec-splide .splide__arrows {
        display: flex;
        width: calc(100% - 38px);
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 19px;
        translate: 0 -50%;
        z-index: 1;
        pointer-events: none;
    }
    .splide__arrow {
        width: 20px;
        height: 40px;
        background: 0;
        padding: 0;
        border: 0;
        position: relative;
        pointer-events: auto;
        cursor: pointer;
        transition: .3s;
        & svg {
            display: none;
        }
        &::after {
            content: "";
            display: block;
            width: 29px;
            height: 29px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            rotate: 45deg;
            translate: -19px;
        }
        &:hover {
            opacity: .5;
        }
    }
    .splide__arrow--prev {
        scale: -1 1;
    }
    .sec--scene1__splide {
        bottom: 4.86%;
        background: rgb(240 221 156/.8);
    }
    .sec--scene2__splide {
        bottom: 4.43%;
        background: rgb(0 0 0/.8);
    }
    .sec--scene3__splide {
        bottom: 6.38%;
        background: rgb(255 255 255/.8);
    }
    .sec-splide__slide {
        display: grid;
        width: fit-content !important;
        grid-template-columns: 10.4vw 1fr;
        align-items: center;
        gap: 0 12px;
        cursor: pointer;
        &:hover {
            opacity: .7;
        }
    }
    .sec--scene3__splide__list {
        justify-content: center; /*Scene3 スライド追加したら削除*/
    }
    .sec-splide__img {
        margin: 0;
    }
    .sec-splide__ttl {
        font-size: 1.47vw;
        line-height: 1.23;
        text-align: left;
        margin-bottom: .47vw;
    }
    .splide__slide_btn {
        font-size: .73vw;
        margin-inline: 0 auto;
    }
    .modal-bg {
        cursor: pointer;
    }
    .modal-content__close-btn {
        cursor: pointer;
        &:hover {
            opacity: .5;
        }
    }
    :is(.modal-content__product__dtl__link,.modal-content__other-procucts__list__items__link):hover {
        opacity: .5;
    }
    .modal-content__btn {
        cursor: pointer;
        &:hover {
            opacity: .5;
        }
    }
    .common-footer {
        padding-block: 111px 0;
    }
    .common-footer__txt {
        font-size: 26px;
        line-height: 1.54;
        margin-bottom: 77px;
        translate: 17px;
    }
    .common-footer__link {
        &:hover {
            opacity: .5;
        }
    }
    .common-footer__img {
        margin-bottom: 28px;
    }
    .common-footer__img-txt {
        font-size: 22px;
    }
    .common-footer__copyright {
        font-size: 16px;
    }
}