  :root {
    --teal: #0e7a6a;
    --teal-dark: #085c4e;
    --teal-light: #e8f5f2;
    --teal-mid: #1a9a86;
    --gold: #f5cc54;
    --gold-light: #f5e9c4;
    --red: #d94040;
    --white: #ffffff;
    --gray-light: #f7f7f7;
    --gray: #888;
    --text: #1a1a1a;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--text);
    background: #fff;
    overflow-x: hidden;
  }

  /* ========== HERO FV ========== */
  .fv {
    position: relative;
    background: linear-gradient(160deg, #054840 0%, #0e7a6a 45%, #1ab89e 100%);
    height:auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    overflow: hidden;
  }

  /* 背景装飾 */
  .fv::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 320px; height: 320px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
  }
  .fv::after {
    content: '';
    position: absolute;
    bottom: 60px; left: -60px;
    width: 240px; height: 240px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
  }
/*scroll　アニメ*/
.scroll_area {
  position: absolute;
  width: 10%;
  height: 100vh;
  right: 0;
  bottom: 150px;
}
@media (max-width: 1080px) {
.scroll_area {
  display: none;
}
}
.scroll_down {
  position:  relative;
  width: 100%;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll_down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg,rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
  }

.scroll_down a {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 13px;
  padding: 10px 15px 110px;
  color: #fff;
  font-size: 12px;
  line-height: .5;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto;
}

.scroll_down a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #ddd;
}

.scroll_down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #149c86;
}

.scroll_down a:hover {
  opacity: .5;
}

#type01 a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
  /* YouTube連動バッジ */
  .yt-badge {
    width: 100%;
    background: linear-gradient(90deg, #ff0000 0%, #cc0000 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 16px;
    position: relative;
    z-index: 2;
  }
  .yt-badge svg {
    width: 22px; height: 22px;
    flex-shrink: 0;
  }
  .yt-badge span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.08em;
  }

  /* FVコンテンツ */
.mv_wrap {
    width: 100%;
    max-width: 1030px;
    display: flex; 
    aspect-ratio: 5 / 4.5;
    justify-content: space-between;
}
@media (max-width: 1080px) {
.mv_wrap {
    aspect-ratio: auto;
}
}
@media (max-width: 767px) {
.mv_wrap {
    width: 100%;
    height: auto;
    display: flex; 
    aspect-ratio: initial;
    padding-bottom: 2em;
}
}
.person {
  width: 320px;
  animation: fadeUp 0.7s ease both;
  align-items:flex-end !important;
    position: relative;
}
.person .img{
  position: absolute;
  bottom: -90px;
  left: -20px;
}
@media (max-width: 1080px) {
.person .img{
  position: absolute;
  bottom: -90px;
  left: 20px;
}
}
@media (max-width: 767px) {
.person.sp img.img{
  position: absolute;
  bottom: -206px;
  left: -82px;
}
.person.sp img{
  width: 110px;
  height: auto;
}
.fv-catch{
  padding-left: 6em;
}
.fv-catch h1 {
  font-size: 35px !important;
}
}
@media (max-width: 600px) {
.person.sp img.img{
  position: absolute;
  bottom: -176px;
  left: -2em;
}
.person.sp img{
  width: 100px;
  height: auto;
}
.fv-catch h1 {
  font-size: 30px !important;
}
}
.logo_img{
  position: absolute;
  top: 55px;
  left: 32px;
}
@media (max-width: 767px) {
.logo_img{
  position: relative;
  top: 20px;
  left: 0px;
  margin-bottom: 1em;
}
}

  .fv-inner {
    width: 100%;
    max-width: 710px;
    padding: 24px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    position: relative;
    z-index: 2;
    margin: 0 auto;
  }

  /* キャッチコピー */
  .fv-catch {
    text-align: center;
    margin-bottom: 20px;
    animation: fadeUp 0.7s ease both;
  }
  .fv-catch .label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 2px;
    padding: 4px 12px;
    margin-bottom: 12px;
  }
  .fv-catch h1 {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .fv-catch h1 em {
    font-style: normal;
    color: var(--gold);
  }

  /* メインキャンペーンボックス */
  .campaign-box {
    width: 100%;
    background: linear-gradient(135deg, #fff9ee 0%, #fff 60%);
    border-radius: 16px;
    padding: 4px 20px 20px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.25);
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    animation: fadeUp 0.7s 0.15s ease both;
  }
  .campaign-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold) 0%, #e8c97a 100%);
  }

  .campaign-box .box-label {
    font-size: 17px;
    font-weight: 700;
    color: var(--gray);
    letter-spacing: 0;
    text-align: center;
    margin-bottom: -1px;
    margin-top: .4em;
  }

  .campaign-main {
    text-align: center;
    margin-bottom: 16px;
  }
  .campaign-main .prefix {
    font-size: 15px;
    font-weight: 700;
    color: var(--teal-dark);
    letter-spacing: 0.05em;
  }
  .campaign-main .amount {
    font-family: 'Oswald', sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: var(--red);
    line-height: 1;
    letter-spacing: -0.02em;
    display: block;
    margin: 4px 0 2px;
  }
  .campaign-main .amount-unit {
    font-size: 18px;
    font-weight: 900;
    color: var(--red);
  }
  .campaign-main .suffix {
    font-size: 20px;
    font-weight: 700;
    color: var(--teal-dark);
    margin-top: .5em;
    display: block;
  }

  /* 特典内訳 */
  .benefits {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #eee;
    padding-top: 14px;
  }
  .benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--teal-light);
    border-radius: 8px;
    padding: 4px 12px;
  }
  .benefit-icon {
    font-size: 18px;
    flex-shrink: 0;
    line-height: 1.4;
  }
  .benefit-text {
    flex: 1;
  }
  .benefit-text .b-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--teal-dark);
    line-height: 1.4;
    margin-bottom: .2em !important;
  }
  .benefit-text .b-sub {
    font-size: 11px;
    color: var(--gray);
    margin-top: 2px;
    line-height: 1.5;
  }
  .benefit-amount {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--red);
    flex-shrink: 0;
    align-self: center;
  }

  /* 信頼バッジ */
  .trust-badges {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 16px;
    animation: fadeUp 0.7s 0.25s ease both;
  }
  .trust-badge {
    flex: 1;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 10px;
    padding: 0px 6px 5px;
    text-align: center;
  }
  .trust-badge .tb-icon {
    font-size: 18px;
    display: block;
    margin-bottom: 0px;
  }
  .trust-badge .tb-num {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--gold);
    display: block;
    line-height: 1.1;
  }
  .trust-badge .tb-label {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    line-height: 1.4;
    display: block;
    margin-top: 2px;
    font-weight: 500;
  }

  /* CTAエリア */
  .cta-area {
    width: 100%;
    animation: fadeUp 0.7s 0.35s ease both;
  }

  .cta-lead {
    text-align: center;
    font-size: 16px;
    color: rgba(255,255,255);
    margin-bottom: 12px;
    line-height: 1.6;
    font-weight: 500;
  }

  .cta-btn-main {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, var(--gold) 0%, #d4971e 100%);
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 18px 20px;
    border-radius: 12px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.03em;
    box-shadow: 0 6px 24px rgba(200,168,75,0.45);
    margin-bottom: 10px;
    line-height: 1.4;
    position: relative;
    overflow: hidden;
    transition: transform 0.15s, box-shadow 0.15s;
  }
  .cta-btn-main::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    animation: shimmer 2.4s infinite;
  }
  .cta-btn-main:active { transform: scale(0.98); box-shadow: 0 3px 12px rgba(200,168,75,0.35); }
  .cta-btn-main .btn-sub {
    display: block;
    font-size: 11px;
    font-weight: 500;
    opacity: 0.9;
    margin-top: 2px;
  }

  /* チェックリスト */
  .checklist {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  .checklist span {
    font-size: 16px;
    color: rgba(255,255,255);
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
  }
  .checklist span::before {
    content: '✅';
    font-size: 12px;
  }

  /* スクロール矢印 */
  .scroll-hint {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    animation: fadeUp 0.7s 0.5s ease both;
  }
  .scroll-hint p {
    font-size: 10px;
    letter-spacing: 0.15em;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
  }
  .scroll-arrow {
    width: 24px; height: 24px;
    border-right: 2px solid rgba(255,255,255,0.5);
    border-bottom: 2px solid rgba(255,255,255,0.5);
    transform: rotate(45deg);
    animation: bounce 1.6s infinite;
  }

  /* ========== 以下、現行LPのイメージ継続セクション（ダミー） ========== */
  .lp-body {
    background: #fff;
    padding: 0;
  }

  .section-placeholder {
    padding: 40px 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
  }
@media (max-width: 767px) {
  .section-placeholder {
    padding:0px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
  }
 }
  .section-placeholder .sec-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--teal);
    margin-bottom: 8px;
  }
  .section-placeholder .sec-desc {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.7;
  }
  .placeholder-box {
    margin-top: 16px;
    background: var(--gray-light);
    border-radius: 8px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #bbb;
    letter-spacing: 0.1em;
  }

  /* ========== 固定フッターバナー ========== */
  .fixed-footer {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(90deg, #054840 0%, #0e7a6a 100%);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.25);
    z-index: 100;
    padding: 0;
  }
  .fixed-footer-label {
    background:linear-gradient(90deg, #ff0000 0%, #cc0000 100%);
    text-align: center;
    padding: 4px 16px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .fixed-footer-btns {
    display: flex;
    align-items: stretch;
    height: auto;
  }
  .footer-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 2px;
    transition: opacity 0.15s;
    padding-bottom: 1em;
  }
  .footer-btn:active { opacity: 0.75; }
  .footer-btn-tel {
    background: rgba(255,255,255,0.08);
    border-right: 1px solid rgba(255,255,255,0.15);
  }
  .footer-btn-cv {
    background: #d99f26;
  }
  .footer-btn .fb-icon { font-size: 16px; }
  .footer-btn .fb-label {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-align: center;
  }

  /* ========== アニメーション ========== */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes shimmer {
    0%   { left: -100%; }
    60%  { left: 130%; }
    100% { left: 130%; }
  }
  @keyframes bounce {
    0%, 100% { transform: rotate(45deg) translateY(0); }
    50%       { transform: rotate(45deg) translateY(6px); }
  }

  /* ========== PC調整 ========== */
  @media (min-width: 600px) {
    .fv-inner { padding: 32px 32px 0; }
    .fv-catch h1 { font-size: 36px; }
    .campaign-main .amount { font-size: 100px; margin-top: -.1em}
    .trust-badge .tb-num { font-size: 26px; }
  }

  /* フッター分のスペース確保 */
  .lp-body { padding-bottom: 80px; }

  /* トップに戻るボタン */
  .back-to-top {
    position: fixed;
    right: 20px;
    bottom:152px; 
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--teal-dark);
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    opacity: 0; 
    transform: translateY(10px);
    pointer-events: none; 
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 150;
  }
  .dli-arrow-up {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 0.1em;
    height: 1em;
    background: currentColor;
  }

  .dli-arrow-up::before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top right;
    position: absolute;
    top: -0.05em;
    right: 50%;
    box-sizing: border-box;
  }



  /* フェードイン用：表示状態 */
  .back-to-top.is-visible {
    opacity: 0.95;
    transform: translateY(0);
    pointer-events: auto;
  }

  .back-to-top:hover {
    opacity: 1;
    transform: translateY(-2px);
  }

  /* スムーズスクロール（対応ブラウザ用） */
  html {
    scroll-behavior: smooth;
  }