@charset "utf-8";

/*  トップページカルーセル
====================================*/
.fs-pt-carousel__slide img {
  max-width: 865px;
}
.fs-c-slick .slick-prev {
  left: calc((100vw - 865px) / 2 - 26px);
}
.fs-c-slick .slick-next {
  right: calc((100vw - 865px) / 2 - 26px);
}
.fs-c-slick .slick-dots {
  column-gap: 10px;
}
.fs-c-slick .slick-dots li button:before {
  font-size: 10px;
}


/*  Message
====================================*/
.hid-messageBoard {
  padding: 15px 15px;
  background-color: #dcdcdc;
}
.hid-messageBoard__content {
  text-align: center;
  font-size: 17px;
}

/*  Content
====================================*/
.hid-contentHeading {
  font-size: 35px;
  font-weight: bold;
  margin-top: 126px;
  margin-bottom: 21px;
  text-align: center;
}
.hid-contentHeading:first-of-type {
  margin-top: 80px;
}

.hid-content__button {
  margin-top: 70px;
  text-align: center;
}

.hid-content__link--more:link,
.hid-content__link--more:visited,
.hid-content__link--more:hover,
.hid-content__link--more:active {
  color: #fff;
}
.hid-content__link--more {
  display: inline-block;
  padding: 0.6em 2em;
  background-color: var(--hid-accent-color);
  color: #fff;
  font-size: 17px;
}
.hid-content__link--more::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: rotate(45deg);
}



/*  新着商品
====================================*/
.productListCarousel__newArrival .fs-c-productName__copy {
  display: none;
}
.productListCarousel__newArrival .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #000;
}



/*  カテゴリー
====================================*/
.hid-content__category .fs-pt-menu--lv1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 14px;
}
.hid-content__category .fs-pt-list__item {
  margin: 0;
}

/*  お知らせ
====================================*/
.hid-content__news .news-description,
.hid-content__news .news-more {
  display: none;
}
.hid-content__news .fs-pt-list__item {
  margin-top: 16px;
}
.hid-content__news .fs-pt-list__item:nth-of-type(n + 4) {
  display: none;
}
.hid-content__news .fs-pt-list__link {
  display: block;
}
.hid-content__news .news-list-header {
  display: flex;
  align-items: center;
}
.hid-content__news .news-list-header .news-title {
  order: 3;
}
.hid-content__news .news-list-header .news-date::after {
  content: "お知らせ";
  background-color: var(--hid-accent-color);
  margin-left: 10px;
  padding: 0.3em 0.5em;
  color: #fff;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
}
.hid-content__news .news-list-header .news-date {
  order: 1;
  background: none;
  color: unset;
  line-height: 1.2;
  margin-right: 10px;
  padding: 2px 4px 1.6px;
  font-size: 17px;
}
