@charset "UTF-8";
/*============================================================
*    メインCSS
* ========================================================= */
/*--------------------------------------------
使い方
---------------------------------------------*/
/*--------------------------------------------
サイト幅・ブレイクポイント
---------------------------------------------*/
/*--------------------------------------------
フォントサイズ・余白などのレスポンシブ対応
---------------------------------------------*/
/*--------------------------------------------
メディアクエリ
---------------------------------------------*/
/*--------------------------------------------
ホバー
---------------------------------------------*/
/*--------------------------------------------
上下左右中央配置（センター配置）
---------------------------------------------*/
/*--------------------------------------------
line-clamp
---------------------------------------------*/
/* =================================================
*    共通(common)
* =============================================== */
body {
  font-family: var(--font-ja);
}

.p-page-home {
  padding-bottom: 0;
}

/* =================================================
*    ボタン(common)
* =============================================== */
.p-homeContentsUnderBtn {
  margin-top: 2.8rem;
}

.p-homeViewMoreBtn {
  min-height: 3rem;
  font-size: 1.5rem;
  padding: 0.3rem 4.1rem 0.3rem 0;
  border: none;
  background: url("../img/home/arrow_right_red.svg") no-repeat center right/2.6rem 2.6rem;
}

/* =================================================
*    タイトル(common)
* =============================================== */
.p-homeSection__title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: left;
  line-height: 1.3;
  font-family: var(--font-ja);
}
.p-homeSection__title span {
  display: block;
}
.p-homeSection__title--main {
  text-orientation: upright;
}
.p-homeSection__title--sub {
  font-family: var(--font-en);
  color: var(--color-primary);
}

/* =================================================
*    ヘッダー(common)
* =============================================== */
/* =================================================
*    フッター(common)
* =============================================== */
/* =================================================
*    メインビジュアル(common)
* =============================================== */
.m-featureSlide-slideController .m-featureSlide-slideController__prev {
  padding-right: 0;
}
.m-featureSlide-slideController .m-featureSlide-slideController__next {
  padding-left: 0;
}
.m-featureSlide-slideController .m-featureSlide-slideController__prev,
.m-featureSlide-slideController .m-featureSlide-slideController__next {
  background: transparent;
}
.m-featureSlide-slideController .m-featureSlide-slideController__prev > img,
.m-featureSlide-slideController .m-featureSlide-slideController__next > img {
  width: 100%;
}

.m-featureSlide-slidePagination .m-featureSlide-slidePagination__item {
  border: 0.1rem solid var(--color-red);
  border-radius: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-featureSlide-slidePagination .m-featureSlide-slidePagination__item.swiper-pagination-bullet-active {
  background-color: var(--color-red);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

/* =================================================
*    おすすめ(common)
* =============================================== */
.p-ranking-list {
  display: grid;
}
.p-ranking-list__item {
  width: 100%;
}

.c-product-head__picture {
  aspect-ratio: 1/1;
  overflow: hidden;
}

.c-product-head__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: cover;
     object-position: cover;
}

.c-product-sIcon__item {
  height: 1.8rem;
}
.c-product-sIcon__item img {
  height: 100%;
}

.c-product-head__status {
  padding: 0.2rem;
}

/* 通常価格と定期価格の併記 */
.c-product-body__price-subsc--regular {
  color: var(--color-gray-middle);
}

/* 通常価格と特別価格の併記 */
.c-product-body__price--sale .c-product-body__price-prime {
  color: #e83929;
}
.c-product-body__price--sale .c-product-body__price-default {
  font-size: 1.4rem;
  margin-left: 0.6rem;
}

/* =================================================
*    コンセプト(common)
* =============================================== */
.p-conceptSection .l-container {
  position: relative;
}

.p-concept-message-area {
  position: relative;
  background-color: var(--color-bg);
  background-repeat: no-repeat, no-repeat;
  z-index: 1;
}

.p-concept-title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
}

.p-concept-text {
  font-size: 1.4rem;
}

.p-concept-message-img,
.p-concept-img-box {
  position: absolute;
}

.p-concept-message-img {
  z-index: 2;
}

/* =================================================
*    お知らせ(common)
* =============================================== */
.p-news-section {
  background-color: var(--color-bg);
}

.p-homeNewsList {
  border-top: none;
}
.p-homeNewsList__item + .p-homeNewsList__item {
  margin-top: 0.3rem;
}

.p-homeNewsList-body {
  border-bottom: none;
}
.p-homeNewsList-body--link {
  padding: 2rem 2rem 1.5rem;
  background-color: var(--color-white);
}
.p-homeNewsList-body__time {
  color: var(--color-primary);
}
.p-homeNewsList-body__title {
  font-size: 1.4rem;
  font-family: var(--font-ja);
}

/* =====================================================================
*
*    pcレイアウト
*
* =================================================================== */
@media screen and (min-width: 992px) {
  /*--------------------------------------------
  使い方
  ---------------------------------------------*/
  /*--------------------------------------------
  サイト幅・ブレイクポイント
  ---------------------------------------------*/
  /*--------------------------------------------
  フォントサイズ・余白などのレスポンシブ対応
  ---------------------------------------------*/
  /*--------------------------------------------
  メディアクエリ
  ---------------------------------------------*/
  /*--------------------------------------------
  ホバー
  ---------------------------------------------*/
  /*--------------------------------------------
  上下左右中央配置（センター配置）
  ---------------------------------------------*/
  /*--------------------------------------------
  line-clamp
  ---------------------------------------------*/
  /*============================================================
  *    メインCSS
  * ========================================================= */
  /* =================================================
  *    レイアウト(pc)
  * =============================================== */
  .l-container {
    padding-right: 0;
    padding-left: 0;
  }
  .contents-inner {
    max-width: var(--container-default);
    width: 100%;
    margin-inline: auto;
  }
  .contents-inner--small {
    max-width: 90rem;
    margin-inline: auto;
  }
  .contents-innerma--off {
    margin-inline: unset;
  }
  /* =================================================
  *    タイトル(pc)
  * =============================================== */
  .p-homeSection__title--main {
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
  .p-homeSection__title--sub {
    font-size: 2.2rem;
  }
  /* =================================================
  *    ヘッダー(pc)
  * =============================================== */
  /* =================================================
  *    メインビジュアル(pc)
  * =============================================== */
  .m-featureSlide-slidePagination {
    gap: 1rem 1.5rem;
  }
  .m-featureSlide-slidePagination .m-featureSlide-slidePagination__item {
    width: 1.1rem;
    height: 1.1rem;
  }
  /* =================================================
  *    おすすめ(pc)
  * =============================================== */
  .p-ranking-wrap .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 5.6rem;
  }
  .p-ranking-wrap .p-homeSection__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-ranking-wrap .p-ranking-list-area {
    width: 101.6rem;
    margin-top: 2.8rem;
  }
  .p-ranking-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.2rem;
  }
  .p-ranking-list__item {
    width: 100%;
  }
  .c-product-body__price {
    margin-top: 0.4rem;
  }
  .c-product-sIcon__item {
    height: 1.8rem;
  }
  .c-product-sIcon__item img {
    height: 100%;
  }
  .c-product-sIcon__item:not(:has(img)) {
    display: none;
  }
  /* =================================================
  *    コンセプト(pc)
  * =============================================== */
  .p-conceptSection {
    margin-top: 9.7rem;
  }
  .p-conceptSection .l-container {
    padding-top: 3rem;
    padding-bottom: 20rem;
  }
  .p-concept-message-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 71.3rem;
    padding: 7rem 8rem 6.6rem 7rem;
    z-index: 1;
    background-image: url("../img/home/bg_concept_top_pc.png"), url("../img/home/bg_concept_bottom_pc.png");
    background-position: right 1rem top 1rem, left 1rem bottom 1rem;
    background-size: 8rem 8rem, 8rem 8rem;
  }
  .p-concept-title {
    font-size: 3rem;
    letter-spacing: 0.25em;
  }
  .p-concept-text {
    width: 40.3rem;
    margin-left: 6.4rem;
  }
  .p-concept-message-img {
    bottom: -10rem;
    left: 4.4rem;
    width: 24.5rem;
  }
  .p-concept-img-box {
    top: 0;
    right: 0;
    width: 46rem;
  }
  /* =================================================
  *    お知らせ(pc)
  * =============================================== */
  .p-news-section {
    padding-top: 9rem;
    padding-bottom: 7.4rem;
  }
  .p-news-section .contents-inner--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 5.5rem;
  }
  .p-news-section .p-homeSection__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-homeNewsList {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 77.6rem;
    margin-top: 3.6rem;
  }
  .p-homeNewsList-body--link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-homeNewsList-body--link:hover {
    opacity: 1;
  }
  .p-homeNewsList-body__time {
    width: calc(100% - 65.6rem);
    font-size: 1.2rem;
  }
  .p-homeNewsList-body__title {
    width: 63.6rem;
    margin-left: 2rem;
  }
  .p-homeNewsList-body__title span {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
/* =====================================================================
*
*    pcレイアウト(small)
*
* =================================================================== */
@media screen and (min-width: 768px) {
  .p-homeNewsList-body__title {
    max-width: initial;
  }
  /* =================================================
  *    メインビジュアル(pc-small)
  * =============================================== */
  .m-featureSlide-slideController__prev,
  .m-featureSlide-slideController__next {
    top: calc(48% - 2.5rem) !important;
  }
  .m-featureSlide-slideController__prev {
    left: 5rem !important;
  }
  .m-featureSlide-slideController__next {
    right: 5rem !important;
  }
  .m-featureSlide-slidePagination {
    margin-top: 2.3rem !important;
  }
}
/* =====================================================================
*
*    spレイアウト
*
* =================================================================== */
@media screen and (max-width: 991.9px) {
  /*--------------------------------------------
  使い方
  ---------------------------------------------*/
  /*--------------------------------------------
  サイト幅・ブレイクポイント
  ---------------------------------------------*/
  /*--------------------------------------------
  フォントサイズ・余白などのレスポンシブ対応
  ---------------------------------------------*/
  /*--------------------------------------------
  メディアクエリ
  ---------------------------------------------*/
  /*--------------------------------------------
  ホバー
  ---------------------------------------------*/
  /*--------------------------------------------
  上下左右中央配置（センター配置）
  ---------------------------------------------*/
  /*--------------------------------------------
  line-clamp
  ---------------------------------------------*/
  /*============================================================
  *    メインCSS
  * ========================================================= */
  /* =================================================
  *    タイトル(sp)
  * =============================================== */
  .p-homeSection__title {
    position: relative;
    left: 1.6rem;
    line-height: 1.7;
    margin: 0 auto;
  }
  .p-homeSection__title--main {
    position: relative;
    top: -0.3rem;
    font-size: 2.4rem;
    letter-spacing: 0.25em;
  }
  .p-homeSection__title--sub {
    font-size: 1.6rem;
  }
  /* =================================================
  *    ヘッダー(sp)
  * =============================================== */
  /* =================================================
  *    メインビジュアル(sp)
  * =============================================== */
  .m-featureSlide-slidePagination {
    gap: 1rem 1.6rem !important;
    margin-top: 1.7rem !important;
  }
  .m-featureSlide-slidePagination .m-featureSlide-slidePagination__item {
    width: 1rem;
    height: 1rem;
  }
  .m-featureSlide-slideController__prev,
  .m-featureSlide-slideController__next {
    top: calc(53.5% - 4.9rem) !important;
    width: 4rem !important;
    height: 4rem !important;
  }
  .m-featureSlide-slideController__prev {
    left: 1.6rem !important;
  }
  .m-featureSlide-slideController__next {
    right: 1.6rem !important;
  }
  /* =================================================
  *    おすすめ(sp)
  * =============================================== */
  .p-ranking-wrap {
    padding-top: 4.7rem;
  }
  .p-ranking-list-area {
    margin-top: 2.5rem;
  }
  .p-ranking-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.3rem;
  }
  .c-product-head__status {
    padding-right: 0;
  }
  .c-product-body__price {
    line-height: 1.21875;
    margin-top: 0.6rem;
  }
  .c-product-body__price-subsc + .c-product-body__price-subsc {
    margin-top: 0.4rem;
  }
  /* =================================================
  *    コンセプト(pc)
  * =============================================== */
  .p-conceptSection .l-container {
    width: 100%;
    padding-top: 10.6rem;
    padding-bottom: 25.5rem;
    overflow-x: hidden;
  }
  .p-concept-message-area {
    width: 100%;
    padding: 4.7rem 2rem 3.8rem;
    margin-inline: auto;
    background-image: url("../img/home/bg_concept_top_sp.png"), url("../img/home/bg_concept_bottom_sp.png");
    background-position: left 1rem top 1rem, right 1rem bottom 1rem;
    background-size: 7rem 7rem, 7rem 7rem;
  }
  .p-concept-title {
    height: 22rem;
    font-size: 2.4rem;
    margin: 0 auto;
    letter-spacing: 0.25em;
  }
  .p-concept-text {
    width: 100%;
    margin-top: 1.6rem;
  }
  .p-concept-message-img {
    top: -5rem;
    right: -5.3rem;
    width: 20.6rem;
  }
  .p-concept-img-box {
    bottom: 0;
    left: 0;
    width: 30rem;
    z-index: 3;
  }
  /* =================================================
  *    お知らせ(sp)
  * =============================================== */
  .p-news-section {
    padding-top: 5rem;
    padding-bottom: 6rem;
    margin-top: 6rem;
  }
  .p-news-section .contents-inner--small {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .p-homeNewsList {
    width: 100%;
    margin-top: 2.4rem;
  }
  .p-homeNewsList-body--link {
    padding: 1.8rem 2rem 1.7rem;
  }
  .p-homeNewsList-body__time {
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
  }
  .p-homeNewsList-body__title {
    width: 100%;
  }
  .p-homeNewsList-body__title span {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
/* =====================================================================
*
*    spレイアウト(small)
*
* =================================================================== */
/* =====================================================================
*
*    pcレイアウト（ミドル）
*
* =================================================================== */