@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
/*テーマカラー設定*/
:root {
  --main-color: #41929D;
  --main-bg-color: #C5F2F3;
  --swiper-dots-color: #252525;
  --swiper-allow-color: #fff;
  --content-side-padding: 30px;
  --content-side-padding-sp: 15px;
}

.p-lp-wrapper {
  overflow: clip;
  background: #C5F2F3;
}
.p-lp-wrapper .l-inner {
  max-width: 1140px;
  padding: 50px 15px 1px;
  background: #fff;
}
.p-lp-wrapper .l-inner.-last-section {
  padding-bottom: 60px;
}
@media (width < 768px) {
  .p-lp-wrapper .l-inner {
    width: 96%;
  }
}
@media (width >= 768px) {
  .p-lp-wrapper .l-inner {
    padding: 80px var(--content-side-padding) 1px;
  }
}

.p-lp-hero {
  margin: 0 auto;
  max-width: 1140px;
}

.p-lp-catchcopy {
  margin-top: 60px;
  padding: 60px 0;
  font-size: min(4vw, 2rem);
  line-height: 1.8;
  text-align: center;
  color: var(--main-color);
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/cycle_250110_copy_bg.png) no-repeat center center/cover;
}
.p-lp-catchcopy p + p {
  margin-top: 15px;
}

.c-lp-section-title {
  width: calc(100% + var(--content-side-padding) * 2);
  margin-left: calc(var(--content-side-padding) * -1);
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: var(--main-color);
}
@media (width < 768px) {
  .c-lp-section-title {
    width: calc(100% + var(--content-side-padding-sp) * 2);
    margin-left: calc(var(--content-side-padding-sp) * -1);
    padding: 5px 0;
    font-size: 1.6rem;
  }
}

.c-lp-category-title {
  width: calc(100% + var(--content-side-padding) * 2);
  margin-left: calc(var(--content-side-padding) * -1);
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (width < 768px) {
  .c-lp-category-title {
    width: calc(100% + var(--content-side-padding-sp) * 2);
    margin-left: calc(var(--content-side-padding-sp) * -1);
    margin-bottom: 10px;
  }
  .c-lp-category-title img {
    aspect-ratio: 600/70;
    object-fit: cover;
  }
}

.c-lp-category-subtitle {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: var(--main-color);
}
@media (width < 768px) {
  .c-lp-category-subtitle {
    margin-bottom: 10px;
    padding: 3px 0;
    font-size: 1.4rem;
  }
}

.c-lp-banner-link + .c-lp-banner-link {
  margin-top: 10px;
}

.c-lp-banner-link {
  overflow: hidden;
}

.c-lp-banner-link__imgbnr {
  position: relative;
}

.c-lp-banner-link__imgbnr-text {
  position: absolute;
  top: min(3vw, 40px);
  left: 0;
  width: max-content;
  line-height: 1.5;
  color: #fff;
}
.c-lp-banner-link__imgbnr-text .-title, .c-lp-banner-link__imgbnr-text .-desc {
  padding: 0 min(4vw, 50px);
}
.c-lp-banner-link__imgbnr-text .-title {
  display: block;
  font-weight: bold;
  font-size: min(5vw, 3rem);
  border-bottom: 5px solid #fff;
}
.c-lp-banner-link__imgbnr-text .-desc {
  display: block;
  margin-top: 5%;
  font-size: min(2.5vw, 1.3rem);
}
.c-lp-banner-link__imgbnr-text.-right {
  text-align: right;
  left: inherit;
  right: 0;
}

.c-lp-banner-link-inner.-half {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* justify-content: space-between; */
  gap: 10px;
  /* a img{
    display: block;
    width: 120%;
  }
  a:nth-child(1){
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  }
  a:nth-child(2){
    clip-path: polygon(0 0 , 100% 0,  100% 100%, 20% 100%);
  } */
}

.c-lp-banner-link-inner.-skew {
  aspect-ratio: 1140/180;
  transform: skew(25deg);
  width: 120%;
  margin-left: -10%;
}

/* .c-lp-banner-link-inner.-skew a{
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  background-color: var(--main-color);
} */
.c-lp-banner-link-inner.-skew .-skew-left,
.c-lp-banner-link-inner.-skew .-skew-right {
  position: relative;
  display: flex;
  width: 100%;
  color: #fff;
  padding: 5%;
  background-color: var(--main-color);
}
.c-lp-banner-link-inner.-skew .-skew-left {
  align-items: end;
  padding-left: 20%;
}
.c-lp-banner-link-inner.-skew .-skew-right {
  justify-content: flex-end;
  padding-right: 20%;
}

.c-lp-banner-link-inner .-skew-title {
  font-size: min(4vw, 2.4rem);
  font-weight: 600;
  transform: skew(-25deg);
  line-height: 1.5;
}
.c-lp-banner-link-inner .-skew-title span {
  position: relative;
  display: block;
  width: max-content;
}
.c-lp-banner-link-inner .-skew-title span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 60px);
  height: 2px;
  background: #fff;
}

.c-lp-banner-link-inner .-skew-right .-skew-title span {
  margin-left: auto;
}

/* もっと見るボタン */
.c-lp-more-btn {
  margin-top: 30px;
}
@media (width < 768px) {
  .c-lp-more-btn {
    margin-top: 15px;
  }
}

.c-lp-more-btn a {
  position: relative;
  display: grid;
  place-content: center;
  max-width: 600px;
  min-height: 70px;
  margin: 0 auto;
  padding: 10px 30px;
  font-size: min(3.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: 50px;
  }
}

/* 商品スライダーコントローラー
========================= */
.swiper-wrapper {
  display: flex;
}

.p-lp-products-swiper {
  overflow: clip;
  background: rgba(65, 146, 157, 0.2);
  padding-bottom: 25px;
}

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