@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
    --base-font-gothic: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic',
        'メイリオ', sans-serif;
    --base-font-gothic02: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック',
        'Yu Gothic', 'メイリオ', sans-serif;
    --font-en: 'Oswald', sans-serif;
    --base-font-weight: 500;
    --base-color-txt: #555555;
}

/*!
global > mixin
------------------------------
*/
.p_vehicle_detail_txt {
    font-size: 0.875rem;
}

.p_vehicle_detail_other .c_card__title {
    font-size: 1rem;
}

.p_vehicle_detail_other .c_card__title::before {
    top: 3px;
}

.p_vehicle_detail_other__sub {
    font-size: 1.25rem;
}

.p_vehicle_detail_other__ttl {
    font-size: 1.5rem;
}

.p_vehicle_detail_main {
    position: relative;
    margin-top: 30px;
    padding: 50px 0 0;
    background: linear-gradient(
        90deg,
        rgb(213, 248, 255) 0%,
        rgb(230, 255, 237) 100%
    );
    overflow: hidden;
}
.p_vehicle_detail_main .c_heading_h2 {
    margin-bottom: 30px;
}
.p_vehicle_detail_box .c_heading_h3bg {
    margin-bottom: 25px;
}
.p_vehicle_detail_box .c_heading_h3 {
    margin-bottom: 15px;
}
.p_vehicle_detail_box .c_tbl {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding-top: 20px;
}
.p_vehicle_detail_box .c_tbl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    width: 2000vw;
    height: 300vh;
    background-color: #fff;
}
.p_vehicle_detail_txt {
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.7777777778;
    letter-spacing: 0.04em;
    font-feature-settings: 'palt';
}
.p_vehicle_detail_slide {
    position: relative;
    z-index: 1;
}
.p_vehicle_detail_slide.none_slide .p_vehicle_detail_slide__nav {
    display: none;
}
.p_vehicle_detail_slide__for {
    position: relative;
    margin-bottom: 10px;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
}
.p_vehicle_detail_slide__for_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 660/470;
    background-color: #b3b3b3;
}
.p_vehicle_detail_slide__for_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p_vehicle_detail_slide__for_item iframe {
    width: 100%;
}
.p_vehicle_detail_slide__for_item video {
    width: 100%;
    height: auto;
}
.p_vehicle_detail_slide__nav_inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 0;
}
.p_vehicle_detail_slide__nav_item {
    position: relative;
    aspect-ratio: 158/112;
    background-color: #b3b3b3;
    border-radius: 10px 0 10px 0;
    overflow: hidden;
}
.p_vehicle_detail_slide__nav_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p_vehicle_detail_slide__nav_item .youtube::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 48px;
    height: 48px;
    background: url(../images/common/icon_youtube.webp) no-repeat center/contain;
}
.p_vehicle_detail_slide__nav_item .mp4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #aad96b;
    font-size: 0;
}
.p_vehicle_detail_slide__nav_item .mp4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 48px;
    height: 48px;
    background: url(../images/common/icon_mp4.webp) no-repeat center/contain;
}
.p_vehicle_detail_slide__btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.28);
}
.p_vehicle_detail_slide__btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% + 1px);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 15px;
    background: url(../images/common/icon_arrow02.webp) no-repeat center/contain;
}
.p_vehicle_detail_slide__btn.prev {
    right: 58px;
    transform: scaleX(-1);
}
.p_vehicle_detail_free {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
.p_vehicle_detail_other {
    position: relative;
    padding: 0 0 80px;
    background-color: #f3f3f3;
}
.p_vehicle_detail_other__en {
    display: inline-block;
    margin-top: -4px;
    background-image: linear-gradient(90deg, #4dbee0 0, #aad96b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: transparent;
    font-family: var(--font-en);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    opacity: 0.18;
    transform: skewX(-10deg);
}
.p_vehicle_detail_other__head {
    margin-bottom: 30px;
    flex-shrink: 0;
}
.p_vehicle_detail_other__ttl {
    margin-bottom: 2px;
    display: inline-block;
    background-image: linear-gradient(90deg, #4dbee0 0, #0a67ad 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700;
    font-feature-settings: 'palt';
    line-height: 1.3529411765;
    letter-spacing: 0.12em;
}
.p_vehicle_detail_other__sub {
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.4615384615;
    letter-spacing: 0.18em;
}
.p_vehicle_detail_other .c_card__title {
    padding: 0;
}
.p_vehicle_detail_other__btn {
    display: none;
}
.p_vehicle_detail_other__bot {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
.p_vehicle_detail_other__bot .c_btn {
    width: 230px;
}
@media screen and (min-width: 768px) {
    .p_vehicle_detail_txt {
        font-size: 1.125rem;
    }
    .p_vehicle_detail_other .c_card__title {
        font-size: clamp(1rem, 0.4807692308vw + 0.7692307692rem, 1.25rem);
    }
    .p_vehicle_detail_other .c_card__title::before {
        top: 4px;
    }
    .p_vehicle_detail_other__sub {
        font-size: clamp(1.25rem, 0.7211538462vw + 0.9038461538rem, 1.625rem);
    }
    .p_vehicle_detail_other__ttl {
        font-size: clamp(1.5rem, 1.2019230769vw + 0.9230769231rem, 2.125rem);
    }
    .p_vehicle_detail_main {
        padding: 64px 0 0;
    }
    .p_vehicle_detail_main .c_heading_h2 {
        margin-bottom: 46px;
    }
    .p_vehicle_detail_flex {
        display: flex;
        justify-content: space-between;
    }
    .p_vehicle_detail_box {
        width: 41.652892562%;
    }
    .p_vehicle_detail_box .c_heading_h3bg {
        margin-bottom: 34px;
    }
    .p_vehicle_detail_box .c_heading_h3 {
        margin-bottom: 26px;
    }
    .p_vehicle_detail_box .c_tbl {
        margin-bottom: 0;
        padding-top: 44px;
    }
    .p_vehicle_detail_txt {
        margin-bottom: 50px;
    }
    .p_vehicle_detail_slide {
        width: 54.5454545455%;
    }
    .p_vehicle_detail_slide__nav_item {
        cursor: pointer;
        transition: all 0.5s;
    }
    .p_vehicle_detail_slide__nav_item:hover {
        opacity: 0.7;
    }
    .p_vehicle_detail_slide__btn {
        cursor: pointer;
        transition: all 0.5s;
    }
    .p_vehicle_detail_slide__btn:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }
    .p_vehicle_detail_free {
        padding: 48px 0;
    }
    .p_vehicle_detail_other {
        padding: 0 0 52px;
    }
    .p_vehicle_detail_other__en {
        margin-top: -11px;
        font-size: 5.2725rem;
    }
    .p_vehicle_detail_other__main {
        display: flex;
        margin-top: -20px;
    }
    .p_vehicle_detail_other__head {
        margin-right: 47px;
        margin-bottom: 0;
        padding-top: 46px;
    }
    .p_vehicle_detail_other__sub {
        margin-bottom: 26px;
    }
    .p_vehicle_detail_other .c_card_groups {
        width: 100%;
        gap: 10px;
    }
    .p_vehicle_detail_other .c_card {
        margin-bottom: 0;
        transition: all 0.5s;
    }
    .p_vehicle_detail_other .c_card:hover {
        opacity: 0.7 !important;
    }
    .p_vehicle_detail_other__btn {
        display: block;
    }
    .p_vehicle_detail_other__bot {
        display: none;
    }
}
/*# sourceMappingURL=maps/vehicle_detail.css.map */
