@charset "utf-8";
/* CSS Document */

.page_campaign {
    color: #444;
}

.page_campaign .pc {
    display: none;
}
.page_campaign hr {
    border: none;
    height: 1px;
    background: #e1e1e1;
    margin: 40px 0;
}
@media screen and (min-width: 960px) {
    .page_campaign .pc {
        display: block;
    }
    .page_campaign .sp {
        display: none;
    }
    .page_campaign hr {
        margin-bottom: 3rem;
    }
}

/*
* キャンペーン共通ヘッダー
*/
.campaignHeader img {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.campaignHeader .pc {
    display: none;
    vertical-align: middle;
}
@media screen and (min-width: 960px) {
    .campaignHeader img {
        margin: 0 auto;
    }
    .campaignHeader .pc {
        display: inline-block;
    }
    .campaignHeader .sp {
        display: none;
    }
}

/* 概要説明セクション */
.campaign-page-about {
    margin: 0 0 5rem;
    padding: 0 1rem;
    background: #fff;
}

.campaign-page-about__section {
    max-width: 800px;
    margin: 2rem auto;
}

.campaign-page-about__section--main {
    margin: 1rem auto;
}

.campaign-page-about__section:last-child {
    border-bottom: 0;
}

.campaign-page-about__block {
    margin: 0 0 2rem;
}

.campaign-page-about__intro {
    margin: 3rem 0 2rem;
    font-size: 1.8rem;
    line-height: 1.4;
}

.campaign-page-about__intro span {
    color: #222;
    font-weight: bold;
}

.campaign-page-about__image {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto 2rem;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fafafa;
}

.campaign-page-about__image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 2rem 0 .5rem;
}

.campaign-page-about__title {
    margin: 2rem 0;
    padding: 1.5rem 0;
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: bold;
}

.campaign-page-about__title strong {
    color: #d94a2a;
}

.campaign-page-about__subtitle {
    margin: 3rem auto;
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.campaign-page-about__desc {
    margin: 0 0 10px;
}

.campaign-page-about__text {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
}

.campaign-page-about__text b {
    display: block;
    margin: 0 0 .8rem;
    font-size: 1.4rem;
}

.campaign-page-about__text ul li {
    position: relative;
    margin: 0 0 .8rem;
    padding-left: 1.5rem;
    font-size: 1.4rem;
}

.campaign-page-about__text ul li::before {
    content: "・";
    left: 0;
    position: absolute;
}

.campaign-page-about__text ul li span {
    font-weight: bold;
}

.campaign-page-about__text ul li:last-child {
    margin-bottom: 0;
}

.campaign-page-about__img img {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.campaign-page-about__img a {
    display: block;
}

.campaign-page-about__alert-list {
    padding: 10px;
    font-size: 1.4rem;
    background: #fafafa;
    border: 1px dotted #aaa;
    border-radius: 3px;
}

.campaign-page-about__alert-item {
    position: relative;
    margin: 0 0 5px;
    padding-left: 1.5rem;
    line-height: 1.4;
}

.campaign-page-about__alert-item:last-child {
    margin: 0;
}

.campaign-page-about__alert-item::before {
    content: "・";
    left: 0;
    position: absolute;
}

.campaign-page-about__alert-title {
    margin: 0 0 10px;
    font-weight: bold;
}

@media screen and (min-width: 960px) {
    .campaign-page-about {
        padding: 0;
    }
    .campaign-page-about__text {
        margin-top: 3rem;
        font-size: 1.4rem;
    }
    .campaign-page-about__block {
        margin: 0 0 4rem;
    }
    .campaign-page-about__block > p {
        font-size: 1.8rem;
    }
    .campaign-page-about__intro {
        margin: 4rem auto 3rem;
        font-size: 2.4rem;
    }
    .campaign-page-about__image {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }
    .campaign-page-about__image-item {
        flex: 1;
        max-width: 500px;
    }
    .campaign-page-about__title {
        font-size: 2.4rem;
        text-align: center;
    }
    .campaign-page-about__subtitle {
        padding: 0 0 .5rem;
        font-size: 3rem;
    }
    .campaign-page-about__title--small {
        max-width: inherit;
    }
    .campaign-page-about__alert-list {
        padding: 15px;
    }
    .campaign-page-about__text ul li {
        padding-left: 2rem;
    }
    .campaign-page-about__desc {
        margin: 0 0 20px;
    }
}

/* 商品セクション */
.campaign-page-product {
    max-width: 1200px;
    margin: 0 auto;
}

.campaign-page-product__section {
    margin-top: 5rem;
}

.campaign-page-product__section h2 {
    position: relative;
    margin-bottom: 3rem;
    font-size: 3rem;
    font-family: "Hiragino Kaku Gothic ProN W6", "Yu Gothic Bold", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
}

.campaign-page-product__list-container {
    padding: 0 1rem;
}

.campaign-page-product__list-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    box-sizing: border-box;
}

.campaign-product__content {
    margin: 0 0 10px;
}

.campaign-product__image-wrapper {
    margin: 0 0 8px;
}

.campaign-product__name {
    margin: 0 0 1rem;
    color: #005a99;
    text-decoration: underline;
    line-height: 1.2;
}

.campaign-product__price {
    margin: 0 0 1rem;
}

.campaign-product__price-text {
    padding: 0 .5rem 0 0;
}

.campaign-product__discount-price {
    margin: 0 0 1rem;
}

.campaign-product__discount-price-text {
    padding: 0 .5rem 0 0;
}

.campaign-product__discount-price-value {
    padding-left: .5rem;
    color: #d94a2a;
}

.campaign-product__review {
    display: flex;
    align-items: center;
}

.campaign-product__review-count {
    position: relative;
    top: 1px;
    margin-left: .5rem;
    line-height: 1;
}

.campaign-product__category {
    margin: 0 0 8px;
}

.campaign-product__cart {
    margin-top: auto;
    text-align: center;
}

.campaign-product__cart-button {
    margin-top: auto;
    text-align: center;
    width: 100%;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    line-height: 1;
}

.campaign-product__cart-button span {
    position: relative;
    padding-left: 25px;
}

.campaign-product__cart-button span:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/cart-icon-white.png) no-repeat center center;
    background-size: 20px, cover;
    transform: translateY(-50%);
}

@media screen and (min-width: 960px) {
    .campaign-page-product__section h2 {
        font-size: 3.6rem;
    }

    .campaign-page-product__list-container {
        padding: 0;
    }

    .campaign-page-product__list-item {
        font-size: 14px;
    }

    .campaign-product__review-count {
        margin-left: .8rem;
    }
}

@media (max-width: 720px) { /* 720px以下のときナビは非表示 */
    .page_campaign .swiper-button-next,
    .page_campaign .swiper-button-prev {
        display: none !important;
    }
}

/* ログインボタン */
.campaign-page-about__loginarea {
    padding: 40px 20px;
    text-align: center;
}
.campaign-page-about__login button {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-size: 1.8rem;
    font-weight: bold;
}
@media screen and (min-width: 960px) {
    .campaign-page-about__loginarea {
        padding: 60px 20px;
    }
    .campaign-page-about__login button {
        width: auto;
        padding: 20px;
        font-size: 2.4rem;
    }
}

/*
* 注文金額に応じた「割引 or 還元率」テーブル
*/

.campaign-table {
    width: 100%;
    margin: 0 auto;
}

.campaign-table__table--caption {
    margin: 0 0 20px;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.campaign-table__table--caption span {
    color: #f03929;
}

.campaign-table__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.campaign-table__row--header {
    color: #fff;
    text-align: center;
}

.campaign-table__cell {
    padding: 1rem;
    border: 1px solid #333;
    text-align: right;
}

.campaign-table__cell--header {
    background: #333;
    color: #fff;
    text-align: center;
}

.campaign-table__cell--highlight {
    background: #f03929;
    color: #fff;
    border: 1px solid #f03929;
}

.campaign-table__cell--price {
    text-align: right;
}

.campaign-table__cell--arrow {
    text-align: center;
    border: none;
}

.campaign-table__cell--rate {
    border: 1px solid #f03929;
    color: #f03929;
    text-align: center;
}

.campaign-table__cell--empty {
    background: none;
    border: none;
}


/*
* 商品規格IDから取得した商品
*/
.campaign-product__title {
    margin: 0 0 20px;
    padding: 15px 0 10px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

.campaign-productclasses__item {
    margin: 0 0 3rem;
    padding: 0 0 3rem;
    border-bottom: 1px solid #e1e1e1;
}

.campaign-productclasses__image {
    margin: 0 0 20px;
    text-align: center;
}

.campaign-productclasses__name {
    margin: 0 0 10px;
    font-size: 1.8rem;
    font-weight: bold;
}

.campaign-productclasses__price {
    margin: 0 0 10px;
    color: #d94a2a;
    font-weight: bold;
}

.campaign-productclasses__extra-info {
    margin: 0 0 10px;
    font-size: 1.4rem;
    line-height: 1.6;
}

.campaign-productclasses__review {
    margin: 0 0 1rem;
    font-size: 1.4rem;
}

.campaign-productclasses__stars {
    color: #ffba00;
}

.campaign-productclasses__stars span {
    color: #ccc;
}

.campaign-productclasses__link a {
    display: block;
    width: 100%;
    margin: 15px 0 0;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    text-align: center;
    box-shadow: none;
}

.campaign-productclasses__nostock {
    display: block;
    width: 100%;
    margin: 15px 0 0;
    padding: 1.2rem 0;
    background: #ccc;
    font-size: 1.4rem;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .campaign-product__title {
        border-radius: 3px;
        font-size: 3rem;
    }

    .campaign-productclasses__item-inner {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .campaign-productclasses__image {
        margin: 0;
    }

    .campaign-productclasses__image {
        flex: 0 0 240px;
    }

    .campaign-productclasses__info {
        flex: 1;
        min-width: 0;
    }

    .campaign-productclasses__name {
        margin: 10px 0;
        font-size: 2rem;
    }

    .campaign-productclasses__price {
        margin: 0 0 10px;
    }

    .campaign-productclasses__extra-info {
        margin: 0 0 10px;
    }

    .campaign-productclasses__review {
        margin: 0 0 15px;
    }

    .campaign-productclasses__link {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
    }

    .campaign-productclasses__link a {
        width: 240px;
    }

    .campaign-productclasses__nostock {
        width: 240px;
    }
}

/*
* タイマー
*/
.timelimit {
    margin: 0 1rem 1rem;
    padding: 1.5rem 0;
    background: #fafafa;
    color: #e60023;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    position: relative;
}
.timelimit div > span:first-child {
    display: block;
    margin-bottom: .8rem;
    color: #333;
    font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
    .timelimit {
        font-size: 2.4rem;
    }
    .timelimit div > span:first-child {
        font-size: 1.6rem;
    }
}

/*
* 還元ポイントの説明
*/
.point-card {
    max-width: 420px;
    margin: 1rem auto 0;
    padding: .8rem;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.point-card__header {
    padding: 1.2rem 1.4rem;
    border-bottom: 1px solid #e5e5e5;
}

.point-card__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #000;
}

.point-card__list {
    margin: 0;
    padding: 0.8rem 1.4rem 1.2rem;
}

.point-card__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: 1rem 0;
}

.point-card__label {
    margin: 0;
    font-size: 1.4rem;
    color: #222;
}

.point-card__value {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.point-card__value--gift {
    color: #e60023;
}

.point-card__unit {
    margin-left: 0.2rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.point-card__value--gift {
    font-weight: 800;
}

.point-card__divider {
    height: 1px;
    background: #e0e0e0;
    margin: 0.2rem 0;
}

.point-card__row--total {
    padding-top: 1.2rem;
}

.point-card__row--total .point-card__label {
    font-weight: 700;
}

.point-card__value--total {
    font-size: 2.1rem;
}

@media screen and (min-width: 960px) {
    .point-card {
        max-width: 480px;
    }

    .point-card__title {
        font-size: 1.7rem;
    }

    .point-card__label {
        font-size: 1.5rem;
    }

    .point-card__value {
        font-size: 2rem;
    }

    .point-card__value--total {
        font-size: 2.4rem;
    }
}

/*
* クーポン
*/

.coupon-block {
    margin: 0 0 1rem;
    border-radius: 4px;
}

.coupon-block h2 {
    padding: 0 0 0 1.5rem;
    color: #fff;
    font-size: 2rem;
    line-height: 2;
}

.coupon-block img {
    display: block;
    width: 300px;
    height: 60px;
    object-fit: contain;
    margin: 0 auto;
}

.coupon-block .coupon-block-inner {
    padding: 10px;
}

.coupon-code-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.coupon-code-block span {
    display: block;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

.coupon-code-block span:last-child {
    padding: 6px;
    line-height: 1;
    font-size: 20px;
}

.coupon-copy {
    display: block;
    width: 100%;
    background-color: #eee;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    text-align: center;
    line-height: 2.5;
    transition: .3s;
    cursor: pointer;
}

.coupon-copy:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    color: #1a1a1a;
    padding-right: 10px;
}

.coupon-copy:hover {
    opacity: 0.6;
}

/* カラーバリエーション */
.coupon-block#coupon300 {
    border: 1px solid #fa9800;
}
.coupon-block#coupon300 h2 {
    background-color: #fa9800;
}
.coupon-block#coupon300 .coupon-code-block span:last-child {
    border: 1px solid #fa9800;
}

.coupon-block#coupon500 {
    border: 1px solid #0071bb;
}
.coupon-block#coupon500 h2 {
    background-color: #0071bb;
}
.coupon-block#coupon500 .coupon-code-block span:last-child {
    border: 1px solid #0071bb;
}

.coupon-block#coupon1000 {
    border: 1px solid #f43d72;
}
.coupon-block#coupon1000 h2 {
    background-color: #f43d72;
}
.coupon-block#coupon1000 .coupon-code-block span:last-child {
    border: 1px solid #f43d72;
}

/* レスポンシブレイアウト */
@media screen and (min-width: 960px) {
    .coupon-block-outer {
        display: flex;
        justify-content: space-between;
        gap: 2%;
    }

    .coupon-block {
        width: 32%;
    }
}

/*
* 短縮URL用のログインボタン
*/

.campaign-entry-wrap {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
}

.campaign-entry {
    margin-top: 4rem;
    padding: 3rem 2rem;
    text-align: center;
    border-radius: 8px;
}

.campaign-entry p {
    margin: 0 0 2rem;
    line-height: 1.6;
}

.campaign-entry__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    padding: 2rem;
    border-radius: 8px;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
}

.campaign-entry__button:hover {
    transform: translateY(-2px);
}

/* ログイン */
.campaign-entry--login {
    background: #fff6d0;
    border: 2px solid #f2d97a;
}

/* 新規会員登録 */
.campaign-entry--register {
    background: #f7f7f7;
    border: 1px solid #dddddd;
}

.campaign-entry__button--entry {
    background: #fff;
}

.campaign-entry__button--entry:hover {
    background: #fefefe !important;
}

.campaign-entry__title {
    display: inline-block;
    margin: 0 0 1.5rem;
    font-size: 2.4rem;
    font-weight: bold;
}

/*
* 商品リスト別パターン（セットが記載されている）
*/

.product-list {
    max-width: 800px;
    margin: 0 auto 4rem;
    padding: 0 1rem;
}
.product-list__item {
    position: relative;
    margin: 0 0 2rem;
    padding-bottom: 2rem;
    font-size: 1.4rem;
}
.product-card__image {
    max-width: 280px;
    margin: 0 auto 2rem;
}
.product-card__content {
    padding: 0 1rem;
}
.product-card__category {
    margin-bottom: 1rem;
}
.product-card__name {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
}
.product-card__review {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.product-card__star {
    margin-right: .5rem;
    color: #f5a623;
}
.product-card__price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .8rem 0;
    border-bottom: 1px solid #e0e0e0;
}
.product-card__purchase {
    display: flex;
    align-items: center;
}
.product-card__rank {
    position: absolute;
    top: 0;
    left: 1rem;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
    line-height: 40px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
}
.product-card__rank--1 {
    background: #d9b340;
    border-color: #ba9525;
    color: #fff;
}
.product-card__rank--2 {
    background: #6f7b83;
    border-color: #5c676d;
    color: #fff;
}
.product-card__rank--3 {
    background: #a15326;
    border-color: #8d4921;
    color: #fff;
}
.product-card__unit {
    margin-bottom: .5rem;
}
.product-card__desc {
    margin-bottom: .5rem;
    line-height: 1.6;
}
.product-card__price {
    margin-right: 1.5rem;
}
.product-card__bonus {
    margin: .5rem 0 0;
    padding: .5rem;
    background: #1c65d2;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.product-card__bonus--low {
    background: #57b2d4;
}
#mainContainer .product-card__set {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1.4rem !important;
}
.product-card__cart-btn {
    width: 100%;
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
}
.product-card__cart-btn span {
    position: relative;
    padding-left: 25px;
}
.product-card__cart-btn span::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/cart-icon-white.png) no-repeat center center;
    background-size: 20px, cover;
    transform: translateY(-50%);
}
.product-card__cart-btn--disabled {
    background: #eee;
    color: #333 !important;
    border: 1px solid #eee;
    cursor: not-allowed;
}

@media screen and (min-width: 960px) {
    .product-list__item {
        display: flex;
        margin: 0 0 2rem;
        padding: 2rem;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
    }
    .product-card__image {
        width: 45%;
        margin: 0 2rem 0 0;
    }
    .product-card__content {
        max-width: 270px;
        min-width: 270px;
        padding: 0;
    }
    .product-card__body {
        width: 55%;
    }
    .product-card__rank {
        position: absolute;
        top: 1rem;
        left: 1rem;
    }
    .product-card__cart-btn {
        padding: 1rem;
    }
}

/*
* 増量キャンペーンのテーブル
*/

.campaign-page-table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-top: 1px solid #e5a9bb;
    border-left: 1px solid #e5a9bb;
    font-weight: bold;
}
.campaign-page-table,
.campaign-page-table thead,
.campaign-page-table tbody,
.campaign-page-table tr,
.campaign-page-table th,
.campaign-page-table td {
    display: block;
    width: 100%;
}
.campaign-page-table th {
    padding: 1rem;
    border-bottom: 1px solid #e5a9bb;
    border-right: 1px solid #e5a9bb;
    background: #fde8ef;
    color: #cf567e;
}
.campaign-page-table th span {
    margin: 0 .2em;
    font-size: 2rem;
}
.campaign-page-table td {
    padding: 1rem;
    border-bottom: 1px solid #e5a9bb;
    border-right: 1px solid #e5a9bb;
}
.campaign-page-table td img {
    display: block;
    max-width: 300px;
    margin: 0 auto;
}
@media screen and (min-width: 960px) {
    .campaign-page-table {
        display: table;
        border-collapse: collapse;
        table-layout: fixed;
        width: 100%;
    }
    .campaign-page-table thead {
        display: table-header-group;
    }
    .campaign-page-table tbody {
        display: table-row-group;
    }
    .campaign-page-table tr {
        display: table-row;
        margin: 0;
    }
    .campaign-page-table th,
    .campaign-page-table td {
        display: table-cell;
        vertical-align: middle;
        padding: 1rem;
        border-top: none;
    }
    .campaign-page-table th {
        width: 45%;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: left;
    }
    .campaign-page-table th span {
        margin: 0 .2rem;
        font-size: 2rem;
    }
    .campaign-page-table td {
        width: 55%;
        text-align: left;
    }
    .campaign-page-table td img {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0;
    }
}

/*
* 増量キャンペーンの購入例
*/

.campaign-page-example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    max-width: 700px;
    width: 100%;
    margin: 3rem auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fafafa;
}
.campaign-page-example-title {
    width: 80px;
    margin-bottom: 0;
    font-weight: bold;
}
.campaign-page-example ul {
    border-left: 1px solid #e0e0e0;
    padding: .5rem 0 .5rem 2rem;
}
.campaign-page-example li:not(:last-child) {
    margin-bottom: .5rem;
    line-height: 1.2;
}
.campaign-page-example strong {
    display: block;
    margin: .5rem 0 0;
    color: #cf567e;
}
.campaign-page-example-text {
    line-height: 1.2;
}
@media screen and (min-width: 960px) {
    .campaign-page-example {
        padding: 20px 32px;
        gap: 24px;
    }
    .campaign-page-example-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        font-size: 1.6rem;
        line-height: 1.35;
    }
    .campaign-page-example .campaign-page-example-text,
    .campaign-page-example ul {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .campaign-page-example ul {
        padding-left: 2rem;
        margin: 0;
    }
    .campaign-page-example li:not(:last-child) {
        margin-bottom: 1rem;
    }
    .campaign-page-example-text {
        font-size: 1.05rem;
        line-height: 1.7;
    }
    .campaign-page-example strong {
        display: inline-block;
    }
}


/* ===============================
   商品カードリスト
================================ */
.product-card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
    list-style: none;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.product-card-list__item {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    padding: 18px 12px 66px;
    flex: 1 1 100%;
    text-align: center;
}

.product-card-list__image {
    max-width: 300px;
    margin: 0 auto 1rem;
}

.product-card-list__name {
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.product-card-list__price {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: bold;

    b {
        color: #d94a2a;
    }
}

.product-card-list__discount {
    display: inline-block;
    margin-bottom: 2rem;
    padding: .5rem 1rem;
    background: #d94a2a;
    color: #fff;
    border-radius: 3px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.product-card-list__action {
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    padding: 0 12px;
}

.product-card-list__button {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 1.2rem 0 1.5rem;
    border: 1px solid #eee;
}

/* スマホ（1列） */
@media screen and (min-width: 960px) {
    .product-card-list__item {
        flex: 0 0 calc(50% - 16px);
    }

    .product-card-list__name {
        min-height: 24px;
        margin-bottom: 1rem;
    }
}

/* 最大15%割引のテーブル */
.order-discount {
    max-width: 560px;
    margin: 0 auto;
}

.order-discount__table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.order-discount__row--head .order-discount__cell {
    background: #666;
    color: #fff;
    text-align: center;
}

.order-discount__cell {
    padding: 1rem;
    border-bottom: 1px solid #666;
    background: #f7f7f7;
}

.order-discount__cell--head {
    padding: 1rem 0;
}

.order-discount__cell--amount {
    width: 56%;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    color: #444;
    text-align: right;
}

.order-discount__cell--arrow {
    width: 6%;
    text-align: center;
    background: #fff !important;
    border: none;
}

.order-discount__cell--rate {
    width: 38%;
    border-left: 1px solid #54cda0;
    border-right: 1px solid #54cda0;
    border-bottom: 1px solid #54cda0;
    background: #f0f8f5;
    color: #54cda0;
    font-weight: bold;
    text-align: center;
}

.order-discount__row--head .order-discount__cell--rate {
    background: #49b591;
    color: #fff;
}

.order-discount__suffix {
    padding-left: 3px;
}

@media screen and (min-width: 960px) {
    .order-discount__cell {
        padding: 1.4rem;
        font-size: 2rem;
    }
    .order-discount__cell--head {
        padding: 1.4rem;
    }
}

.item-box {
    display: block;
    max-width: auto;
    margin: 3rem auto;
    padding: 1rem;
    background: #fefefe;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}

.item-box__link {
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.item-box__image {
    display: block;
    max-width: 280px;
    margin: 0 auto 2rem;
    border: 0;
    outline: none;
}

.item-box__title {
    margin-bottom: 2rem;
    color: #005a99;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: underline;
}

.item-box__desc {
    max-width: 620px;
    margin: 0 auto 2rem;
    padding: 1rem;
    background: #f7f7f7;
    border: 1px dashed #ddd;
    border-radius: 5px;
    line-height: 1.6;
    text-align: left;
}

.item-box__price-normal {
    margin-bottom: 2rem;
}

.item-box__price-old {
    padding-left: 1rem;
}

.item-box__offer {
    margin-bottom: 2rem;
    line-height: 1.4;
}

.item-box__campaign {
    color: #d94a2a;
    font-size: 1.6rem;
    font-weight: bold;
}

.item-box__price-final {
    margin-bottom: .5rem;
    color: #d94a2a;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.6;
}

.item-box__units {
    padding-right: 1rem;
    font-size: 1.6rem;
}

@media screen and (min-width: 960px) {
    .item-box__image {
        max-width: 400px;
    }
    .item-box__desc {
        padding: 1.5rem;
    }
}

/* 商品購入例 */
.promo {
    text-align: center;
}
.promo__image {
    display: block;
    margin: 0 auto 2rem;
}
.promo__content {
  margin-bottom: 2rem;
}
.promo__subtitle {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}
.promo__price-original {
    margin-bottom: 1.5rem;
}
.promo__arrow {
    display: block;
    margin-bottom: 2rem;
}
.promo__price-current {
    padding-right: .2rem;
    color: #d94a2a;
    font-size: 18px;
    font-weight: bold;
}
.promo__price-discount {
    padding: .2rem .5rem;
    background: #d94a2a;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
}

/* 商品購入例パターン2 */
.campaign-bonus {
}

.campaign-bonus__title {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.campaign-bonus__inline-amount {
    padding: 0 .3rem;
}

.campaign-bonus__image {
    margin-bottom: 2rem;
    text-align: center;
}

.campaign-bonus__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border: 0;
    outline: none;
    text-decoration: none;
}

.campaign-bonus__box {
    margin-bottom: 2rem;
    padding: 2rem;
    background: #f4edeb;
}

.campaign-bonus__box-header {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

.campaign-bonus__box-text {
    margin-bottom: .3rem;
}

.campaign-bonus__discount {
    padding-right: 5px;
    color: #d94a2a;
    font-size: 2.6rem;
    font-weight: bold;
}

.campaign-bonus__box-footer {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

.campaign-bonus__box-summary {
    margin-bottom: .3rem;
}

.campaign-bonus__box-highlight {
    padding-right: 5px;
    color: #d94a2a;
    font-size: 2.6rem;
    font-weight: bold;
}

/* =========================
   【年始キャンペーン専用】商品ランキング
   ========================= */

.newyear-product__title {
    margin-bottom: 2rem;
    padding-top: 3rem;
    border-top: 1px solid #333;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

.newyear-product__title span {
    display: block;
    font-size: 3.5rem;
}

.newyear-product__title-img {
    max-width: 600px;
    margin: 0 auto;
}

.newyear-product {
    padding: 0 1rem;
}

.newyear-product__item {
    margin: 0 0 3rem;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
}

.newyear-product__image {
   width: 100%;
   max-width: 280px;
   margin: 0 auto;
}

.newyear-product__image-link {
   display: block;
}

.newyear-product__image-img {
   display: block;
   width: 100%;
   height: auto;
}

.newyear-product__info {
   padding: 1.5rem;
}

.newyear-product__rank {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-width: 56px;
   height: 28px;
   margin: 0 .5rem 1.5rem 0;
   padding: 0 10px;
   border: 1px solid #e2e8f0;
   border-radius: 999px;
   background: #f7f7f7;
   font-size: 1.4rem;
   font-weight: 700;
}

.newyear-product__rank--1 {
    border: 1px solid #ba9525;
    background: #d9b340;
    color: #fff;
}

.newyear-product__rank--2 {
    border: 1px solid #5c676d;
    background: #6f7b83;
    color: #fff;
}

.newyear-product__rank--3 {
    border: 1px solid #8d4921;
    background: #a15326;
    color: #fff;
}

.newyear-product__category {
   display: inline-block;
   font-size: 1.4rem;
   vertical-align: middle;
   line-height: 1;
}

.newyear-product__name {
    margin-bottom: 1.5rem;
}

.newyear-product__name-link {
   font-size: 1.6rem;
   font-weight: 700;
}

.newyear-product__review {
    width: 100%;
    max-width: 360px;
    margin-bottom: 1rem;
    border: 1px solid #eee;
    border-collapse: collapse;
    font-size: 1.4rem;
}

.newyear-product__review-head {
    text-align: left;
    padding: 8px 6px;
    border-bottom: 1px solid #e2e8f0;
    background: #f7f7f7;
    font-weight: 700;
}

.newyear-product__review-cell {
    padding: 8px 6px;
    color: #333;
}

.newyear-product__desc {
    font-size: 1.4rem;
}

.newyear-product__options {
   margin-top: 1rem;
}

.newyear-product__option-list {
    display: grid;
    gap: 10px;
}

.newyear-product__option-item {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 8px 10px;
    display: grid;
    grid-template-columns: 1.2fr 1.5fr auto;
    align-items: center;
    gap: 5px;
    background: #f7f7f7;
}

.newyear-product__option-name {
   font-size: 1.4rem;
   font-weight: 700;
}

.newyear-product__option-price {
    text-align: right;
    padding-right: 5px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.newyear-product__price-mini {
    margin-bottom: .2rem;
    font-size: 1.2rem;
    color: #666;
    text-decoration: line-through;
}

.newyear-product__price-large {
    font-size: 1.4rem;
    font-weight: bold;
    color: #d94a2a;
}

.newyear-product__button {
    height: 36px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}

.newyear-product__button--soldout {
    padding: 0 14px;
    border: none;
    background: #f7f7f7;
    color: #999;
    cursor: not-allowed;
}

.newyear-product__notice {
    margin-top: 1rem;
    padding: 1rem;
    border-left: 4px solid #d94a2a;
    background: #fff5f2;
    color: #c03a1d;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    border-radius: 4px;
}

@media screen and (min-width: 960px) {
    .newyear-product {
        padding: 0;
    }

    .newyear-product__item {
        display: flex;
        max-width: 800px;
        margin: 0 auto 3rem;
        padding: 1rem;
    }
}


/* =========================
   【年始キャンペーン専用】おすすめカテゴリ
   ========================= */

.newyear-categories {
    max-width: 800px;
    margin: 0 auto 3rem;
    padding: 0 1rem;
}

:root{
    --ny-gold: #d2b45a;        /* 金アクセント */
    --ny-gold-soft: #f3e4c5;   /* 既存の薄金 */
    --ny-ink: #333;
}

/* タイトル：罫線を金寄り＋少し太く、文字もほんのり */
.newyear-categories__title {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(210,180,90,.55);
    color: var(--ny-ink);
    letter-spacing: .04em;
}

/* タイトル左に小さな装飾（主張しない） */
.newyear-categories__title::before{
    content:"";
    display:inline-block;
    width:.6em;
    height:.6em;
    margin-right:.6em;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fff, rgba(210,180,90,.7));
    transform: translateY(-1px);
}

.newyear-categories__item {
    margin-bottom: 2rem;
}

.newyear-categories__item:last-child {
    margin-bottom: 0;
}

.newyear-categories__link {
    position: relative;
    display: block;
    padding: 1.5rem 1.5rem 1.5rem 1.8rem; /* 左だけ少し余白増やす */
    background: #f9f5eb;
    color: #333 !important;
    border-radius: 10px;
    border: 1px solid rgba(210,180,90,.18); /* うっすら金の輪郭 */
    box-shadow: 0 2px 10px rgba(0,0,0,.10);
    text-decoration: none;
    transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

.newyear-categories__link:hover {
    box-shadow: 0 8px 22px rgba(0,0,0,.16);
    transform: translateY(-2px);
    border-color: rgba(210,180,90,.35);
}

@media screen and (min-width: 960px) {
    .newyear-categories {
        padding: 0;
    }

    .newyear-categories__list {
        display: flex;
        gap: 1.5rem;
    }

    .newyear-categories__item {
        margin-bottom: 0;
    }

    .newyear-categories__link {
        font-size: 1.4rem;
        white-space: nowrap;
    }
}

/* --- タイマーエリア --- */

.sale-timer-sentinel {
    height: 1px;
}

.sale-timer-spacer {
    height: 0;
}

.sale-timer-wrap {
    margin-bottom: 3rem;
    text-align: center;
}

.sale-timer {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 340px;
    padding: 1rem 2rem;
    border-radius: 999px;
    background: #8f0000;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}

/* gap代替 */
.sale-timer > * {
    margin: .3rem;
}

.sale-timer__label {
    flex-basis: 100%;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
}

.sale-timer__prefix {
    color: #ffec49;
    font-size: 2rem;
    white-space: nowrap;
}

.sale-timer__time {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    color: #ffec49;
    font-size: 2rem;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

/* gap代替 */
.sale-timer__time > * {
    margin: .2rem .275rem;
}

.sale-timer__part {
    display: inline-flex;
    align-items: baseline;
}

.sale-timer__part > * {
    margin-left: .06rem;
}

.sale-timer__part > *:first-child {
    margin-left: 0;
}

.sale-timer__num {
    letter-spacing: .01em;
}

/* --- 商品グリッド --- */

.sale-product-grid {
    display: grid;
    grid-template-columns: 1fr;
}
.sale-product-head {
    margin-bottom: 3rem;
    text-align: center;
}
.sale-product-head__main {
    margin-bottom: .3rem;
    font-size: 2.8rem;
    font-weight: 600;
    font-family: "Hiragino Kaku Gothic ProN W6", "Yu Gothic Bold", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4;
}
@media (min-width: 960px) {
    .sale-product-head__main {
        font-size: 3.6rem;
    }
}

.sale-product {
    margin: 0 1rem 2rem;
}

@media (min-width: 768px) {
    .sale-product-grid {
        grid-template-columns: repeat(3, 1fr);
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .sale-product {
        margin: 0 1rem 2rem;
    }
}

.sale-product {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}

.sale-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.sale-product-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: .5rem 1.5rem 1.5rem;
}

.sale-product-title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}

.sale-product-desc {
    margin-bottom: .5rem;
    flex-grow: 0;
    font-size: 1.4rem;
}

/* --- セット販売オプション（シンプル横並び版） --- */

.set-options {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

/* gap代替 */
.set-options > * {
    margin-top: 6px;
}

.set-options > *:first-child {
    margin-top: 0;
}

.set-option-row {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 4px 8px;
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 76px;
    align-items: center;
    background-color: #f8fafc;
    box-sizing: border-box;
}

.set-col-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    padding-right: 5px;
}

.set-name {
    font-weight: bold;
    font-size: 1.3rem;
}

.discount-badge {
    font-weight: bold;
    display: inline-block;
    width: fit-content;
    margin-top: 1px;
    padding: 1px 4px;
    border-radius: 3px;
    background: #d94a2a;
    color: #fff;
    font-size: 1.1rem;
}

.set-col-price {
    text-align: right;
    padding-right: 5px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-left: 5px;
}

.price-large {
    font-size: 1.6rem;
    font-weight: bold;
    color: #d94a2a;
}

.price-original-mini {
    margin-bottom: .2rem;
    font-size: 1.2rem;
    color: #666;
    text-decoration: line-through;
}

.set-col-btn {
    text-align: right;
    padding-left: 5px;
}

.set-cart-btn-action {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 46px;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.set-cart-btn-action span {
    position: relative;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
}

.set-cart-btn-soldout {
    padding: 0;
    width: 100%;
    line-height: 34px;
    border: none;
    text-align: center;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    color: #999;
    font-size: 1.3rem;
    cursor: default;
}

@media (min-width: 960px) {
    .set-cart-btn-action {
        line-height: 36px;
    }
}


/* ========================================
   ポイント還元キャンペーン
======================================== */

.pointup-product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .pointup-product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        padding: 0;
    }
}

.pointup-product-head {
    margin-bottom: 3rem;
    text-align: center;
}

.pointup-product-head__main {
    margin-bottom: .3rem;
    font-size: 2.8rem;
    font-weight: 600;
    font-family: "Hiragino Kaku Gothic ProN W6", "Yu Gothic Bold", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: .04em;
}

.pointup-product-head__main span {
    display: block;
}

@media (min-width: 960px) {
    .pointup-product-head__main {
        font-size: 3.6rem;
    }

    .pointup-product-head__main span {
        display: inline;
    }
}

/* card */
.pointup-product {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}

/* image */
.pointup-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.pointup-product-image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
}

/* text area spacing */
.pointup-product-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pointup-product-desc {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #64748b;
}

.pointup-product-name {
    margin-top: .6rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}

.pointup-product-name a {
    text-decoration: underline;
}

.pointup-product-name a:hover {
    text-decoration: none;
}

.pointup-product-text {
    margin-top: .6rem;
    font-size: 1.3rem;
    line-height: 1.35;
    color: #334155;
}

@media (min-width: 960px) {
    .pointup-product-text {
        height: 40px;
    }
}

.pointup-product-price {
    margin-top: .8rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
}

/* point row */
.pointup-product-point {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.pointup-product-point__pt {
    line-height: 1;
    white-space: nowrap;
    font-size: 1.4rem;
    font-weight: 600;
}

.pointup-product-point__pt--base {
    color: #64748b;
    font-weight: 500;
}

.pointup-product-point__pt--campaign {
    display: inline-flex;
    align-items: center;
    padding: .5rem 1rem;
    border-radius: 999px;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.2;
    background: rgba(217, 74, 42, .12);
    border: 1px solid rgba(217, 74, 42, .35);
    color: #d94a2a;
}

.pointup-product-point__arrow {
    font-size: 1.6rem;
    font-weight: 700;
    opacity: .75;
}

/* button area */
.pointup-product-btn {
    margin-top: auto;
    padding-bottom: 1.5rem;
}

.pointup-product-btn form {
    margin: 0;
}

.pointup-product-btn-action,
.pointup-product-btn-soldout {
    width: 100%;
    padding: 1.5rem 1rem;
    border-radius: 6px;
    border: 1px solid transparent;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-sizing: border-box;
}

.pointup-product-btn-action span {
    position: relative;
    padding-left: 30px;
}

.pointup-product-btn-action span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/cart-icon-white.png) no-repeat center center;
    background-size: 24px;
    transform: translateY(-50%);
}

.pointup-product-btn-action:hover {
    opacity: .9;
}

.pointup-product-btn-soldout {
    border-color: #cbd5e1;
    background: #e2e8f0;
    color: #64748b;
    cursor: not-allowed;
}

/* 割引テーブル */

.discount-table-wrap {
    max-width: 500px;
    margin: 0 auto;
}

.discount-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
}

.discount-table__head {
    padding: 1.2rem 1rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.discount-table__price {
    width: 60%;
    padding: 1.2rem 1rem;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: right;
    font-weight: normal;
}

.discount-table__head.discount-table__price {
    background: #333;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.discount-table__arrow-cell {
    width: 10%;
    padding: 6px;
    text-align: center;
}

.discount-table__rate {
    width: 30%;
    padding: 6px;
    border-left: 1px solid #d94a2a;
    border-right: 1px solid #d94a2a;
    border-bottom: 1px solid #d94a2a;
    color: #d94a2a;
    text-align: center;
    font-weight: bold;
}

.discount-table__head.discount-table__rate {
    background: #d94a2a;
    color: #fff;
}

.discount-table__label {
    padding-left: 3px;
}

/* 割引適用例 */

.campaign-product {
    max-width: 540px;
    margin: 0 auto 3rem;
    padding: 2rem;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
}

@media screen and (min-width: 960px) {
    .campaign-product {
        max-width: 540px;
        margin: 0 auto 4rem;
        padding: 3rem;
    }
}

.campaign-product__image {
    margin-bottom: 2rem;
    text-align: center;
}

.campaign-product__image-link {
    display: block;
}

.campaign-product__image-img {
    width: 100%;
    max-width: 280px;
    height: auto;
}

.campaign-product__name {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.campaign-product__name-link {
    color: inherit;
    text-decoration: none;
}

.campaign-product__description {
    margin: 0 0 1.5rem;
    font-size: 1.4rem;
    line-height: 1.7;
}

.campaign-product__table {
    width: 100%;
    margin: 0 0 1.5rem;
    border-collapse: collapse;
    font-size: 1.3rem;
}

.campaign-product__table-heading,
.campaign-product__table-data {
    padding: 1rem;
    border: 1px solid #ddd;
    vertical-align: top;
}

.campaign-product__table-heading {
    width: 28%;
    background: #f5f5f5;
    font-weight: bold;
    text-align: center;
}

.campaign-product__table-note {
    margin: .5rem 0 0;
    font-size: 1.2rem;
    line-height: 1.5;
}

.campaign-product__discount-text,
.campaign-product__campaign-text {
    margin: 0 0 .5rem;
    font-size: 14px;
    line-height: 1.6;
}

.campaign-product__emphasis {
    color: #d94a2a;
    font-weight: bold;
}

.campaign-product__price {
    margin: 2rem 0;
    color: #d94a2a;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.campaign-product__cart {
    margin-top: 1rem;
}

.campaign-product__button {
    display: block;
    width: 100%;
    padding: 1.2rem 0 1.5rem;
    border: none;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
