@charset "UTF-8";
.lpf-header,
.lpf-page,
.lpf-footer {
  --lpf-ink: #282828;
  --lpf-gold: #9e8500;
  --lpf-gold-deep: #7a6200;
  --lpf-cream: #fbf8f2;
  --lpf-dark: #2b2b2b;
  --lpf-white: #fff;
  color: var(--lpf-ink);
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.lpf-header *,
.lpf-page *,
.lpf-footer * {
  box-sizing: border-box;
}

body:has(.lpf-page) main {
  margin-top: 0;
}

body:has(.lpf-page) {
  overflow: visible;
  background: var(--lpf-white);
}

html.lp-friday-modal-open,
body.lp-friday-modal-open {
  overflow: hidden;
}

.lpf-footer__inner, .lpf-wabe__text, .lpf-about__panels, .lpf-about__text, .lpf-hero__inner {
  width: 83vw;
  max-width: 1040px;
  margin-inline: auto;
}

.lpf-download {
  display: flex;
  justify-content: center;
}
.lpf-download--hero {
  margin-top: 40px;
}
.lpf-download__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(720px, 83vw);
  padding: 22px 40px;
  border-radius: 999px;
  background: linear-gradient(to right, #878787, #000000);
  color: var(--lpf-white);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.lpf-download__button:hover {
  opacity: 0.85;
}
.lpf-download__arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--lpf-white);
  border-right: 2px solid var(--lpf-white);
  transform: rotate(45deg);
}

.lpf-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  text-align: center;
}
.lpf-section-heading__bar {
  width: 56px;
  height: 6px;
  border-radius: 1000px;
  background: #dab700;
}
.lpf-section-heading h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}
.lpf-section-heading__logo {
  width: auto;
  height: 60px;
}
.lpf-section-heading small {
  font-size: 24px;
  font-weight: 700;
}
.lpf-section-heading--white {
  color: var(--lpf-white);
}

/* ------------------------------------------------------------------
   ヘッダー
------------------------------------------------------------------ */
.lpf-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
}
.lpf-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  padding-inline: clamp(20px, 3vw, 60px);
}
.lpf-header__logo img {
  width: auto;
  height: 40px;
}
.lpf-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 240px;
  padding: 12px 24px;
  border-radius: 999px;
  background: linear-gradient(to right, #878787, #000000);
  color: var(--lpf-white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.lpf-header__cta:hover {
  opacity: 0.85;
}
.lpf-header__cta-arrow {
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--lpf-white);
  border-right: 2px solid var(--lpf-white);
  transform: rotate(45deg);
}

/* ------------------------------------------------------------------
   ヒーロー
------------------------------------------------------------------ */
.lpf-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 64px;
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../img/lp-friday/lp-friday-bg.png") center top/cover no-repeat;
}
.lpf-hero__inner {
  max-width: 1200px;
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
  align-items: center;
  gap: 24px;
}
.lpf-hero__title img {
  width: 100%;
  max-width: 420px;
  height: auto;
}
.lpf-hero__date {
  margin: 24px 0 0;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.lpf-hero__date small {
  margin: 0 8px;
  font-size: 22px;
}
.lpf-hero__date span {
  margin-left: 4px;
}
.lpf-hero__lead {
  margin: 16px 0 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.lpf-hero__badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.lpf-hero__badge span {
  padding: 8px 16px;
  background: var(--lpf-gold);
  color: var(--lpf-white);
}
.lpf-hero__visual {
  position: relative;
  justify-self: center;
}
.lpf-hero__visual::before {
  content: "";
  position: absolute;
  top: 8%;
  right: 28%;
  bottom: -12%;
  left: -32%;
  background: url("../img/lp-friday/lp-friday-hero-bg.png") center/contain no-repeat;
  opacity: 0.6;
  z-index: 0;
}
.lpf-hero__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  height: auto;
  filter: drop-shadow(0 24px 40px rgba(40, 40, 40, 0.16));
}

/* ------------------------------------------------------------------
   WABE FRIDAY とは？
------------------------------------------------------------------ */
.lpf-about {
  padding: 8px 0 72px;
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../img/lp-friday/lp-friday-bg.png") center bottom/cover no-repeat;
}
.lpf-about__text {
  max-width: 720px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}
.lpf-about__text span {
  display: block;
}
.lpf-about__panels {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.lpf-about-panel {
  padding: 28px 16px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.lpf-about-panel__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
}
.lpf-about-panel__title img {
  width: 28px;
  height: 28px;
}
.lpf-about-panel__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.lpf-about-panel__tags li {
  padding: 8px 16px;
  border-radius: 40px;
  background: #fff4b8;
  color: #282828;
  font-size: 20px;
  font-weight: 600;
}
.lpf-about-panel__date {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 18px;
  padding: 20px 16px;
  border-radius: 16px;
  background: #fff4b8;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #282828;
}
.lpf-about-panel__note {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

/* ------------------------------------------------------------------
   配信者紹介（ダークセクション）
------------------------------------------------------------------ */
.lpf-speakers {
  padding: 72px 0;
  background: linear-gradient(to right, #606060, #282828);
}
.lpf-speakers__body {
  width: min(1000px, 83vw);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 480px) 1fr;
  align-items: center;
  gap: 48px;
}
.lpf-speakers__photos {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 12px;
}
.lpf-speakers__photo {
  overflow: hidden;
}
.lpf-speakers__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lpf-speakers__photo--main img {
  aspect-ratio: 2/3;
}
.lpf-speakers__members {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 12px;
}
.lpf-speakers__photo--member img {
  aspect-ratio: 1/1;
}
.lpf-speakers__info {
  color: var(--lpf-white);
}
.lpf-speakers__channel {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.lpf-speakers__logo {
  width: auto;
  height: 80px;
  margin-bottom: 20px;
}
.lpf-speakers__bio {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.lpf-speakers__profile {
  width: min(1000px, 83vw);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr minmax(0, 400px);
  align-items: center;
  gap: 48px;
  margin-top: 64px;
  color: var(--lpf-white);
}
.lpf-speakers__profile-name {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 700;
}
.lpf-speakers__profile-bio {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.lpf-speakers__profile-photo {
  overflow: hidden;
}
.lpf-speakers__profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.lpf-speakers__more {
  margin: 48px 0 0;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: var(--lpf-white);
}

/* ------------------------------------------------------------------
   WABE とは？
------------------------------------------------------------------ */
.lpf-wabe {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background: var(--lpf-white);
}
.lpf-wabe__sparkle {
  position: absolute;
  top: 150px;
  pointer-events: none;
}
.lpf-wabe__sparkle--left {
  left: calc(50% - 450px);
  width: 90px;
  height: 110px;
  background: url("../img/lp-friday/sparkle-gold-left.png") center/contain no-repeat;
}
.lpf-wabe__sparkle--right {
  top: 186px;
  left: calc(50% + 386px);
  width: 38px;
  height: 38px;
  background: url("../img/lp-friday/sparkle-gold-right.png") center/contain no-repeat;
}
.lpf-wabe__text {
  max-width: 720px;
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.lpf-wabe__text span {
  display: block;
}
.lpf-wabe__steps {
  position: relative;
  z-index: 1;
  width: min(900px, 83vw);
  margin-top: 48px;
  margin-left: max(24px, 50% - 560px);
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 36px 24px;
  border-radius: 20px;
  background: rgba(255, 244, 184, 0.4);
}
.lpf-wabe__glow {
  position: absolute;
  left: calc(50% + 180px);
  top: 170px;
  width: 640px;
  height: 640px;
  background: url("../img/lp-friday/lp-friday-hero-bg.png") center/contain no-repeat;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}
.lpf-wabe__phone {
  position: absolute;
  left: calc(50% + 380px);
  top: 230px;
  width: 260px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 16px 32px rgba(40, 40, 40, 0.18));
}
.lpf-wabe__sp-sparkle {
  display: none;
}

.lpf-wabe-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lpf-wabe-step img {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
}
.lpf-wabe-step h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
}
.lpf-wabe-step p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.lpf-wabe-step p span {
  display: block;
}

/* ------------------------------------------------------------------
   下部CTA（イエローグラデ）
------------------------------------------------------------------ */
.lpf-final {
  position: relative;
  overflow: hidden;
  padding: 72px 24px 80px;
  text-align: center;
  background: linear-gradient(180deg, #fdf3c4 0%, #f6e18f 100%);
}
.lpf-final__sparkle {
  position: absolute;
  inset: 0;
  background: url("../img/lp-friday/sparkle-white-left.png") left 6% center/150px auto no-repeat, url("../img/lp-friday/sparkle-white-right.png") right 6% center/150px auto no-repeat;
  pointer-events: none;
}
.lpf-final__banner {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 auto 28px;
  padding: 14px 32px;
  background: #9e8500;
  color: var(--lpf-white);
  font-weight: 700;
}
.lpf-final__banner-lg {
  font-size: 48px;
  letter-spacing: 2px;
}
.lpf-final__banner-md {
  font-size: 40px;
  letter-spacing: 2px;
}
.lpf-final__banner-kaisai {
  font-size: 40px;
}
.lpf-final__banner-star {
  flex-shrink: 0;
  width: 50px;
  height: 42px;
}
.lpf-final__banner-break {
  display: none;
}
.lpf-final__lead {
  position: relative;
  margin: 0 0 36px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
.lpf-final__lead span {
  display: block;
}
.lpf-final .lpf-download {
  position: relative;
}

/* ------------------------------------------------------------------
   フッター
------------------------------------------------------------------ */
.lpf-footer {
  padding: 40px 0;
  background: var(--lpf-dark);
  color: var(--lpf-white);
}
.lpf-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  text-align: center;
}
.lpf-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.lpf-footer__brand p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
.lpf-footer__brand img {
  width: auto;
  height: 32px;
}
.lpf-footer__links {
  display: flex;
  gap: 28px;
}
.lpf-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--lpf-white);
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.lpf-footer__links a:hover {
  opacity: 0.8;
}
.lpf-footer__links a img {
  width: 14px;
  height: 14px;
}

/* ------------------------------------------------------------------
   PC用QRモーダル
------------------------------------------------------------------ */
.lp-friday-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-friday-qr-modal[hidden] {
  display: none;
}
.lp-friday-qr-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.lp-friday-qr-modal__panel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 720px;
  height: 520px;
  max-width: 92vw;
  padding: 40px;
  border-radius: 24px;
  background: var(--lpf-white);
  text-align: center;
}
.lp-friday-qr-modal__bg {
  position: absolute;
  width: 571px;
  height: 624px;
  background: url("../img/lp-friday/lp-friday-hero-bg.png") center/contain no-repeat;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}
.lp-friday-qr-modal__bg--tl {
  top: -312px;
  left: -286px;
  transform: rotate(-90deg);
}
.lp-friday-qr-modal__bg--br {
  right: -60px;
  bottom: -170px;
}
.lp-friday-qr-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--lpf-white);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.41);
  cursor: pointer;
}
.lp-friday-qr-modal__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 28px;
}
.lp-friday-qr-modal__line {
  width: auto;
  height: 80px;
}
.lp-friday-qr-modal__head-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.lp-friday-qr-modal__logo {
  width: auto;
  height: 60px;
}
.lp-friday-qr-modal__title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
}
.lp-friday-qr-modal__qr-area {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 28px 0 0;
}
.lp-friday-qr-modal__sparkle {
  width: 56px;
  height: auto;
}
.lp-friday-qr-modal__qr-frame {
  width: 200px;
  height: 200px;
  padding: 16px;
  border: 4px solid #fff4b8;
  border-radius: 24px;
}
.lp-friday-qr-modal__qr {
  display: block;
  width: 160px;
  height: 160px;
}
.lp-friday-qr-modal__description {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  font-size: 20px;
  font-weight: 500;
}

.lpf-br-sp {
  display: none;
}

.lpf-br-pc {
  display: inline;
}

.lpf-about-panel__tags-break {
  display: none;
}

/* ------------------------------------------------------------------
   レスポンシブ（〜768px）
------------------------------------------------------------------ */
@media (max-width: 768px) {
  .lpf-br-sp {
    display: inline;
  }
  .lpf-br-pc {
    display: none;
  }
  .lpf-header {
    background: rgba(255, 255, 255, 0.6);
  }
  .lpf-header__inner {
    height: 56px;
  }
  .lpf-header__logo img {
    height: 32px;
  }
  .lpf-header__cta {
    width: 183px;
    padding: 10px 18px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  .lpf-download {
    width: 87%;
    margin-inline: auto;
  }
  .lpf-download__button {
    min-width: 0;
    width: 100%;
    max-width: 380px;
    padding: 20px 28px;
    font-size: 20px;
  }
  .lpf-section-heading h2 {
    font-size: 22px;
  }
  .lpf-section-heading__logo {
    height: 26px;
  }
  .lpf-section-heading small {
    font-size: 19px;
  }
  .lpf-page {
    position: relative;
    isolation: isolate;
  }
  .lpf-bg {
    position: absolute;
    top: -56px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
  }
  .lpf-bg::before {
    content: "";
    position: absolute;
    top: -356px;
    left: -145px;
    width: 640px;
    height: 700px;
    background: url("../img/lp-friday/lp-friday-hero-bg.png") center/contain no-repeat;
    opacity: 0.6;
    transform: rotate(90deg);
    pointer-events: none;
  }
  .lpf-bg::after {
    content: "";
    position: absolute;
    top: 459px;
    left: -331px;
    width: 832px;
    height: 832px;
    background: url("../img/lp-friday/lp-friday-hero-bg.png") center/contain no-repeat;
    opacity: 0.6;
    transform: rotate(-90deg);
    pointer-events: none;
  }
  .lpf-bg__wabe-glow {
    position: absolute;
    right: calc(5% - 65px);
    bottom: 379px;
    width: 514px;
    height: 514px;
    background: url("../img/lp-friday/lp-friday-hero-bg.png") center/contain no-repeat;
    opacity: 0.6;
  }
  .lpf-hero {
    padding: 32px 0 48px;
    background: transparent;
  }
  .lpf-hero__inner {
    grid-template-columns: 1fr;
    width: 87%;
    text-align: left;
  }
  .lpf-hero__copy {
    order: 1;
    position: relative;
    z-index: 1;
  }
  .lpf-hero__visual {
    order: 2;
    position: relative;
    z-index: 1;
    justify-self: start;
    margin-top: 24px;
  }
  .lpf-hero__visual::before {
    display: none;
  }
  .lpf-hero__title img {
    max-width: 300px;
  }
  .lpf-hero__date {
    font-size: 20px;
  }
  .lpf-hero__date small {
    font-size: 13px;
  }
  .lpf-hero__lead {
    font-size: 24px;
    line-height: 1;
  }
  .lpf-hero__badge {
    align-items: flex-start;
    text-align: left;
    font-size: 20px;
  }
  .lpf-download--hero {
    justify-content: flex-start;
  }
  .lpf-wabe__sparkle {
    display: none;
  }
  .lpf-download--hero {
    margin-top: 32px;
  }
  .lpf-about {
    padding: 8px 0 56px;
    background: none;
  }
  .lpf-bg__about-br {
    position: absolute;
    right: -80px;
    top: 1480px;
    width: 540px;
    height: 541px;
    background: url("../img/lp-friday/lp-friday-bg-sp.png") right bottom/contain no-repeat;
  }
  .lpf-about__panels {
    grid-template-columns: 1fr;
    width: 87%;
  }
  .lpf-about .lpf-section-heading {
    gap: 24px;
  }
  .lpf-about .lpf-section-heading h2 {
    flex-direction: column;
    gap: 4px;
  }
  .lpf-about .lpf-section-heading__logo {
    height: 38px;
  }
  .lpf-about .lpf-section-heading small {
    font-size: 24px;
    font-weight: 600;
  }
  .lpf-about__text {
    width: 87%;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0;
  }
  .lpf-about-panel__title {
    font-size: 18px;
  }
  .lpf-about-panel__tags {
    column-gap: 8px;
    row-gap: 0;
  }
  .lpf-about-panel__tags li {
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
  }
  .lpf-about-panel__tags .lpf-about-panel__tags-break {
    display: block;
    flex: 0 0 100%;
    height: 8px;
    padding: 0;
    background: none;
  }
  .lpf-about-panel__note {
    font-size: 16px;
    font-weight: 400;
  }
  .lpf-about-panel__date {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 150%;
  }
  .lpf-about-panel__note--limited {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .lpf-about-panel__sparkle {
    flex-shrink: 0;
    font-size: 24px;
    line-height: 1;
  }
  .lpf-about-panel__note-text {
    text-align: center;
  }
  .lpf-speakers {
    padding: 56px 0;
  }
  .lpf-speakers .lpf-section-heading h2 {
    font-size: 24px;
  }
  .lpf-speakers__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .lpf-speakers__photos {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
  .lpf-speakers__photo--main img {
    aspect-ratio: 1 / 1;
  }
  .lpf-speakers__members {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: none;
  }
  .lpf-speakers__info {
    text-align: center;
  }
  .lpf-speakers__channel {
    font-size: 20px;
  }
  .lpf-speakers__logo {
    height: 64px;
  }
  .lpf-speakers__bio {
    font-size: 16px;
    text-align: left;
  }
  .lpf-speakers__profile {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
  }
  .lpf-speakers__profile-photo {
    order: -1;
    max-width: 320px;
    margin-inline: auto;
  }
  .lpf-speakers__profile-name {
    font-size: 28px;
    text-align: center;
  }
  .lpf-speakers__profile-bio {
    font-size: 16px;
  }
  .lpf-speakers__more {
    margin-top: 36px;
    font-size: 20px;
  }
  .lpf-speakers__more span {
    font-size: 24px;
  }
  .lpf-wabe {
    padding: 56px 0 220px;
    background: none;
  }
  .lpf-wabe .lpf-section-heading__logo {
    height: 40px;
  }
  .lpf-wabe .lpf-section-heading small {
    font-size: 24px;
    font-weight: 600;
  }
  .lpf-wabe__text {
    font-size: 16px;
    font-weight: 400;
  }
  .lpf-wabe__steps {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 36px;
    margin-inline: auto;
  }
  .lpf-wabe-step {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 20px;
    text-align: left;
  }
  .lpf-wabe-step img {
    grid-row: 1 / 3;
    width: 72px;
    height: 72px;
    margin-bottom: 0;
  }
  .lpf-wabe__phone {
    display: block;
    top: auto;
    left: auto;
    right: 5%;
    bottom: 24px;
    width: auto;
    height: 242.22px;
  }
  .lpf-wabe__sp-sparkle {
    display: block;
    position: absolute;
    left: 12%;
    bottom: 70px;
    width: 88px;
    height: 95px;
    background: url("../img/lp-friday/sparkle-gold-left.png") center/contain no-repeat;
  }
  .lpf-wabe__glow {
    display: none;
  }
  .lpf-final {
    padding: 56px 0 64px;
  }
  .lpf-final__sparkle {
    display: none;
  }
  .lpf-final__banner {
    width: 87%;
    padding: 12px 20px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0;
    line-height: 1;
  }
  .lpf-final__banner-break {
    display: block;
    flex-basis: 100%;
    height: 10px;
  }
  .lpf-final__banner-lg {
    font-size: 32px;
  }
  .lpf-final__banner-md {
    font-size: 32px;
  }
  .lpf-final__banner-kaisai {
    font-size: 28px;
    letter-spacing: 0;
  }
  .lpf-final__banner-star {
    width: auto;
    height: 20.76px;
    margin-left: -8px;
  }
  .lpf-final__lead {
    font-size: 24px;
  }
}
