@charset "UTF-8";

@font-face {
    font-family: icoset;
    src: url(/shussanuchiiwai/fonts/icoset.ttf) format("truetype"), url(/shussanuchiiwai/fonts/icoset.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

/* ==================================================

	common

 ================================================== */
body {
    counter-increment: number 0;
}

.top_none {
    display: none;
}

.spMode .fixed~#container {
    padding-bottom: 0;
}

.bg_yellow {
    background-color: #fff5d4;
    padding: 60px 0;
}

.bg_gray {
    background-color: #f7f7f7;
}

#shussanuchiiwai.top,
#shussanuchiiwai.gift,
#shussanuchiiwai.ranking,
#shussanuchiiwai.naire {
    color: #53471D;
}

#shussanuchiiwai hr {
    width: 80%;
    border: 1px solid #dcd9ce;
}


/*
	.swiper-slide
================================ */
.swiper-slide {
    height: auto;
}

.swiper-container {
    position: relative;
}

.swiper-slide .product {
    background-color: #fff;
    padding: 10px 10px 20px;
    border: 1px solid #e3e3e3;
    height: 280px;
    border-radius: 10px;
}

.other-campaign-area .swiper-slide {
    height: auto;
    background-color: none;
    padding: 0px;
    border: none;
    border-radius: 10px;
}

/* .Item -------------------- */
.swiper-slide .Item {
    height: 100%;
}


/*
	.swiper-pagination
================================ */
.swiper-pagination {
    position: relative;
    margin-top: 10px;
    bottom: auto !important
}

.swiper-pagination.inside_slider {
    display: none
}

/* next,prev -------------------- */
.swiper-button-next:after,
.swiper-container-rtl,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 40px;
    height: 48px;
    background-size: 36px 48px;
}

/* next ------------ */
.swiper-button-next {
    background-image: url(/shussanuchiiwai/images/arrow.svg);
    right: -10px;
}

/* prev ------------ */
.swiper-button-prev {
    background-image: url(/shussanuchiiwai/images/arrow.svg);
    transform: scale(-1, 1);
    left: -10px;
}

.swiper-pagination-bullet-active {
    background-color: #efc94d;
}

.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;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(315deg);
}

select {

    -webkit-appearance: none;
    appearance: none;
}

.sp_only {
    display: block;
}

.pc_only {
    display: none;
}

@media screen and (min-width:768px) {
    .sp_only {
        display: none;
    }

    .pc_only {
        display: block;
    }
}

#container a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

#container a:hover {
    color: #efc94d;
}

#shussanuchiiwai .inner {
    padding: 0 10px;
}

@media screen and (min-width:768px) {
    #shussanuchiiwai .inner {
        padding: 0;
        width: 100%;
        max-width: 1080px;
        margin: auto;
    }
}

#shussanuchiiwai .btn-box {
    width: 80%;
    max-width: 450px;
    font-weight: bold;
    text-align: center;
    margin: 40px auto 0px;
}

/* ========================================

	article

 ======================================== */
#shussanuchiiwai {
    position: relative;
}

/* a -------------------- */
#shussanuchiiwai .btn-submit {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    padding: 10px;
    border: 1px solid #53471D;
    background-color: #53471D;
    width: 100%;
    border-radius: 10px;
    display: block;
}

.btn-box a {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-flow: column;
    padding: 10px;
    border: 1px solid #53471D;
    border-radius: 10px;
    background-color: #53471D;
}

#shussanuchiiwai .btn-submit p {
    margin: auto;
    font-weight: bold;
}

#shussanuchiiwai .btn-box a span {
    font-size: 1.4rem;
}

/* hover ------------ */
#shussanuchiiwai .btn-submit:hover,
#shussanuchiiwai .btn-box a:hover {

    background-color: #fff;
    color: #53471D;
    border: 1px solid #53471D;
}

@media screen and (min-width:768px) {
    #shussanuchiiwai .btn-box {
        margin: 40px auto 20px;
    }

    #shussanuchiiwai .btn-submit,
    #shussanuchiiwai .btn-box a {
        font-size: 1.8rem;
    }
}

#shussanuchiiwai section {
    margin: 70px 0;
}

#shussanuchiiwai section.mainvisual-area {
    margin: 0 !important;
}

#shussanuchiiwai section.search-area>section {
    margin: 40px 0;
}

#shussanuchiiwai section.other-campaign-area {
    padding: 0;
}


@media screen and (min-width: 768px) {
    #shussanuchiiwai section {
        margin: 100px auto;
    }

    #shussanuchiiwai section#search-area {
        position: static !important;
        width: 100%;
        max-width: 900px;
        padding: 0px !important;
        margin: 90px auto;
    }

    #shussanuchiiwai section.search-area>section {
        margin: 50px 0;
    }
}

#shussanuchiiwai h2 {
    margin: 0 auto 20px;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 3px;
    font-weight: 600;
}

#shussanuchiiwai .easysearch-area h2 {
    margin: 0 auto;
    font-size: 3.2rem;
}

#shussanuchiiwai h3 {
    margin: 0 auto 30px;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 1.3;
    font-weight: 500;
}

/* span ----- */
#shussanuchiiwai h2 span {
    display: block;
    font-size: 1.6rem;
}

@media screen and (min-width:768px) {
    #shussanuchiiwai h2 {
        margin: 0 auto 20px;
        font-size: 3.5rem;
        line-height: 1.6;
        text-align: center;
    }

    #shussanuchiiwai h3 {
        margin: 0 auto 30px;
        font-size: 2.6rem;
        display: inline-block;
        letter-spacing: 2px;
        text-align: center;
        line-height: 1.3;
        font-weight: 600;
    }

    /* span ----- */
    #shussanuchiiwai h2 span {
        display: block;
        font-size: 2rem;
    }
}

/* ========================================

	キーワードで検索

 ======================================== */

#shussanuchiiwai .search-area h3 {
    text-align: left;
    margin: 0 0 15px;
}

#shussanuchiiwai .price-area h3:before,
#shussanuchiiwai .category-area h3:before,
.category-naire-area h3:before,
#shussanuchiiwai .recipient-area h3:before,
#shussanuchiiwai .recipient-naire-area h3:before {
    content: "";
    background-image: url(/shussanuchiiwai/images/search_icon.svg);
    width: 28px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

/* ==================================================

	パンくず

 ================================================== */

@media screen and (min-width:768px) {
    #breadcrumb {
        max-width: 1080px;
    }
}


/* ========================================

	メインビジュアル

 ======================================== */
#shussanuchiiwai .mainvisual-area {
    padding: 0;
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
}

#shussanuchiiwai .mainvisual-area .mainvisual-area-info {
    background-color: #D7A80F;
    text-align: center;
    height: 30px;
    transition: 0.5s;
    align-content: center;
}

#shussanuchiiwai .mainvisual-area .mainvisual-area-info a {
    display: flex;
    color: #FFF;
    font-family: Noto-sans;
    font-size: 11px;
    align-items: center;
    justify-content: center;
}

#shussanuchiiwai .mainvisual-area .mainvisual-area-info a::before {
    content: "";
    display: block;
    background-image: url(/shussanuchiiwai/images/coupon_icon.svg);
    background-size: contain;
    width: 20px;
    height: 12px;
    margin-right: 3px;
}

#shussanuchiiwai .mainvisual-area .mainvisual-area-info a::after {
    content: "";
    display: block;
    background: url(/shussanuchiiwai/images/arrow_white.svg) no-repeat;
    width: 13px;
    height: 10px;
    margin-left: 10px;
    transform: rotate(270deg);
    transition: 0.5s;
}

#shussanuchiiwai .mainvisual-area .mainvisual-area-info:hover {
    background-color: #efc94d;
}

#shussanuchiiwai .mainvisual-area .mainvisual-area-info a:hover:after {
    transform: translate(50%, 0%)rotate(270deg);
}

#shussanuchiiwai .mainvisual-area .mainvisual-area-pic {
    width: 100%;
    display: flex;
}

#shussanuchiiwai .mainvisual-area .mainvisual-area-box {
    text-align: center;
    width: 65%;
    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;
}

#shussanuchiiwai .mainvisual-area .mainvisual-area-box img {
    width: 35%;
    max-width: 120px;
}

#shussanuchiiwai .mainvisual-area .mainvisual-area-box ul {
    width: 100%;
    display: flex;
    margin: 5px 0px 0px;
    justify-content: center;
    column-gap: 5px;
}

#shussanuchiiwai .mainvisual-area .mainvisual-area-box li {
    width: auto;
    background: #D7A80F;
    padding: 2px 6px;
    font-size: 2.8vw;
    color: #FFF;
}

#shussanuchiiwai .mainvisual-area .mainvisual-area-box h1 {
    font-size: 9vw;
    line-height: 1.4;
    font-style: normal;
}

#shussanuchiiwai .mainvisual-area .mainvisual-area-box p {
    font-size: 1.3rem;
}

#shussanuchiiwai .mainvisual-area .mainvisual-area-pic {
    background: url(/iphone/shussanuchiiwai/images/main.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;
}

.main-lead-area-tag {
    margin: 20px 0px 0px;
}

ul.main-lead-area-tag-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    padding: 0px !important;
    white-space: nowrap;
}

ul.main-lead-area-tag-list a {
    color: #53471D;
}

.main-lead-area-tag-list li a {
    display: block;
    background: #FFF4D4;
    width: auto;
    margin: 0 5px;
    font-size: 1.3rem;
    padding: 5px 10px;
}

@media screen and (min-width:768px) {
    #shussanuchiiwai section.mainvisual-area {
        width: 100%;
        padding: 0;
    }

    #shussanuchiiwai .mainvisual-area .mainvisual-area-box li {
        font-size: 1.6rem;
    }

    #shussanuchiiwai .mainvisual-area .mainvisual-area-box ul {
        margin: 10px 0;
    }

    .main-lead-area-tag {
        margin: 20px 0 0;
    }

    #shussanuchiiwai .mainvisual-area .mainvisual-area-info a {
        font-size: 1.8rem;
        font-weight: 500;
    }

    #shussanuchiiwai .mainvisual-area .mainvisual-area-box {
        width: 550px;
    }

    #shussanuchiiwai .mainvisual-area .mainvisual-area-box h1 {
        font-size: 6.2rem;
    }

    #shussanuchiiwai .mainvisual-area .mainvisual-area-box h1.br {
        font-size: 4.5rem;
    }

    #shussanuchiiwai .mainvisual-area .mainvisual-area-box p {
        font-size: 2rem;
    }

    #shussanuchiiwai .mainvisual-area .mainvisual-area-pic {
        background: url(/shussanuchiiwai/images/main.jpg) no-repeat center center / cover;
        height: 400px;
        max-width: 1920px;
        margin: auto;
        padding-top: 20px;
    }
}

.main-lead-area-tag-list li a {
    margin: 0 5px;
    font-size: 1.3rem;
    border-radius: 6px;
    padding: 5px 10px;
}

@media screen and (min-width: 768px) {
    .main-lead-area-tag-list li a {
        margin: 0 10px;
        font-size: 1.6rem;
        padding: 5px 10px;
    }
}


/* ==================================================

	リード

 ================================================== */
#shussanuchiiwai .area-lead {
    margin: 0 auto 20px;
    line-height: 1.8;
    width: 100%;
    text-align: left;
}

#shussanuchiiwai .main-lead-area {
    padding: 20px 0 30px !important;
    margin: 0;
}

#shussanuchiiwai .main-lead-area .area-lead {
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    #shussanuchiiwai .area-lead {
        text-align: center;
        margin: 0 auto 40px;
    }

    #shussanuchiiwai .main-lead-area .area-lead {
        font-size: 1.8rem;
        margin: 20px auto 40px;
    }
}

/* ========================================

	クーポンエリア

 ======================================== */

#coupon-area {
    text-align: center;
    margin: 0 auto;
}

/* ========================================

	キャンペーン・サービス

 ======================================== */
@media screen and (min-width: 768px) {
    .campaign-area ul li {
        width: 49%;
    }
}

.campaign-area ul li img {
    width: 100%;
}

.campaign-box-item-name {
    font-weight: bold;
}

#shussanuchiiwai .campaign-box-item-tag {
    border-radius: 3px;
    font-size: 1.4rem;
    display: inline-block;
    padding: 0px 10px;
    margin: 7px 0 7px;
}

#shussanuchiiwai .tag-blue {
    color: #33AEC4;
    background: #DEFAFF;
}

#shussanuchiiwai .tag-pink {
    color: #E7659D;
    background: #FFF6FA;
}

#shussanuchiiwai .tag-green {
    color: #91C433;
    background: #F5FFE1;
}

/* ========================================

	アンカーリンク

 ======================================== */
#shussanuchiiwai .anchor-nav {}

#shussanuchiiwai .anchor-nav.fixed {
    width: 100%;
    z-index: 100
}

#shussanuchiiwai .anchor-nav a:after {
    content: '';
    margin: -3px 0 0 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #53471D;
    border-right: 2px solid #53471D;
    transform: translate(0%) rotate(135deg);
    transition: 0.3s;
}

#shussanuchiiwai .anchor-nav a:hover:after {
    transform: translate(0%, 50%) rotate(135deg);
}

#shussanuchiiwai .anchor-nav ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    margin: 20px 10px;
    justify-content: space-around;
}

#shussanuchiiwai .anchor-nav ul li {
    width: calc(50% - 5px);
    background: #efc94d;
    transition: 0.3s;
}

#shussanuchiiwai .anchor-nav ul li:hover {
    background: #fde69a;
}

.spMode #shussanuchiiwai .anchor-nav ul li:last-child {
    border-right: none
}

#shussanuchiiwai .anchor-nav ul li a {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
    font-size: 1.8rem;
    letter-spacing: 2px;
    color: #53471D;
    flex-direction: row;
    font-weight: 600;
    align-items: center;
}

@media screen and (min-width:768px) {
    #shussanuchiiwai .anchor-nav ul {
        width: 100%;
        max-width: 1080px;
        margin: 0px auto;
    }

    #shussanuchiiwai .anchor-nav li {
        border-bottom: none;
        width: calc(24% - 5px) !important;
    }

    #shussanuchiiwai .anchor-nav li:nth-of-type(1) {
        border-left: 2px solid #fff;
    }

    #shussanuchiiwai .anchor-nav ul li a {
        font-size: 1.6rem;
    }
}


/* ========================================

    お得なキャンペーン
	シャディ限定ギフトサービス

 ======================================== */

#shussanuchiiwai .flex {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 1%;
    justify-content: flex-start;
}

.coupon-area .flex {
    row-gap: 15px !important;
}

#shussanuchiiwai .flex.column-pc6_sp4 li {
    width: 24%;
    border: 1px solid #e3e3e3;
}

#shussanuchiiwai .brand-naire-area .flex.column-pc6_sp4 li {
    width: 32%;
}

@media screen and (min-width:768px) {

    #shussanuchiiwai .flex {
        row-gap: 10px !important;
        column-gap: 1%;
    }

    #shussanuchiiwai .flex.column-pc6_sp4 li {
        width: 15.5%;
    }

    #shussanuchiiwai .brand-naire-area .flex.column-pc6_sp4 li {
        width: 19%;
    }
}

#shussanuchiiwai .flex.column-pc4_sp2 {
    justify-content: flex-start;
    row-gap: 10px;
    column-gap: 1%;
}

#shussanuchiiwai .flex.column_pc4_sp4 li {
    width: 24%;
    text-align: center;
    border: 1px solid #e3e3e3;
}

#shussanuchiiwai .flex.column-pc4_sp2 li {
    width: 49%;
}

#shussanuchiiwai .flex.column-pc4_sp2 li .category-bottom-box-box {
    display: flex;
    font-weight: bold;
}

#shussanuchiiwai .flex.column-pc4_sp2 li .category-bottom-box-box-name {
    display: flex;
    font-weight: bold;
    align-items: center;
}

#shussanuchiiwai .flex.column_pc3_sp2 li {
    width: 48%;
}

#shussanuchiiwai .flex.column_pc3_sp1 li {
    width: 100%;
}

#shussanuchiiwai .flex.column-pc2_sp1 li {
    width: 100%;
}

@media screen and (min-width:768px) {

    #shussanuchiiwai .flex {
        row-gap: 10px !important;
        column-gap: 1%;
    }

    #shussanuchiiwai .flex.column-pc2_sp1 li {
        width: 48%;
    }
}

@media screen and (min-width:768px) {

    #shussanuchiiwai .flex.column-pc4_sp2 li {
        width: 24% !important;
    }

    #shussanuchiiwai .flex.column_pc3_sp2 li {
        width: 31%;
    }

    #shussanuchiiwai .flex.column_pc3_sp1 li {
        width: 32%;
    }

    #shussanuchiiwai .flex.column-pc2_sp1 li {
        width: 49%;
    }


}


/* ========================================

	.coupon_area

 ======================================== */

.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;
    }

    /* li -------------------- */
    .coupon_area .inner ul li {
        width: 49%;
        text-align: center;
    }

}

/* ========================================

	ranking_area

 ======================================== */
/*
	アイコン
================================ */
/* .pic ------------ */
#shussanuchiiwai .item .pic {
    position: relative;
}

/* img ----- */
#shussanuchiiwai .item .pic img {
    border-radius: 5px;
}

/* .icon ----- */
#shussanuchiiwai .item .pic .icon {
    position: absolute;
    bottom: 10px;
}

/* ========================================

	カタログギフト

 ======================================== */

#shussanuchiiwai section.cataloggiftranking-area {
    padding: 0;
}

#shussanuchiiwai span.cataloggift_free {
    color: #FFF;
    background-color: #cb0808;
    width: fit-content;
    font-size: 1.5rem;
    padding: 3px 10px;
    margin: 8px auto;
}

/* .pic ------------ */
#shussanuchiiwai .cataloggift-item .cataloggift-item-pic {
    position: relative;
}

.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;
}

/* img ----- */
#shussanuchiiwai .cataloggift-item .cataloggift-item-pic img {
    border-radius: 5px;
}

/* .icon ----- */
#shussanuchiiwai .cataloggift-item .cataloggift-item-pic .icon {
    position: absolute;
    bottom: 10px;
}

#shussanuchiiwai .cataloggift-item .cataloggift-item-text_box-txt {
    font-size: 1.2rem;
    margin: 5px 0 0;
}

#shussanuchiiwai h2 .cataloggift-free {
    width: 130px;
    margin: auto;
    background-color: #A78C58;
    padding: 5px;
    color: #fff;
    font-weight: bold;
}

.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;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cataloggift-area .inner ul li:nth-last-of-type(-n+2) {
    width: 48%;
    margin: 0
}

.cataloggift-area .inner .catalog-top ul li {
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
    background-position: 1px solid #f7f7f7;
}

.cataloggift-area .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.cataloggift-area .inner ul li {
    width: 23%;
}

.cataloggift-area .inner .catalog-top ul li {
    background-color: #fff;
    padding: 5px;
    position: relative;
    border: 1px solid #e3e3e3;
}

.cataloggift-area .inner .catalog-bottom ul {
    justify-content: center
}

.cataloggift-area .inner .catalog-bottom ul li {
    width: 30%;
    margin: 0 20px
}

/* ========================================

	おすすめギフト

 ======================================== */

.swiper-button-next:after,
.swiper-container-rtl,
.swiper-button-prev:after {
    content: none !important;
}

/* ========================================

	カテゴリから選ぶ

 ======================================== */
.category-area,
.category-naire-area {
    max-width: 900px;
    margin: 0 auto;
}

.category-area .category-bottom,
.category-naire-area .category-bottom {
    margin-top: 20px;
}

.category-area .category-bottom ul li,
.category-naire-area .category-bottom ul li {
    border-radius: 10px;
}

.category-area .category-bottom ul li a,
.category-naire-area .category-bottom ul li a {
    display: flex !important;
    align-items: center;
    padding: 10px;

    background: #FFF4D4;
    border-radius: 10px;
    justify-content: space-between;
}

.category-area .category-item-name,
.category-naire-area .category-item-name {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.3rem;
    margin: 5px 0 0;
    font-weight: bold;
}

.category-area .category-item-txt,
.category-naire-area .category-item-txt {
    font-size: 1.2rem;
    margin: 5px 0 0;
}

.category-area .category-bottom ul li span,
.category-naire-area .category-bottom ul li span {
    width: 30px;
    display: flex;
    margin-right: 5px;
    align-items: center;
}

.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: #444 transparent transparent;
    margin-top: -3px;
}


.column-pc4_sp2 a {
    color: #53471D;
}

.category-top .column-pc4_sp2 a {
    color: #333;
}

.item a {
    display: block
}


.item .name,
.item .price {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.3rem;
}

.item .price {
    font-size: 1.2rem
}

.item .price span {
    font-weight: 700;
    font-size: 1.5rem
}

.item_txt,
.txt {
    font-size: 1.2rem;
    margin: 5px 0 0;
}


.item_txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

@media screen and (min-width:768px) {

    .category-area .category-bottom .flex.column-pc4_sp2,
    .category-naire-area .category-bottom .flex.column-pc4_sp2 {
        row-gap: 20px !important;
    }

}

/* ========================================

	価格から選ぶ

 ======================================== */
.price-area,
.price-naire-area {
    max-width: 900px;
    margin: 0 auto;
}

#shussanuchiiwai .price-area h2,
#shussanuchiiwai .price-naire-area h2,
#shussanuchiiwai .category-area h2,
#shussanuchiiwai .category-naire-area h2,
#shussanuchiiwai .recipient-area h2 {
    font-size: 2.6rem;
    margin: 0 0 15px;
}

.price-tips p span {
    font-weight: bold;
}

.price-tips {
    text-align: left;
    color: #53471D;
    margin: 0 0 15px 0;
}

.price-area ul li,
.price-naire-area ul li {
    text-align: center;
    border-radius: 10px;
    background: #FFF4D4;
}

.price-area ul li:nth-of-type(n+4),
.price-naire-area ul li:nth-of-type(n+4) {
    margin: 0
}

.price-area ul li a,
.price-naire-area ul li a {
    display: flex;
    text-align: left;
    padding: 10px 20px;
    background: #FFF4D4;

    font-weight: bold;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
    justify-content: space-between;
}

.price-area ul li a:after,
.price-naire-area ul li a:after,
.category-bottom ul li a:after {
    content: '';
    margin-top: 5px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #53471D;
    border-right: 2px solid #53471D;
    transform: translate(0%) rotate(45deg);
    transition: 0.3s;
}

.price-area ul li a span,
.price-naire-area ul li a span {
    font-size: 1.8rem;
    display: block;
    font-weight: bold;
}


@media screen and (min-width: 768px) {
    .price-tips {
        display: inline-block;
        margin: 0 10px 0;
    }

    #shussanuchiiwai .price-area h2,
    #shussanuchiiwai .price-naire-area h2,
    #shussanuchiiwai .category-area h2,
    #shussanuchiiwai .category-naire-area h2,
    #shussanuchiiwai .recipient-area h2 {
        font-size: 3.6rem;
    }

}

/* ========================================

	かんたん検索

 ======================================== */
#shussanuchiiwai .easysearch-area .inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

#shussanuchiiwai .easysearch-area .easysearch-area-box .easysearch-area-box-lead {
    text-align: center;

    margin: 15px 0 15px !important;
}

#shussanuchiiwai .easysearch-area .easysearch-area-box .easysearch-area-box-lead span {
    font-weight: bold;
}

#shussanuchiiwai .easysearch-area .easysearch-area-box {
    width: 100%;
    margin: auto;
    max-width: 800px;
    background: url(/shussanuchiiwai/images/search_bg.svg) #FFF4D4 no-repeat 20% 10px;
    border-radius: 10px;
}

.easysearch-area .easysearch-area-box {
    padding: 20px 0;
    margin: auto;
    background: url(/shussanuchiiwai/images/search_bg.svg) #FFF4D4 no-repeat 10px 10px;
}

#shussanuchiiwai .easysearch-area .easysearch-area-box .btn-box {
    margin: 20px auto !important;
}

.easysearch-select-block input,
.easysearch-select-block select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #efc94e;
    font-size: 1.3rem;
    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: auto;
}


.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-family: defico;
    font-style: normal;
    font-weight: 400;
    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;
    border-radius: 10px;
}

.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: #444 transparent transparent;
    margin-top: -3px
}

@media screen and (min-width:768px) {

    .easysearch-select-block {
        width: 80%;
    }

    .easysearch-select-block .easysearch-select-box {
        width: 48%;
    }
}

/* ========================================

	.digicata_area

 ======================================== */
.digicata_area {
    background-color: #fcfaef;
}

/*
	ul
================================ */
.digicata_area ul {
    display: flex;
    align-items: center;
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* li -------------------- */
.digicata_area ul li {
    width: 50%;
}

.digicata_area ul li:nth-of-type(2) {
    margin-top: -60px;
}

.digicata_area ul li:nth-of-type(3) {
    margin-top: -112px;
}

.digicata_area ul li .btn-box {
    width: 60%;
}

.section_wrap_outer {
    background-color: #f7f7f7;
}

.section_wrap {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
}

.section_wrap .inner {
    width: 100%;
}

/* ========================================

	.popular_service_area

 ======================================== */
.popular_service_area .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.popular_service_area .inner ul li {
    width: 200px;
}

/* ========================================

	ブランドから選ぶ

 ======================================== */

.brand-area .column-pc6_sp4 {
    justify-content: flex-start !important;
}

.brand-area ul li {
    width: 32%;
    text-align: center;
}

.brand-area ul li img {
    border-bottom: none !important;
}

.brand-list li:hover {
    border: 1px solid #efc94d !important
}

@media screen and (min-width:768px) {
    .brand_area ul li {
        width: 18%;
    }
}

/* ========================================

	贈る相手から選ぶ

 ======================================== */

.recipient-area,
.recipient-naire-area {
    max-width: 900px;
    margin: 0 auto;
}


/* 「贈る相手で選ぶ」部分　liを並べる場合*/
.recipient-area ul,
.recipient-naire-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.recipient-area ul li,
.recipient-naire-area ul li {
    width: 23% !important;
    display: flex;
    justify-content: center;
    text-align: center;
}

.recipient-area ul li img,
.recipient-naire-area ul li img {
    padding: 0 5px;
}

/* 「贈る相手で選ぶ」部分　liを横スクロールにする場合
.recipient-area ul {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: space-between;
  align-items: flex-start;
  overflow: scroll;
  white-space: nowrap;
}

.recipient-area ul li {
  width: 130px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  margin:0 10px 0 0;
}

.recipient-area ul li img {
  width: 130px !important;
}
*/

/* a ------------ */
.recipient-area ul li a,
.recipient-naire-area ul li a {
    /* height: 200px; */
    width: 100%;

    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

/* ========================================

	マナー・豆知識

 ======================================== */

.tips-area section {
    margin: 0 0 30px 0 !important;
}

.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 #53471D;
    line-height: 1.5;
    border-radius: 10px;
    background-color: #53471D;
    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;
}

#shussanuchiiwai .tips-area h3 {
    border-bottom: 2px solid #efc94d;
    font-weight: bold;
    text-align: left;
    font-size: 1.8rem;
    display: flex;
    padding: 0 0 7px;
    margin: 15px 0 0;
}

.tips-area .tips-area-question:before {
    content: "Q.";
    color: #efc94d;
    font-size: 2rem;
}

.tips-area .tips-area-answer {
    padding: 15px;
    border: 1px solid #e3e3e3;
    font-size: 1.5rem;
    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: #53471D;
    color: #FFF;
}

.tips-area .tips-area-answer-related {
    color: #53471D;
    display: block;
    margin-top: 2rem;
    text-decoration: underline !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 #53471D;
    border-right: 1px solid #53471D;
    transform: translate(0%) rotate(45deg);
    transition: 0.3s;
}

.related-area a {
    color: #53471D;
}

.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;
}

.tips-area li a:after {
    content: '';
    margin: 10px 10px 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #53471D;
    border-right: 1px solid #53471D;
    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;
}

.tips-area .noshi-cover {
    background: #f5f2e9;
    padding: 20px 3%;
    margin-top: 20px
}

.tips-area .noshi-area img {
    border: 1px solid #d5d5b4
}

.tips-area .noshi-area.box-wrap.block2 {
    width: 103%;
    margin-left: -3%
}

.tips-area .noshi-area.box-wrap.block2 .box {
    width: 100%;
}

.tips-area .noshi-area .ttl {
    background: red;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding: 4px
}

.tips-area .noshi-area .mizuhiki .ttl {
    background: #9dca30
}

.tips-area .noshi-area .mizuhiki p.bold {
    font-size: 1.8rem;
}

.tips-area .noshi-area .mizuhiki p.bold span {
    font-weight: 700
}

.tips-area .noshi-area .mizuhiki p.bold span.ib {
    display: block !important;
}

.tips-area .noshi-area .omotegaki {
    margin-top: 20px !important
}

.tips-area .noshi-area .omotegaki .ttl {
    background: #78a7d7
}

.tips-area .noshi-area .omotegaki dt {
    color: #78a7d7;
    font-weight: 700;
    text-indent: -.5em;
    font-size: 1.2rem
}

.tips-area .noshi-area .omotegaki dd+dt {
    margin-top: .8em
}

.tips-area .noshi-area .omotegaki dd {
    font-size: 1.5rem;
}

.tips-area .noshi-box {
    margin-top: 15px;
    font-size: 1.3rem;
    color: #707055
}

.tips-area .noshi-box.box-wrap.block2 {
    width: 100%;
    margin-left: 0%;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.tips-area .noshi-box.box-wrap.block2 .box {
    margin-left: 3%;
    position: relative
}

.tips-area .noshi-box.box-wrap.block2 .box.noshi {
    width: 45.5%;
}

.tips-area .noshi-box.box-wrap.block2 .box.txt {
    width: 47.5%;
    margin-top: 0
}

.tips-area .noshi-box .summary {
    width: 100%;
    text-align: justify
}

.tips-area .noshi-box .summary strong {
    color: #f780a2
}

.tips-area .noshi-box .noshi02 {
    width: 100%;
    position: absolute;
    bottom: 0
}

@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;
    }

    .tips-area .noshi-cover {
        background: #f5f2e9;
        padding: 30px 3%;
        margin-top: 30px
    }

    .tips-area .noshi-area img {
        border: 1px solid #d5d5b4
    }

    .tips-area .noshi-area.box-wrap.block2 {
        width: 103%;
        margin-left: -3%
    }

    .tips-area .noshi-area.box-wrap.block2 .box {
        width: 47%;
        margin-left: 3%;
        margin-top: 0px !important;
    }

    .tips-area .noshi-area .ttl {
        background: red;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        font-size: 2.2rem;
        padding: 4px
    }

    .tips-area .noshi-area .mizuhiki .ttl {
        background: #9dca30
    }

    .tips-area .noshi-area .mizuhiki p.bold span {
        font-weight: 700
    }

    .tips-area .noshi-area .omotegaki .ttl {
        background: #78a7d7
    }

    .tips-area .noshi-area .omotegaki dt {
        color: #78a7d7;
        font-weight: 700;
        text-indent: -.5em;
        font-size: 1.5rem
    }

    .tips-area .noshi-area .omotegaki dd+dt {
        margin-top: 1em
    }

    .tips-area .noshi-box {
        margin-top: 15px;
        font-size: 1.3rem;
        color: #707055
    }

    .tips-area .noshi-box.box-wrap.block2 {
        width: 103%;
        margin-left: -3%;
        -webkit-align-items: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .tips-area .noshi-box.box-wrap.block2 .box {
        margin-left: 3%;
        position: relative
    }

    .tips-area .noshi-box.box-wrap.block2 .box.noshi {
        width: 45.5%;
    }

    .tips-area .noshi-box.box-wrap.block2 .box.txt {
        width: 46.5%;
    }

    .tips-area .noshi-box .summary {
        width: 100%;
        margin-top: 0px;
        line-height: 1.8;
        font-size: 1.5rem;
    }

    .tips-area .noshi-box .summary strong {
        color: #f780a2
    }

    .tips-area .noshi-box .noshi02 {
        width: 100%;
        position: absolute;
        bottom: 0
    }

    .isTablet .tips-area .noshi-box .noshi02 {
        position: static;
        margin-top: 5px
    }
}

/* ========================================

	検索

 ======================================== */

.spMode .js-fix-btn_box {
    display: none !important;
}

.spMode.is-search_fixed .is-fixed {
    display: block;
    position: fixed;
    -webkit-transition: top .2s;
    -o-transition: top .2s;
    transition: top .2s;
}

.spMode .fix-btn_search {
    position: absolute;
    display: none;
    padding: 0;
    height: 50px;
    bottom: 0;
    width: 108%;
    left: -4%;
    z-index: 9999;
}

.spMode .fix-btn_search a {
    display: block;
    width: 100%;
    height: 50px;
    background: #53471D;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    padding-top: 15px
}

.spMode .fix-btn_search a span {
    display: inline-block;
    position: relative;
    padding-left: 34px
}

.spMode .fix-btn_search a span:before {
    content: "\e902";
    font-family: icoset;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    display: block;
    position: absolute;
    top: -2px;
    left: 0
}

.spMode .fix-btn_delivery {
    width: 70px;
    top: 20px;
    right: 15px;
    z-index: 10;
    position: absolute;
    opacity: 0
}

.spMode .fix-btn_delivery i.fix-btn_close {
    display: block;
    position: absolute;
    right: -8px;
    top: -10px;
    width: 22px;
    height: 22px;
    background: #000;
    z-index: 2;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer
}

.spMode .fix-btn_delivery i.fix-btn_close:after {
    content: "×";
    font-family: verdana;
    line-height: 1;
    font-size: 1.6rem;
    display: block;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.spMode .fix-btn_delivery i.fix-btn_close span {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.spMode .fix-btn_delivery a {
    display: block;
    background-color: #99986b;
    background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(50%, #9e9d73), to(#9e9d73));
    background: -webkit-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
    background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 50%, #9e9d73);
    background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(0, #9e9d73), to(#9e9d73));
    background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
    background: linear-gradient(90deg, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
    background-size: 12px 12px;
    text-decoration: none !important;
    color: #fff;
    text-align: center;
    padding: 22px 0 8px;
    border-radius: 8px;
    position: relative;
    line-height: 1.2
}

.spMode .fix-btn_delivery a:after {
    content: "\e905";
    font-family: icoset;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 32px;
    height: 28px;
    top: -7px;
    left: 50%;
    margin-left: -16px;
    -webkit-animation: moveLR 1s infinite alternate linear;
    animation: moveLR 1s infinite alternate linear;
    font-size: 3rem;
    text-shadow: #99986b 3px 0 0, #99986b -3px 0 0, #99986b 0 -3px 0, #99986b 0 3px 0, #99986b 3px 3px 0, #99986b -3px 3px 0, #99986b 3px -3px 0, #99986b -3px -3px 0, #99986b 2px 3px 0, #99986b -2px 3px 0, #99986b 2px -3px 0, #99986b -2px -3px 0, #99986b 3px 2px 0, #99986b -3px 2px 0, #99986b 3px -2px 0, #99986b -3px -2px 0, #99986b 2px 0 0, #99986b -2px 0 0, #99986b 0 -2px 0, #99986b 0 2px 0, #99986b 2px 2px 0, #99986b -2px 2px 0, #99986b 2px -2px 0, #99986b -2px -2px 0, #99986b 1px 2px 0, #99986b -1px 2px 0, #99986b 1px -2px 0, #99986b -1px -2px 0, #99986b 2px 1px 0, #99986b -2px 1px 0, #99986b 2px -1px 0, #99986b -2px -1px 0, #99986b 1px 1px 0, #99986b -1px 1px 0, #99986b 1px -1px 0, #99986b -1px -1px 0
}

.spMode .fix-btn_delivery a span {
    font-size: 1rem;
    line-height: 1.2
}

.spMode .fix-btn_delivery a span em {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700
}

.spMode.is-search {
    overflow-y: hidden
}

.spMode .modal-overlay {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    opacity: 0;
    cursor: pointer;
    -webkit-animation: fadeOut .3s;
    animation: fadeOut .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: -3;
    background: transparent
}

.spMode.is-search .modal-overlay {
    background: transparent;
    z-index: 9999999;
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1
}

.spMode .modal-search {
    background: #FFF;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: -105%
}

.spMode.is-search .modal-search,
.modal-search {
    -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    -o-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    transition: bottom .6s cubic-bezier(.19, 1, .22, 1)
}

.spMode.is-search .modal-search {
    bottom: 0
}

.spMode .modal-search_cover {
    opacity: 0;
    -webkit-animation: fadeOut .3s;
    animation: fadeOut .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 50px 3%;
    color: #53471D;
    -webkit-overflow-scrolling: touch
}

.spMode.is-search .modal-search_cover {
    opacity: 1;
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.spMode .modal-search_cover a {
    text-decoration: none !important;
    color: #53471D;
}

.spMode .modal-close.top {
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: right
}

.spMode .modal-close.top a {
    display: inline-block;
    padding: 10px 1.2em;
    font-size: 1.5rem;
    position: relative
}

.spMode .modal-close.top a:after {
    content: "×";
    font-family: defico;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    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: 1rem;
    right: 0;
    top: 16px
}

.spMode .modal-close.btm {
    margin-top: 20px
}

.spMode .modal-close.btm .modal-close_btn {
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
    background: #53471D;
    color: #fff;
    border-radius: 10px;
    display: block;
    text-align: center;
    min-height: 36px;
    padding-top: 9px
}


.spMode .modal-close.btm .modal-close_btn:hover {
    opacity: .7
}

.spMode .modal-search_ttl {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center
}

.spMode .modal-search_subttl {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3
}

.spMode .modal-search_box {
    margin-top: 20px;
    font-size: 1.3rem
}

.spMode .modal-search_box~.modal-search_box {
    margin-top: 15px;
    padding-top: 15px
}

.modal-sear.spMode ch_box btn-box,
.spMode .modal-search_box input[type=btn-box],
.spMode .modal-search_box input[type=file],
.spMode .modal-search_box input[type=submit],
.spMode .modal-search_box label,
.spMode .modal-search_box option,
.spMode .modal-search_box select {
    cursor: pointer;
    position: relative;
    z-index: 1
}

.spMode .modal-search_box btn-box,
.spMode .modal-search_box input,
.spMode .modal-search_box select {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #53471D;
    font-size: 1.2rem;
    border-radius: 0;
    padding: 5px 10px;
    height: 36px
}

.spMode .modal-search_box select::-ms-expand {
    display: none
}

.spMode .modal-search_box .btn-submit {
    background: #53471D;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px;
    height: 36px;
    vertical-align: top;
}

.spMode .modal-pullMenu_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.spMode .modal-pullMenu_box .modal-menu_box {
    width: 47%;
    margin-left: 6%;
    position: relative
}

.spMode .modal-pullMenu_box .modal-menu_box:first-child {
    margin-left: 0
}

.spMode .modal-pullMenu_box .modal-menu_btn {
    position: relative;
    background: #a9a9a9;
    width: 100%;
    display: block;
    cursor: pointer;
    height: 36px;
    padding: 7px 15px 0;
    font-size: 1.5rem
}

.spMode .modal-pullMenu_box .modal-menu_btn:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #fff transparent transparent;
    margin-top: -3px
}

.spMode .modal-pullMenu_box .modal-menu_contents {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 100
}

.spMode .modal-pullMenu_box .modal-menu_list {
    width: 100%;
    border: 1px solid hsla(0, 0, 100%, .3);
    border-top: 0
}

.spMode .modal-pullMenu_box .modal-menu_list li~li {
    border-top: 1px solid #fff
}

.spMode .modal-pullMenu_box .modal-menu_list a {
    display: block;
    padding: 8px 5px;
    font-size: 1.1rem
}

.spMode .modal-keywords_box fieldset:after {
    content: "";
    display: block;
    clear: both
}

.spMode .modal-keywords_box fieldset .query {
    width: calc(100% - 80px);
    float: left
}

.spMode .modal-keywords_box fieldset .btn-submit {
    width: 70px;
    float: right;
    border-radius: 10px;
}

.spMode .modal-select_box {
    background: #FFF4D4;
    padding: 8px 5% !important
}

.spMode .btn-box {
    text-align: center;
    margin: 30px auto 0;
}

.spMode .modal-select_box .btn-submit {
    margin: 10px auto 0;
    width: 100%;
    border-radius: 10px;
}

.spMode .modal-select_box .search-select_cover {
    margin-top: 5px
}

.spMode .modal-select_box .search-select_cover:after {
    content: "";
    display: block;
    clear: both
}

.spMode .modal-select_box .search-select_cover .easysearch-select-box {
    width: calc(50% - 1em);
    float: left;
    position: relative;
    background: #fff
}

.spMode .modal-select_box .search-select_cover .select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #444 transparent transparent;
    margin-top: -3px;
}

.spMode .modal-select_box .search-select_cover .select~.easysearch-select-box {
    float: right
}

.spMode .modal-select_box .search-select_cover .select~.select:before {
    font-family: defico;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "×";
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    left: -1.8em;
    top: 13px;
    width: 1.8em;
    text-align: center
}

.spMode .modal-select_box .search-select_cover .select {
    width: calc(50% - 1em);
    float: left;
    position: relative;
    background: #fff;
}

.spMode .modal-select_box .search-select_cover .select~.select {
    float: right;
}

.spMode .modal-select_box .search-select_cover select {
    width: 100%;
    position: relative;
    background: transparent;
    padding-right: 1.6em;
    border: 1px solid #efc94e;
}

.spMode .modal-item_link {
    background: #fff;
    padding: 15px;
    color: #53471D;
}

.spMode .modal-item_link a {
    color: #53471D;
}

.spMode .modal-item_link .btn-box a {
    color: #fff
}

.spMode .modal-item_link .item-link_list dt {
    border-bottom: 1px dashed #53471D;
    margin-top: 18px;
    padding-top: 18px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.spMode .modal-item_link .item-link_list dt:first-child {
    margin-top: -5px;
    padding-top: 5px
}

.spMode .modal-item_link .item-link_list .item-link li:nth-child(2n) a {
    background: #f2f2f2
}

.spMode .modal-item_link .item-link_list .item-link a {
    display: block;
    position: relative;
    font-size: 1.4rem;
    padding: 12px 30px 12px 15px;
    line-height: 1.3
}

.spMode .modal-item_link .item-link_list .item-link a:after {
    content: '';
    margin-top: 5px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #53471D;
    border-right: 2px solid #53471D;
    transform: translate(0%) rotate(45deg);
    position: absolute;
    right: 15px;
    top: 14px
}

.spMode .modal-item_link .item-link_list .item-link span {
    display: inline-block
}

.spMode .modal-item_link .btn-view_more a {
    display: block;
    position: relative;
    font-size: 1.5rem;
    padding: 12px 30px 12px 15px;
    line-height: 1.3;
    background: #efc94d;
    color: #fff
}

.spMode .modal-item_link .btn-view_more a:after {
    content: "\e914";
    font-family: defico;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 1.2rem;
    right: 15px;
    top: 14px
}

/*---------------------------

検索　PC

----------------------------*/
@media screen and (min-width:768px) {
    .modal-close.btm .modal-close_btn {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        border-radius: 10px;
    }

    .fix-btn_box {
        padding: 0;
        height: 0;
        position: absolute;
        right: 10px;
        top: 70px;
        z-index: -2;
        width: 100%
    }

    .is-search_fixed .fix-btn_box {
        position: fixed;
        top: 70px;
        z-index: 4;
        -webkit-transition: top .2s;
        -o-transition: top .2s;
        transition: top .2s
    }

    .is-search_fixed .index .fix-btn_box {
        top: 75pt
    }

    .fix-btn_box .wrap {
        position: relative;
        padding: 0;
        height: 0;
        max-width: 1780px
    }

    .fix-btn_search {
        position: absolute;
        right: 1pc;
        top: 0;
        z-index: 1;
        border-radius: 10px;
        /* お好みの値で */
        overflow: hidden;
    }

    .is-fixed_side .fix-btn_search {
        opacity: 1
    }

    .fix-btn_search a {
        display: block;
        width: 90px;
        background: #53471D;
        color: #fff;
        text-align: center;
        font-size: 1.6rem;
        padding-bottom: 90px;
        text-decoration: none !important;
        position: relative
    }

    .js-fix-btn_box a:hover {
        opacity: 0.7;
        transition: all 0.6s;
        color: #FFF !important;
    }

    .fix-btn_search a:before {
        content: "\e902";
        font-family: icoset;
        position: absolute;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 3pc;
        height: 3pc;
        display: block;
        bottom: 20.5px;
        left: 50%;
        margin-left: -20px;
        font-size: 4.8rem
    }

    .fix-btn_search a:after {
        content: "";
        width: 34px;
        height: 34px;
        display: block;
        background: #fff;
        position: absolute;
        left: 29px;
        bottom: 31px;
        border-radius: 50%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .fix-btn_search a:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .fix-btn_search span {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.2;
        display: block;
        background: #efc94d;
        text-align: center;
        padding: 8px 0 6px
    }

    .fix-btn_delivery {
        opacity: 0;
        position: absolute;
        right: 1pc;
        top: 160px;
        width: 90px;
        height: 118px;
        z-index: 2
    }

    .is-search_fixed .fix-btn_delivery {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        opacity: 1
    }

    .fix-btn_delivery i.fix-btn_close {
        display: none
    }

    .fix-btn_delivery a {
        display: block;
        background-color: #99986b;
        background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(50%, #9e9d73), to(#9e9d73));
        background: -webkit-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
        background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 50%, #9e9d73);
        background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(0, #9e9d73), to(#9e9d73));
        background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
        background: linear-gradient(90deg, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
        background-size: 9pt 9pt;
        text-decoration: none !important;
        color: #fff;
        text-align: center;
        padding: 38px 0 15px;
        border-radius: 8px;
        position: relative
    }

    .fix-btn_delivery a:after {
        content: "\e905";
        font-family: icoset;
        position: absolute;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 62px;
        height: 3pc;
        top: -13px;
        left: 50%;
        margin-left: -31px;
        -webkit-animation: b 1s infinite alternate linear;
        animation: b 1s infinite alternate linear;
        font-size: 5.5rem;
        text-shadow: #99986b 3px 0 0, #99986b -3px 0 0, #99986b 0 -3px 0, #99986b 0 3px 0, #99986b 3px 3px 0, #99986b -3px 3px 0, #99986b 3px -3px 0, #99986b -3px -3px 0, #99986b 2px 3px 0, #99986b -2px 3px 0, #99986b 2px -3px 0, #99986b -2px -3px 0, #99986b 3px 2px 0, #99986b -3px 2px 0, #99986b 3px -2px 0, #99986b -3px -2px 0, #99986b 2px 0 0, #99986b -2px 0 0, #99986b 0 -2px 0, #99986b 0 2px 0, #99986b 2px 2px 0, #99986b -2px 2px 0, #99986b 2px -2px 0, #99986b -2px -2px 0, #99986b 1px 2px 0, #99986b -1px 2px 0, #99986b 1px -2px 0, #99986b -1px -2px 0, #99986b 2px 1px 0, #99986b -2px 1px 0, #99986b 2px -1px 0, #99986b -2px -1px 0, #99986b 1px 1px 0, #99986b -1px 1px 0, #99986b 1px -1px 0, #99986b -1px -1px 0
    }

    .fix-btn_delivery a span {
        font-size: 1.4rem;
        line-height: 1.2
    }

    .fix-btn_delivery a span em {
        font-size: 1.8rem;
        font-weight: 700
    }

    .fix-btn_delivery a:hover {
        background: -webkit-gradient(linear, left top, right top, from(#838252), color-stop(50%, #838252), color-stop(50%, #8c8b5b), to(#8c8b5b));
        background: -webkit-linear-gradient(left, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
        background: -o-linear-gradient(left, #838252, #838252 50%, #8c8b5b 50%, #8c8b5b);
        background: -webkit-gradient(linear, left top, right top, from(#838252), color-stop(50%, #838252), color-stop(0, #8c8b5b), to(#8c8b5b));
        background: -o-linear-gradient(left, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
        background: linear-gradient(90deg, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
        background-size: 9pt 9pt
    }

    .is-search {
        overflow-y: hidden
    }

    .modal-pullMenu_box {
        display: none
    }

    .modal-overlay {
        width: 100%;
        height: 100%;
        text-align: center;
        position: fixed;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        cursor: pointer;
        -webkit-animation: d .3s;
        animation: d .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        z-index: -3;
        background: transparent
    }

    .is-search .modal-overlay {
        background: rgba(0, 0, 0, .7);
        z-index: 100000;
        -webkit-animation: c .3s;
        animation: c .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        opacity: 1
    }

    .modal-search {
        background: #FFF;
        z-index: 100001;
        width: 25pc;
        height: 100vh;
        position: fixed;
        right: -25pc;
        top: 0;
        overflow-y: auto;
        -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: 25px;
        color: #53471D;
    }

    .modal-search_cover .btn-box {
        width: 100%;
        text-align: center;
    }

    .modal-search_cover .item-link_list {
        margin: 0 0 30px;
    }

    .modal-search_cover .btn-box a {
        text-decoration: underline !important;
        color: #53471D;
        text-underline-offset: 5px;
        font-weight: bold;
        font-size: 2rem;
    }

    .modal-search_cover a:hover {
        color: #c83250
    }

    .modal-close.top {
        position: absolute;
        right: 10px;
        top: 5px;
        text-align: right
    }

    .modal-close.top a {
        display: inline-block;
        padding-right: 1.2em;
        font-size: 1.2rem;
        position: relative
    }

    .modal-close.top a:after {
        content: "\e91b";
        font-family: defico;
        position: absolute;
        speak: none;
        font-style: normal;
        font-weight: 400;
        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: 1rem;
        right: 0;
        top: .43em
    }

    .modal-close.top a:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #c83250;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s
    }

    .modal-close.top a:hover:before {
        opacity: 1
    }

    .modal-close.btm {
        margin-top: 20px
    }

    .modal-close.btm .modal-close_btn {
        width: 100%;
        background: #53471D;
        color: #fff !important;
        display: block;
        text-align: center;
        min-height: 36px;
        transition: all 0.3s ease 0s;
        padding-top: 9px
    }


    .modal-search_ttl {
        font-size: 2rem;
        line-height: 1.3;
        text-align: center
    }

    .modal-search_subttl {
        font-size: 1.5rem;
        line-height: 1.3;
        text-align: center;
        font-weight: bold;
        margin: 0 0 20px;
    }

    .modal-search_box {
        margin-top: 20px;
        font-size: 1.5rem
    }

    .modal-search_box~.modal-search_box {
        border-top: 1px dashed #444;
        margin-top: 20px;
        padding-top: 20px
    }

    .modal-search_box btn-box,
    .modal-search_box input[type=btn-box],
    .modal-search_box input[type=file],
    .modal-search_box input[type=submit],
    .modal-search_box label,
    .modal-search_box option,
    .modal-search_box select {
        cursor: pointer;
        position: relative;
        z-index: 1;
        background: transparent
    }

    .modal-search_box input,
    .modal-search_box select {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #444;
        font-size: 1.5rem;
        border-radius: 0;
        padding: 5px 10px;
        height: 36px;
    }

    .modal-search_box select::-ms-expand {
        display: none
    }

    .modal-search_box .btn a {
        font-size: 1.5rem;
        color: #fff;
        margin: 15px 0 0;
        font-weight: bold;
        transition: all 0.3s ease 0s;
        display: flex;
        flex-flow: column;
        padding: 10px;
        border: 1px solid #53471D;
        background-color: #53471D;
        border-radius: 10px;
        width: 100%;
        text-align: center;
    }


    .modal-search_box .btn-submit {
        background: #53471D;
        color: #fff;
        font-size: 1.5rem;
        padding: 5px;
        height: 36px;
        vertical-align: top;
    }

    .modal-search_box .btn-submit {
        border-radius: 10px;
        transition: all 0.3s ease 0s;
    }

    .modal-search_box .btn-submit:hover,
    .modal-search_box .btn a:hover,
    .modal-close.btm .modal-close_btn:hover {
        background-color: #fff;
        color: #53471D !important;
        border: 1px solid #53471D;
    }

    .modal-keywords_box fieldset:after {
        content: "";
        display: block;
        clear: both
    }

    .modal-keywords_box fieldset .query {
        width: calc(100% - 5pc);
        float: left
    }

    .modal-keywords_box fieldset .btn-submit {
        width: 70px;
        float: right
    }

    .modal-select_box .btn-submit {
        margin-top: 10px;
        width: 100%
    }

    .modal-select_box .search-select_cover {
        margin-top: 5px;
    }

    .modal-select_box .search-select_cover:after {
        content: "";
        display: block;
        clear: both
    }

    .modal-select_box .search-select_cover .easysearch-select-box {
        width: calc(50% - 1em);
        float: left;
        position: relative
    }

    .modal-select_box .search-select_cover .select:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 5px 0;
        border-color: #444 transparent transparent;
        margin-top: -3px;
    }

    .modal-select_box .search-select_cover .select~.easysearch-select-box {
        float: right
    }

    .modal-select_box .search-select_cover .select~.select:before {
        content: "\e91b";
        font-family: defico;
        speak: none;
        font-style: normal;
        font-weight: 400;
        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: -1.6em;
        top: 13px;
    }

    .modal-select_box .search-select_cover .select~.select {
        float: right;
    }

    .modal-select_box .search-select_cover .select {
        width: calc(50% - 1em);
        float: left;
        position: relative;
    }

    .modal-select_box .search-select_cover select {
        width: 100%;
        background: transparent;
        padding-right: 1.6em
    }

    .modal-item_link .item-link_list dt {
        border-top: 1px dashed #444;
        margin-top: 18px;
        padding-top: 18px
    }

    .modal-item_link .item-link_list dt.noborder,
    .modal-item_link .item-link_list dt:first-child {
        border: 0;
        margin-top: -5px;
        padding: 0
    }

    .modal-item_link .item-link_list dt.noborder {
        margin-top: 9pt
    }

    .modal-item_link .item-link {
        display: flex;
        flex-wrap: wrap;
        width: 103%;
        margin-left: -3%;
        margin-top: 6px
    }

    .modal-item_link .item-link li {
        width: 47%;
        margin-left: 3%
    }

    .modal-item_link .item-link li:nth-child(n+3) {
        margin-top: 13px;
    }

    .modal-item_link .item-link a {
        display: block;
        position: relative;
        padding-left: 1em
    }

    .modal-item_link .item-link a:after {
        content: "\e914";
        font-family: defico;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #444;
        font-size: 1.2rem;
        position: absolute;
        left: 0;
        top: .3em
    }

    .modal-item_link .item-link a:hover span {
        text-decoration: underline
    }

    .modal-item_link .item-link span {
        display: inline-block
    }

    .js-fix-btn_search {
        display: none !important
    }
}

/* ========================================

	.digial_catalog_bnr

 ======================================== */
.digial_catalog_bnr {
    position: absolute;
    width: 14%;
    bottom: -32px;
    right: 16.5%;
    animation: bnr1 3s ease infinite;
    z-index: 1;
}

.digial_catalog_bnr a:hover {
    opacity: 1 !important;
}

.digial_catalog_bnr a:hover img {
    opacity: .95 !important;
}

.icon {
    height: 2rem;
}

.icon span {
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
}

.icon.free_coupon span {
    background-color: #930002;
}

.icon.delivery_in span {
    background-color: #A78C58;
}

/* ========================================

	「出産内祝い特集」のご紹介

 ======================================== */
.introduction-area {
    padding: 30px 15px !important;
}

#shussanuchiiwai .introduction-area .inner {
    padding: 25px;
    background-color: #fff;
}

#shussanuchiiwai .introduction-area .inner h2 {
    width: 100%;
}

#shussanuchiiwai .introduction-area .inner p {
    margin-bottom: 15px;
    line-height: 2;
}

#shussanuchiiwai .introduction-area .inner .bnr {
    text-align: center;
    margin: 45px auto;
}

#shussanuchiiwai .introduction-area .inner .bnr img {
    margin: auto;
}

@media screen and (min-width:768px) {

    #shussanuchiiwai .introduction-area {
        padding: 50px 0 !important;
    }

    #shussanuchiiwai .introduction-area .inner {
        padding: 45px 90px;
    }

    #shussanuchiiwai .introduction-area .inner p {
        margin-bottom: 15px;
        line-height: 2;
    }

    #shussanuchiiwai .introduction-area .inner .bnr {
        margin: 45px auto;
        text-align: center;
    }

    /* img */
    #shussanuchiiwai .introduction-area .inner .bnr img {
        margin: auto;
    }
}

/* ========================================

	/ranking/

 ======================================== */
#shussanuchiiwai.ranking .top_none,
#shussanuchiiwai.gift .top_none {
    display: block;
}

#shussanuchiiwai.ranking .top_only,
#shussanuchiiwai.gift .top_only {
    display: none;
}

#shussanuchiiwai.ranking .price-tips,
#shussanuchiiwai.gift .price-tips {
    text-align: center;
    display: block;
    margin-bottom: 22px;
}

#shussanuchiiwai.ranking .mainvisual-area .mainvisual-area-box h1 {
    font-size: 3.4rem;
    line-height: 1.2;
    font-style: normal;
}

#shussanuchiiwai.ranking .mainvisual-area .mainvisual-area-pic {
    background: url(/shussanuchiiwai/ranking/images/main_sp.jpg) no-repeat center center / cover;
}

@media screen and (min-width: 768px) {

    #shussanuchiiwai.ranking .ranking-area .swiper-button-next,
    #shussanuchiiwai.ranking .ranking-area .swiper-button-prev,
    #shussanuchiiwai.ranking .ranking-area .swiper-pagination {
        display: none;
    }

    #shussanuchiiwai.ranking .ranking-area .swiper-wrapper {
        display: flex;
        justify-content: space-between;
        row-gap: 20px;
        flex-wrap: wrap;
        transform: none !important;
    }

    #shussanuchiiwai.ranking .other-campaign-area .swiper-wrapper {
        flex-wrap: nowrap;
    }

    #shussanuchiiwai.ranking .mainvisual-area .mainvisual-area-box h1 {
        font-size: 6rem;
        line-height: 1.2;
        font-style: normal;
    }
}


#shussanuchiiwai.ranking .tips-area .inner .tips-area-answer-related_list ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
}

#shussanuchiiwai.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) {
    #shussanuchiiwai.ranking .mainvisual-area .mainvisual-area-pic {
        background: url(/shussanuchiiwai/ranking/images/main.jpg) no-repeat center center / cover;
    }

    #shussanuchiiwai.ranking .ranking-area .swiper-wrapper .swiper-slide {
        width: 18% !important;
        position: relative;
    }

    #shussanuchiiwai.ranking .tips-area .inner {
        max-width: 800px;
        margin: auto;
    }
}

/* ========================================

	/gift/

 ======================================== */
#shussanuchiiwai.gift .mainvisual-area .mainvisual-area-pic {
    background: url(/shussanuchiiwai/gift/images/main_sp.jpg) no-repeat center center / cover;
}

@media screen and (min-width:768px) {
    #shussanuchiiwai.gift .mainvisual-area .mainvisual-area-pic {
        background: url(/shussanuchiiwai/gift/images/main.jpg) no-repeat center center / cover;
    }

    #shussanuchiiwai.gift .mainvisual-area .mainvisual-area-box h1 {
        font-size: 6rem;
        line-height: 1.2;
        font-style: normal;
    }
}


#shussanuchiiwai.gift .manner-area .bnr {
    text-align: center;
}

#other_manner-area .name {
    font-size: 1.5rem;
}

.product-pic {
    position: relative;
}

.product-thumb:before {
    display: block;
    position: absolute;
    z-index: 100;
    width: 24px;
    height: 30px;
    top: 0;
    left: 0;
}

.ranking-area ul li a::before {
    content: "No." counter(item) " ";
    counter-increment: item;
    font-weight: 700;
    font-size: 2rem;
}


/* ========================================

	/naire/

 ======================================== */


#shussanuchiiwai.naire section.naire-reason-area {
    padding: 60px 0;
}

#shussanuchiiwai.naire .mainvisual-area .mainvisual-area-box {
    background: rgba(255, 255, 255, 0.9);
}

#shussanuchiiwai .naire-reason-area section {
    margin: 0 0 60px;
    padding: 0;
}

#shussanuchiiwai.naire .mainvisual-area .mainvisual-area-box h1 span {
    font-size: 2.5rem;
    display: block;
    margin: 0 0 -7px;
}

#shussanuchiiwai.naire .mainvisual-area .mainvisual-area-pic {
    background: url(/iphone/shussanuchiiwai/naire/images/main.jpg) no-repeat center center / cover;
}

.naire-about-area .pic {
    padding: 0 50px 20px;
}

.naire-about-area-box {
    font-family: "Kiwi Maru", serif;
    font-size: 1.5rem;
    line-height: 1.6;
}

.area-headline {
    font-size: 2rem;
    text-align: center;
    margin: 0 0 15px;
}

.naire-about-area h2 {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

#shussanuchiiwai .naire-reason-area-box-title {
    align-items: center;
    display: flex;
}

#shussanuchiiwai .naire-reason-area-box-title::before,
#shussanuchiiwai .naire-reason-area-box-title::after,
.naire-about-area h2::before,
.naire-about-area h2::after {
    background-color: #beb79e;
    content: "";
    flex-grow: 1;
    height: 1px;
}

#shussanuchiiwai .naire-reason-area-box-title .naire-reason-area-box-title-number {
    font-size: 6rem;
    font-weight: bold;
    margin: 0 0 10px 10px;
    color: #efc94d;
}

#shussanuchiiwai .naire-reason-area-box-title h3 {
    margin: 0 10px;
    font-size: 5.2vw;
    font-weight: bold;
}

#shussanuchiiwai .naire-reason-area-box span {
    display: block;
    font-size: 1.5rem;
}

.naire-reason-area-box-bnr li {
    margin: 0 0 15px;
}

.naire-reason-area-box-list-item-title {
    font-size: 4.6vw;
    line-height: 1.4;
    margin: 15px 0;
    font-weight: bold;
    text-align: center;
}

.naire-reason-area-box-list-item:nth-child(3) .naire-reason-area-box-list-item-title,
.naire-reason-area-box-list-item:nth-child(4) .naire-reason-area-box-list-item-title {
    min-height: 100px;
}

.naire-reason-area-box-list-item-title span {
    font-size: 1.4rem;
    display: block;
}

.naire-reason-area-box ul.naire-reason-area-box-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
}

.naire-reason-area-box ul.naire-reason-area-box-list .btn-box {
    width: 95% !important;
    margin: 0 auto 10px !important;
}

.naire-reason-area-box ul.naire-reason-area-box-list li {
    width: 49%;
    border-radius: 5px;
    background: #FFF;
}

.naire-reason-area-box a {
    color: #53471D;
}

.naire-reason-area-box ul.naire-reason-area-box-list li .pic img {
    padding: 0 5px;
}

.naire-reason-area-box ul.naire-reason-area-box-list li .naire-reason-comment .pic img {
    min-width: 60px;
}

.naire-reason-area-box ul.naire-reason-area-box-list li .naire-reason-comment {
    display: flex;
    margin: 15px;
    align-items: center;
    flex-direction: column-reverse;
}

.naire-reason-comment-text {
    position: relative;
    display: inline-block;
    font-family: "Kiwi Maru", serif;
    font-size: 13px;
    padding: 7px 10px;
    margin: 0 0 15px;
    background: #fff5d4;
    border-radius: 5px;
}

.naire-reason-comment-text:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 45%;
    border: 10px solid transparent;
    border-right: 10px solid #fff5d4;
    transform: translate(0%) rotate(270deg);
}

#shussanuchiiwai .naire-reason-area-box .btn-box a {
    display: none;
    /*リンク支給後削除*/
    font-size: 1.2rem;
    padding: 10px;
    color: #53471D;
    border: 1px solid #efc94d;
    border-radius: 10px;
    background-color: #efc94d;
}

#shussanuchiiwai .naire-reason-area-box .btn-box a:hover {
    background-color: #fff;
    color: #53471D;
    border: 1px solid #efc94d;
}

@media screen and (min-width:768px) {
    #shussanuchiiwai.naire .mainvisual-area .mainvisual-area-pic {
        background: url(/shussanuchiiwai/naire/images/main.jpg) no-repeat center center / cover;
    }

    .naire-reason-area-box ul.naire-reason-area-box-list li {
        width: 24.5%;
    }

    .naire-reason-area-box ul.naire-reason-area-box-list li .pic img {
        padding: 0 10px;
    }

    #shussanuchiiwai .naire-reason-area-box .naire-reason-area-box-bnr {
        display: flex;
        margin: 20px 0 0;
        column-gap: 10px;
    }

    .area-headline {
        font-size: 2.4rem;
    }

    #shussanuchiiwai .naire-reason-area-box-title .naire-reason-area-box-title-number {
        font-size: 6rem;
    }

    #shussanuchiiwai .naire-reason-area-box-title h3 {
        font-size: 3.5rem;
    }

    .naire-about-area input {
        display: none;
    }

    .naire-about-area-box {
        background-image: url(/shussanuchiiwai/naire/images/naire-about-area-bg1.jpg), url(/shussanuchiiwai/naire/images/naire-about-area-bg2.jpg);
        background-position: -20px, 100% !important;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .naire-reason-area-box ul.naire-reason-area-box-list li .naire-reason-comment {
        display: flex;
        margin: 10px;
        align-items: center;
        flex-direction: row;
    }

    .naire-reason-comment-text {
        position: relative;
        display: inline-block;
        font-family: "Kiwi Maru", serif;
        font-size: 13px;
        padding: 7px;
        margin: 0;
        background: #fff5d4;
        border-radius: 5px;
    }

    .naire-reason-comment-text:before {
        bottom: 30%;
        left: -20px;
        transform: none;
    }

    .naire-reason-area-box-list-item:nth-child(3) .naire-reason-area-box-list-item-title,
    .naire-reason-area-box-list-item:nth-child(4) .naire-reason-area-box-list-item-title {
        min-height: 0px;
    }

    .naire-reason-area-box-list-item-title {
        font-size: 1.8rem;
    }
}

/*====================

もっと読む

====================*/
@media screen and (max-width:768px) {
    .readmore {
        position: relative;
        /* margin: 50px auto 0; */
        padding: 0 0 75px;
    }

    .readmore label {
        position: absolute;
        display: table;
        left: 50%;
        bottom: 0;
        margin: -50px auto;
        width: 200px;
        padding: 10px 0;
        color: #53471D;
        text-align: center;
        background-color: #FFF;
        transform: translateX(-50%);
        border: 1px solid #53471D;
        cursor: pointer;
        z-index: 1;
    }

    .readmore label::before {
        content: 'くわしく見る　＋';
    }

    .readmore input[type="checkbox"]:checked~label::before {
        content: '元に戻す';
    }

    .readmore input[type="checkbox"] {
        display: none;
    }

    .readmore-content {
        position: relative;
        height: 200px;
        margin: 0 0 60px;
        overflow: hidden;
    }

    .readmore input[type="checkbox"]:checked~.readmore-content {
        height: auto;
    }

    .readmore-content::before {
        position: absolute;
        display: block;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 75px;
        background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
    }

    .readmore input[type="checkbox"]:checked~.readmore-content::before {
        display: none;
    }
}

.product-pic-box {
    position: relative;
}

.product-pic-box:before {
    display: block;
    position: absolute;
    z-index: 100;
    width: 24px;
    height: 30px;
    top: 0;
    left: 0;
}

.ranking-area ul li a::before {
    content: "No." counter(item) " ";
    counter-increment: item;
    font-weight: 700;
    font-size: 2rem;
}

/*====================

ランキング

====================*/
.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
}



/*
	.product
================================ */


.product-pic-box {
    margin-bottom: 5px;
}

.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-detail-price:before {
    content: "\00A5";
}

.product-icon-block {
    display: flex;
    position: absolute;
    bottom: 10px;
}

.product-icon-block li:nth-child(1) {
    margin-right: 5px;
}

.product-pic-icon-shipping {
    position: absolute;
    background-color: #333;
    padding: 0 10px;
    color: #fff;
    bottom: 5%;
    width: fit-content;
}

.product-icon-discount {
    background-color: #C83250;
    padding: 0 5px;
    width: fit-content;
}

.product-icon-block span {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

.product-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.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: 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;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

/* ========================================

	出産内祝いの関連記事
  
 ======================================== */

.manner-item-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 5px 0 0;
    font-weight: bold;
    overflow: hidden;
    height: 3em;
}

.manner-item-txt {
    font-size: 1.2rem;
    margin: 5px 0 0;
}

p.manner-item-pic img {
    border-radius: 10px;
}

.shussanuchiiwai-other-manner li {
    border: 1px solid #e3e3e3;
    padding: 5px;
    border-radius: 10px;
}

#shussanuchiiwai .nwide {
    display: block;
    margin: 30px auto;
}