<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* テーマカラー設定 */
:root {
  --main-color: #017AB7;
  --accent-color: #017AB7;
  --lp-swiper-nav-color: var(--main-color);
}

.p-lp-wrapper {
  padding: 0 0 1px;
  background: linear-gradient(#C2DFE2, #9ED1DE);
  background-attachment: fixed;
}

.bg-category {
  background-color: #fff5ce;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.bg-content-001 {
  padding-top: 50px;
}

.bg-content-002 {
  padding-bottom: 1rem;
  background-size: auto auto;
  background-color: #E62E82;
}

.p-lp-hero {
  margin-bottom: 0;
  background: var(--main-color);
}
.p-lp-hero img {
  width: 100%;
  margin: 0 auto;
}

/* バナー */
.p-bnr-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.p-bnr-area li {
  width: calc(50% - 5px);
}

.p-bnr-area__textlink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: min(3.2vw, 1.6rem);
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background-color: #B50081;
  border-radius: 5px;
}

@media (width &gt;= 768px) {
  .p-bnr-area {
    gap: 12px;
    margin-bottom: 50px;
  }
  .p-bnr-area li {
    width: calc(50% - 6px);
  }
  .p-bnr-area li:nth-child(n+3) {
    width: calc(33.333% - 8px);
  }
  .p-bnr-area li.p-bnr-area__max {
    width: 100%;
  }
  .p-bnr-area__textlink {
    min-height: 80px;
  }
}
.p-lp-card-swiper .swiper-slide {
  width: calc((100% - 16px) / 2.5);
}
@media (width &gt;= 768px) {
  .p-lp-card-swiper .swiper-slide {
    width: calc((100% - 96px) / 8.5);
  }
}

/* 見出し
========================== */
.p-lp-heading {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 10px;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p-lp-heading::before {
  content: "\f06b";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  color: var(--main-color);
  font-size: 30px;
}
@media (width &lt; 768px) {
  .p-lp-heading {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

/* もっとみるボタン
========================== */
.c-lp-more-btn {
  aspect-ratio: 1/1;
  display: grid;
  align-items: center;
}

.c-lp-more-btn a {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0.5rem;
  font-size: min(4.5vw, 1rem);
  /* font-weight: 900; */
  line-height: 1;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  border-radius: 0.5rem;
}
.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-attention {
  width: 96%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px;
  border-radius: 10px;
  background-color: #fff;
  border: 3px solid var(--main-color);
}
@media (width &lt; 768px) {
  .p-lp-attention {
    padding: 30px 20px;
  }
}
.p-lp-attention .c-ttl-deco-block {
  border-left-color: var(--main-color);
}

/* 商品スライダーコントローラー
========================= */
.p-lp-products-slider {
  margin-top: 10px;
  overflow: clip;
}
@media (width &gt;= 768px) {
  .p-lp-products-slider .p-item-list-category__item {
    width: calc((100% - 120px) / 5);
  }
}

.p-lp-products-slider__main {
  padding: 12px 10px 7px;
  background-color: rgba(255, 255, 255, 0.6);
}

@media (width &gt;= 768px) {
  .p-lp-products-slider__main {
    padding: 15px 20px 15px;
  }
}
/* .p-lp-products-slider__main{
  padding: 10px 10px 5px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-lp-products-slider__main{
    padding: 20px 20px 10px;
  }
} */
.p-lp-controller {
  position: relative;
  /* display: flex; */
  display: none;
  align-items: center;
  justify-content: center;
  height: 35px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

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

@media (width &gt;= 768px) {
  .p-lp-controller {
    /* width: 85%; */
    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;
  background-color: transparent;
  /* 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: #c5e0b4; */
  background-color: var(--lp-swiper-nav-color);
  border-radius: 50%;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active:before {
  background-color: var(--lp-swiper-nav-color);
}

.p-lp-controller__button {
  cursor: pointer;
  position: relative;
  /* position: absolute; */
  display: block;
  /* top: 0; */
  width: 35px;
  height: 35px;
  background-color: var(--lp-swiper-nav-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;
}

.p-lp-controller__scrollbar {
  height: 5px;
  background-color: rgba(255, 255, 255, 0.3333333333);
}
.p-lp-controller__scrollbar .swiper-scrollbar-drag {
  height: 100%;
  background-color: var(--lp-swiper-nav-color);
}</pre></body></html>