/* //////////// */
.wrap {position: relative;}
/* //////////// */
/* header */
.header {
    position: absolute;
    width: 100%;
    height: 90px;
    z-index: 9999;
    transition: background 0.25s;
    color: #fff;
}
.h_bg_pan {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.header:hover {
    background: #000;
}
.h_menu_ul {
    display: flex;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 13px;
    gap: 13%;
    align-items: center;
    font-weight: 800;
}
.h_menu_ul > li {cursor: pointer; position: relative;}
.h_act_line {
    position: absolute;
    top: 130%;
    left: 50%;
    width: 60%;
    height: 2.5px;
    background: #fff;
    transform: translateX(-50%);
}
.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
}
.logo > a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    font-size: 0;
    cursor: pointer;
    padding: 9px;
    background: url(../corvette_img/h_f/header/logo_bg_b.png) no-repeat center / 85%;
}
/* slide_menu */
.slide_menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    transform: translateY(100%);
    display: flex;
    opacity: 0;
}
.slide_menu {
    height: 100%;

}
.slide_menu_inner_L {
    width: 36%;
    background: #fff;
}
.slide_menu_inner_R {
    width: 64%;
    position: relative;
    background: #fff;
}
.slide_menu_txt_top {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #efeded;
    box-sizing: border-box;
    padding: 12px 60px;
}
.slide_menu_innner_logo {
    width: 40px;
    height: 40px;
    background: url(../corvette_img/h_f/header/logo_bg_w.png) no-repeat center / cover;
}
.slide_menu_inner_txt_middle {
    padding: 26px 57px;
    box-sizing: border-box;
}
.slide_menu_inner_txt_middle_inner_top > div {position: relative; width: 42px; height: 42px; cursor: pointer;}
.slide_menu_svg {
    fill: none;
    background: transparent;
    width: 42px;
    transform: rotate(270deg);
}
.slide_menu_svg_border {
    stroke: #eeeded;
}
.slide_menu_svg_act {
    stroke: #da291c;
    stroke-dasharray: 70;
    stroke-dashoffset: 70;
}
.slide_menu_svg_close {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slide_menu_inner_txt_middle_inner_bot {
    margin-top: 26px;
    padding-left: 5px;
    box-sizing: border-box;
    color: #8f8f8f;
    font-weight: 600;
}
.slide_menu_inner_txt_middle_inner_bot > span {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #8f8f8f;
    width: 60px;
}
.slide_menu_inner_txt_bot {
    height: 73%;
    margin-top: 16px;
    padding: 0 57px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.slide_menu_inner_txt_bot > ul {display: flex; flex-direction: column; transition: all 0.3s;}
.slide_menu_li {
    padding: 10px 0;
    font-size: 26px;
    cursor: pointer;
    color: #8f8f8f;
    font-weight: 800;
    width: 275px;
    position: relative;
}
.slide_menu_li_svg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slide_menu_li_svg > svg {
    fill: #8f8f8f;
    margin-right: 2%;
}
.slide_menu_li_svg:hover > svg {fill: #222;}
.slide_menu_li_border {
    width: 60px;
    height: 1px;
    background: #8f8f8f;
    margin: 10px 0;
}
.slide_menu_li_inner_display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 96%;
    height: 70%;
    transform: translateY(-50%);
    display: none;
}
.slide_menu_li2 {
    padding: 10px 0;
    cursor: pointer;
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 600;
}
.slide_menu_li_tmp {pointer-events: auto !important;}
.slide_menu_gradi {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 1) 2%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0) 80%, rgba(255, 255, 255, 1) 99.5%);
    pointer-events: none;
}
.slide_menu_inner_txt_bot_bar {
    position: absolute;
    right: 29px;
    top: 0;
    width: 2px;
    height: 83%;
    background: #d4d2d2;
    z-index: 9;
    pointer-events: none;
    overflow: hidden;
}
.slide_menu_inner_txt_bot_bar_line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 57%;
    background: #303030;
    transition: all 0.3s;
}
.slide_logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    display: none;
    opacity: 0;
    background: #fff;
}
.slide_logo > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateY(360deg);
    width: 30%;
    transition: all 0.5s;
}
.slide_logo_act {
    transform: translate(-50%, -50%) rotateY(0deg) !important;
}
.slide_video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}
.slide_video video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 164%;
    height: 164%;
}
.slide_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none;
}
.slide_img1 {background: url(../corvette_img/h_f/slide_menu/lineup1.jpg) no-repeat center / cover;}
.slide_img2 {background: url(../corvette_img/h_f/slide_menu/mypage.jpg) no-repeat center / cover;}
.slide_img3 {background: url(../corvette_img/h_f/slide_menu/service.png) no-repeat center / cover;}
.slide_img4 {background: url(../corvette_img/h_f/slide_menu/dealer.jpg) no-repeat center / cover;}
/* footer */
.footer {
    width: 100%;
    background: #181818;
    color: #fff;
    font-size: 10px;
    text-align: center;
}
.footer_top {
    padding: 50px 0;
    border-bottom: 1px solid #303030;
    position: relative;
}
.footer_top_inner_box {
    display: flex;
    justify-content: space-between;
}
.footer_menu_ul {
    display: flex;
    flex-direction: column;
}
.footer_menu_ul > li {
    line-height: 16px;
    margin: 10px 0;
    font-weight: 600;
    cursor: pointer;
}
.footer_menu_ul > li:nth-child(1) {
    margin: 0 0 18px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1px;
}
.footer_sns {
    position: absolute;
    right: 0;
    bottom: 60px;
    display: flex;
    gap: 10%;
    width: 150px;
}
.footer_sns > li {width: 24px; height: 24px; cursor: pointer;}
.footer_sns > li > img {width: 100%;}
.youtube_icon {transform: scale(1.2);}
.footer_mid {
    padding: 70px 0 50px;
    color: #646464;
    font-weight: 700;
}
.footer_copyright_box {width: 50%; margin: 0 auto; line-height: 16px; font-size: 11px;}
.footer_bot {
    width: 100%;
    height: 75.5px;
    background: #303030;
    font-size: 11px;
    font-weight: 800;
}
.footer_content_box {display: flex; align-items: center;}
.footer_content_cate_ul {
    flex: 0 0 80%;
    display: flex;
    gap: 3%;
}
.footer_content_cate_ul > li {cursor: pointer;}
.footer_language_box {flex: 0 0 20%; display: flex; gap: 5%; align-items: center; cursor: pointer;}
.footer_language_box svg {fill: #fff;}
.footer_final {
    width: 100%;
    height: 55px;
    background: #181818;
    display: flex;
    justify-content: center;
    align-items: center;
}
.min_logo {
    width: 35px;
    height: 35px;
    background: url(../corvette_img/h_f/header/logo_white_bg.png) no-repeat center / cover;
    cursor: pointer;
}


.header_menu_display {display: none;}

@media screen and (max-width: 1830px) {
    .slide_video video {width: 194%; height: 194%;}
}
@media screen and (max-width: 1560px) {
    .slide_video video {width: 225%; height: 225%;}
}
@media screen and (max-width: 1350px) {
    .slide_video video {width: 250%; height: 250%;}
}
@media screen and (max-width: 1245px) {
    .h_menu_ul > li {display: none;}
    .header_menu_display {display: block !important;}
}
@media screen and (max-width: 1200px) {
    .slide_video video {width: 300%; height: 300%;}
}
@media screen and (max-width: 1100px) {
    .slide_menu_li {font-size: 20px;}
}
@media screen and (max-width: 1040px) {
    .logo > a {width: 60%; height: 60%;}
}
@media screen and (max-width: 1025px) {
    .slide_video video {width: 380%; height: 380%;}
}
@media screen and (max-width: 1002px) {
    .slide_video video {width: 340%; height: 340%;}
}
@media screen and (max-width: 900px) {
    .footer_top_inner_box {flex-direction: column; text-align: left;}
    .footer_menu_ul {width: 100%;}
    .footer_menu_ul > li {display: none;}
    .footer_menu_ul_title {width: 100%; position: relative; display: block !important; height: 50px; line-height: 50px !important;}
    .footer_menu_ul_title::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../corvette_img/h_f/footer/footer_plus.png) no-repeat center;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .footer_sns {bottom: 30px;}
    .footer_content_cate_ul {width: 80%; flex: none;}
    .footer_top {padding: 50px 0 70px;}
    .footer_mid {padding: 50px 0 50px;}
    .footer_copyright_box {width: 80%;}
}
@media screen and (max-width: 885px) {
    .logo > a {width: 50%; height: 50%;}
    .slide_menu_inner_R {display: none;}
    .slide_menu_inner_L {width: 100%;}
    .slide_menu_li {width: 100%; font-size: 40px;}
    .slide_menu_li2 {width: 100%; font-size: 22px;}
    .slide_menu_inner_txt_bot {height: 77%;}
}
@media screen and (max-width: 768px) {
    .logo > a {width: 50%; height: 50%;}
}
@media screen and (max-width: 705px) {
    .footer_content_box {justify-content: space-between;}
    .footer_content_cate_ul {width: 60%; display: flex; flex-wrap: wrap; gap: 4%; align-items: center;}
    .footer_content_cate_ul > li {margin-top: 4px;}
    .footer_copyright_box {width: 90%;}
    .footer_language_box {width: 40%; display: flex; justify-content: flex-end; flex: none;}
}
@media screen and (max-width: 600px) {
    .slide_menu_li {font-size: 35px;}
}
@media screen and (max-width: 550px) {
    .footer_bot {font-size: 10px;}
}
@media screen and (max-width: 500px) {
    .slide_menu_li {font-size: 30px;}
    .slide_menu_li2 {font-size: 19px;}
    .slide_menu_inner_txt_bot {height: 72%;}
}
@media screen and (max-width: 450px) {
    .slide_menu_li {font-size: 25px;}
    .slide_menu_li2 {font-size: 17px;}
}
@media screen and (max-width: 390px) {
    .slide_menu_li {font-size: 22px;}
    .slide_menu_li2 {font-size: 16px;}
}
@media screen and (max-width: 350px) {
    .slide_menu_li {font-size: 18px;}
    .slide_menu_li2 {font-size: 14px;}
}