@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600..900&display=swap");
/*テーマカラー設定*/
:root {
  --main-color: #4EA6D7;
  --accent-color: #094C75;
  --main-bg-color: #fff;
  --swiper-dots-color: #094C75;
  --swiper-allow-color: #fff;
}

/* セクション背景色設定 */
.-bg01 {
  padding: 60px 0 1px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_bg-reaf.png) no-repeat center center/cover;
  background-attachment: fixed;
}

.-bg02 {
  position: relative;
  margin-top: 30px;
  padding: 60px 0 31px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_bg-blue.jpg) no-repeat top center/100% 100%;
  /* background-attachment: fixed; */
}
@media (width < 768px) {
  .-bg02 {
    background-size: 120% 100%;
  }
}
.-bg02::before {
  content: "";
  position: absolute;
  display: block;
  top: -50px;
  left: 0;
  /* translate: 0 -98%; */
  width: 100%;
  height: 50px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_bg-blue-top.png) no-repeat top center/100% 100%;
}
@media (width < 768px) {
  .-bg02::before {
    top: -30px;
    height: 30px;
    background-size: 120% 100%;
  }
}
.-bg02::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  /* translate: 0 -98%; */
  width: 100%;
  height: 50px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_bg-white-top.png) no-repeat bottom center/100% 100%;
}
@media (width < 768px) {
  .-bg02::after {
    height: 30px;
    background-size: 120% 100%;
  }
}

.-bg03 {
  padding: 60px 0 1px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_bg-green.png) no-repeat center center/cover;
  background-attachment: fixed;
}

.-bg-pickup {
  padding: 0 0 1px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_bg_pickup.png) no-repeat top center/100% auto;
}

.p-lp-wrapper {
  position: relative;
  overflow: clip;
  background: var(--main-bg-color);
  padding-bottom: 1px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_bg-reaf.png) no-repeat center center/cover;
  /* background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/appliances_sale01_bg.jpg) no-repeat center center/cover; */
  background-attachment: fixed;
}

.p-lp-wrapper > * {
  position: relative;
  z-index: 1;
}

.p-lp-hero {
  margin-inline: auto;
  background-color: #59b9e9;
  /* background-image: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_bg_cat_left.png),
    url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_bg_cat_right.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center, right center; */
}

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

.p-lp-catchcopy {
  /* margin-top: 60px; */
  font-size: min(5vw, 2.2rem);
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}

.p-lp-catchcopy-title {
  margin-bottom: 30px;
  font-size: 150%;
  vertical-align: baseline;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.p-lp-catchcopy-title img {
  display: inline-block;
  width: min(40vw, 360px);
  margin-right: 5px;
  vertical-align: baseline;
}

@media (width < 768px) {
  .p-lp-catchcopy-title img {
    width: min(60vw, 360px);
  }
}
.p-lp-catchcopy p + p {
  margin-top: 15px;
}

.c-lp-section-title {
  position: relative;
  /* width: 90%; */
  margin: 0 auto 20px;
  padding: 20px 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #FFFFFF;
  background: var(--main-color);
}

.c-lp-section-title small {
  display: block;
  font-size: 70%;
  margin-bottom: 3px;
}

.c-lp-section-title::before, .c-lp-section-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
}

.c-lp-section-title::before {
  top: -30px;
  left: -50px;
  background: url() no-repeat top left/contain;
}

.c-lp-section-title::after {
  bottom: -20px;
  right: -50px;
  background: url() no-repeat bottom right/contain;
}

@media (width < 768px) {
  .c-lp-section-title {
    padding: 12px 0;
    font-size: 1.6rem;
  }
  .c-lp-section-title::before, .c-lp-section-title::after {
    width: 80px;
    height: 80px;
  }
  .c-lp-section-title::before {
    top: -10px;
    left: -35px;
  }
  .c-lp-section-title::after {
    bottom: -10px;
    right: -35px;
  }
}
/* アンカーリンク
========================= */
/* .p-lp-nav{
  padding: 0 0 50px;
} */
.p-lp-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.p-lp-anchor li {
  width: calc(50% - 4px);
}

.p-lp-anchor li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 45px;
  padding: 15px 1px;
  font-size: min(3.2vw, 1.1rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 10px #094C75;
  background-color: var(--main-color);
  background-image: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_bg_cat_left.png), url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_bg_cat_right.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center, right center;
}

/* .p-lp-anchor li:nth-of-type(even) a{
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_title_bg.jpg) no-repeat center top / auto 200%;
} */
.p-lp-anchor li a:has(img) {
  padding: 0;
  background: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .p-lp-anchor.-sp-line3 li {
    width: calc(33.333% - 5.3333333333px);
  }
  .p-lp-anchor.-sp-line4 li {
    width: calc(25% - 6px);
  }
}
@media screen and (min-width: 768px) {
  /* .p-lp-anchor{
    flex-wrap: nowrap;
  } */
  .p-lp-anchor.-pc-line3 li {
    width: calc(33.333% - 5.3333333333px);
  }
  .p-lp-anchor.-pc-line4 li {
    width: calc(25% - 6px);
  }
  .p-lp-anchor.-pc-line5 li {
    width: calc(20% - 6.4px);
  }
  .p-lp-anchor.-pc-line6 li {
    width: calc(16.666% - 6.6666666667px);
  }
  .p-lp-anchor.-pc-line7 li {
    width: calc(14.285% - 6.8571428571px);
  }
  .p-lp-anchor.-pc-line8 li {
    width: calc(12.5% - 7px);
  }
  .p-lp-anchor li a {
    padding: 24px 10px;
    font-size: min(6vw, 1.3rem);
  }
}
.p-lp-notice-heading__title {
  height: 40vw;
  max-height: 300px;
  padding-top: min(10vw, 150px);
  font-size: min(9vw, 3.2rem);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  color: var(--accent-color);
  text-shadow: 2px 2px 3px #fff;
  /* background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_title_bg.jpg) no-repeat center top / cover; */
}
.p-lp-notice-heading__title span, .p-lp-notice-heading__title small {
  display: block;
}
.p-lp-notice-heading__title small {
  font-size: 60%;
}
@media (width < 768px) {
  .p-lp-notice-heading__title {
    height: 40vw;
    padding-top: min(6vw, 100px);
    max-height: 300px;
  }
}

.p-lp-heading {
  padding-block: 15px;
  margin-bottom: 20px;
  font-size: min(7vw, 2.4rem);
  font-weight: bold;
  color: #fff;
  background-color: var(--accent-color);
  text-align: center;
  text-shadow: -1px -1px 0px #134d7a;
  background-color: var(--main-color);
  background-image: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_bg_cat_left.png), url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_bg_cat_right.png);
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-position: left center, right center;
}
@media (width < 768px) {
  .p-lp-heading {
    padding-block: 10px;
    /* font-size: 2rem; */
    background-size: auto 100%;
  }
}

/* 特集 - ピックアップ商品 */
.p-lp-border {
  width: round(down, 100%, 377px);
  margin-block: 50px;
  margin-inline: auto;
  height: 40px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cooldown2025_bg-border.png) repeat-x left top/contain;
}
@media (width < 768px) {
  .p-lp-border {
    /* width: unquote("round(down, 100%, 283px)");
    max-width: 283px; */
    background-position: center top;
    width: 100vw;
    height: 30px;
    margin-block: 30px;
    margin-left: -15px;
  }
}

.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;
  }
}
@media (width >= 768px) {
  .p-lp-pickup-item.-reverse {
    grid-template-columns: 1fr 45%;
  }
  .p-lp-pickup-item.-reverse .p-lp-pickup-item__img {
    order: 2;
  }
}
.p-lp-pickup-item .p-lp-category-product--pickup {
  margin-bottom: 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;
  color: var(--accent-color);
  /* background: var(--sheer-bg-color); */
}
@media (width < 768px) {
  .p-lp-pickup-item__detail {
    padding: 30px 20px;
  }
}

.p-lp-pickup-item__name {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  /* grid-template-columns: 1fr 40%; */
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-lp-pickup-item__name small {
  font-size: 70%;
}
@media (width < 768px) {
  .p-lp-pickup-item__name {
    font-size: min(5.5vw, 1.5rem);
  }
}

@media (width >= 768px) {
  .p-lp-pickup-item__name-img {
    padding-inline: 50px;
  }
}

/* .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);
  span{
    font-size: 250%;
    font-weight: 900;
  }
  @media (width < 768px) {
    font-size: min(5vw, 1.6rem);
  }
}
.p-lp-pickup-item__price.-tax{
  margin-top: 15px;
  font-size: 1.1rem;
  span{
    font-size: 150%;
  }
} */
.p-lp-pickup-item__description {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (width < 768px) {
  .p-lp-pickup-item__description {
    font-size: min(4vw, 1.3rem);
  }
}

.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;
  background-color: #fff;
}

@media (width >= 768px) {
  .p-lp-category-product--pickup:has(> :nth-child(1):last-child) .p-item-list-category__item {
    width: 100%;
  }
}
.p-lp-category-product--pickup .c-card {
  padding: 20px;
  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--pickup .c-card {
    padding: 10px;
  }
}
.p-lp-category-product--normal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  gap: 30px;
}

.p-lp-category-product--normal .p-item-list-category__item {
  width: calc(25% - 22.5px);
  background-color: #fff;
}

@media (width >= 768px) {
  .p-lp-category-product--normal:has(> :nth-child(-n+3):last-child) .p-item-list-category__item,
  .p-lp-category-product--normal:has(> :nth-child(3):last-child) .p-item-list-category__item,
  .p-lp-category-product--normal:has(> :nth-child(6):last-child) .p-item-list-category__item {
    width: calc(33.333% - 20px);
  }
}
.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);
  }
}
/* もっと見るボタン */
.c-lp-more-btn {
  /* aspect-ratio: 1/1; */
  display: grid;
  place-content: center;
  grid-template-columns: 100%;
  /* margin-top: 30px;
  @media (width < 768px) {
    margin-top: 15px;
  } */
}

.c-lp-more-btn a {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 600px;
  min-height: 70px;
  margin: 0 auto;
  padding: 10px 30px;
  font-size: min(5vw, 1.4rem);
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  border-radius: 50px;
}

@media (width < 768px) {
  .c-lp-more-btn a {
    /* width: 80vw; */
    min-height: 60px;
  }
}
/* 商品スライダーコントローラー
========================= */
.swiper-wrapper {
  display: flex;
}

.p-lp-products-swiper {
  overflow: clip;
  background: rgba(255, 255, 255, 0.7);
  padding-bottom: 25px;
}

.p-lp-products-swiper .p-item-list-category__item {
  padding: 10px;
  background-color: #fff;
}

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

.p-lp-products-swiper__main {
  padding: 10px 10px 5px;
  background-color: var(--bf-black-sheer);
}

@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;
}

/* タイトル - 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);
  }
}
/* 追従ナビゲーション */
.nav-sticky {
  justify-content: center;
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.nav-sticky.active {
  transform: translateY(0);
}

@media screen and (width < 768px) {
  .l-main--item-category {
    overflow-x: clip !important;
  }
  .nav-sticky {
    padding: 2% 0;
  }
}