@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@500&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

p {
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック体", sans-serif;
}


a {
    color: #1a1a1a;
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック体", sans-serif;
}

.site-header {
    display: none;
}

#cat_search_area_hd {
    display: none;
}

nav,
section {
    margin-bottom: 0% !important;
}

html {
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック体", sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-weight: 400;
    font-size: clamp(11px, 3.1vw, 13px) !important;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #1a1a1a;
    scroll-behavior: smooth;
    background: #55A5A3;
}

body {
    font-size: clamp(11px, 3.1vw, 13px) !important;
    letter-spacing: 0.1em !important;
}

img {
    width: 100%;
    vertical-align: bottom;
}

.opening-fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1), transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}

body.is-loaded .opening-fade {
    opacity: 1;
    transform: translateY(0);
}

.opening-scale-down {
    opacity: 0;
    transform: scale(1.1);
    /* 1.05〜1.1倍くらいが上品でおすすめです */
    transition: opacity 3s cubic-bezier(0.25, 1, 0.5, 1), transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}

body.is-loaded .opening-scale-down {
    opacity: 1;
    transform: scale(1);
}

.opening-scale-bg {
    opacity: 0;
    transform: scale(1.3);
    /* 1.05〜1.1倍くらいが上品でおすすめです */
    transition: opacity 3s cubic-bezier(0.25, 1, 0.5, 1), transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}

body.is-loaded .opening-scale-bg {
    opacity: 1;
    transform: scale(1.15);
}

.delay-0 {
    transition-delay: 0.1s;
}

.delay-1 {
    transition-delay: 0.3s;
}

.delay-2 {
    transition-delay: 0.6s;
}

.delay-3 {
    transition-delay: 0.8s;
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 2s ease, transform 2s ease;
}

.fade-in-up.is-active {
    opacity: 1;
    transform: translateY(0);
}



.wrapper {
    background: linear-gradient(180deg, rgba(179, 242, 170, 1) 0%, rgba(255, 231, 230, 1) 65%, rgba(255, 231, 230, 1) 92%, rgba(255, 231, 230, 0) 100%);
}

.main__content {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.floating-badge {
    position: absolute;
    right: clamp(18px, 5.1vw, 21px);
    bottom: clamp(65px, 17.9vw, 74px);
    z-index: 100;
    display: block;
}

.floating-badge:hover {
    opacity: 0.8;
}

.floating-badge__img {
    display: block;
    width: clamp(111px, 30.8vw, 127px);
    height: auto;
}

.mv {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-color: #55A5A3;
}

.swiper {
    z-index: 0 !important;
}

.hero-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}


.mv__ttl {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    position: absolute;
    right: 0;
    left: clamp(28px, 7.7vw, 32px);
    top: 13%;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    z-index: 99;
}

.mv__ttl p {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #FFFF00;
    letter-spacing: 0.1em;
    font-size: clamp(22px, 6.2vw, 25px);
}

.mv__mainttl {
    font-weight: 500;
    font-style: normal;
    font-size: clamp(59px, 16.4vw, 68px);
    color: #fff;
    text-align: left;
    letter-spacing: 0.08em;
    line-height: 0;
}

.mv__mainttl strong {
    font-weight: 500;
    font-style: normal;
    font-size: clamp(92px, 25.6vw, 106px);
    color: #fff;
    text-align: left;
    letter-spacing: 0;
    margin-right: clamp(6px, 1.8vw, 7px);
    line-height: 1;
}

.mv__mainttl span {
    font-weight: 600;
    font-style: normal;
    font-size: clamp(33px, 9.2vw, 38px);
    color: #fff;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 1;
}

.mv__message {
    padding-bottom: clamp(37px, 10.3vw, 42px);
    background: url(../images/mv_bg.png) no-repeat;
    background-size: 125%;
    background-position: top left;
}

.mv__lead {
    text-align: left;
    padding: clamp(55px, 15.4vw, 64px) clamp(28px, 7.7vw, 32px);
}

.mv__lead .mv__leadttl {
    font-size: clamp(17px, 4.6vw, 19px);
    font-weight: 700;
    color: #55A5A3;
    margin-bottom: clamp(18px, 5.1vw, 21px);
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: clamp(18px, 5.1vw, 21px) !important;
}

.mv__lead p {
    font-weight: 500;
    font-size: clamp(13px, 3.6vw, 15px);
    line-height: 2;
}

.mv__lead p:not(:last-child) {
    margin-bottom: clamp(9px, 2.6vw, 11px);
}

.scroll {
    padding-top: clamp(92px, 25.6vw, 106px);
    position: relative;
    text-align: center;
}

.scroll::before {
    animation: scroll 2s infinite;
    border-bottom: 2px solid #55A5A3;
    border-left: 2px solid #55A5A3;
    content: "";
    height: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
}

.scroll::after {
    animation: scroll 2s infinite;
    border-bottom: 2px solid #55A5A3;
    border-left: 2px solid #55A5A3;
    content: "";
    height: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 13px;
    width: 15px;
}

@keyframes scroll {
    0% {
        opacity: 0;
        transform: rotate(-45deg) translate(0, 0);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        transform: rotate(-45deg) translate(-20px, 20px);
    }

    100% {
        opacity: 0;
    }
}

.list {
    position: relative;
    margin: 0 auto;
    padding-bottom: clamp(37px, 10.3vw, 42px);
}

.list .list__group:not(:last-child) {
    margin-bottom: clamp(18px, 5.1vw, 21px);
}

.intro__balloon {
    position: absolute;
    right: clamp(10px, 5vw, 50px);
    top: clamp(-83px, -23.1vw, -96px);
    width: clamp(78px, 21.8vw, 90px);
    height: auto;
    z-index: 1;
    pointer-events: none;
    animation: float 1.5s ease-in-out infinite alternate;
}

@keyframes float {
    0% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, -15px);
    }
}

.list .list__group .list__ttl {
    width: calc(100% - clamp(55px, 15.4vw, 64px));
    margin: 0 auto;
}

.list .list__group .list__ttl .list__subttl {
    font-weight: 500;
    display: block;
    font-size: clamp(13px, 3.6vw, 15px);
    color: #1a1a1a;
    margin-bottom: clamp(9px, 2.6vw, 11px);
    line-height: 1;
}

.list .list__group .list__ttl .list__mainttl {
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: flex-end;
    font-weight: 600;
    font-size: clamp(22px, 6.2vw, 25px);
    line-height: 1;
}

.list .list__group .list__ttl .list__mainttl span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: clamp(10px, 2.6vw, 11px);
    margin-left: clamp(9px, 2.6vw, 11px);
}

.list .list__group ul {
    display: flex;
    justify-content: space-between;
    width: calc(100% - clamp(55px, 15.4vw, 64px));
    margin: 0 auto;
}

.list .list__group ul li {
    position: relative;
    background: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    width: calc(50% - 5px);
}

.list .list__group ul li:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.list .list__group ul li a {
    display: block;
    padding: clamp(9px, 2.6vw, 11px) clamp(11px, 3.1vw, 13px) clamp(33px, 9.2vw, 38px);
    transition: .5s all;
}

.list .list__group ul li a::after {
    content: "";
    display: inline-block;
    width: clamp(7px, 2.1vw, 8px);
    height: clamp(7px, 2.1vw, 8px);
    border-top: 2px solid #55A5A3;
    border-right: 2px solid #55A5A3;
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
    vertical-align: middle;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transition: .5s all;
}

.list .list__group ul li a .list__benefits {
    font-size: clamp(9px, 2.6vw, 11px);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: clamp(9px, 2.6vw, 11px);
}

.list .list__group ul li a .list__benefits span {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: clamp(44px, 12.3vw, 51px);
    line-height: 1;
}

.list .list__group ul li a .list__ankerttl {
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.5;
    margin-bottom: clamp(9px, 2.6vw, 11px);
    letter-spacing: 0.05em;
}

.list .list__group ul li a .list__ankerttl-en {
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(23px, 6.4vw, 27px);
    font-size: clamp(9px, 2.6vw, 11px);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    color: #55A5A3;
    line-height: 1.2;
    transition: .5s all;
}

.list .list__group ul li a:hover .list__ankerttl-en {
    color: #fff !important;
}

.list .list__group ul li a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.list .list__group ul li a:hover {
    border: 0px solid #1a1a1a;
    color: #fff !important;
    background: #55A5A3;
}


.event {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #55A5A3;
    padding: clamp(14px, 3.8vw, 16px) clamp(28px, 7.7vw, 32px);
    color: #fff;
    margin: clamp(18px, 5.1vw, 21px) 0;
}

.event__label {
    display: inline-block;
    font-size: clamp(13px, 3.6vw, 15px);
    font-weight: bold;
    letter-spacing: 0.1em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-right: clamp(14px, 3.8vw, 16px);
}

.event__time-block {
    display: flex;
    align-items: center;
}

.event__time-block:first-of-type::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    margin-left: clamp(9px, 2.6vw, 11px);
    margin-right: clamp(9px, 2.6vw, 11px);
}

.event__date {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: clamp(30px, 8.2vw, 34px);
    color: #ffff00;
    line-height: 1;
    margin-right: clamp(4px, 1vw, 4px);
    letter-spacing: 0.1em;
}

.event__sub {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: clamp(11px, 3.1vw, 13px);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2;
}


.divider {
    width: 100%;
}

.divider__img {
    display: block;
    width: 100%;
    height: auto;
    height: clamp(148px, 41vw, 170px);
    object-fit: cover;
}

.benefits {
    width: 100%;
    padding-bottom: clamp(46px, 12.8vw, 53px);
}

.benefits__maintxt {
    font-size: clamp(11px, 3.1vw, 13px);
    font-weight: 500;
    margin-bottom: clamp(28px, 7.7vw, 32px);
    line-height: 1.8;
}

.benefits__txt {
    font-size: clamp(10px, 2.8vw, 12px);
    line-height: 1.8;
}

.benefits__txt strong {
    font-weight: 700;
}

.benefits__text-area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(37px, 10.3vw, 42px) clamp(28px, 7.7vw, 32px);
    background-color: #55A5A3;
}

.benefits__number-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefits__label {
    color: #ffff00;
    font-size: clamp(13px, 3.6vw, 15px);
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック体", sans-serif;
}

.benefits__number {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #ffff00;
    font-size: clamp(37px, 10.3vw, 42px);
    line-height: 1;
}

.benefits__content-col {
    display: flex;
    flex-direction: column;
    color: #fff;
    border-left: 1px dotted #fff;
    transform: rotate(0.001deg);
    padding-left: clamp(28px, 7.7vw, 32px);
    margin-left: clamp(28px, 7.7vw, 32px);
}

.benefits__content-col.right {
    display: flex;
    flex-direction: column;
    color: #fff;
    border-left: 0px dotted #fff;
    padding-left: 0;
    margin-left: 0;
    border-right: 1px dotted #fff;
    transform: rotate(0.001deg);
    padding-right: clamp(28px, 7.7vw, 32px);
    margin-right: clamp(28px, 7.7vw, 32px);
}

.benefits__heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
}

.benefits__en-text {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(30px, 8.2vw, 34px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
}

.benefits01__en-text {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(30px, 8.2vw, 34px);
    font-weight: 600;
    line-height: 1;
    margin-top: 3px;
    letter-spacing: 0.1em;
}

.benefits02__en-text {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(26px, 7.2vw, 30px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
}

.benefits03__en-text {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(20px, 5.6vw, 23px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
}

.benefits03__en-maintext {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(32px, 9vw, 37px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 5px;
}


.benefits02__price-text {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(44px, 12.3vw, 51px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
}


.benefits02__price-flex {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    font-size: clamp(18px, 5.1vw, 21px);
    line-height: 1;
}

.benefits02__price-ja {
    font-size: clamp(15px, 4.1vw, 17px);
    font-weight: 600;
    line-height: 1;
}

.benefits02__price-en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: clamp(20px, 5.6vw, 23px);
    line-height: 1;
}

.benefits__comma {
    font-size: clamp(31px, 8.7vw, 36px);
}

.benefits__badge {
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック体", sans-serif;
    font-size: clamp(12px, 3.3vw, 14px);
    font-weight: bold;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 4px;
    letter-spacing: 0.1em;
    padding: 5px 5px 7px;
    line-height: 1;
}

.benefits02__badge {
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック体", sans-serif;
    font-size: clamp(12px, 3.3vw, 14px);
    font-weight: 600;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 4px;
    letter-spacing: 0.1em;
    padding: 5px 8px 7px;
    line-height: 1;
}

.benefits03__badge {
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック体", sans-serif;
    font-size: clamp(12px, 3.3vw, 14px);
    font-weight: 600;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.1em;
    padding: 3px 0 5px;
    line-height: 1;
}

.benefits__desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(15px, 4.1vw, 17px);
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    margin-top: 5px;
}

.benefits03__desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    font-size: clamp(13px, 3.6vw, 15px);
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    margin-top: 5px;
}


.benefits__desc::before,
.benefits__desc::after {
    content: '';
    flex-grow: 1;
    /* 💡ここが魔法！余ったスペースを線が全力で埋めに行く */
    height: 1px;
    /* 線の太さ */
    background-color: #fff;
    /* 線の色 */
}

.benefits__desc::before {
    margin-right: clamp(9px, 2.6vw, 11px);
}

.benefits__desc::after {
    margin-left: clamp(9px, 2.6vw, 11px);
}

.benefits__image-wrap {
    width: 100%;
    margin-bottom: clamp(28px, 7.7vw, 32px);
}

.benefits__image {
    display: block;
    width: 100%;
    height: auto;
}

.benefits__wrapper {
    width: calc(100% - clamp(55px, 15.4vw, 64px));
    margin: 0 auto;
    color: #1a1a1a;
}

.benefits__bar {
    background-color: #1a1a1a;
    color: #fff;
    font-size: clamp(13px, 3.6vw, 15px);
    font-weight: normal;
    text-align: center;
    padding: 5px;
    line-height: 1;
    margin-bottom: clamp(18px, 5.1vw, 21px);
    letter-spacing: 0.1em;
}

.benefits__bar.coupon {
    margin-bottom: 0;
}

.benefits__area {
    background-color: #eaf8f7;
    padding: clamp(28px, 7.7vw, 32px) clamp(18px, 5.1vw, 21px);
    margin-bottom: clamp(28px, 7.7vw, 32px);
}

.benefits__ticket {
    text-align: center;
    margin: 0 0 clamp(28px, 7.7vw, 32px);
}

.benefits__ticket:last-child {
    margin-bottom: 0;
}

.benefits__ticket-info {
    color: #55A5A3;
    font-size: clamp(12px, 3.3vw, 14px);
    font-weight: 500;
    margin: 0 0 clamp(9px, 2.6vw, 11px);
    line-height: 1;
}

.benefits__ticket-name {
    font-size: clamp(18px, 5.1vw, 21px);
    font-weight: 600;
    margin: 0 0 clamp(14px, 3.8vw, 16px);
    line-height: 1;
    text-align: center;
}

.benefits__ticket-flex {
    display: flex;
    justify-content: center;
    gap: clamp(9px, 2.6vw, 11px);
    max-width: 400px;
    margin: 0 auto;
}

.benefits__ticket-code {
    width: 48%;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: clamp(17px, 4.6vw, 19px);
    font-weight: 500;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(9px, 2.6vw, 11px);
    border-radius: 5px;
}

.cp_ukezara-get-btn {
    background: #55A5A3;
    border: 1px solid #55A5A3;
    color: #fff;
    width: 32%;
    font-size: clamp(9px, 2.6vw, 11px);
    font-weight: 700;
    padding: clamp(17px, 4.6vw, 19px) 0;
    border-radius: 5px;
    cursor: pointer;
}

.cp_ukezara-get-btn.copied {
    color: #55A5A3;
    background-color: #fff;
    border: 1px solid #55A5A3;
}

.txtlink {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration: underline;
    gap: 5px;
    margin-top: 5px;
}

.txtlink::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #55A5A3;
    border-right: 1px solid #55A5A3;
    transform: translateY(-50%) rotate(45deg);
    margin-top: 7px;
    vertical-align: middle;
    transition: .5s all;
}

.benefits__btn__wrap {
    display: flex;
}

.benefits__btn {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    background: #55A5A3;
    padding: 5px clamp(28px, 7.7vw, 32px);
    margin: clamp(18px, 5.1vw, 21px) auto clamp(28px, 7.7vw, 32px);
    transition: .5s all;
    border: 1px solid #55A5A3;
}

.benefits__btn::after {
    content: "";
    display: inline-block;
    width: clamp(4px, 1vw, 4px);
    height: clamp(4px, 1vw, 4px);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 48%;
    right: 10px;
    transition: .5s all;
}

.benefits__btn:hover {
    border: 1px solid #55A5A3;
    color: #55A5A3;
    background: #fff;
}

.benefits__btn:hover::after {
    border-top: 1px solid #55A5A3;
    border-right: 1px solid #55A5A3;
}

/* --- セクション全体（背景色と余白） --- */
.brand {
    background-color: #EFEAE1;
    padding: clamp(18px, 5.1vw, 21px) clamp(18px, 5.1vw, 21px);
    color: #1a1a1a;
    margin: clamp(37px, 10.3vw, 42px) 0 0;
}

.brand__title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(13px, 3.6vw, 15px);
    font-weight: normal;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 0 0 clamp(18px, 5.1vw, 21px);
}

.brand__title::before,
.brand__title::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #1a1a1a;
}

.brand__title::before {
    /* 右15pxをclamp化 */
    margin-right: clamp(14px, 3.8vw, 16px);
}

.brand__title::after {
    /* 左15pxをclamp化 */
    margin-left: clamp(14px, 3.8vw, 16px);
}

/* --- 説明テキスト --- */
.brand__body {
    /* 下40pxをclamp化 */
    margin-bottom: clamp(18px, 5.1vw, 21px);
}

.brand__text {
    font-size: clamp(11px, 3.1vw, 13px);
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 clamp(18px, 5.1vw, 21px);
    letter-spacing: 0.05em;
}

.brand__text:last-child {
    margin-bottom: 0;
}

.brand__banner {
    text-align: center;
}

.brand__lead {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(11px, 3.1vw, 13px);
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 clamp(9px, 2.6vw, 11px);
}

.brand__lead::before,
.brand__lead::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #1a1a1a;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.brand__lead::before {
    margin-right: clamp(9px, 2.6vw, 11px);
}

.brand__lead::after {
    margin-left: clamp(9px, 2.6vw, 11px);
}

.brand__fig {
    margin: 0;
}

.brand__fig figcaption {
    text-decoration-line: underline;
    margin-top: 5px;
    font-size: clamp(9px, 2.6vw, 11px);
    font-weight: 500;
}

.brand__link {
    display: block;
    transition: opacity 0.3s;
}

.brand__link:hover {
    opacity: 0.8;
}

.brand__img {
    display: block;
    width: 100%;
    height: auto;
}

.message {
    background-color: #55A5A3;
    color: #fff;
    padding: clamp(74px, 20.5vw, 85px) clamp(28px, 7.7vw, 32px);
    margin-bottom: clamp(55px, 15.4vw, 64px) !important;
}

.message__logo-wrap {
    text-align: center;
    margin: 0 0 clamp(37px, 10.3vw, 42px);
}

.message__logo {
    max-width: 150px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.message__title {
    font-size: clamp(17px, 4.6vw, 19px);
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    margin: 0 0 clamp(18px, 5.1vw, 21px);
}

.message__text {
    font-size: clamp(13px, 3.6vw, 15px);
    line-height: 2;
    letter-spacing: 0.07em;
    margin: 0 0 clamp(18px, 5.1vw, 21px);
}

.message__text:last-child {
    margin-bottom: 0;
}

.message__signature {
    text-align: right;
    font-size: clamp(11px, 3.1vw, 13px);
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: clamp(28px, 7.7vw, 32px);
}

.section-title {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    letter-spacing: 0.2rem;
    font-size: clamp(23px, 6.4vw, 27px);
    margin: 0 clamp(28px, 7.7vw, 32px) clamp(14px, 3.8vw, 16px);
}

.section-catch {
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック体", sans-serif;
    display: block;
    font-size: clamp(10px, 2.8vw, 12px);
    margin-left: 0;
}

.gallery {
    margin-bottom: clamp(55px, 15.4vw, 64px);
}

.gallery__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1000px;
    margin: 0 auto clamp(18px, 5.1vw, 21px);
}

.gallery__item {
    margin: 0;
    width: 100%;
    height: 100%;
    transition: .5s all;
    overflow: hidden;
}

.gallery__item img {
    transition: .5s all;
}


.gallery__item:hover img {
    transition: .5s all;
    transform: scale(1.08);
}

.gallery__item--large {
    grid-column: 1 / -1;
}

.gallery__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__link {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-decoration: underline;
    gap: 5px;
    margin-top: 5px;
    padding-left: clamp(14px, 3.8vw, 16px);
}

.gallery__link::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #55A5A3;
    border-right: 1px solid #55A5A3;
    transform: translateY(-50%) rotate(45deg);
    margin-top: 7px;
    vertical-align: middle;
    transition: .5s all;
}

@media screen and (min-width: 640px) {
    .pc-layout-wrapper {
        position: relative;
        z-index: 0;
    }

    .bg-blur-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../images/bg.jpg') #55a5a3;
        background-size: cover;
        background-position: center;
        filter: blur(8px);
        z-index: -1;
    }

    .site-header {
        display: block;
    }

    #hum {
        display: none;
    }

    .pc__content {
        position: fixed;
        top: 0;
        left: 0;
        width: calc((100% - 390px) / 2);
        height: 100dvh;
        overflow: hidden;
    }

    .mv__ttl {
        left: clamp(28px, 7.7vw, 32px);
        top: 3%;
    }

    .mv__ttl p {
        font-size: clamp(28px, 7.7vw, 32px);
    }

    .mv__mainttl {
        font-size: clamp(59px, 16.4vw, 78px);
    }

    .mv__mainttl strong {
        font-size: clamp(92px, 25.6vw, 130px);
    }

    .mv__mainttl span {
        font-size: clamp(33px, 9.2vw, 45px);
    }

    .main__content {
        z-index: 99;
        width: 480px;
        max-width: 480px;
    }

    .item__fv__subimage .item__fv__subimagemask {
        bottom: clamp(-11px, -3.1vw, -13px);
    }

    .item__detail__image .swiper-button-prev {
        left: 19px;
    }

    .item__detail__image .swiper-button-next {
        right: 19px;
    }

    .item__detail__image .swiper-button-next,
    .item__detail__image .swiper-button-prev {
        width: 38px;
        height: 38px;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        color: #1a1a1a;
        transition: background-color 0.3s;
    }
}


@media (min-width: 1200px) {

    .main__content {
        width: 100%;
        max-width: 450px;
        margin-top: 66px;
        border-left: 0px solid;
        border-right: 0px solid;
        /* border-radius: 20px 20px 0 0; */
    }

    .pc-layout-wrapper {
        margin-top: -66px;
        display: grid;
        grid-template-columns: 4fr 450px 1fr;
        align-items: start;
        position: relative;
    }

    .sticky-left-panel {
        display: flex;
        flex-shrink: 0;
        position: sticky;
        top: 0;
        height: calc(100vh - 0px);
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    /* .sticky-left-panel:before {
        content: '';
        display: flex;
        flex-shrink: 0;
        position: absolute;
        background: url(../images/pcmv_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
        transform: scale(1.1);
        filter: blur(8px);
        z-index: -1;
    } */

    .pcmv__ttl {
        font-family: "Montserrat", sans-serif !important;
        font-optical-sizing: auto;
        margin: 0 auto;
        text-align: left;
        color: #fff;
        z-index: 99;
    }

    .pcmv__ttl p {
        font-family: "Montserrat", sans-serif !important;
        font-optical-sizing: auto;
        font-weight: 600;
        color: #ffff00;
        letter-spacing: 0.1em;
        font-size: clamp(22px, 6.2vw, 32px);
    }

    .pcmv__mainttl {
        font-weight: 500;
        font-style: normal;
        font-size: clamp(59px, 16.4vw, 68px);
        text-align: left;
        letter-spacing: 0.08em;
        line-height: 0;
    }

    .pcmv__mainttl strong {
        font-weight: 500;
        font-style: normal;
        font-size: clamp(92px, 25.6vw, 120px);
        text-align: left;
        letter-spacing: 0;
        margin-right: clamp(6px, 1.8vw, 7px);
        line-height: 1;
    }

    .pcmv__mainttl span {
        font-weight: 600;
        font-style: normal;
        font-size: clamp(33px, 9.2vw, 48px);
        text-align: left;
        letter-spacing: 0.1em;
        line-height: 1;
    }

    .side-menu-wrapper {
        display: none;
        flex-shrink: 0;
        position: sticky;
        top: 0;
        height: auto;
        height: calc(100vh - 0px);
        /* background: url(../images/bg_right.png) #fff;
        background-size: cover;
        background-position: center center; */
    }

    .menu-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .pc-event {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #55A5A3;
        padding: clamp(14px, 3.8vw, 16px) clamp(14px, 3.8vw, 16px);
        color: #fff;
    }

    .pc-event__label {
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.1em;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-right: 10px;
    }

    .pc-event__time-block {
        display: flex;
        align-items: center;
    }

    .pc-event__time-block:first-of-type::after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #fff;
        margin-left: 5px;
        margin-right: 5px;
    }

    .pc-event__date {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-size: 30px;
        color: #ffff00;
        line-height: 1;
        margin-right: clamp(4px, 1vw, 4px);
        letter-spacing: 0.1em;
    }

    .pc-event__sub {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 0.1em;
        line-height: 1.2;
    }

    .hero-wrap__nav {
        position: relative;
        flex-shrink: 0;
        padding: 40px 30px;
        width: 100%;
        max-width: 380px;
        margin: 80px auto 0;
        border-radius: 20px 20px 0 0;
        background: #fff;
    }

    .hero-wrap__nav .intro__balloon {
        right: clamp(30px, 5vw, 30px);
        top: clamp(-56px, -23.1vw, -96px);
        width: clamp(78px, 21.8vw, 90px);
    }

    .hero-wrap__nav .list__ttl {
        margin: 0 auto 20px;
    }

    .hero-wrap__nav .list__ttl .list__subttl {
        font-weight: 500;
        display: block;
        font-size: 12px;
        color: #1a1a1a;
        margin-bottom: clamp(9px, 2.6vw, 11px);
        line-height: 1;
    }

    .hero-wrap__nav .list__ttl .list__mainttl {
        font-family: "Montserrat", sans-serif;
        display: flex;
        align-items: flex-end;
        font-weight: 600;
        font-size: 21px;
        line-height: 1;
    }

    .benefits-nav {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .benefits-nav__item {
        border-bottom: 1px solid #e0e0e0;
    }

    .benefits-nav__item:last-child {
        border-bottom: 0px solid #e0e0e0;
    }

    .benefits-nav__link {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #1a1a1a;
        padding: 20px;
        transition: .5s all;
    }



    .benefits-nav__num-box {
        display: flex;
        align-items: center;
        margin-right: 20px;
    }

    .benefits-nav__label {
        font-size: 11px;
        font-weight: bold;
        margin-right: 4px;
        margin-top: 4px;
    }

    .benefits-nav__num {
        display: flex;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 48px;
        font-weight: 500;
        width: 25px;
        line-height: 1;
    }

    .benefits-nav__text-box {
        flex: 1;
    }

    .benefits-nav__jp {
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        margin: 0 0 8px;
        letter-spacing: 0.05em;
    }

    .benefits-nav__en {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #55A5A3;
        margin: 0;
        line-height: 1;
        letter-spacing: 0.05em;
        transition: .5s all;
    }

    .benefits-nav__arrow {
        width: 10px;
        height: 10px;
        border-right: 2px solid #55A5A3;
        border-bottom: 2px solid #55A5A3;
        transform: rotate(45deg);
        margin-left: 15px;
        transition: .5s all;
    }

    .benefits-nav__link:hover .benefits-nav__en {
        color: #fff !important;
    }

    .benefits-nav__link:hover .benefits-nav__arrow {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .benefits-nav__link:hover {
        border: 0px solid #1a1a1a;
        color: #fff !important;
        background: #55A5A3;
    }

    .cp_ukezara-get-btn {
        background: #55A5A3;
        border: 1px solid #55A5A3;
        color: #fff;
        width: 32%;
        font-size: clamp(11px, 3.1vw, 13px);
        font-weight: 700;
        padding: clamp(17px, 4.6vw, 19px) 0;
        border-radius: 5px;
        cursor: pointer;
    }

    .mv__ttl {
        left: clamp(28px, 7.7vw, 32px);
        top: 3%;
    }

    .mv__ttl p {
        font-size: 25px;
    }

    .mv__mainttl {
        font-size: 62px;
    }

    .mv__mainttl strong {
        font-size: 110px;
    }

    .mv__mainttl span {
        font-size: 36px;
    }

    .left-panel-inner .item__fv {
        transform: scale(0.9);

        transform-origin: top center;
        margin-top: 0 !important;
    }

    .-fv-scale {
        transform: scale(1) !important;
    }

    .store {
        border-bottom: 1px solid #1a1a1a;
        position: absolute;
        z-index: 1;
        top: 100px;
        right: 80px;
        transition: .2s all;
    }

    .store:hover {
        opacity: 0.5;
    }

    .store a {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        margin-bottom: 5px;
    }

    .store img {
        width: auto;
        height: 24px;
        margin-bottom: 4px;
        margin-right: 6px;
    }

    .store p {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #1a1a1a;
        letter-spacing: 0.1rem;
        line-height: 1.3;
    }
}


@media (min-width: 1440px) {

    .pc-layout-wrapper {
        grid-template-columns: 1.7fr 500px 1fr;
    }

    .main__content {
        width: 100%;
        max-width: 500px;
    }

    .left-panel-inner .item__fv {
        transform: scale(1);
    }

    .hero-wrap__nav {
        padding: 40px 30px;
    }

    .side-menu-wrapper {
        display: block;
    }

    .menu-wrapper {
        transform: scale(1);
    }

    .mv__ttl {
        left: clamp(28px, 7.7vw, 32px);
        top: 5%;
    }

    .mv__ttl p {
        font-size: 34px;
    }

    .mv__mainttl {
        font-size: 75px;
    }

    .mv__mainttl strong {
        font-size: 110px;
    }

    .mv__mainttl span {
        font-size: 45px;
    }
}


@media (max-width: 1200px) {

    .sticky-left-panel,
    .side-menu-wrapper {
        display: none;
    }

    .pc-layout-wrapper {
        display: block;
        padding: 0;
    }
}


/* -------------------------------------
   ページトップへ戻るボタン
------------------------------------- */
.page-top-btn {
    position: fixed;
    right: 15px;
    /* ハンバーガーメニューと同じ右余白 */
    bottom: 20px;
    /* 下からの距離 */
    width: clamp(42px, 11.5vw, 48px);
    /* ハンバーガーより少し小さめに調整 */
    height: clamp(42px, 11.5vw, 48px);
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    /* ハンバーガーメニュー（10001）の下に配置 */
    /* 初期状態は非表示（ハンバーガーメニューと同じ挙動） */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .5s all;
}

/* JSで付与される表示用クラス */
.page-top-btn.is__show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* 上向きの矢印（CSSで作成） */
.page-top-btn .arrow {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #1a1a1a;
    border-right: 2px solid #1a1a1a;
    transform: rotate(-45deg);
    margin-top: 4px;
    transition: .5s all;
    /* 矢印を少し下にずらして中央に見せる */
}

/* ホバー時の挙動（PC用） */
@media screen and (min-width: 640px) {
    .page-top-btn {
        right: 30px;
        /* PC版は少し内側に */
        bottom: 30px;
        width: 50px;
        height: 50px;
    }

    .page-top-btn:hover {
        background: #1D7056;
    }

    .page-top-btn:hover .arrow {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
}



.coming-soon {
    width: calc(100% - clamp(55px, 15.4vw, 64px));
    margin: clamp(18px, 5.1vw, 21px) auto 0;
    text-align: center;
}

.coming-soon p {
    font-weight: 600;
    margin-bottom: clamp(9px, 2.6vw, 11px);
}


.coming-soon__area {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600;
    letter-spacing: 0.2rem;
    background: #eaf8f7;
    font-size: clamp(18px, 5.1vw, 21px);
    color: #55A5A3;
    padding: clamp(9px, 2.6vw, 11px) 0;
}

.product-list {
    width: 100%;
    margin: 0px auto clamp(37px, 10.3vw, 42px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 左:右 の幅比 */
    gap: clamp(28px, 7.7vw, 32px) 10px;
}

.product-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.product-img img {
    width: auto;
    height: 80%;
}

.feature {
    padding: 0 12px;
}

.product-name {
    margin-top: 10px;
    height: 2.2em;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.06em;
}

.product-name-jp {
    margin-top: 10px;
    height: 3.2em;
    font-size: clamp(13px, 3.6vw, 15px);
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0.06em;
}

.product-text {
    margin-top: 10px;
    font-size: 12px;
    height: clamp(65px, 17.9vw, 74px);
    letter-spacing: 0.04em;
    line-height: 1.4em;
}

.price_color {
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
}

.product-price {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

.product-price span {
    font-size: 80%;
    letter-spacing: -0.1em;
}

.product-color {
    display: flex;
    align-items: center;
    gap: 4px;
    /* 間隔 */
}

.product-color .color-tip {
    flex: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.product-type-wrap {
    display: flex;
    gap: 12px;
}

.product-type {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-type-name {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 2px 8px;
    white-space: nowrap;
}


.btn {
    position: relative;
    width: 70%;
    padding: 10px;
    margin: clamp(9px, 2.6vw, 11px) auto 0;
    background-color: #1a1a1a;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: .5s all;
}

.btn p {
    margin: 0;
    font-size: 14px;
    line-height: 1rem;
    position: relative;
    /* ::before と重ならないように */
    z-index: 1;
}

/* 擬似要素で白い背景を左から流す */
a:hover .btn {
    background-color: #FFF;
    border: 1px solid #333;
    color: #333;
}

/* ゲリラクーポン */

.guerrilla-red-band {
    position: absolute;
    top: 64%;
    left: 0;
    width: 100%;
    background-color: #a31f1f;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(9px, 2.6vw, 11px) 0 clamp(14px, 3.8vw, 16px);
    box-sizing: border-box;
    z-index: 10;
    gap: clamp(14px, 3.8vw, 16px);
    font-family: 'Montserrat', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif;
}

.limit-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 3px 0;
    line-height: 1.1;
    font-size: clamp(15px, 4.1vw, 17px);
    font-weight: 600;
    letter-spacing: -2px;
}

.limit-label span {
    letter-spacing: 0.2rem;
}


.countdown-area {
    display: flex;
    align-items: flex-start;
}


.time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.time-box .num {
    font-size: clamp(52px, 14.4vw, 59px);
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    font-family: 'Montserrat', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif;
    letter-spacing: -2px;
}

.time-box .unit {
    font-size: clamp(11px, 3.1vw, 13px);
    font-weight: 600;
    margin-top: 4px;
    letter-spacing: 1px;
}

.countdown-area .colon {
    font-size: clamp(42px, 11.5vw, 48px);
    /* 数字より少し小さく */
    margin: 0 8px;
    position: relative;
    top: 0;
    /* 縦位置の微調整 */
    font-weight: 500;
    line-height: 1;
}

@media screen and (min-width: 640px) {
    .guerrilla {
        margin-top: clamp(-74px, -20.5vw, -85px);
    }
}