@charset "UTF-8";

/* ==================================================
    フォント定義
 ================================================== */

@font-face {
    font-family: 'defico';
    src: url("/cmn/css/fonts/icoset.ttf") format("truetype"),
        url("/cmn/css/fonts/icoset.woff") format("woff"),
        url("/cmn/css/fonts/icoset.svg#icoset") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: icoset;
    src: url(/kekkonuchiiwai/fonts/icoset.ttf) format("truetype"),
        url(/kekkonuchiiwai/fonts/icoset.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}


/* ==================================================
    共通 / Base
 ================================================== */

html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 60px;
}

body {
    counter-increment: number 0;
}

select {
    appearance: none;
}

input,
select {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #333;
    border-radius: 0px;
}

#container a {
    text-decoration: none;
    cursor: pointer;
}

#container a:hover {
    color: #ff69a0;
}


/* ==================================================
    ユーティリティ / Utility
 ================================================== */

.top_none {
    display: none !important;
}

.bg_yellow {
    background-color: #fff5d4;
}

.bg_gray {
    background-color: #f7f7f7;
}

.sp_only {
    display: block;
}

.pc_only {
    display: none;
}

@media screen and (min-width: 768px) {
    .sp_only {
        display: none;
    }

    .pc_only {
        display: block;
    }
}

.spMode .fixed~#container {
    padding-bottom: 0;
}


/* ==================================================
    #kekkonuchiiwai — ベース
 ================================================== */

#kekkonuchiiwai {
    position: relative;
}

#kekkonuchiiwai.top,
#kekkonuchiiwai.ranking {
    color: #333;
}


#kekkonuchiiwai section {
    margin: 75px 0;
}

#kekkonuchiiwai section.mainvisual-area {
    margin: 0;
}

#kekkonuchiiwai section.condition-area>section {
    margin: 40px 0;
}

#kekkonuchiiwai section.other-campaign-area {
    padding: 0px;
}


#kekkonuchiiwai .inner {
    padding: 0 10px;
}

@media screen and (min-width: 768px) {
    #kekkonuchiiwai section {
        margin: 90px 0;
    }

    section.campaign-area {
        margin: 90px 0 0;
    }

    section.other-campaign-area {
        margin: 60px 0 90px;
    }

    #condition-area {
        position: static !important;
        width: 100% !important;
        max-width: 1000px;
        padding: 60px !important;
        border: 10px solid #F3F3F3;
        margin: 0 auto !important;
    }

    section.condition-area>section {
        margin: 30px 0;
    }

    #kekkonuchiiwai .inner {
        padding: 0;
        width: 100%;
        max-width: 1080px;
        margin: auto;
    }
}


/* ==================================================
    タイポグラフィ / Typography
 ================================================== */

.area-title {
    margin: 0 auto 30px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.8rem;
    text-align: center;
    display: flex;
    line-height: 1.4;
    letter-spacing: 3px;
    z-index: 2;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.area-title span {
    display: block;
    letter-spacing: 2px;
    font-size: 1.4rem;
}

.area-title .area-title-script {
    font-family: "Oooh Baby", cursive;
    color: #FFB8CE;
    letter-spacing: 0;
    font-size: 28px;
    right: 1%;
    top: 45%;
    z-index: -1;
    position: absolute;
    transform: rotate(-8deg);
}

.area-title .area-title-sub {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.area-title .area-title-sub::before,
.area-title .area-title-sub::after {
    content: "";
    width: 40px;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    padding: 2px;
}

.area-title .area-title-sub::before {
    margin-right: 1.5rem;
}

.area-title .area-title-sub::after {
    margin-left: 1.5rem;
}

.block-title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0 auto 30px;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 1.3;
}

@media screen and (min-width: 768px) {
    .area-title {
        margin: 20px auto;
        font-size: 3.5rem;
        display: flex;
        line-height: 1.6;
        text-align: center;
        flex-direction: column;
        align-items: center;
        width: fit-content;
    }

    .area-title span {
        display: inline-block;
        font-size: 2rem;
    }

    .area-title .area-title-script {
        font-size: 30px;
        right: -10%;
        top: 50%;
        transform: rotate(-8deg);
    }

    .area-title .area-title-sub::before,
    .area-title .area-title-sub::after {
        width: 100px;
    }

    .area-title .area-title-sub::before {
        margin-right: 2.5rem;
    }

    .area-title .area-title-sub::after {
        margin-left: 2.5rem;
    }

    .block-title {
        margin: 0 auto 30px;
        font-size: 2.6rem;
        display: inline-block;
        letter-spacing: 2px;
        text-align: center;
        line-height: 1.3;
    }
}

.area-lead {
    margin: 0 auto 20px;
    line-height: 1.8;
    width: 100%;
    text-align: left;
}

.main-lead-area {
    margin: 20px 0 30px;
}

.main-lead-area .area-lead {
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .area-lead {
        text-align: center;
        font-size: 1.8rem;
        margin: 20px auto 40px;
    }
}


/* ==================================================
    ボタン / Buttons
 ================================================== */

.btn-box {
    background-color: #ff69a0;
    width: 100%;
    max-width: 450px;
    text-align: center;
    position: relative;
    margin: 20px auto 0;
    border: 2px solid #ff69a0;
    font-weight: bold;
}

.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 #ff69a0;
    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: #ff69a0;
}


/* ==================================================
    リボン / Ribbon
 ================================================== */

.ribbon-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 95px;
    overflow: hidden;
}

.ribbon {
    display: inline-block;
    position: absolute;
    right: 3px;
    top: -10px;
    width: 135px;
    padding: 30px 0 5px;
    z-index: 2;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    background: #ff69a0;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: bold;
    transform: rotate(315deg);
}

.ribbon-bg-blue {
    background: #5e8cb9;
}

.ribbon-bg-yellow {
    background: #f4b328;
}

@media screen and (min-width: 768px) {
    .ribbon-box {
        width: 125px;
        height: 125px;
    }

    .ribbon {
        padding: 50px 0 10px;
        right: 0px;
        top: -20px;
        width: 190px;
        font-size: 15px;
        line-height: 18px;
    }
}


/* ==================================================
    Swiper スライダー
 ================================================== */

.swiper-slide {
    height: auto;
}

.swiper-slide .product {
    background-color: #fff;
    padding: 10px 10px 20px;
    border: 1px solid #e3e3e3;
    height: 280px;
}


.swiper-pagination {
    position: relative;
    margin-top: 10px;
    bottom: auto !important;
}


.swiper-pagination-bullet-active {
    background-color: #ff69a0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none !important;
}

.swiper-button-next {
    background-image: url(/kekkonuchiiwai/images/arrow.svg);
    right: -10px;
}

.swiper-button-prev {
    background-image: url(/kekkonuchiiwai/images/arrow.svg);
    transform: scale(-1, 1);
    left: -10px;
}

.swiper-container {
    position: relative;
}

.other-campaign-area .swiper-slide {
    height: auto;
    padding: 0px;
    border: none;
    border-radius: 10px;
}

.other-campaign-area .swiper-button-prev,
.other-campaign-area .swiper-button-next {
    top: 55%;
}


@media screen and (min-width: 768px) {
    .other-campaign-area .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        transform: none;
        justify-content: space-between;
    }

    .other-campaign-area .swiper-slide {
        width: 18%;
    }

    .other-campaign-area .swiper-button-next,
    .other-campaign-area .swiper-button-prev,
    .other-campaign-area .swiper-pagination {
        display: none;
    }
}


/* ==================================================
    パンくずリスト / Breadcrumb
 ================================================== */

@media screen and (min-width: 768px) {
    #breadcrumb {
        max-width: 1080px;
    }
}


/* ==================================================
    メインビジュアル / Main Visual
 ================================================== */

.mainvisual-area {
    padding: 0;
    font-weight: 500;
}

.mainvisual-area .mainvisual-area-info {
    background-color: #FF69A0;
    text-align: center;
    height: 30px;
    transition: 0.5s;
    align-content: center;
}

.mainvisual-area .mainvisual-area-info a {
    display: flex;
    color: #FFF;
    font-family: Noto-sans;
    align-items: center;
    justify-content: center;
}

.mainvisual-area .mainvisual-area-info a::before {
    content: "";
    display: block;
    background: url(/kekkonuchiiwai/images/coupon_icon.svg) no-repeat;
    width: 24px;
    height: 14px;
    margin-right: 3px;
}

.mainvisual-area .mainvisual-area-info a::after {
    content: "";
    display: block;
    background: url(/shussanuchiiwai/images/arrow_white.svg) no-repeat;
    width: 15px;
    height: 13px;
    margin-left: 10px;
    transform: rotate(270deg);
    transition: 0.5s;
}

.mainvisual-area .mainvisual-area-info:hover {
    background-color: #ff89b5;
}

.mainvisual-area .mainvisual-area-info a:hover::after {
    transform: translate(50%, 0%) rotate(270deg);
}

.mainvisual-area .mainvisual-area-pic {
    background: url(/kekkonuchiiwai/images/mv_sp.jpg) no-repeat center center / cover;
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    text-align: left;
    position: relative;
    padding: 0;
}

.mainvisual-area .mainvisual-area-box {
    text-align: center;
    width: 67%;
    height: 65%;
    align-content: center;
    background: rgba(255, 255, 255, 0.7);
    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 img {
    width: 35%;
    max-width: 120px;
}

.mainvisual-area-point-list {
    width: 100%;
    display: flex;
    margin: 5px 0px 0px;
    justify-content: center;
    column-gap: 5px;
}

.mainvisual-area-point-item {
    width: auto;
    background: #FF69A0;
    padding: 2px 6px;
    font-size: 1.1rem;
    color: #FFF;
}

.mainvisual-area-box-maintitle {
    font-size: 3.8rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.4;
    font-style: normal;
}

.mainvisual-area .mainvisual-area-box .mainvisual-area-box-catch {
    font-size: 1.3rem;
    display: block;
}

.mainvisual-area .mainvisual-area-box .mainvisual-area-box-small {
    font-size: 1.3rem;
    display: block;
}

.main-lead-area-tag {
    margin: 20px 0px 0px;
}

.main-lead-area-tag-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    padding: 0px !important;
    white-space: nowrap;
}

.main-lead-area-tag-item a {
    display: block;
    background: #F3F3F3;
    width: auto;
    margin: 0 5px;
    font-size: 1.3rem;
    padding: 5px 10px;
}

@media screen and (min-width: 768px) {
    section.mainvisual-area {
        width: 100%;
        margin: 0;
    }

    .mainvisual-area .mainvisual-area-info a {
        font-size: 1.8rem;
        font-weight: 500;
    }

    .mainvisual-area .mainvisual-area-box {
        width: 550px;
    }

    .mainvisual-area .mainvisual-area-box ul {
        margin: 10px 0;
    }

    .mainvisual-area .mainvisual-area-box li {
        font-size: 1.6rem;
    }

    .mainvisual-area .mainvisual-area-box h1 {
        font-size: 6.2rem;
    }

    .mainvisual-area .mainvisual-area-box .mainvisual-area-box-catch {
        font-size: 2rem;
    }

    .mainvisual-area .mainvisual-area-pic {
        background: url(/kekkonuchiiwai/images/mv_pc.jpg) no-repeat center center / cover;
        height: 400px;
        max-width: 1920px;
        margin: auto;
        padding-top: 20px;
    }

    .main-lead-area-tag {
        margin: 20px 0 0;
    }

    .main-lead-area-tag-item a {
        margin: 0 10px;
        font-size: 1.6rem;
        padding: 5px 10px;
    }
}


/* ==================================================
    クーポンエリア / Coupon
 ================================================== */

#coupon-area {
    text-align: center;
    margin: 0 auto;
}

.coupon_area .inner ul li:nth-of-type(1) {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .coupon_area .inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .coupon_area .inner ul li {
        width: 49%;
        text-align: center;
    }
}


/* ==================================================
    キャンペーン・サービス / Campaign
 ================================================== */

.campaign-box-item-name {
    font-weight: 700;
    padding: 8px 0;
    letter-spacing: 1px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


.campaign-box-item-tag {
    border-radius: 3px;
    font-size: 1.4rem;
    display: inline-block;
    padding: 0px 10px;
    margin: 7px 0 7px;
}

@media screen and (min-width: 768px) {
    .campaign-list {
        display: flex;
        justify-content: space-between;
    }


    .campaign-box {
        width: 32%;
    }
}


/* ==================================================
    アンカーナビ / Anchor Navigation
 ================================================== */

.anchor-nav {
    background: #F3F3F3;
    padding: 50px 10px;
}

.anchor-nav.fixed {
    width: 100%;
    z-index: 100;
}

.anchor-nav-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    justify-content: space-around;
}

.anchor-nav-item {
    width: calc(50% - 5px);
    background: #FFF;
    color: #ff69a0;
    transition: 0.3s;
    border: 2px solid #ff69a0;
}

.anchor-nav-item:hover {
    background: #ff69a0;
    color: #FFF;
}

.anchor-nav-item a {
    display: flex;
    justify-content: center;
    padding: 1.5rem 0;
    row-gap: 10px;
    color: #ff69a0;
    font-size: 1.8rem;
    letter-spacing: 2px;
    flex-direction: column;
    align-items: center;
}

.anchor-nav-item a:hover {
    color: #FFF !important;
}

.anchor-nav a::after {
    content: '';
    margin: -3px 0 0 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff69a0;
    border-right: 2px solid #ff69a0;
    transform: rotate(135deg);
    transition: 0.3s;
}

.anchor-nav a:hover::after {
    transform: translate(0%, 50%) rotate(135deg);
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

@media screen and (min-width: 768px) {
    .anchor-nav-list {
        width: 100%;
        max-width: 1080px;
        margin: 0px auto;
    }

    .anchor-nav-item {
        /* border-bottom: none; */
        width: calc(24% - 5px) !important;
    }

    .anchor-nav-item a {
        font-size: 1.6rem;
    }
}


/* ==================================================
    カタログギフト / Catalog Gift
 ================================================== */

span.cataloggift_free {
    color: #FFF;
    background-color: #cb0808;
    width: fit-content;
    font-size: 1.5rem;
    padding: 3px 10px;
    margin: 5px auto;
}

.cataloggift-item .cataloggift-item-pic {
    position: relative;
}

.cataloggift-item .cataloggift-item-pic img {
    border-radius: 5px;
}

.cataloggift-item .cataloggift-item-pic .icon {
    position: absolute;
    bottom: 10px;
}

.cataloggift-item .cataloggift-item-text_box-txt {
    font-size: 1.2rem;
    margin: 5px 0 0;
}

.area-title .cataloggift-free {
    width: 130px;
    margin: auto;
    background-color: #A78C58;
    padding: 5px;
    color: #fff;
    font-weight: bold;
}

.catalog-top .cataloggift-item-text_box-name {
    text-align: center;
    font-weight: bold;
}

.cataloggift-area .inner ul li .cataloggift-item-text_box-name span {
    display: block;
    font-size: 1.2rem;
}

.cataloggift-area .inner .catalog-top .bnr {
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.cataloggift-area .inner .catalog-top .bnr a {
    margin: 0 auto 30px;
}

.cataloggift-area .inner ul {
    display: flex;
    row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cataloggift-area .inner ul li {
    width: 100%;
}

.cataloggift-area .inner .catalog-top ul li {
    background-image: url(/kekkonuchiiwai/images/img-aylbg-01.jpg);
    background-size: cover;
    padding: 4px;
    position: relative;
    display: flex;
    border-radius: 0px;
}

.cataloggift-area .inner .catalog-top ul li:nth-child(2) {
    background-image: url(/kekkonuchiiwai/images/img-aylbg-02.jpg);
}

.cataloggift-area .inner .catalog-top ul li:nth-child(3) {
    background-image: url(/kekkonuchiiwai/images/img-aylbg-03.jpg);
}

.cataloggift-area .inner .catalog-bottom ul {
    justify-content: center;
}

.cataloggift-area .inner .cataloggift-box-pic {
    width: 40%;
    box-shadow: 0px 0px 10px 1px #808080;
    margin: 10px;
}

.cataloggift-area .inner .cataloggift-text-copy {
    text-align: center;
    font-weight: bold;
    padding: 0 0 10px;
    font-size: 1.3rem;
}

.cataloggift-area .inner .cataloggift-text {
    padding: 10px 0 0;
    font-size: 1.2rem;
}

.cataloggift-area .inner .cataloggift-text-wrap {
    width: 55%;
    padding: 10px 0;
    position: relative;
    margin: 0 5px;
}

.cataloggift-area .inner .catalog-bottom ul li {
    width: 30%;
    margin: 0 20px;
}

@media screen and (min-width: 768px) {
    .cataloggift-list {
        background: #F5F5F5;
        padding: 20px 50px;
    }

    .cataloggift-area .inner .catalog-top ul li {
        flex-direction: column;
        width: 32%;
        padding: 20px;
    }

    .cataloggift-text-title {
        text-align: center;
    }

    .cataloggift-text-title img {
        max-height: 22px;
        width: auto;
        margin: 0 auto;
    }

    .cataloggift-area .inner .cataloggift-box-pic {
        width: 60%;
        max-width: 250px;
        margin: 10px auto;
    }

    .cataloggift-area .inner .cataloggift-text {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .cataloggift-area .inner .cataloggift-text-wrap {
        width: 100%;
        height: 240px;
        padding: 20px 0;
        margin: 0;
    }
}


/* ==================================================
    キーワード検索 / Search
 ================================================== */

.condition-area .block-title {
    text-align: left;
    margin: 0 0 15px;
}

.price-area .block-title::before,
.category-area .block-title::before,
.recipient-area .block-title::before {
    content: "";
    background-image: url(/kekkonuchiiwai/images/search_icon.svg);
    width: 28px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.easycondition-area {
    background-color: #fff;
    margin: auto;
}

.easycondition-area-block {
    width: 100%;
    margin: auto;
    max-width: 800px;
    background: url(/kekkonuchiiwai/images/search_bg.svg) #F3F3F3 no-repeat 20% 10px;
    padding: 50px 20px;
}

.easycondition-area-block-lead {
    text-align: center;
    margin: 15px 0 15px;
}

.easycondition-area-block-lead span {
    font-weight: bold;
}

.easysearch-select-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}

.easysearch-select-box {
    width: 100%;
}

.easysearch-select-item {
    text-align: center;
    padding: 10px;
    width: 100%;
    border: 1px solid #333;
    background: #fff url('/images/icon-arrow-under-bk.svg') no-repeat right 5px top 50%;
    background-size: 16px 16px;
    cursor: pointer;
    text-align: left;
    color: #333;
}

.easysearch-select-item-icon {
    width: 1em;
    display: flex;
    align-items: center;
}

.easysearch-select-item-icon::before {
    content: "";
    display: block;
    background-image: url('/images/icon-times.svg');
    background-size: 100%;
    width: 14px;
    height: 14px;
}

.easycondition-area .btn-box {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .easysearch-select-block {
        justify-content: space-between;
    }

    .easysearch-select-box {
        width: 45%;
    }

    .easycondition-area .btn-box {
        width: 50%;
        margin-top: 45px;
    }
}


/* ==================================================
    価格から選ぶ / Price
 ================================================== */

.price-area {
    max-width: 900px;
    margin: 0 auto;
}

.price-tips {
    text-align: left;
    font-size: 1.2rem;
    margin: 0 0 15px 0;
}

.price-tips p span {
    font-weight: bold;
}

.price-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}

.price-box {
    width: 48%;
    text-align: center;
    border-radius: 10px;
    background: #F3F3F3;
}


.price-box a {
    display: flex;
    text-align: left;
    color: #ff69a0;
    border: 1px solid #ff69a0;
    padding: 10px 20px;
    background: #FFF;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    justify-content: space-between;
    align-items: center;
}

.price-box a:hover {
    background: #ff69a0;
    color: #FFF !important;
}

.price-box a::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #ff69a0;
    border-right: 2px solid #ff69a0;
    transform: rotate(45deg);
    transition: 0.3s;
}

.price-box a:hover::after {
    border-top: 2px solid #ffffff !important;
    border-right: 2px solid #ffffff !important;
}


@media screen and (min-width: 768px) {
    .price-box {
        width: 23%;
    }


    .price-tips {
        display: inline-block;
        margin: 0 10px 0;
    }
}

/* ==================================================
    カテゴリから選ぶ / Category
 ================================================== */

/* ============================================================
   大カテゴリ (Card) - スマホ2列 / PC4列
   ============================================================ */
.category-card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /* スマホ時の間隔 */
}

.category-card-item {
    width: calc(50% - 7.5px);
    /* スマホ2列 */
}

.category-card-box {
    color: #333;
    text-decoration: none;
}

.category-card-pic {
    overflow: hidden;
    line-height: 0;
}

.category-card-pic img {
    transition: transform 0.3s;
}

/* ホバー演出 */
.category-card-item a:hover .category-card-pic img {
    transform: scale(1.1);
}

.category-card-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.3rem;
    margin: 8px 0 0;
    font-weight: bold;
    line-height: 1.4;
}

.category-card-txt {
    font-size: 1.1rem;
    margin: 5px 0 0;
    line-height: 1.5;
}

/* ============================================================
   小カテゴリ (Chip) - スマホ2列 / PC4列
   ============================================================ */
.category-chip-block {
    margin-top: 20px;
}

.category-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /* スマホ時の間隔 */
}

.category-chip-item {
    width: calc(50% - 4px);
    /* スマホ2列 */
}

.category-chip-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    background: #FFF;
    color: #ff69a0;
    border: 1px solid #ff69a0;
    font-weight: bold;
    transition: all 0.3s ease;
    height: 100%;
    box-sizing: border-box;
}

/* チップのホバー演出 */
.category-chip-item a:hover .category-chip-box {
    background: #ff69a0;
    color: #FFF;
}

.category-chip-icon {
    width: 25px;
    margin-right: 5px;
    flex-shrink: 0;
}

.category-chip-name {
    flex-grow: 1;
    font-size: 1.2rem;
    text-align: left;
    font-weight: bold;
}

/* 矢印（疑似要素） */
.category-chip-box::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #ff69a0;
    border-right: 2px solid #ff69a0;
    transform: rotate(45deg);
    transition: 0.3s;
    margin-left: 5px;
    flex-shrink: 0;
}

.category-chip-item a:hover .category-chip-box::after {
    border-color: #FFF;
}


@media screen and (min-width: 768px) {

    /* CardのPC4列化 */
    .category-card-list {
        gap: 20px;
    }

    .category-card-item {
        width: calc(25% - 15px);
    }

    .category-card-name {
        font-size: 1.4rem;
    }

    /* ChipのPC4列化 */
    .category-chip-list {
        gap: 12px;
    }

    .category-chip-item {
        width: calc(25% - 9px);
    }

    .category-chip-box {
        padding: 10px 15px;
    }
}



/* ==================================================
    ブランドから選ぶ / Brand
 ================================================== */

.brand-list {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 1%;
}

.brand-box {
    width: calc((100% - 1% * 3) / 4);
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}

.brand-list li:hover {
    border: 1px solid #ff69a0 !important;
}


@media screen and (min-width: 768px) {
    .brand-list {
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
    }



    .brand-box {
        width: 18%;
    }
}


/* ==================================================
    贈る相手から選ぶ / Recipient
 ================================================== */

.recipient-area {
    max-width: 900px;
    margin: 0 auto;
}



.recipient-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.recipient-box {
    width: 24% !important;
    display: flex;
    justify-content: center;
    text-align: center;
}

.recipient-box img {
    padding: 0 0px;
}

.recipient-box a {
    width: 100%;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.recipient-box-name {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    padding: 10px 0 0;
    letter-spacing: 1.3px;
}


/* ==================================================
    商品カード / Product
 ================================================== */

.product-pic-box {
    position: relative;
    margin-bottom: 5px;
}

.product-pic-box::before {
    display: block;
    position: absolute;
    z-index: 100;
    width: 24px;
    height: 30px;
    top: 0;
    left: 0;
}

.product-detail-name {
    font-size: 1.2rem;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 0.025rem;
    font-weight: bold;
}

.product-detail-price {
    font-size: 1.5rem;
    font-weight: bold;
}


.product-icon-block {
    display: flex;
    position: absolute;
    bottom: 10px;
}

.product-icon-block li:nth-child(1) {
    margin-right: 5px;
}

.product-icon-block span {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

.product-pic-icon-shipping {
    position: absolute;
    background-color: #333;
    padding: 0 10px;
    color: #fff;
    bottom: 5%;
    width: fit-content;
}

.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.discount_price {
    color: #ff0000;
}

.product-detail-price {
    font-weight: bold;
}

.product-detail-price:before {
    content: "¥";
}

.product-detail-discount_rate::after {
    content: "OFF";
}

.product-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}


/* ==================================================
    ランキング / Ranking
 ================================================== */

.ranking-area ul {
    counter-reset: item;
}

.ranking-area ul li a::before {
    content: "No." counter(item) " ";
    counter-increment: item;
    font-weight: 700;
    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(/chugen/2025/images/rank01.svg);
}

.ranking-area ul li:first-child a::before {
    color: #9c8b45;
}

.ranking-area ul li:nth-child(2) a::after {
    background-image: url(/chugen/2025/images/rank02.svg);
}

.ranking-area ul li:nth-child(2) a::before {
    color: #8b8b8b;
}

.ranking-area ul li:nth-child(3) a::after {
    background-image: url(/chugen/2025/images/rank03.svg);
}

.ranking-area ul li:nth-child(3) a::before {
    color: #9c6b47;
}


/* ==================================================
    マナー・豆知識 / Tips
 ================================================== */


.tips-area h3 {
    border-bottom: 2px solid #ff69a0;
    text-align: left;
    padding: 0 0 6px;
    font-size: 1.7rem;
    display: flex;
    margin: 15px 0 0;
}

.tips-area .tips-area-question::before {
    content: "Q.";
    color: #ff69a0;
    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;
}

.tips-area .tips-area-answer span {
    display: block;
    font-size: 1.8rem;
    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: #ff69a0;
    color: #FFF;
}

.tips-area .tips-area-answer-related {
    display: block;
    margin-top: 2rem;
    text-decoration: underline #ff69a0 !important;
    text-underline-offset: 5px;
}

.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: rotate(45deg);
    transition: 0.3s;
}

.tips-item a::after {
    content: '';
    margin: 10px 10px 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ff69a0;
    border-right: 1px solid #ff69a0;
    transform: rotate(45deg);
    transition: 0.3s;
}



.related-area a {
    color: #ff69a0;
}

.related-area ul {
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 0 10px 20px;
}

.related-area li {
    padding: 20px 0 0;
    font-size: 1.5rem;
}

.manner-item-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 5px 0 0;
    font-weight: bold;
    overflow: hidden;
    height: 4.5em;
}

.manner-item-txt {
    font-size: 1.2rem;
    margin: 5px 0 0;
}

.manner-list li {
    border: 1px solid #e3e3e3;
    padding: 10px;
}

@media screen and (min-width: 768px) {
    .tips-area .inner {
        width: 800px !important;
        margin: auto;
    }

    .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;
    }
}


/* ==================================================
    モーダル / Modal
 ================================================== */

.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;
}

/* SP: 下からスライドイン */
.modal-search {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 99999999;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    transition: bottom 0.6s ease-in-out;
}

.is-search .modal-search {
    bottom: 0;
}

/* PC: 右からスライドイン */
@media screen and (min-width: 769px) {
    .modal-search {
        top: 0;
        bottom: auto;
        right: -400px;
        left: auto;
        max-width: 400px;
        height: 100vh;
        max-height: none;
        -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 {
        bottom: auto;
        right: 0;
    }
}

.modal-search_cover {
    position: relative;
    padding: 30px;
    background-color: #f7f7f7;
}

.modal-close.top {
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: right;
}

.modal-close.top a {
    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%;
}

.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('/chugen/2025/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: #444;
}

.modal-search-block-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 500;
}

.modal-search-title {
    padding: 10px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.modal-search-box {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 15px 0;
}

.modal-item a {
    padding: 10px;
    display: block;
    position: relative;
}

.modal-item a::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-pk.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;
}

.isOtherDevice .modal-close.top a:hover::before {
    opacity: 1;
}

.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;
}

.is-search {
    overflow-y: hidden;
}


/* ==================================================
    追従固定ボタン Fixed Buttons SP
 ================================================== */

.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: 125px;
    color: #FFF;
    font-size: 20px;
    padding: 20px 0 0;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 500;
    text-decoration: none !important;
}

.fix-btn_search img {
    display: block;
    width: 40px;
    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: 11px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1px;
}

.fix-btn_search a:before {
    position: absolute;
    right: 0%;
    margin: -15px 0 0;
    border-radius: 50%;
    display: block;
    width: 125px;
    height: 125px;
    background: #ff69a0f0;
    background-size: auto;
    background-size: 100% auto;
    content: "";
    z-index: -1;
    transition: transform 0.3s;
}

#container .fix-btn_search a:hover {
    color: #FFF;
}

.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%;
        height: fit-content;
    }

    .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;
    }
}

/* ==================================================
    ランキングページ / Ranking Page
 ================================================== */

#kekkonuchiiwai.ranking .top_only,
#kekkonuchiiwai.gift .top_only {
    display: none;
}

#kekkonuchiiwai.ranking .price_tips,
#kekkonuchiiwai.gift .price_tips {
    text-align: center;
    display: block;
    margin-bottom: 22px;
}

#kekkonuchiiwai.ranking .mainvisual-area .mainvisual-area-box h1 {
    font-size: 3.4rem;
    line-height: 1.2;
    font-style: normal;
}

#kekkonuchiiwai.ranking .mainvisual-area .mainvisual-area-pic {
    background: url(/kekkonuchiiwai/ranking/images/mv-sp.jpg) no-repeat center center / cover;
}

#kekkonuchiiwai.ranking .tips-area .inner .tips-area-answer-related_list ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
}

#kekkonuchiiwai.ranking .tips-area .inner .tips-area-answer-related_list ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {

    #kekkonuchiiwai.ranking .ranking-area .swiper-button-next,
    #kekkonuchiiwai.ranking .ranking-area .swiper-button-prev,
    #kekkonuchiiwai.ranking .ranking-area .swiper-pagination {
        display: none;
    }

    #kekkonuchiiwai.ranking .ranking-area .swiper-wrapper {
        display: flex;
        justify-content: space-between;
        row-gap: 20px;
        flex-wrap: wrap;
        transform: none !important;
    }

    #kekkonuchiiwai.ranking .mainvisual-area .mainvisual-area-box h1 {
        font-size: 6rem;
        line-height: 1.2;
        font-style: normal;
    }

    #kekkonuchiiwai.ranking .mainvisual-area .mainvisual-area-pic {
        background: url(/kekkonuchiiwai/ranking/images/mv-pc.jpg) no-repeat center center / cover;
    }

    #kekkonuchiiwai.ranking .ranking-area .swiper-wrapper .swiper-slide {
        width: 18% !important;
        position: relative;
    }

    #kekkonuchiiwai.ranking .tips-area .inner {
        max-width: 800px;
        margin: auto;
    }
}