﻿@charset "utf-8";

header,
footer,
.header_staging_attention {
    position: relative;
    z-index: 11;
}

header~#container, header~article>section>#container {
    margin-top: 0;
}

header {
    margin-bottom: 0;
}

a:hover,
a:active,
a:link,
a:visited {
    text-decoration: none;
}

footer {
    background-color: #F1F1F1;
}

main {
    font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', Meiryo, メイリオ, sans-serif;
    position: relative;
    z-index: 1;
}

.cp-bg-fixed {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("/resources/a/image/landing/campaign/hanametepopup2026/bg_base_PC.jpg?date=20260916");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

#container {
    margin-bottom: 0;
}

.cp-main__background {
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.3), -5px 0 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, #5F02C3 1.44%, #000 24.52%, #000 82.69%, #D6A4FF 100%);
}

.cp-bg1,
.cp-bg2,
.cp-bg3,
.cp-bg4,
.cp-bg5 {
    position: relative;
    isolation: isolate;
}

.cp-bg1::before,
.cp-bg2::before,
.cp-bg3::before,
.cp-bg4::before,
.cp-bg5::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
    animation: bg-sway-grd1 6s ease-in-out infinite;
    will-change: opacity;
}

.cp-bg1::before {
    background-image: url("/resources/a/image/landing/campaign/hanametepopup2026/bg_grd1.png?date=20260916");
    background-position: center top;
}

@keyframes bg-sway-grd1 {
    0% {
        opacity: 0.56;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.56;
    }
}

.cp-bg1 > *,
.cp-bg2 > *,
.cp-bg3 > *,
.cp-bg4 > *,
.cp-bg5 > * {
    position: relative;
    z-index: 1;
}

.cp-bg-fixed__chara {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    filter: blur(0);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out, filter 0.8s ease-out;
}

.cp-bg-fixed__chara.is-intro-fading {
    transition: opacity 1.2s ease-out, transform 1.2s ease-out, filter 1.2s ease-out;
}

.cp-bg-fixed__chara.is-intro-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(34px) scale(0.9);
    filter: blur(5px);
}

.cp-bg-fixed__chara.is-intro-paused {
    animation-play-state: paused;
}

.cp-container.cp-product {
    overflow: visible;
}

.cp-kv {
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.cp-kv img {
    width: 100%;
    height: auto;
    margin-top: -50px;
}

.cp-kv__first-volume {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
    width: 100%;
    margin-top: -70px;
    overflow: hidden;
}

.cp-kv__first-volume img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

.cp-product {
    z-index: 1;
    position: relative;
    margin-top: -80px;
}

.cp-product__banners {
    position: relative;
    overflow: visible;
}

.cp-product__banners img {
    display: block;
    width: 100%;
    height: auto;
}

.cp-product__banner-wrap {
    position: relative;
    z-index: 2;
}

.cp-product__banner {
    position: relative;
    z-index: 2;
    margin-top: -80px;
}

.cp-product__banner-wrap .cp-product__rose {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15%;
    height: auto;
    z-index: 3;
}

.cp-bg2 {
    width: 100%;
    margin-top: -20px;
}

.cp-bg2::before {
    background-image: url("/resources/a/image/landing/campaign/hanametepopup2026/bg_grd2.png?date=20260916");
    background-position: center -270px;
}

.cp-bg2 .cp-product__flower {
    position: absolute;
    left: -12px;
    top: -20px;
    width: 90%;
    height: auto;
    z-index: 5;
    pointer-events: none;
}

.cp-bg2 img {
    position: relative;
    z-index: 1;
}

.cp-steps {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
}

.cp-steps__inner {
    width: 100%;
}

.cp-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.cp-bg3 {
}

.cp-bg3::before {
    background-image: url("/resources/a/image/landing/campaign/hanametepopup2026/bg_grd3.png?date=20260916");
    background-position: center top;
}

.cp-bg4 {
}

.cp-bg4::before {
    background-image: url("/resources/a/image/landing/campaign/hanametepopup2026/bg_grd4.png?date=20260916");
    background-position: center top;
}

.cp-bg5 {
    margin-top: 30px;
}

.cp-bg5::before {
    background-image: url("/resources/a/image/landing/campaign/hanametepopup2026/bg_grd5.png?date=20260916");
    background-position: center -610px;
}

.cp-step--1 {
    position: relative;
    isolation: isolate;
    overflow: visible;
}

.cp-step--1::before,
.cp-step--1::after {
    content: "";
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cp-step--1::before {
    left: 130px;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("/resources/a/image/landing/campaign/hanametepopup2026/light.png?date=20260916");
    z-index: 0;
}

.cp-step--1::after {
    left: -5px;
    top: 115px;
    width: 100%;
    height: 100%;
    background-image: url("/resources/a/image/landing/campaign/hanametepopup2026/rose4.png?date=20260916");
    z-index: 0;
}

.cp-step--1 > * {
    position: relative;
    z-index: 1;
}

.cp-step:first-child {
    margin-top: 0;
}

.cp-step__image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    object-fit: contain;
}

.cp-step__description {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    width: min(560px, 90%);
    margin: auto;
}

.cp-step__description--note {
    margin-top: 10px;
    margin-bottom: 0;
    width: 360px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
}

.cp-step__coupon {
    position: relative;
    width: 100%;
    padding-inline: 12px;
}

.cp-step--4 .cp-step__image--sub {
    position: relative;
    z-index: 2;
    margin-top: -50px;
}

.cp-step--4 > .cp-step__description--note {
    margin-top: -20px;
}

.cp-step__description--main-overlay {
    position: absolute;
    left: 50%;
    top: 22%;
    z-index: 3;
    transform: translateX(-50%);
    margin: 0;
    width: min(560px, 90%);
    padding: 0 12px;
    text-align: center;
}

.cp-step__description--note-overlay {
    position: absolute;
    left: 50%;
    top: 70%;
    z-index: 3;
    transform: translateX(-50%);
    margin-top: 10px;
    margin-bottom: 0;
    width: 360px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
}

.cp-step__description--note-overlay p {
    margin: 0;
}
.cp-title--1 {
    margin-top: -20px;
}
.cp-title--1 .cp-step__description p {
    margin: 20px 0 40px;
    text-align: center;
}

.cp-title--2 .cp-step__description p {
    margin: 20px 0;
    text-align: center;
}

.cp-title--1 img.cp-step__image,
.cp-title--2 img.cp-step__image  {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.cp-title--1 img.cp-step__image:first-child,
.cp-title--2 img.cp-step__image:first-child {
    max-width: 95%;
}
.cp-step__description p {
    margin: 0;
}

.goods-image {
    position: relative !important;
    display: inline-block;
}

.goods-image .cp-step__image {
    display: block;
}

.goods-image .goods-link {
    position: absolute !important;
    left: 62% !important;
    top: 73% !important;
    width: 25% !important;
    height: 10% !important;
    display: block !important;
    z-index: 9999 !important;
    cursor: pointer !important;
    background: transparent;
    transition: opacity 0.2s ease;
}

.goods-image .goods-link:hover {
    opacity: 0.6;
    cursor: pointer !important;
}

.cp-footer__venue {
    position: relative;
    z-index: 1;
}

.cp-footer__mirror {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cp-footer__venue-info {
    position: absolute;
    top: 56%;
    left: 50%;
    z-index: 2;
    width: 64%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    line-height: 1.5;
    text-align: left;
}

.cp-footer__venue-info dl {
    margin: 0;
}

.cp-footer__venue-info dt {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}

.cp-footer__venue-info dt:first-child {
    margin-top: 0;
}

.cp-footer__venue-info dd {
    margin-bottom: 15px;
    overflow-wrap: anywhere;
    font-size: 13px;
}

.cp-footer__inner {
    margin-top: -125px;
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.cp-footer__illustration {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cp-footer__inner .cp-share__list {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    gap: 15%;
}

a.cp-footer__link {
    color: #FFFFFF;
    text-decoration: underline;
}

.cp-footer__link-mark {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    margin-left: 2px;
    margin-bottom: -2px;
}

.cp-share__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cp-share__button {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cp-share__icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp-page-end {
    color: #FFFFFF;
    padding: 0 16px 50px;
}

.cp-page-end__message {
    margin: 0 0 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.cp-page-end__notes {
    max-width: 350px;
    margin: 0 auto;
    background-color: #FFFFFF;
    color: #333333;
    padding: 30px;
    border-radius: 5px;
}

.cp-page-end__notes-description {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.cp-page-end__notes-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cp-page-end__notes-list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.cp-page-end__notes-list li:last-child {
    margin-bottom: 0;
}

.cp-page-end__notes-list li::before {
    content: '・';
    position: absolute;
    left: 0;
    font-weight: 400;
}

@media (min-width: 951px) {
    /* PC */
    .cp-bg-fixed__chara {
        position: fixed;
        background-repeat: no-repeat;
        z-index: 0;
    }

    /* 薔薇の落下アニメーション */
    .cp-bg-fixed__chara--left1,
    .cp-bg-fixed__chara--left2,
    .cp-bg-fixed__chara--left3,
    .cp-bg-fixed__chara--right1,
    .cp-bg-fixed__chara--right2,
    .cp-bg-fixed__chara--right3 {
        top: -15vh;
        transform-origin: center center;
        will-change: transform, opacity;
        pointer-events: none;
    }

    /* LEFT */
    .cp-bg-fixed__chara--left1 {
        background-image: url("/resources/a/image/landing/campaign/hanametepopup2026/rose3.png?date=20260916");
        background-size: 100% 100%;
        right: calc(60% - -17vw);
        width: 11vw;
        max-width: 166px;
        aspect-ratio: 477 / 480;
        animation: roseFall01 30s linear infinite;
        animation-delay: 0s;
    }

    .cp-bg-fixed__chara--left2 {
        background-image: url("/resources/a/image/landing/campaign/hanametepopup2026/rose2.png?date=20260916");
        background-size: 100% 100%;
        right: calc(55% - -17vw);
        width: 6.8vw;
        max-width: 99px;
        aspect-ratio: 283 / 272;
        animation: roseFall02 30s linear infinite;
        animation-delay: -7.5s;
    }

    .cp-bg-fixed__chara--left3 {
        background-image: url("/resources/a/image/landing/campaign/hanametepopup2026/rose1.png?date=20260916");
        background-size: 100% 100%;
        right: calc(62% - -24vw);
        width: 2vw;
        max-width: 37px;
        aspect-ratio: 108 / 92;
        animation: roseFall03 30s linear infinite;
        animation-delay: -15s;
    }

     /* RIGHT */
    .cp-bg-fixed__chara--right1 {
        background-image: url("/resources/a/image/landing/campaign/hanametepopup2026/rose3.png?date=20260916");
        background-size: 100% 100%;
        left: calc(57% + 25vw);
        width: 11vw;
        max-width: 166px;
        aspect-ratio: 477 / 480;
        animation: roseFall04 30s linear infinite;
        animation-delay: -22.5s;
    }

    .cp-bg-fixed__chara--right2 {
        background-image: url("/resources/a/image/landing/campaign/hanametepopup2026/rose2.png?date=20260916");
        background-size: 100% 100%;
        left: calc(50% + 25vw);
        width: 6.8vw;
        max-width: 99px;
        aspect-ratio: 283 / 272;
        animation: roseFall05 30s linear infinite;
        animation-delay: -10s;
    }

    .cp-bg-fixed__chara--right3 {
        background-image: url("/resources/a/image/landing/campaign/hanametepopup2026/rose1.png?date=20260916");
        background-size: 100% 100%;
        left: calc(60% + 25vw);
        width: 2vw;
        max-width: 37px;
        aspect-ratio: 108 / 92;
        animation: roseFall06 30s linear infinite;
        animation-delay: -18s;
    }

    @keyframes roseFall01 {
        0% {
            transform:
                translate(0, 0)
                rotate(0deg);
            opacity: 1;
        }

        6% {
            opacity: 1;
        }

        20% {
            transform:
                translate(12px, 25vh)
                rotate(25deg);
            opacity: 0.8;
        }

        35% {
            transform:
                translate(-8px, 45vh)
                rotate(55deg);
            opacity: 0.78;
        }

        50% {
            transform:
                translate(10px, 65vh)
                rotate(90deg);
            opacity: 0.72;
        }

        65% {
            transform:
                translate(-10px, 85vh)
                rotate(125deg);
            opacity: 0.62;
        }

        80% {
            transform:
                translate(8px, 105vh)
                rotate(160deg);
            opacity: 0.42;
        }

        92% {
            transform:
                translate(-6px, 118vh)
                rotate(185deg);
            opacity: 0.18;
        }

        100% {
            transform:
                translate(5px, 130vh)
                rotate(200deg);
            opacity: 0;
        }
    }

    @keyframes roseFall02 {
        0% {
            transform:
                translate(0, 0)
                rotate(0deg);
            opacity: 1;
        }

        7% {
            opacity: 1;
        }

        22% {
            transform:
                translate(-10px, 25vh)
                rotate(-25deg);
            opacity: 0.7;
        }

        37% {
            transform:
                translate(8px, 45vh)
                rotate(-55deg);
            opacity: 0.68;
        }

        52% {
            transform:
                translate(-12px, 65vh)
                rotate(-90deg);
            opacity: 0.62;
        }

        67% {
            transform:
                translate(9px, 85vh)
                rotate(-125deg);
            opacity: 0.52;
        }

        82% {
            transform:
                translate(-7px, 105vh)
                rotate(-160deg);
            opacity: 0.34;
        }

        93% {
            transform:
                translate(6px, 118vh)
                rotate(-185deg);
            opacity: 0.15;
        }

        100% {
            transform:
                translate(-4px, 130vh)
                rotate(-200deg);
            opacity: 0;
        }
    }

    @keyframes roseFall03 {
        0% {
            transform:
                translate(0, 0)
                rotate(0deg);
            opacity: 1;
        }

        6% {
            opacity: 1;
        }

        20% {
            transform:
                translate(8px, 25vh)
                rotate(30deg);
            opacity: 0.72;
        }

        35% {
            transform:
                translate(-6px, 45vh)
                rotate(65deg);
        }

        50% {
            transform:
                translate(9px, 65vh)
                rotate(100deg);
        }

        65% {
            transform:
                translate(-7px, 85vh)
                rotate(135deg);
            opacity: 0.55;
        }

        80% {
            transform:
                translate(6px, 105vh)
                rotate(170deg);
            opacity: 0.35;
        }

        92% {
            transform:
                translate(-5px, 118vh)
                rotate(200deg);
            opacity: 0.15;
        }

        100% {
            transform:
                translate(4px, 130vh)
                rotate(220deg);
            opacity: 0;
        }
    }

    @keyframes roseFall04 {
        0% {
            transform:
                translate(0, 0)
                rotate(0deg);
            opacity: 1;
        }

        7% {
            opacity: 1;
        }

        21% {
            transform:
                translate(-11px, 25vh)
                rotate(-25deg);
        }

        36% {
            transform:
                translate(8px, 45vh)
                rotate(-55deg);
        }

        51% {
            transform:
                translate(-10px, 65vh)
                rotate(-90deg);
        }

        66% {
            transform:
                translate(11px, 85vh)
                rotate(-125deg);
            opacity: 0.58;
        }

        81% {
            transform:
                translate(-8px, 105vh)
                rotate(-160deg);
            opacity: 0.38;
        }

        93% {
            transform:
                translate(6px, 118vh)
                rotate(-190deg);
            opacity: 0.16;
        }

        100% {
            transform:
                translate(-4px, 130vh)
                rotate(-210deg);
            opacity: 0;
        }
    }

    @keyframes roseFall05 {
        0% {
            transform:
                translate(0, 0)
                rotate(0deg);
            opacity: 1;
        }

        6% {
            opacity: 1;
        }

        20% {
            transform:
                translate(10px, 25vh)
                rotate(25deg);
        }

        35% {
            transform:
                translate(-8px, 45vh)
                rotate(55deg);
        }

        50% {
            transform:
                translate(11px, 65vh)
                rotate(90deg);
        }

        65% {
            transform:
                translate(-9px, 85vh)
                rotate(125deg);
            opacity: 0.52;
        }

        80% {
            transform:
                translate(7px, 105vh)
                rotate(160deg);
            opacity: 0.32;
        }

        92% {
            transform:
                translate(-6px, 118vh)
                rotate(190deg);
            opacity: 0.14;
        }

        100% {
            transform:
                translate(4px, 130vh)
                rotate(210deg);
            opacity: 0;
        }
    }

    @keyframes roseFall06 {
        0% {
            transform:
                translate(0, 0)
                rotate(0deg);
            opacity: 1;
        }

        7% {
            opacity: 1;
        }

        22% {
            transform:
                translate(-8px, 25vh)
                rotate(-30deg);
        }

        37% {
            transform:
                translate(6px, 45vh)
                rotate(-65deg);
        }

        52% {
            transform:
                translate(-9px, 65vh)
                rotate(-100deg);
        }

        67% {
            transform:
                translate(8px, 85vh)
                rotate(-135deg);
            opacity: 0.52;
        }

        82% {
            transform:
                translate(-6px, 105vh)
                rotate(-170deg);
            opacity: 0.32;
        }

        93% {
            transform:
                translate(5px, 118vh)
                rotate(-200deg);
            opacity: 0.15;
        }

        100% {
            transform:
                translate(-4px, 130vh)
                rotate(-220deg);
            opacity: 0;
        }
    }


    @media (prefers-reduced-motion: reduce) {
        .cp-bg-fixed__chara--left1,
        .cp-bg-fixed__chara--left2,
        .cp-bg-fixed__chara--left3,
        .cp-bg-fixed__chara--right1,
        .cp-bg-fixed__chara--right2,
        .cp-bg-fixed__chara--right3 {
            animation: none;
            opacity: 1;
        }
    }
}

@media not all and (max-width: 1920px) {
    .cp-bg-fixed {
        width: 100vw;
    }
}

@media screen and (max-width: 950px) {
    /* SP */
    .cp-bg-fixed__chara {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    /* SP */
    .cp-bg-fixed {
        display: none;
    }
}
