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

  全体

====================*/
@font-face {
    font-family: icoset;
    src: url(/gs_front/style/fonts/icoset.ttf) format("truetype"), url(/gs_front/style/fonts/icoset.woff) format("woff");
    font-weight: 400;
    font-style: normal
}


html {
    scroll-behavior: smooth;
}

article {
    position: relative;
    background-color: #f7f7f7;
}

article section {
    padding: 50px 0;
}

.inner {
    padding: 0 3%
}


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

.area-title {
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}

.bottom_slider h2 {
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}


.area-title span {
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
}

.area-title:before {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: url(/shinchiku/images/house.svg) no-repeat 0 0;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
}

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

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

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

.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 #e8ab07;
    background-color: #fff;
    transition: 0.5s;
}

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

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

.pc_only {
    display: none;
}



@media only screen and (min-width: 768px) {
    article {
        position: relative;
        background-color: #f7f7f7;
    }


    .inner {
        position: relative;
        max-width: 1100px;
        margin: 0 auto;
        padding: 35px 50px 80px !important;
    }

    .sp_only {
        display: none;
    }

    .sp_hidden {
        display: block;
    }

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

    .bottom_slider h2 {
        font-size: 4rem;
    }


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

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

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


    .pc_only {
        display: block;
    }

}

.soldout {
    position: relative;
}

.soldout a {
    pointer-events: none;
}

.soldout:before {
    position: absolute;
    top: 50% !important;
    right: auto !important;
    left: 10% !important;
    z-index: 100;
    display: block;
    box-sizing: border-box;
    width: 80%;
    padding: 8px 5px;
    color: #333;
    border: solid 1px #333;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background: #fff;
    border-radius: 0;
    transform: translateY(-50%);
    content: "SOLD OUT";
}


.soldout::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: .4;
    top: 0;
    z-index: 99;
    left: 0;
    content: "";
}







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

  メイン画像

====================*/
.mainvisual-area {
    padding: 0;
    position: relative;
    z-index: 100;
}

.mainvisual-area-pic {
    width: 100%;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url(/shinchiku/images/mv-sp.jpg);
    height: auto;
    background-size: cover;
    padding: 100px 0px;
    background-position: center;
}

.ranking .mainvisual-area-pic {
    background-image: url(/shinchiku/ranking/images/mv-sp.jpg);
}



.mainvisual-area-pic .mainvisual-area-box-maintitle .mainvisual-area-box-subtitle {
    font-size: 3.5rem;
    margin: 10px auto 0;
    letter-spacing: 1px;
    width: auto;
    display: block;
}

.mainvisual-area-pic .mainvisual-area-box-maintitle {
    font-size: 4vw;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    display: flex;
    letter-spacing: 5px;
    justify-items: center;
    align-items: center;

}

.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-box .mainvisual-area-box-soki {
    width: 90%;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .mainvisual-area-pic {
        background-image: url(/shinchiku/images/mv-pc.jpg);
        height: 500px;
        padding: 0px;
    }

    .ranking .mainvisual-area-pic {
        background-image: url(/shinchiku/ranking/images/mv-pc.jpg);
    }


    .mainvisual-area-pic .mainvisual-area-box-maintitle span {
        font-size: 2.5rem;
        padding-bottom: 10px;
        margin-bottom: 10px;
        letter-spacing: 1px;
        display: inline-block;
    }



    .mainvisual-area-pic .mainvisual-area-box-maintitle .mainvisual-area-box-subtitle {
        display: inline-block;
    }

    .mainvisual-area-pic .mainvisual-area-box-maintitle {
        font-size: 13rem;
    }

    .mainvisual-area-pic .mainvisual-area-box-maintitle {
        font-size: 4.5rem;
    }

    .mainvisual-area-box {
        max-width: 550px;
        flex-direction: row;
        justify-content: center;
    }

    .mainvisual-area-pic .mainvisual-area-box-maintitle .mainvisual-area-box-subtitle {
        font-size: 3.5rem;
        display: block;
        width: 300px;
    }

    .mainvisual-area-box .mainvisual-area-box-soki {
        width: 50%;
        margin-top: 10px;
    }
}



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

TOP　アンカー

====================*/
.anchor-nav {
    width: 100%;
    background-color: #e8ab07;
    position: sticky;
    top: 43px;
    z-index: 100;
}

.anchor-nav-list {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.anchor-nav-list li {
    width: 100%;
    border-right: 1px solid #fff;
    text-align: center;
}



.anchor-nav-list li:last-of-type {
    border-right: 0px;
}

.anchor-nav-list li span {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
}

.anchor-nav-list li a {
    display: block;
    padding: 5px 0;
}

.anchor-nav-list li a:hover {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.5s;
}





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

    .anchor-nav-list li:first-of-type {
        border-left: 1px solid #fff;
    }

    .anchor-nav-list li:last-of-type {
        border-right: 1px solid #fff;
    }

    .anchor-nav {
        top: 0px;
    }

    .anchor-nav-list li a {
        display: block;
        padding: 10px 0;
    }

    .anchor-nav-list li span {
        font-size: 1.6rem;
    }
}



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

メインリード

====================*/
.main-lead-area {
    padding: 30px 0;

}

.main-lead-area .area-title:before {
    display: none;
}

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

商品部分

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

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

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


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

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


.product-detail {
    padding: 10px;
}

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

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

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

.product-detail-price {
    font-weight: 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;
}

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

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

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

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

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

アイコン群

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

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

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

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

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

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

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

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

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

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



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

ランキング

====================*/
.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(/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(/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(/images/rank03.svg)
}

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




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

キャンペーン

====================*/
.campaign-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}

.campaign-box {
    width: 100%;
}

.campaign-box:nth-of-type(n + 3) {
    width: 48%;
}

.chugen-manner .campaign-box:nth-of-type(n + 3) {
    width: 100%;
}

.chugen-manner .campaign-box:nth-of-type(n + 4) {
    width: 48%;
}

.noshi-page .campaign-box:nth-of-type(n + 3) {
    width: 100%;
}

.noshi-page .campaign-box:nth-of-type(n + 4) {
    width: 48%;
}



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

カテゴリで選ぶ

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

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

.category-box {
    width: calc((100% - (4% * 2)) / 3);
    margin-right: 4%;
    background-color: #fff;
}

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


.category-item-text_box {
    padding: 10px 8px;
}

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

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

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

    .category-list {
        justify-content: space-between;
    }

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

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

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

    .lower .drink .category-list {
        justify-content: center;
    }

}

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

価格で選ぶ

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


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

.price-box {
    width: 48%;
}

.price-box .btn-box {
    margin: 0 auto;
}

.price-box .btn-box a {
    font-size: 3vw;
}



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

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

}




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

簡単検索

====================*/
input,
select {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #333;
    border-radius: 0px;
}

.easysearch-area {
    background-color: #fff;
    width: 95%;
    margin: auto;
}

.easysearch-select-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    margin-top: -25px;
}

.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-last: center;
    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;
}

@media screen and (min-width: 768px) {
    .easysearch-area {
        width: 100%;
        max-width: 700px;
    }

    .easysearch-area .inner {
        padding: 35px 50px;
    }

    .easysearch-select-block {
        justify-content: space-between;
    }

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

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

人気特集

====================*/
.feature-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}

.feature-box {
    width: 48%;
}



.feature-item-text_box {
    padding: 10px 8px;
}

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

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


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


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

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

}

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

カタログギフト

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

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

.cataloggift-box {
    width: 48%;
    background-color: #fff;
}

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

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

.cataloggift-item-text_box-name span {
    font-size: 2vw;
    display: block;
}

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

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

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

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

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


}

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

ギフトサービス

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

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

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



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

ブランド

====================*/
.brand-list {
    display: flex;
    flex-wrap: wrap;
}

.brand-box {
    width: calc(100% / 3);
    border: 2px solid #f7f7f7;
}

@media screen and (min-width: 768px) {
    .brand-box {
        width: calc(100% / 6);
        border: 5px solid #f7f7f7;
    }
}

@media screen and (min-width: 768px) {
    .lower .brand-list {
        justify-content: center;
    }

    .lower .gourmet .brand-list {
        justify-content: left;
    }
}

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

贈る相手で選ぶ

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


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

.recipient-box {
    width: 48%;
}

.recipient-box .btn-box .btn {
    margin: 0 auto;
    font-size: 1rem;
}

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


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

コラム・豆知識

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

.tips-area {
    padding: 60px 10px;
}

.tips-block {
    justify-self: center;
}

.tips-box {
    margin-bottom: 2rem;
    padding: 20px;
    color: #444;
    background-color: #fff;
}

.tips-box .tips-box-link {
    font-weight: bold;
    margin-top: 10px;
}

.tips-box .tips-box-link a {
    font-weight: bold;
}

.tips-box h3 {
    position: relative;
    margin-bottom: 2.4rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #E8AB08;
    font-weight: 700;
    font-size: 1.8rem;
}

.tips-box-txt {
    margin-bottom: 1.5rem;
}

.tips-box ul {
    margin-bottom: 1.5rem;
}

.tips-box ul li {
    font-weight: 700;
}

.tips-box dl {
    margin-bottom: 3rem;
}

.tips-box dl dt {
    font-weight: 700;
}

.tips-box dl dd {
    margin-bottom: 1.5rem;
}


.tips-box-txt-link a {
    font-weight: 700;
    border-bottom: 2px solid #E8AB08;
}



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

3rd以降 カテゴリ

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

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

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

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

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

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

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

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

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

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

3rd以降 ラインナップ

====================*/
.lineup-block .product-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
    row-gap: 20px;
}

.lineup-block .product-list .product-item {
    width: 48%;
}


.lineup-pagenation {
    width: 100%;
    margin-bottom: 30px;
    padding: 5px 4em;
    letter-spacing: -.4em;
    text-align: center
}

.lineup-pagenation a:hover:after {
    opacity: 1
}

.lineup-pagenation li {
    display: inline-block;
    color: #ccc;
    line-height: 1;
    letter-spacing: normal
}

.lineup-pagenation li.prev {
    position: absolute;
    left: 0
}

.lineup-pagenation li.selected {
    color: #f34562;
    font-weight: 700
}

.lineup-pagenation li.selected span:after {
    opacity: 1
}

.lineup-pagenation li.next {
    position: absolute;
    right: 0
}

.lineup-pagenation li a,
.lineup-pagenation li span {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 8px 4px;
    font-weight: 100;
    font-size: 1.8rem;
    text-decoration: none !important;
    transition: none !important
}

.lineup-pagenation li a:after,
.lineup-pagenation li span:after {
    position: absolute;
    bottom: 0;
    left: 10%;
    display: block;
    width: 80%;
    height: 2px;
    background: #f34562;
    opacity: 0;
    content: ""
}

@media screen and (min-width: 768px) {
    .lineup-block .product-list {
        column-gap: 2.5%;
    }

    .lineup-block .product-list .product-item {
        width: 18%;
    }
}

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

ユニーク オフィス

====================*/
.office-service-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.office-service-box {
    width: 48%;
    background-color: #fff;
}

.office-service-item {
    position: relative;
}

.office-service-item-pic-recommend {
    position: absolute;
    background-color: #eb1010;
    padding: 0 10px;
    color: #fff;
    top: 5%;
    width: fit-content;
}

.office-service-item-text_box {
    padding: 10px 8px;
}


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

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

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

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

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

.office-campaign-area .campaign-box {
    width: 48%;
}

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

マナー箇所

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

.manner-box {
    height: auto;
}

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

.manner-detail {
    padding: 10px;
}

.manner-item-name {
    font-weight: 700;
    margin-bottom: 10px;
}


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

スワイパー設定

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

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

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

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

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

.swiper-pagination-bullet-active {
    background-color: #E8AB08;
}

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

ラインナップ　ページネーション

------------------*/
.pagenation {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.pagenation li {
    margin: 0 10px;
}

.pagenation .selected span {
    font-weight: bold;
    color: #E8AB08;
}

.tips-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.tips-table th,
.tips-table td {
    border: 1px solid #ccc;
    padding: 0.75rem;
    text-align: left;
}

.tips-table th {
    font-weight: bold;
    background-color: #f7f7f7;
}

/* SP向けの崩れ防止：無理にdisplay:blockなどを使わない */
@media only screen and (max-width: 767px) {
    .tips-table {
        overflow-x: auto;
        display: block;
    }

    .tips-table table {
        width: 100%;
        min-width: 600px;
        /* 横スクロールが必要な場合 */
    }
}



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

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

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

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

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

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


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

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

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

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

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

}


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

	検索

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

.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.is-search {
    overflow-y: hidden
}


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

検索　PC

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

.isOtherDevice .fix-btn_box {
    padding: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 70px;
    z-index: -2;
    width: 100%
}

.isOtherDevice.is-search_fixed .fix-btn_box {
    position: fixed;
    top: 70px;
    z-index: 4;
    -webkit-transition: top .2s;
    -o-transition: top .2s;
    transition: top .2s
}

.isOtherDevice.is-search_fixed .index .fix-btn_box {
    top: 75pt
}

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

.isOtherDevice .fix-btn_search {
    position: absolute;
    right: 1pc;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    /* お好みの値で */
    overflow: hidden;
}

.isOtherDevice .is-fixed_side .fix-btn_search {
    opacity: 1
}

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

.isOtherDevice .js-fix-btn_box a:hover {
    opacity: 0.7;
    transition: all 0.6s;
    color: #FFF !important;
}

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

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

.isOtherDevice .fix-btn_search a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

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

.isOtherDevice .fix-btn_delivery {
    opacity: 0;
    position: absolute;
    right: 1pc;
    top: 160px;
    width: 90px;
    height: 118px;
    z-index: 2
}

.isOtherDevice.is-search_fixed .fix-btn_delivery {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1
}

.isOtherDevice .fix-btn_delivery i.fix-btn_close {
    display: none
}

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

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

.isOtherDevice .fix-btn_delivery a span {
    font-size: 1.4rem;
    line-height: 1.2
}

.isOtherDevice .fix-btn_delivery a span em {
    font-size: 1.8rem;
    font-weight: 700
}

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

.isOtherDevice.is-search {
    overflow-y: hidden
}

.isOtherDevice .modal-pullMenu_box {
    display: none
}

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

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

.isOtherDevice .modal-search {
    background: #FFF;
    z-index: 100001;
    width: 25pc;
    height: 100vh;
    position: fixed;
    right: -25pc;
    top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.isOtherDevice.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)
}

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

.isOtherDevice .modal-search_cover {
    position: relative;
    padding: 25px;
    color: #53471D;
}

.isOtherDevice .modal-search_cover .btn-box {
    width: 100%;
    text-align: center;
}

.isOtherDevice .modal-search_cover .item-link_list {
    margin: 0 0 30px;
}

.isOtherDevice .modal-search_cover .btn-box a {
    text-decoration: underline !important;
    color: #53471D;
    text-underline-offset: 5px;
    font-weight: bold;
    font-size: 2rem;
}

.isOtherDevice .modal-search_cover a:hover {
    color: #c83250
}

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

.isOtherDevice .modal-close.top a {
    display: inline-block;
    padding-right: 1.2em;
    font-size: 1.2rem;
    position: relative
}

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

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

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

.isOtherDevice .modal-close.btm {
    margin-top: 20px
}

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

モーダルオーバーレイ

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

.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: "\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: 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
}

.isOtherDevice .modal-close.btm .modal-close_btn {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 10px;
}

.spMode .modal-close.btm .modal-close_btn:hover {
    opacity: .7
}


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

モーダル内

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

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

.modal-search-title {
    padding: 10px;
    background-color: #999;
    color: #fff;
}

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

.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-bl.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

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

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

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


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

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