@charset "UTF-8";

/*---------- PC版 ----------*/
.area-contents {
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
}

/* 各セクションタイトル */
.common-title {
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    color: #3f3f3f;
    font-weight: 700;
    margin: 0 0 40px 0;
}

/* コンテンツサイズ */
.news,
.product-list,
.shop-list,
.Ranking,
.SaleFeature {
    width: 1056px;
    padding: 70px 0 0 0;
    margin: 0 auto;
}

/* バナーリンク */
.banner-link {
    margin: 30px 0 0 0;
    width: 100%;
    height: auto;
}

.banner-link .mod-grid01-sp,
.banner-link .mod-grid02-sp,
.banner-link .mod-grid03-sp {
    display: block;
}

.banner-link .mod-grid02-sp ._item,
.banner-link .mod-grid01-sp ._item,
.banner-link .mod-grid03-sp ._item {
    width: 100%;
}

.banner-link .mod-grid01-sp ._item,
.banner-link .mod-grid02-sp ._item {
    margin-bottom: 30px;
}

.banner-link .mod-grid01-sp ._item img,
.banner-link .mod-grid02-sp ._item img,
.banner-link .mod-grid03-sp ._item img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-link .mod-grid01-sp ._item:last-child,
.banner-link .mod-grid02-sp ._item:last-child {
    margin-bottom: 0 !important;
}

/* お知らせ */
.news {
    margin: 0 auto 70px auto;
}

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

.news_list_item {
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
    width: 1056px;
    height: auto;
}

.news_list_item:first-child {
    border-top: 1px solid #dfdfdf;
}

.news_list_item a.news_link {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 20px;
    text-decoration: none;
}

.news_header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.news_list_item time {
    font-weight: 600;
    color: #919191;
    font-size: 16px;
    white-space: nowrap;
}

.news_item {
    border-radius: 14px;
    min-width: 124px;
    height: 28px;
    background: #FFA255;
    color: #fff;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    white-space: nowrap;
    font-weight: 500;
}

.news_text {
    flex: 1;
    font-size: 16px;
    color: #333;
}

/* セールアイテム特集 */
.SaleFeature {
    width: 100%;
    background: #FF9940;
    padding: 0 0 60px 0;
}

.SaleFeature h2 {
    text-align: center;
    padding: 30px 0;
}

.discount-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    background-color: #fff;
    max-width: 1056px;
    margin: 0 auto 60px;
    gap: 30px;
}

.discount-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.discount-title img {
    display: block;
    height: auto;
}

.discount-rate {
    font-size: 3.375rem;
    color: #FF5920;
    font-style: italic;
    font-weight: bold;
}

.sale-list-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 18px;
    max-width: 1056px;
    padding: 0 20px;
}

.product-card {
    background: #fff;
    box-shadow: 4px 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.product-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.product-content img {
    width: 100%;
    height: auto;
    display: block;
}

.price-info {
    padding: 6px 14px 6px 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.final-text {
    color: #3f3f3f;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: auto;
}

.original-price {
    text-decoration: line-through;
    color: #7e7e7e;
    font-weight: bold;
    font-size: 14px !important;
    padding: 4px 0 0 0;
    text-align: right;
}

.sale-price {
    color: #E60000;
    font-weight: 700;
    font-size: 22px !important;
    text-align: right;
}

/* セールアイテム特集リンクボタン */
.sale-link {
    text-align: center;
}

.button-container {
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.action-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50px;
    height: 68px;
    padding: 0 30px;
    text-decoration: none;
    color: #ff7200;
    font-size: 18px;
    font-weight: bold;
    min-width: 350px;
    transition: all 0.2s ease;
}

.button-text {
    z-index: 1;
    color: #ff7200;
}

.button-arrow-img {
    position: absolute;
    right: 30px;
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 50%;
    background-color: #ff7200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    margin: 0;
}

/* ランキング */
.ranking-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    margin: 0 auto;
    width: 1056px;
}

.ranking-item img {
    width: 100%;
    height: auto;
    display: block;
}

.ranking-item p {
    color: #3f3f3f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    padding-top: 6px;
}

.rank-number4,
.rank-number5 {
    padding: 26px 0 0 15px;
}

.ranking-item img[class^="rank-number"] {
    width: auto;
    height: auto;
    display: block;
}

.ranking-item img:not([class^="rank-number"]) {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* 商品一覧 */
.category-box {
    display: grid;
    grid-template-columns: repeat(4, 245px);
    gap: 25px;
    row-gap: 40px;
    margin: 0 auto;
    width: 100%;
    max-width: 1056px;
    box-sizing: border-box;
}

.category-box li:first-child .category-item p {
    color: #FF3F3F; 
}

.category-box li:first-child .category-item img {
    object-fit: cover;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow: hidden;
}

.category-item img {
    max-height: 150px;
    width: 100%;
    object-fit: contain;
}

.category-item p {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3f3f3f;
    padding: 10px 10px;
    margin: 0 10px;
    box-sizing: border-box;
    position: relative;
    border-top: #dfdfdf 1px solid;
}

.category-item p::after {
    content: '';
    display: block;
    background-image: url(../images/16px_chevron_orange.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    margin-left: auto;
}

/* 公式通販サイト */
.shop-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1056px;
    margin: 0 auto;
}

.shop-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 70px 10px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 124px;
    box-sizing: border-box;
}

.shop-item img {
    max-width: 100%;
    height: auto;
}

.shop-item .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: #ff7200;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ホバー */
.shop-item,
.category-item,
.news_list_item,
.ranking-item,
.product-card,
.button-text,
.action-button .button-text,
.action-button .button-arrow-img {
    opacity: 1;
    transition: opacity 0.2s ease;
}

.shop-item:hover,
.category-item:hover,
.news_list_item:hover,
.ranking-item:hover,
.product-card:hover,
.button-text:hover,
.action-button:hover .button-text,
.action-button:hover .button-arrow-img {
    opacity: 0.7;
}

/*---------- SP・タブレット版 -----------*/
@media screen and (max-width: 768px) {
    /* コンテンツサイズ */
    .news,
    .product-list,
    .shop-list,
    .Ranking {
        padding: 45px 15px 0 15px;
        width: 100vw;
        box-sizing: border-box;
    }

    /* バナーリンク */
    .banner-link .mod-grid01-sp ._item,
    .banner-link .mod-grid02-sp ._item,
    .banner-link .mod-grid03-sp ._item {
        width: 100%;
    }

    .banner-link .mod-grid01-sp ._item,
    .banner-link .mod-grid02-sp ._item {
        margin-bottom: 20px;
    }

    .banner-link .mod-grid01-sp ._item img,
    .banner-link .mod-grid02-sp ._item img,
    .banner-link .mod-grid03-sp ._item img {
        width: 100%;
    }

     .banner-link .mod-grid01-sp ._item img {
        margin-right: 0 !important;
    }

    /* バナー全体を包むラッパー要素 */
    .banner-link .mod-wrap-sp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; 
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
 
    .banner-link ._item {
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100%;
    }



    /* 各セクションタイトル */
    .common-title {
        font-size: 24px;
        line-height: 1.5;
        margin: 0 0 30px 0;
    }

    /* お知らせ */
    .news {
        width: 100%;
        margin: 0 auto 45px auto;
    }

    .news_list_item {
        width: 100%;
        padding: 16px 0;
    }

    .news_list_item a.news_link {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        margin-left: 0;
        width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .news_header {
        flex-direction: row;
        width: 100%;
    }

    .news_text {
        display: block;
        width: 100%;
        flex: unset;
        margin-top: 4px;
        word-break: break-word;
        font-size: 14px;
    }
    .discount-rate {
    font-size: 2rem;
    }

    /* セールアイテム特集 */
    /*---------- タブレット版 3列 ----------*/
    @media screen and (min-width: 600px) and (max-width: 768px) {
        .SaleFeature {
            padding: 20px 15px;
        }

        .sale-list-items {
            grid-template-columns: repeat(3, 1fr);
            gap: 18px 6px;
            max-width: 100%;
            padding: 0 10px;
        }

        .sale-price {
            font-size: 20px !important;
        }

         .final-text {
            font-size: 16px !important;
        }
    }

    /*---------- SP版 2列　---------- */
    @media screen and (max-width: 599px) {
        .SaleFeature {
            padding: 20px 15px;
            width: 100vw;
            box-sizing: border-box;
        }

        .sale-list-items {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px 4px;
            max-width: 100%;
            padding: 0 10px;
        }

        .SaleFeature h2 {
            padding: 0 0 20px 0;
        }

        .discount-category {
            margin: 0 auto 40px;
            padding: 24px 0;
        }

        .large {
            font-size: 2.375rem;
        }

        .medium {
            font-size: 1.775rem;
        }

        .small {
            font-size: 1.4375rem;
        }

        .final-text {
            font-size: 15px !important;
        }

        .price-info {
            padding: 5px 10px 5px 10px;
        }

        .original-price {
            text-decoration: line-through;
            font-size: 10px !important;
            text-align: right;
        }

        .sale-price {
            font-size: 16px !important;
        }
    }

    /* セールアイテム特集リンクボタン */
    .button-container {
        gap: 16px;
    }

    .button-container {
        padding: 10px;
    }

    .action-button {
        height: 60px;
        padding: 0 30px;
        font-size: 16px;
        width: 100vw;
    }

    /* ランキング */
    .ranking-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
    }

    .ranking-box {
        display: flex;
        gap: 22px;
        width: max-content;
        margin: 0;
    }

    .ranking-item {
        flex: 0 0 194px;
        display: flex;
        flex-direction: column;
    }

    /* ランキング　SP・タブレット版スクロールバーデザイン */
    .ranking-wrapper::-webkit-scrollbar {
        height: 8px;
    }

    .ranking-wrapper::-webkit-scrollbar-track {
        background-color: #fff;
    }

    .ranking-wrapper::-webkit-scrollbar-thumb {
        background-color: #BEBEBE;
        border-radius: 8px;
    }

    /* 商品一覧 */
    /*---------- タブレット版 3列 ----------*/
    @media screen and (min-width: 600px) and (max-width: 768px) {
        .category-box {
            grid-template-columns: repeat(3, 1fr);
            gap: 18px;
            row-gap: 18px;
            padding: 0 15px;
            box-sizing: border-box;
        }

        .category-item {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            text-align: center;
            aspect-ratio: 164 / 150;
            width: 100%;
            overflow: hidden;
        }

        .category-item img {
            width: 100%;
            height: auto;
            max-height: calc(100% - 40px);
            object-fit: contain;
            display: block;
        }

        .category-item p {
            font-size: 15px;
            margin: 0;
            padding: 18px 10px;
            height: 30px;
            line-height: 1.2;
        }

        .category-item p::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
        }
    }

    /*---------- SP版 2列　---------- */
    @media screen and (max-width: 599px) {
        .category-box {
            grid-template-columns: repeat(2, 164px);
            gap: 18px;
            row-gap: 18px;
            width: 345px;
            padding: 0;
            margin: 0 auto;
            box-sizing: border-box;
        }

        .category-item {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        }

        .category-item img {
            max-height: 100px;
        }

        .category-item p {
            font-size: 14px;
            font-weight: bold;
            padding: 5px 0;
            margin: 0 10px;
        }
}

    /* 公式通販サイト */
    /*---------- タブレット版 2列　---------- */
    @media screen and (min-width: 600px) and (max-width: 768px) {
        .shop-box {
            gap: 18px;
            max-width: 768px;
        }

        .shop-item {
            height: 80px;
        }

        .shop-item img {
            max-width: 80%;
            object-fit: contain;
        }

        .shop-item .icon {
            width: 36px;
            height: 100%;
        }
    }

    /*---------- SP版 1列　---------- */
    @media screen and (max-width: 599px) {
        .shop-box {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
            gap: 14px;
            max-width: 345px;
        }

        .shop-item {
            padding: 10px 70px 10px 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            flex-direction: column;
            height: 83px;
        }

        .shop-item img {
            max-width: 80%;
            height: auto;
        }

        .shop-item .icon {
            width: 33px;
        }

        .shop-item .icon img {
            width: 16px;
            height: 16px;
        }
    }
}