@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,
.furusato {
    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;
}

/*SP/PC版表示切替*/
.u-sp-only {
    display: none !important;
}

.u-pc-tab {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* お知らせ */
.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,
.discount-rate-text {
    font-size: 3.2rem;
    font-weight: 900;
    color: #FF5920;
    font-family:"Noto Sans JP""sans-serif";
    font-style: italic;
    line-height: 1.1;
    letter-spacing: -0.5px;
    display: block;
}

.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-title {
    max-width: 1056px;
    margin: 32px auto 24px auto;
    font-size: 22px;
    font-weight: bold;
    color: #6a6a6a;
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
}

.category-title::before {
    content: '';
    display: block;
    width: 6px;
    height: 1.3em;
    background-color: #FFA255;
}

.card-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin: 0;
    padding: 0;
}

.card-link {
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
    border-radius: 12px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-decoration: none;
    height: 200px;
    box-sizing: border-box;
}

.card-image {
    flex: 0 0 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #fff;
    height: 100%;
    box-sizing: border-box;
    border-left: 1px solid #dfdfdf;
}

.card-text {
    font-size: 20px;
    font-weight: bold;
    color: #3f3f3f;
    line-height: 1.4;
}

.card-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.card-icon img {
    width: 20px;
    height: 20px;
    display: block;
}

.product-list .button-container {
    padding: 40px 20px 0 20px;
}

.product-list .action-button {
    border: 2px solid #ff7200;
    width: 100%;
    max-width: 724px;
    margin: 0 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;
}

/*ふるさと納税バナーリンク*/
.furusato-img {
    display: block;
    width: 100%;
    max-width: 1056px;
    height: auto;
    margin: 0 auto;
}

/* ホバー */
.shop-item,
.category-item,
.news_list_item,
.ranking-item,
.product-card,
.button-text,
.action-button .button-text,
.action-button .button-arrow-img,
.furusato-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,
.furusato-img:hover {
    opacity: 0.7;
}

/*---------- 全体指定　SP・タブレット版 -----------*/
@media screen and (max-width: 768px) {
    /* コンテンツサイズ */
    .news,
    .product-list,
    .shop-list,
    .Ranking,
    .furusato {
        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%;
    }

    /* 各セクションタイトル */
    .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;
    }
}

/* セールアイテム特集 */
/*---------- タブレット版 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;
    }

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

/* セールアイテム特集 */
/*---------- 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;
    }

    .discount-rate,
    .discount-rate-text {
        font-size: 2rem;
    }

    .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: 58px;
        font-size: 16px;
    }
}

/* ランキング */
@media screen and (max-width: 768px) {
    .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;
    }
}

/* 商品一覧 */
/*---------- タブレット版　---------- */
@media screen and (min-width: 600px) and (max-width: 768px) {
    .product-list {
        padding: 0 15px;
    }

    .card-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .card-link {
        height: 120px;
    }

    .card-image {
        height: 100%;
    }

    .card-image img {
        /*max-width: 100%;
        max-height: 100%;
        object-fit: contain;*/
        width: 100%;
        height: 100%;
        object-fit: cover; 
        object-position: center;
    }

    .card-content {
        flex: 1; 
        height: 100%;
        padding: 0 10px; 
    }

    .card-text {
        font-size: 15px;
        line-height: 1.4;
    }

    .card-icon img {
        width: 15px;
        height: 15px;
    }

    .category-title {
        font-size: 18px;
        margin: 40px 0 20px 0;
    }
}

/* 商品一覧 */
/*---------- SP版　---------- */
@media screen and (max-width: 599px) {
    /* PC用画像を隠してSP用画像を表示 */
    .u-pc-tab {
        display: none !important;
    }

    .u-sp-only {
        display: block !important;
        width: 100%;
        height: 100%;
        object-fit: cover!important;
    }

    .card-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .card-link {
        height: 80px;
        border-radius: 10px;
    }

    .card-content {
        flex: 1;
        padding: 0 15px;
    }

    .card-text {
        font-size: 14px;
    }

    .card-icon img {
        width: 13px;
        height: 13px;
    }

    .category-title {
        font-size: 16px;
        margin: 32px 0 14px 0;
    }

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

/* 公式通販サイト */
/*---------- タブレット版 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;
    }
}

/* ふるさと納税バナーリンク */
/*---------- タブレット・SP共通　---------- */
@media screen and (max-width: 768px) {
    .furusato .inner {
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
        padding: 0;
    }

    .furusato-img {
        width: 100%;
        max-width: 100vw;
    }
}

/*---------- タブレット・SP共通 バナーずれ直し　2026/6/24追加　---------- */

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

    .mod-grid01-sp>*:nth-child(3n+1),
    .mod-grid02-sp>*:nth-child(3n+2),
    .mod-grid03-sp>*:nth-child(3n),
    .mod-grid03-sp>*:nth-child(n+4) {
        margin: 0;
    }
}