*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}

.wrapper{
    max-width: 700px;
    margin-inline: auto;
    overflow-x: hidden;
}

img{
    display: block;
    object-fit: contain;
    width: 100%;
}

header{
    background-color: #fff;
    padding: 10px 3%;
}
header .logo{
    width: 30%;
}

.mv{
    position: relative;
    height: 64vh;
}
.mv .mv_bg{
    position: absolute;
    top: -10%;
    left: -8%;
    width: auto;
    object-fit: cover;
    z-index: -1;
    animation: mvTransition 5s linear forwards;
    opacity: 0;
    height: 120%;
}
@keyframes mvTransition {
    0%{
        opacity: 0;
        height: 120%;
    }
    60%{
        opacity: 1;
    }
    100%{
        opacity: 1;
        height: 98%;
    }
}
.mv .txt{
    position: absolute;
    width: 94%;
    bottom: 6%;
    left: 3%;
    z-index: 2;
}
.mv .txt h1{
    line-height: 1;
}
.mv .txt h1 span{
    display: inline-block;
    background-color: #fff;
    height: 30px;
    padding: 2px 2px 0;
    font-size: 28px;
    margin-bottom: 3px;
}
.mv .txt h1+p{
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}
.mv .line{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.mv .reservation{
    position: absolute;
    display: block;
    width: 35%;
    right: 3%;
    bottom: 3%;
    z-index: 3;
}
.mv .reservation img{
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}
.mv_under{
    background-color: #000;
    padding: 10px 0;
}
.mv_under .scroll{
    display: block;
    text-align: center;
    font-family: "aw-conqueror-didot", serif;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
}
.mv_under .scroll_arrow{
    width: 18px;
    margin: 2px auto 0;
}

.wrapper>.inner{
    background-color: #000;
}

/* common */
.content_merit,
.content_flow,
.content_voice,
.content_trial,
.content_lineup,
.content_reservation{
    padding: 40px 0;
    position: relative;
}
h2{
    color: #fff;
    font-size: 30px;
    width: 94%;
    border-bottom: 1px solid #fff;
    line-height: 1.3;
    font-weight: 500;
    transform: scaleY(105%);
    padding-bottom: 10px;
}
h2.left{
    padding-left: 5%;
    margin-right: auto;
}
h2.right{
    padding-right: 5%;
    margin-left: auto;
    text-align: right;
}
h2.center{
    margin-inline: auto;
    padding-inline: 2.5%;
    text-align: center;
}
.deco{
    position: absolute;
    font-family: "aw-conqueror-didot", serif;
    font-weight: 500;
    font-size: 70px;
    opacity: 0.2;
    color: #fff;
    top: 80px;
    line-height: 1;
}
.deco.right{
    right: -26%;
    transform: rotate(-90deg);
}
.deco.left{
    left: -24%;
    transform: rotate(90deg);
}

.content_merit h3{
    line-height: 1;
    margin-left: 5%;
    margin-top: 10px;
}
.content_merit h3 .num{
    font-family: "cardo", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 50px;
    color: #fff;
    position: relative;
    top: 5px;
}
.content_merit h3 .ttl{
    color: #000;
    background-color: #fff;
    height: 26px;
    display: inline-block;
    font-size: 20px;
    padding-inline: 2px;
}
.txt_box{
    width: 90%;
    text-align: justify;
    margin: 10px auto;
    color: #fff;
    font-family: "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.4;
}
.line_up{
    width: 90%;
    margin: 10px auto;
}
.content_merit h4{
    text-align: center;
    margin-bottom: 15px;
}
.content_merit h4 span{
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding: 0 20px 5px;
    font-size: 19px;
}
.middle_cta{
    display: block;
    margin: 20px auto;
}
.content_merit h3.second{
    margin-top: -55px;
    position: relative;
    z-index: 1;
}
.staff{
    position: relative;
    z-index: 0;
    top: -15px;
}
.flow_img{
    width: 90%;
    margin: 20px auto;
}
.flow_img+p{
    color: #fff;
    font-family: "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.4;
    display: block;
    text-align: center;
}

.content_voice .voice_bg{
    position: absolute;
    left: 0;
    bottom: 0;

}
.content_voice .slider_wrapper{
    margin: 20px auto 70px;
    position: relative;
    z-index: 1;
}
.content_voice .slider .slider_child{
    margin-inline: 10px;
}
.content_voice .slider .slick-dots{
    text-align: right;
    width: 90%;
    right: 5%;
    bottom: -35px;
}
.content_voice .slider .slick-dots li{
    background-color: #fff;
    width: 60px;
    height: 4px;
    margin: 0 0 0 5px;
    opacity: 0.5;
}
.content_voice .slider .slick-dots li.slick-active{
    opacity: 1;
}
.content_voice .slider .slick-dots li button,
.content_voice .slider .slick-dots li button:before{
    width: 0;
    height: 0;
    padding: 0;
    color: transparent;
}
.trial_img01{
    margin-top: -50px;
}
.content_trial .lead,
.content_trial .limit{
    text-align: center;
    color: #fff;
    line-height: 1.5;
}
.content_trial .limit{
    display: block;
    font-size: 26px;
    line-height: 1;
}
.content_trial .limit span{
    color: #000;
    background-color: #fff;
    display: inline-block;
    height: 60px;
    font-size: 74px;
    position: relative;
    top: 33px;
    margin-inline: 5px;
}
.content_trial .limit span b{
    position: relative;
    top: -5px;
    font-weight: normal;
}
.trial_img02{
    margin-top: 30px;
}
.trial_img02+.txt_box{
    margin-top: -40px;
}

.car_lineup_wrapper{
    width: 90%;
    margin: 20px auto;
}
.car_lineup_wrapper .tab-buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
}
.car_lineup_wrapper .tab-buttons button{
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
    font-family: "Yu Gothic", "Meiryo", sans-serif;
    font-weight: bold;
    padding: 3px 5px 4px;
    transition: all 0.3s;
}
.car_lineup_wrapper .tab-buttons button.active{
    color: #000;
    background-color: #fff;
}
.car_lineup_wrapper .tab-buttons button img{
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.car_lineup_wrapper .tab-buttons button.active img{
    filter: invert(1) grayscale(1);
}
.content_lineup .deco{
    right: -48%;
    top: 140px;
}
.car_detail img{
    margin-bottom: 10px;
}
.car_detail h3{
    line-height: 1;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}
.car_detail .select_button{
    display: block;
    width: 70%;
    background-color: #fff;
    padding: 3px 0 8px;
    margin: 30px auto 0;
    color: #000;
    position: relative;
    text-align: center;
}
.car_detail .select_button button{
    border: none;
    background: none;
    font-size: 16px;
    color: #000;
}
.car_detail .anno{
    display: block;
    text-align: right;
    font-size: 12px;
    color: #fff;
    font-family: "Yu Gothic", "Meiryo", sans-serif;
    margin-top: 15px;
}
.car_slider {
    display: none;
    margin-top: 20px;
}
.car_slider.active {
    display: block;
}
.car_slider .slick-dots{
    bottom: -50px;
}
.car_slider .slick-dots li{
    margin: 0;
}
.car_slider .slick-dots li button:before,
.car_slider .slick-dots li.slick-active button:before{
    color: #fff;
    font-size: 8px;
}

.content_reservation .deco{
    left: -59%;
    top: 200px;
}
.content_reservation form{
    width: 90%;
    margin: 30px auto;
}
.content_reservation form input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    font: inherit;
    color: inherit;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}
.content_reservation form .form_q p{
    font-weight: bold;
    color: #fff;
    font-family: "Yu Gothic", "Meiryo", sans-serif;
}
.content_reservation form .form_q p sup{
    font-size: 0.7em;
    position: relative;
    font-family: "Yu Gothic", "Meiryo", sans-serif;
    top: 5px;
}
.content_reservation form input::placeholder{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.content_reservation form span{
    font-family: "Yu Gothic", "Meiryo", sans-serif;
    color: #000;
    background-color: #fff;
    display: inline-block;
    height: 22px;
    font-weight: bold;
    padding-inline: 10px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.content_reservation form select,
.content_reservation form input[type="date"],
.content_reservation form input[type="text"],
.content_reservation form input[type="tel"],
.content_reservation form input[type="email"]{
    background: rgba(255,255,255,0.6);
    padding: 5px 10px;
    margin-top: 5px;
    font-family: "Yu Gothic", "Meiryo", sans-serif;
    color: #fff;
    width: 100%;
}
.content_reservation form select,
.content_reservation form input[type="date"]{
    padding: 15px 10px;
    border-radius: 5px;
}
.content_reservation form select option{
    font-family: "Yu Gothic", "Meiryo", sans-serif;
    color: #000;
}
.content_reservation form .form_q{
    margin-bottom: 15px;
}
.content_reservation form .submitbtn,
.reserve_box form .submitbtn{
    display: block;
    width: 70%;
    background-color: #fff;
    padding: 8px 0 10px;
    margin: 30px auto 20px;
    color: #000;
    position: relative;
}
.content_reservation form .submitbtn input{
    font-family: "Yu Gothic", "Meiryo", sans-serif;
}
.car_detail .select_button::before,
.content_reservation form .submitbtn::before,
.reserve_box form .submitbtn::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    left: 3px;
    top: 3px;
    pointer-events: none;
}
.content_reservation .anno{
    font-size: 13px;
    color: #fff;
    text-align: justify;
    line-height: 1.3;
    font-family: "Yu Gothic", "Meiryo", sans-serif;
    width: 90%;
    margin: 0 auto 40px;
}
.content_reservation .map{
    margin: 10px auto;
    width: 90%;
}
.content_reservation .map iframe{
    width: 100%;
    height: 200px;
    margin-top: 15px;
}
.content_reservation .map h3{
    text-align: center;
}
.content_reservation .map h3 span{
    padding: 0 20px 5px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.content_reservation .map .address_tel p{
    color: #fff;
    font-family: "Yu Gothic", "Meiryo", sans-serif;
    font-size: 15px;
    display: block;
    margin-top: 5px;
}
.content_reservation .map .address_tel p a{
    color: #fff;
    font-family: "Yu Gothic", "Meiryo", sans-serif;
    text-decoration: none;
}
.content_reservation .map .address_tel img{
    display: inline-block;
    width: 16px;
    vertical-align: middle;
    margin-right: 8px;
}


.reserve_box{
    min-height: 100vh;
    background-color: #000;
    padding: 20px 5%;
}
.reserve_box h1{
    text-align: center;
    color: #fff;
}
.reserve_box h1 span{
    padding: 0 20px 5px;
    border-bottom: 1px solid #fff;
}
.reserve_box form table{
    border-collapse: collapse;
    width: 100%;
}
.reserve_box form table tr{
}
.reserve_box form table th,
.reserve_box form table td{
    color: #fff;
    font-family: "Yu Gothic", "Meiryo", sans-serif;
    font-size: 14px;
}
.reserve_box form table th{
    width: 35%;
    text-align: right;
    padding: 30px 1% 0;
}
.reserve_box form table td{
    padding: 30px 10px 0;
}
.reserve_box form .submitbtn{
    text-align: center;
}
.reserve_box form .submitbtn input{
    background: none;
    border: none;
    font-size: 18px;
    color: #000;
}
.reserve_box .txt_box{
    width: 100%;
    margin-top: 20px;
}
.reserve_box .txt_box+.txt_box{
    margin-top: 10px;
}

footer{
    padding: 30px 0;
    text-align: center;
    line-height: 1.5;
}
footer a{
    color: #fff;
    font-size: 12px;
    font-family: "Yu Gothic", "Meiryo", sans-serif;
}