:before, :after, :root{
  --header__logo-width: 220px;
  --header--height: 6rem;
  --header--offset-top: 1.8rem;
  --font-base__size: 13px;
  --content--max-width: 1216px;
  --input--height: 36px;
  --input-search--max-width: 180px;
  --header-icons--max-width: 170px;
  --nav-offset__items--max-width: calc(var(--input-search--max-width) + var(--header-icons--max-width));
}
.fs-p-drawerButton{ display:flex; }
.fs-c-productImageModal__contents,
.fs-c-productImageModal__close{ margin-top: 100px; }
.fs-pt-carousel img{ padding: 0 5px; }
.slick-track .fs-c-buttonContainer{ display: none; }
.fs-preview-header{
  position: fixed;
  z-index: 10002;
}
.fs-l-page{
  /*padding-top: var(--header--height);*/
  font-size: var(--font-base__size);
}
.fs-l-pageMain {
  margin-top: 18px;
}
.fs-l-header{
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: static;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  box-shadow: 0px 3px 2px -2px rgb(0 0 0 / 5%);
}
.fs-l-header__contents{
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  justify-content: left;
  height: var(--header--height);
  max-width: var(--content--max-width);
  margin: auto;
  position: relative;
  /*margin: 0 auto;*/
  /*max-width: 1216px;*/
  /*padding: 8px;*/
}
.fs-l-header__leftContainer{
  /*display: none;*/
}
.fs-l-header__logo,.fs-l-header__utility{
  display: flex;
  height: 100%;
}
.fs-l-header__utility{
  margin-left: auto;
  margin-right: 0;
} 
.fs-l-header__utility *:last-child{
  align-self: auto;
}
.fs-p-headerUtilityMenu{ display: none; }
.fs-p-headerNavigation__search,
.fs-p-headerNavigation__listItem:nth-child(2){
  display: none;
}
.fs-l-header__logo{ padding: 8px 0; }
.fs-p-logo{
  flex-direction: inherit;
  padding: 0 0;
}
.fs-p-logo__image{
  width: var(--header__logo-width);
  max-width: 30vw;
  vertical-align: middle;
  /*width: auto;*/
}
.fs-p-headerUtilityMenu__list{
  display: flex;
  font-size: var(--font-base__size);
  padding-top: var(--header--offset-top);
  /*padding-right: var(--nav-offset__items--max-width);*/
  padding-right: 10px;
  height: var(--header--height);
  line-height: var(--input--height);
}
.fs-pt-menu a{
  padding: 0;
  margin: 0;
}
.fs-p-headerNavBar{
  background: unset;
  border: none;
  color: #3c3c3c;
}
.fs-p-headerNavigation{
  flex-flow: nowrap;
  padding-top: var(--header--offset-top);
}
.fs-p-headerNavigation__listItem{
  min-width: auto;
}
.fs-p-headerNavigation__link:link{
  color: #3c3c3c;
}
.fs-p-headerNavigation__link:visited{
  color: #3c3c3c;
}
.fs-p-headerNavigation__link:hover{
  color: #3c3c3c;
}
.fs-p-headerNavigation__link:active{
  color: #3c3c3c;
}
.fs-p-headerNavigation__link{
  font-size: 9px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0 5px;
  margin: 0;
}
.fs-p-headerNavigation__link > i{
  font-size: 2.2rem;
}
.fs-p-headerNavigation__viewCartButton__label{
  /*font-size: 9px;*/
  /*padding-top: 2px;*/
}
.fs-p-cartItemNumber{
  top: -5px;
  right: 0;
}
.fs-p-drawer{
  box-shadow: none;
  transition-duration: 0.2s;
  min-width: 90vw;
}
.fs-p-drawer__loginLogout{ margin: 8px 0; }
.fs-p-drawer__myPage__link{
  border: 1px solid #212121;
  border-radius: 20px;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  text-decoration: none;
}
.fs-p-drawer__myPage__link:hover {
  background: #2559A8;
  color: #ffffff;
  text-decoration: none;
}
.fs-p-productDescription img{ display: block; }
.c-tit{
  font-weight: bold;
  letter-spacing: .08em;
  margin: 0;
  width: 100%;
}
.c-tit.c-tit--1{
  background-color: #F5EDE2;
  color: #333;
  font-size: 1.8rem;
  padding: 1.5rem 1.5rem 1.2rem;
}
.c-tit.c-tit--1.c-tit--1--1{ background-color: #eeeeee; }
.c-tit.c-tit--1.c-tit--1--2{ background-color: #f5ede2; }
.c-tit.c-tit--1.c-tit--1--3{ background-color: #e9eef3; }
.c-tit.c-tit--1.c-tit--1--4{ background-color: #eae5de; }
.c-tit.c-tit--1.c-tit--1--5{ background-color: #f9efef; }
.c-tit.c-tit--1.c-tit--1--6{ background-color: #cfe9e5; }
.c-tit.c-tit--2 {
  border-bottom: #000 dotted 1px;
  color: #333;
  font-size: 1.6rem;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.c-tit.c-tit--3 {
  background-color: #ffec70;
  text-align: center;
  font-size: 1.8rem;
  padding: 1.5rem 1.5rem 1.2rem;
}
.fs-c-subgroupList__item {
    flex-grow: 0;
    height: 4em;
}
.fs-c-accountService__page{ flex-basis: calc(100vw / 3 - 12px); }
.fs-c-accountService__page--couponList { flex-basis: 100%; }
@media screen and (min-width: 600px) {
  .fs-c-accountService__page{ flex-basis: 128px; }
}
@media screen and (min-width: 960px) {
  .fs-p-drawerButton{ display: none; }
  .fs-pt-carousel img{ max-width: 700px; }
  .fs-p-logo__image {
    max-height: 100px;
  }
  .fs-p-drawer{
    min-width: auto;
  }
  .fs-p-footerNavigationItem.ys-p-footerNavigationItem_x2 {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
  }
  .fs-p-footerNavigationItem.ys-p-footerlogo {
    margin: 10px;
  }
  .box._a {
    order: 1;
  }
  .box._b {
    order: 2;
  }
  .box._c {
    order: 3;
  }
  .fs-l-page{
    padding-top: var(--header--height);
  }
  .fs-l-header{
    position: fixed;
  }
  .fs-l-header__leftContainer{
    display: none;
  }
  .fs-p-headerUtilityMenu{
    display: flex;
  }
  .fs-p-headerNavigation__search{
    display: block;
    padding-right: 10px;
  }
  .fs-p-headerNavigation__listItem:not(:last-child){
    display: flex;
  }
  .fs-p-cartItemNumber{
    /*top: 2px;*/
    right: 2px;
  }
}

/* ドロワーメニューからPCのみ検索窓を消す */
  aside.fs-p-drawer.fs-l-sideArea h2:first-of-type,
  aside.fs-p-drawer.fs-l-sideArea div.fs-p-searchForm {
    display: none;
  }

@media screen and (min-width: 768px) and (max-width: 960px) {
  .fs-pt-carousel img{ max-width: 700px; }
  /* ys-p-footerlogo を1行目1列目に配置 */
  .fs-p-footerNavigationItem.ys-p-footerlogo {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  .box._a {
    order: 3;
  }
  .box._b {
    order: 1;
  }
  .box._c {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .box._a {
    order: 3;
  }
  .box._b {
    order: 1;
  }
  .box._c {
    order: 2;
  }
}
.button01 {
  background-color: #fff;
  border: solid 2px #2f4f4f;
  color: #2f4f4f;
  margin: 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
}
.button01:hover {
  color: #2f4f4f;
  text-decoration: none;
  background-color: #b0e0e6;
}
.button_attention {
  background-color: rgb(225, 39, 39);
  color: white !important;
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #eee;
  display: block;
  width: 100%;
  text-align:center;
}
.button_attention:hover {
  text-decoration: none;
  color: white;
  opacity: 0.6;
}
.fs-c-productMark__mark {
  line-height: 1.6;
  border-radius: unset;
  padding-left: 1rem;
  padding-right: 1rem;
  opacity: .8;
  margin-right: 5px;
  margin-bottom: 5px;
}
.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}
@media screen and (min-width: 1200px) {
  .fs-p-drawer__myPage{ display: none; }
}




/* お客様レビュー全体のレイアウト */
.top-review-section {
padding: 40px 20px 60px 20px; /* 上に30px、左右に20px、下に60pxの余白 */
  background-color: #fcfcf9;
  text-align: center;
  overflow: hidden;
}
.top-review-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}

/* スライダー全体の横幅調整 */
#review-slider {
  max-width: 1200px;
  margin: 0 auto;
}

/* 個々のレビューカード */
.top-review-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  text-align: left;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* 商品情報リンク部分 */
.review-product-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  margin-bottom: 15px;
}
.review-product-link:hover {
  opacity: 0.8; /* ホバーした時に少し薄くする */
}
.review-product-img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 12px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}
.review-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を正方形にトリミング */
}
.review-product-name {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  /* 2行以上の場合は「...」で省略する設定 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 仕切り線 */
.review-divider {
  border: 0;
  border-top: 1px solid #eee;
  margin: 0 0 15px 0;
}

/* 星マーク */
.top-review-stars {
  color: #ffb700;
  font-size: 16px;
  margin-bottom: 10px;
}

/* レビュー本文 */
.top-review-text {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
  flex-grow: 1; /* 余白を自動調整し高さを統一 */
}

/* 投稿者情報 */
.top-review-author {
  font-size: 11px;
  color: #888;
  display: block;
  text-align: right;
}

/* スライダーのドット調整 */
.splide__pagination {
  bottom: -30px !important;
}
.splide__pagination__page.is-active {
  background: #333 !important;
}

/* 【追加】「もっと見る」ボタンエリアのスタイル */
.top-review-btn-area {
  margin-top: 55px; /* スライダー（ドット）からの十分な余白 */
  text-align: center;
}
.more-review-button {
  display: inline-block;
  min-width: 260px; /* ボタンの横幅 */
  padding: 12px 20px;
  background-color: #fff;
  color: #004b87; /* ヤマソロ様の現在のボタン色（青系）に一時的に合わせています。黒にする場合は #333 に変更してください */
  border: 1px solid #004b87;
  border-radius: 20px; /* カプセル型の角丸（現在のサイトのボタンに類似） */
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.more-review-button span {
  font-size: 10px;
  margin-left: 5px;
  vertical-align: middle;
}
.more-review-button:hover {
  background-color: #004b87;
  color: #fff;
}

/* トップページ共通 見出し文字（スマート仕様） */
.top-section-title {
  /* 游ゴシック（YuGothic）を最優先にし、Mac・Windows両方でスマートな中太字（Medium）を表示する指定 */
font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif; /* サイト共通フォント */
  font-size: 24px;         /* ほんの少しだけ小さくして繊細さを出す */
  font-weight: 600;        /* 游ゴシックMediumの太さを指定 */
  color: #333;             /* 濃いグレー */
  margin: 0;
  padding: 40px 0 10px 0;  /* 上にしっかり空間を作り、左右は均等 */
  letter-spacing: 0.05em;  /* 文字の間隔をわずかに広げてスマートに */
  line-height: 1.2;
}