/* lpure.css: エルピュアページ (slug: lpure) */

.lpure-main {
  --lpure-wrap: 1040px;
  --lpure-wrap-gutter: 40px;
  --lpure-side-gap: max(
    0px,
    calc(
      (100vw - min(var(--lpure-wrap), calc(100vw - var(--lpure-wrap-gutter)))) /
        2
    )
  );
  --lpure-blue: #2428a6;
  --lpure-soft-blue: #cce7fc;
  --lpure-soft-blue-2: #EBF5FE;
  --lpure-text-dark: #161616;
  --lpure-text-soft: #1a1a1a;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.lpure-main :where(*, *::before, *::after) {
  box-sizing: border-box;
}

.lpure-wrap {
  width: min(var(--lpure-wrap), calc(100% - var(--lpure-wrap-gutter)));
  margin: 0 auto;
}

.lpure-wrap--hero {
  width: 100%;
  aspect-ratio: 18 / 5;
  overflow: hidden;
}

.lpure-hero {
  background: #fff;
}

.lpure-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.lpure-wrap--crumb {
  padding: 6px 0 52px;
}

.lpure-breadcrumb {
  margin: 0;
  color: #2f2f2f;
  font-size: 13px;
  letter-spacing: 0;
}

.lpure-section {
  background: #fff;
  padding-top: 90px;
}

.lpure-split {
  display: grid;
  align-items: start;
}

.lpure-split--about {
  grid-template-columns: minmax(340px, 1fr) minmax(420px, 560px);
  gap: 20px;
  padding-bottom: 76px;
}

.lpure-copy__kicker {
  margin: 0;
  color: #2f2f2f;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.lpure-copy__kicker::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: var(--lpure-blue);
  margin-top: 12px;
}

.lpure-copy__title {
  margin: 60px 0 0;
  color: var(--lpure-blue);
  font-size: 36px;
  line-height: 56px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.lpure-copy__title--mid {
  margin-top: 56px;
  font-size: 28px;
  line-height: 44px;
  font-weight: 400;
}

.lpure-copy__title--sub {
  margin-top: 60px;
  font-size: 28px;
  line-height: 44px;
  font-weight: 400;
}

.lpure-copy__text {
  margin: 40px 0 0;
  color: var(--lpure-text-soft);
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
}

.lpure-image-card {
  margin: 0;
  background: #e9eff6;
  overflow: hidden;
}

.lpure-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.lpure-image-card--pour {
  margin-top: 30px;
  aspect-ratio: 9 / 7;
  width: min(calc(100% + var(--lpure-side-gap)), 50vw);
  margin-right: calc(-1 * var(--lpure-side-gap));
  justify-self: end;
}

.lpure-split--feature {
  grid-template-columns: minmax(420px, 540px) minmax(400px, 1fr);
  gap: 50px;
  padding-bottom: 165px;
}

.lpure-image-card--woman {
  background: #fff;
  aspect-ratio: 9 / 7;
  width: min(calc(100% + var(--lpure-side-gap)), 50vw);
  margin-left: calc(-1 * var(--lpure-side-gap));
}

.lpure-copy--feature .lpure-copy__kicker {
  font-size: 20px;
}

.lpure-copy--feature .lpure-copy__text {
  margin-top: 20px;
}

.lpure-source {
  position: relative;
  background: #dfe9ee;
  padding: 120px 0 78px;
  height: 750px;
  overflow: hidden;
}

.lpure-source::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/LPURE/lpure_nyusankin.webp") center bottom / cover
    no-repeat;
  pointer-events: none;
}

.lpure-source > .lpure-wrap--narrow {
  position: relative;
  z-index: 1;
}

.lpure-wrap--narrow {
  width: min(1040px, calc(100% - 40px));
}

.lpure-source__title {
  margin: 0;
  text-align: center;
  color: var(--lpure-blue);
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.lpure-source__lead {
  margin: 28px auto 0;
  color: #1e1e1e;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.lpure-source__circles {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.lpure-source__circles img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.lpure-spec {
  background: #f2f2f2;
  padding: 88px 0 94px;
}

.lpure-wrap--spec {
  width: min(1080px, calc(100% - 40px));
}

.lpure-heading {
  margin: 0;
  text-align: center;
  color: #2b2b2b;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.lpure-spec .lpure-heading {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.lpure-heading::after {
  content: "";
  display: block;
  width: 76px;
  height: 2px;
  margin: 14px auto 0;
  background: #2428a6;
}

.lpure-spec__grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.lpure-spec__image {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.lpure-spec__image img {
  width: 100%;
  height: auto;
  display: block;
}

.lpure-spec__content {
  color: var(--lpure-text-dark);
}

.lpure-spec__label {
  margin: 0 0 10px;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.lpure-table {
  width: 100%;
  border-collapse: collapse;
}

.lpure-table th,
.lpure-table td {
  border: 3px solid #f2f2f2;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.45;
}

.lpure-table th {
  width: 130px;
  text-align: center;
  background: #3fa6f2;
  color: #fff;
  font-weight: 300;
}

.lpure-table td {
  background: var(--lpure-soft-blue);
  color: #2f2f2f;
  font-weight: 300;
}

.lpure-table-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 10px;
}

.lpure-table--sub th {
  width: 130px;
}

.lpure-notes {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.lpure-notes li {
  position: relative;
  margin: 0 0 4px;
  padding-left: 1.1em;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
}

.lpure-notes li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.lpure-faq-wrap {
  background: #fff;
  padding: 72px 0 56px;
}

.lpure-wrap--faq {
  width: min(1080px, calc(100% - 40px));
}

.lpure-faq {
  background: var(--lpure-soft-blue-2);
  border-radius: 14px;
  padding: 52px 64px 56px;
}

.lpure-faq__group {
  margin: 30px 0 10px;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.lpure-faq-item {
  margin: 0 0 16px;
  background: #fff;
  border-radius: 10px;
  padding: 16px 18px 18px;
}

.lpure-faq-item__q,
.lpure-faq-item__a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.lpure-faq-item__q span,
.lpure-faq-item__a span {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.lpure-faq-item__q span {
  background: #2e34b4;
  color: #fff;
}

.lpure-faq-item__a {
  border-top: 2px solid #d9d9d9;
  margin-top: 14px;
  padding-top: 16px;
}

.lpure-faq-item__a span {
  background: #fff;
  color: #2e34b4;
  border: 2px solid #7f85dd;
}

.lpure-faq-item__q p {
  margin: 6px 0 0;
  color: #2e34b4;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.lpure-faq-item__a p {
  margin: 4px 0 0;
  color: #3a3a3a;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 400;
}

.lpure-buy {
  background: #fff;
  padding: 18px 0 0;
}

.lpure-buy__grid {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #2428a6;
  height: 350px;
}

.lpure-buy__photo {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.lpure-buy__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.lpure-buy__panel {
  border: 1px solid #fff;
  margin: 16px;
  padding: 60px 44px 40px;
}

.lpure-buy__title {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.lpure-buy__text {
  margin: 24px 0 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0;
}

.lpure-buy__button {
  width: min(100%, 320px);
  height: 80px;
  margin: 30px auto 0;
  background: #fff;
  color: #3c45bb;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.lpure-buy__button::after {
  content: "›";
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.lpure-buy__note {
  margin: 40px auto 0;
  width: min(1120px, calc(100% - 40px));
  padding: 0 0 42px;
  text-align: center;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

.lpure-buy__note a {
  color: #2f38c1;
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 1180px) {
  .lpure-copy__kicker {
    font-size: 17px;
  }
  .lpure-copy__title {
    font-size: 24px;
    margin-top: 24px;
  }
  .lpure-copy__title--mid {
    font-size: 22px;
  }
  .lpure-copy__title--sub {
    font-size: 21px;
  }
  .lpure-copy__text {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0;
    margin-top: 14px;
  }
  .lpure-source__title {
    font-size: 24px;
  }
  .lpure-source__lead {
    font-size: 14px;
  }
  .lpure-source__circles img {
    width: 190px;
    height: 190px;
  }
  .lpure-heading {
    font-size: 22px;
  }
  .lpure-spec__label {
    font-size: 16px;
  }
  .lpure-table th,
  .lpure-table td {
    font-size: 13px;
    padding: 10px 12px;
  }
  .lpure-notes li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .lpure-faq {
    padding: 44px 36px;
  }
  .lpure-faq__group {
    font-size: 14px;
  }
  .lpure-faq-item__q p {
    font-size: 14px;
  }
  .lpure-faq-item__a p {
    font-size: 12px;
  }
  .lpure-faq-item__q span,
  .lpure-faq-item__a span {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .lpure-faq-item__q,
  .lpure-faq-item__a {
    grid-template-columns: 30px minmax(0, 1fr);
  }
  .lpure-buy__panel {
    padding: 34px 28px;
  }
  .lpure-buy__title {
    font-size: 24px;
  }
  .lpure-buy__text {
    font-size: 14px;
  }
  .lpure-buy__button {
    height: 56px;
    font-size: 17px;
  }
  .lpure-buy__note {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .lpure-main {
    --lpure-wrap-gutter: 24px;
  }

  .lpure-wrap--crumb {
    padding: 6px 0 34px;
  }

  .lpure-breadcrumb {
    font-size: 11px;
  }

  .lpure-split--about,
  .lpure-split--feature {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-bottom: 52px;
  }

  .lpure-copy__kicker {
    font-size: 17px;
  }

  .lpure-copy__kicker::after {
    width: 48px;
    height: 2px;
    margin-top: 8px;
  }

  .lpure-copy__title {
    margin-top: 22px;
    font-size: 24px;
    line-height: 1.44;
  }

  .lpure-copy__title--mid {
    font-size: 22px;
  }

  .lpure-copy__title--sub {
    margin-top: 32px;
    font-size: 20px;
  }

  .lpure-copy__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.82;
  }

  .lpure-image-card--pour {
    margin-top: 0;
    width: 100%;
    margin-right: 0;
  }

  .lpure-copy--feature {
    order: 1;
  }

  .lpure-image-card--woman {
    order: 2;
    width: 100%;
    margin-left: 0;
  }

  .lpure-source {
    padding: 62px 0 56px;
    height: auto;
  }

  .lpure-wrap--narrow {
    width: calc(100% - 24px);
  }

  .lpure-source__title {
    font-size: 21px;
    line-height: 1.4;
  }

  .lpure-source__lead {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.86;
  }

  .lpure-source__circles {
    margin-top: 28px;
    gap: 16px;
  }

  .lpure-source__circles img {
    width: calc((100vw - 72px) / 2);
    height: calc((100vw - 72px) / 2);
  }

  .lpure-spec {
    padding: 64px 0 72px;
  }

  .lpure-wrap--spec {
    width: calc(100% - 24px);
  }

  .lpure-heading {
    font-size: 20px;
  }

  .lpure-heading::after {
    width: 60px;
    margin-top: 10px;
  }

  .lpure-spec__grid {
    margin-top: 34px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lpure-spec__image {
    width: min(260px, 100%);
    margin: 0 auto;
    border-width: 8px;
    border-radius: 10px;
  }

  .lpure-spec__label {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .lpure-table th,
  .lpure-table td {
    font-size: 14px;
    padding: 8px 10px;
    border-width: 2px;
  }

  .lpure-table th {
    width: 84px;
  }

  .lpure-table-pair {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lpure-notes li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 2px;
  }

  .lpure-faq-wrap {
    padding: 62px 0 42px;
  }

  .lpure-wrap--faq {
    width: calc(100% - 24px);
  }

  .lpure-faq {
    border-radius: 10px;
    padding: 34px 14px 28px;
  }

  .lpure-faq__group {
    margin: 24px 0 8px;
    font-size: 14px;
  }

  .lpure-faq-item {
    border-radius: 8px;
    padding: 12px 10px;
    margin-bottom: 10px;
  }

  .lpure-faq-item__q,
  .lpure-faq-item__a {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
  }

  .lpure-faq-item__q span,
  .lpure-faq-item__a span {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    font-size: 18px;
  }

  .lpure-faq-item__q p {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.5;
  }

  .lpure-faq-item__a {
    margin-top: 10px;
    padding-top: 10px;
    border-top-width: 1px;
  }

  .lpure-faq-item__a p {
    font-size: 12px;
    line-height: 1.65;
    margin-top: 0;
  }

  .lpure-buy {
    padding-top: 12px;
  }

  .lpure-buy__grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .lpure-buy__photo {
    height: auto;
    aspect-ratio: 1440 / 701;
  }

  .lpure-buy__panel {
    margin: 0;
    border-width: 1px;
    padding: 30px 14px 22px;
  }

  .lpure-buy__title {
    font-size: 24px;
  }

  .lpure-buy__text {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.8;
  }

  .lpure-buy__button {
    margin-top: 18px;
    height: 56px;
    font-size: 18px;
  }

  .lpure-buy__button::after {
    right: 14px;
    font-size: 26px;
  }

  .lpure-buy__note {
    width: calc(100% - 24px);
    margin-top: 18px;
    padding-bottom: 28px;
    font-size: 13px;
    line-height: 1.8;
  }
}
