@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600..900&display=swap");
/*テーマカラー設定*/
:root {
  --main-color: #0c54de;
  --accent-color01: #023ca9;
  --accent-color02: #ff7f0c;
  --red-color: #FF302F;
  --main-bg-color: #fff;
  --lp-swiper-nav-color: #AD2379;
}

.p-lp-wrapper {
  position: relative;
}
.p-lp-wrapper .c-text {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (width < 768px) {
  .p-lp-wrapper .c-text {
    font-size: 1rem;
  }
}
.p-lp-wrapper .c-text-large {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (width < 768px) {
  .p-lp-wrapper .c-text-large {
    font-size: 1.2rem;
  }
}

.p-lp-hero img {
  width: 100%;
  margin: 0 auto;
}

.p-lp-bg-wrapper {
  padding-block: 80px;
}
@media (width < 768px) {
  .p-lp-bg-wrapper {
    padding-block: 40px;
  }
}
.p-lp-bg-wrapper:has(.c-lp-section-title) {
  padding-block-start: 0;
}

.p-lp-bg-wrapper--blue {
  background-color: #c5effa;
}

.l-lp-section-inner {
  max-width: 920px;
  margin-inline: auto;
}

.u-blue {
  color: var(--accent-color01);
}

.c-lp-section-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: var(--main-color);
  padding: 20px 0;
  margin-bottom: 60px;
}
@media (width < 768px) {
  .c-lp-section-title {
    font-size: min(7vw, 1.8rem);
    padding: 10px 0;
    margin-bottom: 40px;
    line-height: 1.3;
  }
}

.p-lp-section-title__small {
  margin-top: 10px;
  max-width: max-content;
  margin-inline: auto;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media (width < 768px) {
  .p-lp-section-title__small {
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: left;
  }
}

.p-lp-section-subtitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background-color: var(--accent-color01);
  padding: 10px 0;
  margin-bottom: 40px;
  border-radius: 10px;
}
.p-lp-section-subtitle small {
  display: block;
  font-size: 90%;
  line-height: 1.4;
}
@media (width < 768px) {
  .p-lp-section-subtitle {
    font-size: min(5vw, 1.6rem);
    padding: 10px 0;
    margin-bottom: 10px;
    line-height: 1.35;
  }
  .p-lp-section-subtitle small {
    font-size: 90%;
    line-height: 1.1;
  }
}

.c-lp-text-list {
  list-style: none;
  max-width: max-content;
  padding-left: 1.3rem;
  margin: 30px auto 0;
}
.c-lp-text-list li {
  margin-top: 10px;
  font-size: 1.3rem;
  text-indent: -1.3rem;
  line-height: 1.6;
}
@media (width < 768px) {
  .c-lp-text-list {
    padding-left: 1rem;
    margin: 20px auto 0;
  }
  .c-lp-text-list li {
    margin-top: 10px;
    font-size: 1rem;
    text-indent: -1rem;
    line-height: 1.6;
  }
}

.c-lp-table {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  margin-inline: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (width < 768px) {
  .c-lp-table {
    margin-top: 10px;
  }
}
.c-lp-table th, .c-lp-table td {
  line-height: 1.6;
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 10px 20px;
  border: 1px solid #ccc;
}
@media (width < 768px) {
  .c-lp-table th, .c-lp-table td {
    font-size: 0.9rem;
    padding: 6px 8px;
  }
}
.c-lp-table thead th {
  padding: 10px 0;
  border: none;
  vertical-align: bottom;
}
.c-lp-table thead th:first-child {
  text-align: left;
}
.c-lp-table thead th:last-child {
  text-align: right;
}
@media (width < 768px) {
  .c-lp-table thead th:last-child {
    width: 25%;
  }
}
.c-lp-table tbody .-border-top-bold th, .c-lp-table tbody .-border-top-bold td {
  border-top: 3px solid #ccc;
}
.c-lp-table tbody th {
  font-weight: 500;
}
.c-lp-table tbody .-gray {
  font-weight: 700;
  background-color: #fcfcfc;
}
.c-lp-table tbody td {
  text-align: right;
}

.p-lp-thumb-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (width < 768px) {
  .p-lp-thumb-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.p-lp-thumb-list li {
  background-color: #fff;
}

.p-lp-info__title {
  text-align: center;
  font-size: min(4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.6;
}
.p-lp-info__title span {
  background-image: linear-gradient(transparent 70%, var(--accent-color02) 70%);
}
@media (width < 768px) {
  .p-lp-info__title {
    font-size: min(9vw, 2rem);
  }
}

.p-lp-flow__title {
  text-align: center;
  font-size: min(4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.6;
  color: var(--accent-color01);
}
@media (width < 768px) {
  .p-lp-flow__title {
    font-size: min(7vw, 2rem);
    line-height: 1.4;
  }
}

.p-lp-flow__note {
  margin-top: 20px;
  font-size: 1.1rem;
  line-height: 1.6;
}
@media (width < 768px) {
  .p-lp-flow__note {
    font-size: 0.85rem;
  }
}

/* カテゴリ-ピックアップ */
.p-lp-category-product figure > img {
  aspect-ratio: 1/1;
}
.p-lp-category-product .c-card {
  padding: 20px;
}
.p-lp-category-product .c-card figure {
  display: block;
  background-color: var(--card-bg);
}
.p-lp-category-product .c-card .c-card__textarea,
.p-lp-category-product .c-card img {
  transition: opacity 0.3s ease;
}
.p-lp-category-product .c-card .c-card__brand {
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: inherit;
  line-clamp: inherit;
  overflow: visible;
}
.p-lp-category-product .c-card .c-text.c-card__name {
  margin-block: 3px 8px;
  height: auto;
  min-height: 3em;
  font-weight: 700;
  font-size: 1.22rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: inherit;
  line-clamp: inherit;
  overflow: visible;
  color: #252525;
}
.p-lp-category-product .c-card .c-card__spec {
  color: #7c7c7c;
  font-weight: 500;
  font-size: 1.05rem;
  text-align: center;
  border: 1px solid currentColor;
}
.p-lp-category-product .c-card .c-price.price-base {
  font-size: 2rem;
}
.p-lp-category-product .c-card .c-price.price-base span {
  font-size: 50%;
}
.p-lp-category-product .c-card .c-price.price-base small {
  font-size: 80%;
}
.p-lp-category-product .c-card:hover {
  opacity: 1;
}
.p-lp-category-product .c-card:hover .c-card__textarea,
.p-lp-category-product .c-card:hover img {
  opacity: 0.6;
}