
/*CSS*/
/*COMMON*/

section {
    font-family: "Kiwi Maru", serif;
    padding: 12% 0;
    position: relative;
}

small {
    display: block;
    font-size: 12px;
    line-height: 1.6;
}

.inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 4%;
}

h2 {
    font-size: clamp(18px, 1.8vw, 21px);
    line-height: 1.3;
}

h3 {
    font-size: clamp(18px, 1.8vw, 21px);
    line-height: 1.3;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

p {
    font-size: clamp(16px, 1.6vw, 18px);
    line-height: 1.8;
}

img {
    width: 100%;
}

:root {
    --sienta-main-color: #b5d45a;
    --sienta-accent-color: #45b035;
    --noah-main-color: #dff2fc;
    --noah-accent-color: #00afec;
    --voxy-main-color: #e0dfde;
    --voxy-accent-color: #969797;
    --alphard-main-color: #e8ddd0;
    --alphard-accent-color: #a67c52;
    --vellfire-main-color: #d2cfcd;
    --vellfire-accent-color: #000000;
}


.util_h2 {
    text-align: center;
    margin: 0 0 4%;
}

.util_h2 h2 {
    border-bottom: 1px solid #333;
    padding: 0 0 10px;
    margin: 0 0 4%;
    display: inline-block;
    font-weight: 500;
}

.util_h2 p.en,
#lead h2 {
    font-size: clamp(28px, 2.4vw, 36px);
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
}

.util_h2 p.en span {
    color: #009cc6;
}

.bubble {
    background: url(./image/bubble.png) no-repeat center center / 100% 100%;
    padding: 4% 4% 16%;
    margin: 0 0 4%;
}

.bubble p {
    font-weight: 700;
    text-align: center;
}

.bubble p,
#feature .card_wrapper li .wrap .txt h3 {
    font-size: clamp(18px, 2.1vw, 21px);
    font-family: "M PLUS Rounded 1c", sans-serif;
}

.bubble p img {
    width: 18px;
    object-fit: contain;
}

.bubble p span {
    color: #ed6a00;

}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}

/*INDIVIDUAL*/

#mv {
    padding: 0;
    overflow: hidden;
}

#mv h1 {
position: absolute;
    letter-spacing: -0.4px;
    bottom: 30%;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    background: url(./image/h1_bg.png) no-repeat center center / 100% 100%;
    padding: 2% 4%;
    font-size: clamp(14px, 3vw, 24px);
    font-weight: 700;
}

#mv .slider_wrap1,
#mv .slider_wrap2,
#mv .slider_wrap3 {
    z-index: -1;
    position: absolute;
}

#mv .slider_wrap1 {
    top: 0;
    right: 0;
    width: 70%;
}

#mv .slider_wrap2 {
    bottom: 0;
    left: -10%;
    width: 70%;
}

#mv .slider_wrap3 {
        bottom: 3%;
    right: -15%;
    width: 64%;
}

#mv .mv_slider {
    position: relative;
    overflow: hidden;
}

#mv .mv_slider img {
    width: 100%;
    object-fit: cover;
    display: block;
}

#mv .mv_slider .slick-slide,
#mv .mv_slider .slick-list,
#mv .mv_slider .slick-track {
    height: 100%;
}


#mv .mv_slider::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 120%;
    height: 100%;
    background: linear-gradient(to right,#fce7b9,#ffcc5e);
    z-index: 10;
    pointer-events: none;
    transform: skewX(-20deg);
    opacity: 0;
}

#mv .mv_slider.is-transition::before {
    animation: sliderWipe 1.4s ease forwards;
}

#lead {
    background: url(./image/lead_bg.png) no-repeat right bottom / cover;
    padding: 12% 0 20%;
}

#lead h2 {
    margin: 0 0 4%;
}

#lead h2 span {
    color: #50ac6f;
}

#lead p {
    text-shadow: 2px 2px 0px #fff;
}

#feature {
    background: url(./image/bg.png) no-repeat center top / 100%;
    margin-top: -20%;
    padding: 24% 0 12%;
}

#feature .bubble p:last-child {
    display: flex;
    justify-content: center;
    gap: 0 8px;
}

#feature .card_wrapper {
    position: relative;
}

#feature .card_wrapper li {
    position: sticky;
    top: 100px;
    will-change: transform;
    transform-origin: center top;
}

#feature .card_wrapper li:nth-child(1) {
    z-index: 1;
}

#feature .card_wrapper li:nth-child(2) {
    z-index: 2;
}

#feature .card_wrapper li:nth-child(3) {
    z-index: 3;
}

#feature .card_wrapper li:nth-child(4) {
    z-index: 4;
}

#feature .card_wrapper li:nth-child(5) {
    z-index: 5;
}

#feature .card_wrapper li img {
    width: 100%;
    display: block;
}

#feature .card_wrapper li .wrap {
    position: relative;
}

#feature .card_wrapper li .wrap .txt {
    position: absolute;
    bottom: 8%;
    padding: 0 4%;
    z-index: 1;
}

#feature .card_wrapper li .wrap .txt h3,
#feature .card_wrapper li .wrap .txt p {
    display: inline-block;
    background-color: #fff;
    padding: 2% 4%;
    font-weight: 700;
}

#feature .card_wrapper li .wrap .txt h3 {
    border: 1px solid #000;
    border-bottom: none;
    position: relative;
    color: #50ab6b;
    display: inline-block;
    margin-right: 30%;
}

#feature .card_wrapper li.card2 .wrap .txt h3 {
    color: #029bc8;
}

#feature .card_wrapper li.card4 .wrap .txt h3 {
    color: #cf816f;
}

#feature .card_wrapper li.card5 .wrap .txt h3 {
    color: #0071bc;
}


#feature .card_wrapper li .wrap .txt h3::before {
    content: '';
    width: 100%;
    background-color: #fff;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
}

#feature .card_wrapper li .wrap .txt h3::after {
    content: '';
    height: 90%;
    right: -10px;
    background-color: #50ab6b;
    width: 8px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

#feature .card_wrapper li.card2 .wrap .txt h3::after {
    background-color: #029bc8;
}

#feature .card_wrapper li.card4 .wrap .txt h3::after {
    background-color: #cf816f;
}

#feature .card_wrapper li.card5 .wrap .txt h3::after {
    background-color: #0071bc;
}

#feature .card_wrapper li .wrap .txt p {
    font-family: "M PLUS Rounded 1c", sans-serif;
    border: 1px solid #000;
    position: relative;
}

#feature .card_wrapper li .wrap .txt p::after {
    content: '';
    background-color: #50ab6b;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    right: -10px;
    bottom: -10px;
    z-index: -1;
}

#feature .card_wrapper li:nth-child(2) .wrap .txt p::after {
    background-color: #029bc8;
}

#feature .card_wrapper li:nth-child(4) .wrap .txt p::after {
    background-color: #cf816f;
}

#feature .card_wrapper li:nth-child(5) .wrap .txt p::after {
    background-color: #0071bc;
}

#type ul.type_list {
    margin: 16% 0 0;
}

#type ul.type_list>li {
    margin: 0 0 10%;
    padding: 0 4% 10%;
    background: url(./image/bg.png) no-repeat center bottom / 100%;
    position: relative;
}

#type ul.type_list>li::after {
    content: '';
    background: url(./image/type1_bg.png) repeat-y center center / 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#type ul.type_list>li .card {
    padding: 4% 4% 8%;
    background-color: #98eab1;
    border: 4px solid #50ab6b;
    border-radius: 0 0 20px 20px;
    margin: 0 auto 4%;
    position: relative;
    z-index: 2;
    max-width: 1080px;
}

#type ul.type_list>li:nth-child(2) .card {
    background-color: #80d5e8;
    border-color: #009cc6;
}

#type ul.type_list>li:nth-child(3) .card {
    background-color: #edc4be;
    border-color: #cf816f;
}

#type ul.type_list>li .card .util_h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -9.5% 0 4%;
}

#type ul.type_list>li .card .util_h3 .el {
    max-width: 40px;
}

#type ul.type_list>li .card .util_h3 h3 {
    background: url(./image/type1_ttl.png) no-repeat center center / 100% 100%;
    padding: 3% 4% 4% 8%;
    color: #fff;
    text-shadow: 2px 2px 0px rgba(51, 51, 51, 0.4);
}

#type ul.type_list>li:nth-child(2) .card .util_h3 h3 {
    background: url(./image/type2_ttl.png) no-repeat center center / 100% 100%;
}

#type ul.type_list>li:nth-child(3) .card .util_h3 h3 {
    background: url(./image/type3_ttl.png) no-repeat center center / 100% 100%;
}

#type ul.type_list>li .card .img {
    width: 90%;
    margin: 0 auto;
}

#type ul.type_list>li .card .point {
    margin: 2% 0 4%;
}

#type ul.type_list>li .card .point p {
    background-color: #fff;
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #000;
    border-bottom: none;
    font-size: clamp(13px, 2vw, 16px);
    font-family: "M PLUS Rounded 1c", sans-serif;
}

#type ul.type_list>li .card .point ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#type ul.type_list>li .card .point ul li {
    font-size: clamp(13px, 2vw, 16px);
    border: 1px solid #000;
    background-color: #fff;
    width: calc(100% / 3);
    text-align: center;
    padding: 4px;
}

#type ul.type_list>li .card .point ul li:not(:first-child) {
    border-left: none;

}


#type ul.type_list>li .card .point ul li img {
    max-width: 24px;
    max-height: 100%;
    border-right: 1px solid #000;
    margin-right: 0;
    padding: 4px;
}

#type ul.type_list>li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 20px 26px;
    background: url(./image/type1_link.png) no-repeat center center / 100% 100%;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 2px 2px 0px rgba(51, 51, 51, 0.6);
    font-family: "Noto Sans", sans-serif;
    position: relative;
    z-index: 2;
    max-width: 480px;
    margin: 0 auto;
}

#type ul.type_list>li:nth-child(2) a {
    background: url(./image/type2_link.png) no-repeat center center / 100% 100%;
}

#type ul.type_list>li:nth-child(3) a {
    background: url(./image/type3_link.png) no-repeat center center / 100% 100%;
}

#type ul.type_list>li:nth-child(2):after {
    background: url(./image/type2_bg.png) repeat-y center center / 100%;
}

#type ul.type_list>li:nth-child(3):after {
    background: url(./image/type3_bg.png) repeat-y center center / 100%;
}

#point {
    padding: 0 0 12%;
}

#point .bubble {
    padding: 4% 4% 12%;
}

#point .bg {
    background: url(./image/point_bg.png) repeat-y center center / 100%;
    padding: 6% 4%;
}

#point .util_h2 {
    background-color: #fff;
    position: relative;
    margin: 0 0 6%;
}

#point .util_h2 .el {
    position: absolute;
    max-width: 60px;
    right: 0;
    bottom: 4%;
}

#point .lead {
    text-align: center;
    position: relative;
}

#point .lead p {
    display: inline-block;
    background-color: #b43b1f;
    border: 2px solid #000;
    padding: 2px 10px 10px;
    position: relative;
    z-index: 1;
}

#point .lead p::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 2px solid #000;
    display: block;
    z-index: -1;
}

#point table {
    font-family: "Noto Sans", sans-serif;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
    padding: 12% 0;

}

#point table .s{
    font-size: 80%;
}

#point .table_wrap {
}


#point table thead th {
    padding: 10px 10px 0;
    color: #fff;
    border: none;
}


#point table th,
#point table td {
    padding: 12px 12px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
        white-space: nowrap;
}

#point table td{
        font-size: clamp(16px, 2vw, 18px);
    line-height: 1.6;
}

#point table thead th img {
    width: 60px;
}



#point table thead th.hid {
    border: none;
    opacity: 0;
}

#point table tbody::before {
    content: "";
    display: block;
    height: 20px;
}

#point table tbody tr th img{
    max-width: 100px;
    margin: 4px 0;
}

#point table tbody tr td:first-of-type {
    border-left: none;
}

#point table .rel {
    color: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 10px 20px;
    text-shadow: 1px 1px 0 #000;
    background-color: var(--sienta-accent-color);
}

#point table .rel.noah{
    background-color: var(--noah-accent-color);
}
#point table .rel.voxy{
    background-color: var(--voxy-accent-color);
}
#point table .rel.alphard{
    background-color: var(--alphard-accent-color);
}
#point table .rel.vellfire{
    background-color: var(--vellfire-accent-color);
}

#point table .rel img {
    position: absolute;
    width: 40px;
    height: 40px;
    object-fit: contain;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}

#point table tbody tr td:nth-of-type(2n) {
    text-align: center;
    background-color: #f5f6f5;
}

#point table tbody tr th{
    color: #fff;
    font-size: clamp(16px,2vw,18px);
    border-radius: 10px;
    padding: 0;
    border: none;
        vertical-align: middle;
}

#point table tbody tr:first-child td,
#point table tbody tr:last-child td{
    border-top: none;
    border-bottom: none;
}


#point table tbody tr th div{
    background-color:#9aa198;
    border: 2px solid #000;
    border-radius: 10px;
    padding:20px 10px;
    width: 96%;
}

#point table dt{
    margin: 0 0 2px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 80%;
}

#point table dd{
    margin: 0 0 8px;
}

.gas {
    background-color: #c1c4c0;
}

.hev {
    background-color: #c8e6ff;
}

.phev {
    background-color: #edc4be;
}

#point small {
    margin: 0 0 6%;
}

#lineup {
    padding: 0 0 12%;
}

#lineup .util_sec ul,
#lineup .util_sec .body,
#lineup .nav_wrap ol li p.s,
.util_sec .card .head .util_h4 p.en,
.util_sec a {
    font-family: "Noto Sans", sans-serif;
}

#lineup .nav_wrap {
    margin: 8% 0 16%;
}

#lineup .nav_wrap ol {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

#lineup .nav_wrap ol li {
    width: calc(100% / 2 - 14px * 1 / 2);
    text-align: center;
    border: 2px solid #000;
    padding: 16px 10px;
    color: #fff;
    position: relative;
    font-weight: 700;
}

#lineup .nav_wrap ol li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
}

#lineup .nav_wrap ol li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#lineup .nav_wrap ol li:nth-child(1) {
    background-color: var(--sienta-accent-color);
    box-shadow: 4px 4px 0px #d4dfc3;
}

#lineup .nav_wrap ol li:nth-child(2) {
    background-color: var(--noah-accent-color);
    box-shadow: 4px 4px 0px #e0edff;
}

#lineup .nav_wrap ol li:nth-child(3) {
    background-color: var(--voxy-accent-color);
    box-shadow: 4px 4px 0px #d5d5d5;
}

#lineup .nav_wrap ol li:nth-child(4) {
    background-color: var(--alphard-accent-color);
    box-shadow: 4px 4px 0px #ded4b0;
}

#lineup .nav_wrap ol li:nth-child(5) {
    background-color: var(--vellfire-accent-color);
    box-shadow: 4px 4px 0px #bebfbf;
}

#lineup .nav_wrap ol li p.s {
    line-height: 1;
    font-size: 13px;
    text-shadow: 1px 1px 0px #000;

}

#lineup .nav_wrap ol li p.ja {
    line-height: 1;
    font-size: clamp(16px, 1.8vw, 18px);
    text-shadow: 1px 1px 0px #000;
}

.util_sec h3 {
    background: url(./image/lineup_type1_ttl.png) no-repeat center center / 100% 100%;
    padding: 6% 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 0px #000;
    margin: 0 auto 12%;
    max-width: 420px;
    font-size: clamp(18px, 1.8vw, 28px);
}

.util_sec#type2 h3 {
    background: url(./image/lineup_type2_ttl.png) no-repeat center center / 100% 100%;
}

.util_sec#type3 h3 {
    background: url(./image/lineup_type3_ttl.png) no-repeat center center / 100% 100%;
}

.util_sec h3 img {
    width: 18px;
}

.util_sec {
    margin: 0 0 20%;
}

.util_sec .card {
    padding: 4%;
    background-color: var(--sienta-main-color);
    border-radius: 20px;
    position: relative;
}

.util_sec #noah .card {
    background-color: var(--noah-main-color);
}

.util_sec #voxy .card {
    background-color: var(--voxy-main-color);
}

.util_sec #alphard .card {
    background-color: var(--alphard-main-color);
}

.util_sec #vellfire .card {
    background-color: var(--vellfire-main-color);
}

.util_sec .card .head {
    background-color: #fff;
    display: flex;
    align-items: center;
    border: 2px solid #000;
    border-top: none;
    position: relative;
    padding: 4%;
}

.util_sec .card .head::after {
    content: '';
    width: 2px;
    height: 70%;
    position: absolute;
    left: 42%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    display: none;
}

.util_sec .card .util_h4 {
    width: 45%;
    text-align: center;
    font-weight: 700;

}

.util_sec .card .util_h4 p.en {
    line-height: 1;
    font-size: clamp(13px,1.6vw,21px);
    margin: 0 0 4px;
}

.util_sec .card .util_h4 h4 {
    font-size: clamp(18px,2vw,21px);
    line-height: 1;
    position: relative;
    font-weight: 700;

}

.util_sec .card .wrap {
    position: absolute;
    width: 54%;
    text-align: center;
    background: url(./image/lineup_car1_card_ttl.png) no-repeat center center / 100% 100%;
    padding: 4% 4% 4% 8%;
    top: -2%;
    right: 0%;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 0px #000;
    font-size: clamp(16px, 2vw, 21px);
    font-family: "Noto Sans", sans-serif;
}

.util_sec #noah .card .wrap {
    background: url(./image/lineup_car2_card_ttl.png) no-repeat center center / 100% 100%;
}

.util_sec #voxy .card .wrap {
    background: url(./image/lineup_car3_card_ttl.png) no-repeat center center / 100% 100%;
}

.util_sec #alphard .card .wrap {
    background: url(./image/lineup_car4_card_ttl.png) no-repeat center center / 100% 100%;
}

.util_sec #vellfire .card .wrap {
    background: url(./image/lineup_car5_card_ttl.png) no-repeat center center / 100% 100%;
}

.util_sec .card .rel {
    margin: 4% 0;
}

.util_sec .card .rel .img {
    width: 80%;
    margin: 0 0 0 auto;
}

.util_sec .card .abs {
    bottom: 18%;
}

.util_sec .card .abs span {
    background-color: #fff;
    padding: 1px 4px;
    line-height: 2;
    border: 1px solid #000;
    font-size: clamp(14px, 2vw, 18px);
}



.util_sec .slide_wrap {
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid #000;
}

.util_sec .card ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: max-content;
    background: #fff;
    will-change: transform;
    padding: 6px 0;
}

.util_sec .card ul.animate {
    animation: marquee var(--duration) linear infinite;
}

.util_sec .card ul li {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: 700;
    font-size:14px;
}

.util_sec .card ul li img {
    object-fit: contain;
    max-width: 21px;
    margin-right: 6px;
}

@keyframes marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(calc(var(--move) * -1), 0, 0);
    }
}


.util_sec .card .body {
    background-color: #fff;
    padding: 4% 2% 8%;
    margin-top: 4%;
    border: 1px solid #000;
    border-radius: 10px;
}

.util_sec .card .body .f {
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f1f1f1;
    box-shadow: inset 0 0 12px rgba(51, 51, 51, 0.4);
    padding: 4%;
    width: 96%;
    margin: 0 auto;
}

.util_sec .card .body dl {

    gap: 0 20px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 5% 4%;
    white-space: nowrap;
}

.util_sec .card .body dl:not(:last-of-type) {
    border-right: 1px solid #000;
}


.util_sec .card .body dl dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    font-size: clamp(13px, 2vw, 16px);
    margin: 0 0 12%;
}

.util_sec .card .body dl dt img {
    width: 32px;
}

.util_sec .card .body dl dd {
    font-size: clamp(15px, 2vw, 16px);
}

.util_sec .card .body dl:nth-child(2) dd span {
display: block;
    margin: 4px 0;
    font-weight: 700;
    padding: 6px 4px;
    border-radius: 4px;
    font-size: 13px;
}

.util_sec .card .body dl:nth-child(2) dd {}

.util_sec .card .body .link_wrap {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
    margin-top: 14%;
    position: relative;
    z-index: 1;
}

.util_sec #noah,
.util_sec #alphard {
    margin: 0 0 20%;
}

.util_sec .card .body .link_wrap a {
    display: block;
    position: relative;
    background-color: var(--sienta-accent-color);
}

.util_sec #noah .card .body .link_wrap a {
    background-color: var(--noah-accent-color);
}

.util_sec #voxy .card .body .link_wrap a {
    background-color: var(--voxy-accent-color);
}

.util_sec #alphard .card .body .link_wrap a {
    background-color: var(--alphard-accent-color);
}

.util_sec #vellfire .card .body .link_wrap a {
    background-color: var(--vellfire-accent-color);
}

.util_sec .card .body .link_wrap a span {
    position: absolute;
    top: -30px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-shadow: none;
}

.util_sec a {
    font-size: 18px;
    color: #fff;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 10px;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
    font-weight: 700;
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
}

.util_sec a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 20px;
    top: 50%;
}


.util_sec .util_link {
    display: block;
    margin-top: 8%;
    position: relative;
    color: #333;
    text-shadow: none;
    border-radius: 0;
    border-color: var(--sienta-accent-color);
    font-size: clamp(16px, 3vw, 18px);
    background-color: #fff;
    box-shadow: 4px 4px 0px var(--sienta-main-color);
    max-width: 460px;
}

.util_sec #noah .util_link {
    border-color: var(--noah-accent-color);
    box-shadow: 4px 4px 0px var(--noah-main-color);
}

.util_sec #voxy .util_link {
    border-color: var(--voxy-accent-color);
    box-shadow: 4px 4px 0px var(--voxy-main-color);
}

.util_sec #alphard .util_link {
    border-color: var(--alphard-accent-color);
    box-shadow: 4px 4px 0px var(--alphard-main-color);
}

.util_sec #vellfire .util_link {
    border-color: var(--vellfire-accent-color);
    box-shadow: 4px 4px 0px var(--vellfire-main-color);
}

.util_sec .util_link::after {
    border-color: #333;
}



.util_sec .card .body .link_wrap a::before {
    content: '';
    background: url(./image/lineup_car1_cv_bg.png) no-repeat center center / 100% 100%;
    position: absolute;
    bottom: -4px;
    left: 10px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.util_sec #noah .card .body .link_wrap a::before {
    background: url(./image/lineup_car2_cv_bg.png) no-repeat center center / 100% 100%;
}

.util_sec #voxy .card .body .link_wrap a::before {
    background: url(./image/lineup_car3_cv_bg.png) no-repeat center center / 100% 100%;
}

.util_sec #alphard .card .body .link_wrap a::before {
    background: url(./image/lineup_car4_cv_bg.png) no-repeat center center / 100% 100%;
}

.util_sec #vellfire .card .body .link_wrap a::before {
    background: url(./image/lineup_car5_cv_bg.png) no-repeat center center / 100% 100%;
}

#rec {
    background-color: #efefef;
}

#rec h2 {
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 8%;
    position: relative;
    font-weight: 500;

}

#rec h2::before {
    content: '';
    width: 20%;
    height: 4px;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
}

#rec ul {
    display: flex;
    gap: 0 10px;
}

#rec ul li {
    position: relative;
    width: calc(100% / 2 - 10px * 1 / 2);
}

#rec ul li h3 {
    font-size: clamp(16px, 3vw,18px);
}

#rec ul li a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#rec ul li .img {
    margin: 0 0 10px;
    border: 1px solid #333;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.4);
}

#qa {}

#qa .bubble {
    padding: 4% 4% 10%;
    width: 80%;
    margin: 0 auto 4%;
}

#qa {}

#qa .inner {
    padding: 0 4% 4%;
}

#qa .acc {
    max-width: 960px;
    margin: 0 auto 7px;
    border: 2px solid #9d8675;
    border-radius: 5px;
    font-family: "Noto Sans JP", sans-serif;
}

#qa .acc summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 4% 10%;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #c69c6d;
}

#qa .acc summary::before,
#qa .acc p::before {
    content: '';
    background: url(./image/q.png) no-repeat center center / contain;
    width: 21px;
    height: 21px;
    top: 30%;
    left: 2%;
    position: absolute;
}

#qa .acc p::before {
    top: 4%;
    background: url(./image/a.png) no-repeat center center / contain;

}

#qa .acc summary::-webkit-details-marker {
    display: none;
}

#qa .acc summary::after {
    content: '';
    background: url(./image/qa_open.png) no-repeat center center / contain;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    position: absolute;
}

#qa .acc[open] summary::after {
    background: url(./image/qa_close.png) no-repeat center center / contain;

}

#qa .acc p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 2% 2% 4% 10%;
    color: #754c24;
    transition: transform .5s, opacity .5s;
    position: relative;
    font-weight: 700;
}

#qa .acc[open] p {
    transform: none;
    opacity: 1;
}

#closing {
    background: url(./image/closing.png) no-repeat center center / cover;
    text-align: center;
}

#closing .box {
    background-color: #ffffffad;
    padding: 4% 2%;
    font-weight: 700;
    margin: 0 0 4%;
}

#closing .box p {
    font-family: "Noto Sans JP", sans-serif;
}

#closing .box p.catch {
    font-size: clamp(18px, 2vw, 24px);
    margin: 0 0 4%;
}

#closing .catch span.green {
    color: #50ab6b;
}

#closing .catch span.blue {
    color: #0071bc;
}

#closing .wrap {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

#closing a {
    background-color: #cf816f;
    border: 2px solid #000;
    display: block;
    padding: 16px 20px;
    color: #fff;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    transition: all .3s;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}

#closing a:hover {
    color: #cf816f;
    background-color: #fff;
}

#closing a:hover:after {
    border-color: #cf816f;
}

#closing a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: 20px;
    position: absolute;
    transition: all .3s;
}

#closing a:last-child {
    background-color: #009cc6;
}

#closing a:last-child:hover {
    color: #009cc6;
    background-color: #fff;
}

#closing a:last-child:hover::after {
    border-color: #009cc6;
}


@keyframes sliderWipe {
    0% {
        right: -120%;
        opacity: 1;
    }

    50% {
        right: 0;
        opacity: 1;
    }

    100% {
        right: 120%;
        opacity: 1;
    }
}

[data-anim="fade-up"] {
    opacity: 0;
    transform: translateY(40px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
    will-change: opacity, transform;
}

[data-anim="fade-up"].is-animated {
    opacity: 1;
    transform: translateY(0);
}

#fixed_btn{
    display: flex;
    position: fixed;
    bottom: 3px;
    z-index: 30;
    gap: 0 1px;
    color: #fff;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
}

#fixed_btn img{
    max-width: 18px;
    object-fit: contain;
}

#fixed_btn a{
    background-color: #e50322;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4px 0;
    width: calc(100% / 4);
    max-width: 420px;
    position: relative;
    transition: all .3s;
    font-size: 10px;
    font-weight: 700;
    padding: 4px;
}

#fixed_btn a:hover{
    opacity: 0.8;
}

#fixed_btn a::after{
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    display: none;
}

.pagetop-btn {
  position: fixed;
  width: 46px;
  height: 46px;
  border: solid 1px #fff;
  background: #333;
  cursor: pointer;
  right: 10px;
  bottom: 70px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s, transform 0.3s;
}

.pagetop-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%) rotate(45deg);
}

.pagetop-btn.visible {
  opacity: 1;
  transform: translateY(0);
}


.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
    .pc {
    display: block !important;
}

section{
    padding: 5% 0;
}

.util_h2 h2{
    margin: 0 0 2%;
}

#mv h1{
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
}

#mv .slider_wrap1{
width: 40%;
}

#mv .slider_wrap2 {
    bottom: -4%;
    left: -10%;
    width: 42%;
}
#mv .slider_wrap3 {
    bottom: auto;
    right: auto;
    width: 30%;
    left: 0;
    top: 2%;
}

#lead {
    background: url(./image/lead_bg_pc.png) no-repeat right top / cover;
    padding: 5% 0 16%;
}

.bubble{
        padding: 1% 3% 5%;
        max-width: 500px;
        margin: 0 auto 2%;
}
#feature .card_wrapper li .wrap .txt{
    bottom: auto;
    top: 16%;
}

#feature{
    padding: 12% 0 5%;
    background: url(./image/bg.png) no-repeat center top / 100%;
}

#feature .card_wrapper li .wrap .txt h3, #feature .card_wrapper li .wrap .txt p{
    padding: 2% 10%;
}

#type{
    background: url(./image/bg2.png)no-repeat center top / 100% 100%;
}

#type ul.type_list {
    margin: 8% 0 0;
}

#type .util_h2{
    position: relative;
}

#type .util_h2::before,
#type .util_h2::after{
    content: '';
    width: 16vw;
    height: 16vw;
    max-width: 240px;
    position: absolute;
}

#type .util_h2::before{
    background: url(./image/type_el1.png) no-repeat center center / contain;
    left: 0;
    top: -60%;
}

#type .util_h2::after{
    background: url(./image/type_el2.png) no-repeat center center / contain;
    right: 0;
    bottom: -50%;
}

#type ul.type_list > li{
    background: none;
    padding: 0 4%;
    margin: 0 0 5%;
}

#type ul.type_list > li .body{
    display: flex;
    gap: 0 40px;
}

#type ul.type_list>li .card .util_h3{
    margin: -10.5% 0 2%;
        justify-content: flex-start;
        gap: 0 4%;
}

#type ul.type_list>li .card .util_h3 h3{
padding: 2% 4% 2% 6%;
}

#type ul.type_list>li .card .img {
    width: 46%;
}

#type ul.type_list>li .card .wrap{
    width: 54%;
}

#type ul.type_list>li .card {
    padding: 4% 2% 2%;
    margin: 0 auto 2%;
}

#type ul.type_list>li .card .util_h3 .el {
    max-width: 120px;
}

#type ul.type_list>li .card .point ul li{
    display: flex;
    align-items: center;
    gap: 0 6%;
}

#type ul.type_list>li a{
    padding: 20px 20px 36px;
    font-size: 21px;

}

#type ul.type_list>li::after{
background: url(./image/type1_bg.png) repeat-y center bottom / 100%;
}

#point .bg {
    background: url(./image/point_bg_pc.png) repeat-y center center / 100%;
    max-width: 1280px;
    padding: 2% 4%;
    margin: -3% auto 0;
}

#point .bubble {
    padding: 2% 4% 5%;
    position: relative;
}

#point .util_h2{
    width: fit-content;
    margin: 0 auto 4%;
    padding: 2% 10%;
}

#point .util_h2 .el{
max-width: 120px;
    right: -8%;
    bottom: -20%;
}

#point .table_wrap {
    padding: 4% 0;
}

#point table{
padding: 2% 0;
}

#point {
    padding: 0 0 2%;
}

#lineup > .img{
    max-width: 960px;
    margin: 0 auto;
}

#lineup .nav_wrap {
    margin: 4% 0 6%;
}

#lineup .nav_wrap ol li{
    width: calc(100% / 5 - 14px * 4 / 5);
}

.util_sec h3{
    padding: 3% 2%;
margin: 0 auto 8%;
max-width: 640px;
}

.util_sec .card{
    display: flex;
    align-items: center;
    gap: 0 2%;
    padding: 4% 4% 14%;
}

.util_sec .card .head{
    display: none;
}

.util_sec .card .wrap{
width: 40%;
padding: 1.5% 2% 1.5% 2%;
    top: -3.4%;
    right: auto;
    line-height: 1.3;
}

.util_sec .card .body{
    padding:3% 2% 2%;
    width: calc(50% - 2%);
}

.util_sec .card .body dl:nth-child(2) dd span{
    padding: 2px 6px;
}

.util_sec .card .util_h4{
    display: flex !important;
    justify-content: center;
    width: 100%;
    gap: 0 4%;
}

.util_sec .card .body .link_wrap{
    position: absolute;
    bottom: 6%;
    width: 100%;
    flex-direction: row;
    padding: 0 4%;
    left: 0;
    justify-content: center;
    gap: 0 4%;
    margin: 0;
}

.util_sec .card .body .link_wrap a{
    max-width: 420px;
}

.util_sec .card .rel{
    width: 50%;
}

.util_sec .card .rel .img {
    width: 100%;
}

.util_sec .card .abs {
    bottom: 0%;
}

.util_sec .slide_wrap{
    margin: 4% 0 2%;
}

.util_sec .card ul{
    width: 100%;
    padding: 10px 16px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 10px;
}

.util_sec .card ul li{
    width: calc(100 / 3);

}

.util_sec a{
    padding: 20px 20px;
}

.util_sec .util_link{
margin-top: 5%;
}

.util_sec,
.util_sec #noah, .util_sec #alphard {
    margin: 0 0 10%;
}

.util_sec .card .body .f{
    padding: 4% 0;
    width: 100%;
    background-color: #fff;
    box-shadow: none;
}

#rec{
    padding: 4% 0;
}

#rec h2{
margin: 0 0 4%;
}

#rec ul{
    width: 80%;
    margin: 0 auto;
    gap: 0 4%;
}

#lineup{
    padding: 0 0 5%;
}

#qa .bubble{
    padding: 2% 4% 5%;
    margin: 0 auto 2%;
}

#qa .acc summary{
    padding: 2% 6%;
    transition: all .3s;
}

#qa .acc summary:hover{
    background: #f4f4f4;
}

#qa .acc summary::before, #qa .acc p::before{
    width: 30px;
    height: 30px;
}

#qa .acc p{
padding: 2% 2% 4% 6%;
}

#qa .acc p::before {
    top: 10%;
}

#closing{
    padding: 4% 0;
}

#type ul.type_list>li a,
.util_sec .card .body .link_wrap a span,
#lineup .nav_wrap ol li,
.util_sec .util_link{
    transition: all .3s;
}

#type ul.type_list>li a:hover{
    transform: translateX(4%);
}

#lineup .nav_wrap ol li:hover{
    opacity: 0.8;
}

.util_sec .card .body .link_wrap a:hover span{
    transform: scale(1.2);
}


.util_sec .util_link:hover{
    background-color: var(--sienta-accent-color);
    color: #fff;
}
.util_sec .util_link:hover::after{
    border-color: #fff;
}
.util_sec #noah .util_link:hover{
    background-color: var(--noah-accent-color);
}
.util_sec #voxy .util_link:hover{
    background-color: var(--voxy-accent-color);
}
.util_sec #alphard .util_link:hover{
    background-color: var(--alphard-accent-color);
}
.util_sec #vellfire .util_link:hover{
    background-color: var(--vellfire-accent-color);
}

#rec ul li .img{
    overflow: hidden;
}
#rec ul li .img img{
    transition: all .3s;
}
#rec ul li:hover .img img{
    transform: scale(1.1);
}

#lead p{
    font-weight: 500;
}

.util_sec .card ul li img{
    max-width: 12px;
    margin-right: 3px;
}

#fixed_btn{
    height: 40px;
}

#fixed_btn img{
    max-width: 20px;
}

#fixed_btn a{
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0 6px;
    padding: 0 40px 0 20px;
            font-size: 14px;
            width: fit-content;
}

#fixed_btn a::after{
    display: block;
}
#fixed_btn a.blank::after{
    background: url(https://toyota-mobi-shinosaka.jp/assets/a/images/coloricon/link/icon_button_link1.png) no-repeat center center / contain;
    transform: translateY(-50%);
    width: 10px;
    height: 7px;
}

.pagetop-btn {
    bottom: 40px;
    right: 20px;
}

}

@media screen and (min-width: 1520px) {
#fixed_btn{
left: 57%;
}
}