@charset "UTF-8";
:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --color-white: #fff;
  --color-accent: #f7dd01;
  --color-accent02: #920783;
  --color-accent03: #ff00e3;
  --color-accent04: #fffd10;
  --color-accent05: #f4e7f2;
  --color-txt: #222;
  --color-black: #00172c;
}
/* =======================================================
mv
======================================================= */
.ly-mv {
  padding-top: 48px;
  height: 846px;
  background: url("../images/lp/mv-bg.webp") top center/cover no-repeat;
}
.bl-mv {
  position: relative;
}
.bl-mv-txt {
  display: inline-grid;
  margin-bottom: 56px;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.06em;
}
.bl-mv-txt span {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.bl-mv-txt span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 47%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-50%);
}
.bl-mv-txt span:not(:last-of-type) {
  margin-bottom: 18px;
}
.bl-mv-point {
  position: relative;
  display: grid;
  place-content: center;
  width: 180px;
  height: 90px;
  padding-bottom: 2px;
  font-size: 22px;
  line-height: calc(33 / 22);
  color: var(--color-accent02);
  text-align: center;
  letter-spacing: 0.06em;
  background: url("../images/lp/mv-point-bg.svg") top center/contain no-repeat;
}
.bl-mv-point-wrapper {
  display: flex;
  margin-bottom: 32px;
}
.bl-mv-point:first-of-type {
  padding-right: 10px;
}
.bl-mv-point:nth-of-type(2) {
  padding-right: 12px;
  margin-left: -13px;
}
.bl-mv-point:last-of-type {
  margin-left: -13px;
}
.bl-mv-win {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 77px;
  font-size: 32px;
  line-height: calc(46 / 32);
  color: var(--color-accent);
  letter-spacing: 0.06em;
}
.bl-mv-win::before,
.bl-mv-win::after {
  width: 90px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(247, 221, 1, 0) 0%, #f7dd01 100%);
}
.bl-mv-win::after {
  transform: scale(-1, 1);
}
.bl-mv-money {
  width: 308px;
}
/* =======================================================
achievement
======================================================= */
.ly-achievement {
  padding: 24px 0 32px;
  background: var(--color-black);
}
.bl-achievement-txt {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.bl-achievement-txt-wrapper {
  color: var(--color-white);
}
.bl-achievement-txt:first-of-type {
  position: relative;
  padding-bottom: 10px;
}
.bl-achievement-txt:first-of-type::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 47%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-50%);
}
.bl-achievement-txt:nth-of-type(2) {
  margin-bottom: 10px;
}
.bl-achievement-txt:last-of-type {
  padding-bottom: 9px;
  border: 2px solid;
}
/* =======================================================
present
======================================================= */
.ly-present {
  position: relative;
  z-index: 2;
  padding: 40px 0 92px;
  background: url("../images/lp/present-bg.svg") top center/cover no-repeat;
}
.bl-present-ttl {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: calc(72 / 48);
  color: var(--color-white);
  text-align: center;
}
.bl-present-ttl-lbl {
  position: relative;
  margin-right: 4px;
}
.bl-present-ttl-lbl::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 4px);
  height: calc(100% - 12px);
  content: "";
  background: var(--color-accent04);
  transform: translate(-50%, calc(-50% + 4px));
}
.bl-present-ttl-lbl-inner {
  position: relative;
  z-index: 2;
}
.bl-present-column {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  padding: 15px 0 15px 16px;
  margin-bottom: 40px;
  background: var(--color-white);
}
.bl-present-column .bl-column-list {
  display: grid;
  gap: 8px;
  font-size: 26px;
  font-weight: 700;
  line-height: calc(39 / 26);
}
.bl-present-column .bl-column-item {
  display: grid;
  grid-template-columns: auto 1fr;
}
.bl-present-column .bl-column-item:first-of-type::before {
  content: "①";
}
.bl-present-column .bl-column-item:nth-of-type(2)::before {
  content: "②";
}
.bl-present-column .bl-column-item:last-of-type::before {
  content: "③";
}
.bl-present-btm {
  font-size: 40px;
  font-weight: 700;
  line-height: calc(59 / 40);
  color: var(--color-accent04);
  text-align: center;
}
/* =======================================================
faq
======================================================= */
.ly-faq {
  padding: 134px 0 56px;
  margin-top: -118px;
  background: var(--color-accent05);
}
.bl-faq-att {
  margin-bottom: 40px;
}
.bl-faq-list {
  display: grid;
  gap: 148px;
}
.bl-faq-item:not(:last-of-type) {
  position: relative;
}
.bl-faq-item:not(:last-of-type)::after {
  position: absolute;
  bottom: -108px;
  left: 50%;
  width: 100px;
  height: 68px;
  content: "";
  background: url("../images/lp/faq-arrow.svg") top center/contain no-repeat;
  transform: translateX(-50%);
}
.bl-faq-item:nth-of-type(2) .bl-item-q {
  padding: 8px 0;
}
.bl-faq-item .bl-item-q {
  display: grid;
  place-content: center;
  padding: 8px 13px 8px 14px;
  margin-bottom: 24px;
  font-weight: 700;
  background: var(--color-accent);
}
.bl-faq-item .bl-item-q-inner {
  display: grid;
  grid-template-columns: auto 1fr;
}
.bl-faq-item .bl-item-a {
  display: grid;
  gap: 16px;
}
.bl-faq-item .bl-item-a-lbl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  padding: 16px 24px;
  font-weight: 700;
  line-height: calc(41 / 28);
  cursor: pointer;
  background: var(--color-white);
  border: 2px solid var(--color-accent);
  border-radius: 8px;
}
.bl-faq-item .bl-item-a-input {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 3px solid var(--color-accent02);
  border-radius: 50%;
  appearance: none;
}
.bl-faq-item .bl-item-a-input:checked::after {
  position: absolute;
  inset: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  content: "";
  background-color: var(--color-accent02);
  border-radius: 50%;
}
.bl-faq-item .bl-item-txt {
  text-align: center;
}
.bl-faq-item .bl-item-txt-inner {
  display: block;
}
.bl-faq-item .bl-item-txt-lbl {
  padding: 0 2px;
  color: var(--color-accent04);
  background: var(--color-accent03);
}
.bl-faq-item .bl-item-tbl {
  display: block;
}
.bl-faq-item .bl-item-tbl-ttl {
  padding: 7px 0 8px;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  background: var(--color-black);
}
.bl-faq-item .bl-item-thead {
  display: block;
}
.bl-faq-item .bl-item-thead .bl-item-tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.bl-faq-item .bl-item-thead .bl-item-th {
  display: grid;
  place-content: center;
  padding: 7px 0 8px;
  color: var(--color-white);
  background: #48545f;
  border: 1px solid #707070;
}
.bl-faq-item .bl-item-thead .bl-item-th:not(:first-of-type) {
  border-left: none;
}
.bl-faq-item .bl-item-tbody {
  display: block;
}
.bl-faq-item .bl-item-tbody .bl-item-tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.bl-faq-item .bl-item-tbody .bl-item-tr:not(:first-of-type) .bl-item-td {
  border-top: none;
}
.bl-faq-item .bl-item-tbody .bl-item-tr .bl-item-td:not(:first-of-type) {
  border-left: none;
}
.bl-faq-item .bl-item-tbody .bl-item-td {
  display: grid;
  place-content: center;
  padding: 8px 0 7px;
  background: var(--color-white);
  border: 1px solid #707070;
}
.bl-faq-item .bl-item-movie {
  display: flex;
  margin-bottom: 16px;
}
.bl-faq-item .bl-item-movie > video {
  width: 100%;
  height: 388px;
}
.bl-faq-item .bl-item-img-wrapper {
  display: flex;
}
/* =======================================================
thanks
======================================================= */
.ly-thanks {
  padding: 48px 0 56px;
  background-image: url("../images/lp/thanks-bg-top.webp"), url("../images/lp/thanks-bg-btm.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: contain, contain;
}
.bl-thanks-ttl {
  width: 592px;
  margin: 0 auto 150px;
}
.bl-thanks-txt {
  text-align: center;
}
.bl-thanks-txt-inner {
  display: block;
}
.bl-thanks-txt-lbl {
  padding: 0 2px;
  color: var(--color-accent04);
  background: var(--color-accent03);
}
.bl-thanks-txt-deco {
  padding: 16px 0;
  margin-bottom: 56px;
  background: linear-gradient(90deg, rgba(201, 181, 242, 0) 0%, #efe6ff 50%, rgba(201, 181, 242, 0) 100%);
}
.bl-thanks-txt-deco span {
  display: block;
  line-height: calc(73 / 58);
  color: var(--color-accent02);
}
.bl-thanks-img-wrapper.--animation-up-down {
  animation: upDown 1s ease-in-out infinite;
}
.bl-thanks-more {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: calc(51 / 36);
  color: var(--color-accent02);
}
.bl-thanks-more::before,
.bl-thanks-more::after {
  width: 28px;
  height: 36px;
  content: "";
  background: url("../images/lp/thanks-more-deco.svg") top center/contain no-repeat;
}
.bl-thanks-more::after {
  transform: scale(-1, 1);
}
.bl-thanks-request-txt {
  display: block;
  width: 242px;
  margin: 12px auto 4px;
}
.bl-thanks-btn {
  position: relative;
  display: grid;
  place-content: center;
  width: 610px;
  padding: 34px 0 37px;
  margin: 0 auto;
  font-size: 52px;
  line-height: calc(75 / 52);
  background: var(--color-accent);
  border: 2px solid var(--color-white);
  border-radius: 73px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.bl-thanks-btn::after {
  position: absolute;
  top: 50%;
  right: 34px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent var(--color-txt);
  border-style: solid;
  border-width: 13.5px 0 13.5px 20px;
  transform: translateY(-50%);
}
@keyframes upDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* 上に10px */
  }
}
