@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600..900&display=swap");
/*テーマカラー設定*/
:root {
  --main-color: #00A43F;
  --accent-color: #00A43F;
  --sub-color: #00A43F;
  --lp-select-bg-color: #e7f6fb;
  --main-bg-color: #fff;
  --swiper-dots-color: #0003;
  --swiper-allow-color: #fff;
  --media-sp: 768px;
}

/* ドロップダウン */
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

/*.btn-outline-hayatoku.dropdown-toggle:after {
        display: inline-block;
        margin-left: .55em;
        content: '\f103';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        vertical-align: bottom;
        color: #e3007f;
        border: none;
    }*/
.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #212529;
  display: none;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
  top: 100%;
}

.dropdown-menu-start {
  --bs-position: start ;
}

.dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto;
}

.dropdown-menu-end {
  --bs-position: end ;
}

.dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start ;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-sm-end {
    --bs-position: end ;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start ;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-md-end {
    --bs-position: end ;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start ;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-lg-end {
    --bs-position: end ;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start ;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xl-end {
    --bs-position: end ;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start ;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end ;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  bottom: 100%;
  margin-bottom: 0.125rem;
  margin-top: 0;
  top: auto;
}

.dropup .dropdown-toggle:after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto;
  top: 0;
}

.dropend .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-toggle:after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  left: auto;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100%;
  top: 0;
}

.dropstart .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

.dropstart .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}

.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}

.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #707070;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1rem;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #FCE5F2;
  color: #707070;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #e3007f;
  color: #fff;
  text-decoration: none;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #adb5bd;
  pointer-events: none;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

.dropdown-item-text {
  color: #212529;
  display: block;
  padding: 0.25rem 1rem;
}

.dropdown-menu-dark {
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  background-color: #0d6efd;
  color: #fff;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

/* ドロップダウンここまで */
.p-lp-wrapper {
  overflow: clip;
  background: var(--main-bg-color);
  padding-bottom: 1px;
}

.bg-blue {
  background-color: #e7f6fb;
}
.bg-blue.p-cmn-section {
  padding: 60px 0 40px;
}
@media (width < 768px) {
  .bg-blue.p-cmn-section {
    padding: 30px 0 50px;
  }
}

.bg-green {
  background-color: rgba(96, 195, 174, 0.1019607843);
}
.bg-green.p-cmn-section {
  padding: 60px 0 40px;
}
@media (width < 768px) {
  .bg-green.p-cmn-section {
    padding: 30px 0 50px;
  }
}

.bg-orange {
  background-color: rgba(253, 236, 209, 0.5019607843);
}
.bg-orange.p-cmn-section {
  padding: 60px 0 40px;
}
@media (width < 768px) {
  .bg-orange.p-cmn-section {
    padding: 30px 0 50px;
  }
}

.bg-lavender {
  background: url("https://stprodaeonblob.blob.core.windows.net/eshop-files/images/20240418039.jpg") no-repeat center bottom/contain;
  background-color: #F3F4FE;
}
.bg-lavender.p-cmn-section {
  padding: 60px 0 40px;
}
@media (width < 768px) {
  .bg-lavender.p-cmn-section {
    padding: 30px 0 50px;
  }
}

.-serif {
  font-family: "Noto Serif JP", serif;
}

@media (width >= 768px) {
  .pc-center {
    text-align: center;
  }
}
@media (width < 768px) {
  .sp-center {
    text-align: center;
  }
}
.marker {
  background: linear-gradient(transparent 50%, rgb(255, 220, 123) 50%);
  display: inline;
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 0.75s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

/* もっと見るボタン */
.c-lp-more-btn {
  margin-top: 30px;
}

.c-lp-more-btn a {
  position: relative;
  display: grid;
  place-content: center;
  max-width: 500px;
  min-height: 70px;
  margin-inline: auto;
  padding: 10px 30px;
  font-size: min(4.5vw, 1.3rem);
  /* font-weight: 900; */
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  border-radius: 10px;
}
.c-lp-more-btn a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translateY(-50%);
}
@media (width < 768px) {
  .c-lp-more-btn a {
    width: 80vw;
    min-height: 60px;
    text-shadow: none;
    -webkit-text-stroke-width: 0.8px;
  }
}

/* ====================================================
  メインページ
====================================================*/
.p-season-mainvisual {
  margin-bottom: 30px;
}

.p-lp-hero img {
  margin: 0 auto;
}

/* バナースライダー */
.p-lp-pickup-main {
  position: relative;
}
.p-lp-pickup-main .swiper-wrapper {
  display: flex;
}
.p-lp-pickup-main .swiper-slide {
  width: 25%;
}
@media (width < 768px) {
  .p-lp-pickup-main .swiper-slide {
    width: 50%;
  }
}
.p-lp-pickup-main .p-lp-controller__button {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-lp-pickup-main .p-lp-controller__button.-prev {
  left: 0;
}
.p-lp-pickup-main .p-lp-controller__button.-next {
  right: 0;
}

/* @media (width >= 768px) {
  .p-lp-products-swiper__main{
    padding: 20px 20px 10px;
  }
} */
.p-lp-controller {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.p-lp-controller:has(.swiper-button-lock) {
  display: none;
}

@media (width >= 768px) {
  .p-lp-controller {
    margin-top: 15px;
  }
}
.p-lp-controller__pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  bottom: inherit !important;
  left: inherit !important;
  width: auto !important;
  max-width: calc(100% - 70px);
  height: 100%;
  margin: 0;
  padding: 0 12px;
  order: 2;
}

.p-lp-controller__pagination.swiper-scrollbar-horizontal {
  display: block;
  max-width: 560px;
  width: calc(90% - 40px) !important;
  height: 8px;
  margin: 0 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0.3;
  background-color: transparent;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-clickable .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background-color: var(--swiper-dots-color);
  border-radius: 50%;
}

.p-lp-controller__button {
  cursor: pointer;
  position: relative;
  /* position: absolute; */
  display: block;
  /* top: 0; */
  width: 35px;
  height: 35px;
  color: var(--swiper-allow-color);
  background-color: var(--swiper-dots-color);
  border-radius: 50%;
  z-index: 1;
  transition: opacity 0.3s ease;
  order: 1;
}

.p-lp-controller__button:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6.5px);
  width: 13px;
  height: 13px;
  border-top: 2px solid currentColor;
}

.p-lp-controller__button.-prev:before {
  left: 40%;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
}

.p-lp-controller__button.-next {
  order: 3;
  /* right: 0; */
}

.p-lp-controller__button.-next:before {
  right: 40%;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.p-lp-controller__button:hover,
.p-lp-controller__button.swiper-button-disabled {
  opacity: 0.6;
}

/* メインページ - タイトル背景
========================= */
.p-lp-hero {
  background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop-files/images/20240423035.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: center top;
  padding-bottom: 0;
}

/* メインページ - SPスライダー
========================= */
.splide__slide div.overlay-image-container {
  width: 100%;
  height: auto;
  position: relative;
}

.splide__slide img {
  aspect-ratio: 1/1;
  width: 100vw;
  object-fit: cover;
}

.splide__slide img.forward-image {
  top: 0;
  left: 0;
  position: absolute;
}

.splide__slide.is-active img.bg-image {
  animation: animationZoom 4s ease-in-out forwards;
}

@keyframes animationZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* カタログバナー
====================================================*/
.p-lp-catalog-bnr {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

/* カテゴリ×予算
====================================================*/
.p-lp-search__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.p-lp-search__flex .p-lp-search__cross {
  padding: 0 5px;
  width: 10%;
}

.p-lp-search__grid {
  display: grid;
  grid-template-columns: 45% 10% 1fr;
  align-items: center;
  max-width: 800px;
  gap: 20px;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (width < 768px) {
  .p-lp-search__grid {
    grid-template-columns: 100px 40px 1fr;
    gap: 10px;
  }
}

.p-lp-search__flex .p-lp-search__select {
  position: relative;
  width: 45%;
}

@media (width < 768px) {
  .p-lp-search__cross {
    padding: 0 12%;
  }
}
.p-lp-search__cross img {
  width: 100%;
  max-width: 50px;
  margin: 0 auto;
}

.p-lp-search__select select {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 0 15px;
  min-height: 50px;
  font-size: 0.9rem;
  line-height: 1;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: var(--lp-select-bg-color);
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.p-lp-gift-dropdown {
  position: relative;
  padding: 20px;
  /* background-color: #eee; */
}

.p-lp-gift-dropdown__list {
  height: 120px;
  overflow: hidden;
}

.p-lp-gift-dropdown__list.is-open {
  height: 100%;
}

.p-lp-gift-dropdown__list li {
  border-bottom: 1px dotted #ccc;
}

.p-lp-gift-dropdown__list li a {
  display: block;
  padding: 5px 0;
}

.p-lp-gift-dropdown__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  text-decoration: underline;
  text-align: center;
  background: linear-gradient(rgba(253, 249, 245, 0), rgba(253, 249, 245, 0.9333333333) 20%, #fdf9f5 50%);
}

.bg-green .p-lp-gift-dropdown__btn {
  background: linear-gradient(rgba(240, 249, 247, 0), rgba(240, 249, 247, 0.9333333333) 20%, #f0f9f7 50%);
}

@media (min-width: 992px) {
  .p-lp-search__select select {
    font-size: 1.05rem;
    padding: 0 25px;
  }
}
.p-lp-search__select select::-ms-expand {
  display: none;
}

.p-lp-search__select select:hover,
.p-lp-search__select select:focus {
  color: #252525;
  /* background: var(--lp-select-bg-color); */
}

.p-lp-search__select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.p-lp-search__select-arrow {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 16px;
  background: #7b7b7b;
  transform: translateY(-50%);
  width: 10px;
  height: calc(tan(60deg) * 10px / 2);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.p-lp-search__select select:hover ~ .p-lp-search__select-arrow,
.p-lp-search__select select:focus ~ .p-lp-search__select-arrow {
  background: #252525;
}

.p-lp-search__select select:disabled ~ .p-lp-search__select-arrow {
  opacity: 0.5;
}

.p-lp-wrapper .btn-outline-hayatoku {
  width: 100%;
  padding: 1rem;
  font-weight: bold;
  border-color: #e3007f;
  color: #e3007f;
  border: solid 2px;
  text-align: center;
}

@media (width < 768px) {
  .p-lp-wrapper .btn-outline-hayatoku {
    padding: 0.5rem;
  }
}
.p-lp-wrapper .btn-outline-hayatoku:hover {
  background-color: #e3007f;
  border-color: #e3007f;
  color: #fff;
}

.dropdown-menu {
  width: 100%;
}

/* メインページ - ボタンリスト
========================= */
.p-lp-search__links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 30px;
}

.p-lp-search__links-item {
  width: 16.6666666667%;
  padding: 0 min(1vw, 5px);
}

@media (width < 768px) {
  .p-lp-search__links-list {
    gap: 5px 0;
    margin-top: 10px;
  }
  .p-lp-search__links-item {
    width: 33.3333333333%;
    padding: 0 2px;
  }
  .-sp-line2 .p-lp-search__links-item {
    width: 50%;
  }
}
/* メインページ - カテゴリーボタン
========================= */
.p-lp-search__card-category {
  display: block;
  position: relative;
  aspect-ratio: 195/90;
  border-radius: 8px;
  overflow: hidden;
}

.p-lp-search__card-category:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: background-color 0.3s;
}

.p-lp-search__card-category:hover:before {
  background: rgba(0, 0, 0, 0.1);
}

.p-lp-search__card-category img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.p-lp-search__card-category__name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
  color: #fff;
}

/* メインページ - 予算ボタン
========================= */
.p-lp-search__card-price {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.5rem 0;
  font-size: 0.8rem;
  font-weight: bold;
  color: #707070;
  background-color: #fff;
  border: 1.2px solid #707070;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.p-lp-search__card-price:hover {
  background: var(--lp-select-bg-color);
  opacity: 1;
}

.p-lp-search__card-price__name {
  transition: opacity 0.3s;
}

.p-lp-search__card-price__name span:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 8px;
}

.p-lp-search__card-price:hover .p-lp-search__card-price__name {
  opacity: 0.6;
}

/* メインページ - おすすめ商品
========================= */
.p-lp-recommend-product {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-lp-recommend-product .p-item-list-category__item {
  width: calc((100% - 80px) / 5);
}
@media (width < 768px) {
  .p-lp-recommend-product {
    gap: 15px;
  }
  .p-lp-recommend-product .p-item-list-category__item {
    width: calc((100% - 15px) / 2);
  }
  .p-lp-recommend-product .p-item-list-category__item:nth-of-type(n + 5) {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-lp-wrapper .p-index-info__list {
    margin-top: 10px;
  }
  .p-lp-wrapper .p-index-info__list li:nth-of-type(n + 3) {
    display: block;
  }
}
@media (max-width: 969px) {
  .p-lp-wrapper .p-index-recommend__item:nth-of-type(n + 5) {
    display: inherit;
  }
}
@media (width < 768px) {
  .p-lp-wrapper .p-lp-recommend-product .p-item-list-category__item:nth-of-type(n + 5) {
    display: inherit;
  }
}

.p-lp-wrapper .spr-pic {
  box-shadow: 0px 10px 10px rgba(204, 204, 204, 0.6);
  width: 100%;
  margin: 10px auto 20px;
}

@media screen and (min-width: 767px) {
  .spr-pic {
    box-shadow: 0px 10px 10px rgba(204, 204, 204, 0.6);
    width: 100%;
    margin: 10px auto 20px;
  }
}
/* メインページ - ピックアップバナー
========================= */
.p-lp-banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.p-lp-banner-list__item {
  width: calc(25% - 7.5px);
}

@media (max-width: 767px) {
  .p-lp-banner-list {
    margin-top: 10px;
  }
  .p-lp-banner-list__item {
    width: calc(50% - 5px);
  }
}
/* 商品一覧
========================== */
.p-lp-category-product--pickup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  gap: 30px;
}
.p-lp-category-product--pickup .p-item-list-category__item {
  width: calc(50% - 15px);
  /* width: calc(33.333% - ((30px * 2) / 3)); */
  max-width: 480px;
}
.p-lp-category-product--pickup .c-card {
  padding: 10px;
  background-color: #fff;
}
.p-lp-category-product--pickup .c-card .c-price {
  font-size: 2rem;
}
.p-lp-category-product--pickup .c-card .c-price span {
  font-size: 50%;
}
.p-lp-category-product--pickup .c-card .c-price small {
  font-size: 80%;
}
@media (width < 768px) {
  .p-lp-category-product--pickup {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .p-lp-category-product--pickup .p-item-list-category__item {
    width: 100%;
  }
}

.p-lp-category-product--normal {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
}
.p-lp-category-product--normal .p-item-list-category__item {
  width: calc(25% - 22.5px);
}
.p-lp-category-product--normal .c-card {
  padding: 10px;
  background-color: #fff;
  /* .c-price{
    font-size: 2rem;
    span{
      font-size: 50%;
    }
    small{
      font-size: 80%;
    }
  } */
}
@media (width < 768px) {
  .p-lp-category-product--normal {
    /* flex-direction: column; */
    align-items: center;
    gap: 10px;
  }
  .p-lp-category-product--normal .p-item-list-category__item {
    width: calc(50% - 5px);
  }
}

.p-lp-category-product--fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
}

@media (width < 768px) {
  .p-lp-wrapper :where(.p-lp-category-product--fluid .p-item-list-category__item) {
    padding: 0 5px;
  }
  .p-lp-category-product--fluid:has(> :nth-child(1):last-child) .p-item-list-category__item {
    width: 100%;
  }
  .p-lp-category-product--fluid:has(> :nth-child(3):last-child) .p-item-list-category__item:first-of-type,
  .p-lp-category-product--fluid:has(> :nth-child(5):last-child) .p-item-list-category__item:first-of-type,
  .p-lp-category-product--fluid:has(> :nth-child(7):last-child) .p-item-list-category__item:first-of-type {
    width: 100%;
  }
}
@media (width >= 768px) {
  .p-lp-wrapper :where(.p-item-list-category .p-item-list-category__item) {
    width: 25%;
    max-width: 450px;
    padding: 0 5px;
    gap: 20px 0;
  }
  .p-lp-category-product--fluid:has(> :nth-child(1):last-child) .p-item-list-category__item {
    width: 100%;
  }
  .p-lp-category-product--fluid:has(> :nth-child(2):last-child) .p-item-list-category__item {
    width: 50%;
  }
  .p-lp-category-product--fluid:has(> :nth-child(3):last-child) .p-item-list-category__item,
  .p-lp-category-product--fluid:has(> :nth-child(6):last-child) .p-item-list-category__item,
  .p-lp-category-product--fluid:has(> :nth-child(9):last-child) .p-item-list-category__item,
  .p-lp-category-product--fluid:has(> :nth-child(15):last-child) .p-item-list-category__item {
    width: 33.333%;
  }
  .p-lp-category-product--fluid:has(> :nth-child(5):last-child) .p-item-list-category__item {
    width: 33.333%;
  }
}
/* -------------------------
  生産者紹介
------------------------- */
.p-lp-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (width < 768px) {
  .p-lp-content-grid {
    grid-template-columns: 100%;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
.p-lp-content-grid.-img-only {
  gap: 20px;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
}
@media (width >= 768px) {
  .p-lp-content-grid .p-lp-content-grid__img-grid {
    display: grid;
    grid-auto-columns: 2fr 1fr;
    grid-auto-flow: column;
    gap: 20px;
  }
  .p-lp-content-grid.-img-right .p-lp-content-grid__img {
    order: 2;
  }
  .p-lp-content-grid.-img-large {
    grid-template-columns: 2fr 1fr;
  }
  .p-lp-content-grid.-img-only {
    gap: 20px;
  }
  .p-lp-content-grid.-align-items-center {
    gap: 20px;
  }
}
.p-lp-content-grid .p-lp-category-product {
  margin-top: 0;
}

.p-lp-content-paragraph {
  max-width: 850px;
  margin: 30px auto 50px;
}
.p-lp-content-paragraph > figure {
  max-width: max-content;
  margin: 20px auto 0;
}
@media (width < 768px) {
  .p-lp-content-paragraph {
    margin: 15px auto 40px;
  }
}

@media (width < 768px) {
  .p-lp-content-grid__text,
  .p-lp-content-paragraph {
    font-size: 0.9rem;
  }
}
.p-lp-content-grid__text p + p,
.p-lp-content-paragraph p + p {
  margin-top: 1rem;
}
.p-lp-content-grid__text .-title,
.p-lp-content-paragraph .-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.p-lp-content-grid__text .-large-title,
.p-lp-content-paragraph .-large-title {
  font-size: min(5.5vw, 1.5rem);
  font-weight: bold;
  line-height: 1.8;
}

.p-lp-content-grid__img-caption {
  margin-top: 5px;
}
@media (width < 768px) {
  .p-lp-content-grid__img-caption {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.p-lp-content-grid__text .p-lp-category-product {
  margin-bottom: 0;
}
@media (width >= 768px) {
  .p-lp-content-grid__text {
    align-self: center;
  }
}

/* メロン特集
========================= */
.bg-summergift-line {
  background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop-files/images/20240418041.png");
  background-repeat: repeat;
  background-size: 10px;
  background-position: center top;
  padding-bottom: 0;
}

.bg-melon-green {
  background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop-files/images/summer2024/tit_yubari_assort_bg.svg");
  background-repeat: repeat;
  background-size: contain;
  background-position: center top;
  padding-bottom: 0;
}

.bg-melon-orenge {
  background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop-files/images/20240418040.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: center top;
  padding-bottom: 0;
}

.square-icon {
  padding-left: 0.2rem;
  font-size: min(5vw, 1.5rem);
  font-weight: 700;
}

.square-icon::before {
  font-size: 1em; /*サイズ*/
  content: "";
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 0.25rem;
  padding-left: 0;
}

.square-icon::before {
  background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop-files/images/20240418042.svg");
}

.p-lp-hero-melon {
  text-align: center;
  margin-bottom: 30px;
}

.p-lp-hero-melon__head {
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/event/2024/summer/bg_hokkaidobtn.jpg) center center/cover;
}

.p-lp-hero-melon__head img {
  max-height: 30px;
  margin: 0 auto;
}

.p-lp-hero-melon__title {
  padding: 0 5%;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/event/2024/summer/sum_melon2024_title_bg.jpg) center center/auto 100%;
}

.p-lp-hero-melon__title img {
  max-height: 100px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .p-lp-hero-melon__head img {
    max-height: 40px;
  }
  .p-lp-hero-melon {
    margin-bottom: 40px;
  }
}
.melon_sub_tit_01 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  color: #282828;
}

@media (min-width: 768px) {
  .melon_sub_tit_01 {
    font-size: 1.5rem;
  }
}
/* ご当地 */
.p-lp-famer-title {
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  gap: 15px;
  /* max-width: max-content; */
  padding-block: 10px;
  padding-right: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
  background-color: #00a784;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%);
}
@media (width >= 768px) {
  .p-lp-famer-title {
    max-width: 60%;
  }
}
.p-lp-famer-title .-area {
  display: block;
  padding: 5px 20px;
  font-size: 1rem;
  background-color: #fff;
}
@media (width < 768px) {
  .p-lp-famer-title .-area {
    padding: 5px 10px;
    font-size: 0.8rem;
  }
}
.p-lp-famer-title .-name {
  font-family: "Noto Serif JP", serif;
  font-size: min(5vw, 1.8rem);
  font-weight: 600;
  color: #FFFAB1;
}

.p-lp-content-grid__text .p-lp-famer-title {
  max-width: 100%;
}

/* 等級 */
.u-orange {
  font-size: 1.25rem;
  color: #ED7700;
}

.p-lp-content-grid.-melon-class {
  grid-template-columns: 230px 1fr;
}
@media (width < 768px) {
  .p-lp-content-grid.-melon-class {
    grid-template-columns: 1fr;
  }
  .p-lp-content-grid.-melon-class .p-lp-content-grid__img {
    max-width: 230px;
    margin-inline: auto;
  }
}

.p-lp-melon-grid {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(301px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
  gap: 10px;
}

.p-lp-melon-class {
  background-color: #fff;
}

.p-lp-melon-class__title {
  padding: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #ED7700;
}

.p-lp-melon-class__body {
  padding: 20px;
}

.p-lp-melon-class__mark {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 20px;
}

.p-lp-melon-class__text {
  margin-top: 10px;
  line-height: 1.5;
}
.p-lp-melon-class__text dt {
  font-weight: bold;
  color: #ED7700;
}

/* 北海道の恵みギフト
========================= */
.p-lp-gift-sec-mv {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.p-lp-gift-sec-mv__img {
  z-index: 0;
  position: relative;
  /* width: 75%;
  max-width: 750px; */
}

.p-lp-gift-sec-mv__section {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}

.p-lp-gift-sec-title {
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 0 20px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 5px dotted var(--main-color);
  letter-spacing: 0.1em;
}
.p-lp-gift-sec-title small {
  display: block;
  font-size: 1rem;
}

.p-lp-gift-cat-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 10px 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 5px dotted var(--main-color);
  letter-spacing: 0.1em;
}

.p-lp-gift-img-title {
  margin-bottom: 30px;
}
.p-lp-gift-img-title img {
  width: 100%;
  margin-inline: auto;
}
@media (width >= 768px) {
  .p-lp-gift-img-title img {
    max-width: 600px;
  }
}
.p-lp-gift-img-title.-large img {
  max-width: 750px;
}

@media (width < 768px) {
  .p-lp-gift-sec-title {
    padding: 10px 0 15px;
    margin-bottom: 20px;
    font-size: min(4.8vw, 2rem);
    letter-spacing: 0.05em;
  }
  .p-lp-gift-sec-mv__img {
    position: relative;
    width: 100%;
  }
  .p-lp-gift-sec-mv__section {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: 94%;
    max-width: 500px;
    margin: -30px auto 0;
  }
}
.p-gift-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media (width < 768px) {
  .p-gift-grid {
    grid-template-columns: 1fr;
  }
}

.p-gift-grid.-img-right .p-gift-grid__img {
  order: 1;
}
.p-gift-grid.-img-right .p-gift-grid__text {
  order: 2;
}

.p-gift-grid__img figure {
  position: relative;
}
.p-gift-grid__img figure span {
  position: absolute;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  width: 30px;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  color: var(--main-color);
  background-color: #fff;
}
.p-gift-grid__img figure span.-num1 {
  bottom: 5px;
  left: 5px;
}
.p-gift-grid__img figure span.-num2 {
  bottom: 5px;
  right: 5px;
}
.p-gift-grid__img p {
  margin-top: 3px;
  font-size: 0.8rem;
  line-height: 1.6;
}

.p-gift-text {
  font-size: 1rem;
}

.p-gift-text__copy {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: var(--main-color);
}

.p-gift-text__copy.-grid {
  display: grid;
  grid-template-columns: 100px auto;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.p-gift-text__copy.-grid .-area {
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  font-size: 1.3rem;
  line-height: 1;
  border: 1px solid var(--main-color);
  border-radius: 50%;
}

@media (width < 768px) {
  .p-gift-text__copy {
    margin-bottom: 20px;
    font-size: min(4.2vw, 1.6rem);
    letter-spacing: 0.05em;
  }
  .p-gift-text__copy.-grid {
    grid-template-columns: 60px auto;
    gap: 12px;
  }
  .p-gift-text__copy.-grid .-area {
    font-size: 0.8rem;
  }
  .p-gift-text__copy.sp-center {
    text-align: center;
  }
}
.p-gift-video {
  max-width: 850px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.p-gift-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.p-lp-gift-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(223px, 1fr));
  gap: 6px;
}

/* .p-lp-gift-nav li{
  width: calc(20% - ((6px * 4) / 5));
} */
.p-lp-gift-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding: 8px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/event/2024/summer/bg_hokkaidobtn.jpg) center center/cover;
  border-radius: 6px;
}

.p-lp-gift-dropdown {
  position: relative;
  padding: 20px;
  /* background-color: #eee; */
}

.p-lp-gift-dropdown__list {
  height: 120px;
  overflow: hidden;
}

.p-lp-gift-dropdown__list.is-open {
  height: 100%;
}

.p-lp-gift-dropdown__list li {
  border-bottom: 1px dotted #ccc;
}

.p-lp-gift-dropdown__list li a {
  display: block;
  padding: 5px 0;
}

.p-lp-gift-dropdown__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  text-decoration: underline;
  text-align: center;
  background: linear-gradient(rgba(231, 246, 251, 0), rgba(231, 246, 251, 0.9) 20%, rgb(231, 246, 251) 50%);
}

/* 北海道SWEETS
====================================================*/
.sum_sweet {
  --main-color: #64C0AB;
}
.sum_sweet .p-lp-gift-nav {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.sum_sweet .p-lp-gift-nav li a {
  background: var(--main-color);
}
.sum_sweet .p-lp-gift-dropdown__btn {
  background: linear-gradient(rgba(239, 249, 247, 0), rgba(239, 249, 247, 0.9) 20%, rgb(239, 249, 247) 50%);
}

/* お酒ギフト
====================================================*/
.sum_liquor {
  --main-color: #845AA6;
}
.sum_liquor .p-lp-gift-nav {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.sum_liquor .p-lp-gift-nav li a {
  background: var(--main-color);
}
.sum_liquor .p-lp-gift-dropdown__btn {
  background: linear-gradient(rgba(239, 249, 247, 0), rgba(239, 249, 247, 0.9) 20%, rgb(239, 249, 247) 50%);
}
.sum_liquor .c-ttl-deco-block {
  border-left-color: var(--main-color);
}

.p-lp-gift-sec-title.ttl-liquor01 {
  font-size: 3.6rem;
  font-weight: 600;
  color: var(--main-color);
  text-shadow: 2px 2px 5px #fff, 1px 1px 5px #fff, -2px -2px 5px #fff;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/event/2025/summer/bg_beer.jpg) no-repeat center center/cover;
  border-bottom: none;
}
@media (width < 768px) {
  .p-lp-gift-sec-title.ttl-liquor01 {
    font-size: 2.4rem;
  }
}

.p-lp-gift-sec-title[class*=bg-liquor] {
  /* padding-inline: 200px; */
  padding: 0;
  border-bottom: none;
}
.p-lp-gift-sec-title[class*=bg-liquor] > div {
  display: grid;
  place-content: center;
  /* max-width: 850px; */
  max-width: max-content;
  padding-inline: 340px;
  min-height: 150px;
  margin-inline: auto;
  font-size: 3.6rem;
  font-weight: 600;
  text-shadow: 2px 2px 5px #fff, 1px 1px 5px #fff, -2px -2px 5px #fff;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/event/2025/summer/sum_liquor_title02.png) no-repeat center left/auto 150%;
}
@media (width < 768px) {
  .p-lp-gift-sec-title[class*=bg-liquor] > div {
    max-width: inherit;
    min-height: 100px;
    font-size: 2.4rem;
    padding-inline: 20%;
  }
}

.p-lp-gift-sec-title.bg-liquor02 {
  background: radial-gradient(circle at center, #fff 20%, #c2e4f3, #7cbad8);
}
.p-lp-gift-sec-title.bg-liquor02 > div {
  color: #3982A0;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/event/2025/summer/sum_liquor_title02.png) no-repeat center left/auto 150%;
}

.p-lp-gift-sec-title.bg-liquor03 {
  background-color: #f0eef3;
}
.p-lp-gift-sec-title.bg-liquor03 > div {
  color: #A0204B;
  background-image: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/event/2025/summer/sum_liquor_title03.png);
}

.p-lp-gift-sec-title.bg-liquor04 {
  background-color: #8b5e1d;
}
.p-lp-gift-sec-title.bg-liquor04 > div {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background-image: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/event/2025/summer/sum_liquor_title04.png);
}

.p-lp-gift-sec-title.bg-liquor05 {
  background-color: #812e20;
}
.p-lp-gift-sec-title.bg-liquor05 > div {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background-image: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/event/2025/summer/sum_liquor_title05.png);
}

/* ギフト共通タイトル
========================= */
.p-lp-bg-main {
  padding: 0 20%;
  margin-bottom: 30px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/event/2025/summer/summer2025_title_bg.jpg) top center repeat-x;
  background-size: auto 100%;
}

.p-lp-bg-main .l-inner {
  padding: 0;
}

.p-lp-bg-main img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 767px) {
  .p-lp-bg-main {
    margin-bottom: 50px;
  }
}
/* 商品スライダーコントローラー
========================= */
.p-lp-products-swiper {
  overflow: clip;
}

.p-lp-wrapper .c-card__point {
  max-width: 72px;
  color: #252525;
}

.p-lp-products-swiper__main {
  /* padding: 10px 10px 5px;
  background-color: var(--sheer-bg-color); */
}
@media (width < 768px) {
  .p-lp-products-swiper__main {
    background-size: cover;
  }
}

/* @media (min-width: 768px) {
  .p-lp-products-swiper__main{
    padding: 20px 20px 10px;
  }
} */
.p-lp-controller {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.p-lp-controller:has(.swiper-button-lock) {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-lp-controller {
    /* width: 85%; */
    margin-top: 30px;
  }
}
.p-lp-controller__pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  bottom: inherit !important;
  left: inherit !important;
  width: auto !important;
  max-width: calc(100% - 70px);
  height: 100%;
  margin: 0;
  padding: 0 12px;
  order: 2;
}

.p-lp-controller__pagination.swiper-scrollbar-horizontal {
  display: block;
  max-width: 560px;
  width: calc(90% - 40px) !important;
  height: 8px;
  margin: 0 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 1;
  background-color: transparent;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-clickable .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background-color: #dadada;
  border-radius: 50%;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active:before {
  background-color: var(--main-color);
  opacity: 1;
}

.p-lp-controller__button {
  cursor: pointer;
  position: relative;
  /* position: absolute; */
  display: block;
  /* top: 0; */
  width: 35px;
  height: 35px;
  background: var(--main-color);
  border-radius: 50%;
  z-index: 1;
  transition: opacity 0.3s ease;
  order: 1;
}

.p-lp-controller__button:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6.5px);
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
}

.p-lp-controller__button.-prev:before {
  left: 40%;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.p-lp-controller__button.-next {
  order: 3;
  /* right: 0; */
}

.p-lp-controller__button.-next:before {
  right: 40%;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.p-lp-controller__button:hover,
.p-lp-controller__button.swiper-button-disabled {
  opacity: 0.6;
}

.js-lpProductSwiperWrapper > li {
  width: calc(20% - 24px);
  margin-right: 30px;
}
@media (width < 768px) {
  .js-lpProductSwiperWrapper > li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}