/* ========================================
   リセット・ベーススタイル
   ======================================== */

   html {
    font-size: 62.5%;
    font-size: 10px;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 2.6666666667vw;
    }
}


body {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

main {
    background: #FFF4DE;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ========================================
   共通コンポーネント
   ======================================== */

/* ボタン */
.btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    background: none;
}

.btn__theme-phone .btn__text-small {
    color: #DA1D33;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.btn__theme-phone .btn__text-small .small {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
}

.btn__text-small {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
}

.btn__text-large {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
}

header .btn__text-small {
    font-size: 1.2rem;
}


.btn__theme-phone .btn__text-large {
    color: #DA1D33;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}

span.btn__text-icon {
    margin-right: 4px;
    margin-left: -22px;
}

.btn__theme-reservation {
    color: #fff;
    border-radius: 12px;
    background: #DA1D33;
    box-shadow: 0 7.6px 0 0 #931A13;
    display: flex;
    width: 300px;
    height: 85px;
    padding: 15px 15px 15px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
}

header .btn__theme-reservation {
    display: flex;
    width: 159px;
    height: 58px;
    padding: 6px 15px 0 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    border-radius: 12px;
    background: #DA1D33;
    box-shadow: 0 7.6px 0 0 #931A13;
}

.btn__theme-phone {
    display: flex;
    width: 300px;
    height: 85px;
    padding: 18px 10px 12px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 3px solid #DA1D33;
    background: #FFF;
    box-shadow: 0 7.6px 0 0 #931A13;
}

/* コンテナ */
.container {
    width: 100%;
    margin: 0 auto;
}

/* ========================================
   ヘッダー
   ======================================== */
.header {
    background-color: #fff;
}

.header__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 82px;
}
@media screen and (min-width: 768px) {
header {
    height: 106px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    header {
        height: 106px!important;
    }
}
@media screen and (max-width: 1440px) {
.header__inner {
    padding: 0 5.694444444444445vw;
}
}

.header__info {
    margin: 6px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.header__tel {
    font-size: 1.4rem;
    line-height: 160%;
}

.header__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 26px 0 0;
}

.header__logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__logo img {
    width: 72px;
    height: auto;
}

/* ========================================
   ファーストビュー
   ======================================== */
.first-view {
    width: 100%;
    margin: 106px auto 0;
    padding: 14px 14px 0;
    position: relative;
}

.first-view__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.first-view__main {
    width: 100%;
    height: 0;
    padding-top: 39.01918976545842%;
    display: block;
    position: relative;
}

/* PC版：中央コンテンツ */
.first-view__center {
    width: 37.361111111111114vw;
    height: 100%;
    margin: auto;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

/* リボン */
.ribbon {
    width: 27.569444444444446vw;
    height: 5.486111111111111vw;
    margin: 1.25vw auto 2.7777777777777777vw;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    background: url(../img/fee/data/ribon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
}


/* タイトルブロック */
.title-block {
    width: 30.833333333333336vw;
    height: 13.88888888888889vw;
    margin: 0 auto 2.7777777777777777vw;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    background: url(../img/fee/data/title-h1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
}

/* 価格ブロック */
.price-block {
    width: 31.59722222222222vw;
    margin: 0 auto 1.4583333333333333vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.price-block__badge {
    width: 10.347222222222221vw;
    height: 9.23611111111111vw;
    margin: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    background: url(../img/fee/data/price-badge.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
}

.price-block__price {
    margin: 0 0 1.3888888888888888vw;
}

.price-block__amount {
    width: 20.208333333333332vw;
    height: 4.722222222222222vw;
    margin: 0 auto;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    background: url(../img/fee/data/title-price.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
}

.price-block__note {
    margin: 0 auto;
    color: #333;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.6px;
}

/* PC版：右側写真ギャラリー */
.first-view__right-photo {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}



/* SP版：写真ギャラリー */
.first-view__photos.sp {
    display: none;
}

.photo-gallery-sp {
    display: flex;
    gap: 5px;
    padding: 0 15px;
}

.photo-gallery-sp__item {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
}

.photo-gallery-sp__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 装飾ライン */
.first-view__line {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.decorative-line {
    height: 18px;
    background: url(../img/fee/data/line.png) center 0 repeat-x;
    background-size: 1437px;
    width: 100%;
}

/* ========================================
   プランセクション
   ======================================== */
.section-plan {
    background-color: #FFF4DE;
    padding: 140px 0 80px;
}

.section-plan__wrapper {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.section-plan__heading {
    color: #000;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2;
}

.section-plan__subheading {
    margin: 0 0 20px;
    color: #E5005A;
    text-align: center;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 2;
}

.section-plan__subheading span {
    color: #000;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2;
}

.section-plan__period {
    padding: 2px 71px 4px;
    margin: 0 auto 40px;
    border: solid 1px #333;
    display: table;
}

.section-plan__period-text {
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2;
}

.section-plan__content {
    max-width: 950px;
    width: 100%;
    margin: 0 auto 35px;
    padding: 150px 60px 30px;
    border: 1px solid #333;
    background: #FFF;
    position: relative;
}

.section-plan__head {
    width: 573px;
    height: 94px;
    margin: 0 0 0 -19px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NzMiIGhlaWdodD0iOTQiIHZpZXdCb3g9IjAgMCA1NzMgOTQiIGZpbGw9Im5vbmUiPiA8cGF0aCBkPSJNMCAwSDU3M0w1MzAuMzg5IDQwTDU3MyA4MEgxOUgwVjBaIiBmaWxsPSIjRTUwMDVBIi8+IDxwYXRoIGQ9Ik0wIDgwTDE5IDk0VjgwSDBaIiBmaWxsPSIjQTQxNjI2Ii8+IDxwYXRoIGQ9Ik0xOC41IDgwLjVWOTMuMDA5OEwxLjUyMTQ4IDgwLjVIMTguNVpNNTcxLjczNyAwLjVMNTMwLjA0NyAzOS42MzU3TDUyOS42NTkgNDBMNTMwLjA0NyA0MC4zNjQzTDU3MS43MzcgNzkuNUgwLjVWMC41SDU3MS43MzdaIiBzdHJva2U9IiMzMzMzMzMiLz48L3N2Zz4=");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 32px;
    left: 0px;
}

.section-plan__head h2 {
    width: 530px;
    height: calc(100% - 14px);
    margin: 0;
    padding: 0 20px;
    color: #FFF;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-plan__description {
    margin: 0 auto 35px;
    color: #000;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
}

.section-plan__bottom {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 39px;
}


.section-plan__point {
    display: flex;
    width: 195px;
    height: 195px;
    padding: 17px 20px 40px 15px;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 138px;
    border: 1px solid #333;
    background: #E5005A;
}

.section-plan__point-label {
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FFF;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.4;
}

.point-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.point-list__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}

.point-list__number {
    color: #FFF;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
}

.point-list__text {
    color: #FFF;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: -0.05em;
    font-weight: 600;
    line-height: 1.4;
}

.plan-detail {
    margin: 0 auto 20px;
}

.plan-detail__title {
    margin: 0 auto;
    padding: 3px 52px 7px;
    text-align: center;
    margin-bottom: 23px;
    background: #fff;
    border: 2px solid #E5005A;
    display: table;
}

.plan-detail__title-text {
    margin: 0 auto;
    color: #E5005A;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

.plan-detail__image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.plan-detail__cut {
    text-align: center;
}

.plan-detail__cut-images {
    display: block;
    margin: 0 auto;
}

.plan-detail__cut-image {
    width: 100%;
    max-width: 426px;
    height: auto;
    margin: 0 auto;
}

.plan-detail__cut-label {
    margin: 0 0 10px 0;
    color: #333;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: .9;
}

.plan-detail__cut-label span {
    color: #E5005A;
    font-family: Outfit;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
}

.plan-detail__cut-note {
    margin: 0 auto;
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: .9;
}

.plan-detail__pickup {
    width: 372px;
    height: 196px;
    margin: 30px 0 0 -16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNzIiIGhlaWdodD0iMTk2IiB2aWV3Qm94PSIwIDAgMzcyIDE5NiIgZmlsbD0ibm9uZSI+IDxwYXRoIGQ9Ik00Mi4xMzg3IDExMS44NDNMNDEuNDcxNyAxMTEuNjA3TDIuOTIxODggOTcuOTcyN0w0MS40ODkzIDgzLjUzMDNMNDIuMTM4NyA4My4yODcxVjIwQzQyLjEzODcgOS41MDY1OSA1MC42NDUzIDEgNjEuMTM4NyAxSDM1MkMzNjIuNDkzIDEuMDAwMDIgMzcxIDkuNTA2NiAzNzEgMjBWMTc2QzM3MSAxODYuNDkzIDM2Mi40OTMgMTk1IDM1MiAxOTVINjEuMTM4N0M1MC42NDUzIDE5NSA0Mi4xMzg3IDE4Ni40OTMgNDIuMTM4NyAxNzZWMTExLjg0M1oiIHN0cm9rZT0iI0U1MDA1QSIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
    position: relative;
}

.plan-detail__pickup-wrap {
    width: calc(100% - 42px);
    height: 100%;
    margin: 0 0 0 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-detail__pickup-inner {
    max-width: 298px;
}

.plan-detail__pickup-label {
    margin: 0 auto 10px;
    text-align: center;
    color: #E5005A;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: .9;
}

.plan-detail__pickup-items {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: flex-start;
}

.plan-detail__pickup-item {
    text-align: center;
}

.plan-detail__pickup-image {
    width: 100%;
    height: auto;
}

.plan-detail__pickup-item.item-left {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    gap: 19px;
}

.item-left .plan-detail__pickup-image {
    max-width: 119.922px;
    margin-right: -3px;
}

.plan-detail__pickup-item.item-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
}

.item-right .plan-detail__pickup-image {
    max-width: 135.435px;
}

.plan-detail__pickup-item.item-center {
    margin-top: 35px;
    margin-left: 4px;
    margin-right: -2px;
}

.plan-detail__pickup-item.item-center svg {
    width: 31px;
    height: 31px;
}

.plan-detail__pickup-name {
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 90%;
    color: #333;
}

.section-plan__price {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: center;
    margin: 0;
}

.section-plan__price .small {
    font-size: 2rem;
    letter-spacing: -2px;
}

.section-plan__price-label {
    color: #fff;
    padding: 0 22px 5px 22px;
    text-align: center;
    flex-shrink: 0;
    border: 2px solid #E5005A;
}

.section-plan__price-label-text {
    margin: 0;
    color: #E5005A;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2.4px;
}

.section-plan__price-amount {
    flex: 1;
    max-width: 344px;
    margin-top: -8px;
}

.section-plan__price-inner {
    display: flex;
    align-items: baseline;
}

.section-plan__price-number {
    width: 322px;
    height: 90px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    background: url(../img/fee/data/price-35000.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
}

.section-plan__caution {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.section-plan__caution-text {
    margin: 0;
    color: #333;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7;
}

/* ========================================
   特集セクション
   ======================================== */
.section-special {
    background-color: #fff;
    padding: 145px 0 100px;
    position: relative;
}

.section-special__line {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.section-special__line-bottom {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.section-special__wrapper {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.section-special__heading {
    text-align: center;
    margin-bottom: 45px;
}

.section-special__heading-text {
    margin: 0 auto;
    color: #333;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
}

.section-special__heading-main {
    margin: 0 auto;
    color: #E5005A;
    leading-trim: both;
    text-edge: cap;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.4;
}

.section-special__content {
    background: #fff;
    border: 1px solid #333;
    padding: 71px 0 0;
    margin: 0 auto 45px;
    position: relative;
}

.section-special__intro {
    position: relative;
    margin: 0 0 35px;
    padding: 0 30px 0 374px;
}

.section-special__ribbon {
    width: 365px;
    height: 94px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNjUiIGhlaWdodD0iOTQiIHZpZXdCb3g9IjAgMCAzNjUgOTQiIGZpbGw9Im5vbmUiPiA8cGF0aCBkPSJNMCAwSDM2NUwzMzAuMzg5IDQwTDM2NSA4MEgxOUgwVjBaIiBmaWxsPSIjN0VDRjg3Ii8+IDxwYXRoIGQ9Ik0wIDgwTDE5IDk0VjgwSDBaIiBmaWxsPSIjNkFCNzY3Ii8+IDxwYXRoIGQ9Ik0xOC41IDgwLjVWOTMuMDA5OEwxLjUyMTQ4IDgwLjVIMTguNVpNMzYzLjczNyAwLjVMMzMwLjA0NyAzOS42MzU3TDMyOS42NTkgNDBMMzMwLjA0NyA0MC4zNjQzTDM2My43MzcgNzkuNUgwLjVWMC41SDM2My43MzdaIiBzdHJva2U9IiMzMzMzMzMiLz48L3N2Zz4=");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -20px;
}

.section-special__ribbon-text {
    height: calc(100% - 14px);
    margin: 0;
    padding: 0 20px;
    color: #FFF;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-special__intro-desc {
    margin: 0;
    color: #333;
    leading-trim: both;
    text-edge: cap;
    font-size: 1.6rem;
    letter-spacing: -.05em;
    font-weight: 500;
    line-height: 1.5;
}

.section-special__intro-price-label {
    font-size: 2rem;
    font-weight: 700;
    color: #E5005A;
}

.section-special__intro-price-amount {
    font-size: 4rem;
    font-weight: 700;
    color: #E5005A;
    line-height: 1.5;
}

.section-special__intro-price-currency {
    font-size: 2rem;
    font-weight: 700;
    color: #E5005A;
}

.section-special__intro-price-tax {
    font-size: 1.6rem;
    color: #E5005A;
}

.section-special__intro-price-text {
    font-size: 1.6rem;
    color: #333;
}

.section-special__products {
    display: flex;
    flex-direction: column;
}

.special-product {
    width: 100%;
    padding: 60px 48px 63px;
    border-bottom: dotted 1px #000;
}

.special-product:last-child {
    border-bottom: none;
}

.special-product__inner {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.special-product__image-area {
    flex: 0 0 350px;
    max-width: 350px;
}

.special-product__main-slider {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
}

.special-product__main-slider .slick-list,
.special-product__main-slider .slick-track {
    width: 100%;
}

.special-product__main-image {
    width: 100%;
    position: relative;
}

.special-product__main-image img {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
}

.special-product__image {
    width: 100%;
    height: auto;
    display: block;
}

.special-product__thumbnails {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}

.special-product__thumbnails .slick-slide {
    opacity:1;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.special-product__thumbnails .slick-slide.slick-current {
    opacity:.5;
}

.special-product__thumbnail {
    width: 66.623px;
    overflow: hidden;
    margin: 0 2.5px;
}

.special-product__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special-product__type {
    border: 2px solid #7ECF87;
    margin: 0 auto 25px;
    padding: 4px 73px 6px;
    display: table;
}

.special-product__type-text {
    color: #7ECF87;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.special-product__name {
    margin: 0 0 25px;
    color: #000;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
}

.special-product__name-point {
    color: #7ECF87;
}

.special-product__description {
    margin: 0 0 25px;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 200%;
}

.special-product__price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    align-items: flex-end;
}

.special-product__price-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.special-product__price-point {
    margin: 0 auto 8px;
    white-space: nowrap;
    color: #E5005A;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}

.special-product__price-point .small {
    font-size: 2rem;
    line-height: 1;
}

.special-product__price-original {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.special-product__price-original-label {
    font-size: 1.2rem;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin: 4px auto 0;
    white-space: nowrap;
}

.special-product__price-original-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.special-product__price-original-amount {
    display: flex;
    align-items: baseline;
    gap: 5px;
    color: #333;
    position: relative;
    align-items: flex-start;
}

.special-product__price-original-number {
    color: #333;
    text-align: center;
    font-family: Outfit;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.35px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.special-product__price-flex {
    padding: 6px 0 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.special-product__price-original-currency {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.15px;
}

.special-product__price-original-tax {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    white-space: nowrap;
}

.special-product__price-arrow {
    margin: 0 13px 10px;
}

.special-product__price-arrow svg {
    width: 18px;
    height: 41px;
}

.special-product__price-original-number:before {
    content: "";
    position: absolute;
    top: .4em;
    left: 0;
    width: 107px;
    height: 2px;
    background: #333;
    background-repeat: no-repeat;
    transform: rotate(10.55deg);
    pointer-events: none;
}

.special-product__price-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.special-product__price-badge {
    min-width: 248px;
    margin: 0 0 -1px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.special-product__price-badge-text {
    min-width: 248px;
    margin: 0 auto 15px;
    padding: 5px 14px 8px 14px;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1;
    font-family: Outfit;
    white-space: nowrap;
    color: #FFFFFF;
    letter-spacing: 1.6px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    background: #E5005A;
    border-radius: 50px;
    position: relative;
}

.txt-popup.style07 .small {
    font-size: 1.4rem;
    letter-spacing: .7px;
}

.special-product__price-badge-text:after {
    content: "";
    height: 21px;
    width: 24px;
    margin: 0 auto;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -16px;
    background: #E5005A;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(90deg);
    transform: rotate(180deg);
    z-index: 10;
}


.special-product__price-badge-amount {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Outfit;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}

.special-product__price-badge-unit {
    font-size: 2rem;
}

.special-product__price-special {
    display: flex;
    align-items: baseline;
    gap: 5px;
    color: #E5005A;
}

.special-product__price-special-number {
    width: 267px;
    height: 80px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    background: url(../img/fee/data/price-9900.png);
    background-size: 100%;
    display: block;
}


.section-special__caution-text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

/* 特集セクション レスポンシブ */
@media screen and (max-width: 767px) {
.header {
    height: 62px!important;
}
    
    .section-special {
        padding: 100px 0 80px;
    }

    .section-special__wrapper {
        padding: 0 15px;
    }

    .section-special__heading-text {
        font-size: 1.4rem;
    }

    .section-special__heading-main {
        font-size: 2.4rem;
    }

    .section-special__content {
        padding: 11.200000000000001vw 0 0;
    }

    .section-special__intro {
        margin: 0 auto 8.533333333333333vw;
        padding: 0 4vw;
    }

    .section-special__ribbon {
        width: 100vw;
        height: 13.333333333333334vw;
        margin: 0 0 5.333333333333334vw -6.933333333333333vw;
        background-image: url(
        "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNDQiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCAzNDQgNTAiIGZpbGw9Im5vbmUiPiA8cGF0aCBkPSJNMCAwSDM0NEwzMjkuNTczIDIxLjI3NjZMMzQ0IDQyLjU1MzJIMTAuNjg0OUgwVjBaIiBmaWxsPSIjN0VDRjg3Ii8+IDxwYXRoIGQ9Ik0wIDQyLjU1MzJMMTAuNjg0OSA1MFY0Mi41NTMySDBaIiBmaWxsPSIjMDBBNjNEIi8+IDxwYXRoIGQ9Ik0xMC4xODQ2IDQzLjA1MjdWNDkuMDQxTDEuNTkxOCA0My4wNTI3SDEwLjE4NDZaTTM0My4wNTcgMC41TDMyOS4xNTkgMjAuOTk2MUwzMjguOTcgMjEuMjc2NEwzMjkuMTU5IDIxLjU1NzZMMzQzLjA1NyA0Mi4wNTI3SDAuNVYwLjVIMzQzLjA1N1oiIHN0cm9rZT0iIzMzMzMzMyIvPjwvc3ZnPg==");
        background-size: 91.73333333333333vw;
        background-position: 0;
        position: relative;
        left: 0;
    }

    .section-special__ribbon-text {
        height: calc(100% - 10px);
        font-size: 2rem;
    }

    .section-special__intro-text {
        top: 186%;
        width: 100%;
    }

    .section-special__intro-desc {
        font-size: 1.4rem;
        line-height: 1.7;
    }

    .special-product {
        padding: 0 20px 60px;
    }

    .special-product:last-child {
        padding-top: 55px;
    }

    .section-special__intro-price-label {
        font-size: 1.4rem;
    }

    .section-special__intro-price-amount {
        font-size: 2.4rem;
    }

    .section-special__intro-price-currency {
        font-size: 1.4rem;
    }

    .section-special__intro-price-tax {
        font-size: 1.4rem;
    }

    .section-special__intro-price-text {
        font-size: 1.4rem;
    }

    .special-product__inner {
        flex-direction: column;
        gap: 25px;
    }

    .special-product__image-area {
        flex: none;
        width: 100%;
        max-width: 310px;
        margin: 0 auto;
    }

    .special-product__main-slider {
        max-width: 100%;
    }

    .special-product__main-slider .slick-list,
    .special-product__main-slider .slick-track {
        width: 100%;
    }

    .special-product__main-image img {
        max-width: 100%;
    }

    .special-product__thumbnails {
        justify-content: center;
    }

    .special-product__thumbnail {
        width: 58.962px;
        height: 58.962px;
    }

    .special-product__info {
        max-width: 100%;
        width: 100%;
    }

    .special-product__type {
        margin: 0 auto 25px;
    }

    .special-product__name {
        font-size: 1.7rem;
        text-align: center;
        margin-bottom: 0;
    }

    .special-product__description {
        font-size: 1.4rem;
        line-height: 1.7;
        height: auto;
        margin-bottom: 30px;
    }

    .special-product__price {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        align-content: flex-start;
        gap: 10px;
    }

    .special-product__price-left {
        align-items: center;
        width: 100%;
    }

    .special-product__price-point {
        font-size: 3.2rem;
        margin-bottom: 5px;
    }

    .special-product__price-original {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        width: 100%;
    }

    .special-product__price-original-label {
        position: static;
        margin: 0 -5px 0 0;
    }

    .special-product__price-flex {
        padding: 0;
    }


    .special-product__price-original-number:before {
        content: "";
        height: 1.5px;
    }

    .special-product__price-original-wrapper {
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }

    .special-product__price-original-amount {
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    .special-product__price-arrow {
        width: 41px;
        height: 18px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .special-product__price-arrow svg {
        margin: 0 auto;
        transform: rotate(90deg);
    }

    .special-product__price-line {
        display: none;
    }

    .special-product__price-right {
        align-items: center;
        width: 100%;
    }

    .special-product__price-badge {
        min-width: 66.13333333333333vw;
    }

    .special-product__price-special-number {
        width: 71.01063829787235vw;
        height: 21.27659574468085vw;
    }

    .section-special__divider {
        margin: 40px 0;
    }

    .section-special__caution-text {
        font-size: 1.2rem;
    }
}

/* 特集セクション レスポンシブ（375px以下） */
@media screen and (max-width: 375px) {
    .section-special {
        padding: 100px 0 80px;
    }

    .section-special__wrapper {
        padding: 0 15px;
    }

    .section-special__heading-text {
        font-size: 1.4rem;
    }

    .section-special__heading-main {
        font-size: 2.4rem;
    }

    .section-special__content {
        padding: 42px 0 0;
    }

    .section-special__intro {
        margin: 0 auto 32px;
        padding: 0 15px;
    }

    .section-special__ribbon {
        margin: 0 0 20px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNDQiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCAzNDQgNTAiIGZpbGw9Im5vbmUiPiA8cGF0aCBkPSJNMCAwSDM0NEwzMjkuNTczIDIxLjI3NjZMMzQ0IDQyLjU1MzJIMTAuNjg0OUgwVjBaIiBmaWxsPSIjN0VDRjg3Ii8+IDxwYXRoIGQ9Ik0wIDQyLjU1MzJMMTAuNjg0OSA1MFY0Mi41NTMySDBaIiBmaWxsPSIjMDBBNjNEIi8+IDxwYXRoIGQ9Ik0xMC4xODQ2IDQzLjA1MjdWNDkuMDQxTDEuNTkxOCA0My4wNTI3SDEwLjE4NDZaTTM0My4wNTcgMC41TDMyOS4xNTkgMjAuOTk2MUwzMjguOTcgMjEuMjc2NEwzMjkuMTU5IDIxLjU1NzZMMzQzLjA1NyA0Mi4wNTI3SDAuNVYwLjVIMzQzLjA1N1oiIHN0cm9rZT0iIzMzMzMzMyIvPjwvc3ZnPg==");
        position: relative;
        left: -26px;
    }

    .section-special__ribbon-text {
        height: calc(100% - 10px);
        font-size: 2rem;
    }

    .section-special__intro-text {
        top: 186%;
        width: 100%;
    }

    .section-special__intro-desc {
        font-size: 1.4rem;
        line-height: 1.7;
    }

    .special-product {
        padding: 0 20px 60px;
    }

    .special-product:last-child {
        padding-top: 55px;
    }

    .section-special__intro-price-label {
        font-size: 1.4rem;
    }

    .section-special__intro-price-amount {
        font-size: 2.4rem;
    }

    .section-special__intro-price-currency {
        font-size: 1.4rem;
    }

    .section-special__intro-price-tax {
        font-size: 1.4rem;
    }

    .section-special__intro-price-text {
        font-size: 1.4rem;
    }

    .special-product__inner {
        flex-direction: column;
        gap: 25px;
    }

    .special-product__image-area {
        flex: none;
        width: 100%;
        max-width: 310px;
        margin: 0 auto;
    }

    .special-product__main-slider {
        max-width: 100%;
    }

    .special-product__main-slider .slick-list,
    .special-product__main-slider .slick-track {
        width: 100%;
    }

    .special-product__main-image img {
        max-width: 100%;
    }

    .special-product__main-image {
        margin-bottom: 10px;
    }

    .special-product__thumbnails {
        justify-content: center;
    }

    .special-product__thumbnail {
        width: 58.962px;
        height: 58.962px;
    }

    .special-product__info {
        max-width: 100%;
        width: 100%;
    }

    .special-product__type {
        margin: 0 auto 25px;
    }

    .special-product__name {
        font-size: 1.7rem;
        text-align: center;
        margin-bottom: 0;
    }

    .special-product__description {
        font-size: 1.4rem;
        line-height: 1.7;
        height: auto;
        margin-bottom: 30px;
    }

    .special-product__price {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        align-content: flex-start;
        gap: 10px;
    }

    .special-product__price-left {
        align-items: center;
        width: 100%;
    }

    .special-product__price-point {
        font-size: 3.2rem;
        margin-bottom: 5px;
    }

    .special-product__price-original {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        width: 100%;
    }

    .special-product__price-original-label {
        position: static;
        margin: 0 -5px 0 0;
    }

    .special-product__price-flex {
        padding: 0;
    }


    .special-product__price-original-number:before {
        content: "";
        height: 1.5px;
    }

    .special-product__price-original-wrapper {
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }

    .special-product__price-original-amount {
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    .special-product__price-arrow {
        width: 41px;
        height: 18px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .special-product__price-arrow svg {
        margin: 0 auto;
        transform: rotate(90deg);
    }

    .special-product__price-line {
        display: none;
    }

    .special-product__price-right {
        align-items: center;
        width: 100%;
    }

    .section-special__divider {
        margin: 40px 0;
    }

    .section-special__caution-text {
        font-size: 1.2rem;
    }
}

/* ========================================
   店舗セクション
   ======================================== */
.section-shop {
    padding: 140px 0 110px 0;
    background-color: #FFF4DE;
}

.section-shop__wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.section-shop__heading {
    margin: 0 0 55px 0;
    color: #E5005A;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
}

.section-shop__period {
    padding: 10px 15px 12px;
    text-align: center;
    margin-bottom: 60px;
    border: 1px solid #333;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.section-shop__period-text {
    color: #333;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
}

.shop-list {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.shop-list__item {
    width: 100%;
    padding: 0 30px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}

.shop-list__header {
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 3px;
    flex-wrap: wrap;
    position: relative;
}

.shop-list__prefecture {
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.shop-list__toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIiBmaWxsPSJub25lIj4gPGxpbmUgeTE9IjkuNSIgeDI9IjIxIiB5Mj0iOS41IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iNSIvPiA8bGluZSB4MT0iMTAuNSIgeDI9IjEwLjUiIHkyPSIyMSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjUiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: 100%;
}

.shop-list__toggle.is-open {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMjAgNSIgZmlsbD0ibm9uZSI+IDxsaW5lIHkxPSIyLjUiIHgyPSIxOS41ODA5IiB5Mj0iMi41IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iNSIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.shop-list__toggle:hover {
    opacity: 0.7;
}

.shop-list__content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.shop-list__content.is-open {
    border-top: dotted 1px #000;
    transition: max-height 0.4s ease-in, padding 0.4s ease-in;
}

.shop-list__content .shop-item {
    padding: 18px 0;
}

.shop-list__content .shop-item+.shop-item {
    border-top: dotted 1px #000;
}

.shop-item__name {
    margin: 0 0 40px;
    color: #E5005A;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
}

.shop-item__info {
    margin: 0 0 20px;
    display: flex;
}

.shop-item__label {
    width: 124px;
    color: #333;
    leading-trim: both;
    text-edge: cap;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.shop-item__value {
    margin: 0;
    color: #333;
    leading-trim: both;
    text-edge: cap;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
}

.shop-item__buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 21px;
    flex-wrap: wrap;
    justify-content: center;
}

.shop-item__note {
    margin: 0 auto;
    color: #333;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
}

/* ========================================
   注意事項セクション
   ======================================== */
.section-caution {
    padding: 86px 0 60px;
    background-color: #fff;
}

.section-caution__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 256px;
}

.section-caution__text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #666;
    margin: 0;
    max-width: 927px;
    width: 100%;
    margin: 0 auto;
}

/* ========================================
   フッター
   ======================================== */
.footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0 20px;
}

.footer__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.footer__top {
    text-align: center;
    margin-bottom: 30px;
}

.footer__sns {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.footer__sns-link img {
    width: 64px;
    height: 64px;
}

.footer__description {
    font-size: 1.4rem;
    margin: 0;
    line-height: 1.6;
}

.footer__nav {
    border-top: 1px solid #555;
    padding-top: 30px;
    margin-bottom: 20px;
}

.footer-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.footer-nav__item {
    padding: 0 10px;
}

.footer-nav__link {
    font-size: 1.4rem;
    color: #fff;
    transition: opacity 0.3s;
}

.footer-nav__link:hover {
    opacity: 0.7;
}

.footer__copyright {
    border-top: 1px solid #555;
    padding-top: 20px;
    text-align: center;
}

.footer__copyright-text {
    font-size: 1.4rem;
    margin: 0;
    color: #999;
}

/* ========================================
   レスポンシブ（768px以上）
   ======================================== */
@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

/* ========================================
   レスポンシブ（767px以下）
   ======================================== */
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }

    .header__inner {
        padding: 0;
    }

    .header__top {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #FFF4DE;
    }

    .header__tel {
        color: #000;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.6;
    }

    .header__main {
        gap: 15px;
        padding: 7px 11px 8px 15px;
    }

    .header__logo {
        gap: 6px;
    }

    .header__logo img {
        width: 46px;
        height: auto;
    }

    .header__info {
        margin: 0;
        display: flex;
        gap: 0;
    }


    header .btn__theme-reservation {
        border-radius: 12px;
        background: #DA1D33;
        box-shadow: 0 7.6px 0 0 #931A13;
        display: flex;
        width: 159px;
        height: 44px;
        padding: 12px 15px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3px;
    }

    header .btn__text-small {
        font-size: 10px;
        letter-spacing: 0.5px;
    }

    header .btn__text-large {
        font-size: 18px;
        line-height: 1;
    }


    .first-view {
        margin-top: 62px;
        padding: 10px 0 0;
    }

    .first-view__main {
        flex-direction: column;
        padding-top: 178.66666666666666vw;
        gap: 0;
    }

    .first-view__photos.sp {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .first-view__center {
        flex: none;
        width: 100%;
        height: 84.53333333333333vw;
        padding: 0;
        top: 39.33333333333333vw;
    }


    .ribbon {
        width: 72.26666666666667vw;
        height: 10.9vw;
        margin: 5.333333333333334vw auto 4vw;
        line-height: 1;
        background: url(../img/fee/data/ribon_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
    }


    .title-block {
        width: 86.13333333333333vw;
        height: 38.93333333333333vw;
        margin: 0 auto 4vw;
        background: url(../img/fee/data/title-h1.png);
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
    }

    .price-block {
        width: 78.4vw;
        gap: 0.8vw;
        position: relative;
        left: -1.6vw;
    }

    .price-block__badge {
        width: 22.933333333333334vw;
        height: 22.933333333333334vw;
        background: url(../img/fee/data/price-badge_sp.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .price-block__amount {
        margin-left: 2.666666666666667vw;
        width: 45.33333333333333vw;
        height: 14.666666666666666vw;
        background: url(../img/fee/data/title-price_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .price-block__note {
        font-size: 1rem;
        text-align: left;
        margin-top: 1.6vw;
        white-space: nowrap;
    }

    .first-view__line {
        margin-top: 0;
    }

    .decorative-line {
        background-size: 1118px 14px;
        height: 14px;
    }

    .section-plan {
        padding: 25.333333333333332vw 0 21.333333333333332vw 0;
    }

    .section-plan__wrapper {
        padding: 0 4vw;
    }

    .section-plan__heading {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .section-plan__subheading {
        margin: 5.333333333333334vw auto 5.333333333333334vw;
        font-size: 2.4rem;
        line-height: 1.2;
    }

    .section-plan__subheading span {
        font-size: 1.6rem;
    }

    .section-plan__period {
        width: 100%;
        height: auto;
        padding: 1.0666666666666666vw 4vw 1.6vw;
        margin: 0 auto 8vw;
    }

    .section-plan__period-text {
        font-size: 1.4rem;
    }

    .section-plan__content {
        margin: 0 auto 8vw;
        padding: 5.333333333333334vw 4vw 13.333333333333334vw;
    }

    .section-plan__head {
        width: 94.66666666666667vw;
        height: 13.600000000000001vw;
        min-height: 51px;
        position: relative;
        margin: 8.533333333333333vw 0 4.533333333333333vw calc(-2.933333333333333vw - 20px);
        top: 0;
        left: 0;
    }

    .section-plan__head h2 {
        width: fit-content;
        height: 11.200000000000001vw;
        font-size: 1.8rem;
        padding: 2.6666666666666665vw 4vw;
        text-align: left;
        position: relative;
        background-size: 100%;
    }

    .section-plan__description {
        margin: 0 auto 10.666666666666666vw;
        color: #000;
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.5;
        position: relative;
    }

    .point-list {
        flex-direction: column;
        gap: 8px;
    }

    .point-list__number {
        font-size: 2.4rem;
    }

    .point-list__text {
        font-size: 1.5rem;
    }

    .plan-detail {
        margin-bottom: 35px;
    }

    .plan-detail__title {
        width: fit-content;
        padding: 8px 12vw;
        margin-bottom: 32px;
    }

    .section-plan__bottom {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .section-plan__point {
        display: flex;
        width: 79.73333333333333vw;
        height: auto;
        margin: 0 auto;
        padding: 2.6666666666666665vw;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        border-radius: 10px;
        border: 1px solid #333;
        background: #E5005A;
    }

    .plan-detail__title-text {
        font-size: 2rem;
    }

    .section-plan__point-label {
        font-size: 2rem;
    }

    .plan-detail__image {
        flex-direction: column;
        align-items: center;
    }

    .plan-detail__cut-images {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .plan-detail__cut-label {
        margin: -2.6666666666666665vw auto 2.1333333333333333vw;
        font-size: 2rem;
    }

    .plan-detail__cut-label span {
        font-size: 4.8rem;
    }

    .plan-detail__pickup {
        width: 79.46666666666667vw;
        height: 58.4vw;
        padding: 12vw 0 0;
        margin: 0 auto;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTgiIGhlaWdodD0iMjE5IiB2aWV3Qm94PSIwIDAgMjk4IDIxOSIgZmlsbD0ibm9uZSI+IDxwYXRoIGQ9Ik0xMjcuMjA1IDI1LjIxODhMMTI3LjUwMyAyNC44OTI2TDE0OC44ODggMS40NTk5NkwxNzEuNTUgMjQuOTEzMUwxNzEuODQ1IDI1LjIxODhIMjc3LjczM0MyODguMjI3IDI1LjIxODggMjk2LjczMyAzMy43MjUzIDI5Ni43MzMgNDQuMjE4OFYxOTlDMjk2LjczMyAyMDkuNDkzIDI4OC4yMjcgMjE4IDI3Ny43MzMgMjE4SDE5Ljk5OTlDOS41MDY1NyAyMTggMC45OTk5MzkgMjA5LjQ5MyAwLjk5OTkzOSAxOTlWNDQuMjE4OEMwLjk5OTkzOSAzMy43MjU0IDkuNTA2NTcgMjUuMjE4OCAxOS45OTk5IDI1LjIxODhIMTI3LjIwNVoiIHN0cm9rZT0iI0U1MDA1QSIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
        background-size: 100%;
    }

    .plan-detail__pickup-wrap {
        width: 100%;
        height: auto;
        margin: 0 auto;
        align-items: flex-start;
    }

    .plan-detail__pickup-inner{
        max-width:unset;
    }

    .plan-detail__pickup-label {
        font-size: 1.4rem;
        margin-bottom: 2.1333333333333333vw;
    }

    .plan-detail__pickup-items {
        gap: 0;
        position: relative;
        right: -7px;
        align-items: center;
        justify-content: flex-start;
    }

    .plan-detail__pickup-item.item-left {
        margin: 1.8666666666666666vw 0 0;
        gap: 15px;
    }

    .item-left .plan-detail__pickup-image {
        width: 30.133333333333333vw;
        max-width: unset;
        margin-right: 0;
    }

    .plan-detail__pickup-name {
        font-size: 1.2rem;
    }

    .plan-detail__pickup-item.item-center {
        margin: 2.6666666666666665vw 0;
    }

    .plan-detail__pickup-item.item-right {
        gap: 12px;
        margin-left: -1.8666666666666666vw;
    }

    .item-right .plan-detail__pickup-image {
        width: 34.13333333333333vw;
        max-width: unset;
    }

    .section-plan__price {
        align-items: center;
        gap: 10px;
    }

    .section-plan__price-label {
        padding: 1.8666666666666666vw 2.1333333333333333vw 2.1333333333333333vw 2.1333333333333333vw;
        background: #E5005A;
    }

    .section-plan__price .small,
    .section-plan__price-label-text {
        font-size: 1.6rem;
        color: #fff;
    }

    .section-plan__price-amount {
        max-width: 100%;
        width: 100%;
    }

    .section-plan__price-number {
        width: 63.46666666666667vw;
        height: 17.6vw;
    }

    .section-plan__price-tax-text {
        font-size: 1.4rem;
    }

    .section-plan__price-currency {
        font-size: 1.8rem;
    }

    .section-plan__caution-text {
        font-size: 1.2rem;
    }

    .section-shop {
        padding: 24vw 0 18.666666666666668vw;
    }

    .section-shop__wrapper {
        max-width: unset;
        padding: 0 4vw;
    }

    .section-shop__heading {
        font-size: 2.4rem;
        margin: 0 auto 5.333333333333334vw;
    }

    .section-shop__period {
        padding: 3.2vw 4vw;
        margin-bottom: 5.333333333333334vw;
    }

    .section-shop__period-text {
        font-size: 1.5rem;
    }

    .shop-list__item {
        padding: 0;
        margin-bottom: 2.6666666666666665vw;
    }

    .shop-list__header{
        padding:10px 30px;
    }
    
    .shop-list__content{
        padding:0 30px;
    }

    .shop-list__toggle {
        transition: opacity 0.3s;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIiBmaWxsPSJub25lIj4gPGxpbmUgeTE9IjEwLjUiIHgyPSIyMSIgeTI9IjEwLjUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIzIi8+IDxsaW5lIHgxPSIxMC41IiB4Mj0iMTAuNSIgeTI9IjIxIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMyIvPjwvc3ZnPg==");
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .shop-list__toggle.is-open {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzIiB2aWV3Qm94PSIwIDAgMjAgMyIgZmlsbD0ibm9uZSI+IDxsaW5lIHkxPSIxLjUiIHgyPSIyMCIgeTI9IjEuNSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
    }

    .shop-item__info {
        margin-bottom: 2.6666666666666665vw;
        display: table;
        table-layout: fixed;
    }

    .shop-item__name {
        font-size: 1.6rem;
        margin-bottom: 5.333333333333334vw;
    }

    .shop-item__label {
        width: 5em;
        font-size: 1.4rem;
        display: table-cell;
    }

    .shop-item__value {
        font-size: 1.3rem;
        line-height: 1.7;
        text-align: left;
        display: table-cell;
    }

    .shop-item__buttons {
        width: calc(100% + 30px);
        margin: 20px -15px 0;
        flex-flow: row nowrap;
        gap: 2.1333333333333333vw;
    }

    .btn__theme-reservation {
        width: 100%;
        width:72vw;
        height: 22.666666666666668vw;
        padding: 4vw 4vw 3.2vw 4vw;
        margin: 0 auto;
    }

    .btn__theme-phone {
        width: 100%;
        width:72vw;
        height: 22.666666666666668vw;
        padding: 4.8vw 2.6666666666666665vw 3.2vw 2.6666666666666665vw;
        margin: 0 auto;
    }

    .shop-item__buttons .btn__theme-reservation,
    .shop-item__buttons .btn__theme-phone{
        width: 50%;
        height: 11.200000000000001vw;
        padding: 3% 1% 2% 1%;
    }

    .shop-item__buttons .btn__theme-phone{
        gap:0;
    }

    .shop-item__buttons .btn__theme-reservation .btn__text-small{
        font-size: 2.933333333333333vw;
        font-size: 1.1rem;
    }

    .shop-item__buttons .btn__theme-reservation .btn__text-large{
        font-size: 3.733333333333334vw;
        font-size: 1.4rem;
        white-space: nowrap;
    }

    .shop-item__buttons .btn__theme-phone .btn__text-small,
     .shop-item__buttons .btn__theme-phone .btn__text-small .small{
        font-size: .8rem;
        white-space: normal;
    }

    .shop-item__buttons .btn__theme-phone .btn__text-large{
        font-size: 3.733333333333334vw;
        font-size: 1.6rem;
        /* white-space: nowrap; */
    }

    .shop-item__buttons .btn__theme-phone span.btn__text-icon{
        margin-right: 0;
        margin-left: 0;
    }
    .shop-item__buttons .btn__theme-phone span.btn__text-icon svg{
        width: 2.933333333333333vw;
        height: 3.0666666666666664vw;
    }
    .shop-item__note {
        margin: 20px 0 0;
        font-size: 1.2rem;
        white-space: nowrap;
    }

    .section-caution {
        padding: 40px 0;
    }

    .section-caution__inner {
        padding: 0 15px;
    }

    .section-caution__text {
        font-size: 1.0rem;
        line-height: 1.6;
    }

    .footer {
        padding: 30px 0 15px;
    }

    .footer__inner {
        padding: 0 15px;
    }

    .footer__sns {
        gap: 15px;
    }

    .footer__sns-link img {
        width: 50px;
        height: 50px;
    }

    .footer__description {
        font-size: 1.2rem;
    }

    .footer-nav__list {
        flex-direction: column;
        gap: 5px;
    }

    .footer-nav__item {
        padding: 5px 0;
    }

    .footer-nav__link {
        font-size: 1.2rem;
    }

    .footer__copyright-text {
        font-size: 1.2rem;
    }
}

/* ========================================
   レスポンシブ（375px以下）
   ======================================== */
@media screen and (max-width: 375px) {
    .pc {
        display: none !important;
    }

    .header__inner {
        padding: 0;
    }

    .header__top {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #FFF4DE;
    }

    .header__tel {
        color: #000;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.6;
    }

    .header__main {
        gap: 15px;
        padding: 7px 11px 8px 15px;
    }

    .header__logo {
        gap: 6px;
    }

    .header__logo img {
        width: 46px;
        height: auto;
    }

    .header__info {
        margin: 0;
        display: flex;
        gap: 0;
    }

    header .btn__theme-reservation {
        border-radius: 12px;
        background: #DA1D33;
        box-shadow: 0 7.6px 0 0 #931A13;
        display: flex;
        width: 159px;
        height: 44px;
        padding: 12px 15px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3px;
    }

    header .btn__text-small {
        font-size: 1rem;
        letter-spacing: 0.5px;
    }

    header .btn__text-large {
        font-size: 1.8rem;
        line-height: 1;
    }

    .first-view {
        padding: 10px 0 0;
    }

    .first-view__main {
        flex-direction: column;
        padding-top: 178.66666666666666vw;
        gap: 0;
    }

    .first-view__photos.sp {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .first-view__center {
        flex: none;
        width: 100%;
        height: 84.53333333333333vw;
        padding: 0;
        top: 39.33333333333333vw;
    }

    .ribbon {
        width: 72.26666666666667vw;
        height: 10.9vw;
        margin: 5.333333333333334vw auto 4vw;
        line-height: 1;
        background: url(../img/fee/data/ribon_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
    }

    .title-block {
        width: 86.13333333333333vw;
        height: 38.93333333333333vw;
        margin: 0 auto 4vw;
        background: url(../img/fee/data/title-h1.png);
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
    }

    .price-block {
        width: 78.4vw;
        gap: 0.8vw;
        position: relative;
        left: -1.6vw;
    }

    .price-block__badge {
        width: 22.933333333333334vw;
        height: 22.933333333333334vw;
        background: url(../img/fee/data/price-badge_sp.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .price-block__amount {
        margin-left: 2.666666666666667vw;
        width: 45.33333333333333vw;
        height: 14.666666666666666vw;
        background: url(../img/fee/data/title-price_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .price-block__note {
        font-size: 1rem;
        text-align: left;
        margin-top: 6px;
    }

    .first-view__line {
        margin-top: 0;
    }

    .decorative-line {
        background-size: 1118px 14px;
        height: 14px;
    }

    .section-plan {
        padding: 95px 0 80px 0;
    }

    .section-plan__wrapper {
        padding: 0 15px;
    }

    .section-plan__heading {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .section-plan__subheading {
        margin: 20px auto 20px;
        font-size: 2.4rem;
        line-height: 1.2;
    }

    .section-plan__subheading span {
        font-size: 1.6rem;
    }

    .section-plan__period {
        width: 100%;
        height: auto;
        padding: 4px 15px 6px;
        margin: 0 auto 30px;
    }

    .section-plan__period-text {
        font-size: 1.4rem;
    }

    .section-plan__content {
        margin: 0 auto 30px;
        padding: 20px 15px 50px;
    }

    .section-plan__head {
        max-width: 355px;
        height: auto;
        min-height: 51px;
        position: relative;
        margin: 32px 0 17px -28px;
        top: 0;
        left: 0;
        background-size: 100%;
        background-position: right;
    }

    .section-plan__head h2 {
        font-size: 1.8rem;
        margin: 0;
        position: relative;
    }

    .section-plan__description {
        margin: 0 auto 40px;
        color: #000;
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.5;
        position: relative;
    }

    .point-list {
        flex-direction: column;
        gap: 8px;
    }

    .point-list__number {
        font-size: 2.4rem;
    }

    .point-list__text {
        font-size: 1.5rem;
    }

    .plan-detail {
        margin-bottom: 35px;
    }

    .plan-detail__title {
        width: 100%;
        max-width: 185px;
        padding: 8px 15px;
        margin-bottom: 32px;
    }

    .section-plan__bottom {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .section-plan__point {
        display: flex;
        width: 79.73333333333333vw;
        height: auto;
        margin: 0 auto;
        padding: 10px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        border-radius: 10px;
        border: 1px solid #333;
        background: #E5005A;
    }

    .plan-detail__title-text {
        font-size: 2rem;
    }

    .section-plan__point-label {
        font-size: 2rem;
    }

    .plan-detail__image {
        flex-direction: column;
    }

    .plan-detail__cut-images {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .plan-detail__cut-label {
        margin: -10px auto 8px;
        font-size: 2rem;
    }

    .plan-detail__cut-label span {
        font-size: 4.8rem;
    }

    .plan-detail__pickup {
        width: 79.46666666666667vw;
        height: 58.4vw;
        padding: 12vw 0 0;
        margin: 0 auto;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTgiIGhlaWdodD0iMjE5IiB2aWV3Qm94PSIwIDAgMjk4IDIxOSIgZmlsbD0ibm9uZSI+IDxwYXRoIGQ9Ik0xMjcuMjA1IDI1LjIxODhMMTI3LjUwMyAyNC44OTI2TDE0OC44ODggMS40NTk5NkwxNzEuNTUgMjQuOTEzMUwxNzEuODQ1IDI1LjIxODhIMjc3LjczM0MyODguMjI3IDI1LjIxODggMjk2LjczMyAzMy43MjUzIDI5Ni43MzMgNDQuMjE4OFYxOTlDMjk2LjczMyAyMDkuNDkzIDI4OC4yMjcgMjE4IDI3Ny43MzMgMjE4SDE5Ljk5OTlDOS41MDY1NyAyMTggMC45OTk5MzkgMjA5LjQ5MyAwLjk5OTkzOSAxOTlWNDQuMjE4OEMwLjk5OTkzOSAzMy43MjU0IDkuNTA2NTcgMjUuMjE4OCAxOS45OTk5IDI1LjIxODhIMTI3LjIwNVoiIHN0cm9rZT0iI0U1MDA1QSIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
        background-size: 100%;
    }

    .plan-detail__pickup-wrap {
        width: 100%;
        height: auto;
        margin: 0 auto;
        align-items: flex-start;
    }

    .plan-detail__pickup-label {
        font-size: 1.4rem;
        margin-bottom: 8px;
    }

    .plan-detail__pickup-items {
        gap: 0;
        position: relative;
        right: -7px;
        align-items: center;
        justify-content: flex-start;
    }

    .plan-detail__pickup-item.item-left {
        margin: 7px 0 0;
        gap: 15px;
    }

    .item-left .plan-detail__pickup-image {
        width: 30.133333333333333vw;
        margin-right: 0;
    }

    .plan-detail__pickup-name {
        font-size: 1.2rem;
    }


    .plan-detail__pickup-item.item-center {
        margin: 10px 0;
    }

    .plan-detail__pickup-item.item-right {
        gap: 12px;
        margin-left: -7px;
    }

    .item-right .plan-detail__pickup-image {
        width: 34.13333333333333vw;
    }


    .section-plan__price {
        align-items: center;
        gap: 10px;
    }

    .section-plan__price .small,
    .section-plan__price-label-text {
        font-size: 1.6rem;
        color: #fff;
    }

    .section-plan__price-amount {
        max-width: 100%;
        width: 100%;
    }

    .section-plan__price-tax-text {
        font-size: 1.4rem;
    }

    .section-plan__price-currency {
        font-size: 1.8rem;
    }

    .section-plan__caution-text {
        font-size: 1.2rem;
    }

    .section-shop {
        padding: 90px 0 70px;
    }

    .section-shop__wrapper {
        max-width: unset;
        padding: 0 15px;
    }

    .section-shop__heading {
        font-size: 2.4rem;
        margin: 0 auto 20px;
    }

    .section-shop__period {
        padding: 12px 15px;
        margin-bottom: 20px;
    }

    .section-shop__period-text {
        /* font-size: 1.0rem; */
    }

    .shop-list__item {
        margin-bottom: 10px;
    }

    .shop-list__toggle {
        transition: opacity 0.3s;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIiBmaWxsPSJub25lIj4gPGxpbmUgeTE9IjEwLjUiIHgyPSIyMSIgeTI9IjEwLjUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIzIi8+IDxsaW5lIHgxPSIxMC41IiB4Mj0iMTAuNSIgeTI9IjIxIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMyIvPjwvc3ZnPg==");
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .shop-list__toggle.is-open {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzIiB2aWV3Qm94PSIwIDAgMjAgMyIgZmlsbD0ibm9uZSI+IDxsaW5lIHkxPSIxLjUiIHgyPSIyMCIgeTI9IjEuNSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
    }

    .shop-item__info {
        margin-bottom: 10px;
        display: table;
        table-layout: fixed;
    }

    .shop-item__name {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .shop-item__label {
        width: 5em;
        font-size: 1.4rem;
        display: table-cell;
    }

    .shop-item__value {
        font-size: 1.3rem;
        line-height: 1.7;
        text-align: left;
        display: table-cell;
    }

    .shop-item__buttons {
    }

    .btn__theme-reservation {
        width: 100%;
        max-width: 300px;
        max-height: 85px;
        padding: 15px 15px 12px 15px;
    }

    .btn__theme-phone {
        width: 100%;
        max-width: 300px;
        max-height: 85px;
        gap: 5px;
        padding: 18px 10px 12px 10px;
    }

    .btn__theme-phone .btn__text-large{
        white-space: nowrap;
    }

    .shop-item__note {
        font-size: 1.2rem;
    }

    .section-caution {
        padding: 40px 0;
    }

    .section-caution__inner {
        padding: 0 15px;
    }

    .section-caution__text {
        font-size: 1.0rem;
        line-height: 1.6;
    }

    .footer {
        padding: 30px 0 15px;
    }

    .footer__inner {
        padding: 0 15px;
    }

    .footer__sns {
        gap: 15px;
    }

    .footer__sns-link img {
        width: 50px;
        height: 50px;
    }

    .footer__description {
        font-size: 1.2rem;
    }

    .footer-nav__list {
        flex-direction: column;
        gap: 5px;
    }

    .footer-nav__item {
        padding: 5px 0;
    }

    .footer-nav__link {
        font-size: 1.2rem;
    }

    .footer__copyright-text {
        font-size: 1.2rem;
    }
}
