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

	common

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

html {
    scroll-behavior: smooth;
}

#taishokuiwai {
    color: #303030;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

.area-title_box {
    margin: 40px 0;
}

.pc_only {
    display: none;
}

.inner {
    padding: 0px 8px;
}

h2.area-title {
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.3;
    width: fit-content;
    margin: 25px auto 10px;
    color: #303030;
}

h2.area-title span {
    position: relative;
    color: #379C00;
    width: fit-content;
    font-size: 12px;
    margin: 0 auto 4px;
    font-weight: 500;
    display: block;
}

h2.area-title span::before {
    content: "";
    position: absolute;
    background: url(/taishokuiwai/images/icon-flower.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 30px;
    height: 25px;
    top: -15px;
    left: -10px;
    transform: translateX(-50%);
}

.area-lead {
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    font-size: 12px;
    letter-spacing: 1px;
    margin: -25px auto 40px;
}

#taishokuiwai section {
    padding: 20px 0 70px;
    position: relative;
}

#taishokuiwai section.mainvisual-area {
    padding: 0;
}

select {
    appearance: none;
}

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

    .sp_only {
        display: none;
    }

    .area-title_box {
        margin: 40px auto;
    }

    .inner {
        padding: 0;
    }

    .area-lead {
        font-size: 14px;
        margin: -20px auto 30px;
    }

    h2.area-title {
        font-size: 32px;
    }

    h2.area-title span {
        font-size: 16px;
    }

    h2.area-title span::before {
        width: 50px;
        height: 30px;
        top: -15px;
        left: -15px;
    }
}

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

ボタン

====================*/
.btn-box {
    background-color: #379C00;
    width: 100%;
    max-width: 500px;
    text-align: center;
    position: relative;
    margin: 40px auto 0;
    border: 1px solid #379C00;
    transition: 0.5s;
}

.btn-box .btn {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    padding: 10px;
    display: block;
    letter-spacing: 2px;
}

.btn-box .btn span {
    display: block;
    font-size: 15px;
}

.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%);
    transition: 0.5s;
}

.btn-box:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.btn-box:hover::after {
    transform: translate(-0%, -50%);
    transition: 0.5s;
}


@media screen and (min-width: 768px) {
    .inner {
        padding: 0;
        width: 100%;
        max-width: 1080px;
        margin: auto;
    }
}

/* 
	メインビジュアル
 ========================= */

.mainvisual-area .mainvisual-area-info {
    background-color: #379C00;
    text-align: center;
    height: 30px;
    transition: 0.5s;
    align-content: center;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 15px;
    color: #FFF;
}

.mainvisual-area .mainvisual-area-pic {
    background: url(/taishokuiwai/images/mv_sp.jpg) no-repeat right top / cover;
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    text-align: left;
    position: relative;
    padding: 0;
}

.mainvisual-area-lead {
    padding: 20px 5px;
    background-image: url(/taishokuiwai/images/img-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.mainvisual-area .area-lead {
    margin: 0;
    text-align: left;
}

.mainvisual-area .mainvisual-area-box h1 {
    font-size: 3.3rem;
    line-height: 1.4;
    letter-spacing: 5px;
    font-weight: 600;
    font-style: normal;
    margin: -15px 0 0;
}

.mainvisual-area .mainvisual-area-box {
    text-align: center;
    width: 100%;
    height: 70%;
    padding: 15px;
    display: flex;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mainvisual-area .mainvisual-area-box .mainvisual-area-box-subtitle {
    font-size: 1.3rem;
    display: block;
    background: #ffffff80;
    letter-spacing: 4px;
    padding: 2px 10px;
    font-weight: 500;
    width: fit-content;
    margin: 15px auto 0px;
}

@media screen and (min-width: 768px) {
    .mainvisual-area .mainvisual-area-info a {
        font-size: 1.8rem;
        font-weight: 500;
    }

    .mainvisual-area .mainvisual-area-box h1 {
        font-size: 54px;
    }

    .mainvisual-area-lead {
        padding: 30px 0;
    }

    .mainvisual-area .mainvisual-area-pic {
        background: url(/taishokuiwai/images/mv_pc.jpg) no-repeat center center / cover;
        height: 300px;
        max-width: 1920px;
        margin: auto;
        padding-top: 20px;
    }

    .mainvisual-area .area-lead {
        margin: 0 auto 20px;
        text-align: center;
    }

    .mainvisual-area .mainvisual-area-box .mainvisual-area-box-subtitle {
        font-size: 2rem;
    }
}

/* 
	人気ランキング
 ========================= */

.bnr-box {
    max-width: 550px;
    margin: 10px auto;
}

.ranking-area {
    background-image: url(/taishokuiwai/images/img-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

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

商品部分

====================*/
.product-item {
    height: auto;
    overflow: hidden;
}

.product-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

.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;
}

.product-item.hayawari .product-pic:hover {
    opacity: 1;
}

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


.product-detail {
    padding: 10px;
}

.product-detail-name {
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em;
}

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

.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: 500;
    font-size: 20px;
}

.product-detail-price:before {
    content: "¥";
    font-size: 16px;
    font-weight: 400;
    margin-right: 3px;
}

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

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

.product-detail-txt {
    font-size: 1.2rem;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.swiper-pagination-bullet-active {
    background: #379C00;
}

.swiper-container.product-slider-container {
    position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next {
    background-image: url(/cmn/images/arrow.svg);
    right: -5px;
}

.swiper-button-prev {
    background-image: url(/cmn/images/arrow.svg);
    transform: scale(-1, 1);
    left: -5px;
}

.swiper-pagination {
    position: relative;
    margin-top: 10px;
}

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

    .product-slider .swiper-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 20px;
    }

    .product-slider .swiper-wrapper .product-item {
        width: calc((100% - 20px * 4) / 5);
    }

    .product-slider-container .swiper-button-next,
    .product-slider-container .swiper-button-prev,
    .product-slider-container .swiper-pagination {
        display: none;
    }
}

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

アイコン群

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

.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;
}



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

ランキング

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

/* 
	人気ランキング
 ========================= */

.bnr-box {
    max-width: 550px;
    margin: 10px auto;
}

#nyushingaku section.ranking-area {
    background-image: url("/nyushingaku/images/img-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 1px 0 90px;
}

.ranking-area::after {
    content: "";
    background-image: url("/taishokuiwai/images/pic-ranking-bg-pc.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    mix-blend-mode: multiply;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.ranking-area .product-slider-container {
    position: relative;
}

/* .ranking-area .product-slider-container::before {
    content: "";
    position: absolute;
    background: url(/nyushingaku/images/pic-cherry.png) no-repeat;
    background-size: contain;
    display: block;
    width: 110px;
    mix-blend-mode: multiply;
    height: 100px;
    top: -150px;
    left: 20px;
    transform: translateX(-50%);
} */


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

    .ranking-area .product-slider-container::before {
        width: 150px;
        height: 130px;
        top: -90px;
        left: -40px;
    }

}


.product-list {
    counter-reset: item;
    padding: 0 0 10px;
}

.ranking-area ul li a::before {
    content: "No." counter(item) " ";
    counter-increment: item;
    font-weight: 700;
    font-family: 'Noto serif JP';
    font-size: 2rem;
}

.ranking-area ul li:first-child a:after,
.ranking-area ul li:nth-child(2) a:after,
.ranking-area ul li:nth-child(3) a:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 30px;
    height: 30px;
    content: ""
}

.ranking-area ul li:first-child a:before,
.ranking-area ul li:nth-child(2) a:before,
.ranking-area ul li:nth-child(3) a:before {
    margin-left: 35px
}


.ranking-area ul li:first-child a:after {
    background-image: url(/images/icon-rank-01.svg)
}

.ranking-area ul li:first-child a:before {
    color: #9c8b45
}

.ranking-area ul li:nth-child(2) a:after {
    background-image: url(/images/icon-rank-02.svg)
}

.ranking-area ul li:nth-child(2) a:before {
    color: #8b8b8b
}

.ranking-area ul li:nth-child(3) a:after {
    background-image: url(/images/icon-rank-03.svg)
}

.ranking-area ul li:nth-child(3) a:before {
    color: #9c6b47
}

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

/* 
	カタログギフト
 ========================= */

.catalog-area {
    background: #F4FFF4;
}

.red-ribbon-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
}

.red-ribbon {
    display: inline-block;
    position: absolute;
    padding: 5px 0;
    right: -25px;
    top: 15px;
    width: 160px;
    z-index: 2;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    background: #d91c1c;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(315deg);
}

.mikage-area {
    background-image: url(/taishokuiwai/images/img-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 12px;
    padding: 180px 0px 0px;
    margin: 0 0 40px 0;
    color: #333;
}

.mikage-area .mikage-area-title_box::before {
    content: "";
    background: url(/taishokuiwai/images/img-mikage-sp.png) no-repeat center center / contain;
    height: 350px;
    width: 350px;
    width: 100%;
    display: block;
    position: absolute;
    top: -80px;
}

.mikage-area-title_box,
.mikage-area-corse {
    display: flex;
    flex-direction: column;
    font-family: 'Noto serif JP';
    letter-spacing: 2px;
    align-items: center;
    row-gap: 15px;
}

.mikage-area-corse {
    padding: 0 0 10px;
    border-bottom: 1px solid #333;
    width: fit-content;
    margin: 20px auto;
}

.mikage-area-title_box span {
    color: #FFF;
    background: #379C00;
    display: block;
    font-weight: 600;
    width: fit-content;
    padding: 3px 10px;
    z-index: 2;
}

.mikage-area-title_box img {
    height: 120px;
    width: auto;
}

.mikage-area>.area-lead {
    margin: 20px auto 30px;
}

.mikage-area-capture {
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
}

.mikage-area-capture li {
    width: 46%;
}

.mikage-area-capture-lead {
    text-align: center;
    font-size: 13px;
    margin: 0 0 30px;
}

.mikage-area-link {
    display: flex;
    justify-content: space-evenly;
    margin: 30px 0;
    row-gap: 15px;
    flex-direction: column;
    align-items: center;
}

.mikage-area-link li {
    display: flex;
    position: relative;
    width: 90%;
    background: #379C00;
}

.mikage-area-link li::before {
    content: "";
    position: absolute;
    background: url(/taishokuiwai/images/icon-mikage.png) no-repeat left/contain;
    display: block;
    width: 45px;
    height: 50px;
    top: 50%;
    left: 10px;
    transform: translate(0%, -50%);
}

.mikage-area-link li:nth-child(2)::before {
    background-image: url(/taishokuiwai/images/icon-mikage_oisogi.svg);
}

.mikage-area-link li:nth-child(3)::before {
    background-image: url(/taishokuiwai/images/icon-mikage_card.png);
}

.mikage-area-link li::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%);
    transition: 0.5s;
}

.mikage-area-link li:hover::after {
    transform: translate(-0%, -50%);
    transition: 0.5s;
}

.mikage-area-link li img {
    height: 50px;
    width: auto;
}

.mikage-area-link li a {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    padding: 6px;
}

.mikage-area-link li:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.mikage-area-link li a span {
    display: block;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .mikage-area {
        padding: 50px 50px 0;
    }

    .mikage-area .mikage-area-title_box::before {
        content: "";
        background: url(/taishokuiwai/images/img-mikage-l.png) no-repeat center center / contain;
        height: 350px;
        width: 350px;
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: -420px;
    }

    .mikage-area .mikage-area-title_box::after {
        content: "";
        background: url(/taishokuiwai/images/img-mikage-r.png) no-repeat center center / contain;
        height: 350px;
        width: 350px;
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        right: -420px;
    }

    .mikage-area-capture {
        flex-wrap: nowrap;
    }

    .mikage-area-capture li {
        width: 100%;
    }

    .mikage-area-title_box img {
        height: 180px;
    }

    .mikage-area-link {
        flex-direction: row;
    }

    .mikage-area-link li {
        width: 32%;
    }
}

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

その他の人気カタログギフト

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

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

.cataloggift-box {
    width: 49%;
    background-color: #fff;
    /* border-radius: 5px; */
    padding: 5px;
}


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

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

.cataloggift-item-text_box-name span {
    font-size: 10px;
    display: block;
}

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

@media screen and (min-width: 768px) {
    .cataloggift-box {
        width: 24%;
    }

    .cataloggift-item-text_box-name {
        font-size: 16px;
    }

    .cataloggift-item-text_box-name span {
        font-size: 12px;
    }

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


}

/* 
	無料のしサービス
 ========================= */

#taishokuiwai section.noshi-area {
    background-color: #F4FFF4;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.noshi-area .inner {
    width: 100%;
    margin: auto;
    max-width: 800px;
    background: #FFF;
    padding: 1px 0 40px;
}

.noshi-area .noshi-area-box {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    flex-direction: column;
}

.noshi-area .noshi-area-box img {
    width: 70%;
    margin: 0px auto 20px;
    display: block;
    padding-right: 35px;
}


.noshi-area .noshi-area-box-text p {
    font-weight: 500;
    letter-spacing: 3px;
}

.noshi-area .noshi-area-box-text p span {
    display: block;
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center;
    font-weight: 500;
}

.noshi-area .noshi-area-box-text .btn-box {
    margin: 20px auto;
    max-width: 300px;
}

@media screen and (min-width:768px) {
    .noshi-area .noshi-area-box {
        flex-direction: row;
    }

    .noshi-area-box-text {
        text-align: left;
    }

    .noshi-area .noshi-area-box-text p span {
        text-align: left;
    }

    .noshi-area .noshi-area-box img {
        width: 100%;
        margin: 0px;
        padding: 0;
    }

    .noshi-area .noshi-area-box-text .btn-box {
        margin: 20px 0 0;
    }
}

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

	かんたん検索

 ======================================== */
#taishokuiwai section.easysearch-area {
    background: #ffd0d6;
    padding: 40px 0;
}

.easysearch-area .inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.easysearch-area .easysearch-area-box .easysearch-area-box-lead {
    text-align: center;

    margin: 15px 0 15px !important;
}

.easysearch-area .easysearch-area-box .easysearch-area-box-lead span {
    font-weight: bold;
}

.easysearch-area .easysearch-area-box {
    width: 100%;
    margin: auto;
    max-width: 800px;
    background: url(/taishokuiwai/images/search_bg.svg) #FFF no-repeat 20% 10px;
    padding: 10px 0 25px;
}

.easysearch-area .easysearch-area-box h2.area-title span::before {
    display: none;
}

.easysearch-area .easysearch-area-box .btn-box {
    margin: 20px auto !important;
    max-width: 300px;
}

.easysearch-area .easysearch-area-box .btn-box .btn {
    padding: 7px;
    font-size: 18px;
}

.easysearch-select-block input,
.easysearch-select-block select {
    box-shadow: none;
    border: 1px solid #c7c7c7;
    font-size: 1.6rem;
    border-radius: 0;
    padding: 5px 26px 5px 8px;
    height: 36px;
    width: 100%
}

.easysearch-select-block {
    zoom: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin: 30px auto;
    flex-wrap: wrap;
    row-gap: 20px;
}

.easysearch-select-block .easysearch-select-box {
    width: 45%;
    position: relative;
    background: #fff;
    border-radius: 10px;
}


.easysearch-select-block .easysearch-select-box~.easysearch-select-box:before {
    content: "×";
    font-style: normal;
    font-weight: 800;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    position: absolute;
    left: -20px;
    top: 13px;
}

.easysearch-select-block .easysearch-select-box select {
    position: relative;
    z-index: 1;
    background: transparent;
}

.easysearch-select-block .easysearch-select-box:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #303030 transparent transparent;
    margin-top: -3px
}

.easysearch-select-item-icon {
    width: 1em;
    display: flex;
    align-items: center;
}

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

    .easysearch-select-block {
        width: 100%;
    }

    .easysearch-area .easysearch-select-block {
        width: 80%;
    }

    .easysearch-select-block .easysearch-select-box {
        width: 45%;
    }

    .easysearch-area .easysearch-select-block .easysearch-select-box {
        width: 47.5%;
    }

}

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

贈る相手から選ぶ

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

#taishokuiwai section.recipient-area {
    background: #F4FFF4;
    padding: 25px 0;
}

.recipient-area h2.area-title span::before {
    display: none;
}

.recipient-list {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    row-gap: 10px;
    justify-content: center;
}

.recipient-box {
    position: relative;
    width: 48%;
    box-shadow: 0px 0px 15px 0px rgb(224 29 65 / 10%);
    overflow: hidden;
}

.recipient-box a {
    display: block;
    width: 100%;
}

.recipient-box img:hover {
    transform: scale(1.03);
}

.recipient-box-text {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    padding: 10px 3px;
    background: #FFF;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    color: #303030;
    align-items: center;
}

.recipient-box-text:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    transform: translate(0%) rotate(45deg);
    transition: 0.3s;
    right: 8px;
}

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

    .recipient-box {
        width: 30%;
    }

    .recipient-list {
        column-gap: 20px;
        row-gap: 20px;
    }

    .recipient-box-text {
        font-size: 16px;
        padding: 20px 15px;
        letter-spacing: 4px;
    }

    .recipient-box-text:after {
        width: 8px;
        height: 8px;
        border-top: 2px solid #303030;
        border-right: 2px solid #303030;
        transform: translate(0%) rotate(45deg);
        transition: 0.3s;
        right: 20px;
    }
}

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

カテゴリから選ぶ

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

#taishokuiwai section.category-area {
    background: #F4FFF4;
    padding: 25px 0;
}

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

.category-area h2.area-title span::before {
    display: none;
}

.category-box {
    width: 100%;
}

.category-box .btn-box {
    background-color: #FFF;
    border: none;
    margin: 0 auto;
}

.category-box .btn-box:before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 5px;
    transform: translate(0%, -50%);
}

.category-ayl .btn-box:before {
    background: url(/taishokuiwai/images/icon-ayl.jpg) no-repeat left / contain;
}

.category-sweets .btn-box:before {
    background: url(/taishokuiwai/images/icon-sweets.jpg) no-repeat left / contain;
}

.category-alcohol .btn-box:before {
    background: url(/taishokuiwai/images/icon-alcohol.jpg) no-repeat left / contain;
}

.category-gourmet .btn-box:before {
    background: url(/taishokuiwai/images/icon-gourmet.jpg) no-repeat left / contain;
}

.category-zakka .btn-box:before {
    background: url(/taishokuiwai/images/icon-zakka.jpg) no-repeat left / contain;
}

.category-putname .btn-box:before {
    background: url(/taishokuiwai/images/icon-putname.jpg) no-repeat left / contain;
}



.category-box .btn-box:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s;
    right: 20px;
    top: 50%;
}

.category-box .btn-box:hover:after {
    transform: translate(0%, -50%) rotate(45deg);
}

.category-box .btn-box a {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    padding: 15px 0px 15px 60px;
    color: #303030;
}



@media screen and (min-width: 768px) {
    .category-box {
        width: 32%;
    }

    .category-list {
        row-gap: 20px;
    }

    .category-box .btn-box a {
        font-size: 16px;
        padding: 20px 0px 20px 60px;
    }

    .category-box .btn-box:before {
        width: 40px;
        height: 40px;
        left: 10px;
    }

    .category-box .btn-box:after {
        width: 8px;
        height: 8px;
        border-top: 2px solid #303030;
        border-right: 2px solid #303030;
        transform: translate(-50%, -50%) rotate(45deg);
        right: 20px;
    }
}


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

価格で選ぶ

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

.price-area {
    background: #F4FFF4;
}

.price-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin: 0 0 90px;
}

.price-area h2.area-title span::before {
    display: none;
}

.price-box {
    width: 100%;
}

.price-box .btn-box {
    margin: 0 auto;
    background-color: #FFF;
    border: none;
}

.price-box .btn-box:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s;
    right: 20px;
    top: 50%;
}

.price-box .btn-box:hover:after {
    transform: translate(0%, -50%) rotate(45deg);
}

.price-box .btn-box a {
    font-size: 16px;
    letter-spacing: 2px;
    text-align: left;
    color: #303030;
}



@media screen and (min-width: 768px) {
    .price-box {
        width: 23%;
    }

    .price-box .btn-box a {
        font-size: 16px;
    }

}

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

マナー・豆知識

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

#taishokuiwai section.tips-area {
    background: #f7f7f7;
}

#taishokuiwai .tips-area .inner>ul li {
    padding: 40px 0 20px;
}

.tips-area h2.area-title span::before {
    display: none;
}

.tips-area .tips-btn-box {
    font-size: 2rem;
    color: #fff;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-flow: column;
    padding: 10px;
    border: 1px solid #379C00;
    line-height: 1.5;
    border-radius: 10px;
    background-color: #379C00;
    width: 80%;
    max-width: 450px;
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
}

.tips-area .tips-area-answer .tips-btn-box span {
    font-size: 1.2rem;
    margin: 0px;
}

.tips-area h3 {
    border-bottom: 2px solid #379C00;
    text-align: left;
    padding: 0 0 6px;
    font-size: 1.7rem;
    letter-spacing: 2px;
    font-weight: 500;
    display: flex;
}

.tips-area .tips-area-question:before {
    content: "Q.";
    color: #379C00;
    display: block;
    font-size: 2rem;
}

.tips-area .tips-area-answer {
    padding: 15px;
    border: 1px solid #e3e3e3;
    border-top: none;
    line-height: 1.75;
    background-color: #fff;
    /* font-family: 'Noto Sans JP'; */
}

.tips-area .tips-area-answer span {
    margin: 20px 0 5px;
    font-weight: bold;
}

.tips-area .tips-area-answer-related:before {
    content: '関連リンク';
    padding: 2px 8px;
    margin: 5px 0;
    display: block;
    width: fit-content;
    background: #379C00;
    color: #FFF;
}

.tips-area .tips-area-answer-related {
    display: block;
    margin-top: 2rem;
    font-weight: 500;
    color: inherit;
    text-decoration: underline #379C00 !important;
    text-underline-offset: 5px;
}


.tips-area .tips-area-answer-related:after {
    content: '';
    margin: 10px 10px 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translate(0%) rotate(45deg);
    transition: 0.3s;
}

.tips-area .tips-area-answer p {
    margin-bottom: 10px;
}

.tips-spec-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.tips-spec-list-term {
    font-weight: bold;
    border-bottom: 1px solid #333;
    width: fit-content;
}

.tips-spec-list-txt {
    margin-bottom: 10px;
}



.tips-area li a:after {
    content: '';
    margin: 10px 10px 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #379C00;
    border-right: 1px solid #379C00;
    transform: translate(0%) rotate(45deg);
    transition: 0.3s;
}

.tips-area li a:hover {
    color: #efc94d;
}

.tips-area h3 a {
    font-weight: bold;
    text-decoration: underline 2px !important;
}

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

    .tips-area .inner {
        width: 800px !important;
        margin: auto;
    }

    .easysearch-area .easysearch-area-box .btn-box {
        max-width: 350px !important;
    }

    .tips-area .tips-area-answer-related:before {
        margin: 5px 10px 5px 0;
        display: inline-block;
        width: fit-content;
    }

    .tips-area .tips-area-question:before {
        font-size: 1.8rem;
    }
}

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

追従ボタン

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


.fix-btn_box {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: fixed;
    bottom: 20%;
    right: 5%;
    z-index: 3;
}

.is-search_fixed .fix-btn_box {
    opacity: 1;
    visibility: visible;
}

.fix-btn_box .wrap {
    position: relative;
    max-width: 1780px;
    height: 0;
    padding: 0;
}

.fix-btn_search a {
    position: relative;
    display: block;
    width: 110px;
    color: #FFF;
    font-size: 20px;
    padding: 15px 0 0;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 500;
    text-decoration: none !important;
}

.fix-btn_search img {
    display: block;
    width: 35px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    transform: rotate(-15deg);
}


.fix-btn_search span {
    display: block;
    padding: 0px 0 0px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0;
}

.fix-btn_search a:before {
    position: absolute;
    right: 0%;
    margin: -15px 0 0;
    display: block;
    width: 110px;
    height: 110px;
    background: url(/images/icon-search-bg.svg) no-repeat 0 0;
    background-size: auto;
    background-size: 100% auto;
    content: "";
    z-index: -1;
    transition: transform 0.3s;
}

.fix-btn_search a:hover::before {
    /*animation: spin 5s linear infinite;*/
    transform: scale(1.1);
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.is-search {
    overflow-y: hidden
}

@media screen and (min-width: 768px) {
    .fix-btn_box {
        top: 15%;
        bottom: 0;
        right: 2%;
    }

    .fix-btn_search a:before {
        width: 150px;
        height: 150px;
        /* right: 50%; */
        left: auto;
    }

    .fix-btn_search a {
        width: 150px;
        font-size: 25px;
    }

    .fix-btn_search span {
        font-size: 13px;
    }

    .fix-btn_search img {
        width: 45px;
        margin: 5px auto 0;
    }
}

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

モーダルオーバーレイ

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

.modal-pullMenu_box {
    display: none
}

.modal-overlay {
    position: fixed;
    top: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent;
    opacity: 0;
    -webkit-animation: b .3s;
    animation: b .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.is-search .modal-overlay {
    z-index: 9999999;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    opacity: 1;
    -webkit-animation: a .3s;
    animation: a .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.modal-search {
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 99999999;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch
}

.is-search .modal-search,
.modal-search {
    -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    -o-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    transition: right .6s cubic-bezier(.19, 1, .22, 1)
}

.is-search .modal-search {
    right: 0
}

.modal-search_cover {
    position: relative;
    padding: 30px;
    background-color: #f7f7f7;
    color: #303030;
}


.modal-close.top {
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: right;
}

.modal-close.top a {
    color: #303030;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-right: 1.2em;
    font-size: 1.2rem
}

.modal-close.top a:after {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    background-image: url('/images/icon-times.svg');
    background-size: 100%;
}


.isOtherDevice .modal-close.top a:hover:before {
    opacity: 1
}

.modal-close.btm {
    margin-top: 20px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
}

.modal-close.btm a:after {
    position: absolute;
    top: 5px;
    left: 50px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    background-image: url('/images/icon-times.svg');
    background-size: 100%;
}

.modal-close.btm .modal-close-btn {
    display: block;
    width: 100%;
    min-height: 36px;
    padding-top: 9px;
    color: #fff !important;
    text-align: center;
    background: #303030
}

.isOtherDevice .modal-close.btm .modal-close-btn {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.isOtherDevice .modal-close.btm .modal-close-btn:hover {
    opacity: .7
}

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

モーダル内

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

.modal-search-block-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 500;
}

.modal-search-title {
    padding: 10px;
    color: inherit;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.modal-search-box {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 15px 0;
}

.modal-item a {
    padding: 15px;
    display: block;
    color: inherit;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.modal-item a span {
    font-weight: 500;
}

.modal-item a::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%);
}

.modal-item:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.modal-search-box .keyword-search-block {
    padding: 0 10px;
}

.modal-search-box .query {
    width: 100%;
    height: 40px;
    margin: 10px auto;
}


.modal-search-box .easysearch-select-block {
    margin-top: 0px;
    padding: 10px;
}

.modal-search-box .btn-box {
    margin: 10px auto 0;
}

.modal-icon {
    width: 30px;
    display: block;
    margin: 0 auto 5px;
}

.modal-search-list {
    margin-top: 10px;
}


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

3rd以降 カテゴリ

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

.narrow-category-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 20px;
}

.narrow-category-box {
    width: 48%;
    margin-right: 4%;
}

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

.narrow-category-box .btn-box {
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .narrow-category-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 2.5%;
        padding: 0;
    }

    .narrow-category-box {
        width: 23%;
        margin-right: 0;
    }

    .narrow-category-box:nth-of-type(2n),
    .narrow-category-box:nth-of-type(4n) {
        margin-right: 0;
    }

    .narrow-category-box .btn-box {
        margin: 0 auto;
    }
}