.dev .loading, .loading-done .loading {
    display: none;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background-image: url(../images/home/bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.loading-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.loading-logo img {
    width: auto;
    max-width: none;
    height: clamp(110px, 8.05271vw, 8.05271vw);
}
@media only screen and (max-width: 1024px) {
    .loading-logo img {
        height: 92px;
    }
}
.loading-logo span {
    display: block;
    line-height: 1;
}
.loading-logo .logo-img {
    opacity: 0;
}
.loading-logo .logo-img--u {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}
.loading-logo .logo-img--u .dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.loading-logo.is-active .logo-img {
    opacity: 1;
    transition: .8s 3.5s ease-in-out;
}
.loading-logo.is-active .logo-img--u {
    right: 0;
    transform: translateX(0);
    transition: .8s 2.5s ease-in-out;
}
.loading-logo.is-active .logo-img--u .dots {
    transform: rotateX(0);
    -webkit-animation: mvDots .3s 1.5s 2 forwards;
            animation: mvDots .3s 1.5s 2 forwards;
}

@media only screen and (max-width: 767px) {
    .loading-logo img {
        height: 16vw;
    }
}

body.page-active .mv-header {
    opacity: 1;
    margin-top: 0;
    transition: 1s 3s;
}

body.page-active .mv-txt__logo {
    opacity: 1;
    transition: 1s 2s;
}

body.page-active .mv-txt__lead {
    opacity: 1;
    transition: 1s 2s;
}

body.page-active .mv-txt__nav {
    opacity: 1;
    transform: translateY(0);
    transition: 1s 3s;
}

body.page-active .mv-img {
    opacity: 1;
    transition: 1s 1s;
}

body.page-active .mv-scroll {
    opacity: 1;
    transform: translateY(0);
    transition: 1s 3s;
}

/* ===== MV ===== */
.p-mv {
    position: relative;
    z-index: 101;
}
.p-mv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: clamp(1050px, 76.86676vw, 76.86676vw);
    background-image: url(../images/home/mv-bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}
.p-mv .mv-txt {
    position: relative;
    height: clamp(765px, 56.00293vw, 56.00293vw);
    z-index: 1;
}
.p-mv .mv-txt__logo {
    opacity: 0;
    position: absolute;
    top: clamp(56px, 4.09956vw, 4.09956vw);
    left: 0;
}
.p-mv .mv-txt__logo img {
    height: clamp(134px, 9.80966vw, 9.80966vw);
}
@media only screen and (max-width: 1024px) {
    .p-mv .mv-txt__logo {
        top: 100px;
    }
    .p-mv .mv-txt__logo img {
        height: 110px;
    }
}
.p-mv .mv-txt__lead {
    opacity: 0;
    position: absolute;
    left: 0;
    top: clamp(245px, 17.93558vw, 17.93558vw);
    width: clamp(434px, 31.7716vw, 31.7716vw);
}
@media only screen and (max-width: 1024px) {
    .p-mv .mv-txt__lead {
        top: 260px;
        width: 362px;
    }
}
.p-mv .mv-txt__nav {
    opacity: 0;
    transform: translateX(-200px);
    position: absolute;
    left: 0;
    bottom: clamp(70px, 5.12445vw, 5.12445vw);
}
.p-mv .mv-txt__nav li {
    overflow: hidden;
    font-size: clamp(16px, 1.1713vw, 1.1713vw);
    margin-bottom: 1.5em;
}
.p-mv .mv-txt__nav li:last-child {
    margin-bottom: 0;
}
.p-mv .mv-txt__nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: block;
}
.p-mv .mv-txt__nav a span {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.p-mv .mv-txt__nav a:hover {
    opacity: 1;
}
.p-mv .mv-txt__nav a:hover span {
    -webkit-animation: textHoverUp .5s forwards ease-in-out;
            animation: textHoverUp .5s forwards ease-in-out;
}
.p-mv .mv-img {
    opacity: 0;
    position: absolute;
    top: clamp(56px, 4.09956vw, 4.09956vw);
    right: clamp(198px, 14.49488vw, 14.49488vw);
    width: clamp(459px, 33.60176vw, 33.60176vw);
}
.p-mv .mv-scroll {
    opacity: 0;
    transform: translateX(200px);
    position: absolute;
    width: clamp(188px, 13.76281vw, 13.76281vw);
    right: clamp(-1.46413vw, -1.46413vw, -20px);
    bottom: clamp(-2.92826vw, -2.92826vw, -40px);
}
.p-mv .mv-scroll:after {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    width: 1px;
    height: 81px;
    background: #fff;
    -webkit-animation: mvScroll 2s cubic-bezier(1, 0, 0, 1) infinite;
            animation: mvScroll 2s cubic-bezier(1, 0, 0, 1) infinite;
}
.p-mv .mv-header {
    position: absolute;
    top: 56px;
    right: 56px;
    display: flex;
    gap: 0 8px;
    z-index: 10;
    opacity: 0;
    margin-top: -200px;
}
.p-mv .mv-header__guide {
    width: 158px;
}

@media only screen and (max-width: 1280px) {
    .p-mv .mv-img {
        right: 50px;
    }
    .p-mv .mv-header {
        top: 30px;
        right: 4%;
    }
}

@media only screen and (max-width: 767px) {
    .p-mv:before {
        height: 229.33333vw;
        background-image: url(../images/home/mv-bg-sp.webp);
        background-position: center bottom;
        background-size: cover;
    }
    .p-mv .mv-txt {
        height: 216vw;
    }
    .p-mv .mv-txt__logo {
        top: 40px;
        left: 7.2vw;
    }
    .p-mv .mv-txt__logo img {
        height: 16vw;
    }
    .p-mv .mv-txt__lead {
        left: 8vw;
        top: 32vw;
        width: 72.26667vw;
    }
    .p-mv .mv-txt__nav {
        display: none;
    }
    .p-mv .mv-img {
        top: 56vw;
        right: 0;
        width: 100%;
        padding-right: 24px;
        padding-left: 28px;
    }
    .p-mv .mv-scroll {
        display: none;
    }
    .p-mv .mv-header {
        display: none;
        margin-top: 0;
        top: 100svh;
        transform: translateY(-100%);
        right: 42px;
        padding-bottom: 30px;
    }
    .p-mv .mv-header__guide {
        width: 158px;
    }
    .p-mv .mv-header__guide a {
        font-size: 1.6rem;
        padding: .7em 0 .8em;
    }
    .p-mv .mv-header__toggle {
        width: 61px;
        height: 48px;
    }
    .p-mv .mv-header__toggle .c-toggle__icon {
        width: 24px;
        height: 10px;
    }
}

/* ===== concept ===== */
.p-concept {
    padding-top: clamp(260px, 19.03367vw, 19.03367vw);
    padding-bottom: clamp(85px, 6.22255vw, 6.22255vw);
    z-index: 2;
}
.p-concept .sec-contents {
    display: -moz-flex;
    display:      flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    align-items: flex-end;
}
.p-concept .concept-img {
    position: relative;
    width: 47%;
}
.p-concept .concept-img:before, .p-concept .concept-img:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.p-concept .concept-img:before {
    left: -4.02635vw;
    top: -1.24451vw;
    width: 5.85652vw;
    height: 5.85652vw;
    background-image: url(../images/home/concept-bg01.svg);
}
.p-concept .concept-img:after {
    right: -12.00586vw;
    bottom: -7.54026vw;
    width: 18.30161vw;
    height: 15.00732vw;
    background-image: url(../images/home/concept-bg02.svg);
}
.p-concept .concept-txt {
    width: 47%;
    margin-left: auto;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.p-concept .concept-txt__lead {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(16px, 1.53734vw, 2.1rem);
    font-weight: 500;
    line-height: 2.57;
}
.p-concept .concept-txt__lead p:first-child {
    transform: translateX(-.5em);
}
.p-concept .concept-txt__more {
    text-align: right;
    margin-top: clamp(45px, 6.58858vw, 90px);
}

@media only screen and (max-width: 767px) {
    .p-concept {
        padding-top: 26.66667vw;
        padding-bottom: 0;
    }
    .p-concept .concept-img {
        width: 100%;
        padding-right: 4vw;
        margin-bottom: 8vw;
    }
    .p-concept .concept-img:before {
        left: -3.73333vw;
        top: -2.13333vw;
        width: 11.73333vw;
        height: 11.73333vw;
    }
    .p-concept .concept-img:after {
        right: -9.6vw;
        bottom: -33.06667vw;
        width: 28vw;
        height: 53.86667vw;
        background-image: url(../images/home/concept-bg02-sp.svg);
    }
    .p-concept .concept-txt {
        width: 100%;
        padding-bottom: 0;
    }
    .p-concept .concept-txt__lead {
        font-size: 1.4rem;
        line-height: 3.428;
        letter-spacing: 0;
    }
    .p-concept .concept-txt__more {
        margin-top: 55px;
    }
}

/* ===== event ===== */
.p-event {
    padding-top: 120px;
    padding-bottom: 110px;
}
.p-event .sec-head {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .p-event .sec-contents {
        padding: 0 24px;
    }
}

/* ===== purchase ===== */
.p-purchase {
    margin-bottom: 70px;
    padding-top: clamp(150px, 10.98097vw, 10.98097vw);
    padding-bottom: clamp(200px, 14.64129vw, 14.64129vw);
    background: url(../images/home/bg.webp) no-repeat center;
    background-size: cover;
}
.p-purchase:before, .p-purchase:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.p-purchase:before {
    top: -2px;
    height: clamp(269px, 19.69253vw, 19.69253vw);
    background-image: url(../images/home/purchase-bg-top.svg);
}
.p-purchase:after {
    bottom: -2px;
    height: clamp(154px, 11.27379vw, 11.27379vw);
    background-image: url(../images/home/purchase-bg-bottom.svg);
}
.p-purchase .sec-head {
    padding-top: 120px;
    display: flex;
    align-items: flex-end;
}
.p-purchase .sec-head .head-ttl {
    width: 350px;
}
.p-purchase .sec-head .head-lead {
    margin-top: 0;
    margin-left: auto;
    font-size: 12px;
    line-height: 2;
    text-align: right;
    width: calc(100% - 400px);
}
.p-purchase .sec-head .head-lead p {
    display: inline-block;
    text-align: left;
}
.p-purchase .sec-contents {
    padding-bottom: 115px;
}
.p-purchase .purchase-slider {
    width: 72%;
}
.p-purchase .purchase-slider .swiper {
    overflow: visible;
}
.p-purchase .purchase-slider.slide-start .purchase-item {
    -webkit-animation: shakingSlide 1s forwards;
            animation: shakingSlide 1s forwards;
}
.p-purchase .purchase-item {
    text-align: center;
    font-weight: 500;
    letter-spacing: .08em;
    transform-origin: center top;
    transform: rotate(0deg);
}
.p-purchase .purchase-item__inner {
    position: relative;
}
.p-purchase .purchase-item__inner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(47, 47, 47, .06);
    border-radius: clamp(64px, 4.68521vw, 4.68521vw);
    position: absolute;
    top: 2%;
    left: 0;
    transform-origin: center top;
    transform: rotate(-2deg);
}
.p-purchase .purchase-item__contents {
    position: relative;
    background: #faf8f2;
    padding: 58px 0 66px;
    border-radius: clamp(64px, 4.68521vw, 4.68521vw);
}
.p-purchase .purchase-item .item-category {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 40px;
}
.p-purchase .purchase-item .item-name {
    margin-top: 24px;
    font-size: 17px;
}
.p-purchase .purchase-item .item-img img {
    width: 100%;
}
.p-purchase .purchase-guide {
    margin-top: 65px;
}
.p-purchase .purchase-guide .c-block04 {
    background: #faf8f2;
}

@media only screen and (max-width: 767px) {
    .p-purchase {
        margin-bottom: 20px;
        padding-top: 16vw;
        padding-bottom: 25.33333vw;
    }
    .p-purchase:before {
        height: 20.8vw;
        background-image: url(../images/home/purchase-bg-top-sp.svg);
    }
    .p-purchase:after {
        height: 11.2vw;
        background-image: url(../images/home/purchase-bg-bottom-sp.svg);
    }
    .p-purchase .sec-head .head-ttl {
        width: 240px;
    }
    .p-purchase .sec-head .head-lead {
        display: none;
    }
    .p-purchase .sec-contents {
        padding-bottom: 0;
    }
    .p-purchase .purchase-slider {
        width: 54%;
    }
    .p-purchase .purchase-item__inner:before {
        border-radius: 10.66667vw;
    }
    .p-purchase .purchase-item__contents {
        padding: 34px 0 25px;
        border-radius: 10.66667vw;
    }
    .p-purchase .purchase-item .item-category {
        margin-bottom: 30px;
    }
    .p-purchase .purchase-item .item-name {
        font-size: 13px;
    }
    .p-purchase .purchase-caution {
        margin-top: 50px;
    }
    .p-purchase .purchase-caution p {
        font-size: 12px;
        padding: 0 8px;
    }
}

/* ===== faq ===== */
.p-faq {
    padding-top: 120px;
    padding-bottom: 192px;
    background: url(../images/home/faq-bg.svg) no-repeat left clamp(-65px, -4.75842vw, -32px) bottom 192px;
    background-size: clamp(180px, 26.35432vw, 360px);
}
.p-faq .p-sec__inner {
    display: -moz-flex;
    display:      flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
}
.p-faq .sec-head {
    width: 200px;
}
.p-faq .sec-head .head-ttl .ja {
    padding-left: 32px;
}
.p-faq .sec-head .head-ttl .ja:before {
    width: 16px;
}
.p-faq .sec-contents {
    width: 62%;
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .p-faq {
        padding-bottom: 160px;
        background: none;
    }
    .p-faq .sec-head .head-ttl .ja {
        padding-left: 44px;
    }
    .p-faq .sec-head .head-ttl .ja:before {
        width: 28px;
    }
    .p-faq .sec-contents {
        width: 100%;
    }
}

/* ===== megrus ===== */
.p-megrus {
    background: #f0ebe1;
    margin-top: 13.17716vw;
    padding-top: 125px;
    padding-bottom: 13.17716vw;
}
.p-megrus:before {
    content: "";
    width: 100%;
    height: 13.17716vw;
    position: absolute;
    left: 0;
    top: -10.10249vw;
    background: url(../images/home/megrus-bg.svg) no-repeat center top;
    background-size: 100%;
}
.p-megrus .sec-head {
    padding-top: 50px;
    margin-bottom: 120px;
}
.p-megrus .sec-head .head-ttl .ja {
    padding-left: 32px;
}
.p-megrus .sec-head .head-ttl .ja:before {
    width: 16px;
}
.p-megrus .sec-contents {
    padding-bottom: 190px;
}
.p-megrus .attempt-more {
    margin-top: 140px;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .p-megrus {
        margin-top: 11.2vw;
        padding-top: 75px;
        padding-bottom: 13.33333vw;
    }
    .p-megrus:before {
        content: "";
        width: 100%;
        height: 13.17716vw;
        position: absolute;
        left: 0;
        top: -10.10249vw;
        background: url(../images/home/megrus-bg.svg) no-repeat center top;
        background-size: 100%;
    }
    .p-megrus .sec-head {
        margin-bottom: 64px;
    }
    .p-megrus .sec-head .head-ttl {
        width: 220px;
    }
    .p-megrus .sec-head .head-ttl .ja {
        padding-left: 44px;
    }
    .p-megrus .sec-head .head-ttl .ja:before {
        width: 28px;
    }
    .p-megrus .sec-contents {
        padding: 0 8px 60px;
    }
    .p-megrus .attempt-more {
        margin-top: 120px;
    }
}