.fs-c-breadcrumb__list--subgroup:nth-child(2){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(3){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(4){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(5){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(6){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(7){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(8){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(9){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(10){display:none;}
.fs-c-breadcrumb__list--subgroup:nth-child(11){display:none;}

/*会員情報入力画面の必須マーク「＊」を「必須」のテキスト表示に変更*/
.fs-c-requiredMark{
    overflow: visible;
    text-indent: 0;
    width:auto;
}
.fs-c-requiredMark::before{
    display: none;
}

/* （ご自宅）の改行調整 */
.fs-c-checkout-destination__name__home::after {
    display: inline;
}

/*通信欄ボタン指定*/
.fs-c-checkout-communicationInfo span.fs-c-button__label {
display: none;
}
.fs-c-checkout-communicationInfo button.fs-c-button--change--small:after {
content: 'ご要望を記入する';
}

/* gr964グループにおいてヘッダーのバナーを非表示 */
.fs-body-category-gr964 .header_image {
  display:none!important;
  }
/* gr964グループにおいてヘッダーのバナーを非表示（SP用） */
.fs-body-category-gr964 .header_image + .sp {
  display:none;
  }

/* gr971グループにおいてヘッダーのバナーを非表示 */
.fs-body-category-gr971 .header_image {
  display:none!important;
  }
/* gr971グループにおいてヘッダーのバナーを非表示（SP用） */
.fs-body-category-gr971 .header_image + .sp {
  display:none;
  }

/*ご自宅文言調整*/
.fs-c-checkout-multiDestination__info__name__home::after {
    display:inline-block;
}

/*プレビュー時の上部バーの非表示*/
.fs-preview-header { display: none; }

.t_c {
    text-align: center;
}


/* ----------------------------------------------------------------------- */
/* 2025年 デザイン改修                                                         */
/* ----------------------------------------------------------------------- */
a:hover {
    text-decoration: none !important;
    color: inherit !important;
}
/* 任意商品表示でスライダー無効化　(none-slick) */
@media all {
    .none-slick.fs-c-productListCarousel.fs-c-slick {
        display: block;
    }
    .none-slick span.fs-c-productListCarousel__ctrl {
        display: none !important;
    }
    .none-slick .fs-c-productListCarousel__list {
        display: block;
    }
    .none-slick div.slick-track {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
        grid-gap: 16px;
        width: 100% !important;
        transform: none !important;
    }
    .none-slick div.slick-track::before {
        content: none !important;
    }
    .none-slick article.fs-c-productListCarousel__list__item.fs-c-productListItem {
        min-width: 100%;
        margin: 0;
    }
}


/* ヘッダー */
@media all {
    .f25-header {
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
        position: fixed;
		top: 0;
		z-index: 999;
    }

    .f25-header__inner {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1026px;
        margin: 0 auto;
        height: 100%;
        align-items: center;
    }

    .f25-header__logo {
        width: 150px;
    }

    .f25-header__nav {
        margin-left: auto;
        margin-right: 24px;
        display: flex;
        align-items: center;
    }

    .f25-header__nav--list {
        display: flex;
    }

    .f25-header__nav-list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        column-gap: 40px;
        font-size: 15px;
        flex-wrap: wrap;
    }

    .f25-header__nav2 {
        display: flex;
        align-items: center;
    }

    .f25-header__nav2-list {
        display: flex;
        flex-wrap: wrap;
        column-gap: 13px;
    }

    .f25-header__nav2-item {
        width: 40px;
    }

    .f25-header__nav-link {
        font-size: 15px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }
}
@media all and (max-width: 768px) {
    .f25-header__nav {
        position: absolute;
        width: 100%;
        /* height: calc(100svh - 54px); */
        top: 54px;
        background-color: #ffffff;
        justify-content: center;
        text-align: center;
        height: 0;
        overflow: hidden;
        z-index: 998;
        transition: height 0.5s ease-in-out;
    }

    .is-open .f25-header__nav {
        height: calc(100svh - 54px);
        z-index: 999;
    }

    .fs25-header__btn {
        width: 21px;
        height: 18px;
        margin-left: 22px;
        /* margin-top: 19px; */
        position: relative;
    }

    .fs25-header__btn span {
        width: 100%;
        height: 2px;
        display: block;
        position: absolute;
        background-color: #222222;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .fs25-header__btn span::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #222222;
        top: -8px;
    }

    .fs25-header__btn span::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #222222;
        top: 8px;
    }

    .f25-header__logo {
        position: absolute;
        width: 117px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .f25-header__nav2 {
        margin-left: auto;
    }

    .f25-header__nav2-list {
        column-gap: 0;
    }

    .f25-header {
        height: 54px;
    }

    .f25-header__nav-list {
        display: block;
    }

    .f25-header__nav-item {
        padding: 15px 0;
    }
}


/* フッター */
@media all {
    .f25-footer {
        background-color: #f1f1f1;
        padding: 64px 0 25px;
    }

    .f25-footer__inner {
        width: 100%;
        max-width: 1056px;
        margin: 0 auto;
    }

    .f25-footer__row1 {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-bottom: 47px;
    }

    .f25-footer__navs {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        height: 146px;
        flex: 1;
    }

    .f25-footer__nav {
        border-left: solid 1px #ded9d8;
        padding-left: 39px;
        width: 100%;
        max-width: 250px;
    }

    .f25-footer__nav-link {
        font-size: 14px;
        line-height: 35px;
        color: #333;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }

    .fs25-footer__sns {
        margin-left: auto;
    }

    .f25-footer__sns-list {
        display: flex;
        column-gap: 40px;
    }

    .f25-footer__sns-item.youtube {
        width: 28px;
    }

    .f25-footer__sns-item.instagram {
        width: 28px;
    }

    .fs25-footer__row2 {
        display: flex;
        align-items: self-end;
        padding-bottom: 39px;
    }

    .f25-footer__nav4-list {
        display: flex;
        column-gap: 30px;
        padding-right: 30px;
    }

    .f25-footer__nav4-link {
        font-size: 12px;
        line-height: 24px;
        color: #333;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }

    .fs25-footer__logo {
        margin-left: auto;
        width: 212px;
    }

    .fs25-footer__copyright {
        text-align: center;
    }

    .fs25-footer__copyright p {
        font-size: 11px;
        color: #333;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }
}
@media all and (max-width: 768px) {
    .f25-footer {
        padding: 39px 21px 54px;
    }

    .f25-footer__navs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        height: auto;
        row-gap: 22px;
    }

    .f25-footer__nav.nav1 {
        grid-column: 1/3;
    }

    .fs25-footer__sns {
        position: absolute;
        right: 21px;
    }

    .f25-footer__sns-list {
        column-gap: 23px;
        align-items: center;
    }

    .f25-footer__nav4-list {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .fs25-footer__row2 {
        display: block;
        padding-bottom: 23px;
    }

    .fs25-footer__nav4 {
        border-top: solid 1px #E3E3E3;
        border-bottom: solid 1px #E3E3E3;
        padding-top: 28px;
        padding-bottom: 25px;
    }

    .fs25-footer__logo {
        margin: auto;
        padding-top: 48px;
    }

    .f25-footer__logo-image {
        width: 100%;
    }
}


/* MV */
@media all {
    .top-mv .pc-only {
        display: block;
    }
    .top-mv .sp-only {
        display: none;
    }
    .top-mv .fs-c-slick .slick-prev, .top-mv .fs-c-slick .slick-next {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #e1e1e1;
    }
}
@media all and (max-width: 768px) {
    .top-mv .pc-only {
        display: none;
    }
    .top-mv .sp-only {
        display: block;
    }
    .top-mv .fs-c-slick .slick-prev, .top-mv .fs-c-slick .slick-next {
        width: 40px;
        height: 40px;
    }

    .top-mv .fs-c-slick .slick-prev::before, .top-mv .fs-c-slick .slick-next::before {
        font-size: 26px;
    }
}

/* 重要なお知らせ */
@media all {
    .notice-box {
        max-width: 800px;
        margin: 10px auto;
        padding: 10px;
        border: 2px #d21819 solid;
        line-height: 1.4;
        text-align: left;
    }

    .notice-title {
        font-size: 14px;
        color: #c00;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: center;
        font-family: "Noto Serif JP", serif;
    }

    .notice-text {
        font-size:12px;
        color: #c00;
        margin: 0;
        text-align: center;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }
}
@media all and (max-width: 768px) {
    .notice-box {
        margin: 0 15px;
        padding: 15px;
    }
}


/* カテゴリー */
@media all {
    .top-category__title h2 {
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        color: #4C4C4C;
        text-align: center;
        padding-bottom: 40px;
        padding-top: 66px;
    }

    .top-category__menu {
        display: flex;
        justify-content: space-between;
        width: calc(100% - 20px);
        max-width: 1024px;
        margin: 0 auto;
        padding-bottom: 79px;
    }

    .top-category__menu img {
        display: block;
    }

    .top-category__menu span {
        display: block;
        text-align: center;
        padding-top: 14px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
        font-weight:bold;
    }
}
@media all and (max-width: 768px) {
    .top-category__title h2 {
        font-size: 24px;
        padding-top: 39px;
        padding-bottom: 25px;
    }

    .top-category__menu {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        max-width: 351px;
        gap: 31px 37px;
    }

    .top-category__menu span {
        font-size: 12px;
    }

    .top-category__menu li:nth-child(3) span {
        margin: 0 -3px;
    }
}


/* ブログ */
@media all {
    .top-blog {
        background-color: #F1F1F1;
        padding-bottom: 60px;
    }

    .top-blog__inner {
        width: calc(100% - 20px);
        max-width: 1077px;
        margin: 0 auto;
    }

    .top-blog__title h2 {
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-style: normal;
        color: #4C4C4C;
        text-align: center;
        padding-bottom: 40px;
    }

    .top-blog__title {
        padding-top: 66px;
        position: relative;
    }

    .top-blog__btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 211px;
        height: 50px;
        border-radius: 25px;
        background-color: #ffffff;
        border: solid 1px #222222;
        font-size: 16px;
        right: 0;
        top: 66px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }

    .top-blog__btn a:hover {
        background-color: #3868AA;
        border: none;
        color: #ffffff !important;
    }

    .top-blog__menu {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 40px;
    }
    .top-blog__menu li:nth-child(4) {
        display: none;
    }

    .top-blog__menu figure {
        width: 100%;
        aspect-ratio: 331 / 183;
        margin: 0;
        margin-bottom: 16px;
        grid-column: 1/3;
    }

    .top-blog__menu figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top-blog__menu a {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 13px;
    }

    .top-blog__menu .date {
        margin: 0;
        float: none;
        font-size: 12px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }

    .top-blog__menu .category {
        font-size: 12px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }

    .top-blog__menu h3 {
        padding-top: 13px;
        font-size: 16px;
        font-weight: 700;
        grid-column: 1/3;
        padding-bottom: 23px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
        color: #333;
    }

    .top-blog__menu p {
        grid-column: 1/3;
        font-size: 16px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
        color: #333;
    }
}
@media all and (max-width: 768px) {
    .top-blog__inner {
        width: calc(100% - 40px);
    }

    .top-blog__title {
        padding-top: 39px;
    }

    .top-blog__title h2 {
        font-size: 24px;
        text-align: left;
    }

    .top-blog__btn a {
        width: 156.47px;
        height: 35px;
        border-radius: 17.5px;
        font-size: 12px;
        top: 35px;
    }

    .top-blog__menu {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }

    .top-blog__menu li:nth-child(4) {
        display: block;
    }

    .top-blog__menu figure {
        margin-bottom: 8.7px;
    }

    .top-blog__menu .category {
        font-size: 8px;
    }

    .top-blog__menu .date {
        font-size: 8px;
        padding-left: 0;
    }

    .top-blog__menu h3 {
        padding-top: 5px;
        font-size: 12px;
        padding-bottom: 8px;
    }

    .top-blog__menu p {
        font-size: 10px;
    }

    .top-blog {
        padding-bottom: 40px;
    }

}

/* ランキング */
@media all {
    .top-ranking__inner {
        width: calc(100% - 40px);
        margin: 0 auto;
        max-width: 1140px;
        padding-top: 50px;
        padding-bottom: 60px;
        border-bottom: solid 1px #EFEFEF;
    }

    .top-ranking__title {
        position: relative;
        padding-bottom: 56px;
    }

    .top-ranking__title h2 {
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        text-align: center;
        line-height: 50px;
        color: #4C4C4C;
    }

    .top-ranking .fs-p-heading--lv2 {
        display: none;
    }

    .top-ranking .fr2-productList--col5 {
        column-gap: 25px;
        counter-set: cnt 0;
    }

    .top-ranking .fr2-productListItem:nth-child(n+6) {
        display: none;
    }

    .top-ranking .fr2-productListItem {
        counter-increment: cnt 1;
    }

    .top-ranking .fr2-productListItem__link {
        position: relative;
    }

    .top-ranking .fr2-productListItem__link::before {
        content: counter(cnt);
        display: flex;
        position: absolute;
        width: 48px;
        height: 48px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #E3E3E3;
        top: -21px;
        left: -10px;
        color: #ffffff;
        font-size: 24px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
        z-index: 1;
    }

    .top-ranking .fr2-productListItem:nth-child(1) .fr2-productListItem__link::before {
        background-color: #DCD168;
    }

    .top-ranking .fr2-productListItem:nth-child(2) .fr2-productListItem__link::before {
        background-color: #B7B6A7;
    }

    .top-ranking .fr2-productListItem:nth-child(3) .fr2-productListItem__link::before {
        background-color: #99755C;
    }

    .top-ranking .fr2-productListItem__imageContainer {
        aspect-ratio: 1/1;
        padding-bottom: 10px;
    }

    .top-ranking .fr2-productListItem__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top-ranking .fr2-productListItem__productName {
        font-size: 12px;
        line-height: normal;
        margin: 0;
        padding-bottom: 12px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }

    .top-ranking .fr2-productListItem__productPrice.fr2-price {
        font-size: 12px;
        line-height: normal;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }

    .top-ranking .fr2-price__addon {
        font-size: 11px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }
}
@media all and (max-width: 768px) {
    .top-ranking__inner {
        padding-top: 46px;
    }
    .top-ranking__title {
        padding-bottom: 46px;
    }
    .top-ranking__title h2 {
        font-size: 24px;
        line-height: normal;
        text-align: left;
    }

    .top-ranking .fr2-productList--col5 {
        display: flex;
        column-gap: 0;
        row-gap: 27px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .top-ranking .fr2-productListItem:nth-child(1) {
        width: calc((100% - 25px) /2);
    }

    .top-ranking .fr2-productListItem:nth-child(2) {
        width: calc((100% - 25px) / 2);
    }

    .top-ranking .fr2-productListItem:nth-child(3) {
        width: calc((100% - 24px) /3);
    }

    .top-ranking .fr2-productListItem:nth-child(4) {
        width: calc((100% - 24px) /3);
    }

    .top-ranking .fr2-productListItem:nth-child(5) {
        width: calc((100% - 24px) /3);
    }

    .top-ranking .fr2-productListItem__productName {
        font-size: 10px;
        padding-bottom: 10px;
    }

    .top-ranking .fr2-productListItem__productPrice.fr2-price {
        font-size: 10px;
    }

    .top-ranking .fr2-price__addon {
        font-size: 10px;
    }

    .top-ranking .fr2-productListItem__link::before {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}


/* カテゴリー記事一覧 */
@media all {
    .top-cateitem__inner {
        width: calc(100% - 40px);
        margin: 0 auto;
        max-width: 1140px;
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .top-cateitem__title {
        position: relative;
        padding-bottom: 30px;
    }

    .top-cateitem__title h2 {
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        text-align: center;
        line-height: 50px;
        color: #4C4C4C;
    }

    .top-cateitem__btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 211px;
        height: 50px;
        border-radius: 25px;
        border: solid 1px #222;
        top: 0;
        right: 0;
        font-size: 16px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }
    .top-cateitem__btn a:hover {
        background-color: #3868AA;
        border: none;
        color: #ffffff !important;
    }
    .fs-c-productName__copy,.fs-c-productName__name,.fs-c-productPrice__addon__label{
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }


    .top-cateitem__menu .fs-c-productPrice__main {
        color: #333333;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }

    .top-cateitem__menu .fs-c-productPrice .fs-c-productPrice__main__price {
        font-size: 14px !important;
        color: #333333 !important;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }

    .top-cateitem__menu .fs-c-productListItem__control.fs-c-buttonContainer {
        display: none;
    }

    .top-cateitem__menu .fs-c-productListItem__notice {
        display: none;
    }

    .top-cateitem__menu .none-slick div.slick-track {
        gap: 30px;
    }
}
@media all and (max-width: 768px) {
    .top-cateitem__inner {
        padding-top: 46px;
    }

    .top-cateitem__title {
        padding-bottom: 17px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }

    .top-cateitem__title h2 {
        font-size: 24px;
        line-height: normal;
        text-align: left;
        flex-shrink: 1; 
    }

    .top-cateitem__btn a {
        width: 156.47px;
        height: 35px;
        border-radius: 17.5px;
        font-size: 12px;
        position: static;
        flex-shrink: 0;
    }

    .top-cateitem__menu .none-slick div.slick-track {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 18px;
    }

    .top-cateitem__menu .fs-c-productName__name {
        font-size: 9px;
        line-height: normal;
    }

    .top-cateitem__menu .fs-c-productName__copy {
        font-size: 10px;
        line-height: normal;
        padding-bottom: 10px;
    }

    .top-cateitem__menu .fs-c-productPrice__main__label {
        font-size: 10px !important;
    }

    .top-cateitem__menu .fs-c-productPrice .fs-c-productPrice__main__price {
        font-size: 10px !important;
    }

    .top-cateitem__menu .fs-c-productPrice__addon__label {
        font-size: 10px;
    }
}


/* Instagram */
@media all {
    .top-instagram__inner {
        width: calc(100% - 40px);
        max-width: 1140px;
        margin: 0 auto;
        padding-top: 72px;
        padding-bottom: 128px;
        border-top: solid 1px #EFEFEF;
    }

    .top-instagram__title h2 {
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        text-align: center;
        padding-bottom: 42px;
        color: #4C4C4C;
    }

    .top-instagram__menu {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 22px 24px;
        padding-bottom: 65px;
    }

    .top-instagram__btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 211px;
        height: 50px;
        border-radius: 25px;
        border: solid 1px #222;
        font-size: 16px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }
}
@media all and (max-width: 768px) {
    .top-instagram__inner {
        padding-top: 48px;
        padding-bottom: 75px;
    }

    .top-instagram__title h2 {
        font-size: 24px;
        text-align: left;
    }

    .top-instagram__menu {
        grid-template-columns: repeat(3, 1fr);
        gap: 17px 15px;
        padding-bottom: 30px;
    }

    .top-instagram__btn a {
        width: 156.47px;
        height: 35px;
        border-radius: 17.5px;
        font-size: 12px;
    }
}


/* レビュー */
@media all {
    .top-review__inner {
        width: calc(100% - 40px);
        margin: 0 auto;
        max-width: 1080px;
        padding-bottom: 97px;
    }

    .top-review__title {
        position: relative;
        padding-bottom: 70px;
    }

    .top-review__title h2 {
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        text-align: center;
        line-height: 50px;
        color: #4C4C4C;
    }

    .top-review__btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 211px;
        height: 50px;
        border-radius: 25px;
        border: solid 1px #222;
        top: 0;
        right: 0;
        font-size: 16px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }
    .top-review__btn a:hover {
        background-color: #3868AA;
        border: none;
        color: #ffffff !important;
    }

    .top-review__menu {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 40px;
    }

    .top-review .fs-c-reviewInfo__reviewer {
        display: none;
    }

    .top-review .fs-c-reviewInfo__date dt {
        display: none;
    }

    .top-review .fs-c-reviewInfo__date dd {
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }

    .top-review .fs-c-reviewList__item {
        display: block;
        border: none;
        box-shadow: 0 4px 10px rgba(0,0,0,0.25);
        border-radius: 20px;
        padding: 30px 20px;
    }

    .top-review .fs-c-productImage__image {
        margin: 0 auto;
    }

    .top-review .fs-c-productName__name {
        font-size: 14px;
        line-height: normal;
        padding-bottom: 9px;
    }

    .top-review .fs-c-reviewStars::before {
        color: #FFCC00;
    }

    .top-review .fs-c-reviewList__item__info {
        flex-direction: unset;
        align-items: center;
    }

    .top-review .fs-c-reviewList__item__body {
        padding: 0;
        border: none;
        font-size: 14px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
        line-height: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7; /* 任意の行数を指定 */
    }
}
@media all and (max-width: 768px) {
    .top-review__inner {
        padding-bottom: 70px;
    }

    .top-review__title {
        padding-bottom: 30px;
    }

    .top-review__title h2 {
        font-size: 24px;
        line-height: normal;
        text-align: left;
    }

    .top-review__btn a {
        width: 156.47px;
        height: 35px;
        border-radius: 17.5px;
        font-size: 12px;
    }

    .top-review__menu {
        grid-template-columns: 1fr;
        row-gap: 22px;
    }

    .top-review .fs-c-reviewList__item {
        display: grid;
        grid-template-columns: 106px 1fr;
        column-gap: 28px;
        padding: 27px 22px;
        position: relative;
    }

    .fs-c-reviewList__item__product {
        grid-column: 2/3;
    }

    .top-review .fs-c-reviewProduct__image {
        position: absolute;
        left: 22px;
        width: 100%;
        max-width: 106px;
    }

    .top-review .fs-c-reviewList__item__info {
        grid-column: 2/4;
        display: block;
    }

    .top-review .fs-c-reviewList__item__body {
        grid-column: 1/3;
        -webkit-line-clamp: 6;
    }
}


/* お手入れの基礎知識　*/
@media all {
    .top-care {
        background-color: #F1F1F1;
        padding-top: 75px;
        padding-bottom: 84px;
    }
    .top-care__inner {
        width: calc(100% - 40px);
        margin: 0 auto;
        max-width: 1072px;
    }

    .top-care__title {
        position: relative;
        padding-bottom: 70px;
    }

    .top-care__title h2 {
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        text-align: center;
        line-height: 50px;
        color: #4C4C4C;
    }

    .top-care__title h2 br {
        display: none;
    }

    .top-care__btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 211px;
        height: 50px;
        border-radius: 25px;
        border: solid 1px #222;
        top: 0;
        right: 0;
        font-size: 16px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }
    .top-care__btn a:hover {
        background-color: #3868AA;
        border: none;
        color: #ffffff !important;
    }

    .top-care__menu {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 44px;
    }

    .top-care__menu .col2 {
        width: calc((100% - 48px)/2);
    }

    .top-care__menu .col3 {
        width: calc((100% - 50px) / 3);
    }

    .top-care__menu figure {
        margin: 0;
        padding-bottom: 9px;
    }

    .top-care__menu p {
        font-size: 16px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
        color: #333;
    }
}
@media all and (max-width: 768px) {
    .top-care {
        padding-top: 54px;
        padding-bottom: 61px;
    }

    .top-care__title {
        padding-bottom: 30px;
    }

    .top-care__title h2 {
        font-size: 24px;
        line-height: normal;
        text-align: left;
    }

    .top-care__title h2 br {
        display: block;
    }

    .top-care__btn a {
        width: 156.47px;
        height: 35px;
        border-radius: 17.5px;
        font-size: 12px;
        top: 17px;
    }
    .top-care__menu .col2 {
        width: calc((100% - 16px) / 2);
    }

    .top-care__menu .col3 {
        width: calc((100% - 20px) / 3);
    }

    .top-care__menu {
        row-gap: 16px;
    }

    .top-care__menu p {
        font-size: 12px;
        line-height: normal;
    }
}


/* ピックアップ　*/
@media all {
    .top-pickup {
        padding-top: 75px;
        padding-bottom: 84px;
    }
    .top-pickup__inner {
        width: calc(100% - 40px);
        margin: 0 auto;
        max-width: 1072px;
    }

    .top-pickup__title {
        position: relative;
        padding-bottom: 70px;
    }

    .top-pickup__title h2 {
        font-size: 36px;
        font-family: "Noto Serif JP", serif;
        text-align: center;
        line-height: 50px;
        color: #4C4C4C;
    }

    .top-pickup__btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 211px;
        height: 50px;
        border-radius: 25px;
        border: solid 1px #222;
        top: 0;
        right: 0;
        font-size: 16px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
    }
    .top-pickup__btn a:hover {
        background-color: #3868AA;
        border: none;
        color: #ffffff !important;
    }
    .top-pickup__menu a {
        display: block;
        position: relative;
        padding: 0 30px;
    }

    .top-pickup__menu figure {
        margin: 0;
        margin-right: 420px;
        aspect-ratio: 733 / 420;
    }

    .top-pickup__menu figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top-pickup__menu .box {
        position: absolute;
        width: 420px;
        height: 100%;
        top: 0;
        right: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 31px;
    }

    .top-pickup__menu .box h3 {
        font-size: 24px;
        padding-bottom: 10px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
        color: #333;
    }

    .top-pickup__menu .box p {
        font-size: 16px;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
        color: #333;
    }
    .top-pickup__menu .slick-arrow {
        display: block;
        width: 81px;
        height: 72px;
        background-color: rgba(225,225,225,0.8) !important;
        border-radius: 50%;
        z-index: 2;
    }

    .top-pickup__menu .slick-next {
        right: 30px;
    }

    .top-pickup__menu .slick-next::before {
        font-family: 'fs-icon';
        content: "\e90c";
        color: #ffffff;
        font-size: 52px;
    }

    .top-pickup__menu .slick-prev::before {
        content: "\e90b";
        font-family: 'fs-icon';
        color: #ffffff;
        font-size: 52px;
    }

    .top-pickup__menu .slick-prev {
        left: 30px;
    }


}
@media all and (min-width: 1081px) {
    .top-pickup__menu .slick-slide {
        max-width: 1080px;
        width: 100% !important;
    }
    .top-pickup__menu .slick-current {
        max-width: 1080px;
        width: 100% !important;
        margin: auto;
    }
}
@media all and (max-width: 1080px) and (min-width: 769px) {
    .top-pickup__menu .slick-slide {
        max-width: 768px;
        width: 100% !important;
    }
    .top-pickup__menu .slick-current {
        max-width: 768px;
        width: 100% !important;
        margin: auto;
    }
    .top-pickup__menu figure {
        margin-right: 300px;
    }
    .top-pickup__menu .box {
        width: 300px;
    }
}
@media all and (max-width: 768px) {
    .top-pickup {
        padding-top: 54px;
        padding-bottom: 61px;
    }

    .top-pickup__title {
        padding-bottom: 30px;
    }

    .top-pickup__title h2 {
        font-size: 24px;
        line-height: normal;
        text-align: left;
    }

    .top-pickup__btn a {
        width: 156.47px;
        height: 35px;
        border-radius: 17.5px;
        font-size: 12px;
        top: 17px;
    }

    .top-pickup__menu figure {
        margin: 0;
        aspect-ratio: 400/234;
    }

    .top-pickup__menu a {
        padding: 0;
    }

    .top-pickup__menu .box {
        position: relative;
        width: 100%;
        max-width: 325px;
        padding: 25px 22px;
        background-color: rgba(255,255,255,0.84);
        margin-top: -38px;
        left: 0;
    }

    .top-pickup__menu .box h3 {
        font-size: 20px;
        line-height: 27px;
        padding-bottom: 15px;
    }

    .top-pickup__menu .box p {
        font-size: 14px;
        line-height: normal;
    }

    .top-pickup__menu .slick-arrow {
        width: 43px;
        height: 35px;
    }

    .top-pickup__menu .slick-next::before {
        font-size: 32px;
    }

    .top-pickup__menu .slick-prev::before {
        font-size: 32px;
    }

    .top-pickup__menu .slick-prev {
        left: 5px;
    }

    .top-pickup__menu .slick-next {
        right: 5px;
    }
}


/* メニュー */
@media all {
    .top-menu__inner {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        padding-bottom: 100px;
    }

    .top-menu__menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border-left: solid 1px #d9d9d9;
        border-top: solid 1px #d9d9d9;
    }

    .top-menu__menu li {
        aspect-ratio: 540/250;
    }

    .top-menu__menu a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        border-right: solid 1px #d9d9d9;
        border-bottom: solid 1px #d9d9d9;
    }

    .top-menu__menu .box {
        display: grid;
        grid-template-columns: 84px auto;
        justify-content: center;
        align-items: center;
        column-gap: 14px;
        padding: 30px 20px;
    }

    .top-menu__menu figure {
        margin: 0;
    }

    .top-menu__menu p {
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", helvetica, sans-serif;
        font-size: 24px;
        line-height: normal;
        color: #333;
    }
}
@media all and (max-width: 768px) {
    .top-menu__inner {
        padding-bottom: 60px;
    }

    .top-menu__menu .box {
        grid-template-columns: 31px auto;
        padding: 20px;
    }

    .top-menu__menu p {
        font-size: 12px;
    }
}


/* トップへ */
@media all {
    .goTop {
        position: fixed;
        right: 15px;
        bottom: 20px;
    }

    .goTop__link {
        display: block;
        width: 81.9px;
        height: 81.9px;
        border: solid 1px #DED9D8;
        border-radius: 50%;
        background-color: rgba(225,225,225,05);
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media all and (max-width: 768px) {
    .goTop {
        display: none;
    }
}


/* ----------------------------------------------------------------------- */
/* 下層ページの2025年ヘッダー・フッター対応                                         */
/* ----------------------------------------------------------------------- */
.fs-l-page {
    padding-top: 80px !important;
}
@media all and (max-width: 768px) {
	.fs-l-page {
		padding-top: 54px !important;
	}
}

.f25-header ul {
    list-style: none !important;
}

.f25-header__nav-item{
    color: #333 !important;
}

.f25-header__nav-link {
        letter-spacing: normal !important;
    }

.f25-footer ul {
    list-style: none !important;
}

a[href^="mailto"] {
    color: #333 !important;
}