@charset "utf-8";

/* ==========================================================================
   5月ポイント5倍キャンペーンページ
   ========================================================================== */

/* 共通スタイル */
.campaign_wrap {
    width: 100%;
    background-color: #fff;
}

.campaign_wrap main {
    background-color: #fff;
}

/* ==========================================================================
   メインバナー
   ========================================================================== */
.campaign-banner {
    background: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.campaign-banner__inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.campaign-banner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ==========================================================================
   セクション共通
   ========================================================================== */
.section__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.section__head {
    text-align: center;
    margin-bottom: 20px;
}

.section__title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0CB87E;
    display: inline-block;
}

.h2_line {
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #ffd700 0%, #ffb300 100%);
    margin: 0 auto 40px;
    border-radius: 2px;
}

/* ==========================================================================
   キャンペーン内容
   ========================================================================== */
.campaign-detail {
    background: #fff;
    padding: 60px 20px;
    position: relative;
}

.campaign-detail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/topics/may_campaign-bg.png');
    background-size: 440px 380px;
    background-repeat: repeat;
    background-position: center;
    opacity: 0.2;
    z-index: 0;
}

.campaign-detail .section__inner {
    position: relative;
    z-index: 1;
}

.campaign-detail__content {
    max-width: 800px;
    margin: 0 auto;
}

.campaign-detail__card {
    background: #EFF9F5;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    border: 2px solid #0ba600
}

.campaign-detail__card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.campaign-detail__card-header i {
    font-size: 2rem;
    color: #ffd700;
}

.campaign-detail__card-header span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0CB87E;
}

.campaign-detail__card-text {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.8;
    margin: 0;
}

.campaign-detail__card-text strong {
    color: #0CB87E;
}

.campaign-detail__card-text .highlight {
    color: #d32f2f;
    font-size: 1.5rem;
    font-weight: bold;
}

.campaign-detail__example {
    background: #fff;
    border: 2px solid #EFF9F5;
    border-radius: 16px;
    padding: 24px;
    filter: drop-shadow(0 4px 15px rgba(24, 89, 0, 0.1));
}

.campaign-detail__example-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #0CB87E;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.campaign-detail__example-title i {
    color: #ffd700;
}

.campaign-detail__example-content {
    text-align: center;
}

.campaign-detail__example-content p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 16px;
}

.campaign-detail__example-content strong {
    color: #333;
}

.campaign-detail__example-result {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}

.campaign-detail__example-point {
    font-size: 4rem;
    font-weight: bold;
    color: #d32f2f;
    line-height: 1;
}

.campaign-detail__example-unit {
    font-size: 1.5rem;
    font-weight: bold;
    color: #d32f2f;
}

.campaign-detail__example-label {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-left: 8px;
}

/* ==========================================================================
   対象条件
   ========================================================================== */
.campaign-conditions {
    background: #f5f5f5;
    padding: 60px 20px;
}

.campaign-conditions__content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.campaign-conditions__item {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.campaign-conditions__icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0CB87E 0%, #009865 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.campaign-conditions__icon i {
    font-size: 1.3rem;
    color: #fff;
}

.campaign-conditions__text h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 8px 0;
}

.campaign-conditions__text p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.campaign-conditions__text time {
    font-weight: bold;
    color: #0CB87E;
}

/* ==========================================================================
   ポイント付与について
   ========================================================================== */
.campaign-points {
    background: #fff;
    padding: 60px 20px;
}

.campaign-points__content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 800px;
    margin: 0 auto 30px;
}

.campaign-points__item {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 24px;
}

.campaign-points__item h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #0CB87E;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.campaign-points__item h3 i {
    color: #ffd700;
}

.campaign-points__item p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    line-height: 1.8;
}

.campaign-points__item strong {
    color: #d32f2f;
}

.campaign-points__notes {
    background: #fff3e0;
    border-radius: 16px;
    padding: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.campaign-points__notes h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #e65100;
    margin: 0 0 12px 0;
}

.campaign-points__notes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.campaign-points__notes li {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
}

.campaign-points__notes li::before {
    content: '・';
    position: absolute;
    left: 0;
    color: #e65100;
}

.text-link {
    color: #0CB87E;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.text-link:hover {
    color: #009865;
}

/* ==========================================================================
   CTAエリア
   ========================================================================== */
.campaign-cta {
    background: linear-gradient(135deg, #0CB87E 0%, #009865 100%);
    padding: 60px 20px;
}

.campaign-cta__content {
    text-align: center;
}

.campaign-cta__text {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.6;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 50px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, #ffd700 0%, #ffb300 100%);
    color: #006847;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #ffb300 0%, #ff8f00 100%);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
    transform: translateY(-2px);
    color: #006847;
}

/* ==========================================================================
   レスポンシブ対応
   ========================================================================== */
@media screen and (max-width: 768px) {
    .campaign-banner {
        padding: 0;
    }

    .section__title {
        font-size: 1.5rem;
    }

    .campaign-detail__card {
        padding: 20px;
    }

    .campaign-detail__card-text {
        font-size: 1rem;
    }

    .campaign-detail__example-point {
        font-size: 3rem;
    }

    .campaign-conditions__content,
    .campaign-points__content {
        grid-template-columns: 1fr;
    }

    .campaign-cta__text {
        font-size: 1.1rem;
    }

    .btn {
        padding: 16px 40px;
        font-size: 1rem;
    }
}
