@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

/* CSSリセット
--------------------------------------------------------------------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

abbr, acronym {
    border: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: min(2.266vw,17px);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.lp-container {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.lp-container p {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.lp-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.lp-container img {
    display: block;
    width: 100%;
    max-width: 750px;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}
@media screen and (max-width: 750px) {
    .lp-container {
        padding: 0;
    }
    .lp-container img {
        width: 100%;
        max-width: 100%;
    }
}

/* ===== know ===== */
.lp-container .know_bg {
    background: url(../image/know_bg.gif) repeat;
    padding-bottom: min(calc(110px * 100vw / 750px), 110px);
}
.lp-container .know_btn_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: min(calc(8px * 100vw / 750px), 8px);
    row-gap: min(calc(30px * 100vw / 750px), 30px);
    width: 94%;
    margin: 0 auto;
}

.lp-container .know_btn_list li {
    width: 48%;
}
.lp-container .btn_store {
    width: min(calc(360px * 100vw / 750px), 360px);
    margin: 0 auto 10% auto;
}

/* ===== contents_01.png ボタン重ね用 ===== */
.img-stack {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    overflow: visible;
}
#btn-aco {
    position: absolute;
    left: 50%;
    bottom: 1.445%;
    transform: translateX(-50%);
    width: 48%;
    height: auto;
    z-index: 10;
    display: block;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}
/* ===== contents_10.png ボタン重ね用 ===== */
.img-stack-10 {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    overflow: visible;
    aspect-ratio: 750 / 1031;
}
#btn-10 {
    position: absolute;
    left: 50%;
    top: 84.38%; /* 870/1031=84.38% */
    transform: translateX(-50%);
    width: 29.33%;
    z-index: 10;
}
/* ===== contents_04.png ボタン重ね用 ===== */
.img-stack-04 {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 0 min(26.4vw,198px);
    overflow: visible;
    text-align: center;
}
#btn-04 {
    display: block;
    width: min(calc(360px * 100vw / 750px), 360px);
    margin: 52px auto 0;
}

/* カラー名表示 */
.color-name {
    text-align: center;
    font-size: min(calc(24px * 100vw / 750px), 24px);
    font-weight: 500;
    margin-top: min(calc(20px * 100vw / 750px), 20px);
    margin-bottom: min(calc(15px * 100vw / 750px), 15px);
}

/* カラー選択ボタン */
.color-selector-wrap {
    position: relative;
    display: inline-block;
}
.color-selector {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 min(6.13vw,46px);
}
.color-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: min(calc(31px * 100vw / 750px), 31px);
    height: auto;
    aspect-ratio: 1/1.75;
    background: url(../image/slider_arrow.png) center / contain no-repeat;
    border: none;
    cursor: pointer;
    padding: 0;
}
.color-arrow-prev {
    left: 0;
    transform: translateY(-50%) scale(-1, 1);
}
.color-arrow-next {
    right: 0;
}
.color-btn {
    position: relative;
    width: min(7.46vw,56px);
    height: auto;
    aspect-ratio: 1/1;
    margin: min(0.93vw,7px);
    background: center / cover no-repeat;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    padding: 0;
}
.color-btn:nth-child(1) {
    background-image: url(../image/car_model/01.png);
}
.color-btn:nth-child(2) {
    background-image: url(../image/car_model/02.png);
}
.color-btn:nth-child(3) {
    background-image: url(../image/car_model/03.png);
}
.color-btn:nth-child(4) {
    background-image: url(../image/car_model/04.png);
}
.color-btn:nth-child(5) {
    background-image: url(../image/car_model/05.png);
}
.color-btn:nth-child(6) {
    background-image: url(../image/car_model/06.png);
}
.color-btn.active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.21);
    width: 100%;
    height: 100%;
    border: solid 1px #d1d1d1;
    border-radius: 50%;
}

/* カルーセルで車を選ぶところ */
.contents04_slider {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.color-carousel {
    display: none;
}
.color-carousel.active {
    display: block;
}
.color-carousel .swiper-button-prev,
.color-carousel .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: min(calc(60px * 100vw / 750px), 60px);
    height: auto;
    aspect-ratio: 1/1;
    margin: 0;
    padding: 0;
    background: center / contain no-repeat;
    border: none;
    cursor: pointer;
    z-index: 10;
}
.color-carousel .swiper-button-prev::after,
.color-carousel .swiper-button-next::after {
    display: none;
}
.color-carousel .swiper-button-prev {
    left: min(calc(20px * 100vw / 750px), 20px);
    background-image: url(../image/slider_arrow02_l.png);
}
.color-carousel .swiper-button-next {
    right: min(calc(20px * 100vw / 750px), 20px);
    background-image: url(../image/slider_arrow02_r.png);
}
.color-carousel .swiper-button-prev.swiper-button-disabled,
.color-carousel .swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 透明矢印のスライダー */
.transparent_slider {
    position: relative;
    overflow: hidden;
}
.transparent_slider .swiper-button-prev,
.transparent_slider .swiper-button-next {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7.46%;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
}
.transparent_slider .swiper-button-prev::after,
.transparent_slider .swiper-button-next::after {
    display: none;
}
.transparent_slider .swiper-button-prev {
    left: 4%;
}
.transparent_slider .swiper-button-next {
    right: 4%;
}

/* アコーディオンパネル */
.aco-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4,0,0.2,1);
    margin: 0;
    padding: 0;
}
.aco-panel.open {
    max-height: 2000px;
    transition: max-height 0.5s cubic-bezier(0.4,0,0.2,1);
}
.aco-panel img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

/* アコーディオン（more_btn） */
.lp-container .more_main {
    display: none;
}
.lp-container .more_btn {
    position: relative;
    cursor: pointer;
    width: 47%;
    margin: 0 auto;
    transition: opacity 0.3s ease;
}
.lp-container .more_btn:hover {
    opacity: 0.8;
}
.lp-container .model3_detail .more_btn {
    margin-top: 8%;
}
.lp-container .model3_detail {
    margin-bottom: 10%;
}

/* ===== footer ===== */
.lp-footer {
    background: url('../image/footer.png') no-repeat center/cover;
    width: 100%;
    max-width: 750px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.footer-inner {
    width: 100%;
    text-align: center;
    color: #6e6e6e;
    line-height: 2.2;
    padding: 24px 0 20px 0;
    box-sizing: border-box;
}
.footer-copyright {
    margin-bottom: 0.23em;
    letter-spacing: 0.05em;
}
.footer-links {
    line-height: 2.2;
}
.footer-link {
    color: #6e6e6e;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 0;
    letter-spacing: 0.03em;
}
.footer-link:hover,
.footer-link:active,
.footer-link:focus {
    text-decoration: none;
    color: #6e6e6e;
}

.fixed_btn_wrap {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 10px;
    z-index: 90;
}
.fixed_btn {
    display: block;
    width: 90.66%;
    max-width: 680px;
    margin: 0 auto;
}
.fixed_btn img {
    display: block;
    width: 100%;
}


/* ===== Detail & Experience Section (from modely/01) ===== */
.lp-container .sec_detail h2,
.lp-container .sec_experience h2 {
    margin: 0;
    padding: 0;
}
.lp-container .detail_video_area {
    display: block;
}
.lp-container .detail_video_item {
    position: relative;
    width: 100%;
}
.lp-container .detail_video_item video {
    width: 100%;
    height: auto;
    display: block;
}

/* Detail Slide */
.lp-container .slide_area {
    position: relative;
}
.lp-container .detail_slide .swiper-button-next,
.lp-container .detail_slide .swiper-button-prev {
    top: 45%;
    transform: translateY(-50%);
    width: min(calc((66 / 750)* 100vw), 66px);
    height: min(calc((66 / 750)* 100vw), 66px);
}
.lp-container .detail_slide .swiper-button-next:after,
.lp-container .detail_slide .swiper-button-prev:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../image/detail_slide_arrow.png) no-repeat center / contain;
}
.lp-container .detail_slide .swiper-button-prev:after {
    transform: scale(-1, 1);
}
.lp-container .detail_slide .swiper-button-prev.swiper-button-disabled,
.lp-container .detail_slide .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}
.lp-container .detail_slide .swiper-pagination {
    bottom: min(calc((50 / 750)* 100vw), 50px);
    width: 100%;
}
.lp-container .detail_slide .swiper-pagination-bullet {
    width: min(calc((88 / 750)* 100vw), 88px);
    height: min(calc((4 / 750)* 100vw), 4px);
    margin: 0 min(calc((4 / 750)* 100vw), 4px);
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 1px;
}
.lp-container .detail_slide .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

/* CV Button */
.lp-container .cv_btn {
    width: min(calc((220 / 750)* 100vw), 220px);
    margin: 0 auto;
    transition: opacity 0.3s ease;
}
.lp-container .cv_btn:hover {
    opacity: 0.8;
}
.lp-container .sec_experience .cv_btn {
    margin-top: 8%;
    margin-bottom: 13%;
}

/* ===== Modely Detail Section ===== */
.modely_detail {
    position: relative;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: min(calc(165px * 100vw / 750px), 165px);
    transition: max-height 0.8s ease-out, margin-bottom 0.8s ease-out;
}
.modely_detail.open {
    max-height: 5000px;
    margin-bottom: 0;
}
.modely_detail_content {
    position: relative;
}
.modely_detail_content p:first-child {
    margin-bottom: 0;
}
.lp-container .modely_detail_link {
    text-align: center;
    margin-bottom: min(calc(130px * 100vw / 750px), 130px);
}
.lp-container .modely_detail_link img {
    display: inline-block;
    width: min(calc(361px * 100vw / 750px), 361px);
}
.modely_detail_gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
.modely_detail.open .modely_detail_gradient {
    opacity: 0;
}
.modely_detail_btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
.modely_detail_btn img {
    display: block;
}
.modely_detail.open .modely_detail_btn {
    opacity: 0;
    pointer-events: none;
}

/* ===== Spec Section ===== */
.spec-section {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #000000;
}
.spec-main-head {
    position: relative;
    width: 100%;
}
.spec-main-head .spec-head-img {
    display: none !important;
    width: 100%;
    height: auto;
}
.spec-main-head .spec-head-img.active {
    display: block !important;
}
.spec-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: min(calc(690px * 100vw / 750px), 690px);
    margin: 0 auto;
}
.spec-tab {
    flex: 1;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
}
.spec-tab img {
    display: block;
    width: 100%;
    height: auto;
}
.spec-tab .on {
    display: none;
}
.spec-tab .off {
    display: block;
}
.spec-tab.active .on {
    display: block;
}
.spec-tab.active .off {
    display: none;
}
.spec-content {
    display: none;
    position: relative;
    padding-bottom: min(calc(180px * 100vw / 750px), 180px);
    transition: padding-bottom 0.8s ease-out;
}
.spec-content.active {
    display: block;
}
.spec-content.open {
    padding-bottom: 0;
}
.spec-hidden-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
}
.spec-content.open .spec-hidden-content {
    max-height: 5000px;
}
.spec-detail-btn {
    display: block;
    margin: 20px auto;
    background: #000;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
}
.spec-detail-btn img {
    display: block;
}
.spec-content.open .spec-detail-btn {
    display: none;
}

/* ===== Store Section ===== */
.store-section {
    width: min(calc(660px * 100vw / 750px), 660px);
    margin: 0 auto;
}
.store-section + .store-section {
    margin-top: min(calc(20px * 100vw / 750px), 20px);
}
.store-accordion {
    width: 100%;
    background: #f8f8f8;
    border: none;
    padding: 3% 6%;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.store-area {
    font-size: min(calc(36px * 100vw / 750px), 36px);
    font-weight: 600;
    color: #000;
}
.store-accordion-icon {
    width: min(calc(26px * 100vw / 750px), 26px);
    height: min(calc(26px * 100vw / 750px), 26px);
    position: relative;
}
.store-accordion-icon::before,
.store-accordion-icon::after {
    content: "";
    position: absolute;
    background: #000;
}
.store-accordion-icon::before {
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transform: translateY(-50%);
}
.store-accordion-icon::after {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
}
.store-section.open > .store-accordion .store-accordion-icon::after {
    display: none;
}
.store-sub-section.open > .store-sub-accordion .store-accordion-icon::after {
    display: none;
}
.store-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.store-section.open .store-panel {
    max-height: 5000px;
}
.store-item {
    padding: 6% 5% 7% 5%;
}
.store-name {
    font-size: min(calc(26px * 100vw / 750px), 26px);
    font-weight: 500;
    margin-bottom: 8px;
}
.store-address {
    font-size: min(calc(21px * 100vw / 750px), 21px);
    margin-bottom: 8px;
    color: #333;
    display: flex;
    align-items: flex-start;
}
.postal-code {
    flex-shrink: 0;
    margin-right: 0.5em;
}
.address-text {
    flex: 1;
}
.store-phone {
    font-size: min(calc(22px * 100vw / 750px), 22px);
    margin-bottom: 12px;
}
.store-phone a {
    text-decoration: underline;
    color: #000;
}
.store-btn {
    margin-top: 5%;
    width: min(calc(180px * 100vw / 750px), 180px);
}

/* サブアコーディオン */
.store-sub-section {
    width: min(calc(600px * 100vw / 750px), 600px);
    margin: 0 auto;
}
.store-sub-section:first-child {
    margin-top: min(calc(40px * 100vw / 750px), 40px);
}
.store-sub-section + .store-sub-section {
    margin-top: min(calc(20px * 100vw / 750px), 20px);
}
.store-sub-section:last-child {
    margin-bottom: min(calc(40px * 100vw / 750px), 40px);
}
.store-sub-accordion {
    width: 100%;
    background: #f8f8f8;
    border: none;
    padding: 2% 6%;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.store-sub-area {
    font-size: min(calc(32px * 100vw / 750px), 32px);
    font-weight: 600;
    color: #000;
}
.store-sub-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.store-sub-section.open .store-sub-panel {
    max-height: 5000px;
}