@media screen and (min-width: 768px) {
    .sp-only { display: none; }
}

@media screen and (max-width: 767px) {
    .pc-only { display: none; }
    .sp-only { display: block; }
}

.e-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.block-event-page--comment {
    overflow: hidden;
    color: #222222;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.6;
}

.block-event-page--comment img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.block-event-page--comment a { text-decoration: none; }
.block-event-page--comment * { box-sizing: border-box; }

/* ®代替 */
.regmark {
    display: inline-block;
    position: relative;
    padding-right: 0.9em;
}

.regmark::after {
    content: "R";
    position: absolute;
    top: -0.35em;
    right: 0.05em;
    width: 0.95em;
    height: 0.95em;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 0.55em;
    line-height: 0.95em;
    text-align: center;
    font-weight: 700;
}

/* Banner */
.campaign-present { text-align: center; }

.campaign-present__img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* Campaign Summary */
.campaign-summary {
    padding: 26px 20px 18px;
    background: #ffffff;
}

.campaign-summary__inner {
    max-width: 980px;
    margin: 0 auto;
}

.campaign-summary__title {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 900;
    color: #1f4fa3;
    text-align: center;
}

.campaign-summary__text,
.campaign-summary__notes,
.campaign-summary__period-title,
.campaign-summary__period-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #222222;
    text-align: left;
}

.campaign-summary__text { margin: 0 0 10px; }

.campaign-summary__link {
    color: #3B5588;
    text-decoration: underline;
}

.campaign-summary__notes {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.campaign-summary__notes li { margin-top: 4px; }
.campaign-summary__notes li:first-child { margin-top: 0; }

.campaign-summary__period {
    margin: 14px 0 0;
    text-align: left;
}

.campaign-summary__period-title,
.campaign-summary__period-text { margin: 0; }

/* Catch + Points */
.campaign-catch {
    margin: 18px 0 10px;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #1f4fa3;
    text-align: center;
}

.campaign-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.campaign-point {
    display: flex;
    align-items: center;
    gap: 12px;
}

.campaign-point--plus {
    font-size: 28px;
    font-weight: 900;
    color: #111111;
}

.campaign-point__icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #1f4fa3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
}

.campaign-point__icon img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.campaign-point__icon--cool img {
    position: absolute;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.campaign-point__icon--cool .cool-thermo {
    width: 26px;
    height: 26px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.campaign-point__icon--cool .cool-ice {
    width: 14px;
    height: 14px;
    right: 6px;
    top: 6px;
}

.campaign-point__text {
    font-size: 20px;
    font-weight: 900;
    color: #111111;
    line-height: 1.2;
}

/* AQUA */
.aqua {
    background: #ffffff;
    padding: 18px 20px 28px;
    border-top: 1px solid #d7e6ff;
}

.aqua__inner {
    max-width: 980px;
    margin: 0 auto;
}

.aqua__title {
    margin: 0 0 14px;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #1f4fa3;
    line-height: 1.2;
}

.aqua__content {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 28px;
    align-items: start;
}

.aqua__left { text-align: center; }

.aqua__no1 { margin: 0 0 6px; }
.aqua__no1 img { display: block; width: 100%; height: auto; }

.aqua__no1-note {
    margin: 0 0 10px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.45;
    color: #333333;
}

.aqua__product {
    margin: 0 auto 12px;
    max-width: 170px;
}

.aqua__product img {
    display: block;
    width: 100%;
    height: auto;
}

.aqua__label {
    display: inline-block;
    margin: 0;
    padding: 6px 10px;
    border: 2px solid #999999;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #666666;
    background: #ffffff;
}

.aqua__right { min-width: 0; }

.aqua__redcopy {
    margin: 4px 0 14px;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.45;
    color: #e4002b;
}

.aqua__topline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 18px;
    align-items: center;
    margin-bottom: 14px;
}

.aqua__headline-wrap { min-width: 0; }

.aqua__headline {
    margin: 0;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.45;
    color: #111111;
}

.aqua__ask { margin: 0; width: 118px; }
.aqua__ask img { width: 100%; height: auto; display: block; }

.aqua__headline-note {
    margin: 8px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #111111;
    line-height: 1.4;
}

.aqua__pricebox {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-end;
    padding: 6px 0 12px;
}

.aqua__pname {
    margin: 0 0 2px;
    font-size: 18px;
    font-weight: 900;
    color: #111111;
    line-height: 1.4;
}

.aqua__pname-main { display: inline; }
.aqua__pname-off { display: inline; margin-left: 6px; }

.aqua__psub {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    color: #111111;
    line-height: 1.4;
}

.aqua__price-right {
    text-align: right;
    white-space: nowrap;
}

.aqua__price {
    margin: 0;
    color: #F46372;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.1;
}

.aqua__price-num { font-size: 42px; }
.aqua__price-tax { font-size: 18px; color: #F46372; }

.aqua__price-note {
    margin: 4px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    text-decoration: line-through;
}

.aqua__cta {
    margin-top: 8px;
    text-align: center;
}

.aqua__btn {
    display: inline-block;
    width: 100%;
    max-width: 360px;
    padding: 14px 16px;
    background: #F63F3F;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    border-radius: 2px;
}

.aqua__note {
    margin: 14px 0 0;
    font-size: 12px;
    font-weight: 700;
    color: #111111;
    text-align: center;
}

/* Monthly prizes */
.month-prize {
    padding: 22px 20px 26px;
    background: #ffffff;
}

.month-prize__inner {
    max-width: 980px;
    margin: 0 auto;
}

.month-prize__title {
    margin: 0 0 16px;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    color: #1f4fa3;
}

.month-prize__grid.prize-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.prize-panel {
    border-radius: 10px;
    overflow: hidden;
    padding: 14px 14px 16px;
}

.prize-panel--pink { background: #f8e9ea; }
.prize-panel--blue { background: #e3f2ff; }

.prize-panel__head { margin: 0 0 10px; }

.prize-panel__name {
    display: inline-block;
    margin: 0;
    padding: 6px 12px;
    border-radius: 6px;
    background: #ef6b63;
    color: #ffffff;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.2;
}

.prize-panel__name--blue { background: #1f4fa3; }

.prize-panel__body {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.prize-panel__text { flex: 1 1 auto; min-width: 0; }

.prize-panel__desc {
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    color: #333333;
}

.prize-panel__img {
    margin: 0;
    flex: 0 0 120px;
}

.prize-panel__img img {
    width: 100%;
    height: auto;
    display: block;
}

.prize-panel__cta { margin-top: 12px; text-align: center; }

.prize-panel__btn {
    display: inline-block;
    min-width: 220px;
    padding: 12px 14px;
    background: #1fad37;
    color: #ffffff;
    font-weight: 900;
    font-size: 14px;
    border-radius: 2px;
}

/* Apply */
.campaign-01 {
    padding: 0 0 34px;
    background: #1f4fa3;
}

.campaign-01 h2 {
    margin: 0;
    padding: 24px 14px 16px;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
}

.campaign-steps {
    display: flex;
    gap: 18px;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}

.step {
    flex: 1 1 0;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 14px 14px;
    text-align: center;
}

.step h3 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 900;
    color: #1f4fa3;
}

.step p {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    color: #222222;
}

.circle-container-cart,
.circle-container-check,
.circle-container-gift {
    display: inline-block;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: #1f4fa3;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.circle-container-cart { background-image: url('/LP/202606_e_present/img/cart_icon.png'); }
.circle-container-check { background-image: url('/LP/202606_e_present/img/check_icon.png'); }
.circle-container-gift { background-image: url('/LP/202606_e_present/img/gift_icon.png'); }

.apply-btn-wrap { display: block; margin-top: 10px; }

.apply-btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 12px;
    background: #F63F3F;
    color: #ffffff;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.2;
}

.arrow-down {
    width: 90px;
    height: 44px;
    margin: 16px auto 10px;
    background: #ffffff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.campaign-01__result { font-size: 32px; line-height: 1.35; }

.text-uh.white {
    margin-top: 10px;
    padding: 0 16px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
}

/* Overview */
.overview {
    padding: 70px 20px 80px;
    background: #eeeeee;
}

.overview .inner { max-width: 940px; margin: 0 auto; padding: 0; }

.overview-wrap {
    padding: 56px 60px 60px;
    border-top: none;
    border-radius: 24px;
    background: #ffffff;
}

.overview-title {
    margin-bottom: 44px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #111111;
    text-align: center;
}

.overview-content { margin-top: 42px; }
.overview-content:first-of-type { margin-top: 0; }

.overview-sub-title {
    margin-bottom: 18px;
    padding: 12px 20px;
    background: #f0f0f0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #111111;
}

.overview-lead { font-size: 18px; line-height: 1.9; color: #222222; }

.overview-details {
    margin-top: 38px;
    padding: 24px;
    border: 1px solid #d9d9d9;
    background: #fafafa;
}

.overview-details p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.8;
    color: #222222;
}

.overview-details p:first-child { margin-top: 0; }

/* Responsive */
@media screen and (max-width: 767px) {
    .inner { padding: 0 16px; }

    .campaign-summary { padding: 18px 14px 14px; }
    .campaign-summary__title { font-size: 20px; }
    .campaign-summary__text,
    .campaign-summary__notes,
    .campaign-summary__period-title,
    .campaign-summary__period-text { font-size: 14px; }

    .campaign-catch { font-size: 30px; margin: 14px 0 10px; }

    .campaign-points { gap: 12px; }
    .campaign-point__icon { width: 40px; height: 40px; }
    .campaign-point__icon img { width: 22px; height: 22px; }
    .campaign-point__icon--cool .cool-thermo { width: 22px; height: 22px; }
    .campaign-point__icon--cool .cool-ice { width: 12px; height: 12px; right: 5px; top: 5px; }
    .campaign-point__text { font-size: 16px; }
    .campaign-point--plus { font-size: 22px; }

    .aqua { padding: 14px 14px 20px; }
    .aqua__title { font-size: 22px; }
    .aqua__content { grid-template-columns: 1fr; gap: 14px; }
    .aqua__left { max-width: 220px; margin: 0 auto; }

    .aqua__redcopy { font-size: 16px; }

    .aqua__topline { grid-template-columns: 1fr 92px; gap: 12px; }
    .aqua__headline { font-size: 16px; }
    .aqua__ask { width: 92px; }
    .aqua__headline-note { font-size: 11px; }
    .aqua__no1-note { font-size: 10px; }

    .aqua__pname {
        white-space: nowrap;
        font-size: 14px;
        line-height: 1.3;
    }
    .aqua__pname-off { margin-left: 4px; }
    .aqua__psub { font-size: 14px; }

    /* 価格：商品名の下に回して切れ防止 */
    .aqua__pricebox {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .aqua__price-right {
        text-align: left;
        white-space: normal;
        width: 100%;
    }

    .aqua__price,
    .aqua__price-note {
        white-space: nowrap;
    }

    .aqua__price-num { font-size: 34px; }
    .aqua__price { font-size: 18px; }
    .aqua__price-tax { font-size: 14px; }
    .aqua__price-note { font-size: 14px; }

    .month-prize { padding: 18px 14px 22px; }
    .month-prize__title { font-size: 22px; margin-bottom: 14px; }
    .month-prize__grid.prize-panels { grid-template-columns: 1fr; gap: 14px; }
    .prize-panel { padding: 12px 12px 14px; }
    .prize-panel__name { font-size: 13px; }
    .prize-panel__body { gap: 10px; }
    .prize-panel__img { flex-basis: 110px; }
    .prize-panel__btn { min-width: 200px; padding: 12px 12px; }

    .campaign-01 h2 { font-size: 28px; padding-top: 22px; }
    .campaign-steps { display: block; padding: 0 14px; }
    .step { margin-top: 14px; }
    .step:first-child { margin-top: 0; }
    .step h3 { font-size: 20px; }
    .step p { font-size: 14px; }
    .circle-container-cart, .circle-container-check, .circle-container-gift { width: 86px; height: 86px; }
    .campaign-01__result { font-size: 22px; }

    .overview { padding: 32px 12px 44px; }
    .overview-wrap { padding: 28px 16px 32px; border-radius: 16px; }
    .overview-title { margin-bottom: 28px; font-size: 22px; line-height: 1.6; }
    .overview-content { margin-top: 26px; }
    .overview-sub-title { margin-bottom: 12px; padding: 10px 12px; font-size: 18px; }
    .overview-lead { font-size: 14px; line-height: 1.8; }
    .overview-details { margin-top: 28px; padding: 18px 14px; }
    .overview-details p { font-size: 13px; line-height: 1.8; }
}

/* pager hide */
.pager-total { display: none; }
.block-goods-list--pager { display: none; }