@charset 'UTF-8';

/**
 * Products Page Settings
 * ================================================================================
 * Table of Contents:
 *
 * Products Page Settings
 *  - Key Visual
 *  - Tab
 *  - Pickup
 *  - Product List
 *  - Shop
 * ================================================================================
 */



/**
 * ================================================================================
 * Products Page Settings
 * ================================================================================
 */

body.page-products.is-scrolldown .l-header._sticky {
  visibility: hidden;
  opacity: 0;
}

body.page-products.is-tab-sticky .l-main {
  padding-top: 17.6rem;
}

body.page-products.is-tab-sticky.is-filter-sticky .l-main {
  padding-top: 23.0rem;
}


/**
 * Key Visual
 * -------------------------------
 */

.page-products .kv {
  margin-bottom: 2.0rem;
}


/**
 * Tab
 * -------------------------------
 */

body.page-products .shinki-product-tab {
  display: flex;
  position: relative;
  top: 0;
  width: 100%;
  padding: 0 1.25rem;
  background-color: #fff;
  z-index: 20;
}

body.page-products .shinki-product-tab._sticky {
  position: fixed;
  top: 6.0rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: var(--max-width-container);
}

body.page-products.is-scrolldown .shinki-product-tab._sticky {
  visibility: hidden;
  opacity: 0;
}

body.page-products .shinki-product-tab::after {
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  width: 100%;
  height: 1.5rem;
  opacity: 0.15;
  background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
}

body.page-products .shinki-product-tab._sticky::after {
  display: none;
}

body.page-products .shinki-product-tab__item {
  flex: 1;
  margin: 0 0.25rem;
}

body.page-products .shinki-product-tab__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.6rem;
  padding: 0.5rem;
  border: none;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  background-color: #f0f0f0;
  color: #656565;
  /* font-size: 1.55rem; */
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

body.page-products .shinki-product-tab__item._current .shinki-product-tab__button {
  background-color: var(--color-idbrown);
  color: #fff;
}

body.page-products .shinki-product-filter-container {
  position: relative;
}

body.page-products .shinki-product-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0;
  padding: 1.0rem 1.5rem;
  list-style: none;
  border-radius: 0;
  background-color: #fff;
}

body.page-products .shinki-product-filter:not(._visible) {
  display: none;
}

body.page-products .shinki-product-filter._sticky {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  flex-wrap: nowrap;
  max-width: var(--max-width-container);
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}

body.page-products.is-scrollup .shinki-product-filter._sticky {
  top: 11.6rem;
}

body.page-products .shinki-product-filter._scrollUp {
  top: 64px;
}

body.page-products .shinki-product-filter__item {
  display: inline-flex;
  align-items: center;
}

body.page-products .shinki-product-filter__item input[type="checkbox"] {
  display: none;
}

body.page-products .shinki-product-filter__item label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.4rem;
  padding: 0.5rem 2.0rem;
  border-radius: 100rem;
  border: 0.1rem solid #cdcdcc;
  background-color: #fff;
  color: #121212;
  font-size: 1.4rem;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

body.page-products .shinki-product-filter__item input[type="checkbox"]:checked + label {
  background-color: #f3f6e8;
  color: #76952f;
  border-color: #76952f;
}


/**
 * Pickup
 * -------------------------------
 */

body.page-products .pickup-slider {
  display: none;
  margin: 0 auto 4.0rem;
}

body.page-products .pickup-slider._visible {
  display: block;
}

body.page-products .pickup-slider > .pickup-slider__head {
  margin-top: 3.5rem;
}

body.page-products .pickup-slider + .pickup-slider__head > .pickup-slider__title {
  margin-bottom: 1.0rem;
}

body.page-products .pickup-slider__title {
  position: relative;
  padding-bottom: 2.0rem;
  margin-bottom: 2.0rem;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

body.page-products .pickup-slider__title::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 5.4rem;
  height: 0.5rem;
  background-color: var(--color-idgreen);
  content: '';
}

body.page-products .pickup-slider__main {
  position: relative;
}

body.page-products .pickup-slider__swiper {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}

body.page-products .pickup-slider__swiper .swiper-wrapper {
  height: auto;
}

body.page-products .pickup-slider__swiper .swiper-slide {
  overflow: hidden;
  margin-left: 0;
  box-shadow: none;  
  background-color: #fff;
}

body.page-products .pickup-slider__swiper .swiper-pagination {
  position: relative;
}

body.page-products .pickup-slider__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

body.page-products .pickup-slider__image-wrap {
  width: 100%;
}

body.page-products .pickup-slider__image {
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  height: auto;
  object-fit: contain;
}

body.page-products .pickup-slider__body {
  padding: 1.0rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  background: linear-gradient(180deg, #eee, transparent);
}

body.page-products .pickup-slider__tag {
  align-self: flex-start;
  padding: 0.4rem 1.2rem;
  border-radius: 100rem;
  background: #f2f2f2;
  font-size: 1.2rem;
}

body.page-products .pickup-slider__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
  color: var(--color-ttl);
}

body.page-products .pickup-slider__meta > * + * {
  margin-top: 0.5rem;
}

body.page-products .pickup-slider__name {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-ttl)
}

.pickup-slider__price {
  display: flex;
  width: 100%;
  height: auto;
  margin-left: -0.8rem;
}

.pickup-slider__price-standard,
.pickup-slider__price-sale {
  margin-left: 0.8rem;
}

.pickup-slider__price-standard ._zeinuki,
.pickup-slider__price-standard ._zeikomi,
.pickup-slider__price-sale ._zeinuki,
.pickup-slider__price-sale ._zeikomi {
  display: inline-block;
}

.pickup-slider__price-standard ._zeinuki,
.pickup-slider__price-sale ._zeinuki {
  font-size: 1.5rem;
  font-weight: 700;
}

.pickup-slider__price-standard ._zeikomi,
.pickup-slider__price-sale ._zeikomi {
  color: #333;
  font-size: 1.3rem;
}

body.page-products .pickup-slider__quantity-main {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  border-radius: 0.22rem;
  border: 0.1rem solid #afafaf;
  background-color: #fff;
  font-size: 1.0rem;
  line-height: 1.4;
}

body.page-products .pickup-slider__text {
  margin-top: 0.8rem;
}

body.page-products .pickup-slider__text li {
  position: relative;
  margin-top: 0.6rem;
  padding-left: 1em;
  font-size: 1.3rem;
}

body.page-products .pickup-slider__text li:nth-of-type(1) {
  margin-top: 0;
}

body.page-products .pickup-slider__text li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #9e9e9e;
  content: '';
}

body.page-products .pickup-slider__pagination {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  pointer-events: auto;
}

body.page-products .pickup-slider__pagination .swiper-pagination-bullet {
  width: 1.0rem;
  height: 1.0rem;
  border-radius: 50%;
  border: 0.1rem solid #cdcdcc;
  background-color: #fff;
  opacity: 1;
  transition: background 0.25s ease-out, transform 0.25s ease-out;
}

body.page-products .pickup-slider__pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: var(--color-idgreen)
}


/**
 * Product List
 * -------------------------------
 */

body.page-products .shinki-product-list-wrapper {
  margin: 1.5rem auto 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

body.page-products .shinki-product-list__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

body.page-products .shinki-product-list__item {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  display: none;
}

body.page-products .shinki-product-list__item._show {
  display: block;
}

body.page-products .shinki-product-list__item._show._showTransition {
  opacity: 1;
  transform: translateY(0);
}

body.page-products .shinki-product-list__item-inner {
  background: #fff;
  overflow: hidden;
  padding: 0 0 1.6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.page-products .shinki-product-list__item-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

body.page-products .shinki-product-list__item-figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body.page-products .shinki-product-list__item-name {
  display: block;
  padding: 1.0rem 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}

body.page-products .shinki-product-list__item-temperature {
  display: inline-block;
  width: fit-content;
  margin: 0 0.4rem;
  padding: 0.4rem 0.6rem;
  border-radius: 0.3rem;
  border: 0.1rem solid #ccc;
  background-color: #fff;
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

body.page-products .shinki-product-list__item-review {
  margin: 1.2rem 0.4rem 0;
}

body.page-products .shinki-product-list__annotation {
  margin: 3.2rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 1.0rem;
  line-height: 1.6;
  color: #7b736d;
  text-align: center;
}

body.page-products .shinki-product-list__annotation li + li {
  margin-top: 0.8rem;
}

body.page-products .item-rating {
  display: flex;
  align-items: center;
}

body.page-products .item-rating__status-icon {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

body.page-products .item-rating__status-icon__star {
  display: inline-block;
  overflow: hidden;
  margin-right: 0.5rem;
  height: 1.2rem;
  width: 7.0rem;
  white-space: nowrap;
  text-indent: 110%;
  vertical-align: bottom;
  background-repeat: no-repeat;
  -webkit-background-size: 28.0rem auto;
  background-size: 28.0rem auto;
}

body.page-products .item-rating__status-icon__star--star0h {
  background-position: -6.8rem 0;
  background-image: url('/smart/base/images/icon_cart-s34cf85ed61.png');
}

body.page-products .item-rating__status-icon__star--star1 {
  background-position: 0 -15.1rem;
  background-image: url('/smart/base/images/icon_cart-s34cf85ed61.png');
}

body.page-products .item-rating__status-icon__star--star1h {
  background-position: -5.8rem -3.9rem;
  background-image: url('/smart/base/images/icon_cart-s34cf85ed61.png');
}

body.page-products .item-rating__status-icon__star--star2 {
  background-position: -14.0rem -2.7rem;
  background-image: url('/smart/base/images/icon_cart-s34cf85ed61.png');
}

body.page-products .item-rating__status-icon__star--star2h {
  background-position: -21.0rem -2.7rem;
  background-image: url('/smart/base/images/icon_cart-s34cf85ed61.png');
}

body.page-products .item-rating__status-icon__star--star3 {
  background-position: -13.8rem 0;
  background-image: url('/smart/base/images/icon_cart-s34cf85ed61.png');
}

body.page-products .item-rating__status-icon__star--star3h {
  background-position: 0 -7.5rem;
  background-image: url('/smart/base/images/icon_cart-s34cf85ed61.png');
}

body.page-products .item-rating__status-icon__star--star4 {
  background-position: 0 -2.7rem;
  background-image: url('/smart/base/images/icon_cart-s34cf85ed61.png');
}

body.page-products .item-rating__status-icon__star--star4h {
  background-position: -7.0rem -2.7rem;
  background-image: url('/smart/base/images/icon_cart-s34cf85ed61.png');
}

body.page-products .item-rating__status-icon__star--star5 {
  background-position: -20.8rem 0;
  background-image: url('/smart/base/images/icon_cart-s34cf85ed61.png');
}

body.page-products .item-rating__status-icon__count {
  margin-top: 0.2rem;
  color: #333;
  font-size: 1.0rem;
  line-height: 1.2rem;
}

body.page-products .item--multiple__voice-count {
  color: #888;
  font-size: 0.916rem;
}

body.page-products .item--multiple__voice-count:before,
body.page-products .item--multiple__voice-count:after {
  font-size: .916rem;
  color: #888;
}

body.page-products .item--multiple__voice-count:before {
  content: '(';
  margin-right: -4px;
  
}

body.page-products .item--multiple__voice-count:after {
  content: ')';
}


/**
 * Shop
 * -------------------------------
 */

body.page-products .shop {
  margin-top: 4.0rem;
}