/* Global Font Settings */
body,
html {
    font-family: "Marcellus", "Zen Kaku Gothic New", serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3a3a3a;
}

.main-wrapper {
    font-family: "Marcellus", "Zen Kaku Gothic New", serif !important;
    font-weight: 400;
    font-style: normal;
}

/* Christmas FV Section */
.christmas-fv {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 375 / 650;
}

.christmas-fv-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.christmas-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.christmas-deco-wrapper {
    position: relative;
    width: 100%;
    z-index: 2;
}

.christmas-deco-img {
    width: 100%;
}

.christmas-fv-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    color: white;
    pointer-events: none;
}

.christmas-fv-text {
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: 4;
    transform: rotate(-18deg);
}

.christmas-main-title {
    font-family: "Marcellus", "Zen Kaku Gothic New", serif !important;
    text-align: left;
}

.vegan-cake {
    display: block;
    font-size: 28px;
    font-weight: 400;
    color: white;
}

.holiday-cheesecake {
    display: block;
    font-size: 36px;
    font-weight: 400;
    color: #ecc778;
}

.christmas-reservation-wrapper {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: 100%;
}

.christmas-reservation-info {
    position: relative;
}

.reservation-now {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
    text-align: center;
}

.reservation-dates {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    width: 100%;
    margin: 0;
}

.reservation-dates::before {
    content: "";
    position: absolute;
    top: 0;
    left: 42%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: white;
}

.reservation-period,
.pickup-period {
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.reservation-period {
    width: 43%;
}

.pickup-period {
    flex: 1;
}

.period-label {
    display: block;
    font-size: 18px;
    color: white;
    font-weight: 500;
}

.period-date {
    display: block;
    font-size: 20px;
    color: white;
    font-weight: 500;
    font-family: Zen Kaku Gothic New !important;
}

/* Responsive Design */
@media (max-width: 480px) {
    .christmas-fv-text {
        top: 16%;
    }

    .vegan-cake {
        font-size: 5.5vw;
    }

    .holiday-cheesecake {
        font-size: 7vw;
    }

    .reservation-now {
        font-size: 4.4vw;
    }

    .period-label {
        font-size: 2.5vw;
    }

    .period-date {
        font-size: 2.9vw;
    }
}

/* Bright Holiday Cheesecake Section */
.bright-holiday-section {
    background-color: #dfe2de;
    padding: 80px 0 40px;
    position: relative;
}

.bright-holiday-container {
    width: 100%;
}

.bright-holiday-content {
    position: relative;
    text-align: center;
}

.bright-holiday-text {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 120px;
}

.bright-holiday-title {
    font-family: "Marcellus", "Zen Kaku Gothic New", serif !important;
    font-size: 34px;
    font-weight: 400;
    color: #495930;
}

.bright-holiday-subtitle {
    font-size: 16px;
    color: #495930;
    margin-bottom: 30px;
    font-weight: 500;
}

.description-line {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 2;
}

.bright-holiday-image {
    position: absolute;
    bottom: -41%;
    right: 0;
    z-index: 1;
    width: 40%;
}

.cake-image {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

@media (max-width: 480px) {
    .bright-holiday-section {
        padding: 40px 0;
    }

    .bright-holiday-content {
        gap: 30px;
        padding: 0 15px;
    }

    .bright-holiday-title {
        font-size: 7vw;
        margin-bottom: 5px !important;
    }

    .bright-holiday-subtitle {
        font-size: 3.3vw;
    }

    .how-to-order-button-wrapper {
        text-align: center;
        margin-top: 20px;
    }

    .how-to-order-button {
        font-size: 3.5vw;
    }

    .description-line {
        font-size: 3.4vw;
    }

    .bright-holiday-image {
        bottom: -36%;
        width: 38%;
    }
}

/* Product Gallery Section */
.product-gallery-section {
    background-color: #dfe2de;
    padding: 80px 0;
}

.product-gallery-wrapper {
    margin: 0 auto;
    width: 87%;
}

.product-gallery-container {
    padding: 12% 8%;
    background-color: #ffffff;
}

/* 商品ギャラリー全体 */
.product-gallery {
    max-width: 500px;
    margin: 0 auto 20px;
}

/* メインスライダー */
.mainSwiper {
    width: 100%;
    margin-bottom: 10px;
    aspect-ratio: 1 / 1;
}

.mainSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 100%;
    height: 100%;
}

.mainSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

/* サムネイルスライダー */
.thumbSwiper {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
}

.thumbSwiper .swiper-slide {
    /* opacity: 0.4; */
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
    flex-shrink: 0;
}

.thumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #99a18a;
}

.thumbSwiper .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

/* 商品タイトルセクション */
.product-title-section {
    text-align: center;
    margin-bottom: 20px;
}

.product-title {
    font-family: "Marcellus", "Zen Kaku Gothic New", serif !important;
    font-size: 30px;
    font-weight: 400;
    color: #495930;
    margin: 0;
}

/* 商品価格セクション */
.product-price-section {
    text-align: center;
}

.product-price {
    font-family: "Zen Kaku Gothic New" !important;
    font-size: 18px;
    font-weight: 700;
    color: #3a3a3a;
    margin: 0;
}

.product-description-section {
    margin: 20px 0;
}

.product-description-text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
}

/* 3つのフリーセクション */
.three-free-banner {
    text-align: center;
    margin: 30px 0;
}

.three-free-image {
    width: 90%;
    margin: 0 auto;
}

/* 商品詳細情報セクション */
.product-details-section {
    margin: 30px 0;
    border-radius: 0;
}

.product-details-section .product-detail-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #3a3a3a;
    gap: 5%;
}

.product-details-section .product-detail-item:first-child {
    border-top: 1px solid #3a3a3a;
}

.product-details-section .product-detail-label {
    font-size: 16px;
    font-weight: 500;
    color: #3a3a3a;
    font-family: "Zen Kaku Gothic New" !important;
    text-align: center;
    width: 35%;
}

.product-details-section .product-detail-value {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1.6;
    font-family: "Zen Kaku Gothic New" !important;
    flex: 1;
    text-align: left;
}

/* 予約ボタンセクション */
.reservation-button-section {
    text-align: center;
    margin: 30px 0 0;
}

.product-reservation-button,
.order-reservation-button {
    display: inline-block;
    background-color: #495930;
    color: #ffffff;
    padding: 12px 30px;
    text-decoration: none;
    font-family: "Zen Kaku Gothic New" !important;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.order-reservation-button {
    margin-bottom: 40px;
    border: 1px solid #ffffff;
}

.product-reservation-button:hover,
.order-reservation-button:hover {
    background-color: #3a4a26;
    color: #ffffff;
    text-decoration: none;
}

/* 固定追従ボタン */
.fixed-order-button-wrapper {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(45%);
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.fixed-order-button-wrapper.hidden {
    opacity: 0;
    pointer-events: none;
}

.fixed-order-button {
    display: inline-block;
    background-color: #495930;
    color: #ffffff;
    padding: 12px 20px;
    font-family: "Zen Kaku Gothic New" !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
}

.fixed-order-button:hover {
    background-color: #3a4a26;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* レスポンシブ */
@media (max-width: 480px) {
    .product-gallery-section {
        padding: 0 0 40px 0;
    }

    .product-title {
        font-size: 6vw;
    }

    .product-gallery {
        margin: 0 auto 15px;
    }

    .product-description-text {
        font-size: 3.2vw;
    }

    .product-price {
        font-size: 4vw;
    }

    .product-details-section .detail-label {
        font-size: 2.7vw;
        width: 100%;
    }

    .product-details-section .detail-value {
        font-size: 2.7vw;
    }

    .product-reservation-button,
    .order-reservation-button {
        padding: 8px 20px;
        font-size: 2.9vw;
    }

    .product-details-section .product-detail-label {
        font-size: 3.5vw;
    }

    .product-details-section .product-detail-value {
        font-size: 3.5vw;
    }

    /* 固定追従ボタン - モバイル */
    .fixed-order-button-wrapper {
        bottom: 15px;
        left: unset;
        right: 15px;
        transform: none;
    }

    .fixed-order-button {
        font-size: 3.5vw;
    }
}

/* Cheesecake Point Section */
.cheesecake-point-section {
    background-color: #dfe2de;
    padding: 30px 0;
}

.cheesecake-point-container {
    text-align: center;
    width: 86%;
    margin: 0 auto;
}

.cheesecake-point-content .point-label {
    font-size: 26px;
    color: #495930;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.cheesecake-main-title {
    font-family: "Marcellus", "Zen Kaku Gothic New", serif !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 15px !important;
}

.cheesecake-description {
    margin-bottom: 40px;
}

.description-text {
    font-size: 15.5px;
    line-height: 2.4;
    font-weight: 400;
    text-align: left;
}

.cheesecake-image {
    text-align: center;
    margin-bottom: 25px;
}

.cheesecake-img {
    width: 100%;
    height: auto;
}

/* Responsive Design for Cheesecake Point Section */
@media (max-width: 480px) {
    .cheesecake-point-section {
        padding: 40px 0;
    }

    .cheesecake-point-content {
        gap: 30px;
        padding: 0 15px;
    }

    .cheesecake-main-title {
        font-size: 4.2vw;
    }

    .description-text {
        font-size: 2.9vw;
    }

    .cheesecake-img {
        max-height: 300px;
    }

    .cheesecake-point-content .point-label {
        font-size: 6vw;
    }
}

/* Three Free Section */
.three-free-container {
    text-align: center;
    width: 86%;
    margin: 0 auto;
}

.three-free-content {
    text-align: center;
}

.three-free-label {
    font-size: 20px;
    color: #3a3a3a;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    font-family: "Zen Kaku Gothic New" !important;
}

.three-free-visual {
    margin-bottom: 25px;
}

.three-free-bg-img {
    width: 100%;
}

.three-free-description {
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.free-description-text {
    font-size: 15.5px;
    line-height: 2.4;
    font-weight: 400;
    margin-bottom: 15px;
    color: #333;
}

/* Responsive Design for Three Free Section */
@media (max-width: 480px) {
    .three-free-section {
        padding: 40px 0;
    }

    .free-description-text {
        font-size: 2.9vw;
    }
}

/* Details Section */
.details-section {
    background-color: #dfe2de;
    padding: 30px 0 60px;
}

.details-container {
    max-width: 800px;
    margin: 0 auto;
}

.details-content {
    background-color: #ffffff;
    border: 1px solid #bbc5ac;
    width: 86%;
    margin: 0 auto;
    padding: 45px 25px;
}

.details-title {
    font-family: "Marcellus", "Zen Kaku Gothic New", serif !important;
    font-size: 24px;
    font-weight: 400;
    color: #495930;
    text-align: center;
    margin-bottom: 30px !important;
}

.details-info {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.detail-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #bbc5ac;
    gap: 3%;
}

.detail-item:first-child {
    border-top: 1px solid #bbc5ac;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-label {
    font-size: 15px;
    font-weight: 500;
    color: #3a3a3a;
    font-family: "Zen Kaku Gothic New" !important;
    text-align: center;
    width: 28%;
}

.detail-value {
    font-size: 15px;
    color: #3a3a3a;
    line-height: 1.6;
    font-family: "Zen Kaku Gothic New" !important;
    flex: 1;
}

/* Responsive Design for Details Section */
@media (max-width: 480px) {
    .details-section {
        padding: 0 0 50px 0;
    }

    .details-container {
        padding: 0 10px;
    }

    .details-content {
        padding: 20px 20px;
    }

    .details-title {
        font-size: 3.8vw;
        margin-bottom: 20px;
    }

    .detail-label {
        font-size: 3vw;
    }

    .detail-value {
        font-size: 3vw;
    }
}

/* How to Order Section */
.how-to-order-section {
    position: relative;
    padding: 80px 0;
    background-image: url("../img/2025_ChristmasCake-img/25christmas_order.jpg");
    background-size: cover;
}

.how-to-order-container {
    position: relative;
    z-index: 2;
    width: 86%;
    margin: 0 auto;
}

.how-to-order-content {
    text-align: center;
}

.how-to-order-title {
    font-family: "Marcellus", "Zen Kaku Gothic New", serif !important;
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px !important;
    text-align: center;
}

.order-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
}

.order-step {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    text-align: left;
}

.step-number {
    font-family: "Marcellus", "Zen Kaku Gothic New", serif !important;
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
}

.step-content {
    flex: 1;
}

.step-description {
    font-family: "Marcellus", "Zen Kaku Gothic New", serif !important;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 0 !important;
}

.step-note {
    font-family: "Zen Kaku Gothic New" !important;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 0 !important;
}

.reservation-section {
    text-align: center;
}

.product-reservation-button:hover,
.order-reservation-button:hover {
    background-color: #3a4a26;
    color: #ffffff;
    text-decoration: none;
}

.reservation-periods {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.period-line {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.period-info {
    text-align: center;
}

.period-label,
.order-period-label {
    font-family: "Zen Kaku Gothic New" !important;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 8px;
}

.period-date,
.order-period-date {
    font-family: "Zen Kaku Gothic New" !important;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
    letter-spacing: 0.1rem;
}

/* Responsive Design for How to Order Section */
@media (max-width: 480px) {
    .how-to-order-title {
        font-size: 6vw;
    }

    .order-steps {
        gap: 20px;
        margin-bottom: 45px;
    }

    .order-step {
        gap: 15px;
    }

    .step-number {
        font-size: 5vw;
    }

    .step-description {
        font-size: 3.2vw;
    }

    .step-note {
        font-size: 2.8vw;
    }

    .reservation-section {
        margin-top: 25px;
    }

    .product-reservation-button,
    .order-reservation-button {
        padding: 3% 10%;
        font-size: 3.8vw;
    }

    .reservation-periods {
        gap: 12px;
    }

    .period-label,
    .order-period-label {
        font-size: 3.3vw;
        margin-bottom: 0;
    }

    .order-period-label {
        margin-bottom: 5px;
    }

    .period-date,
    .order-period-date {
        font-size: 4vw;
    }
}

/* FAQ/Information Section */
.faq-info-section {
    padding: 45px 0 90px;
    background-color: #dfe2de;
}

.faq-info-container {
    width: 90%;
    margin: 0 auto;
}

.faq-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.faq-info-item {
    font-family: "Zen Kaku Gothic New" !important;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 5px;
    position: relative;
}

.pdf-link {
    color: #80bba9;
    font-weight: 500;
    text-decoration: underline !important;
    cursor: pointer;
}

.pdf-link:hover {
    color: #5a7a1f;
    text-decoration: underline !important;
}

.contact-button-wrapper {
    text-align: center;
    margin-top: 40px;
}

.contact-button {
    display: inline-block;
    background-color: #808080;
    color: #ffffff;
    padding: 3% 10%;
    text-decoration: none;
    font-family: "Zen Kaku Gothic New" !important;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.contact-button:hover {
    background-color: #555555;
    color: #ffffff;
    text-decoration: none;
}

/* Responsive Design for FAQ/Information Section */
@media (max-width: 480px) {
    .faq-info-section {
        padding: 40px 0;
    }

    .faq-info-item {
        font-size: 2.7vw;
        margin-bottom: 8px;
    }

    .contact-button {
        font-size: 2.7vw;
    }
}
