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

  全体

====================*/
html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 100px;
}


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

article section {
    padding: 50px 0;
}

.inner {
    padding: 0 3%
}


.sp-only {
    display: block;
}

.pc-only {
    display: none;
}

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

.area-title {
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 10px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}


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

.area-title:before {
    position: absolute;
    top: -33px;
    left: 50%;
    width: 42px;
    height: 29px;
    background: url(/ayl/images/icon-catalog.svg) no-repeat 0 0;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
}

.block-title_box {
    margin-bottom: 20px;
    text-align: center;
}

.block-title {
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 10px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}


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


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

.area-lead {
    font-family: "Noto Serif JP", serif;
    display: block;
    line-height: 2;
    font-size: 3vw;
}

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

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

.ranking-area .btn-box .btn {
    border-radius: 40px;
}

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

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

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



@media only screen and (min-width: 768px) {
    article {
        position: relative;
        background-color: #f7f7f7;
        background-position: left 100px, right 350px;
        background-size: 20%, 20%;
    }


    article section {
        padding: 75px 0;
    }

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

    .sp-only {
        display: none;
    }

    .pc-only {
        display: block;
    }

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

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

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


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

    .btn-box .btn span {
        font-size: 1.2rem;
    }

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



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

  メイン画像

====================*/
.main-visual-area {
    padding: 0;
    position: relative;
}

.main-visual {
    width: 100%;
    font-family: "Noto Serif JP", serif;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url(/ayl/images/mv-sp.jpg);
    background-size: cover;
    aspect-ratio: 2 / 1;
    align-items: center;
}

.main-visual-content {
    text-align: center;
}


.main-title {
    font-size: 7vw;
    line-height: 1.25;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    display: flex;
    letter-spacing: 5px;
    justify-items: center;
    align-items: center;
}

.main-visual-caption {
    font-size: 3vw;
    letter-spacing: 1px;
    width: auto;
    display: block;
}


.mainvisual-area-box {
    width: 85%;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}

.mainvisual-area-point-list {
    width: 100%;
    display: flex;
    margin: 5px 0px 0px;
    justify-content: center;
    column-gap: 5px;
}

.mainvisual-area-point-item {
    width: auto;
    background: #b9aa68;
    padding: 2px 6px;
    font-size: 1.1rem;
    color: #FFF;
}


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

    .main-visual {
        background-image: url(/ayl/images/mv-pc.jpg);
        padding: 0px;
        aspect-ratio: 24/5;
    }

    .main-title {
        font-size: 5.5rem;
    }

    .mainvisual-area-box {
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .main-visual-caption {
        font-size: 1.5rem;
        display: block;
    }


    .mainvisual-area-point-item {
        font-size: 1.5rem;
    }

}



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

TOP　アンカー

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

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

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



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

.anchor-nav-item a {
    display: block;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
}

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





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

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

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

    .anchor-nav {
        top: 0px;
    }

    .anchor-nav-item a {
        display: block;
        padding: 10px 0;
        font-size: 1.6rem;
    }
}



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

メインリード

====================*/
.main-lead-area {
    text-align: center;
    padding: 30px 0 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-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 .product-list {
    counter-reset: item
}

.ranking-area .product-list .product-item a::before {
    content: "No." counter(item) " ";
    counter-increment: item;
    font-weight: bold;
    font-size: 2rem;
}

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

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


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

.ranking-area .product-list .product-item:first-child a:before {
    color: #9c8b45
}

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

.ranking-area .product-list .product-item:nth-child(2) a:before {
    color: #8b8b8b
}

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

.ranking-area .product-list .product-item:nth-child(3) a:before {
    color: #9c6b47
}




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

キャンペーン

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

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

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

.campaign-item-text_box-name {
    margin-bottom: 5px;
    font-size: 3.25vw;
    font-weight: bold;
}

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


@media screen and (min-width: 768px) {
    .campaign-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px 4%;
    }

    .campaign-box {
        width: calc((100% - 12%) / 4);
        margin-right: 0;
        margin-bottom: 0;
    }

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

    .campaign-item-text_box-txt {
        font-size: 10px;
    }
}




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

カタログラインナップ

====================*/
.lineup-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-wrap: wrap;
}

.lineup-item {
    width: 100%;
}


.catalog {
    border: 1px solid #999;
    padding: 2%;
    background-color: #fff;
}

.catalog-main-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    min-height: 170px;
}

.catalog-name {
    margin-bottom: 5px;
}

.catalog-course {
    font-size: 2.4vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.catalog-pic {
    width: 30%;
}

.catalog-detail {
    width: 65%;
}

.catalog-tag-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

.catalog-tag-item {
    width: fit-content;
    padding: 6px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 50px;
    background-color: #b9aa68;
}

.catalog-txt {
    background-color: #f8f6eb;
    padding: 10px;
    color: #000;

}

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

    .catalog {
        padding: 30px
    }

    .lineup-list {
        flex-direction: row;
    }

    .lineup-item {
        width: 48%;
    }

    .catalog-course {
        font-size: 15px;
    }

    .catalog-main-link {
        min-height: 200px;
    }

    .lineup-item .btn-box {
        margin: 20px auto 0;
    }

}


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

カテゴリで選ぶ

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

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

.category-box {
    width: 48%;
    margin-right: 4%;
    background-color: #fff;
}

.category-box:nth-of-type(2n) {
    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-box {
        width: calc(25% - 15px);
        margin-right: 20px;
    }

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

    .category-box:nth-of-type(4n) {
        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: 18%;
    }

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

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

サービス

----------------------------*/
.service-area {
    background-color: #f5f5ee;
    padding: 60px 0;
}

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

.service-box {
    width: 48%;
    height: auto;
}

.service-box a {
    display: block;
    height: 100%;
}

.service-box a:hover {
    opacity: 1 !important;
}

.service-item {
    width: 100%;
    padding: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    height: 100%;
}

.service-item-pic {
    position: relative;
    z-index: 10;
    width: 100%;
}

.service-item-text_box {
    position: relative;
    z-index: 10;
}

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

.service-box:nth-of-type(1) .service-item {
    background-color: #c7d5e6;
}

.service-box:nth-of-type(1) .service-item:after {
    background-color: #d9e2ee;
}

.service-box:nth-of-type(2) .service-item {
    background-color: #e3d1bf;
}

.service-box:nth-of-type(2) .service-item:after {
    background-color: #ebded1;
}

.service-box:nth-of-type(3) .service-item {
    background-color: #cddbc5;
}

.service-box:nth-of-type(3) .service-item:after {
    background-color: #dbe5d5;
}

.service-box:nth-of-type(4) .service-item {
    background-color: #ddddc1;
}

.service-box:nth-of-type(4) .service-item:after {
    background-color: #e6e6d1;
}

.service-box:nth-of-type(5) .service-item {
    background-color: #d4cede;
}

.service-box:nth-of-type(5) .service-item:after {
    background-color: #e1dde8;
}

.service-box:nth-of-type(6) .service-item {
    background-color: #c6dad9;
}

.service-box:nth-of-type(6) .service-item:after {
    background-color: #d5e4e3;
}

.service-item:after {
    content: "";
    position: absolute;
    top: -30%;
    left: -50%;
    width: 200%;
    height: 100%;
    transform: rotate(-20deg);
}

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

    .service-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .service-item-pic {
        width: 50%;
    }

    .service-item-text_box {
        width: 45%;
    }

    .service-item-text_box-name {
        font-size: 1.6rem;
        text-align: left;
        margin-top: 0;
    }
}

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

30年間積み重ねてきた3つの信頼

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

.history-area {
    background-color: #f8f6eb;
    padding: 45px 0;
}

.history-pic {
    margin-bottom: 10px;
}

.history-pic img {
    width: 100%;
    height: auto;
}

.history-content {
    width: 100%;
}

.history-title-area {
    margin-bottom: 20px;
    text-align: center;
}

.history-title {
    line-height: 1.4;
    font-size: 2.8rem;
    font-weight: bold;
}


.history-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.history-item {
    margin-bottom: 30px;
    background-color: #fff;
    /* border-radius: 30px; */
    padding: 20px 10px;
}

.history-item:last-of-type {
    margin-bottom: 0;
}

.history-item-title {
    margin-bottom: 20px;
}

.history-item-title span {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: bold;
    font-size: 5vw;
}

.history-item-title span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: .15em;
    width: 100%;
    height: .45em;
    background: #fff2a8;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .8s ease;
}

.history-item.is-active .history-item-title span::after {
    transform: scaleX(1);
}

.history-item-text {
    font-size: 1.5rem;
    line-height: 1.8;
}

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

    .history-area .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .history-item-title span {
        font-size: 20px;
    }


    .history-pic {
        width: 55%;
        margin-bottom: 0;
    }

    .history-content {
        width: 40%;
    }

}

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

よくある質問

----------------------------*/
.faq-title-area {
    text-align: center;
}

.faq-title {
    font-size: 2.8rem;
    font-weight: bold;
}

.faq-title span {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
}

.faq-area {
    background-color: #f7f7f7;
    padding: 45px 0;
}

.faq-list {
    margin-top: 30px;
}

.faq-item {
    margin: 0 0 30px;
}

.faq-item:last-of-type {
    margin-bottom: 0;
}

.faq-question {
    border-bottom: 2px solid #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 10px;
    position: relative;
}

.faq-question:before {
    content: "Q.";
    color: #333;
    font-size: 1.6rem;
    margin-right: 8px;
}

.faq-answer {
    background-color: #fff;
    padding: 20px;
    margin: 0;
    line-height: 1.8;
}

.faq-answer+.faq-answer {
    margin-top: 2px;
}

.faq-link {
    font-weight: bold;
    text-decoration: underline;
}

.bt-box {
    margin-top: 40px;
    text-align: center;
}

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

    .faq-title {
        font-size: 3.4rem;
    }

    .faq-title span {
        font-size: 1.6rem;
    }

    .faq-area .inner {
        width: 100%;
        max-width: 800px;
        margin: auto;
    }




}

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

追従ボタン

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


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

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

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

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

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


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

.fix-btn_search a:before {
    position: absolute;
    right: 0%;
    margin: -15px 0 0;
    border-radius: 50%;
    display: block;
    width: 125px;
    height: 125px;
    background: #b9aa68;
    background-size: auto;
    background-size: 100% auto;
    content: "";
    z-index: -1;
    transition: transform 0.3s;
}

#container .fix-btn_search a:hover {
    color: #FFF;
}

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


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

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


.is-search {
    overflow-y: hidden
}

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

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

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

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

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

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

モーダルオーバーレイ

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

.modal-pullMenu_box {
    display: none
}

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

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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

モーダル内

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

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

.modal-search-title {
    padding: 10px;
    background-color: #b9aa68;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

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


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

スワイパー設定

------------------*/
.swiper-container.product-slider-container {
    position: relative;
    padding-bottom: 20px;
}

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

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


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

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

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


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

タブメニュー

------------------*/
.tab_panel-container {
    width: 100%;
}

.tab {
    overflow: hidden;
}

.tab_menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab_menu-item {
    width: auto;
    flex-shrink: 0;
    padding: 12px 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    white-space: nowrap;
    cursor: pointer;
}

.tab_menu-item.is-active {
    border-color: #b9aa68;
    background-color: #b9aa68;
    color: #fff;
}

.ranking-slider img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.tab_panel {
    position: relative;
    margin-top: 30px;
    border: 1px solid #e7e7e7;
    padding: 25px 10px;
    background-color: #fff;
}

.tab_panel-box {
    display: none;
    opacity: 0;
}

.tab_panel-box.is-show {
    display: block;
    opacity: 1;
    animation: tabFade .25s ease;
}

@keyframes tabFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

.product-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item {
    height: auto;
}

.product-slider-pagination {
    position: static;
    margin-top: 16px;
    text-align: center;
}

.tab_panel-container .btn-box {
    margin-bottom: 45px;
}



/* PC */
@media screen and (min-width: 768px) {
    .tab {
        overflow: visible;
    }

    .tab_menu {
        justify-content: center;
        gap: 8px;
    }

    .tab_menu-item {
        flex: 1 1 0;
        max-width: 180px;
        text-align: center;
    }

    .tab_panel {
        margin-top: 32px;
    }

    .product-slider-container {
        overflow: visible;
    }

    .product-slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        transform: none !important;
    }

    .product-slider .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }

    .product-slider-pagination {
        display: none;
    }

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

/* SPのみ */
@media screen and (max-width:767px) {

    .tab_panel-container {
        position: relative;
    }

    .tab-menu-guide {
        position: absolute;
        top: -24px;
        right: 10px;
        left: auto;
        z-index: 20;
        pointer-events: none;
        transition: left .3s ease, right .3s ease;
    }

    .tab-menu-guide.is-left {
        left: 10px;
        right: auto;
    }

    .tab-menu-guide.is-hide {
        display: none;
    }

    .tab-menu-guide-arrow {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 1.1rem;
        font-weight: bold;
        color: #666;
        animation: tabGuideRight 1.5s infinite;
    }

    .tab-menu-guide-arrow::before {
        content: "scroll";
        white-space: nowrap;
    }

    .tab-menu-guide-arrow svg {
        width: 16px;
        height: 16px;
    }

    .tab-menu-guide.is-left .tab-menu-guide-arrow {
        animation-name: tabGuideLeft;
    }

    .tab-menu-guide.is-left .tab-menu-guide-arrow::before {
        content: "scroll";
    }

    .tab-menu-guide.is-left svg {
        transform: rotate(180deg);
    }

    @keyframes tabGuideRight {

        0%,
        100% {
            opacity: .3;
            transform: translateX(0);
        }

        50% {
            opacity: 1;
            transform: translateX(6px);
        }
    }

    @keyframes tabGuideLeft {

        0%,
        100% {
            opacity: .3;
            transform: translateX(0);
        }

        50% {
            opacity: 1;
            transform: translateX(-6px);
        }
    }
}

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