/* CSS */

/*--------------------
 Common
--------------------*/
@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;
}

/*--------------------
 Banner
--------------------*/
.campaign-present {
    text-align: center;
}

.campaign-present__img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/*--------------------
 Month Prize
--------------------*/
.month-prize {
    padding: 22px 20px 26px;
    background: #CEF5FF;
    color: #186BAF;
    text-align: center;
}

.month-prize__inner {
    max-width: 760px;
    margin: 0 auto;
}

.month-prize__title {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 800;
    color: #186BAF;
}

.month-prize__figure {
    margin: 0 auto 12px;
    max-width: 420px;
}

.month-prize__figure img {
    display: block;
    width: 100%;
}

.month-prize__catch {
    margin: 0 0 2px;
    font-size: 22px;
    font-weight: 700;
    color: #186BAF;
}

.month-prize__name {
    margin: 0 0 10px;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #186BAF;
}

.month-prize__desc {
    margin: 0 auto 12px;
    max-width: 640px;
    font-size: 20px;
    line-height: 1.9;
    color: #186BAF;
}

.month-prize__table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
    max-width: 520px;
    background: #ffffff;
    color: #222222;
    font-size: 20px;
}

.month-prize__table th,
.month-prize__table td {
    border: 1px solid #dddddd;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
}

.month-prize__table th {
    width: 28%;
    background: #f6f6f6;
    font-weight: 700;
}

/*--------------------
 Apply (campaign-01)
--------------------*/
.campaign-01 {
    padding: 0 0 34px;
    background: #2EA6C4;
}

.campaign-01 h2 {
    margin: 0;
    padding: 26px 14px 18px;
    text-align: center;
    font-size: 44px;
    font-weight: 900;
    color: #ffffff;
}

.campaign-steps {
    display: flex;
    gap: 18px;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px 0;
}

.step {
    flex: 1 1 0;
    background: #ffffff;
    border-radius: 18px;
    padding: 16px 14px 14px;
    text-align: center;
}

.step h3 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 900;
    color: #2EA6C4;
}

.step p {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    color: #222222;
}

/* circles */
.circle-container-cart,
.circle-container-check,
.circle-container-gift {
    display: inline-block;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: #2EA6C4;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

/* icon paths */
.circle-container-cart {
    background-image: url('/LP/202605_e_present/img/cart_icon.png');
}

.circle-container-check {
    background-image: url('/LP/202605_e_present/img/check_icon.png');
}

.circle-container-gift {
    background-image: url('/LP/202605_e_present/img/gift_icon.png');
}

/* apply button */
.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: 12px;
    line-height: 1.2;
}

/* arrow */
.arrow-down {
    width: 90px;
    height: 44px;
    margin: 16px auto 10px;
    background: #ffffff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.campaign-01 .arrow-down + h2 {
    font-size: 34px;
    line-height: 1.4;
}

.text-uh.white {
    margin-top: 10px;
    padding: 0 16px;
    text-align: center;
    font-size: 14px;
    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-list {
    margin-top: 14px;
    padding-left: 0;
    list-style: none;
}

.overview-item {
    position: relative;
    margin-top: 8px;
    padding-left: 1.2em;
    font-size: 16px;
    line-height: 1.9;
    color: #222222;
}

.overview-item:first-child {
    margin-top: 0;
}

.overview-list.lists .overview-item::before,
.overview-inner-list .overview-item::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.overview-list.notes .overview-item::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.overview-inner-list {
    margin-top: 6px;
    padding-left: 1em;
    list-style: none;
}

.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) {
    .e-inner {
        max-width: 100%;
    }

    .inner {
        padding: 0 16px;
    }

    .month-prize {
        padding: 18px 14px 22px;
    }

    .month-prize__title {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .month-prize__figure {
        margin-bottom: 12px;
    }

    .month-prize__catch {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .month-prize__name {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .month-prize__desc {
        font-size: 14px;
        margin-bottom: 12px;
        line-height: 1.8;
    }

    .month-prize__table {
        font-size: 14px;
        max-width: 520px;
    }

    .month-prize__table th,
    .month-prize__table td {
        padding: 10px 10px;
    }

    .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: 15px;
    }

    .step p {
        font-size: 15px;
        line-height: 1.8;
    }

    .circle-container-cart,
    .circle-container-check,
    .circle-container-gift {
        width: 86px;
        height: 86px;
    }

    .apply-btn {
        font-size: 14px;
        padding: 12px 16px;
        border-radius: 12px;
    }

    .campaign-01 .arrow-down + h2 {
        font-size: 22px;
    }

    .text-uh.white {
        font-size: 12px;
    }

    .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-item {
        font-size: 13px;
        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;
}