@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Dela+Gothic+One&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");
:root {
  --text-color: #2D2C24;
  --main-color: #00b9e7;
  --accent-color: #e62e8b;
  --sub-color: #ffea00;
  --sub-color2: #fabd00;
  --red-color: #e62e8b;
  --grad-pink: linear-gradient(0deg, #ec694d, #df368d 90%);
  --grad-green: linear-gradient(0deg, #89c997, #00a7db 90%);
  --grad-yellow: linear-gradient(0deg, #fabd00, #ffea00 90%);
  --main-bg-color: #00b9e7;
  --sheer-bg-color: rgba(235, 255, 255, 0.7);
  --border-radius: 10px;
  --sub-font: "M PLUS Rounded 1c", sans-serif;
}

.-bg-main {
  position: relative;
  padding: 0 0 50px;
  background: var(--main-bg-color);
  background-image: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/websale_04_bg_panda_left.png), url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/websale_04_bg_panda_right.png), url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/websale_04_bg_base.png);
  /* background-image: url(../../images/other/websale_04_bg_panda_left.png),
    url(../../images/other/websale_04_bg_panda_right.png),
    url(../../images/other/websale_04_bg_base.png); */
  background-position: left 0 center, right 0 center, center center;
  background-size: contain, contain, cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.-bg-main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  max-width: 1370px;
  height: 100%;
  background-color: var(--sheer-bg-color);
  backdrop-filter: blur(1.5px);
}
.-bg-main > * {
  position: relative;
}
@media (width < 768px) {
  .-bg-main {
    background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/websale_04_bg_base.png) no-repeat center center/cover;
    background-attachment: fixed;
  }
}

.-bg-notice {
  position: relative;
  padding: 0 0 50px;
  background: var(--main-bg-color);
  background-image: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/websale_04_bg_panda_left.png), url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/websale_04_bg_panda_right.png), url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/websale_04_bg_base.png);
  /* background-image: url(../../images/other/websale_04_bg_panda_left.png),
    url(../../images/other/websale_04_bg_panda_right.png),
    url(../../images/other/websale_04_bg_base.png); */
  background-position: left 0 center, right 0 center, center center;
  background-size: contain, contain, cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.-bg-notice::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  max-width: 1370px;
  height: 100%;
  background-color: var(--sheer-bg-color);
  backdrop-filter: blur(1.5px);
}
.-bg-notice > * {
  position: relative;
}
@media (width < 768px) {
  .-bg-notice {
    background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/websale_04_bg_base.png) no-repeat center center/cover;
    background-attachment: fixed;
  }
}

/* タイトルバナー
========================== */
.p-lp-hero {
  /* background: var(--main-bg-color); */
  background: var(--grad-pink);
}
.p-lp-hero .l-inner {
  padding: 0;
}

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

.p-lp-hero.-border {
  padding-bottom: 2px;
}
@media (width >= 768px) {
  .p-lp-hero.-border {
    /* width: 95%; */
    padding: 5px 0;
  }
}

/* 大枠
========================== */
.p-lp-wrapper {
  overflow: clip;
  color: var(--text-color);
}

.p-lp-bg-wrap {
  padding: 60px 0;
}
@media (width < 768px) {
  .p-lp-bg-wrap {
    padding: 35px 0;
  }
}
.p-lp-bg-wrap.u-pb0 {
  padding-bottom: 0;
}

.p-lp-campaign-nav {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}
.p-lp-campaign-nav li {
  padding: 5px;
}

.p-lp-banner-nav .swiper img {
  width: 100%;
  max-width: 190px;
}

/* キャッチコピー
========================== */
.p-lp-catchcopy {
  font-family: var(--sub-font);
  font-size: min(4vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
.p-lp-catchcopy span {
  font-size: 150%;
  font-weight: 800;
  line-height: 1.5;
  filter: drop-shadow(-2px -2px 0px #fff) drop-shadow(0px 2px 0px #fff) drop-shadow(2px 0px 0px #fff) drop-shadow(3px 3px 1px #fff);
  /* text-shadow: 2px 3px 1px #fff; */
}
.p-lp-catchcopy span.-pink {
  /* color: var(--main-color); */
  background: var(--grad-pink);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp-catchcopy span.-green {
  /* color: var(--accent-color); */
  background: var(--grad-green);
  /* background: linear-gradient(#00B2BC 10%, #009FA8 70%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-lp-catchcopy span.-yellow {
  /* color: var(--sub-color2); */
  background: var(--grad-yellow);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 見出し
========================== */
.p-lp-heading {
  position: relative;
  /* overflow: hidden; */
  margin-bottom: 30px;
  padding: 15px 180px 15px 30px;
  font-family: var(--sub-font);
  font-size: min(6vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  background: var(--grad-pink);
}
.p-lp-heading.-pickup::before {
  content: "Pick Up!";
  position: absolute;
  top: 2px;
  right: -2px;
  font-family: var(--sub-font);
  font-size: 110%;
  text-align: right;
  rotate: 8deg;
  /* color: var(--sub-color2); */
  /* background: linear-gradient(var(--sub-color) 10%, var(--sub-color2) 70%); */
  background: var(--grad-yellow);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(-2px -2px 0px #fff) drop-shadow(0px 2px 0px #fff) drop-shadow(2px 0px 0px #fff) drop-shadow(3px 3px 0.5px #fff);
}
@media (width < 768px) {
  .p-lp-heading {
    padding: 15px 20px;
  }
  .p-lp-heading.-pickup::before {
    translate: 0 -70%;
    rotate: 5deg;
    font-size: 90%;
    filter: drop-shadow(-2px -2px 0px #fff) drop-shadow(0px 2px 0px #fff) drop-shadow(2px 0px 0px #fff) drop-shadow(1px 1px 0.5px #fff);
  }
}
.p-lp-heading.u-center {
  padding: 15px 20px;
}

/* カテゴリ-ピックアップ */
.p-lp-category-product {
  /* .c-card__brand,.c-card__name{
    color: #fff;
  }
  .c-price{
    color: var(--red-color);
  }
  .c-product-item__tag li{
    color: var(--main-color);
  } */
}
.p-lp-category-product figure > img {
  background-color: #fff;
}

.p-lp-category-product--pickup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 20px; */
  margin-bottom: 20px;
}
.p-lp-category-product--pickup .c-card {
  padding: 15px;
}
.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;
    gap: 20px;
    padding: 0 5px;
  }
  .p-lp-category-product--pickup .p-item-list-category__item {
    width: 100%;
  }
}
@media (width >= 768px) {
  .p-lp-category-product--pickup.-line04 .p-item-list-category__item {
    width: calc((100% - 60px) / 4);
  }
}

/* ピックアップ
========================== */
.p-lp-pickup-main {
  overflow: hidden;
}
.p-lp-pickup-main li {
  width: 33.3333333333%;
}
@media (width < 768px) {
  .p-lp-pickup-main li {
    width: 76.9230769231%;
  }
}

.p-lp-pickup-main__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
  gap: 12px;
}
.p-lp-pickup-main__grid > li {
  width: calc(33.333% - 8px);
}
@media (width < 768px) {
  .p-lp-pickup-main__grid > li {
    width: calc(50% - 6px);
  }
}

.p-lp-pickup-sub {
  overflow: hidden;
  margin-top: 30px;
}
.p-lp-pickup-sub .swiper-wrapper {
  display: flex;
}
.p-lp-pickup-sub .swiper-slide {
  width: calc(25% - 9px);
  margin-right: 12px;
}
@media (width < 768px) {
  .p-lp-pickup-sub .swiper-slide {
    width: calc(33.333% - 5.3333333333px);
    margin-right: 8px;
  }
}

.p-lp-pickup-sub__grid {
  --gap: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
  gap: var(--gap);
}
.p-lp-pickup-sub__grid > li {
  width: calc(25% - var(--gap) * 3 / 4);
}
@media (width < 768px) {
  .p-lp-pickup-sub__grid > li {
    width: calc(50% - var(--gap) * 1 / 2);
  }
}

/* 特集 - ピックアップ商品 */
.p-lp-pickup-item {
  display: grid;
  grid-template-columns: 45% 1fr;
  align-items: center;
  gap: 20px;
  margin: 20px auto;
}
@media (width < 768px) {
  .p-lp-pickup-item {
    grid-template-columns: 100%;
    gap: 0;
  }
}

.p-lp-pickup-item__img img {
  aspect-ratio: 1/1;
  color: #000;
  background-color: #fff;
  border-radius: 6px;
}

.p-lp-pickup-item__detail {
  padding: 30px;
  /* background: var(--sheer-bg-color); */
}
@media (width < 768px) {
  .p-lp-pickup-item__detail {
    padding: 30px 20px;
  }
}

.p-lp-pickup-item__price {
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: right;
  line-height: 1;
  color: var(--red-color);
}
.p-lp-pickup-item__price span {
  font-size: 250%;
  font-weight: 900;
}
@media (width < 768px) {
  .p-lp-pickup-item__price {
    font-size: min(5vw, 1.6rem);
  }
}

.p-lp-pickup-item__price.-tax {
  margin-top: 15px;
  font-size: 1.1rem;
}
.p-lp-pickup-item__price.-tax span {
  font-size: 150%;
}

.p-lp-pickup-item__description {
  font-size: 1.55rem;
  font-weight: 600;
  margin-bottom: 20px;
  /* color: var(--sub-color); */
}
@media (width < 768px) {
  .p-lp-pickup-item__description {
    font-size: 1.2rem;
  }
}

/* カテゴリ-ピックアップ */
.p-lp-category-product {
  /* .c-card__brand,.c-card__name{
    color: #fff;
  }
  .c-price{
    color: var(--red-color);
  }
  .c-product-item__tag li{
    color: var(--sub-color);
  } */
}
.p-lp-category-product figure > img {
  background-color: #fff;
}

.p-lp-category-product--pickup {
  display: flex;
  justify-content: center;
  /* gap: 20px; */
  margin-bottom: 20px;
}
.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;
    gap: 20px;
    padding: 0 5px;
  }
  .p-lp-category-product--pickup .p-item-list-category__item {
    width: 100%;
  }
}

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

/* もっと見るボタン */
.c-lp-category-more {
  display: block;
  /* aspect-ratio: 1/1; */
}

.c-lp-category-more__btn {
  position: relative;
  display: block;
  align-content: center;
  width: 100%;
  max-width: 500px;
  height: 60px;
  margin: 30px auto 0;
  padding: 10px 10px;
  font-family: var(--sub-font);
  font-size: min(4vw, 1.3rem);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background: var(--grad-green);
  border-radius: var(--border-radius);
}

.c-lp-category-more-btn {
  aspect-ratio: 1/1;
}

.c-lp-category-more-btn a {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 10px;
  font-family: var(--sub-font);
  font-size: min(4.5vw, 1.2rem);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background: var(--grad-green);
  border-radius: var(--border-radius);
}
@media (width < 768px) {
  .c-lp-category-more-btn a {
    /* width: 80vw;
    min-height: 60px; */
    text-shadow: none;
    -webkit-text-stroke-width: 0.8px;
  }
}
.c-lp-category-more-btn a span {
  position: relative;
}

/* 商品スライダーコントローラー
========================= */
.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: rgba(241, 89, 138, 0.2);
  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;
}

/* もっとみるボタン
========================== */
.c-lp-more-btn {
  max-width: 500px;
  margin: 20px auto;
}

.p-lp-category-product .c-lp-more-btn {
  aspect-ratio: 1/1;
  display: grid;
  align-items: center;
  margin: 0;
}

.c-lp-more-btn a {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 1.2rem 0.5rem;
  font-size: min(4.5vw, 1.3rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: var(--grad-green);
  border-radius: var(--border-radius);
}
.c-lp-more-btn a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

/* 下部メニュー
========================== */
.p-lp-anchor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (width < 768px) {
  .p-lp-anchor {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.p-lp-anchor a {
  position: relative;
  display: block;
  align-content: center;
  height: 100%;
  padding: 20px 25px 20px 5px;
  font-size: min(2.8vw, 1rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  border-radius: var(--border-radius);
}
@media (width < 768px) {
  .p-lp-anchor a {
    padding: 20px 10px 20px 5px;
  }
}
.p-lp-anchor a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  text-align: right;
}
@media (width < 768px) {
  .p-lp-anchor a::after {
    right: 7px;
  }
}

.p-lp-banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-lp-banner-list li {
  padding: 5px;
  width: 33%;
}
.p-lp-banner-list.-line04 li {
  width: 25%;
}

/* 予告テキスト
========================== */
/* 見出し */
.p-lp-notice-heading {
  position: relative;
  margin-top: 100px;
}
@media (width < 768px) {
  .p-lp-notice-heading {
    margin-top: 50px;
  }
}

.p-lp-notice-heading__title {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 15px 0;
  font-family: var(--sub-font);
  -webkit-text-stroke-color: transparent;
  font-size: min(5.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 2px #c22c61;
  background: var(--grad-pink);
}
@media (width < 768px) {
  .p-lp-notice-heading__title {
    padding: 15px 20px;
  }
}

/* 予告商品一覧
========================== */
.p-lp-pre-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 40px;
}
@media (width < 768px) {
  .p-lp-pre-product {
    grid-template-columns: 100%;
  }
}
.p-lp-pre-product + .p-lp-pre-product {
  margin-top: 40px;
}
.p-lp-pre-product.-center {
  display: flex;
  justify-content: center;
}
@media (width >= 768px) {
  .p-lp-pre-product.-center li {
    width: calc(50% - 20px);
  }
}

.p-lp-pre-product__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  padding: 30px;
  border: 5px solid var(--main-color);
  background-color: #fff;
  border-radius: var(--border-radius);
}
.p-lp-pre-product__item figure {
  position: relative;
}
.p-lp-pre-product__item figure .c-card__point {
  left: 0;
  right: inherit;
}
.p-lp-pre-product__item figure .c-card__point img {
  background: none;
}
.p-lp-pre-product__item img {
  aspect-ratio: 1/1;
  color: #000;
  background-color: #fff;
  border-radius: 6px;
}

.p-lp-pre-product__coming-soon {
  display: grid;
  place-content: center;
  width: 100%;
  height: min(35vw, 300px);
  padding: 30px;
  font-family: var(--sub-font);
  font-size: 1.6rem;
  -webkit-text-stroke-color: transparent;
  text-align: center;
  color: var(--main-color);
  border: 3px solid var(--main-color);
  background-color: var(--sheer-bg-color);
}
@media (width >= 768px) {
  .p-lp-pre-product__coming-soon {
    grid-column: span 2;
  }
}

.p-lp-pre-product__detail {
  display: grid;
  place-content: center;
  margin-top: 15px;
  padding: 10px 10px;
  font-family: var(--sub-font);
  font-weight: 800;
  -webkit-text-stroke-color: transparent;
  line-height: 1.1;
  color: #fff;
  background: var(--grad-green);
  text-shadow: 2px 2px 2px #007d83;
  text-align: center;
  border-radius: var(--border-radius);
}

.p-lp-pre-product__name {
  font-size: 1.8rem;
  /* font-weight: bold; */
  line-height: 1.1;
}
@media (width < 768px) {
  .p-lp-pre-product__name {
    font-size: min(5.2vw, 1.5rem);
  }
}

.p-lp-pre-product__brand {
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.p-lp-pre-product__type {
  margin-top: 5px;
  font-size: 1.2rem;
}

.p-lp-pre-product__base {
  margin-top: 20px;
  font-size: min(6vw, 1.8rem);
  font-weight: bold;
  line-height: 1;
}
.p-lp-pre-product__base span {
  margin: 0 5px;
  font-size: 150%;
  font-weight: 900;
}

.p-lp-pre-product__price {
  font-size: min(4.3vw, 1.2rem);
  line-height: 1;
}
.p-lp-pre-product__price span {
  margin: 0 5px;
  font-size: 150%;
  font-weight: 900;
}

.p-lp-pre-product__limit {
  padding: 7px 10px;
  font-size: min(3.2vw, 1.2rem);
  font-weight: bold;
  line-height: 1;
  color: var(--accent-color);
  border: 2px solid currentColor;
}

.p-lp-pre-product__footer {
  display: flex;
  justify-content: space-between;
  /* align-items: end; */
  margin-top: 12px;
}

/* クーポンバナー */
.p-lp-coupon-bnr .-panda-megahon {
  width: 35%;
  max-width: 240px;
  margin: 0 3% 0 auto;
}