@charset "UTF-8";

/* ==========================================
   リセットCSS
========================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 2;
    color: #000;
    background: #fff;
    overflow-x: hidden;
    padding-bottom: 70px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.8;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

ul, ol {
    list-style: none;
}

/* ==========================================
   アニメーション
========================================== */
.benefits__item,
.lineup__item,
.voice__item,
.flow__item,
.support__item,
.worries__content,
.outlet__content,
.benefits-detail__item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.benefits__item.animate-in,
.lineup__item.animate-in,
.voice__item.animate-in,
.flow__item.animate-in,
.support__item.animate-in,
.worries__content.animate-in,
.outlet__content.animate-in,
.benefits-detail__item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================
   共通レイアウト
========================================== */
.section-title {
    background: #DB0D00 url('images/benefits-bg.png') no-repeat center / cover;
    padding: 30px 0;
}

.section-title__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-title__inner img {
    display: block;
}

.section-title--2 {
    background: #DB0D00 url('images/benefits-bg.png') no-repeat center / cover;
}

.section-title--lineup {
    background: #DB0D00 url('images/benefits-bg.png') no-repeat center / cover;
}

.section-title--outlet {
    background: #DB0D00 url('images/benefits-bg.png') no-repeat center / cover;
}

.section-title--benefits2 {
    background: #DB0D00 url('images/benefits-bg.png') no-repeat center / cover;
    padding: 20px 0;
}

/* ==========================================
   ヘッダー
========================================== */
.header {
    background: #DB0D00;
    padding: 20px 0;
}

.header__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__logo {
    display: block;
    width: 190px;
    height: 26px;
}

/* ==========================================
   メインビジュアル
========================================== */
.mv {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    position: relative;
}

.mv__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
	overflow: hidden;
	position: relative;
}

.mv__title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.7));
    padding: 60px 20px 20px;
}

.mv__title {
    width: 100%;
    height: auto;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
}

.mv__subtitle {
    background: #DB0D00;
    padding: 10px 0 50px 0;
    text-align: center;
    width: 100%;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv__subtitle p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.437;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}
.mv_wrap {
    background-image: url("images/fvbg_pc_bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
    background-color: #402F25;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1000px;
    line-height: 0;
}
.mv_wrap h2 {
    display: flex;
    align-items: center;
    width: 50%;
    max-width: 1150px;
    height: auto;
}
.carnav {
	font-weight: 900;
    color: #dd0000;
}
@media (max-width: 2000px) {
  .mv_wrap{
        aspect-ratio: 2 / 1;
        height: auto; /* または height: unset; */
        margin: 0;
        padding: 0;
        line-height: 0;
  }
}
@media (max-width: 798px) {
  .mv_wrap h2{
        width: 100%;
        aspect-ratio: unset;
        padding-top: 0;
  }
  .mv_wrap h2 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
/* ==========================================
   CTA
========================================== */
.cta {
    background: #fff;
    padding: 80px 0;
    position: relative;
}

.cta--top {
    background: #fff url('images/cta-bg.png') no-repeat center / cover;
    padding: 120px 0 80px;
}

.cta--middle {
    padding: 0 0 80px;
}

.cta--final {
    background: url('images/cta-final-bg.png') no-repeat center / cover;
    padding: 80px 0;
}

.cta__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.cta__tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
    top: -49px;
    left: 0;
}

.cta__tab-content {
    max-width: 1100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.cta__tab-image {
    width: 270px;
    height: auto;
}

.cta__content {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.cta__buttons {
    display: flex;
    gap: 40px;
    width: 100%;
}

.cta__button {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 20px;
    border-radius: 8px;
    min-height: 180px;
    text-align: center;
    transition: transform 0.3s ease;
}

.cta__button:hover {
    transform: translateY(-5px);
    opacity: 1;
}

.cta__button--primary {
    background: #A90A00;
}

.cta__button--secondary {
    background: #A90A00;
    gap: 8px;
}

.cta__button-label {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.652;
    color: #fff;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.cta__button--secondary .cta__button-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    line-height: 2.111;
}

.cta__button-sub {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 2.111;
    color: #fff;
    text-align: center;
}

.cta__phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}



.cta__phone-number {
    font-family: 'Times', serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 0.76;
    letter-spacing: 0.03em;
    color: #fff;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.cta__final-content {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.cta__final-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.cta__final-logo {
    width: 260px;
    height: 35px;
}

.cta__final-title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 43px;
    line-height: 1.437;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

.cta__final-message {
    width: 100%;
}

.cta__final-message p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.652;
    color: #fff;
    text-align: center;
}

/* ==========================================
   8大特典
========================================== */
.benefits {
    background: #D90003 url('images/benefits-bg.png') no-repeat center / cover;
    padding: 50px 0;
}

.benefits__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.benefits__title {
    display: flex;
    justify-content: center;
}

.benefits__title img {
    width: 897px;
    height: 90px;
}

.benefits__content {
    max-width: 980px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.benefits__item {
    width: 480px;
    height: 52px;
}

/* ==========================================
   お悩み
========================================== */
.worries {
    background: url('images/worries-bg.png') no-repeat center / cover;
    padding: 80px 0;
}

.worries__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.worries__content {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 5px solid #DB0D00;
    border-radius: 8px;
    padding: 80px 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:0;
    position: relative;
}

.worries__bubble {
    background: #DB0D00;
    padding: 10px 30px;
    border-radius: 45px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}

.worries__bubble::after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 15px 0 15px;
    border-color: #DB0D00 transparent transparent transparent;
}

.worries__bubble-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.448;
    color: #fff;
    text-align: center;
}

.worries__image {
    position: absolute;
    right: 60px;
    top: 112px;
    width: 386px;
    height: 369px;
}

.worries__text-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.worries__heading {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.437;
    color: #DB0D00;
    text-align: center;
    width: 100%;
}

.worries__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 50px 50px;
    background-image: url(./images/nayami-image.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 386px auto;
}

.worries__item {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.worries__icon {
    width: 23px;
    height: 23px;
    flex-shrink: 0;
    display: block;
}

.worries__item-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.455;
    color: #000;
    flex: 1;
}

.worries__message {
    background: #F9F5DE;
    border-radius: 8px;
    padding: 20px 200px 20px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin: 0 40px;
}

.worries__message-text {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.524;
    color: #000;
    flex: 1;
}

.worries__advisor {
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 237px;
    height: 197px;
}

/* ==========================================
   体験サポート
========================================== */
.support {
    background: url('images/support-bg.png') no-repeat center / cover;
    padding: 80px 0;
    position: relative;
}

.support__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.support__arrow {
    width: 78px;
    height: 39px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #940002;
}

.support__content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.support__item {
    display: flex;
    gap: 50px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
}

.support__item--right {
    justify-content: flex-end;
}

.support__item--left {
    justify-content: flex-start;
}

.support__image-wrap {
    width: 525px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .support__image-wrap {
        width: 100%;
        flex-shrink: 1;
    }
    
    .support__item {
        flex-direction: column !important;
        gap: 20px;
    }
    
    .support__item--left {
        flex-direction: column !important;
    }
    
    .support__item--left .support__image-wrap {
        order: 1 !important;
    }
    
    .support__item--left .support__text-wrap {
        order: 2 !important;
    }
    
    .support__item--right {
        flex-direction: column !important;
    }
    
    .support__item--right .support__image-wrap {
        order: 1 !important;
    }
    
    .support__item--right .support__text-wrap {
        order: 2 !important;
    }
    .worries__list {
        background-image: none;
    }
    .worries__message {
        margin: 0 20px;
        padding: 20px 30px;
    }
    .worries__list {
        padding: 30px 20px;
    }
    .worries__text-content {
        padding-top: 50px;
    }
}

.support__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}


.support__text-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    flex: 1;
}

.support__item--left .support__text-wrap {
    align-items: flex-start;
}

.support__text-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.support__title-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}



.support__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.28;
    color: #000;
}

.support__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #000;
}

/* ==========================================
   ラインナップ
========================================== */
.lineup {
    background: url('images/lineup-bg.png') no-repeat center / cover;
    padding: 80px 0;
    position: relative;
}

.lineup__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.lineup__arrow {
    width: 78px;
    height: 39px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #940002;
}

.lineup__content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.lineup__item {
    width: calc((100% - 90px) / 4);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lineup__image-wrap {
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-radius: 8px;
}

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

.lineup__text-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lineup__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.778;
    color: #DB0D00;
    height: 32px;
    display: flex;
    align-items: center;
}

.lineup__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #000;
}

/* ==========================================
   アウトレット
========================================== */
.outlet {
    padding: 0;
    position: relative;
}

.outlet__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.outlet__bg {
    width: 100%;
    height: 540px;
    overflow: hidden;
}

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

.outlet__arrow {
    width: 78px;
    height: 39px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #940002;
}

.outlet__images {
    position: absolute;
    top: 540px;
    left: 0;
    width: 100%;
    height: 260px;
    display: flex;
}

.outlet__image {
	width: calc(33.333% - 0px);
    height: 260px;
    object-fit: cover;
}

.outlet__content {
    padding: 320px 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outlet__text-wrap {
    max-width: 980px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.outlet__title-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.outlet__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 0.941;
    color: #DB0D00;
    text-align: center;
}

.outlet__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #000;
}

.outlet__text--bold {
    font-weight: 700;
    color: #DB0D00;
}

/* ==========================================
   8大特典詳細
========================================== */
.benefits-detail {
    padding: 80px 0;
    position: relative;
}

.benefits-detail__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.benefits-detail__arrow {
    width: 78px;
    height: 39px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #940002;
}

.benefits-detail__content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.benefits-detail__item {
    width: 252.5px;
    height: 252.5px;
    background: #A90A00;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits-detail__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================
   お客様の声
========================================== */
.voice {
    background: #F9F8F3;
    padding: 80px 0;
}

.voice__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.voice__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.437;
    color: #DB0D00;
    text-align: center;
}

.voice__content {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.voice__item {
    width: calc((100% - 120px) / 3);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.voice__image-wrap {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

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

.voice__text-wrap {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.voice__label {
    background: #DB0D00;
    color: #fff;
    padding: 5px 23px;
    border-radius: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.778;
    text-align: center;
    display: inline-block;
}

.voice__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #000;
}

/* カルーセル用スタイル */
.voice__carousel {
    max-width: 1100px;
    width: 100%;
    margin: 3% auto 0;
    position: relative;
}

.voice__carousel-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.voice__carousel-container.dragging {
    cursor: grabbing;
    transition: none;
}

.voice__carousel-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}

.voice__carousel-track.dragging {
    transition: none;
}

.voice__slide {
    width: 100%;
    min-width: 100%;
    max-width: 350px;
    flex-shrink: 0;
    box-sizing: border-box;
}

/* 800px以上で2つのスライドを表示 */
@media screen and (min-width: 800px) {
    .voice__carousel-container {
        max-width: 730px; /* 350px * 2 + gap */
    }
    
    .voice__carousel-track {
        gap: 20px;
    }
    
    .voice__slide {
        width: calc(50% - 10px);
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

/* カルーセルドットナビゲーション */
.voice__carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.voice__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: rgba(219, 13, 0, 0.3);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 0;
}

.voice__dot:hover {
    background-color: rgba(219, 13, 0, 0.6);
    transform: scale(1.2);
}

.voice__dot.active {
    background-color: #DB0D00;
    transform: scale(1.3);
}

/* ==========================================
   体験の流れ
========================================== */
.flow {
    background: #000 url('images/flow-bg.png') no-repeat center / cover;
    padding: 80px 0;
}

.flow__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.flow__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.437;
    color: #fff;
    text-align: center;
}

.flow__content {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.flow__item {
    width: 196px;
    height: 253px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    position: relative;
}

.flow__image-wrap {
    width: 196px;
    height: 171px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

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

.flow__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.448;
    color: #000;
    text-align: center;
}

.flow__badge {
    width: 70px;
    height: 70px;
    background: #DB0D00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -35px;
    left: 63px;
}

.flow__badge-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    text-align: center;
}

.flow__arrow {
    width: 19px;
    height: 29px;
    position: absolute;
    bottom: 107px;
    right: -19px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #D52014;
}

.flow__item:last-child .flow__arrow {
    display: none;
}

/* ==========================================
   よくあるご質問
========================================== */
.faq {
    background: #F9F8F3;
    padding: 80px 0;
}

.faq__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.faq__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.437;
    color: #DB0D00;
    text-align: center;
}

.faq__content {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}

.faq__question {
    background: #DB0D00;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq__question:hover {
    background: #c00b00;
}

.faq__question-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.778;
    color: #fff;
    text-align: left;
    flex: 1;
}

.faq__icon {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    flex-shrink: 0;
    font-size: 0;
    color: transparent;
}

.faq__icon::before,
.faq__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: transform 0.3s ease;
}

.faq__icon::before {
    transform: translate(-50%, -50%);
}

.faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq__item.is-open .faq__icon::before {
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq__item.is-open .faq__icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq__answer {
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq__item.is-open .faq__answer {
    max-height: 500px;
}

.faq__answer-inner {
    padding: 20px 30px;
}

.faq__answer-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #000;
}

/* ==========================================
   アクセス
========================================== */
.access {
    padding: 80px 0;
}

.access__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.access__title-wrap {
    max-width: 1100px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%),
                url('images/access-title-bg.png') no-repeat center / cover;
    border-top: 5px solid #DB0D00;
    border-bottom: 5px solid #DB0D00;
    padding: 30px 0;
}

.access__title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.437;
    color: #DB0D00;
    text-align: center;
}

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

.access__map {
    width: 100%;
    height: 490px;
    background: #F5F5F5;
}

.access__map iframe {
    width: 100%;
    height: 100%;
    display: block;
}

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

.access__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.access__shop-name {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.778;
    color: #000;
    text-align: center;
}

.access__address {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #000;
    text-align: center;
}

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

.access__direction-item {
    background: #F5F5F5;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.access__direction-item--border {
    border: 1px solid #000;
    background: transparent;
}

.access__direction-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.778;
    color: #000;
    width: 100%;
}

.access__direction-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #000;
    width: 100%;
}

.access__service-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.778;
    color: #000;
    text-align: center;
}

/* ==========================================
   固定CTAボタン
========================================== */
.fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    padding: 10px 0;
}

.fixed-cta__inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    padding: 0 20px;
}

.fixed-cta__button {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    background: #fff;
    color: #DB0D00;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.fixed-cta__button:hover {
    transform: translateY(-2px);
    opacity: 1;
}

.fixed-cta__button--primary {
    background: #fff;
    color: #DB0D00;
}

.fixed-cta__button--secondary {
    background: #fff;
    color: #DB0D00;
}

.fixed-cta__text {
    font-size: 18px;
    line-height: 1.4;
    color: #DB0D00;
}

/* ==========================================
   フッター
========================================== */
.footer {
    background: #DB0D00;
    padding: 20px 0;
    padding-bottom: 80px;
}

.footer__inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__copyright {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.362;
    color: #fff;
    text-align: center;
    height: 16px;
}

/* ==========================================
   レスポンシブデザイン（1114px以下）
========================================== */
@media screen and (max-width: 1114px) {
    .cta__tab-content {
        max-width: 100%;
        gap: 10px;
    }
    
    .cta__tab-image {
        width: calc(25% - 7.5px);
        height: auto;
    }
}
/* ==========================================
   レスポンシブデザイン（1100px以下）
========================================== */
@media screen and (max-width: 1100px) {    
     /* 体験の流れ */
    .flow {
        padding: 50px 20px;
    }
    
    .flow__title {
        font-size: 28px;
    }
    
    .flow__content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .flow__item {
		width: 100%;
        max-width: 350px;
        height: 280px;
        margin-bottom: 20px;
    }
    
    .flow__image-wrap {
        width: 100%;
        height: 220px;
    }
    
    .flow__badge {
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .flow__arrow {
        display: none;
    }
    
}
/* ==========================================
   レスポンシブデザイン（タブレット）
========================================== */
@media screen and (max-width: 1000px) {
    .lineup__item {
        width: calc((100% - 60px) / 3);
    }
    
    .voice__item {
        width: calc((100% - 80px) / 2);
    }
}
/* ==========================================
   レスポンシブデザイン（SP）
========================================== */
@media screen and (max-width: 768px) {
    /* 共通 */
    .section-title {
        padding: 15px 20px;
    }
    
    .section-title__inner img {
        max-width: 90%;
        display: block;
        margin: 0 auto;
    }
    
    /* ヘッダー */
    .header {
        padding: 15px 0;
    }
    
    .header__logo {
        width: 140px;
        height: 19px;
    }
    
    /* MV */
    .mv {
        justify-content: flex-end;
        align-items: stretch;
    }
    
    .mv__title-wrap {
        position: absolute;
        width: clamp(450px, 150%, 720px);
        padding: 40px 20px 20px;
    }
    
    .mv__subtitle {
        min-height: auto;
        padding: 15px 0;
    }
    
    .mv__subtitle p {
        font-size: 20px;
    }
    
    /* CTA */
    .cta {
        padding: 30px 20px;
        background: #fff;
    }
    
    .cta--top {
        background: #fff url('images/cta-bg-sp.png') no-repeat center / cover;
        padding: 30px 20px;
    }
    
    .cta--final {
        background: url('images/cta-final-bg-sp.png') no-repeat center / cover;
        padding: 60px 20px;
    }
    
    .cta__tabs {
        top: auto;
        position: static;
        margin-bottom: 0;
    }
    
    .cta__tab-content {
        justify-content: space-between;
        gap: 10px;
    }
    
    .cta__tab-image {
        width: calc(50% - 5px);
        height: auto;
    }
    
    .cta__inner {
        gap: 30px;
    }
    
    .cta__buttons {
        flex-direction: column;
        gap: 20px;
    }
    
    .cta__button {
        min-height: auto;
        padding: 20px;
    }
    
/*
    .cta__button-label {
        font-size: 23px;
        line-height: 1.391;
    }
    
    .cta__button--secondary .cta__button-label {
        font-size: 18px;
        line-height: 1.556;
    }
*/
    
    .cta__button-sub {
        font-size: 14px;
    }
    
/*
    .cta__phone-number {
        font-size: 46px;
        line-height: 0.826;
    }
*/
    
    .cta__final-logo {
        width: 200px;
        height: 27px;
    }
    
    .cta__final-title {
        font-size: 28px;
    }
    
    .cta__final-message p {
        font-size: 20px;
        line-height: 1.6;
    }
    .cta__phone-number {
        font-size: 46px;
        line-height: 0.826;
    }
	.cta__button-label {
		font-size: 22px;
		line-height: 1.391;
    }
    
    .cta__button--secondary .cta__button-label {
		font-size: 17px;
		line-height: 1.556;
    }
    /* 8大特典 */
    .benefits {
        padding: 40px 20px;
    }
    
    .benefits__title img {
        max-width: 100%;
        height: auto;
    }
    
    .benefits__content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .benefits__item {
        width: 100%;
        max-width: 350px;
        height: auto;
    }
    
    /* お悩み */
    .worries {
        background: url('images/worries-bg.png') no-repeat center / cover;
        padding: 60px 20px;
    }
    
    .worries__content {
        padding: 20px;
    }
    
    .worries__bubble {
        width: calc(100% - 40px);
        padding: 10px 20px;
        min-height: 50px;
    }
    
    .worries__bubble-text {
        font-size: 20px;
    }
    
    .worries__image {
        display: none;
    }
    
    .worries__heading {
        font-size: 26px;
    }
    
    .worries__item-text {
        font-size: 20px;
    }
    
    .worries__message-text {
        font-size: 18px;
    }
    
    .worries__advisor {
        display: none;
    }
    
    /* サポート */
    .support {
        padding: 60px 20px;
    }
    
    .support__content {
        gap: 30px;
    }
    
    .support__item {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }
    
    .support__item--left {
        flex-direction: column !important;
    }
    
    .support__item--left .support__image-wrap {
        order: 1 !important;
    }
    
    .support__item--left .support__text-wrap {
        order: 2 !important;
    }
    
    .support__item--right {
        flex-direction: column !important;
    }
    
    .support__item--right .support__image-wrap {
        order: 1 !important;
    }
    
    .support__item--right .support__text-wrap {
        order: 2 !important;
    }
    
    .support__image-wrap {
        width: 100%;
    }
    
    .support__image {
        width: 100%;
        height: auto;
    }
    
    .support__text-wrap {
        align-items: flex-start;
    }
    
    .support__reason-image {
        max-width: 100%;
    }
    
    .support__title {
        font-size: 20px;
    }
	  
	/* ラインナップ */
    .lineup {
        padding: 60px 20px;
    }
    
    .lineup__content {
        flex-direction: column;
        gap: 20px;
    }
    
    .lineup__item {
        width: 100%;
        flex-direction: row;
        gap: 20px;
    }
    
    .lineup__image-wrap {
        width: 100%;
        max-width: 230px;
        height: 230px;
    }
    
    .lineup__image {
        height: 100%;
    }
    
    .lineup__text-wrap {
        flex: 1;
    }
	
    .lineup__title {
        height: auto;
    }
    /* アウトレット */
    .outlet__bg {
        height: 280px;
    }
    
    .outlet__arrow {
        display: none;
    }
    
    .outlet__images {
        position: static;
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .outlet__image {
        width: calc(33.333% - 0px);
        height: auto;
    }
    
    .outlet__content {
        padding: 40px 20px 60px;
    }
    
    .outlet__title {
        font-size: 28px;
        line-height: 1.357;
    }
    
    /* 8大特典詳細 */
    .benefits-detail {
        padding: 60px 20px;
    }
    
    .benefits-detail__content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    
    .benefits-detail__item {
        width: calc(50% - 10px);
        height: auto;
        aspect-ratio: 1;
    }
    
    .benefits-detail__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
 
    /* お客様の声 */
    .voice {
        padding: 60px 20px;
    }
    
    .voice__title {
        font-size: 28px;
    }
    
    .voice__content {
        flex-direction: column;
        gap: 20px;
    }
    
    .voice__item {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    
    .voice__image-wrap {
        height: 230px;
    }
    
    .voice__carousel {
        margin-top: 30px;
    }
    
    .voice__carousel-container {
        max-width: 350px !important;
    }
    
    .voice__item {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    
    .voice__slide {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 350px !important;
    }
    
    .voice__carousel-track {
        gap: 0 !important;
    }
    
    .voice__image-wrap {
        height: 230px;
    }
	.voice__text {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 15px;
		line-height: 1.5;
		color: #000;
    }

    /* FAQ */
    .faq {
        padding: 60px 20px;
    }
    
    .faq__title {
        font-size: 28px;
    }
    
    .faq__question {
        padding: 20px;
    }
    
    .faq__question-text {
        font-size: 18px;
    }
    
    .faq__answer-inner {
        padding: 20px;
    }
    
    /* アクセス */
    .access {
        padding: 60px 20px;
    }
    
    .access__title {
        font-size: 28px;
        line-height: 1.2;
    }
    
    .access__map {
        height: 260px;
    }
    
    .access__directions {
        gap: 20px;
    }
    
    .access__direction-item {
        padding: 20px;
    }
    
    /* フッター */
    .footer__copyright {
        font-size: 13px;
    }
    
    /* 固定CTAボタン */
    .fixed-cta {
        padding: 8px 0;
    }
    
    .fixed-cta__inner {
        gap: 10px;
        padding: 0 10px;
    }
    
    .fixed-cta__button {
        padding: 12px 10px;
        font-size: 16px;
    }
    
    .fixed-cta__text {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .mv__subtitle p {
        font-size: 18px;
    }
    
    .mv__subtitle {
        padding: 15px 20px;
    }
    
    .cta__button-label {
        font-size: 20px;
    }
    
    .cta__phone-number {
        font-size: 40px;
    }
    
    .worries__heading {
        font-size: 22px;
    }
    
    .worries__item-text {
        font-size: 18px;
    }
    
    .support__title {
        font-size: 18px;
    }
    
    .outlet__title {
        font-size: 24px;
    }
    
    /* 固定CTAボタン */
    .fixed-cta__button {
        padding: 10px 8px;
        font-size: 14px;
    }
    
    .fixed-cta__text {
        font-size: 3vw;
    }
    
    /* ラインナップ 2列表示 */
    .lineup__content {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .lineup__item {
        width: calc(50% - 10px);
        flex-direction: column;
        gap: 10px;
    }
    
    .lineup__image-wrap {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
    
    .lineup__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .lineup__text-wrap {
        width: 100%;
    }
    
    .lineup__title {
        font-size: 14px;
        line-height: 1.4;
        height: auto;
    }
    
    .lineup__text {
        font-size: 12px;
        line-height: 1.6;
    }
}
