#wrapper,
#content {
    background-image: linear-gradient(rgba(241, 232, 207, 0.3), rgb(241 232 207/ 30%)), url(/simages/u/image/25osechi_bg.jpg);
}

.colum200_l {
    display: none;
}

.colum800_r {
    float: none;
    width: auto;
    font-feature-settings: 'palt';
    margin-right: 0;
}

.new_member {
    width: 100%;
    max-width: 940px;
    margin: 0 auto 30px;
}

.new_member {
    width: 100%;
    max-width: 940px;
    margin: 0 auto 30px;
}

.coupon_ttl_span {
    font-size: 46px;
    font-weight: 700;
}

.copy_btn {
    text-align: center;
}

ul.coupon__list {
    border: solid 10px #603813;
    font-size: 24px;
    margin: 30px 120px 0;
}


ul.coupon__list li.coupon__list--ttl {
    background-color: #603813;
    color: #fff;
}

ul.coupon__list li {
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
}

.coupon__list--code {
    font-size: 46px;
}

button#copy-url1,
button#copy-url2,
button#copy-url3 {
    font-size: 20px;
    padding: 20px 30px;
    margin: 20px 14px 20px 0;
    color: #333;
    background-color: #fa0;
    border-radius: 15px;
}

button#copy-url1:hover,
button#copy-url2:hover,
button#copy-url3:hover {
    opacity: 0.8;
}

.success-msg {
    display: none;
    position: fixed;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #528b89;
    color: #fff;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 5px;
}

.note_box {
    max-width: 940px;
    padding: 20px;
    margin: 0 auto 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.note_box p {
    padding: 5px 0 0 20px;
    font-size: 16px;
    line-height: 1.8;
}

.section-title {
    border-top: 3px solid #603813;
    border-bottom: 3px solid #603813;
    font-size: 26px;
    font-weight: bold;
    padding: 0.75em 0;
    text-align: center;
}

.info--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.info__list--product {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    border-radius: 10px;
    margin-top: 30px;
}

.info__list--product:hover {
    box-shadow: 20px 20px 40px rgba(20, 20, 20, 0.2);
}

.product--name {
    font-weight: bold;
    font-size: 16px;
    line-break: strict;
}

.span-name {
    font-size: 24px;
    font-weight: 700;
}

.product--text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

a:hover {
    color: #b90000;
}

.product--price_1 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.product--price_1 .tax {
    font-size: 16px;
    display: inline-block;
    line-height: 1em;
}

.product--price_2 .tax {
    font-size: 16px;
    display: inline-block;
    line-height: 1em;
}

.product--img {
    grid-area: img;
    max-width: 100%;
}

.product--detail {
    display: -webkit-box;
    color: #666;
    word-break: break-all;
    /* または max-width: 200px; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product--price_2 {
    grid-area: price_2;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.info__list--product a {
    display: grid;
    grid-template-areas:
        "img"
        "text";
    grid-template-rows: 1fr auto;
    gap: 8px;
}


.item_limited {
    grid-area: price_1;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.section p {
    font-size: 18px;
    color: #d70146;
    background-color: #ffe200;
    padding: 0px 10px;
    font-weight: 700;
}

a .early-date {
    padding: 5px 10px 0;
}

a .price {
    font-size: 32px;
    line-height: 0.8;
    padding: 5px 10px 10px;
}

.decimal_point {
    font-size: 18px;
}

.tax .decimal_point {
    font-size: 12px;
}

.subtitle {
    padding: 20px;
    font-size: 24px;
    color: #fff;
    background-color: #603813;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

ul {
    margin-bottom: 50px;
}

.br_sp {
    display: none;
}

@media only screen and (max-width: 896px) {

    .pc {
        display: none;
    }

    .note_box p {
        font-size: 12px;
    }

    .info--list {
        grid-template-columns: 1fr 1fr;
        gap: 8px
    }

    .section-title {
        font-size: 18px;
    }

    .info__list--product {
        padding: 8px;
        margin-top: 10px;
    }

    button#copy-url1,
    button#copy-url2,
    button#copy-url3 {
        font-size: 18px;
        padding: 10px 20px;
        margin: 20px 14px 20px 0;
    }

    /* .section p {
        padding: 0px 5px;
    } */

    .coupon__list--code {
        font-size: 28px;
    }

    ul.coupon__list {
        font-size: 16px;
        margin: 20px 0 0;
    }

    .coupon_ttl_span {
        font-size: 26px;
    }

    .info__list--product a {
        display: block;
    }

    a .early-date {
        font-size: 16px;
        padding: 5px 5px 0;
        line-height: 1.4;
    }

    a .price {
        font-size: 20px;
        padding: 5px 5px;
    }

    .product--img {
        display: flex;
        justify-content: center;
    }

    .product--name {
        font-size: 14px;
    }

    .span-name {
        font-size: 18px;
    }

    .product--price_1 .tax {
        font-size: 12px;
    }

    .product--price_2 {
        font-size: 16px;
    }

    .product--price_2 .tax {
        font-size: 12px;
    }

    .product--detail {
        -webkit-line-clamp: 3;
        font-size: 12px;
    }

    .br_sp {
        display: block;
    }

    .price span:first-child{
        padding-bottom: 5px;
    }
}