.book-lp-page .breadcrumb-area,
.page-template-page-book .breadcrumb-area {
  display: none;
}

.book-lp {
  --book-lp-text: #202020;
  --book-lp-blue: #00b9c8;
  --book-lp-deep-blue: #0097aa;
  --book-lp-red: #e60039;
  --book-lp-yellow: #fff100;
  --book-lp-cream: #fff8d9;
  --book-lp-pale: #e9fbff;
  --book-lp-line: #13bdca;
  --book-lp-radius: 16px;
  color: var(--book-lp-text);
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  letter-spacing: .03em;
  line-height: 1.8;
  overflow: hidden;
}

.book-lp * {
  box-sizing: border-box;
}

.book-lp img {
  display: block;
  height: auto;
  max-width: 100%;
}

.book-lp__container {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 24px;
  width: 100%;
}

.book-lp__sp-only {
  display: none;
}

.book-lp__fv {
  background: #e9fbff;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.book-lp__fv-bg {
  background: url("../img/book/fv_bg_pc.png") center top / cover no-repeat;
  inset: 0;
  position: absolute;
}

.book-lp__fv-inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 34px 24px 0;
  position: relative;
  z-index: 1;
}

.book-lp__fv-title {
  margin: 0 auto;
  max-width: 1180px;
}

.book-lp__fixed-cta {
  background: var(--book-lp-blue);
  padding: 26px 24px;
}

.book-lp__fixed-cta-inner {
  align-items: center;
  display: flex;
  gap: 34px;
  justify-content: center;
}

.book-lp__button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  letter-spacing: .03em;
  min-height: 66px;
  min-width: 330px;
  padding: 14px 28px;
  text-decoration: none;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.book-lp__button:hover {
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, .08);
  transform: translateY(2px);
  text-decoration: none;
}

.book-lp__button--amazon {
  background: var(--book-lp-yellow);
  border: 0;
  color: #222;
}

.book-lp__button--amazon:hover {
  background: #f0d900;
  color: #222;
}

.book-lp__button--white {
  background: #fff;
  border: 0;
  color: #222;
}

.book-lp__button--white:hover {
  background: #eef7f8;
  color: #222;
}

.book-lp__button img:first-child {
  width: 24px;
}

.book-lp__button-icon,
.book-lp__button-down {
  width: 18px;
}

.book-lp__button-break {
  display: none;
}

.book-lp__section {
  padding: 88px 0;
}

.book-lp__section--problem {
  background: var(--book-lp-pale);
}

.book-lp__lead-heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 42px;
  text-align: center;
}

.book-lp__lead-emphasis {
  color: var(--book-lp-blue);
  font-size: 1.2em;
  font-weight: 900;
}

.book-lp__lead-quote {
  color: var(--book-lp-yellow);
  font-size: 1.2em;
  font-weight: 900;
}

.book-lp__problem-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.book-lp .book-lp__problem-card {
  align-items: center;
  background: #fff;
  border: 3px solid #00bbd4;
  border-radius: var(--book-lp-radius);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 222px;
  padding: 10px 14px 18px;
  text-align: center;
}

.book-lp__problem-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  gap: 4px;
  justify-content: center;
  line-height: 1.45;
  min-height: 104px;
  width: 100%;
}

.book-lp__problem-text strong {
  color: var(--book-lp-blue);
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
}

.book-lp__problem-card:nth-child(2) .book-lp__problem-text strong {
  white-space: nowrap;
}

.book-lp__pc-break {
  display: inline;
}

.book-lp__problem-card img {
  max-height: 92px;
  object-fit: contain;
}

.book-lp__down-mark {
  height: 54px;
  margin: 48px auto 30px;
  position: relative;
  width: 78px;
}

.book-lp__down-mark span {
  border-bottom: 7px solid var(--book-lp-blue);
  border-right: 7px solid var(--book-lp-blue);
  display: block;
  height: 34px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 34px;
}

.book-lp__down-mark span:nth-child(2) {
  top: 18px;
}

.book-lp__solution {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
  text-align: center;
}

.book-lp__solution strong {
  display: inline-block;
  font-size: 36px;
  font-weight: 900;
}

.book-lp__solution-line {
  display: inline-block;
  position: relative;
}

.book-lp__solution span {
  color: inherit;
  position: relative;
}

.book-lp__solution-part > span {
  color: var(--book-lp-red);
}

.book-lp__solution-line::after {
  background: radial-gradient(circle, var(--book-lp-yellow) 0 35%, transparent 38%) left center / 12px 8px repeat-x;
  bottom: -6px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
}

.book-lp__section--learn {
  background: var(--book-lp-cream);
}

.book-lp__section-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.book-lp__section-title span {
  display: inline-block;
  padding: 0 48px;
  position: relative;
}

.book-lp__section-title span::before,
.book-lp__section-title span::after {
  border-color: var(--book-lp-blue);
  border-style: solid;
  content: "";
  height: 46px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.book-lp__section-title span::before {
  border-width: 3px 0 3px 3px;
  left: 0;
}

.book-lp__section-title span::after {
  border-width: 3px 3px 3px 0;
  right: 0;
}

.book-lp__section-caption {
  font-size: 20px;
  font-weight: 500;
  margin: 24px 0 34px;
  text-align: center;
}

.book-lp__learn-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 88%;
}

.book-lp .book-lp__learn-card {
  align-items: center;
  background: #fff;
  border: 2px solid #e7e7e7;
  border-radius: var(--book-lp-radius);
  display: flex;
  gap: 18px;
  min-height: 116px;
  padding: 22px 26px;
}

.book-lp__learn-card img {
  flex: 0 0 70px;
  width: 70px;
}

.book-lp__learn-card p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.book-lp__section--author {
  background: #fff;
}

.book-lp__author-box {
  border: 7px solid #ccf1f6;
  border-radius: 26px;
  padding: 64px;
}

.book-lp__author-profile {
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1fr) 310px;
}

.book-lp__eyebrow {
  color: var(--book-lp-blue);
  font-weight: 700;
  margin: 0 0 8px;
}

.book-lp__eyebrow::before {
  content: "【";
}

.book-lp__eyebrow::after {
  content: "】";
}

.book-lp__author-text h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px;
}

.book-lp__author-text h2 span {
  font-size: 18px;
}

.book-lp__author-role {
  border-bottom: 2px dotted #72d6df;
  font-weight: 500;
  margin: 0 0 22px;
  padding-bottom: 14px;
}

.book-lp__author-text p {
  margin: 0 0 16px;
}

.book-lp__youtube {
  align-items: center;
  border: 2px solid var(--book-lp-blue);
  border-radius: 999px;
  color: var(--book-lp-text);
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
  margin-top: 12px;
  padding: 12px 22px;
  text-decoration: none;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.book-lp__youtube:hover {
  background: #eef7f8;
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, .08);
  color: var(--book-lp-text);
  text-decoration: none;
  transform: translateY(2px);
}

.book-lp__youtube img:first-child {
  width: 32px;
}

.book-lp__youtube-link {
  width: 16px;
}

.book-lp__youtube-break {
  display: none;
}

.book-lp__youtube--photo {
  display: none;
}

.book-lp__author-photo {
  margin: 0;
}

.book-lp__support {
  margin-top: 76px;
  text-align: center;
}

.book-lp__support-heading {
  align-items: center;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  justify-content: center;
  margin: 0 0 28px;
}

.book-lp__support-heading-break {
  display: none;
}

.book-lp__support-heading::before {
  content: "＼";
  margin-right: 18px;
}

.book-lp__support-heading::after {
  content: "／";
  margin-left: 18px;
}

.book-lp__support-list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.book-lp__support-list div {
  align-items: center;
  border-left: 1px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-height: 176px;
  padding: 0 22px;
}

.book-lp__support-list div:last-child {
  border-right: 1px solid #d8d8d8;
}

.book-lp__support-list img {
  height: 70px;
  margin: 0 auto;
  object-fit: contain;
  width: 76px;
}

.book-lp__support-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.book-lp__support-desc {
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.65;
}

.book-lp__movie {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: 420px minmax(0, 1fr);
  margin-top: 56px;
}

.book-lp__movie-embed {
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: var(--book-lp-radius);
  overflow: hidden;
  width: 100%;
}

.book-lp__movie-embed iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.book-lp__movie-text h3 {
  border-left: 6px solid var(--book-lp-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 18px;
  padding-left: 18px;
}

.book-lp__movie-text h4 {
  color: var(--book-lp-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 12px;
}

.book-lp__movie-text p {
  line-height: 1.9;
  margin: 0;
}

.book-lp__section--faq {
  background-color: #dff8fb;
  background-image: url("../img/book/faq_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.book-lp__faq-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 34px;
  text-align: center;
}

.book-lp__faq-title-main {
  font-weight: 500;
}

.book-lp__faq-title-emphasis {
  color: var(--book-lp-blue);
}

.book-lp__faq-title-quote {
  color: var(--book-lp-yellow);
}

.book-lp__faq-list {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 88%;
}

.book-lp .book-lp__faq-item {
  background: #fff;
  border: 3px solid var(--book-lp-blue);
  border-radius: var(--book-lp-radius);
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}

.book-lp .book-lp__faq-item:has(.book-lp__faq-question[aria-expanded="true"]) {
  box-shadow: 0 8px 20px rgba(0, 187, 212, .16);
}

.book-lp__faq-question {
  align-items: center;
  background: #fffce8;
  border: 0;
  border-bottom: 2px solid var(--book-lp-blue);
  color: var(--book-lp-text);
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  gap: 16px;
  justify-content: space-between;
  line-height: 1.5;
  padding: 20px 24px;
  text-align: left;
  width: 100%;
}

.book-lp__faq-question em {
  color: #ea002d;
  font-weight: 700;
  font-style: normal;
}

.book-lp__faq-question b {
  flex: 0 0 18px;
  height: 18px;
  position: relative;
}

.book-lp__faq-question b::before,
.book-lp__faq-question b::after {
  background: var(--book-lp-blue);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.book-lp__faq-question b::before {
  height: 2px;
  width: 18px;
}

.book-lp__faq-question b::after {
  height: 18px;
  transition: opacity .25s ease, transform .25s ease;
  width: 2px;
}

.book-lp__faq-question[aria-expanded="true"] b::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.book-lp__faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .35s ease, opacity .25s ease;
}

.book-lp__faq-question[aria-expanded="true"] + .book-lp__faq-answer {
  max-height: 500px;
  opacity: 1;
}

.book-lp__faq-answer-inner {
  padding: 18px 24px 22px;
}

.book-lp__faq-answer p {
  margin: 0;
}

.book-lp__section--cta {
  background: #fff;
}

.book-lp__message {
  background: #eaf9fb;
  border: 4px solid var(--book-lp-blue);
  border-radius: 18px;
  margin: 0 auto 64px;
  max-width: 768px;
  padding: 34px 48px;
  position: relative;
  text-align: center;
}

.book-lp__message::before {
  background: #eaf9fb;
  border-bottom: 4px solid var(--book-lp-blue);
  border-right: 4px solid var(--book-lp-blue);
  bottom: -19px;
  content: "";
  height: 34px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 34px;
}

.book-lp__message h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 20px;
}

.book-lp__message h2 span {
  color: var(--book-lp-red);
}

.book-lp__message p {
  line-height: 2;
  margin: 0;
}

.book-lp__book-cta {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: 360px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1040px;
}

.book-lp__book-cta figure {
  margin: 0;
}

.book-lp__book-info h2 {
  color: var(--book-lp-blue);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 14px;
}

.book-lp__book-title-break {
  display: none;
}

.book-lp__book-info p {
  font-weight: 700;
  line-height: 1.85;
  margin: 0 0 22px;
}

.book-lp__book-info dl {
  display: grid;
  gap: 8px;
  margin: 0 0 30px;
}

.book-lp__book-info dl div {
  display: flex;
  gap: 4px;
}

.book-lp__book-info dt {
  color: var(--book-lp-text);
  flex: 0 0 auto;
  font-weight: 500;
}

.book-lp__book-info dt::after {
  content: "：";
}

.book-lp__book-info dd {
  margin: 0;
}

.book-lp__book-info .book-lp__button--amazon {
  border: 2px solid var(--book-lp-blue);
}

@media (min-width: 768px) {
  .book-lp__book-info .book-lp__button--amazon {
    display: flex;
    margin-left: auto;
    width: max-content;
  }
}

@media (max-width: 1024px) {
  .book-lp__fv {
    min-height: 0;
  }

  .book-lp__support-list {
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    overflow-x: auto;
    padding-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .book-lp-page .book-lp {
    padding-top: 60px;
  }

  .book-lp__section--learn {
    scroll-margin-top: 60px;
  }

  .book-lp__book-title-break {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .book-lp__fixed-cta {
    padding: 18px 24px;
  }

  .book-lp__fixed-cta-inner {
    gap: 28px;
  }

  .book-lp__button {
    font-size: 15px;
    min-height: 52px;
    min-width: 280px;
    padding: 10px 22px;
  }

  .book-lp__button img:first-child {
    width: 20px;
  }

  .book-lp__button-icon,
  .book-lp__button-down {
    width: 15px;
  }

  .book-lp__lead-heading {
    font-size: 24px;
  }

  .book-lp__lead-emphasis,
  .book-lp__lead-quote {
    font-size: 1.15em;
  }

  .book-lp__section--problem {
    padding-bottom: 56px;
    padding-top: 56px;
  }

  .book-lp__problem-list {
    gap: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .book-lp .book-lp__problem-card {
    border-width: 2px;
    border-radius: var(--book-lp-radius);
    min-height: 190px;
    padding: 14px 6px 12px;
  }

  .book-lp__problem-text {
    font-size: 13px;
    gap: 3px;
    min-height: 88px;
  }

  .book-lp__problem-text strong {
    font-size: 16px;
  }

  .book-lp__problem-card img {
    max-height: 76px;
  }

  .book-lp__section-title {
    font-size: 28px;
  }

  .book-lp__section-caption {
    font-size: 19px;
  }

  .book-lp__learn-grid {
    max-width: none;
  }

  .book-lp__faq-list {
    max-width: none;
  }

  .book-lp .book-lp__learn-card {
    gap: 12px;
    padding: 18px 18px;
  }

  .book-lp__learn-card img {
    flex-basis: 58px;
    width: 58px;
  }

  .book-lp__learn-card p {
    font-size: 16px;
  }

  .book-lp__message h2 {
    font-size: 22px;
  }

  .book-lp__book-info h2 {
    font-size: 24px;
  }

  .book-lp__book-cta {
    gap: 46px;
    grid-template-columns: 320px minmax(0, 1fr);
    max-width: none;
  }

  .book-lp__solution {
    font-size: 25px;
  }

  .book-lp__solution strong {
    font-size: 32px;
  }

  .book-lp__author-box {
    padding: 52px 44px;
  }

  .book-lp__support-heading {
    font-size: 20px;
  }

  .book-lp__support-heading::before {
    margin-right: 12px;
  }

  .book-lp__support-heading::after {
    margin-left: 12px;
  }

  .book-lp__support-list {
    gap: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: visible;
  }

  .book-lp__support-list div,
  .book-lp__support-list div:last-child {
    align-items: center;
    border: 0;
    border-left: 1px solid #d8d8d8;
    border-radius: 0;
    justify-content: center;
    min-height: 176px;
    padding: 0 10px;
  }

  .book-lp__support-list div:last-child {
    border-right: 1px solid #d8d8d8;
  }

  .book-lp__support-list img {
    height: 54px;
    width: 60px;
  }

  .book-lp__support-title {
    font-size: 12.5px;
  }

  .book-lp__support-desc {
    font-size: 10.5px;
    font-weight: 400;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .book-lp__movie {
    align-items: center;
    gap: 26px;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  }

  .book-lp__author-profile {
    gap: 34px;
  }

  .book-lp__author-photo {
    margin: 0;
    max-width: none;
  }

  .book-lp__youtube--text {
    display: none;
  }

  .book-lp__youtube--photo {
    display: inline-flex;
    margin-top: 18px;
    padding: 10px 16px;
    width: 100%;
  }

  .book-lp__youtube--photo .book-lp__youtube-break {
    display: block;
  }

  .book-lp__support {
    margin-top: 62px;
  }

  .book-lp__learn-break {
    display: none;
  }

  .book-lp__movie-text h3 {
    font-size: 19px;
    padding-left: 14px;
  }

  .book-lp__movie-text h4 {
    font-size: 16px;
  }

  .book-lp__movie-text p {
    font-size: 13px;
    line-height: 1.75;
  }
}

@media (min-width: 901px) and (max-width: 1024px) {
  .book-lp__learn-grid,
  .book-lp__faq-list {
    max-width: 88%;
  }
}

@media (max-width: 767px) {
  .book-lp {
    font-size: 15px;
  }

  .book-lp__sp-only {
    display: block;
  }

  .book-lp__container {
    padding: 0 20px;
  }

  .book-lp__fv {
    min-height: auto;
  }

  .book-lp__fv-bg {
    background-image: url("../img/book/fv_bg_sp.png");
  }

  .book-lp__fv-inner {
    padding: 18px 0 0;
  }

  .book-lp__fixed-cta {
    padding: 18px 16px;
  }

  .book-lp__fixed-cta-inner {
    gap: 12px;
  }

  .book-lp__button {
    border-width: 2px;
    font-size: 14px;
    gap: 8px;
    line-height: 1.35;
    min-height: 52px;
    min-width: 0;
    padding: 10px 12px;
    text-align: center;
    width: 100%;
  }

  .book-lp__fixed-cta .book-lp__button span {
    text-align: left;
  }

  .book-lp__button-break {
    display: block;
  }

  .book-lp__book-info .book-lp__button-break {
    display: none;
  }

  .book-lp__book-info .book-lp__button span {
    text-align: center;
    white-space: nowrap;
  }

  .book-lp__button img:first-child {
    width: 18px;
  }

  .book-lp__button-icon,
  .book-lp__button-down {
    width: 13px;
  }

  .book-lp__section {
    padding: 58px 0;
  }

  .book-lp__section--problem {
    padding-bottom: 76px;
  }

  .book-lp__lead-heading {
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 28px;
  }

  .book-lp__lead-emphasis,
  .book-lp__lead-quote {
    font-size: 1.18em;
  }

  .book-lp__problem-list {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .book-lp .book-lp__problem-card {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    min-height: 112px;
    padding: 14px 16px;
    text-align: left;
  }

  .book-lp__problem-text {
    align-items: flex-start;
    flex: 1;
    font-size: 15px;
    gap: 2px;
    min-height: 0;
  }

  .book-lp__problem-text strong {
    font-size: 20px;
  }

  .book-lp__problem-card:nth-child(2) .book-lp__problem-text strong {
    white-space: normal;
  }

  .book-lp__pc-break {
    display: none;
  }

  .book-lp__problem-card:nth-child(3) .book-lp__pc-break {
    display: inline;
  }

  .book-lp__problem-card img {
    flex: 0 0 34%;
    max-height: 82px;
    max-width: 34%;
    object-fit: contain;
  }

  .book-lp__down-mark {
    margin: 38px auto 24px;
  }

  .book-lp__solution {
    font-size: 21px;
  }

  .book-lp__solution strong {
    font-size: 25px;
  }

  .book-lp__solution-line::after {
    display: none;
  }

  .book-lp__solution-part {
    display: inline-block;
    position: relative;
  }

  .book-lp__solution-part::after {
    background: radial-gradient(circle, var(--book-lp-yellow) 0 35%, transparent 38%) left center / 12px 8px repeat-x;
    bottom: -3px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    right: 0;
  }

  .book-lp__section-title {
    font-size: 24px;
  }

  .book-lp__section-title span {
    padding: 0 36px;
  }

  .book-lp__section-title span::before,
  .book-lp__section-title span::after {
    height: 42px;
    width: 14px;
  }

  .book-lp__section-title span::before {
    border-width: 3px 0 3px 3px;
  }

  .book-lp__section-title span::after {
    border-width: 3px 3px 3px 0;
  }

  .book-lp__section-caption {
    font-size: 17px;
    margin-top: 18px;
  }

  .book-lp__learn-grid {
    gap: 14px;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .book-lp__learn-break {
    display: none;
  }

  .book-lp .book-lp__learn-card {
    min-height: 92px;
    padding: 14px 20px;
  }

  .book-lp__learn-card img {
    flex-basis: 64px;
    width: 64px;
  }

  .book-lp__learn-card p {
    font-size: 17px;
  }

  .book-lp__author-box {
    padding: 28px 20px;
  }

  .book-lp__author-profile,
  .book-lp__movie,
  .book-lp__book-cta {
    grid-template-columns: 1fr;
  }

  .book-lp__author-profile {
    gap: 28px;
  }

  .book-lp__author-photo {
    margin: 0 auto;
    max-width: 260px;
  }

  .book-lp__author-text h2 {
    font-size: 22px;
    white-space: nowrap;
  }

  .book-lp__author-text h2 span {
    font-size: 16px;
  }

  .book-lp__youtube {
    font-size: 13px;
    justify-content: center;
    line-height: 1.55;
    padding: 10px 15px;
    width: 100%;
  }

  .book-lp__youtube-break {
    display: block;
  }

  .book-lp__support {
    margin-top: 52px;
  }

  .book-lp__support-heading {
    align-items: center;
    display: flex;
    font-size: 18px;
    justify-content: center;
    line-height: 1.55;
    margin-bottom: 24px;
    text-align: center;
  }

  .book-lp__support-heading span {
    display: inline-block;
  }

  .book-lp__support-heading-break {
    display: block;
  }

  .book-lp__support-heading::before,
  .book-lp__support-heading::after {
    display: inline-block;
    flex: 0 0 auto;
    font-size: 1.08em;
    margin: 0 8px;
  }

  .book-lp__support-list {
    gap: 0;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .book-lp__support-list div,
  .book-lp__support-list div:last-child {
    align-items: center;
    border: 0;
    border-top: 1px solid #e3e3e3;
    border-radius: 0;
    display: grid;
    gap: 4px 16px;
    grid-template-columns: 70px minmax(0, 1fr);
    min-height: 0;
    padding: 15px 4px;
    text-align: left;
  }

  .book-lp__support-list div:last-child {
    border-bottom: 1px solid #e3e3e3;
  }

  .book-lp__support-list img {
    grid-row: span 2;
    height: 58px;
    width: 64px;
  }

  .book-lp__support-title {
    font-size: 17px;
  }

  .book-lp__support-desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
  }

  .book-lp__movie {
    gap: 24px;
    margin-top: 38px;
  }

  .book-lp__movie-text h3 {
    font-size: 21px;
  }

  .book-lp__movie-text h4 {
    font-size: 17px;
  }

  .book-lp__movie-text p {
    line-height: 1.8;
  }

  .book-lp__faq-title {
    font-size: 24px;
  }

  .book-lp__faq-list {
    max-width: none;
  }

  .book-lp__faq-question {
    font-size: 16px;
    padding: 16px 18px;
  }

  .book-lp__faq-answer-inner {
    padding: 16px 18px 18px;
  }

  .book-lp__message {
    border-width: 3px;
    margin-bottom: 42px;
    padding: 24px 18px 26px;
  }

  .book-lp__message::before {
    border-width: 0 3px 3px 0;
    bottom: -14px;
    height: 24px;
    width: 24px;
  }

  .book-lp__message h2 {
    font-size: 22px;
  }

  .book-lp__message p {
    line-height: 1.9;
    text-align: left;
  }

  .book-lp__book-info h2 {
    font-size: 22px;
  }

  .book-lp__book-cta {
    gap: 26px;
  }

  .book-lp__book-cta figure {
    margin: 0 auto;
    max-width: 280px;
  }

  .book-lp__book-info p {
    line-height: 1.7;
  }

  .book-lp__book-info dl div {
    gap: 2px;
  }
}
