@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap");
/* テーマカラー設定 */
:root {
  --main-color: #0062b1;
  --accent-color: #113252;
  --content-max-width: 780px;
  --swiper-dots-color: #0062b1;
  --swiper-allow-color: #fff;
}

/* セクション背景色設定 */
.-bg01 {
  background: url("https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/unagi2025_bg01.jpg") no-repeat center center/cover;
  background-color: #000;
  background-attachment: fixed;
}

.-bg01 .p-item-list-scroll__list::-webkit-scrollbar-thumb {
  background: #0062b1;
}

.-bg-white {
  background-color: #fff;
}

.p-lp-hero {
  margin-inline: auto;
  margin-bottom: 0;
  background-color: #000;
}
.p-lp-hero img {
  /* width: 100%;
  max-width: inherit; */
  margin-inline: auto;
}

/* 大枠・セクション */
.p-bg-wrap {
  padding: 0 0 1px;
}

.p-lp-box:not(:first-of-type) {
  margin-top: 70px;
}

.p-lp-box__title {
  /* max-width: 850px; */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

:where(.p-lp-box__title) {
  margin-bottom: 20px;
}

.p-lp-box__title.-tit-bg01 {
  background: #B50081;
}

.p-lp-box__title.-tit-bg02 {
  background: #EB6100;
}

.p-lp-box__title.-tit-bg03 {
  background: #00884E;
}

.p-lp-box__title__text {
  padding: 15px;
  font-size: min(7vw, 2.8rem);
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.p-lp-box__title img {
  width: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  /* .p-bg-wrap {
    padding: 0 0 80px;
  } */
  .p-lp-box:not(:first-of-type) {
    margin-top: 120px;
  }
  :where(.p-lp-box__title) {
    margin-bottom: 50px;
  }
}
/* ナビゲーション */
.p-lp-nav-title {
  text-align: center;
  color: #0062b1;
  font-size: 1.4rem;
  font-weight: bold;
}

.p-lp-nav-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px 2%;
}

.nav-sticky .p-lp-nav-banner {
  flex-wrap: nowrap;
  gap: 0 1%;
}

.p-lp-nav-banner li {
  max-width: 32%;
}

@media screen and (min-width: 768px) {
  .p-lp-nav-banner:has(> :nth-child(4):last-child) {
    gap: 22px 10px;
  }
  .p-lp-nav-banner:has(> :nth-child(4):last-child) li {
    width: calc(25% - 7.5px);
  }
}
.p-lp-nav-banner p {
  margin-top: 5px;
  font-size: min(3vw, 1rem);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-lp-nav-banner {
    gap: 2vw 2%;
  }
  .p-lp-nav-banner li {
    max-width: inherit;
    width: 49%;
  }
  .p-lp-nav-banner.-col1 li {
    width: 100%;
  }
}
/* カテゴリー */
/* .p-lp-category-box{
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
} */
.p-lp-category-box + .p-lp-category-box {
  margin-top: 70px;
}

.p-lp-category-box__title {
  /* max-width: 850px; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #0062b1;
  text-align: center;
}

.p-lp-category-box__main {
  max-width: var(--content-max-width);
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.3333333333);
}
.p-lp-category-box__main.-large {
  max-width: inherit;
}
.p-lp-category-box__main a {
  display: block;
  transition: background-color 0.3s ease;
}
.p-lp-category-box__main a img {
  transition: opacity 0.3s ease;
}
.p-lp-category-box__main a:hover {
  opacity: 1;
  background: rgba(255, 255, 221, 0.3333333333);
}
.p-lp-category-box__main a:hover img {
  opacity: 0.8;
}

.p-lp-category-box__main-detail {
  display: flex;
  justify-content: center;
}

.p-lp-category-box__main-detail li {
  width: 50%;
}

.p-lp-category-box__main-detail img {
  margin-left: auto;
  margin-right: auto;
}

.p-lp-category-box .c-media-video {
  max-width: var(--content-max-width);
  aspect-ratio: 16/9;
  padding: 0;
  height: unset;
  margin: 30px auto;
}

.p-lp-category-box .c-card__point {
  max-width: 72px;
}

@media screen and (max-width: 767px) {
  .p-lp-category-box__title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .p-lp-category-box__main-detail.-sp-wide {
    flex-wrap: wrap;
  }
  .p-lp-category-box__main-detail.-sp-wide li {
    width: 100%;
    /* margin-top: 15px;
    padding: 0 8%; */
  }
  .p-lp-category-box .p-item-list-scroll__list {
    margin-top: 20px;
    padding: 15px;
    margin-right: 0;
  }
  .p-lp-category-box .p-item-list-category__item {
    width: calc((100% - 65px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-lp-category-box .p-item-list-scroll__list {
    justify-content: center;
    margin-top: 30px;
    padding: 20px;
  }
  .p-lp-category-box .p-item-list-category__item {
    width: calc((100% - 40px) / 3);
  }
  .p-lp-category-box .p-item-list-scroll__list:has(> :nth-child(n+3):last-child) {
    justify-content: flex-start;
  }
}
/* もっとみる */
.p-lp-btn-more {
  max-width: var(--content-max-width);
  margin: 50px auto 0;
}

:where(.p-lp-btn-more) a {
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 8px;
  color: #fff;
  background-color: var(--main-color);
  box-shadow: 0 5px var(--accent-color);
  transition: filter 0.3s ease;
}
:where(.p-lp-btn-more) a:hover {
  opacity: 1;
  filter: brightness(130%);
}

.btn-bg-01 {
  background: #B50081;
  box-shadow: 0 5px #5B0041;
}

.btn-bg-02 {
  background: #EB6100;
  box-shadow: 0 5px #773100;
}

.btn-bg-03 {
  background: #00884E;
  box-shadow: 0 5px #004e2c;
}

/* 説明エリア */
.p-lp-attention {
  width: 96%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  border-radius: 10px;
  /* border-radius: 0 0 10px 10px; */
  background-color: rgb(255, 255, 255);
  border: 3px solid var(--accent-color);
  /* border-top: none; */
}

.p-lp-attention-title {
  width: 96%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.p-lp-attention .c-ttl-deco-block {
  border-left-color: var(--accent-color);
}

.p-lp-attention__limit dl {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  line-height: 1.6;
}

.p-lp-attention__limit dl + dl {
  margin-top: 15px;
}

.p-lp-attention__limit dt {
  width: 140px;
  padding: 5px 0;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background-color: var(--accent-color);
  border-radius: 10px;
}

.p-lp-attention__limit dd {
  align-self: center;
  width: calc(100% - 160px);
  font-size: 1.2rem;
}

.p-lp-attention__limit dd .notes {
  font-size: 0.9rem;
}

.p-lp-attention .c-text:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .p-lp-attention {
    padding: 30px 20px;
  }
  .p-lp-attention__limit dl {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-lp-attention__limit dt {
    width: 180px;
    margin: 0 auto 10px;
    padding: 2px 0;
    font-size: 1.2rem;
  }
  .p-lp-attention__limit dd {
    width: 100%;
    font-size: min(5.5vw, 1.2rem);
    line-height: 1.5;
  }
}
/* 追従ナビゲーション */
.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 (max-width: 767px) {
  .l-main--item-category {
    overflow-x: clip !important;
  }
  .nav-sticky {
    padding: 2% 0;
  }
}
/* 動画エリア */
.p-lp-category-box__video {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  margin: 70px 0;
  color: #fff;
}

.p-lp-category-box__video-title {
  width: 100%;
  padding: 15px 0;
  font-family: "Zen Antique Soft", serif;
  font-size: min(4.8vw, 1.6rem);
  text-align: center;
  line-height: 1.4;
  color: #ffd66e;
  background: #000;
  border: 1px solid #ffd66e;
  border-left: none;
  border-right: none;
}

.p-lp-category-box__video-column {
  width: calc(50% - 15px);
}

.p-lp-category-box__video-column p {
  margin-bottom: 15px;
  font-family: "Zen Antique Soft", serif;
  font-size: min(4vw, 1.35rem);
  line-height: 1.4;
  text-align: center;
}

.p-lp-category-box__video-column .c-media-video {
  margin: 0 auto;
  border: 1px solid #777;
}

@media screen and (max-width: 767px) {
  .p-lp-category-box__video {
    margin: 50px 0;
  }
  .p-lp-category-box__video-column {
    width: 100%;
  }
}
/* 商品スライダーコントローラー
========================= */
.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;
}