@charset "UTF-8";
/**
 * かみさま縁結びLP - SP版CSS
 * Width: 390px (スマートフォン)
 * Figmaデザインから正確に再現
 */

/* ==========================================================================
   CSS Variables (カスタムプロパティ) - スマートフォン版
   ========================================================================== */
:root {
  /* スマートフォン用の調整値 */
  --font-size-5xl: 28px; /* PC版の36pxから調整 */
  --font-size-3xl: 20px; /* PC版の28pxから調整 */
  --font-size-2xl: 20px; /* PC版の24pxから調整 */
  --spacing-lg: 16px; /* PC版の32pxから調整 */
  --spacing-xl: 24px; /* PC版の48pxから調整 */
  --spacing-2xl: 32px; /* PC版の64pxから調整 */
}

@media (max-width: 767px) {
  /* ==========================================================================
     ファーストビュー
     ========================================================================== */
  .fv {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    margin: 0 auto;
    overflow: hidden;
  }

  .fv__bg {
    width: 100%;
    height: 100%;
  }

  .fv__bg::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 70%,
      rgba(0, 0, 0, 0.8) 95%
    );
  }

  .fv__content {
    width: 100%;
    height: 100%;
    padding: 24px;
    gap: 32px;
  }

  /* ラベル部分 */
  .fv__label-wrapper {
    height: 60px;
  }

  .fv__label-bg {
    height: 60px;
    filter: blur(20px);
    -webkit-filter: blur(20px);
  }

  .fv__label {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
  }

  /* メインコンテンツ */
  .fv__main-content {
    width: 100%;
    max-width: none;
    height: auto;
    justify-content: space-between;
    flex: 1;
    gap: 24px;
    position: relative;
  }

  /* テキストグループ */
  .fv__text-group {
    width: 100%;
  }

  .fv__ellipse {
    left: -32px;
    top: 8px;
    width: 152px;
    height: 280px;
  }

  .fv__main-text {
    gap: 8px;
  }

  .fv__text-1,
  .fv__text-2 {
    font-size: 24px;
    width: 32px;
  }

  /* スマホ版ではtitle_1.svgを表示 */
  .fv__title-svg {
    content: url("../images/enmusubi/title_1.svg");
    height: 60vh;
  }

  /* タイトル部分 */
  .fv__title-wrapper {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    flex: none;
  }

  .fv__title {
    font-size: 26px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    padding: 0;
  }

  /* ==========================================================================
     キャンペーンセクション
     ========================================================================== */
  .campaign {
    width: 100%;
    padding: 64px 24px;
    margin: 0 auto;
  }

  .campaign__inner {
    width: 100%;

    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  .campaign__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .campaign__header {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .campaign__title-wrap {
    gap: 16px;
  }

  .decoration-torii {
    width: 24px;
    height: 23px;
  }

  .decoration-ashirai {
    width: 24px;
    height: 24px;
    margin: 0 auto 8px;
  }

  .campaign__logo {
    height: 40px;
    margin: 0 auto 16px;
  }

  .campaign__title-container {
    gap: 16px;
    padding: 16px 0;
  }

  .campaign__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
  }

  .campaign__decoration {
    width: 24px;
    height: 24px;
  }

  .campaign__details {
    width: 100%;

    gap: 16px;
  }

  .campaign__subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 16px;
  }

  .campaign__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.03em;
    text-align: left;
    color: #464646;
  }

  /* ==========================================================================
     CTAセクション
     ========================================================================== */
  .cta {
    width: 100%;
    padding: 56px 24px;
    background: #ffffff;
    margin: 0 auto;
  }

  .cta__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  .cta__deadline {
    gap: 0;
    margin-bottom: 32px;
  }

  .cta__deadline-text {
    font-size: 28px;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.03em;
    color: #bf3a3a;
    text-align: center;
  }

  .cta__deadline-line {
    width: 80px;
    height: 1px;
    background: #c1272d;
  }

  .cta__content {
    flex-direction: column;
    gap: 32px;
    align-items: center;
    margin-bottom: 40px;
  }

  .cta__text-area {
    width: 100%;

    text-align: left;
    gap: 16px;
  }

  .cta__title {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 2.2;
    letter-spacing: 0.03em;
    color: #464646;
  }

  .cta__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.03em;
    color: #464646;
  }

  .cta__image {
    width: 100%;
    max-width: none;
    height: auto;
    flex-shrink: 0;
  }

  .cta__button {
    width: 100%;
    max-width: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.917;
    gap: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .cta__button:hover {
    background: #a03030;
    opacity: 1;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(191, 58, 58, 0.3);
  }

  .cta__arrow {
    font-size: 14px;
    color: white;
  }

  /* ==========================================================================
     セクション2
     ========================================================================== */
  .sec2 {
    width: 100%;
    padding: 64px 24px;
    background: #fafafa;
    margin: 0 auto;
  }

  .sec2__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .sec2__header {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #464646;
  }

  .section-title__small {
    font-size: 22px;
  }

  .sec2__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
  }

  .sec2__lead {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
    text-align: center;
    color: #464646;
  }

  .sec2__benefits {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: 100%;
  }

  .benefit-card {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .benefit-card__image {
    width: 100%;
    height: 260px;
    overflow: hidden;
  }

  .benefit-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .benefit-card__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    color: #464646;
  }

  .sec2__conclusion {
    width: 100%;
    /* max-width: 320px; */
    font-size: 28px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.03em;
    text-align: center;
    color: #464646;
  }

  /* ==========================================================================
     セクション3
     ========================================================================== */
  .sec3 {
    position: relative;
    width: 100%;
    padding: 64px 24px;
    min-height: auto;
    margin: 0 auto;
  }

  .sec3__bg {
    width: 100%;
    height: 100%;
    background: #ffffff;
  }

  .sec3__bg::after {
    right: 0;
    bottom: 0;
    width: 200px;
    height: 220px;
    background: url("../images/enmusubi/sec3-decoration.svg") no-repeat;
    background-size: contain;
  }

  .sec3__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .sec3__main {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .sec3__image {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
    position: relative;
  }

  .sec3__image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .sec3__content {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .sec3__subtitle {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #464646;
  }

  .sec3__description {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #464646;
  }

  .sec3__badge-group {
    position: absolute;
    top: -56px;
    right: 16px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    z-index: 2;
    margin-top: 0;
  }

  .badge--vertical {
    font-size: 32px;
    line-height: 1.27;
    padding: 8px 8px;
    display: inline-block;
    width: auto;
    writing-mode: vertical-rl;
  }

  .badge--horizontal {
    font-size: 20px;
    line-height: 1.27;
    padding: 8px 8px;
    width: auto;
    writing-mode: vertical-rl;
  }

  /* ==========================================================================
     セクション4
     ========================================================================== */
  .sec4 {
    width: 100%;
    padding: 64px 24px;
    background: rgba(248, 243, 242, 0.72);
    position: relative;
    margin: 0 auto;
  }

  .sec4__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .sec4__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .section-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #464646;
  }

  .sec4__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    padding: 0;
  }

  .sec4__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
  }

  .benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: none;
  }

  .benefit-item__image {
    width: 100%;
    height: 260px;
    overflow: hidden;
  }

  .benefit-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .benefit-item__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .benefit-item__title {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 20px;
    margin-top: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #464646;
    width: 100%;
  }

  .benefit-item__mark {
    width: 2px;
    height: 16px;
    background: #c1272d;
    flex-shrink: 0;
    margin-top: 4px;
  }

  .benefit-item__text {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #464646;
  }

  /* ==========================================================================
     セクション5
     ========================================================================== */
  .sec5 {
    width: 100%;
    padding: 80px 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec5__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
  }

  .badge--vertical {
    width: 48px;
    font-size: 28px;
    line-height: 1.27;
    padding: 8px 8px;
    display: inline-block;
    writing-mode: vertical-rl;
  }

  .sec5__slider-container {
    width: calc(100vw - 36px);
    height: auto;
    max-height: 480px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #c1272d #f5f5f5;
    padding-bottom: 10px;
  }

  .sec5__slider-container::-webkit-scrollbar {
    height: 5px;
  }

  .sec5__slider-container::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 2px;
  }

  .sec5__slider-container::-webkit-scrollbar-thumb {
    background: #c1272d;
    border-radius: 2px;
  }

  .sec5__slider {
    display: flex;
    gap: 10px;
    padding: 5px;
    height: auto;
    width: max-content;
    align-items: stretch;
  }

  .testimonial-card {
    width: 80vw;
    background: #ffffff;
    border: 1px solid #9e9e9e;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 7px;
    box-sizing: border-box;
    flex-shrink: 0;
    backdrop-filter: blur(4px);
  }

  .testimonial-card__image {
    width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
    flex-shrink: 0;
  }

  .testimonial-card__image-placeholder {
    width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
    flex-shrink: 0;
  }

  .testimonial-card__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
  }

  .testimonial-card__meta {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .testimonial-card__age,
  .testimonial-card__gender {
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.437;
    color: #191919;
  }

  .testimonial-card__text {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #191919;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .testimonial-card__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px;
    background: #c1272d;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .testimonial-card__button span {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.437;
    color: #ffffff;
  }

  /* モーダル */
  .testimonial-modal__content {
    max-width: 95vw;
    max-height: 90vh;
    padding: 15px;
    /* padding-top: 50px; */
  }

  .testimonial-modal__close {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    position: fixed;
    background: #ffffff;
    border: 2px solid #c1272d;
    border-radius: 50%;
    color: #c1272d;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
  }

  .testimonial-modal.is-open .testimonial-modal__close {
    opacity: 1;
    visibility: visible;
  }

  .testimonial-modal__close:hover {
    background: #c1272d;
    color: #ffffff;
  }

  .testimonial-modal__image {
    max-width: 95vw;
    max-height: calc(90vh - 60px);
    min-width: 260px;
    min-height: 350px;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .testimonial-modal__image-placeholder {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
  }

  .testimonial-modal__image-placeholder img {
    width: 100%;
    height: auto;
    max-width: none;
    object-fit: contain;
    border-radius: 0;
  }

  /* ==========================================================================
     セクション6
     ========================================================================== */
  .sec6 {
    width: 100%;
    padding: 64px 24px;
    background: #f8f3f2;
    margin: 0 auto;
  }

  .sec6__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }

  .sec6__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 24px;
  }

  .section-title {
    width: 100%;

    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #464646;
  }
  .sec6__title-sub {
    margin-top: 8px;
  }

  .sec6__title-subsub {
    font-size: 22px;
  }

  .sec6__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
  }

  .sec6__lead {
    width: 100%;
    max-width: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
    text-align: left;
    color: #464646;
  }

  .sec6__services {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }

  .sec6__services-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: 100%;
  }

  .service-card {
    width: 100%;
    max-width: none;
    height: 360px;
    margin-top: 0;
    position: relative;
  }

  .service-card__image {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }

  .service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .service-card__content {
    position: absolute;
    left: 16px;
    top: 144px;
    width: calc(100% - 32px);
    padding: 16px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .service-card__title {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    color: #464646;
  }

  .service-card__line {
    width: 32px;
    height: 2px;
    background: #c1272d;
    border: none;
    margin: 8px 0;
  }

  .service-card__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #464646;
    text-align: left;
    width: 100%;
  }

  .sec6__reassurance {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
  }

  .sec6__reassurance-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #464646;
    width: 100%;
  }

  .sec6__reassurance-box {
    width: 100%;
    max-width: none;
    padding: 16px 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
  }

  .sec6__reassurance-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 16px;
    margin: 0 auto;
  }

  .check-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .check-item__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .check-item__text {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    color: #464646;
    flex: 1;
  }

  .sec6__reassurance-text {
    width: 100%;
    max-width: 320px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
    text-align: left;
    color: #464646;
  }

  /* ==========================================================================
     セクション区切り画像
     ========================================================================== */
  .section-divider {
    width: 100%;
    height: 400px;
    overflow: visible;
    position: relative;
    margin: 0 auto;
  }

  .section-divider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* モバイル用バッジグループ（スマホ版では表示） */
  .sec7__badge-group--mobile {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    gap: 4px;
    align-items: flex-start;
    z-index: 2;
  }

  /* モバイル用バッジスタイル */
  .badge--sec7-mobile.badge--vertical {
    font-size: 21px;
    line-height: 1.27;
    padding: 3px 2px;
    display: inline-block;
    width: auto;
    writing-mode: vertical-rl;
  }

  .badge--sec7-mobile.badge--horizontal {
    font-size: 24px;
    line-height: 1.27;
    padding: 3px 4px;
    width: auto;
    writing-mode: vertical-rl;
  }

  /* ==========================================================================
     セクション7
     ========================================================================== */
  .sec7 {
    position: relative;
    width: 100%;
    min-height: auto;
    background: #ffffff;
    padding: 56px 16px;
    margin: 0 auto;
  }

  .sec7__bg-white {
    display: none;
  }

  .sec7__inner {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    gap: 32px;
    flex-direction: column;
  }

  .sec7__text {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #464646;
    flex-shrink: 0;
  }

  .sec7__text p {
    margin: 0 0 1.5em;
  }

  .sec7__text p:last-child {
    margin-bottom: 0;
  }

  .sec7__badge-group {
    display: none;
  }

  /* ==========================================================================
     セクション8
     ========================================================================== */
  .sec8 {
    position: relative;
    width: 100%;
    min-height: auto;
    background: #ffffff;
    padding: 0px;
    margin: 0 auto;
  }

  .sec8__bg-pattern {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    max-width: 256px;
    height: 152px;
    background: #ffffff;
    background-image: url("../images/enmusubi/sec8-pattern.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .sec8__inner {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    z-index: 2;
  }

  .sec8__top-section {
    position: relative;
    margin-bottom: 32px;
    height: auto;
  }

  .sec8__top-image {
    position: relative;
    left: auto;
    top: auto;
    width: 80%;
    height: auto;
    margin-top: 56px;
  }

  .sec8__top-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sec8__badge-wrapper {
    position: absolute;
    left: 32px;
    top: -8px;
    text-align: center;
  }

  .sec8__main-content {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 0;
  }

  .sec8__image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .sec8__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sec8__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #464646;
    margin-bottom: 16px;
  }

  .sec8__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #464646;
  }

  .sec8__achievements {
    position: relative;
    width: auto;
    min-width: 320px;
    max-width: none;
    margin: 56px auto;
    display: flex;
    justify-content: center;
  }

  .sec8__achievements-content {
    position: relative;
    padding: 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border: solid 2px #cfad70;
    background: #ffffff;
    box-sizing: border-box;
    width: auto;
    min-width: 320px;
    max-width: none;
    margin: 0 16px;
  }

  .sec8__achievements-content::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: solid 1px #cfad70;
    z-index: 1;
    pointer-events: none;
  }

  .sec8__achievements-decoration {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 3;
  }

  .sec8__achievements-decoration.decoration-tl {
    top: 8px;
    left: 8px;
    transform: rotate(-90deg);
  }

  .sec8__achievements-decoration.decoration-tr {
    top: 8px;
    right: 8px;
    transform: rotate(0deg);
  }

  .sec8__achievements-decoration.decoration-bl {
    bottom: 8px;
    left: 8px;
    transform: rotate(180deg);
  }

  .sec8__achievements-decoration.decoration-br {
    bottom: 8px;
    right: 8px;
    transform: rotate(90deg);
  }

  .sec8__achievements-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    color: #464646;
  }

  .sec8__achievements-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .achievement-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .achievement-item__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    object-fit: contain;
  }

  .achievement-item__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #464646;
    flex: 1;
  }

  .achievement-highlight {
    color: #c1272d;
    font-weight: 500;
  }

  .sec8__image--PC {
    display: none;
  }
  .sec8__image--SP {
    display: block;
    z-index: 1;
    position: relative;
  }

  .sec8__image--SP img {
    width: auto;
    width: 85%;
    margin-left: auto;
    object-fit: cover;
  }

  /* ==========================================================================
     セクション9
     ========================================================================== */
  .sec9 {
    width: 100%;
    padding: 56px 24px;
    background: url("../images/enmusubi/back.jpg") center/cover no-repeat;
    margin: 0 auto;
  }

  .sec9__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  .sec9__box {
    padding: 24px 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .sec9__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
  }

  .sec9__notice {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    color: #464646;
    margin-bottom: 16px;
    width: 100%;
  }

  .sec9__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    color: #464646;
  }

  .sec9__rules {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 304px;
    margin: 0 auto;
  }

  .sec9__line {
    width: 100%;
    height: 1px;
    background: #cecece;
    border: none;
  }

  .sec9__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .sec9__item {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .sec9__bullet {
    width: 4px;
    height: 4px;
    background: #c1272d;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .sec9__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #464646;
    width: auto;
    flex: 1;
  }

  .sec9__warning {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    color: #464646;
    margin-top: 16px;
    width: 100%;
  }

  /* ==========================================================================
     セクション10
     ========================================================================== */
  .sec10 {
    width: 100%;
    padding: 64px 24px;
    background: #f8f3f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .sec10__inner {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .sec10__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0;
  }

  .sec10__header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .sec10__decoration {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }

  .sec10__plans {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
  }

  .plan-card {
    width: 100%;
    padding: 24px 24px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .plan-card__header {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row;
    margin-bottom: 0px;
  }

  .plan-card__image {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    overflow: hidden;
  }

  .plan-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .plan-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 304px;
  }

  .plan-card__stars {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .plan-card__star-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .plan-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #464646;
  }

  .plan-card__subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #464646;
  }

  .plan-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .plan-card__row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  .plan-card__label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #464646;
    white-space: nowrap;
    min-width: 48px;
  }

  .plan-card__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #464646;
    flex: 1;
  }

  .plan-card__price {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #464646;
    flex: 1;
  }

  .plan-card__price--sale {
    font-weight: 700;
    color: #c1272d;
    font-size: 16px;
  }

  .plan-card__row--full {
    flex-direction: column;
    gap: 0;
  }

  .plan-card__note {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #464646;
    margin-top: 8px;
    width: 100%;
  }

  .sec10__ume-section {
    width: 100%;
  }

  .sec10__additional {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: none;
    margin-top: 16px;
  }

  .sec10__additional-box {
    width: 100%;
    padding: 24px 16px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .sec10__additional-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .sec10__additional-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #464646;
    text-align: center;
  }

  .sec10__additional-line {
    width: 100%;
    height: 1px;
    background: #cecece;
    border: none;
    margin: 0;
  }

  .sec10__additional-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #464646;
    text-align: left;
    width: 100%;
  }

  .sec10__additional-list li {
    margin-bottom: 4px;
  }

  .sec10__additional-image {
    height: 150px;
    overflow: hidden;
    width: 100%;
  }

  .sec10__additional-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sec10__supplement {
    width: 100%;
    max-width: none;
    font-size: 16px;
    margin: 16px 0;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #464646;
    text-align: left;
  }

  /* ==========================================================================
     セクション11
     ========================================================================== */
  .sec11 {
    width: 100%;
    padding: 64px 24px;
    background: #ffffff;
    margin: 0 auto;
  }

  .sec11__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }

  .sec11__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .sec11__flow {
    position: relative;
    width: 100%;
    max-width: none;
  }

  .sec11__flow-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 100%;
    background: #f8f3f2;
    border-radius: 40px;
  }

  .sec11__flow-steps {
    position: relative;
    margin-left: 8px;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .flow-step {
    display: flex;
    gap: 8px;
    width: 100%;
  }

  .flow-step__number {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 0;
    height: 32px;
  }

  .flow-step__circle {
    width: 16px;
    height: 16px;
    background: #c1272d;
    border-radius: 50%;
  }

  .flow-step__line {
    width: 32px;
    height: 1px;
    background: transparent;
    border-top: 1px dashed #c1272d;
  }

  .flow-step__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    width: auto;
  }

  .flow-step__header {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
  }

  .flow-step__label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #c1272d;
    border: 1px solid #c1272d;
    padding: 4px;
    border-radius: 8px;
  }

  .flow-step__mark {
    width: 2px;
    height: 16px;
    display: none;
    background: #c1272d;
  }

  .flow-step__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #464646;
    width: 100%;
  }

  .flow-step__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #464646;
  }

  /* ==========================================================================
     セクション12
     ========================================================================== */
  .sec12 {
    width: 100%;
    padding: 64px 24px 56px;
    background: #f8f3f2;
    margin: 0 auto;
  }

  .sec12__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }

  .sec12__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .sec12__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    width: 100%;
  }

  .sec12__faqs {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .faq-item {
    padding: 16px 24px;
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    user-select: none;
    width: 100%;
  }

  .faq-item:hover {
    box-shadow: 0 2px 8px rgba(193, 39, 45, 0.1);
  }

  .faq-item:last-child {
    margin-bottom: 0;
  }

  .faq-item__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
  }

  .faq-item__q-header {
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
    flex: 1;
  }

  .faq-item__q-mark {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.448;
    letter-spacing: 0.05em;
    color: #464646;
    flex-shrink: 0;
  }

  .faq-item__q-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.448;
    letter-spacing: 0.05em;
    color: #3a2c24;
    width: 100%;
  }

  .faq-item__toggle {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .faq-item__toggle-icon {
    width: 100%;
    height: 100%;
    background: #c1272d;
    border-radius: 50%;
    position: relative;
    transition: transform 0.3s ease;
  }

  .faq-item__toggle-icon.is-open {
    transform: rotate(180deg);
  }

  .faq-item__toggle-icon::before,
  .faq-item__toggle-icon::after {
    content: "";
    position: absolute;
    left: 2.5px;
    top: 6px;
    width: 9px;
    height: 2px;
    background: #ffffff;
    transition: all 0.3s ease;
  }

  .faq-item__toggle-icon::after {
    transform: rotate(90deg);
  }

  .faq-item__toggle-icon.is-open::after {
    opacity: 0;
  }

  .faq-item__line {
    width: 100%;
    height: 0;
    border: none;
    border-top: 1px dashed #cecece;
    margin: 16px 0;
  }

  .faq-item__answer {
    display: flex;
    gap: 8px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, margin-top 0.4s ease;
    margin-top: 0;
  }

  .faq-item.is-open .faq-item__answer {
    margin-top: 16px;
  }

  .faq-item__a-mark {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.448;
    letter-spacing: 0.05em;
    color: #c1272d;
    flex-shrink: 0;
  }

  .faq-item__a-text {
    width: auto;
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.448;
    letter-spacing: 0.05em;
    color: #3a2c24;
  }

  .sec12__closing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sec12__closing-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #464646;
    text-align: center;
    width: 100%;
  }

  .sec12__closing-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
    text-align: left;
    color: #464646;
    width: 100%;
  }

  /* ==========================================================================
     スマホ専用要素
     ========================================================================== */
  /* スマホ版でのみ表示される改行 */
  br.sp {
    display: block;
  }

  /* ==========================================================================
     装飾アイコン（鳥居マーク）
     ========================================================================== */
  .decoration-torii {
    width: 24px;
    height: 24px;
    background: url("../images/enmusubi/torii-icon.svg") center/contain
      no-repeat;
    margin: 0 auto;
  }

  .decoration-torii--top {
    margin-bottom: 8px;
  }

  .decoration-torii--bottom {
    margin-top: 8px;
  }

  /* ==========================================================================
     スクロールアニメーション
     ========================================================================== */
  .scroll-animate {
    opacity: 0;
    transform: scale(1);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }

  .scroll-animate.is-visible {
    opacity: 1;
    transform: scale(1);
  }

  /* 遅延アニメーション */
  .scroll-animate--delay-1 {
    transition-delay: 0.1s;
  }

  .scroll-animate--delay-2 {
    transition-delay: 0.2s;
  }

  .scroll-animate--delay-3 {
    transition-delay: 0.3s;
  }

  .scroll-animate--delay-4 {
    transition-delay: 0.4s;
  }

  /* より大きな浮き出し効果 */
  .scroll-animate--large {
    transform: scale(1);
  }

  /* 左右からの浮き出し（その場からふわっと） */
  .scroll-animate--left {
    transform: scale(1);
  }

  .scroll-animate--right {
    transform: scale(1);
  }

  .scroll-animate--left.is-visible,
  .scroll-animate--right.is-visible {
    transform: scale(1);
  }

  /* ==========================================================================
     ユーティリティ
     ========================================================================== */
  .text-center {
    text-align: center;
  }

  .text-red {
    color: #c1272d;
  }

  .font-bold {
    font-weight: 700;
  }
}
