/* ==========================================
   AI LP style.css — モバイルファースト
========================================== */

.page {
  margin-top: 60px;
}

/* ==========================================
   共通: CTAボタン
========================================== */
.lp-btn-cta,
.lp-btn-cta-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px;
  background:
    linear-gradient(to bottom, #ac3e31, #68040a) padding-box,
    linear-gradient(to top, #bd9045 0%, #f0cf75 30%, #fff3dc 70%, #d7a646 100%)
      border-box;
  border: 2px solid transparent;
  border-radius: 9999px;
  box-shadow: 1px 7px 7px rgba(0, 0, 0, 0.42);
  font-family: var(--font-gothic);
  font-size: 18px;
  font-weight: 700;
  color: #ebd7bd;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-decoration: none;
}

.lp-btn-cta-bottom {
  box-shadow: 1px 12px 7px rgba(0, 0, 0, 0.42);
}

.lp-btn-cta-bottom .free {
  color: #b0e070;
}

.lp-btn-arrow {
  flex-shrink: 0;
}

/* ==========================================
   固定CTA（SP）
========================================== */
.hero-buttons .btn-hero-primary {
  background: linear-gradient(180deg, #1d3a12 0%, #195c00 100%);
  color: #ebd7bd;
}

.hero-buttons .btn-hero-primary::before {
  display: none;
}

/* ==========================================
   ファーストビュー (2-column split)
========================================== */
.lp-fv {
  position: relative;
  background: linear-gradient(180deg, #0a1a2e 0%, #1a2a45 100%);
  overflow: hidden;

  @media (min-width: 440px) {
    border-radius: 15px 15px 0 0;
  }
}

.lp-fv-inner {
  display: flex;
  flex-direction: column;

  @media (min-width: 1024px) {
    padding-top: 48px;
  }
}

.lp-fv-heading {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  font-family: var(--font-mincho);
  font-size: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;

  @media (min-width: 1024px) {
    inset: 0;
    transform: translate(0);
  }
}

.lp-fv-cols {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 470px;
}

.lp-fv-col {
  display: flex;
  flex-direction: column;
  padding: 70px 10px 16px;
  gap: 8px;

  @media (min-width: 1024px) {
    padding: 50px 10px 16px;
  }
}

.lp-fv-col--a {
  background: linear-gradient(to bottom, #b4b3b3 0%, #939191 40%, #3f3f3f)
    border-box;
}

.lp-fv-col--b {
  background: linear-gradient(to bottom, #a1343d 0%, #700d13 40%, #47080c)
    border-box;
}

.lp-fv-col-label {
  padding: 8px 6px;
  font-family: var(--font-gothic);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #4b7295;
  background-color: #fff;
  border-radius: 9999px;
}

.lp-fv-col-label .small {
  font-size: clamp(10px, 2.8vw, 12px);
}

.lp-fv-col--b .lp-fv-col-label {
  background-color: #fff;
  color: #b50808;
}

.lp-fv-col-copy {
  font-family: var(--font-gothic);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  letter-spacing: -0.01em;
}

.lp-fv-col-copy .small {
  font-size: 20px;
}

.lp-fv-col-copy .maker {
  text-decoration: underline;
  text-decoration-thickness: 11px;
  text-underline-offset: -6px;
  text-decoration-color: #d3a33c;
}

.lp-fv-col-copy .maker-blue {
  text-decoration: underline;
  text-decoration-thickness: 11px;
  text-underline-offset: -6px;
  text-decoration-color: #4b7295;
}

.lp-fv-col-tagline {
  font-family: var(--font-gothic);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.lp-fv-img {
  position: absolute;
  bottom: -20px;
  left: 50%;
  padding: 0 10px;
  transform: translateX(-50%);
  z-index: 0;
}

.lp-fv-cta {
  background:
    linear-gradient(to bottom, #dcd2ba, #ae9962) padding-box,
    linear-gradient(to top, #bd9045 0%, #f0cf75 30%, #fff3dc 70%, #d7a646 100%)
      border-box;
  padding: 20px 20px 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  z-index: 1;
}

/* ==========================================
   キャンペーンバナー
========================================== */
.campaign-link-detail {
  display: block;
  position: relative;
  padding: 0 15px 20px;
}

.campaign-banner-image {
  width: 100%;
  height: auto;
  display: block;
}

.banner-corner {
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 79px;
  height: auto;
}

/* ==========================================
   会話バルーン・キャプション
========================================== */

.lp-ai-balloon {
  padding: 14px 20px;
  border-radius: 12px;
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  max-width: 300px;
}

.lp-ai-balloon--ng {
  background: rgba(180, 30, 30, 0.25);
  border: 1.5px solid rgba(220, 80, 80, 0.5);
  color: #ff9999;
}

.lp-ai-balloon--goal {
  background: rgba(199, 153, 0, 0.15);
  border: 1.5px solid rgba(199, 153, 0, 0.4);
  color: #f0cf75;
}

.lp-ai-balloon--crossed {
  background: rgba(180, 30, 30, 0.15);
  border: 1.5px solid rgba(220, 80, 80, 0.3);
  color: rgba(255, 150, 150, 0.5);
  text-decoration: line-through;
}

.lp-ai-balloon--ok {
  background: rgba(30, 120, 60, 0.25);
  border: 1.5px solid rgba(80, 200, 100, 0.5);
  color: #a0f0b0;
}

.lp-ai-vs-caption {
  font-family: var(--font-mincho);
  font-size: 14px;
  font-weight: 700;
  color: #760a14;
  text-align: center;
  letter-spacing: 0.03em;
}

/* ==========================================
   AI英会話の落とし穴
========================================== */
.lp-ai-pitfall {
  padding: 44px 10px 48px;
}

.lp-ai-pitfall-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.lp-ai-pitfall-excl {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
}

.lp-ai-pitfall-title {
  font-family: 'Zen Old Mincho', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #181818;
  line-height: 1.55;
  text-align: center;
}

.lp-ai-pitfall-triangle {
  width: 40px;
}

.lp-ai-pitfall-mark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-ai-pitfall-table {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.lp-ai-pitfall-line {
  display: block;
  margin: 20px auto;
}

.lp-ai-pitfall-col-heads {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.lp-ai-pitfall-col-head {
  width: 178px;
  padding: 12px 10px;
  font-family: var(--font-gothic);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.lp-ai-pitfall-col-head--a {
  position: relative;
  background: #6c6c6c;
  color: #fff;

  &::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 8px 0;
    border-color: #6c6c6c transparent transparent;
  }
}

.lp-ai-pitfall-col-head--b {
  position: relative;
  background: #631518;
  color: #ffffff;

  &::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 8px 0;
    border-color: #631518 transparent transparent;
  }
}

.lp-ai-pitfall-row {
  display: grid;
  grid-template-columns: 1fr 1fr;

  &:last-child {
    border-bottom: none;
  }
}

.lp-ai-pitfall-row--vs {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  background-color: #c79900;
  width: 80px;
  height: 80px;
  align-items: center;
}

.lp-ai-pitfall-row--material {
  grid-template-columns: auto 1fr 1fr;
  align-items: start;
}

.lp-ai-pitfall-cell {
  width: 178px;
  height: 100%;
  padding: 20px 8px 0;
  font-family: var(--font-mincho);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;

  @media (min-width: 375px) {
    font-size: 14px;
  }
}

.lp-ai-pitfall-cell .small {
  font-size: 12px;
}

.lp-ai-pitfall-cell--a {
  background: #b4b3b3;
  color: #444;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cell--c-img {
  margin-top: 20px;
}

.lp-ai-pitfall-cell--b {
  background: #7c3134;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  height: 277px;
  overflow: hidden;
}

.lp-ai-pitfall-cell--c {
  background-color: #969595;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-ai-pitfall-cell--d {
  background: #722428;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  height: 277px;
  overflow: hidden;
}

.lp-ai-pitfall-vs {
  padding: 8px 6px;
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #c79900;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.lp-ai-pitfall-tag {
  display: inline-block;
  padding: 2px 10px;
  background: #6c6c6c;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
}

.lp-ai-pitfall-material-label {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  background-color: #c79900;
  width: 80px;
  height: 80px;
  align-items: center;
}

/* ==========================================
   会話例
========================================== */
.lp-ai-conv {
  padding: 44px 10px 20px;
}

.lp-ai-conv .lp-ai-pitfall-material-label {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 120px;
  height: 120px;
  font-size: 18px;
  font-weight: 700;
}

.lp-ai-conv-inner {
  position: relative;
  background-color: #68040a;
  padding: 100px 0 50px;
  border-radius: 12px;
  text-align: center;
}

.lp-ai-conv-lead {
  font-family: var(--font-mincho);
  font-size: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}

.lp-ai-conv-title {
  position: relative;
  display: inline;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #d3a33c;
  margin-top: 30px;
  line-height: 1.9;
  padding: 9px 12px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.lp-ai-conv-examples {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.lp-ai-conv-example {
  position: relative;
  padding: 0;
}

.lp-ai-conv-example-img {
  width: 60%;
  margin: 30px auto 0;
}

.lp-ai-conv-bubbles {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: space-between;
  font-family: var(--font-gothic);
  font-size: 15px;
  font-weight: 700;
  width: 85%;
  height: 100%;
}

.lp-ai-conv-bubble {
  color: #fff;
  line-height: 1.5;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

.lp-ai-conv-line {
  display: block;
  text-indent: 0;
}

/* manual01: 突き当たりのT字路が / 工事中で遠回りします */
.lp-ai-conv-example:nth-child(1)
  .lp-ai-conv-bubble:nth-child(1)
  .lp-ai-conv-line:nth-child(2) {
  text-indent: 2.2em;
}

/* manual01: 松竹梅の提案 / 持ってきました */
.lp-ai-conv-example:nth-child(1)
  .lp-ai-conv-bubble:nth-child(2)
  .lp-ai-conv-line:nth-child(1) {
  text-indent: -3.2em;
}

/* manual02: お薬手帳はアプリですか？ / 紙ですか？ */
.lp-ai-conv-example:nth-child(2)
  .lp-ai-conv-bubble:nth-child(1)
  .lp-ai-conv-line:nth-child(2) {
  text-indent: -3em;
}

/* manual02: 四季折々の旬の味を / お楽しみください */
.lp-ai-conv-example:nth-child(2)
  .lp-ai-conv-bubble:nth-child(2)
  .lp-ai-conv-line:nth-child(2) {
  text-indent: 3em;
}

.lp-ai-t-shape {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  margin: 0 1px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.lp-ai-conv-caption {
  font-family: var(--font-gothic);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #d3a33c;
  text-align: center;
  line-height: 1.7;
  margin: 0 10px;
  padding: 15px 0;
  letter-spacing: 0.2em;
}

/* ==========================================
   MERITS
========================================== */
.lp-merits {
}

.lp-merits-header {
}

.lp-merits-label {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #d3a33c;
  letter-spacing: 0.5em;
  margin-bottom: 8px;
}

.lp-merits-title {
  font-family: var(--font-mincho);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #7c3134;
  line-height: 1.55;
}

/* Merit item */
.lp-merit {
  position: relative;
  padding: 40px 0px 44px;
}

.lp-merit-line {
  margin: 20px auto 20px;
  width: 100%;
}

.lp-merit-further {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #d3a33c;
  color: #fff;
  font-weight: 700;
  border-radius: 9999px;
}

.lp-merit-title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
}

/* Merit 01 */
.lp-merit-scenes {
  margin: 35px 0 15px;
}

.lp-merit--01 {
  position: relative;
  background-color: #f4f5ef;
  border: 2px solid #b68a2b;
  margin: 40px 10px 0;
  padding: 0 29px 40px;
}

.lp-merit--01 .lp-merit-title {
  width: calc(100% + 60px);
  margin: 0 -30px;
  padding: 15px 0;
  color: #fff;
  background-color: #b68a2b;
}

.lp-merit--02 {
  position: relative;
  background-color: #f4f5ef;
  border: 2px solid #b68a2b;
  margin: 50px 10px 0;
  padding: 0 29px 50px;
}

.lp-merit--02 .lp-merit-title {
  width: calc(100% + 60px);
  margin: 0 -30px;
  padding: 15px 0;
  color: #fff;
  background-color: #b68a2b;
}

.lp-merit--02-img {
  display: block;
  margin: 0 -24px;
  width: calc(100% + 48px);
  max-width: none;
}

.lp-merit-ai-note {
  text-align: center;
  background-color: #68040a;
  color: #fff;
  padding: 25px 0;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.lp-merit-ai-text {
  text-align: center;
  background-color: #68040a;
  color: #fff;
  padding: 25px 0;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.lp-merit-example-label {
  text-align: center;
  font-size: 22px;
  font-family: var(--font-mincho);
  font-weight: 700;
  color: #7c3134;
}

.lp-merit-speaking {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #d3a33c;
  margin-top: 30px;
  padding: 30px 29px 50px;
  border-radius: 20px;
}

.lp-merit-listening {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #27908c;
  margin-top: 42px;
  padding: 30px 29px 50px;
  border-radius: 20px;
}

.lp-merit-example-title {
  display: flex;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
}

.lp-merit-example-desc {
  margin-top: 30px;
  text-align: center;
}

.ai-bottom {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 90px;
}

.lp-merit--03 {
  margin-top: 76px;
  padding: 80px 0px 44px;
  background-color: #cbdae2;
  border-radius: 30px 30px 0 0;
}

.lp-merit-title .red-text {
  color: #68040a;
}

.lp-merit-call {
  position: absolute;
  top: 150px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  color: #fff;
  font-weight: 700;
  background-color: #68040a;
  border-radius: 9999px;
}

.lp-merit-call-note {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.lp-merit-desc {
  font-weight: 500;
  text-align: center;
}

.lp-merit-desc .red-text {
  color: #68040a;
}

/* ==========================================
   AIコーチまとめ
========================================== */
.lp-ai-coach {
  text-align: center;
  padding: 50px 10px 0;
}

.lp-ai-coach-tsumari {
  width: 146px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #d3a33c;
  color: #fff;
  font-family: var(--font-mincho);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.lp-ai-coach-tsumari::after {
  content: '';
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 24px 8px 0;
  border-color: #d3a33c transparent transparent;
}

.lp-ai-coach-title {
  font-family: var(--font-mincho);
  color: #710001;
  margin-top: 30px;
}

.lp-ai-coach-img {
  margin-top: 34px;
}

/* ==========================================
   VALUE PLANS ラベル
========================================== */
.lp-ai-value-label {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #c79900;
  letter-spacing: 0.5em;
  text-align: center;
}

/* ==========================================
   始め方 / 3STEP
========================================== */
.lp-c05 {
  padding: 44px 20px 56px;
  background: #f5f4ea;
  text-align: center;
}

.lp-c05-start {
  font-family: var(--font-gothic);
  font-size: 13px;
  font-weight: 700;
  color: #888;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.lp-c05 .three-steps {
  margin-bottom: 32px;
}

/* ==========================================
   フッター
========================================== */
.app-footer {
  background-color: var(--color-black, #000);
  color: #fff;
  padding: 16px;
  text-align: center;
}

/* ==========================================
   wrapper-bg / pc-fixed-buttons
========================================== */
.wrapper-bg {
  display: none;
  position: sticky;
  top: 0;
  width: min(100vw - 375px - 3%, 902px);
  height: 100vh;
  justify-content: center;
  align-items: center;

  @media (min-width: 1024px) {
    display: flex;
  }

  .background-image {
    position: absolute;
    top: 44%;
    left: 33%;
    transform: translate(-50%, -50%);
    background-image: url('../../../img/svg/logo-bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 635px;
    z-index: 0;
  }
}

.pc-fixed-buttons {
  width: 100%;
  max-width: 902px;
  z-index: 1;
  transform: scale(clamp(0.7, tan(atan2(100vh, 740px)), 1));
  transform-origin: center center;

  @media (max-height: 740px) {
    padding: 30px 0 0;
  }
}

.pc-buttons {
  display: flex;
  gap: var(--space-lg);
  width: 100%;
  height: 57px;
  margin: var(--space-lg) 0 0;
}

.btn-primary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200%;
  padding: var(--space-md) 0;
  border: 1px solid #195c00;
  border-radius: var(--radius-xs);
  background: linear-gradient(180deg, #1d3a12 0%, #195c00 100%);
  color: #ebd7bd;
  text-align: center;
  font-size: var(--font-lg);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05625rem;
  isolation: isolate;
  text-decoration: none;
}

.btn-primary .arrow-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

/* ==========================================
   header-trial-pc
========================================== */
.header-trial-pc {
  display: none;

  @media (min-width: 1024px) {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 11px 0 15px;
    background-color: #aea17c;
    border-radius: 15px 15px 0 0;
    z-index: 5;
  }
}

.header-trial-inner_pc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: min(8px, 2.13vw);
  width: 100%;
  height: 100%;

  @media (min-width: 1024px) {
    flex-direction: row;
    align-items: baseline;
  }
}

.header-trial-days_pc {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: min(5px, 1.33vw);
  width: 100%;
  padding: 0 0 0 min(24px, 6.4vw);
  color: #fff;
  font-size: var(--font-sm);
  font-weight: bold;

  @media (min-width: 1024px) {
    width: auto;
    padding: 0;
  }
}

.header-trial-days_pc .trial-arrow {
  margin: auto 0 min(5px, 1.33vw) 0;
  width: min(10px, 2.67vw);
}

.header-trial-copy {
  font-family: 'Zen Old Mincho';
  color: #fff;
  font-size: min(15px, 4vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: max(-1px, -0.27vw);
}

.header-trial-three {
  position: relative;
  color: #fff;
  font-family: 'Zen Old Mincho';
  font-size: min(14px, 3.73vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14px;

  &::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2%;
    width: min(34px, 9.07vw);
    height: 0.8px;
    transform: rotate(-17.702deg);
    background-color: #fff;
  }
}

.header-trial-three_jp {
  font-size: min(12px, 3.2vw);
}

.header-trial-fourteen {
  color: #fff;
  font-family: 'Zen Old Mincho';
  font-size: min(22px, 5.87vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: max(-1.54px, -0.41vw);
}

/* 追加記述 */
.pricing-title {
  margin-top: 0;
}

.lp-c05 {
  padding: 0px 20px 56px;
  background: none;
}

.lp-c05-start {
  color: #7c3134;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.three-steps {
  margin-top: 30px;
}

.hero-buttons .lp-btn-cta {
  box-shadow: none;
}

.pricing {
  padding: 80px 15px 50px;
}

.campaign-link-detail {
  margin: 0 0 50px;
}
