@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Limelight&display=swap");
/* テーマカラー設定 */
:root {
  --lp-main-color: #252525;
  --lp-nav-color: #AD2379;
  --lp-nav-bg-color: #fff;
  /* --lp-swiper-nav-color: #482F24; */
  --lp-swiper-nav-color: #548235;
  --en-font: "Limelight", sans-serif;
}

.-bg01 {
  background-color: #e1d8cd;
}

.-bg02 {
  background-color: #fbf9f5;
}

.-bg03 {
  background-color: #36241A;
}

.-bg04 {
  background-color: #e1d8cd;
}

.p-lp-wrapper {
  overflow: hidden;
}
.p-lp-wrapper .c-button {
  line-height: 1.5;
  color: #fff;
  background-color: #36241A;
  border: none;
}
.p-lp-wrapper .c-button:hover {
  background-color: #C6A092;
}

.p-lp-hero img {
  width: 100%;
}
@media (width < 768px) {
  .p-lp-hero .l-inner {
    padding: 15px 0;
  }
}

.p-bg-wrap {
  padding: 70px 0;
}
@media (width < 768px) {
  .p-bg-wrap {
    padding: 30px 0 50px;
  }
}

/* 注目の特集 */
.p-lp-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.p-lp-nav li {
  width: calc(33.333% - 5.3333333333px);
}
@media (width < 768px) {
  .p-lp-nav li {
    width: calc(50% - 4px);
  }
}

.p-lp-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: min(2.7vw, 0.9rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

/* ペットの種類から探す */
.p-lp-category-title {
  margin-bottom: 30px;
  padding: 15px;
  font-size: min(6vw, 2rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #36241A;
}
@media (width < 768px) {
  .p-lp-category-title {
    margin-bottom: 20px;
  }
}
.p-lp-category-title.-pattern02 {
  color: #36241A;
  background-color: transparent;
  border-bottom: 3px dotted #96847a;
  /* background-color: #36241A33; */
}

.p-lp-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto auto;
  gap: 30px;
}
.p-lp-category-grid .-dog {
  grid-column: 1/3;
  grid-row: 1/3;
}
.p-lp-category-grid .-cat {
  grid-column: 3/5;
  grid-row: 2/4;
}
.p-lp-category-grid .-rabbit {
  grid-column: 3/5;
  grid-row: 1/2;
}
.p-lp-category-grid .-hamster {
  grid-column: 1/3;
  grid-row: 3/4;
}
@media (width < 768px) {
  .p-lp-category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .p-lp-category-grid img {
    aspect-ratio: 2/1;
  }
  .p-lp-category-grid .-dog {
    grid-column: 1/3;
    grid-row: auto;
  }
  .p-lp-category-grid .-dog img {
    object-position: center 20%;
  }
  .p-lp-category-grid .-cat {
    grid-column: 1/3;
    grid-row: auto;
  }
  .p-lp-category-grid .-cat img {
    object-position: center 10%;
  }
  .p-lp-category-grid .-rabbit {
    grid-column: 1/3;
    grid-row: auto;
  }
  .p-lp-category-grid .-hamster {
    grid-column: 1/3;
    grid-row: auto;
  }
}

.c-lp-category-card {
  display: block;
  position: relative;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(37, 37, 37, 0.6);
}
.c-lp-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-lp-category-card__name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0 10px;
  font-family: var(--en-font);
  font-size: min(7vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: rgba(54, 36, 26, 0.6666666667);
}

/* 各カテゴリ */
.p-lp-section-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-left: 10px solid #36241A;
}
@media (width < 768px) {
  .p-lp-section-title {
    margin-bottom: 20px;
  }
}

.p-lp-section-title__name {
  display: flex;
  align-items: end;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 100%;
  padding-left: min(2vw, 20px);
  color: #fff;
  background: linear-gradient(90deg, rgba(54, 36, 26, 0.8), rgba(54, 36, 26, 0));
}
.p-lp-section-title__name .-en {
  font-family: var(--en-font);
  font-size: min(12vw, 7.2rem);
  font-weight: 900;
  line-height: 0.6;
}

.p-lp-section-title__img {
  aspect-ratio: 7/2;
  max-width: 55%;
  height: 100%;
  min-height: 100px;
  /* max-height: 170px; */
  margin: 0 0 0 auto;
}
@media (width < 768px) {
  .p-lp-section-title__img.-sp-wide {
    max-width: 75%;
  }
}
.p-lp-section-title__img img {
  mask-image: linear-gradient(to right, transparent 3%, black 30%, black 80%, transparent 97%);
  -webkit-mask-image: linear-gradient(to right, transparent 3%, black 30%, black 80%, transparent 97%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20% 50%;
}
@media (width < 768px) {
  .p-lp-section-title__img img {
    mask-image: linear-gradient(to right, transparent 3%, black 20%, black 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 3%, black 20%, black 100%);
  }
}

.p-lp-section-subtitle {
  position: relative;
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 2px 0 12px 40px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #36241A;
  border-bottom: 3px dotted;
  /* border-bottom: 3px dotted #fa9b55; */
  border-color: #96847a;
}
.p-lp-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/petgoods_icon.png?v0930);
  /* background: url(../../images/petgoods_shop/petgoods_icon.png); */
  background-size: contain;
}
@media (width < 768px) {
  .p-lp-section-subtitle {
    margin-top: 35px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
}

/* 商品スライダーコントローラー
========================= */
.p-lp-products-swiper {
  overflow: clip;
}

.p-lp-products-swiper__main {
  padding: 10px 10px 5px;
  background-color: #fff;
}

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