@charset "UTF-8";

#newyear-coupon {
    background-color: #f7f7f7;
    letter-spacing: 0.05em;
    overflow-x: hidden;
}

/*
	PC/SP
================================ */
.pc_only {
    display: none;
}

.sp_only {
    display: block;
}

@media screen and (min-width:768px) {
    .sp_only {
        display: none;
    }

    .pc_only {
        display: block;
    }
}


/*
	h2
================================ */
.title {
    margin: 0 auto 20px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
}

.title span {
    display: block;
    font-size: 1.2rem;
}

/* -------------------------
	PC
------------------------- */
@media screen and (min-width: 768px) {
    .title {
        margin: 0 auto 20px;
        font-size: 3.6rem;
    }

    .title span {
        font-size: 1.4rem;
    }
}

/*
	h3
================================ */
h3 {
    margin: 0 auto 20px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
}

h3 span {
    display: block;
    font-size: 1.2rem;
}

/* -------------------------
	PC
------------------------- */
@media screen and (min-width: 768px) {
    h3 {
        margin: 0 auto 20px;
        font-size: 2.4rem;
        text-align: center;
        font-weight: bold;
    }

    h3 span {
        display: block;
        font-size: 1.2rem;
    }
}

/*
	.lead
================================ */
.lead {
    margin: auto;
    line-height: 2;
    width: 90%;
    text-align: center;
}

.lead strong {
    text-decoration: underline 2px #d60000;
}



/* ==================================================

	メインビジュアル

 ================================================== */
.main_visual_area {
    padding: 0;
}

.main_lead span {
    display: block;
    text-align: left;
    font-size: 1rem;
}


@media screen and (min-width: 768px) {
    .main_visual_area {
        padding: 0 0 60px;
        width: 100%;
    }

    .end .main_visual {
        position: relative;
    }


    .main_visual_area h1 {
        margin: 0 auto;
        text-align: center;
    }

    .main_lead {
        padding: 40px 0px 0px;
    }



    .main_lead span {
        text-align: center;
    }
}


.main_lead h2 {
    width: 80%;
    margin: 0 auto 2rem;
    text-align: center;
}


.main_lead .lead {
    color: #333;
}

@media screen and (min-width: 768px) {
    .main_lead h2 {
        width: 70%;
    }


    .main_lead .lead {
        margin: auto;
        font-size: 1.8rem;
    }

}




.coupon_area {
    padding-top: 0;
}

.coupon_area .area_inner {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

.coupon_use {
    margin-bottom: 30px;
}



@media screen and (min-width: 768px) {

    .coupon_inner,
    .coupon_use {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 50px;
    }

    .coupon_inner .coupon_pic_area,
    .coupon_use_pic {
        width: 50%;
    }

    .coupon_use {
        margin-bottom: 60px;
    }

}


.coupon_pic_area .coupon_pic {
    background-image: url(/feature/newyear-coupon/2025/images/coupon.jpg);
    height: 100vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}


@media screen and (min-width: 768px) {
    .coupon_pic_area .coupon_pic {
        height: 600px;
    }

}

/* .coupon_number -------------------- */
.coupon_pic_area .coupon_number {
    width: 70%;
    position: absolute;
    bottom: 32%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.4rem;
    text-align: center;
    border: none;
    background-color: inherit;
}

/* .copy_bt -------------------- */
.coupon_pic_area .copy_bt {
    position: absolute;
    padding: 10px;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    font-weight: bold;
    max-width: 420px;
    color: #fff;
    font-size: 1.4rem;
    background-color: #d8ac0d;
    border: 1px solid #d8ac0d;
    transition: 0.3s;
}

.coupon_pic_area .copy_bt:hover {
    color: #d8ac0d;
    background: #000;
}

@media screen and (min-width: 768px) {

    .isOtherDevice .coupon_pic_area .coupon_number {
        bottom: 32%;
        font-size: 3rem;
    }

    .isOtherDevice .coupon_pic_area .copy_bt {
        bottom: 12%;
    }
}


.coupon_detail_area {
    width: 100%;
    padding: 2rem;
    color: #fff;
}

.coupon_detail_area li span {
    color: #d60000;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .coupon_detail_area {
        width: 48%;
    }

}

.coupon_detail_area .title {
    color: #333;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: left;
    margin: 0;
    width: 100%;
}

.coupon_detail_area ul {
    margin-bottom: 20px;
}

.coupon_detail_area ul li {
    color: #333;
}

.coupon_detail_area a {
    display: inline;
    color: #f4ee6e;
    font-weight: 700;
}

.coupon_use {
    border: 1px solid #333;
    padding: 4rem 2rem;
    color: #333;
}

.coupon_use_pic {
    margin-bottom: 2rem;
}

.coupon_use .coupon_use_detail .coupon_use_title {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.coupon_use .coupon_use_detail .coupon_use_text span {
    font-weight: 700;
}


/*====================

  全体

====================*/
article section {
    padding: 50px 0;
}

.inner {
    padding: 50px 3%;
    background-color: #f7f7f7;
}



.area-title_box {
    margin-bottom: 30px;
}

.area-title {
    font-size: 3.6rem;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px solid #999;
    width: fit-content;
    padding-right: 10%;
    font-weight: bold;
}


/* .area-title::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("/feature/newyear-coupon/2025/images/icon-newyear-coupon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    position: absolute;
} */

.area-title span {
    font-size: 1.6rem;
    display: block;
    font-weight: bold;
    line-height: 0.75;
}


.area-lead-box {
    padding: 40px 20px 0;
    text-align: center;
}

.area-lead {
    display: block;
    line-height: 2;
}

.button {
    padding: 0 3%
}

.btn-box {
    background-color: #d60000;
    width: 100%;
    max-width: 600px;
    text-align: center;
    position: relative;
    margin: 20px auto 0;
    border: 2px solid #d60000;
}

.btn-box .btn {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    display: block;
}

.btn-box .btn span {
    display: block;
    font-size: 1rem;
}

.btn-box::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-wh.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.btn-box:hover {
    border: 2px solid #d60000;
    background-color: #fff;
    transition: 0.5s;
}

.btn-box:hover::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-rd.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.btn-box:hover .btn {
    color: #d60000;
}

.coupon_area .btn-box {
    background-color: #d60000;
}

.btn-box:hover {
    border: 2px solid #d60000;
    background-color: #fff;
    transition: 0.5s;
}



@media only screen and (min-width: 768px) {


    .inner {
        position: relative;
        max-width: 1100px;
        margin: 0 auto;
    }

    .sp_only {
        display: none;
    }

    .sp_hidden {
        display: block;
    }

    .area-title {
        font-size: 4rem;
    }

    .area-lead {
        font-size: 1.8rem;
    }

    .btn-box {
        margin: 40px auto 0;
        max-width: 400px;
    }

    .btn-box .btn {
        font-size: 1.5rem;
        color: #fff;
        font-weight: bold;
    }
}



/*====================

商品部分

====================*/
.product-area {
    margin: 30px auto;
    padding: 0 3%;
}

.product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}

.product-item {
    width: 48%;
    height: auto;
}

.product {
    background-color: #fff;
    height: 100%;
}


.product-pic-box {
    position: relative;
    margin-bottom: 5px;
}


.product-detail {
    padding: 10px;
}

.product-detail-name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.product-detail-price-box {
    display: flex;
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.product-detail-discount_rate {
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    width: fit-content;
    margin-right: 5px;
}

.product-detail-price {
    font-weight: bold;
}

.product-detail-price:before {
    content: "¥";
}

.product-detail-discount_rate::after {
    content: "OFF";
}


.product-detail-price.discount_price {
    color: #ff0000;
}

.product-detail-txt {
    font-size: 1.2rem;
    margin-bottom: 5px;
    line-height: 1.75;
}

.product-item.hayawari .product-pic::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/chugen/2025/images/icon-hayawari.svg);
    background-size: 100%;
    width: 5rem;
    height: 5rem;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 100;
}


@media only screen and (min-width: 768px) {
    .product-item {
        width: 23%;
    }

}

/*====================

アイコン群

====================*/

.product-pic-icon-shipping {
    position: absolute;
    background-color: #333;
    padding: 0 10px;
    color: #fff;
    bottom: 5%;
    width: fit-content;
}

.product-detail-utility {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.product-icon {
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    width: fit-content;
}

.web-limited {
    background-color: #4B3C8A;
}

.limited-quantity {
    background-color: #399A4A;
}

.room-temperature {
    background-color: #8A3C3C;
}

.frozen {
    background-color: #3743ED;
}

.refrigerate {
    background-color: #3798ED;
}

.subdivision {
    background-color: #8A773C;
}

/*-----------------

アニメーション

------------------*/


.fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/*====================

ギフトを選ぶ

====================*/
.gift-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.gift-box {
    width: 48%;
    background: #fff;
    margin-right: 4%;
    padding: 10px;
    text-align: center;
}

.gift-box:nth-of-type(2n) {
    margin-right: 0;
}

.gift-item-text_box {
    padding: 10px 0 0 0;
}

.gift-item-text_box-name {
    margin-bottom: 5px;
    text-align: center;
    font-size: 3.25vw;
    font-weight: bold;
}

.gift-item-text_box-txt {
    font-size: 2.75vw;
}


@media screen and (min-width: 768px) {
    .gift-list {
        justify-content: space-between;
    }

    .gift-box {
        width: 23%;
        margin-right: auto;
    }

    .gift-box:nth-of-type(2n) {
        margin-right: auto;
    }

    .gift-box:nth-of-type(3n) {
        margin-right: auto;
    }

    .gift-item-text_box-name {
        font-size: 15px;
    }

    .gift-item-text_box-txt {
        font-size: 12px;
    }
}


.period-info {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 3.6vw;
    line-height: 1.8;
    text-align: center;
    background: #fff6b8
}

.period-info__title {
    padding-bottom: 20px;
    color: #333;
    font-weight: 700
}

.period-info__title span {
    color: #f00000;
    font-weight: 700;
    font-size: 3.6vw;
}

.period-info__read {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0 25px;
    color: #333;
    font-size: 3.6vw;
    background: #fff
}

.period-info__read a {
    padding-bottom: 1px;
    border-bottom: 1px solid #333
}

@media screen and (min-width: 768px) {


    .period-info {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 0;
        font-size: 2.2rem;
        line-height: 1.8;
        text-align: center;
        background: #fff6b8
    }

    .period-info__title {
        padding-bottom: 20px;
        color: #333;
        font-weight: 700
    }

    .period-info__title span {
        color: #f00000;
        font-weight: 700;
        font-size: 2.6rem
    }

    .period-info__read {
        max-width: 900px;
        margin: 0 auto;
        padding: 20px 0 25px;
        color: #333;
        font-size: 1.8rem;
        background: #fff
    }

    .period-info__read a {
        padding-bottom: 1px;
        border-bottom: 1px solid #333
    }

}