@charset "UTF-8";
/*
----------------------------------------
size
----------------------------------------
*/
/*
----------------------------------------
typography
----------------------------------------
*/
/*
----------------------------------------
function
----------------------------------------
*/
/*
----------------------------------------
共通
----------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap");
/*ふわっと出る*/
.mv01_on {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 0;
}

.mv01_off {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

/*下から*/
.mv02_on {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: scale(1, 1) translate3d(0, 100px, 0);
    -moz-transform: scale(1, 1) translate3d(0, 100px, 0);
    -ms-transform: scale(1, 1) translate3d(0, 100px, 0);
    -o-transform: scale(1, 1) translate3d(0, 100px, 0);
    transform: scale(1, 1) translate3d(0, 100px, 0);
    opacity: 0;
}

.mv02_off {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

/*右から*/
.mv03_on {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 1s ease-out;
    -webkit-transform: scale(1, 1) translate3d(100px, 0, 0);
    -moz-transform: scale(1, 1) translate3d(100px, 0, 0);
    -ms-transform: scale(1, 1) translate3d(100px, 0, 0);
    -o-transform: scale(1, 1) translate3d(100px, 0, 0);
    transform: scale(1, 1) translate3d(100px, 0, 0);
    opacity: 0;
}

.mv03_off {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

/*左から*/
.mv04_on {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: scale(1, 1) translate3d(-100px, 0, 0);
    -moz-transform: scale(1, 1) translate3d(-100px, 0, 0);
    -ms-transform: scale(1, 1) translate3d(-100px, 0, 0);
    -o-transform: scale(1, 1) translate3d(-100px, 0, 0);
    transform: scale(1, 1) translate3d(-100px, 0, 0);
    opacity: 0;
}

.mv04_off {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

/*上から*/
.mv05_on {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: scale(1, 1) translate3d(0, -100px, 0);
    -moz-transform: scale(1, 1) translate3d(0, -100px, 0);
    -ms-transform: scale(1, 1) translate3d(0, -100px, 0);
    -o-transform: scale(1, 1) translate3d(0, -100px, 0);
    transform: scale(1, 1) translate3d(0, -100px, 0);
    opacity: 0;
}

.mv05_off {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

/*
    スライダーの設定
*/
.slider .slick-prev {
    /* デフォルトでは-25px(= スライダーの外側) */
    left: 10px;
}

.slider .slick-next {
    /* デフォルトでは-25px(= スライダーの外側) */
    right: 10px;
}

.slider .slick-prev,
.slider .slick-next {
    /* スライド画像の後ろに隠れないようにする */
    z-index: 100;
}

.slider .slick-prev::before,
.slider .slick-next::before {
    /* フォントと色の設定はbefore内で行う */
    /* font-size: 28px; */
    /* color: black; */
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

.main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: #000;
    overflow-x: hidden;
    overflow-y: auto;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6em;
    color: #fff;
    font-family: "Lato", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial",
    "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body.hidden {
    overflow: hidden;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #969696;
}

*::-webkit-scrollbar {
    width: 2px;
}

@media screen and (max-width: 750px) {
    *::-webkit-scrollbar {
        width: 4px;
    }

    .main {
        max-width: 1200px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        /*position: fixed;*/
        background: #000;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .result-02,
    .result-01,
    .form-1,
    .form-2 {
        position: relative;
    }
}

*::-webkit-scrollbar-thumb {
    background-color: #969696;
}

*::-webkit-scrollbar-corner {
    display: none;
}

a {
    text-decoration: none;
    color: #fff;
}

html,
body {
    height: 100%;
    background: #000;
    line-height: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header {
    width: 100%;
    height: 450px;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (min-width: 751px) {
    .model header,
    .complete header,
    .grade header,
    .color header,
    .aero header {
        position: static;
        height: 45vh;
        max-height: 450px;
        margin: auto;
    }

    .aero .tab,
    .model .tab {
        position: relative;
        margin: auto;
        z-index: 3;
        background: #000;
    }

    @media screen and (min-height: 1000px) {
        .aero .tab,
        .model .tab {
            position: relative;
            top: 0;
        }
    }
    .scroll-block-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 58vh;
        overflow-y: scroll;
        overflow-x: hidden;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .aero .scroll-block-bottom,
    .model .scroll-block-bottom {
        height: 46vh;
    }

    .used .scroll-block-bottom {
        margin-top: 440px;
        height: calc(100vh - 520px);
    }

    @media screen and (min-height: 1000px) {
        .scroll-block-bottom {
            margin-top: 425px;
            position: relative;
            bottom: auto;
            /*height: auto;*/
        }

        .aero .scroll-block-bottom,
        .model .scroll-block-bottom {
            margin-top: 520px;
            height: calc(100vh - 520px);
        }
    }
}

@media screen and (max-width: 750px) {
    .html {
        -webkit-overflow-scrolling: touch;
        height: -webkit-fill-available;
    }

    .body {
        min-height: 100vh;
        /* mobile viewport bug fix */
        min-height: -webkit-fill-available;
    }

    .aero .tab,
    .model .tab {
        top: 375px;
    }

    .scroll-block-bottom {
        z-index: 1;
        padding-top: calc(375px + 20px) !important;
    }

    .aero .scroll-block-bottom {
        z-index: 1;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        padding-top: calc(375px + 40px) !important;
    }

    .model .scroll-block-bottom {
        padding-top: calc(375px + 60px) !important;
    }
}

/*@media screen and (min-width: 471px) and (max-width: 670px) {
	.scroll-block-bottom {
    padding-top: calc(78vw + 44px + 20px) !important;
	}
	.aero .tab,
  .model .tab {
		top: 78vw;
	}
}

@media screen and (min-width: 671px) and (max-width: 750px) {
	.scroll-block-bottom {
    padding-top: calc(520 + 44px + 20px) !important;
	}
	.aero .tab,
  .model .tab {
		top: 520px;
	}
}*/

@media screen and (max-width: 750px) {
    header {
        height: 375px;
    }

    .aero .tab,
    .model .tab {
        background: #000;
        position: fixed;
    }

    .scroll-block-bottom {
        margin-top: 0;
        padding-top: 10px;
        position: relative;
        z-index: 1;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        height: calc(100% + 20px);
    }

    .complete .scroll-block-bottom {
        margin-top: 0;
    }

    .grade .scroll-block-bottom {
        margin-top: 0;
    }

    .color .scroll-block-bottom {
        margin-top: 0;
    }

    @media screen and (min-height: 650px) {
        .model header,
        .complete header,
        .grade header,
        .color header,
        .aero header {
            height: 375px;
            position: relative;
        }

        .aero .tab,
        .model .tab {
            background: #000;
        }
    }
}

.staff__body{
    max-width: 1400px;
    margin: auto;
}

.header-wrap {
    position: relative;
    height: 100%;
    background: #000;
}

.headerwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px 0;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
}

.headerwrap-item {
    padding: 0;
    justify-content: flex-end;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.form-label {
    margin-bottom: 0.5rem;
}

label {
    display: inline-block;
}

.d-flex-column{
    display: flex;
    flex-direction: column;
}

.d-flex-row{
    display: flex;
    flex-direction: row;
}
.d-flex-row-alignCenter{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.justifyContent-between{
    justify-content: space-between;
}

.textAlign-right{
    text-align: right;
}


.w-100{
    width: 100%;
}

.w-50{
    width: 50%;
}

.m-ae-15{
    margin-right: 15px;
    margin-left: 15px;
}
.m-tb-15{
    margin-top: 15px;
    margin-bottom: 15px;
}

.border-white-margin-ae{
    border-color: white;
    margin: 30px 0;
}

.total-price input{
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.custom-input input{
    font-size: 16px;
    margin: 0 5px;
}

.bg-purple-staff-header-table{
    background-color: #4d4d4d;
}

.custom-table-header{
    /*color: white;*/
}
.box-BorderBottomWhite {
    border-bottom: 1px solid white;
}

.box-BorderBottom {
    border-bottom: 1px solid white;
    background-color: #72748961;
}

.box-BorderBottom-ProductHtml {
    border-bottom: 1px solid #ccccccbd;
}
.box-BorderBottomLeft-ProductHtml {
    border-bottom: 1px solid #ccccccbd!important;
    border-left: 1px solid #ccccccbd!important;
}



.custom-table-body .MuiTableCell-body {
    color: white !important;
    font-size: 13px !important;
}

.text-black{
    color: black;
}

.color-white {
    color: white!important;
}

.cursor-pointer {
    cursor: pointer;
}

.float-Right{
    float: right;
}

.font-Normal {
    font-weight: normal!important;
}
.border-white {
    border:1px solid white;
}
.border-Top-Gray {
    border-top: 1px solid #cccccc7d!important;
}
.border-Right {
    border-right:1px solid white!important;
}
.backButton.MuiButton-outlined {
    border: 1px solid rgb(245 244 244)!important;
}

.total-mounting-part-box-name, .total-mounting-part-box-value{
    padding: 15px ;
}

.backButton.MuiButton-outlined {
    border: 1px solid rgb(245 244 244)!important;
    padding: 10px;
    width: 240px;
    font-size: 14px;
}
.closeQuitesButton.MuiButton-outlined {
    width: 300px;
    padding: 10px;
    border: 1px solid rgb(245 244 244)!important;
    font-size: 14px;
}
.closeQuitesButton.MuiButton-outlined label {
    transform: rotate(272deg);
}

.box-add-button {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

.tax-Include-label{
    margin-right: 60px;
}

.add-button {
    padding: 3px 20px!important;
    border: 1px solid rgb(245 244 244)!important;
    font-size: 14px!important;
}



.tab-menu-button {
    background: white!important;
    border-radius: 0!important;
    width: 250px!important;
    padding: 15px 10px;
    font-size: 12px;
    border-width: 1px;
    cursor: pointer;
}

.tab-menu-button.actived {
   background: #727272!important;
    color: white!important;
}

.custom-table-border-white{
    border: 1px solid transparent;
}

.custom-table-float-right.MuiTable-root{
    width: 85%;
    float: right;
}
tr.MuiTableRow-root:nth-child(even){
    background-color: transparent;
}

.color-white .MuiTableCell-body {
    border-bottom: 1px solid #cccccc7d;
    font-size: 15px!important;
}

.f15-Size {
    font-size: 15px!important;
}


.custom-input-label {
    color: white!important;
    font-size: 13px!important;
}

.custom-input-bottom-label {
    font-size: 13px!important;
    padding-top: 5px;
}

.bg-White{
    background-color: white!important;
}


.sub-header-table{
    display: flex;
    justify-content: flex-end;
    margin-right: -213px!important;
    overflow: hidden;
}

.sub-tbody-tr.MuiTableRow-root {
     width: 100%;
     display: flex;
     flex-direction: column;
}
.sub-tbody-tr td.MuiTableCell-root:nth-child(odd){
    background: #bcd2ea;
    color: black!important;
}

.sub-tbody-tr td.MuiTableCell-root:nth-child(even){
    background: black;
    color: white!important;
}
.box-product-col {
    margin-left: 25px!important;
}

.display-table{
    display: flex!important;
    width: 95%;
    flex-direction: column;
}

.sub-table-cell-row tr:nth-child(even) td.MuiTableCell-root{
    background-color: black!important;
    color: white!important;
}
.sub-table-cell-row tr:nth-child(odd) td.MuiTableCell-root{
    background-color: #b0b5eb73!important;
    color: white!important;
}
/* Styles for desktop and larger screens */
@media screen and (min-width: 1200px) {
    /* CSS rules for desktop view */
}

/* Styles for laptop screens */
@media screen and (max-width: 1199px) and (min-width: 992px) {
    /* CSS rules for laptop view */
}

/* Styles for tablet screens */
@media screen and (max-width: 991px) and (min-width: 768px) {
    /* CSS rules for tablet view */
}

/* Styles for mobile screens */
@media screen and (max-width: 767px) {
    /* CSS rules for mobile view */
    .tab-menu-button{
        width: 200px!important;
        font-size: 10px;
    }
    .custom-table-float-right.MuiTable-root {
        width: 95%;
    }
    .custom-table-border-white .MuiTableHead-root .MuiTableRow-root .MuiTableCell-head h1, h3.custom-font-14 {
        font-size: 14px!important;
    }


    .closeQuitesButton.MuiButton-outlined {
        width: 180px;
        padding: 5px;
    }
    .backButton.MuiButton-outlined {
        width: 180px;
        padding: 5px;
    }

    .box-add-button {
        padding-left: 0;
    }
}
/* Styles for mobile screens */
@media screen and (max-width: 425px) {
    .tab-menu-button{
        width: 160px!important;
    }
}
@media screen and (min-width: 750px) {
    .headerwrap {
        padding: 20px 20px 0;
    }

    .headerwrap-item {
        padding: 0 20px 0;
    }

}


/*@media screen and (min-width: 375px) {*/
/*    .sub-header-table {*/
/*        margin-right: -76px!important;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 425px) {*/
/*    .sub-header-table {*/
/*        margin-right: -88px!important;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 768px) {*/
/*    .sub-header-table{*/
/*        margin-right: -167px!important;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1024px) {*/
/*    .sub-header-table{*/
/*        margin-right: -226px!important;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1440px) {*/
/*    .sub-header-table{*/
/*        margin-right: -266px!important;*/
/*    }*/
/*}*/
.headerwrap-link {
    color: #000;
    font-size: 1.2rem;
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: center;
    background: none;
    margin-right: 3px;
    padding: 12px 6px 12px 1px;
    width: 177px;
}

.headerwrap-link::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 46%;
    right: 5px;
}

.scrolltop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 30;
}

.scrolltop-arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 5px;
    margin-bottom: 10px;
}

.scrolltop-text {
    font-size: 1rem;
}

.headerwrap-link-wrap {
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 12px; */
    background: #fff;
    z-index: 1;
}

@media screen and (max-width: 1000px) {
    .headerwrap-link-wrap {
        display: block;
    }
}

.toppage .headerwrap-right-arrow {
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    left: -3px;
}

.headerwrap-right-arrow.-white {
    border-color: #fff;
}

.headerwrap-icon {
    margin-right: 6px;
}

.headerwrap-logo {
    z-index: 1;
}

@media screen and (max-width: 750px) {
    .headerwrap-logo {
        width: 135px !important;
    }
}

@media screen and (max-width: 750px) {
    .headerwrap-logo__img {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .model header,
    .complete header,
    .grade header,
    .color header,
    .aero header {
        height: 320px;
        position: relative;
    }

    header {
        height: 320px;
    }

    .scroll-block-bottom {
        z-index: 1;
        padding-top: calc(320px + 60px) !important;
    }

    .complete .scroll-block-bottom {
        padding-top: calc(320px + 20px) !important;
    }

    .grade .scroll-block-bottom {
        padding-top: calc(320px + 20px) !important;
    }

    .aero .scroll-block-bottom {
        padding-top: calc(320px + 40px) !important;
    }

    .model .scroll-block-bottom {
        padding-top: calc(320px + 60px) !important;
    }

    .aero .tab,
    .model .tab {
        top: 320px;
    }
}

.pc-only {
    display: block;
}

@media screen and (max-width: 750px) {
    .pc-only {
        display: none !important;
    }
}

.sp-only {
    display: none;
}

@media screen and (max-width: 750px) {
    .sp-only {
        display: block;
    }
}

select::-ms-expand {
    display: none;
}

.scroll-block-top {
    position: relative;
    z-index: 999;
}

@media screen and (max-width: 750px) {
    .scroll-block-top {
        background: #000;
        left: 0;
        right: 0;
    }
}

.model-carprice-text {
    font-size: 1.4rem;
    margin-bottom: 3px;
    /* margin-right: 45px; */
    margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
    .model-carprice-text {
        font-size: 1.3rem;
        margin-left: 20px;
        margin-bottom: 0px;
        padding: 0 10px 0 0;
        width: 90px;
        margin-left: 0 !important;
        margin-right: 0;
        text-align: center;
    }
}

.modelwrap-img {
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%), to(#000));
    background: linear-gradient(to bottom, transparent, 90%, #000);
    height: 100%;
}

@media screen and (min-width: 751px) {
    .model .modelwrap-img,
    .complete .modelwrap-img,
    .grade .modelwrap-img,
    .color .modelwrap-img,
    .aero .modelwrap-img {
        height: 45vh;
        max-height: 450px;
    }
}

@media screen and (max-width: 750px) {
    .modelwrap-img {
        max-height: 440px;
        background: none;
    }
}

.vegas-slide {
    background-image: url("") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.vegas-slide-inner {
    background-size: contain !important;
}

.result-01 .vegas-slide-inner,
.result-02 .vegas-slide-inner,
.form-1 .vegas-slide-inner,
.form-2 .vegas-slide-inner {
    background-position: center bottom !important;
    background-size: cover !important;
}

.progressbar-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
}

@media screen and (max-width: 750px) {
    .progressbar-ul {
        margin-top: 12px;
        padding-bottom: 5px;
    }
}

.progressbar-item {
    color: #fff;
    padding: 18px 10px 0;
    width: calc(1920px / 5);
    text-align: center;
    font-size: 1.2rem;
    opacity: 0.7;
    position: relative;
}

@media screen and (max-width: 750px) {
    .progressbar-item {
        font-size: 1.2rem;
        width: calc(840px / 5);
        padding-top: 18px;
        line-height: 1.4;
    }
}

.progressbar-item.slick-current {
    opacity: 1;
    z-index: 2;
    position: relative;
    pointer-events: none;
}


@media screen and (max-width: 750px) {
    .progressbar-item.slick-current {
        opacity: 1;
        z-index: 2;
        position: relative;
    }
}

.progressbar-item .carcard-circle {
    margin: -8px 5px 0 0;
    transform: scale(0.7);
}

.progressbar-item-text {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .progressbar-item .carcard-circle {
        order: unset;
        margin: -2px 2px 0 0;
        flex-shrink: 0;
    }
}

.cp_arrows {
    height: 70px;
    width: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.cp_arrows * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_arrows *:before,
.cp_arrows *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 750px) {
    .cp_arrows {
        height: 50px;
        top: -35px;
        right: -10px;
    }
}

.cp_arrows .cp_arrow {
    position: absolute;
    top: 60%;
    /*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}

.cp_arrows .cp_arrowfirst {
    -webkit-animation: arrow-move08 2s ease-in-out infinite;
    animation: arrow-move08 2s ease-in-out infinite;
}

.cp_arrows .cp_arrowsecond {
    -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
    animation: arrow-move08 2s 1s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: 8px;
    height: 4px;
    content: "";
    background: #fff;
}

@media screen and (max-width: 750px) {
    .cp_arrows .cp_arrow:before,
    .cp_arrows .cp_arrow:after {
        width: 5px;
    }
}

.cp_arrows .cp_arrow:before {
    -webkit-transform: rotate(40deg) translateX(0%);
    transform: rotate(40deg) translateX(0%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.cp_arrows .cp_arrow:after {
    -webkit-transform: rotate(-40deg) translateX(0%);
    transform: rotate(-40deg) translateX(0%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

@-webkit-keyframes arrow-move08 {
    0% {
        top: 40%;
        /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes arrow-move08 {
    0% {
        top: 40%;
        /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.progressbar-item-span {
    display: block;
    text-align: center;
    font-size: 1rem;
    opacity: 0.7;
    margin-top: 11px;
    font-weight: normal;
}

@media screen and (max-width: 750px) {
    .progressbar-item-span {
        font-size: 1rem;
        margin-top: 10px;
    }
}

.modelwrap {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    height: 100%;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 750px) {
    .modelwrap {
        max-width: 375px;
    }
}

@media screen and (min-width: 751px) {
    .model .modelwrap,
    .complete .modelwrap,
    .grade .modelwrap,
    .color .modelwrap,
    .aero .modelwrap {
        height: 45vh;
        max-height: 450px;
    }
}

.progressbar {
    position: absolute;
    bottom: 0;
    width: 900px;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    background: linear-gradient(#fff, #fff 1px, transparent 1px);
    z-index: 0;
}

.progressbar::before {
    content: "";
    position: absolute;
    border-top: 1px solid #f00;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
}

.complete .progressbar {
    position: absolute;
    bottom: 0;
    width: 900px;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.form-1 .progressbar {
    position: absolute;
    bottom: 0;
    width: 800px;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.form-2 .progressbar {
    position: absolute;
    bottom: 0;
    width: 800px;
    left: 50%;
    left: auto;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

@media screen and (max-width: 750px) {
    .progressbar {
        display: none;
        pointer-events: auto;
    }

    .progressbar::before {
        width: 33%;
    }

    .model .progressbar {
        position: absolute;
        bottom: 0;
        width: 900px;
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }

    .complete .progressbar {
        position: absolute;
        bottom: 0;
        width: 900px;
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }

    .form-1 .progressbar {
        position: absolute;
        bottom: 0;
        width: 800px;
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }

    .form-2 .progressbar {
        position: absolute;
        bottom: 0;
        width: 800px;
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }
}

.progressbar.-sp {
    display: none;
    position: relative;
    width: 1200px;
}

@media screen and (max-width: 750px) {
    .progressbar.-sp {
        display: block;
        width: 100%;
    }
}

.model-gradient-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%), to(transparent));
    background: linear-gradient(to right, #000, 50%, transparent);
    z-index: 1;
    pointer-events: none;
}

.model-gradient-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(50%), to(transparent));
    background: linear-gradient(to left, #000, 50%, transparent);
    z-index: 1;
    pointer-events: none;
}

.model-gradient-left-suspension {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.model-gradient-right-suspension {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.model-gradient-right.-tab {
    height: 32px;
}

/* @media screen and (max-width: 750px) {
  .model-gradient-left,
  .model-gradient-right {
    display: none;
  }
} */

.model-carname {
    position: absolute;
    top: 80px;
    left: 30px;
    color: #fff;
    z-index: 999;
    font-weight: 300;
}

@media screen and (max-width: 750px) {
    .model-carname {
        top: 54px;
        left: 20px;
    }
}

.model-carname-category {
    font-size: 1.6rem;
    margin-bottom: 18px;
}

@media screen and (max-width: 750px) {
    .model-carname-category {
        font-size: 1.2rem;
        margin-bottom: 10px;
        display: none;
    }
}

.model-carname-no {
    font-size: 4.8rem;
}

@media screen and (max-width: 750px) {
    .model-carname-no {
        font-size: 3rem;
    }
}

.model-carprice {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 30px;
    text-align: right;
    z-index: 999;
    height: 25vh;
    max-height: 300px;
}

.model-carprice-flex {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
}

/* @media screen and (max-height: 600px) {
  .model-carprice-flex {
    width: auto;
  }
} */

@media screen and (min-width: 751px) {
    @media screen and (max-height: 640px) {
        .model-carprice {
            height: 80px;
            overflow-y: scroll;
        }

        .model-carprice-subtext {
            position: static !important;
        }
    }
}

.model-carprice.-sp {
    position: initial;
    display: none;
}

@media screen and (max-width: 750px) {
    .model-carprice.-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        width: 100%;
        right: 0;
        bottom: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }

    .model-carprice.-sp .model-carprice-box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 750px) {
    .model-carprice {
        display: block;
    }

    .header-wrap .model-carprice-subtext, .header-wrap .model-carprice-flex {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .model-carprice-yen-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 184px;
        padding-left: 0;
        margin-bottom: 5px;
        text-align: center;
    }
}

.accordion-arrow {
    display: none;
}

@media screen and (max-width: 750px) {
    .accordion-arrow {
        display: block;
        margin-right: 15px;
        margin-left: 25px;
        width: 19px;
    }
}

.model-carprice-yen {
    font-size: 2.2rem;
    display: block;
    border-bottom: 1px solid #f00;
    font-weight: normal;
}

.model-carprice02 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.model-carprice-text.--discount {
    margin: 0;
    margin-right: 10px;
    margin-top: 5px;
}

@media screen and (max-width: 750px) {
    .model-carprice-text.--discount {
        margin-right: 0;
        padding-right: 10px;
    }
}

.model-carprice02 .model-carprice-text {
    font-size: 12px;
}

.model-carprice02 .model-carprice-yen {
    font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
    .model-carprice-yen {
        font-size: 2.5rem;
        border-width: 1px;
        margin-bottom: 0px;
    }
}

.model-carprice-yen.--discount {
    font-size: 1.6rem;
    border-bottom: none;
}

@media screen and (max-width: 750px) {
    .model-carprice-yen.--discount {
        font-size: 1.5rem;
        margin-left: 0;
        width: 165px;
        margin-top: 5px;
    }
}

.progressbar-wrap {
    position: relative;
    overflow-x: hidden;
}

.model-carprice-yen-span {
    font-size: 1.6rem;
    margin-right: 2px;
}

@media screen and (max-width: 750px) {
    .model-carprice-yen-span {
        font-size: 1.2rem;
    }

    .progressbar-wrap {
        position: relative;
        overflow-x: hidden;
        background: #000;
    }
}

.model-carprice-yen-tax {
    font-size: 1.2rem;
    display: inline-block;
    margin-left: 3px;
}

@media screen and (max-width: 750px) {
    .model-carprice-yen-tax {
        font-size: 1rem;
    }
}

.model-carprice-subtext {
    font-size: 1rem;
    line-height: 2;
    opacity: 0.7;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 0;
}

/* @media screen and (max-height: 500px)  {
  .model-carprice-subtext {
    position: static;
  }
} */

/* @media screen and (max-height: 640px) {
  .model-carprice-subtext {
    position: static;
  }
} */

.model-carprice-subtext p:nth-of-type(1) {
    opacity: 1;
    font-weight: bold;
}

.model-carprice-subtext .Menu_data p:nth-of-type(1) {
    font-weight: normal;
}

@media screen and (max-width: 750px) {
    .model-carprice-subtext {
        width: 100%;
        text-align: center;
        background-color: #1b1b1b;
        background-color: #222222;
        font-size: 10px !important;
        padding: 10px 0;
        line-height: 18px;
        margin-top: 10px;
        position: static;
    }
}

.model-gradient-bottom {
    position: absolute;
    top: 0;
    width: 100%;
    height: 450px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%), to(#000));
    background: linear-gradient(to bottom, transparent, 90%, #000);
}

.model .model-gradient-bottom,
.complete .model-gradient-bottom,
.grade .model-gradient-bottom,
.color .model-gradient-bottom,
.aero .model-gradient-bottom {
    position: absolute;
    top: 0;
    width: 100%;
    height: 45vh;
    max-height: 450px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%), to(#000));
    background: linear-gradient(to bottom, transparent, 90%, #000);
    pointer-events: none;
}

@media screen and (max-width: 750px) {
    .model-gradient-bottom {
        height: 100%;
        max-height: none;
    }

    .model .model-gradient-bottom,
    .complete .model-gradient-bottom,
    .grade .model-gradient-bottom,
    .color .model-gradient-bottom,
    .aero .model-gradient-bottom,
    .form-1 .model-gradient-bottom,
    .form-2 .model-gradient-bottom,
    .result-02 .model-gradient-bottom,
    .result-01 .model-gradient-bottom {
        height: 100%;
        max-height: none;
        pointer-events: none;
        background: linear-gradient(to bottom, transparent, 75%, #000 90%, #000 100%);
    }
}

/* .progressbar-border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 51.5px;
  border-top: 1px solid #fff;
} */

@media screen and (max-width: 750px) {
    .progressbar-border {
        display: none;
    }
}

.progressbar-border.-sp {
    display: none;
}

@media screen and (max-width: 750px) {
    /* .progressbar-border.-sp {
    display: block;
    height: 88.5px;
    z-index: 1;
		pointer-events: none;
  } */
    /* .progressbar-border.-sp::after {
    content: '';
    width: 180px;
    height: 50px;
    background: linear-gradient(90deg, transparent, #000 100%);
    position: absolute;
    top: 0;
    right: 0;
		pointer-events: none;
  } */
}

.Menu {
    width: 50%;
    margin: 0 auto;
}

.Menu.-active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
}

.Menu_tab {
    cursor: pointer;
    padding-top: 25px;
    position: relative;
    top: 47px;
    pointer-events: auto;
}

.Menu_tab.-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 750px) {
    .Menu_tab {
        top: 35px;
        right: 0;
        padding-top: 0;
        position: absolute;
    }
}

.progressbar .slick-prev {
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 30;
    cursor: pointer;
    width: 7px;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 750px) {
    .progressbar .slick-prev {
        top: 25px;
    }
}

.progressbar .slick-next {
    position: absolute;
    top: -9px;
    left: 0;
    opacity: 1;
    z-index: 30;
    cursor: pointer;
}

.model .tab-slider-wrap .slick-prev,
.aero .tab-slider-wrap .slick-prev {
    display: block !important;
    top: 20px;
    left: 0;
    width: 120px;
    height: 100%;
    opacity: 0;
}

.aero .tab-slider-wrap .slick-prev {
    transform: translateY(0);
    position: absolute;
    z-index: 30;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.aero .tab-slider-wrap .slick-next {
    position: absolute;
    z-index: 30;
    cursor: pointer;
}

.model .tab-slider-wrap .slick-next,
.aero .tab-slider-wrap .slick-next {
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    opacity: 0;
}

.aero .tab-slider-wrap .slick-prev {
    top: 0;
}

@media screen and (max-width: 750px) {
    .progressbar .slick-next {
        right: 35%;
        top: 3px;
    }
}

.kv-sp-wrap {
    width: 100%;
    pointer-events: none;
}

@media screen and (max-width: 750px) {
    .kv-sp-wrap {
        width: 100%;
        pointer-events: none;
        z-index: 9;
        position: absolute;
        bottom: 0;
    }
}

/*
----------------------------------------
車種or部品
----------------------------------------
*/
.toppage {
    height: 100vh;
    /* min-height: 900px; */
    background-image: url(../img/BG_img.jpg);
    background-size: cover;
    background-position: center center;
    max-width: none;
}

@media screen and (max-width: 750px) {
    .toppage {
        background-image: url(../img/BG_img_sp.png);
        /*min-height: 1050px;*/
    }
}

.topmenu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* height: 835px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.topmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    width: 95%;
    max-width: 1140px;
    /* height: 835px; */
    /* padding-top: 160px; */
    margin-top: 0;
}

@media screen and (max-width: 1000px) {
    .topmenu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: flex-start;
        height: 75vh;
    }

    .topmenu-wrap {
        transform: none;
        left: 0;
        right: 0;
        top: 10%;
        position: static;
        margin-top: 90px;
    }
}

.topmenu-comletecar,
.topmenu-parts {
    width: 32%;
    height: 65vh;
    max-height: 550px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-position: center center;
    text-decoration: none;
    background-repeat: no-repeat;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .topmenu-comletecar,
    .topmenu-parts {
        width: 670px;
        height: 50%;
        max-height: 400px;
        margin: 0 40px 20px;
    }
}

.topmenu-comletecar:hover,
.topmenu-parts:hover {
    cursor: pointer;
}

.topmenu-comletecar:hover:before,
.topmenu-parts:hover:before {
    /* 透過した黒を上から重ねるイメージ */
    background-color: rgba(0, 0, 0, 0.4);
    /* 自由に位置指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
}

.topmenu-comletecar {
    margin-right: 0px;
    background-image: url(../img/top-left-car.png);
}

.topmenu-comletecar02 {
    background-image: url(../img/top-center-car.png);
}

@media screen and (max-width: 1000px) {
    .topmenu-comletecar {
        display: block;
        background: url(../img/top-left-car-sp.png) no-repeat center / cover;
        margin-bottom: 20px;
        width: 90vw;
        /*max-width: 480px;*/
        max-height: 350px;
        max-width: 670px;
    }

    .topmenu-comletecar02 {
        background-image: url(../img/top-center-car-sp.png);
    }

    .topmenu-comletecar {
        margin-right: 40px;
    }
}

@media screen and (min-width: 751px) {
    .topmenu-img__sp {
        display: none;
    }
}

.topmenu-parts {
    background-image: url(../img/top-right-car.png);
}

@media screen and (max-width: 1000px) {
    .topmenu-parts {
        display: block;
        max-height: 350px;
        width: 90vw;
        max-width: 670px;
        /*max-width: 480px;*/
        background: url(../img/top-right-car-sp.png) no-repeat center / cover;
    }
}


.topmenu-h2 {
    margin-bottom: 10px;
    font-size: 3rem;
    font-weight: 300;
}

@media screen and (max-width: 1140px) {
    .topmenu-comletecar:nth-of-type(1) .topmenu-h2 {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 1000px) {
    .topmenu-h2 {
        font-size: 5rem;
        margin-bottom: 7px;
    }

    .topmenu-comletecar:nth-of-type(1) .topmenu-h2 {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1000px) {
    .topmenu-h2 {
        font-size: 3rem;
        margin-bottom: 7px;
    }

    .topmenu-comletecar:nth-of-type(1) .topmenu-h2 {
        font-size: 3rem;
    }
}

.topmenu-p {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.5;
}

@media screen and (max-width: 1140px) {
    .topmenu-p {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 1000px) {
    .topmenu-p {
        font-size: 2rem;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    .topmenu-p {
        font-size: 1.8rem;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 430px) {
    .topmenu-p {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
}

.topmenu-text {
    margin-bottom: 40px;
    z-index: 1;
}

@media screen and (max-width: 1000px) {
    .topmenu-text {
        position: absolute;
        margin-bottom: 20px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
}

.topmenu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px 28px;
    border: 1px solid #666666;
    font-size: 1.4rem;
    margin: 0 auto;
    width: 220px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: rgba(0, 0, 0, 0.3);
}

.topmenu-link:hover {
    background: #fff;
    color: #000;
}

.topmenu-link:hover .headerwrap-right-arrow {
    border-color: #000;
}

@media screen and (min-width: 1000px) {
    .topmenu-link__sp {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .topmenu-link-arrow {
        display: block;
    }

    .topmenu-link:hover {
        background: initial;
    }

    .topmenu-comletecar:hover .topmenu-link-arrow {
        -webkit-animation-name: rotateXAnime;
        animation-name: rotateXAnime;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .topmenu-comletecar:active .topmenu-link-arrow {
        -webkit-animation-name: rotateXAnime;
        animation-name: rotateXAnime;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .topmenu-parts:hover .topmenu-link-arrow {
        -webkit-animation-name: rotateXAnime;
        animation-name: rotateXAnime;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .topmenu-parts:active .topmenu-link-arrow {
        -webkit-animation-name: rotateXAnime;
        animation-name: rotateXAnime;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
}

@media screen and (max-width: 1000px) {
    .topmenu-link {
        display: none;
    }

    .topmenu-link__sp {
        border: none;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 24px;
        padding: 0;
    }
}

@-webkit-keyframes rotateXAnime {
    from {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    to {
        -webkit-transform: rotateX(-360deg);
        transform: rotateX(-360deg);
    }
}

@keyframes rotateXAnime {
    from {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    to {
        -webkit-transform: rotateX(-360deg);
        transform: rotateX(-360deg);
    }
}

.topmenu-link-arrow {
    width: 20px;
}

@media screen and (max-width: 1000px) {
    .topmenu-link-arrow {
        width: 10px;
        height: auto;
    }
}

#splash {
    /*fixedã§å…¨é¢ã«å›ºå®š*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    color: #fff;
    z-index: 999999;
}

#splash-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Loadingãƒãƒ¼ä¸­å¤®é…ç½®ã€€*/
#splash_text {
    position: absolute;
    top: 54%;
    left: 50%;
    z-index: 999;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

#splash_text svg {
    height: 1px;
}

.toppage header {
    height: initial;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.toppage .scrolltop {
    display: none;
}

.topmenu-link-span {
    margin-right: 10px;
}

.toppage footer {
    width: 100%;
    max-width: 1200px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .toppage footer {
        background: linear-gradient(transparent 10%, #000 100%);
    }
}

@media screen and (max-width: 1000px) {
    @media screen and (max-height: 1200px) {
        .toppage footer {
            background: linear-gradient(transparent 10%, #000 100%);
            position: static;
            transform: none;
        }

        .thanks footer .footer-inner {
            margin-bottom: 0 !important;
        }

        body {
            height: auto;
            overflow-y: scroll;
        }

        .toppage {
            height: 100%;
        }

        .topmenu {
            /*height: 90vh;*/
        }
    }

    .toppage header {
        height: initial;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*
----------------------------------------
車種選択
----------------------------------------
*/
.tab {
    width: 100%;
    position: relative;
    margin-top: 22px;
    z-index: 9;
    overflow: hidden;
}

.tab-suspension {
    width: 100%;
    position: relative;
    margin-top: 0px;
    z-index: 9;
    overflow: hidden;
}

@media screen and (max-width: 750px) {
    .tab {
        margin-top: 0;
    }

    .tab-suspension {
        margin-top: 22px;
    }
}

@media screen and (max-width: 310px) {
    .tab {
        margin-top: 0;
    }

    .tab-suspension {
        width: 500%;
        margin-top: 50px;
        margin-left: 40px;
    }
}

.tab .tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 1px;
    max-width: 900px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.model .tab .tab-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .tab .tab-nav {
        width: 100%;
    }

    .model .tab .tab-nav {
        overflow-x: scroll;
        justify-content: flex-start;
        width: auto;
        flex-wrap: nowrap;
        /*padding-right: 100px;*/
    }

    .model .tab .tab-nav::-webkit-scrollbar {
        /* Chrome, Safari 対応 */
        display: none;
    }

    .aero .tab .tab-nav {
        justify-content: space-around;
        z-index: 100000;
    }
}

.tab .tab-nav .tab-nav__item {
    padding: 18px 20px;
    cursor: pointer;
    width: 140px;
    margin: 0 20px;
    font-size: 1.4rem;
    text-align: center;
    order: 2;
    font-weight: normal;
}

.tab-suspension .tab-nav .tab-nav__item-suspension {
    padding: 8px 0px;
    cursor: pointer;
    width: 40px;
    margin: 0 20px;
    font-size: 1.4rem;
    text-align: center;
    order: 2;
    font-weight: normal;
}

.tab .tab-nav .tab-nav__item.active {
    border-bottom: 1px solid red;
}

.tab-suspension .tab-nav .tab-nav__item-suspension.active {
    border-bottom: 2px solid red;
}

@media screen and (max-width: 750px) {
    .tab .tab-nav .tab-nav__item {
        font-size: 2.8rem;
        text-align: center;
        padding-top: 26px;
        padding-bottom: 35px;
    }

    .model .tab .tab-nav .tab-nav__item {
        font-size: 1.4rem;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 16px;
        padding-left: 0;
        padding-right: 0;
        min-width: 135px;
    }

    .aero .tab .tab-nav .tab-nav__item {
        font-size: 1.4rem;
        text-align: center;
        padding-top: 26px;
        padding-bottom: 35px;
        padding-left: 0;
        padding-right: 0;
        width: auto;
        min-width: 100px;
    }

    .tab .tab-nav .tab-nav__item.active {
        border-bottom: none;
    }

    .tab .tab-nav .tab-nav__item.slick-active,
    .aero .tab .tab-nav .tab-nav__item.slick-active {
        border-bottom: 1px solid red;
        /*order: 1;*/
    }
}

.aero .tab .tab-nav .tab-nav__item.slick-active {
    border-bottom: 1px solid red;
    /*order: 1;*/
}

.tab .tab-nav .slick-slide.active {
    /*border-bottom: none;*/
}

.tab-contents {
    padding: 30px 85px 0px;
}

.model .tab-contents {
    padding: 3rem 40px 0px;
}

/* @media screen and (max-width: 800px) {
  .tab-contents {
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.65) !important;
            transform: scale(0.65) !important;
    padding-top: 140px;
  }
} */

@media screen and (max-width: 750px) {
    .tab-contents {
        padding: 40px 40px 0;
    }

    .model .tab-contents {
        padding: 0 20px 0px;
    }
}

.tab-contents__item {
    display: none;
}

.tab-contents__item.show {
    display: block;
}

.tab-nav-wrap {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.tab-nav-wrap::before {
    content: "";
    width: 30%;
    height: 70px;
    background: linear-gradient(-90deg, transparent, #000 30%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1000000;
}

.tab-nav-wrap::after {
    content: "";
    width: 30%;
    height: 70px;
    background: linear-gradient(90deg, transparent, #000 40%);
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1000000;
}

.tab-nav-wrap-suspension::before {
    content: "";
    width: 30%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1000000;
}

.tab-nav-wrap-suspension::after {
    content: "";
    width: 30%;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1000000;
}

@media screen and (max-width: 750px) {
    .tab-nav-wrap {
        border-bottom: 1px solid rgba(204, 204, 204, 0.5);
        position: relative;
    }

    .tab-nav-wrap::before {
        background: linear-gradient(-90deg, transparent, #000 100%);
    }

    .tab-nav-wrap::after {
        background: linear-gradient(90deg, transparent, #000 100%);
    }
}


.carcard-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.carcard-wrap::-webkit-scrollbar {
    display: none;
}

.carcard {
    width: calc(33.3333333% - 30px);
    margin: 0 15px 32px;
    padding: 50px 28px 30px;
    text-align: center;
    background: #262626;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.complete .carcard {
    width: calc(33.3333333% - 30px);
    max-width: 315px;
    padding-top: 65px;
}

@media screen and (max-width: 1120px) {
    .complete .carcard {
        width: calc(33.3333333% - 30px);
        max-width: 315px;
        padding-top: 60px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 14px;
        margin-right: 14px;
    }

    .complete .carcard img {
        width: 68%;
        height: auto;
        margin: 0 auto;
    }

    .carcard-name-wrap {
        font-size: 1rem;
    }

    .complete .carcard-price {
        font-size: 1rem;
    }

    .tab-contents {
        padding-left: 15px;
        padding-right: 15px;
    }

    .carcard-name-wrap {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 750px) {
    .carcard {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 10px 20px 40px;
        margin-bottom: 12px;
    }

    .complete .carcard {
        max-width: none;
        width: 100%;
    }

    .model .carcard {
        height: auto;
    }

    .model .slick-slide .carcard-img.pc-only {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .carcard-type {
        border: 1px solid rgb(255, 255, 255);
        padding: 6px 11px;
        display: inline-block;
        font-size: 0.8rem;
        margin-right: 16px;
    }

    .complete .carcard {
        padding-bottom: 25px;
    }
}

.carcard:hover,
.carcard.-active {
    background: #212121;
    background: linear-gradient(29deg, #212121 0%, #585858 100%);
}

.carcard:hover .carcard-bar,
.carcard.-active .carcard-bar {
    display: block;
}

.carcard:before,
.carcard:after {
    content: "";
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 46px;
    height: 25px;
    background-color: #000;
    z-index: 1;
}

.carcard:before {
    top: -10px;
    left: -25px;
}

.carcard:after {
    bottom: -10px;
    right: -15px;
}

.carcard:hover .carcard-bar {
    display: block;
}

.carcard-img {
    /* margin: 0 auto 55px; */
    height: 120px;
}

.model .carcard-img {
    height: auto;
}

.complete .carcard-img {
    height: auto;
}

.carcard-text {
    margin-top: 55px;
}

@media screen and (max-width: 750px) {
    .carcard-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 4% 0 2%;
        max-width: 229px;
        width: 36%;
        max-width: 174px;
    }

    .model .carcard-text {
        margin-top: 0;
    }

    .carcard:before {
        top: -10px;
        left: -10px;
        width: 20px;
        height: 20px;
    }

    .carcard:after {
        bottom: -10px;
        right: -10px;
        width: 20px;
        height: 20px;
    }
}

.carcard-circle {
    border: 2px solid rgba(204, 204, 204, 0.5);
    border-radius: 50%;
    width: 27px;
    height: 27px;
    margin: auto auto 0;
    position: relative;
}

.carcard-circle-suspension {
    border: 2px solid rgba(204, 204, 204, 0.5);
    border-radius: 50%;
    width: 27px;
    height: 27px;
    position: relative;
}

@media screen and (max-width: 750px) {
    .carcard-circle {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        border: 1px solid rgba(204, 204, 204, 0.5);
        width: 18px;
        height: 18px;
    }

    .carcard-circle-suspension {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        border: 1px solid rgba(204, 204, 204, 0.5);
        width: 18px;
        height: 18px;
    }

    .model .carcard .carcard-circle {
        position: absolute;
        left: 15px;
    }

    .aero-img-a {
        order: 1;
    }
}

.aero-img-a {
    position: relative;
}

.bi.bi-check-lg {
    width: 13px;
    vertical-align: middle;
    display: none;
    position: relative;
    top: 3px;
}

.bi.bi-check-lg.-active {
    display: inline-block;
}

.model .bi.bi-check-lg {
    top: -2px;
}

@media screen and (max-width: 750px) {
    .bi.bi-check-lg {
        top: -1px;
        width: 8px;
    }
}

.carcard-maker {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .carcard-maker {
        font-size: 1rem;
        margin-bottom: 15px;
    }
}

{
    font-size: 2.8rem
;
    font-weight: 300
;
    margin-bottom: 10px
;
}

@media screen and (max-width: 750px) {
    .carcard-ename {
        font-size: 2.3rem;
        margin-bottom: 4px;
        font-weight: 200;
    }
}

.carcard-name {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
    .carcard-name {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }
}

.carcard-price {
    font-size: 1.2rem;
    margin-bottom: 37px;
    font-weight: normal;
}

.complete .carcard-price {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .carcard-price {
        font-size: 8px;
        margin-bottom: 0;
        line-height: 1.6;
    }
}

.navi {
    z-index: 30;
}

.carcard-circle .carcard-circle-loop {
    position: absolute;
    top: -2px;
    left: -2px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.carcard-circle-suspension .carcard-circle-loop {
    position: absolute;
    top: -2px;
    left: -2px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media screen and (max-width: 750px) {
    .carcard-circle .carcard-circle-loop {
        width: 20px;
        height: 20px;
    }
    .carcard-circle-suspension .carcard-circle-loop {
        width: 20px;
        height: 20px;
    }
}

.carcard-circle .carcard-circle-loop circle {
    stroke: #ec0033;
    stroke-width: 2;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    stroke-dasharray: 115;
    stroke-dashoffset: 115;
    stroke-linecap: round;
}

.carcard-circle-suspension .carcard-circle-loop circle {
    stroke: #ec0033;
    stroke-width: 2;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    stroke-dasharray: 115;
    stroke-dashoffset: 115;
    stroke-linecap: round;
}

.carcard-circle.-active .carcard-circle-loop circle {
    stroke-width: 2;
    stroke-dashoffset: 0;
}

.carcard-circle-suspension.-active .carcard-circle-loop circle {
    stroke-width: 2;
    stroke-dashoffset: 0;
}

@media screen and (min-width: 751px) {
    /* .tab-nav-bar {
    width: 200px;
    left: 40px;
    height: 2px;
  } */
    .tab-nav-bar {
        height: 1px;
        width: 100px;
        background: #f00;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }
}

#previous {
    position: absolute;
    top: 200px;
    left: 0;
    /* -webkit-transform: translateY(-50%);
          transform: translateY(-50%); */
    z-index: 10;
    background: none;
    border: none;
}

#next {
    position: absolute;
    top: 200px;
    right: 0;
    /* -webkit-transform: translateY(-50%);
          transform: translateY(-50%); */
    z-index: 10;
    background: none;
    border: none;
}

@media screen and (max-width: 750px) {
    #next,
    #previous {
        width: 30px;
        height: 40px;
        z-index: 100;
    }

    #next img,
    #previous img {
        width: 100%;
    }
}

.model #next,
.complete #next,
.grade #next,
.color #next,
.aero #next,
.form-1 #next,
.form-2 #next,
.result-02 #next,
.result-01 #next {
    top: 24vh;
    right: 125px;
}

.model #previous,
.complete #previous,
.grade #previous,
.color #previous,
.aero #previous,
.form-1 #previous,
.form-2 #previous,
.result-02 #previous,
.result-01 #previous {
    top: 24vh;
    left: 125px;
}

@media screen and (min-height: 1000px) {
    .model #next,
    .complete #next,
    .grade #next,
    .color #next,
    .aero #next,
    .form-1 #next,
    .form-2 #next,
    .result-02 #next,
    .result-01 #next {
        top: 200px;
        right: 0;
    }

    .model #previous,
    .complete #previous,
    .grade #previous,
    .color #previous,
    .aero #previous,
    .form-1 #previous,
    .form-2 #previous,
    .result-02 #previous,
    .result-01 #previous {
        top: 200px;
        left: 0;
    }
}

@media screen and (max-width: 750px) {
    #previous {
        position: absolute;
        top: 250px;
        left: 50px;
        /* -webkit-transform: translateY(-50%);
            transform: translateY(-50%); */
        z-index: 1;
    }

    #next {
        position: absolute;
        top: 250px;
        right: 50px;
        /* -webkit-transform: translateY(-50%);
            transform: translateY(-50%); */
        z-index: 1;
    }

    .model #next,
    .complete #next,
    .grade #next,
    .color #next,
    .aero #next,
    .form-1 #next,
    .form-2 #next,
    .result-02 #next,
    .result-01 #next {
        top: 250px;
        right: 100px;
        display: block;
        z-index: 1000 !important;
        position: fixed;
    }

    .model #previous,
    .complete #previous,
    .grade #previous,
    .color #previous,
    .aero #previous,
    .form-1 #previous,
    .form-2 #previous,
    .result-02 #previous,
    .result-01 #previous {
        top: 250px;
        left: 100px;
        display: block;
        z-index: 1000 !important;
        position: fixed;
    }
}

.carcard-wrap-wrap {
    padding: 0 15px;
}

@media screen and (max-width: 750px) {
    .carcard-wrap-wrap {
        padding: 0 5px;
    }
}

.carcard-bar {
    width: 100%;
    height: 2px;
    background-color: #f00;
    position: absolute;
    bottom: -5px;
    left: 0;
    display: none;
}

.carcard-img-parent {
    position: relative;
    z-index: 100;
    transition: opacity 1.5s;
}

.carcard-img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 1s;
}

.carcard-img-parent:hover img {
    opacity: 0;
    transition: opacity 0s;
}

.carcard-img-parent:hover .carcard-img:nth-of-type(2) {
    opacity: 1;
    transition: opacity 1.5s;
}


@media screen and (max-width: 750px) {
    .carcard-bar {
        height: 1px;
        bottom: -7px;
    }
}

/* @media screen and (max-width: 750px) {
  .navi {
    display: none;
  }
} */

@media screen and (max-width: 750px) {
    .carcard-text {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: left;
    }
}

/*==================================================
ふわっ
===================================*/
.fadeUp {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    /*アニメーションの定義名*/
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    /*アニメーション変化時間 ※デフォルト*/
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /*アニメーションの開始と終了時の状態を指定*/
    opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@-webkit-keyframes fadeUpAnime {
    from {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*==================================================
アニメーション設定
===================================*/
/* アニメーションの開始を遅らせるCSS*/
.delay-time05 {
    -webkit-animation-delay: 0.125s;
    animation-delay: 0.125s;
}

@media screen and (max-width: 750px) {
    .delay-time05 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }
}

.delay-time1 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

@media screen and (max-width: 750px) {
    .delay-time1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }
}

.model .slick-prev {
    display: none !important;
}

.complete .tab .tab-contents {
    border-top: none;
    padding-top: 36px;
}

.carcard-type {
    border: 1px solid #fff;
    padding: 6px 11px;
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 16px;
}

.complete .carcard-type {
    white-space: nowrap;
}

@media screen and (max-width: 750px) {
    .carcard-type {
        font-size: 1.3rem;
        padding: 6px 12px;
        margin-right: 20px;
    }

    .complete .tab .tab-contents {
        border-top: none;
        padding-top: 0px;
    }
}

.complete .carcard-name {
    font-size: 1.7rem;
    margin-bottom: 0;
    margin-right: 5px;
}

.carcard-custom_01,
.carcard-custom_02 {
    font-size: 1.2rem;
    line-height: 1.5;
}

@media screen and (max-width: 900px) {
    .carcard-custom_01,
    .carcard-custom_02 {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 750px) {
    .carcard-custom_01,
    .carcard-custom_02 {
        font-size: 1.3rem;
    }

    .carcard-custom_01 {
        margin-bottom: 3px;
    }
}

.type-circle {
    border: 1px solid #ccc;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.2rem;
    padding-top: 6px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.aero .type-circle {
    display: inline-block;
    border: 2px solid #ccc;
    width: 15px;
    height: 15px;
    line-height: 11px;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.2rem;
    padding-top: 0px;
    position: absolute;
    top: auto;
    right: 12px;
    bottom: 32px;
    z-index: 100;
    pointer-events: none;
}

.aero .type-circle::after {
    content: "";
    width: 1.5px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 9px;
    right: -2px;
    transform: rotateZ(-45deg);
    pointer-events: none;
}

.complete .type-circle:hover {
    background: #fff;
    color: #000;
}

@media screen and (max-width: 750px) {
    .type-circle {
        width: 24px;
        height: 24px;
        font-size: 1.2rem;
        padding-top: 5px;
        top: 12px;
        right: 18px;
    }

    .aero .type-circle {
        border: 2px solid #ccc;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: inline-block;
        font-size: 1.4rem;
        padding-top: 0;
        position: absolute;
        top: auto;
        right: 10px;
        bottom: 10px;
        z-index: 100;
        font-weight: bold;
    }

    .aero .type-circle::after {
        content: "";
        width: 2px;
        height: 10px;
        background: #fff;
        position: absolute;
        top: 11px;
        right: -4px;
        transform: rotateZ(-45deg);
    }
}

.carcard-name-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 28px;
}

@media screen and (max-width: 750px) {
    .carcard-name-wrap {
        margin-bottom: 40px;
    }

    .complete .carcard-name-wrap {
        margin-top: 30px;
        margin-bottom: 14px;
        margin-top: 3px !important;
        max-width: 95%;
    }
}

@media screen and (max-width: 750px) {
    .complete .carcard-price {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
}

.carcard-custom-wrap {
    text-align: left;
}

.modal-wrapper {
    z-index: 9999999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center;
}

.modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}

.modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    vertical-align: middle;
    content: "";
}

.modal-wrapper .modal-window {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 800px;
    height: 626px;
    padding: 40px 20px;
    border-radius: 2px;
    background: url(../img/base.png);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    vertical-align: middle;
}

@media screen and (max-width: 750px) {
    .modal-wrapper .modal-window {
        width: 355px;
        height: 547px;
        background: url(../img/base-sp.png) no-repeat;
        padding: 40px 10px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .modal-wrapper .modal-window::after {
        content: "";
        position: absolute;
        background: url(../img/base_grad-sp.png) no-repeat;
        height: 260px;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }

    .aero .modal-wrapper .modal-window {
        height: 100vh;
        height: 70%;
    }

    .aero .modal-wrapper .modal-window::after {
        display: none;
    }
}

.modal-wrapper .modal-window .modal-content {
    overflow-y: auto;
    text-align: left;
    font-weight: 300;
}

.modal-content-wrap {
    height: 100%;
    padding: 0 20px;
    overflow-y: scroll;
}

.modal-content-wrap.photo {
    height: initial;
}

.aero .modal-wrapper .img {
    width: 100%;
    height: 470px;
    /*background: #000;*/
}

@media screen and (max-width: 750px) {
    .modal-content-wrap {
        overflow-y: scroll;
        padding-bottom: 80px;
    }
}

.modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

.modal-overlay span {
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 200vh;
    position: absolute;
    left: 0;
    right: 0;
}

.modal-overlay::-webkit-scrollbar {
    display: none;
}

.complete .modal-overlay {
    position: fixed;
}

@media screen and (max-width: 750px) {
    .modal-content-gradient {
        position: absolute;
        bottom: 70px;
        left: 0;
        height: 70px;
        width: 100%;
        z-index: 1;
    }
}

.modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    color: #95979c !important;
    font-size: 60px;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
}

.modal-wrapper .modal-close:hover {
    color: #2b2e38 !important;
}

@media screen and (max-width: 750px) {
    .modal-wrapper .modal-close {
        width: 30px;
        font-size: 50px;
        top: 20px;
        right: 20px;
    }
}

.modal-content-h2 {
    font-size: 2.4rem;
    font-weight: 300;
    padding-bottom: 22px;
    border-bottom: 1px solid #666;
    margin-bottom: 28px;
    position: relative;
}

@media screen and (max-width: 750px) {
    .modal-content-h2 {
        font-size: 2.4rem;
        padding-bottom: 37px;
        margin-bottom: 14px;
    }
}

.modal-content-h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #bd2424;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.modal-content-h3 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 36px;
    font-weight: normal;
}

@media screen and (max-width: 750px) {
    .modal-content-h3 {
        font-size: 1.8rem;
        margin-bottom: 18px;
    }
}

.modal-content-p {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: normal;
}

.modal-content-p.-last {
    margin-bottom: 55px;
}

@media screen and (max-width: 750px) {
    .modal-content-p.-last {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 750px) {
    .modal-content-p {
        font-size: 1.4rem;
    }
}

.modal-content-h4 {
    font-size: 1.4rem;
    border-bottom: 1px solid #666;
    padding-bottom: 13px;
    margin-bottom: 19px;
    font-weight: 300;
}

@media screen and (max-width: 750px) {
    .modal-content-h4 {
        font-size: 1.4rem;
        margin-bottom: 24px;
        padding-bottom: 8px;
    }
}

.modal-content-li {
    list-style: none;
    position: relative;
    line-height: 1.5;
}

.modal-content-li:before {
    content: "◆";
    position: absolute;
    left: -1.2em;
}

@media screen and (max-width: 750px) {
    .modal-content-li {
        font-size: 1.2rem;
    }
}

.modal-content-ul {
    padding-left: 1.2em;
    margin-bottom: 0;
    font-weight: normal;
}

@media screen and (max-width: 750px) {
    .modal-content-ul {
        padding-left: 1.2em;
    }
}

@media screen and (max-width: 750px) {
    .complete .carcard {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 30px;
    }
}

@media screen and (max-width: 750px) {
    .complete .carcard-img,
    .complete .carcard-img-rear {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
        width: 100%;
        max-width: 428px;
        height: 100%;
        max-height: 200px;
    }
}

.grade .tab-contents {
    padding: 35px 0;
    margin: 0 50px;
    border: none;
}

@media screen and (max-width: 750px) {
    .grade .tab-contents {
        margin: 0 20px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.grade-name {
    margin-bottom: 11px;
    font-size: 1.4rem;
    text-align: left;
}

@media screen and (max-width: 750px) {
    .grade-name {
        text-align: left;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}

.grade-price {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
    .grade-price {
        text-align: right;
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1100px) {
    .grade .carcard-wrap {
        justify-content: flex-start;
    }

    .color .carcard-wrap {
        justify-content: flex-start;
    }
}

.grade .carcard {
    width: 225px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 31px;
}

@media screen and (max-width: 750px) {
    .grade .carcard {
        width: 100%;
        height: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 28px;
        padding-bottom: 22px;
        padding-left: 40px;
        padding-right: 20px;
        margin-left: 0;
        margin-right: 0;
    }
}

.grade .progressbar {
    -webkit-transform: translateX(calc(1920px / 12 / 2 * (-5)));
    transform: translateX(calc(1920px / 12 / 2 * (-5)));
}

@media screen and (max-width: 750px) {
    .grade .progressbar {
        -webkit-transform: translateX(calc(1920px / 12 / 2 * (-5) * 1.75));
        transform: translateX(calc(1920px / 12 / 2 * (-5) * 1.75));
    }
}

@media screen and (max-width: 750px) {
    .grade .carcard .carcard-circle {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 24px;
        position: absolute;
        left: 10px;
    }
}

.grade .carcard-wrap-wrap {
    height: 350px;
}

@media screen and (max-width: 750px) {
    .grade-text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media screen and (max-width: 750px) {
    .grade-price-span {
        font-size: 1rem;
    }
}

.color .carcard {
    text-align: center;
    /* width: calc(100% / 6 - 20px); */
    width: 148px;
    margin: 0 10px 25px;
    cursor: pointer;
    padding: 14px;
}

.color .carcard:after {
    width: 35px;
    bottom: -12px;
    right: -15px;
}

.color .carcard:before {
    width: 35px;
    top: -9px;
    left: -17px;
}

@media screen and (max-width: 750px) {
    .color .carcard {
        width: 100%;
        padding: 18px 12px 18px 40px;
        margin: 0 0 12px;
    }

    .color .carcard:after {
        bottom: -10px;
        right: -10px;
        width: 20px;
        height: 20px;
    }

    .color .carcard:before {
        top: -10px;
        left: -10px;
        width: 20px;
        height: 20px;
    }
}

.color-img {
    width: 90%;
    max-width: 120px;
    height: 120px;
    margin: 0 auto 24px;
}

.color-img.-white {
    background: #fff;
}

.color-img.-white .color-img-bottom {
    mix-blend-mode: normal;
}

.color-img.-silver {
    background: #b2b7b8;
}

.color-img.-gray {
    background: #43494b;
}

.color-img.-black {
    background: #373f3f;
}

.color-img.-red {
    background: #d20303;
}

.color-img.-yellow {
    background: #fecf01;
}

@media screen and (max-width: 750px) {
    .color-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
        margin-right: 18px;
        min-width: 60px;
        width: 60px;
        height: 60px;
    }
}

.color-name {
    font-size: 1.3rem;
    margin-bottom: 5px;
    letter-spacing: -1px;
    line-height: 1.2;
    text-align: left;
}

.color-name .color-code {
    letter-spacing: 0;
    margin-left: 5px;
}

@media screen and (max-width: 750px) {
    .color-name {
        font-size: 1.4rem;
        text-align: left;
        margin-bottom: 12px;
    }
}

.color-code {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
    .color-code {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
}

.color-price {
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.c-plus {
    margin: 0 2px;
}

@media screen and (max-width: 750px) {
    .color-price {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 750px) {
    .color-price-span {
        font-size: 1rem;
    }
}

.color .progressbar {
    -webkit-transform: translateX(calc(1920px / 12 / 2 * (-7)));
    transform: translateX(calc(1920px / 12 / 2 * (-7)));
}

@media screen and (max-width: 750px) {
    .color .progressbar {
        -webkit-transform: translateX(calc(1920px / 12 / 2 * (-7) * 1.75));
        transform: translateX(calc(1920px / 12 / 2 * (-7) * 1.75));
    }
}

.color .tab-contents {
    padding: 35px 0;
    margin: 0 auto;
    border: none;
}

@media screen and (max-width: 750px) {
    .color .tab-contents {
        margin: 0 20px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.color .carcard-wrap {
    margin: 0 -10px;
}

.color .carcard-wrap-wrap {
    height: 350px;
}

@media screen and (max-width: 750px) {
    .color-text-under {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 750px) {
    .color-text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media screen and (max-width: 750px) {
    .color .carcard-circle {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 12px;
        position: absolute;
        left: 10px;
    }
}

.color-img-bottom {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0% 80%, 100% 20%, 100% 100%, 0 100%);
    clip-path: polygon(0% 80%, 100% 20%, 100% 100%, 0 100%);
}

.aero .progressbar {
    -webkit-transform: translateX(calc(1920px / 12 / 2 * (-11)));
    transform: translateX(calc(1920px / 12 / 2 * (-11)));
}

@media screen and (max-width: 750px) {
    .aero .progressbar {
        -webkit-transform: translateX(calc(1920px / 12 / 2 * (-11) * 1.75));
        transform: translateX(calc(1920px / 12 / 2 * (-11) * 1.75));
    }
}

.aero .tab-contents {
    padding: 0 0 35px;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .aero .tab-contents {
        padding: 35px 0 0;
        padding-top: 10px;
        margin: 0;
    }
}

.aero .carcard-wrap {
    max-width: 100%;
    width: 1020px;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .aero .carcard-wrap {
        width: auto;
        margin: 0 18px;
    }
}

.color .carcard-wrap {
    max-width: 100%;
    width: 1020px;
    margin: 0 auto;
}

.grade .carcard-wrap {
    max-width: 100%;
    width: 1020px;
    margin: 0 auto;
}

.aero-img {
    margin: 0 auto 22px;
}

.slick-slide .aero-img {
    transform: translate(0, 0);
}

@media screen and (max-width: 750px) {
    .aero-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
        width: 100%;
    }
}

.aero-name {
    font-size: 1.3rem;
    margin-bottom: 10px;
    text-align: left;
}

@media screen and (max-width: 750px) {
    .aero-name {
        font-size: 1.4rem;
        margin-bottom: 12px;
        text-align: left;
    }
}

.aero .carcard-wrap-wrap {
    height: 300px;
}

.aero-price {
    font-size: 1.2rem;
    margin-bottom: 14px;
}

@media screen and (max-width: 750px) {
    .aero-price {
        margin-bottom: 0;
        font-size: 1.2rem;
        text-align: right;
    }
}

.aero .carcard {
    text-align: center;
    width: 148px;
    margin: 0 10px 25px;
    cursor: pointer;
    padding: 14px;
}

.aero .carcard:after {
    width: 35px;
    bottom: -15px;
}

.aero .carcard:before {
    width: 35px;
    top: -9px;
    left: -17px;
}

@media screen and (max-width: 750px) {
    .aero .carcard {
        width: 100%;
        padding: 18px 12px 18px 40px;
        margin: 0 0 12px;
    }

    .aero .carcard:before {
        top: -10px;
        left: -10px;
        width: 20px;
        height: 20px;
    }

    .aero .carcard:after {
        bottom: -10px;
        right: -10px;
        width: 20px;
        height: 20px;
    }
}

.aero .carcard.-first {
    margin-bottom: 32px;
}

@media screen and (max-width: 750px) {
    .aero .carcard.-first {
        margin-bottom: 16px;
    }
}

.default-border {
    width: 100%;
    height: 2px;
    background: #4d4d4d;
    margin-bottom: 33px;
}

.default-text {
    font-size: 2rem;
    text-align: center;
    color: #fff;
    margin: 0 auto 23px;
}

@media screen and (max-width: 750px) {
    .default-border {
        height: 1px;
        margin-bottom: 16px;
    }

    .default-text {
        font-size: 1rem;
        margin: 0 auto 12px;
    }
}

.aero .tab-nav {
}

@media screen and (max-width: 750px) {
    .aero .tab-nav {
        max-width: 100%;
        left: 0;
    }
}

.aero .tab .tab-nav .tab-nav__item {
    text-align: center;
    padding: 18px 0 18px 0;
    margin: 0 20px;
    width: 200px;
    font-size: 12px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aero .tab .tab-nav .tab-nav__item .carcard-circle {
    margin: 0 10px 0 0;
}


@media screen and (max-width: 750px) {
    .aero .carcard-circle {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 12px;
        position: absolute;
        left: 10px;
    }

    .aero .tab .tab-nav .tab-nav__item {
        margin: 0;
        padding: 10px 0 10px 0;
        width: 178px;
        white-space: nowrap;
    }

    .aero .tab .tab-nav .tab-nav__item .carcard-circle, .progressbar .carcard-circle {
        position: relative;
        left: 0;
        order: unset;
        margin: 0 5px 0 0;
    }
}

@media screen and (max-width: 750px) {
    .aero-text {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 18px;
    }
}

/* .aero .tab-nav-bar {
  left: 350px;
} */

@media screen and (max-width: 750px) {
    .aero .tab-nav-bar {
        left: 25px;
        display: none;
    }
}

.result-01 .progressbar {
    -webkit-transform: translateX(calc(1920px / 12 / 2 * (-17)));
    transform: translateX(calc(1920px / 12 / 2 * (-17)));
}

@media screen and (max-width: 750px) {
    .result-01 .progressbar {
        -webkit-transform: translateX(calc(1920px / 12 / 2 * (-17) * 1.75));
        transform: translateX(calc(1920px / 12 / 2 * (-17) * 1.75));
    }
}

.result-01 {
    background: transparent;
    height: initial;
    overflow: initial;
}

.gradation__body {
    background: black;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, black), to(#333333));
    background: linear-gradient(180deg, black 25%, #333333 100%);
    height: initial;
}

.gradation__body {
    height: initial;
    background: linear-gradient(180deg, black 450px, #333333 900px, #333333 100%);
}

@media all and (-ms-high-contrast: none) {
    .gradation__body {
        background: black;
    }
}

.result-form {
    padding-bottom: 100px;
    margin: 0 30px;
}

@media screen and (max-width: 750px) {
    .result-form {
        padding: 0 12px 50px;
        margin: 0 8px;
    }

    .gradation__body {
        height: initial;
        background: linear-gradient(180deg, black 400px, #333333 500px, #333333 100%);
    }
}

.result-table-01,
.result-table-02 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 1.4rem;
    font-weight: normal;
}

@media screen and (min-width: 751px) and (max-width: 940px) {
    .result-02 .result-td__tradein {
        padding-right: calc(32% + 60px);
    }
}

@media screen and (min-width: 941px) {
    .result-02 .result-td__tradein {
        padding-right: 350px;
    }
}

.result-table-02-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background: #404040;
    padding: 10px 30px;
    margin-bottom: 40px;
    display: none;
}

.result-01 .result-table-02-wrap .result-td.-head,
#modal-confirm-01 .result-table-02-wrap .result-td.-head {
    width: 240px;
}

@media screen and (max-width: 750px) {
    .result-table-02-wrap {
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .result-01 .result-table-02-wrap .result-td.-head,
    #modal-confirm-01 .result-table-02-wrap .result-td.-head {
        width: auto;
    }
}

.result-tr {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.result-tr.-head {
    border-bottom: 1px solid #fff;
}

.result-tr.-last {
    border: none;
}

.result-01 .result-td {
    height: 105px;
    padding: 20px 0;
    box-sizing: border-box;
}

.result-td.-head {
    width: 30%;
    font-size: 1.6rem;
}

.result-01 .result-td.-head {
    width: 290px;
}

@media screen and (max-width: 750px) {
    .result-td.-head {
        font-size: 1.6rem;
        width: 100%;
        padding: 25px 0 20px;
    }

    .result-td.-head {
        font-size: 1.6rem;
        width: 100%;
        padding: 25px 0 20px;
        height: auto;
    }

    .result-01 .result-td.-head {
        width: auto;
    }

    .result-02 .result-td.-head span {
        display: inline-block;
        /* margin-bottom: 20px; */
    }
}

.result-td.-small {
    padding: 15px 0;
    font-size: 1.2rem;
}

.result-td.-tar {
    text-align: right;
}

@media screen and (max-width: 750px) {
    .result-td {
        display: block;
        padding-top: 0;
        padding-bottom: 60px;
    }

    .result-01 .result-td:nth-of-type(1) {
        padding-top: 26px;
        padding-bottom: 20px;
    }

    .result-01 .result-td {
        box-sizing: border-box;
        padding-bottom: 28px;
        padding-top: 10px;
        height: auto;
    }
}

.-table02 {
    background: #212121;
    padding: 15px;
    border: solid 1px #808080;
    color: #fff;
    width: 100%;
}

.result-01 .-table02 {
    border: none;
    padding-top: 14px;
    padding-bottom: 14px;
}

.-table02.-textarea {
    height: 125px;
    max-width: 500px;
}

@media screen and (max-width: 750px) {
    .-table02 {
        font-size: 1.6rem;
        border-width: 2px;
        padding: 17px 20px;
    }

    .result-01 .-table02 {
        border: none;
        padding-top: 7px;
        padding-bottom: 7px;
        height: 50px;
        border: solid 2px #808080;
    }

    .-table02.-textarea {
        height: 124px;
    }
}

.result-p {
    margin-bottom: 9px;
}

.result-p.-sub {
    font-size: 1.2rem;
    color: #999;
    line-height: 1.5;
    position: relative;
    padding-left: 12px;
}

.result-p.-sub::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 750px) {
    .result-p.-sub {
        font-size: 1.1rem;
        padding-left: 10px;
        color: #fff;
    }
}

.btn-ditail-wrap {
    text-align: center;
}

.btn-ditail {
    background: #bd2424;
    width: 240px;
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    position: relative;
    font-size: 1.5rem;
}

.thanks .btn-ditail {
    font-weight: normal;
}

.form-1 .btn-ditail {
    max-width: 250px;
}

.result-01 .btn-ditail {
    height: 50px;
    line-height: 50px;
    padding: 0;
    max-width: 255px;
}

@media screen and (max-width: 750px) {
    .btn-ditail {
        font-size: 1.5rem;
        max-width: 254px;
        padding: 18px 0;
    }

    .result-01 .btn-ditail {
        height: 50px;
        line-height: 50px;
        width: 80%;
        max-width: 250px;
    }

    .result-02 .btn-ditail {
        width: 510px;
    }
}

.btn-ditail.-white {
    background: #fff;
    color: #000;
    margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
    .btn-ditail.-white {
        margin-bottom: 40px;
    }

    .form-1 .btn-ditail.-white {
        margin-bottom: 20px;
        width: 250px;
        min-width: 250px;
    }

    .result-02 .btn-ditail.-white {
        margin-bottom: 20px;
        width: 255px;
    }
}

.btn-ditail-arrow {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.result-01 .btn-ditail-arrow {
    top: 20px;
}

@media screen and (max-width: 750px) {
    .btn-ditail-arrow {
        width: 10px;
        height: 10px;
        right: 20px;
        top: 20px;
        border-width: 1px;
    }

    .result-01 .btn-ditail-arrow {
        top: 20px;
    }
}

.btn-ditail-arrow.-white {
    border-color: #000;
}

.redult-select {
    max-width: 230px;
    width: 100%;
    background-color: #212121;
    border: 1px solid #4d4d4d;
    color: #fff;
    padding: 15px;
    outline: none;
    color: #999;
}

select:invalid {
    opacity: 0.6;
}

@media screen and (max-width: 750px) {
    .redult-select {
        max-width: initial;
        font-size: 1.6rem;
        padding: 16px 20px;
        border-width: 2px;
        border-radius: 0;
    }
}

.radio {
    margin: 0.5rem;
    display: inline-block;
}

.radio.-cash {
    margin-left: -30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.radio.-cash:nth-of-type(2),
.radio.-cash:nth-of-type(3) {
    margin-bottom: 0;
}

.radio.-no1 {
    margin-right: 40px;
}

.result-01 .radio.-no1 {
    margin-left: -22px;
}

.form-1 .radio.-no1 {
    margin-left: -22px;
}

.result-01 .radio.-no2 {
    margin: 0;
    margin-left: -30px;
}

.form-1 .radio.-no2 {
    margin: 0;
    margin-left: -22px;
    margin-right: 22px;
}

@media screen and (max-width: 750px) {
    .result-01 .radio.-no1 {
        margin-left: -22px;
    }

    .result-01 .radio.-no2 {
        margin: 0;
    }

    .radio.-cash {
        margin-bottom: 10px;
        margin-left: -15px;
        margin-right: 15px;
    }

    .radio.-cash:nth-of-type(1) {
        margin-top: 15px;
    }

    .radio.-cash:nth-of-type(2) {
        margin-bottom: 10px;
    }
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"] + .radio-label {
    cursor: pointer;
}

.radio input[type="radio"] + .radio-label,
.radio02 input[type="radio"] + .radio-label {
    position: relative;
    margin-right: 1em;
    display: inline-block;
    background-image: url("../img/input-nocheck.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center left;
    padding-left: 25px;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
}

.radio input[type="radio"]:checked + .radio-label,
.radio02 input[type="radio"]:checked + .radio-label {
    background-image: url("../img/input-check.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center left;
}

/* .radio input[type='radio'] + .radio-label:before {
  content: '';
  background: #000;
  border-radius: 100%;
  border: 2px solid #bfbfbf;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
} */

/* .result-01 .radio input[type='radio'] + .radio-label:before {
  top: 1px;
} */

.form-1 .radio input[type="radio"] + .radio-label:before {
    width: 20px;
    height: 20px;
    top: 0;
}

@media screen and (max-width: 750px) {
    .form-1 .radio input[type="radio"] + .radio-label:before {
        width: 30px;
        height: 30px;
        top: 0;
    }

    .result-01 .radio input[type="radio"] + .radio-label:before {
        width: 40px;
        height: 40px;
        top: 0;
        border-width: 4px;
    }

    .radio.-no1 {
        margin-right: 20px;
        margin-left: -25px;
    }

    .radio input[type="radio"] + .radio-label,
    .radio02 input[type="radio"] + .radio-label {
        position: relative;
        margin-right: 0.5em;
        display: inline-block;
        background-image: url(../img/input-nocheck.png);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center left;
        padding-left: 26px;
        white-space: nowrap;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 16px;
    }

    .radio input[type="radio"]:checked + .radio-label,
    .radio02 input[type="radio"]:checked + .radio-label {
        background-image: url("../img/input-check.png");
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center left;
    }
}

.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 5px #000;
    box-shadow: inset 0 0 0 5px #000;
}

@media screen and (max-width: 750px) {
    .radio input[type="radio"]:checked + .radio-label:before {
        -webkit-box-shadow: inset 0 0 0 13px #000;
        box-shadow: inset 0 0 0 13px #000;
    }
}

.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
}

.radio input[type="radio"]:disabled + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 5px #000;
    box-shadow: inset 0 0 0 5px #000;
    background: black;
}

@media screen and (max-width: 750px) {
    .radio input[type="radio"]:disabled + .radio-label:before {
        -webkit-box-shadow: inset 0 0 0 13px #000;
        box-shadow: inset 0 0 0 13px #000;
    }
}

.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.radio02 {
    margin: 0.5rem;
    display: inline-block;
}

.radio02.-no1 {
    margin-right: 40px;
}

.result-01 .radio02.-no1 {
    margin-left: -22px;
}

.result-01 .radio02.-no2 {
    margin: 0;
    margin-left: -30px;
}

.radio02 input[type="radio"] {
    opacity: 0;
}

.radio02 input[type="radio"] + .radio-label {
    cursor: pointer;
}

/* .radio02 input[type='radio'] + .radio-label:before {
  content: '';
  background: #404040;
  border-radius: 100%;
  border: 2px solid #bfbfbf;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio02 input[type='radio']:checked + .radio-label:before {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 5px #404040;
          box-shadow: inset 0 0 0 5px #404040;
} */

@media screen and (max-width: 750px) {
    /* .radio02 input[type='radio']:checked + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 13px #404040;
            box-shadow: inset 0 0 0 13px #404040;
  } */
}

.radio02 input[type="radio"]:focus + .radio-label:before {
    outline: none;
}

.radio02 input[type="radio"]:disabled + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 5px #404040;
    box-shadow: inset 0 0 0 5px #404040;
    background: black;
}

@media screen and (max-width: 750px) {
    .radio02 input[type="radio"]:disabled + .radio-label:before {
        -webkit-box-shadow: inset 0 0 0 13px #404040;
        box-shadow: inset 0 0 0 13px #404040;
    }
}

.radio02 input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.result-01 .radio02 input[type="radio"] + .radio-label:before {
    top: 1px;
}

.tooltip2 {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.tooltip2 p {
    margin: 0;
    padding: 0;
}

.description2 {
    display: none;
    position: absolute;
    padding: 28px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    background: #303030;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    width: 400px;
}

@media screen and (max-width: 750px) {
    .description2 {
        font-size: 1.2rem;
        width: 275px;
        padding: 37px 40px;
    }
}

.description2:before {
    content: url(../img/triangle.png);
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 750px) {
    .description2:before {
        bottom: -18px;
        top: auto;
        right: 44%;
        margin-left: 0px;
    }
}

.tooltip2.-active .description2 {
    display: inline-block;
    top: -170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .tooltip2.-active .description2 {
        top: -150px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 15px 20px;
        box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    }
}

.tooltip2-p {
    background: #404040;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    border: 1px solid #fff;
}

.tooltip2-p:hover {
    background: #fff;
    color: #404040;
}

@media screen and (max-width: 750px) {
    .tooltip2-p {
        width: 52px;
        height: 52px;
        line-height: 52px;
    }

    .result-01 .tooltip2-p {
        width: 20px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
    }
}

@media screen and (max-width: 750px) {
    .radio-label {
        font-size: 1.6rem;
    }
}

select {
    position: relative;
    padding: 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-wrap {
    position: relative;
    max-width: 230px;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .select-wrap {
        max-width: 100%;
    }
}

.select-wrap:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 20px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
}

@media screen and (max-width: 750px) {
    .select-wrap:after {
        width: 10px;
        height: 10px;
        border-width: 2px;
        right: 20px;
        top: 22px;
    }
}

.result-01 header {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .result-01 header {
        height: 320px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 751px) {
    /* .result-01 .progressbar {
    bottom: -60px;
  } */
    .result-01 .modelwrap {
        overflow: initial;
    }

    /* .result-01 .progressbar-border {
    bottom: -79px;
  } */
}

.result-01 .modelwrap-img {
    height: 100%;
}

@media screen and (max-width: 750px) {
    .result-01 .modelwrap-img {
        height: 100%;
        max-height: 650px;
    }

    .model .modelwrap-img {
        /*height: 500px;*/
    }
}

.result-01 .model-gradient-bottom {
    height: 100%;
}

@media screen and (max-width: 750px) {
    .result-01 .model-gradient-bottom {
        height: 50vh;
        background: linear-gradient(transparent, black 100%);
    }
}

.result-01 .progressbar {
    width: 800px;
}

@media screen and (max-width: 750px) {
    .result-01 .progressbar {
        width: 100%;
    }
}

.result-01 .kv-sp-wrap {
    position: initial;
}

.result-02 .progressbar {
    -webkit-transform: translateX(calc(1920px / 12 / 2 * (-19)));
    transform: translateX(calc(1920px / 12 / 2 * (-19)));
}

@media screen and (max-width: 750px) {
    .result-02 .progressbar {
        -webkit-transform: translateX(calc(1920px / 12 / 2 * (-19) * 1.75));
        transform: translateX(calc(1920px / 12 / 2 * (-19) * 1.75));
    }
}

.result-02 .result-table-01 {
    max-width: 940px;
}

.result-02 {
    background: transparent;
    height: initial;
    overflow: initial;
}

.table-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 940px;
    margin: 0 auto 40px;
}

@media screen and (max-width: 750px) {
    .table-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto 20px;
    }
}

.table-wrap-left {
    width: 68%;
    margin-right: 60px;
}

@media screen and (max-width: 750px) {
    .table-wrap-left {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .result-02 .table-wrap-left .result-td.-head,
    .result-02 .table-wrap-right .result-td.-head {
        width: 100%;
        padding-bottom: 15px;
        position: relative;
    }

    #modal-confirm-01 .table-wrap-left .result-td.-head,
    #modal-confirm-01 .table-wrap-right .result-td.-head {
        width: 100%;
        padding-bottom: 8px;
        position: relative;
        padding-top: 60px;
    }
}

@media screen and (max-width: 750px) {
    .result-02 .table-wrap-left .result-td,
    .result-02 .table-wrap-right .result-td {
        padding-left: 0;
        width: 100%;
        display: block;
        /* height: 112px; */
        box-sizing: border-box;
        padding-top: 25px;
        height: auto;
    }

    .result-02 .table-wrap-left .result-td.--sp,
    .result-02 .table-wrap-right .result-td.--sp {
        padding-left: 0;
        width: 100%;
        display: table-cell;
        height: 75px;
        padding: 0;
    }

    .result-02 .table-wrap-left .result-td.--sp.--head,
    .result-02 .table-wrap-right .result-td.--sp {
        padding-left: 0;
        width: 100%;
        display: table-cell;
        height: 88px;
        padding: 0;
        position: relative;
    }

    .result-02 .table-wrap-left .result-td.--sp.--head span {
        display: inline-block;
        margin-top: 55px;
    }

    .result-02 .table-wrap-left .result-td.--td-sp {
        display: inline-block;
        margin-top: 110px;
    }

    #modal-confirm-01 .table-wrap-left .result-td,
    #modal-confirm-01 .table-wrap-right .result-td {
        padding-left: 0;
        width: 100%;
        display: block;
        /* height: 112px; */
        box-sizing: border-box;
        padding-top: 25px;
        height: auto;
    }

    #modal-confirm-01 .table-wrap-left .result-td.--sp,
    #modal-confirm-01 .table-wrap-right .result-td.--sp {
        padding-left: 0;
        width: 100%;
        display: table-cell;
        height: 150px;
        padding: 0;
    }

    #modal-confirm-01 .table-wrap-left .result-td.--sp.--head,
    #modal-confirm-01 .table-wrap-right .result-td.--sp {
        padding-left: 0;
        width: 100%;
        display: table-cell;
        height: 175px;
        padding: 0;
        position: relative;
    }

    #modal-confirm-01 .table-wrap-left .result-td.--sp.--head span {
        display: inline-block;
        margin-top: 110px;
    }

    #modal-confirm-01 .table-wrap-left .result-td.--td-sp {
        display: inline-block;
        margin-top: 110px;
    }
}

@media screen and (max-width: 750px) {
    .color-img-sumnail-span {
        font-size: 1.6rem;
    }
}

.table-wrap-right {
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 750px) {
    .table-wrap-right {
        width: 100%;
    }
}

.table-wrap .result-td.-head {
    padding-top: 56px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .table-wrap .result-td.-head {
        padding-top: 58px;
    }
}

.backlink,
.detaillink {
    background: #5c5c5c;
    padding: 5px 10px;
    font-size: 1.1rem;
}

.result-02 .backlink,
.result-02 .datalink,
.form-2 .backlink,
.form-2 .datalink {
    padding: 0;
    width: 90px;
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
    padding-left: 20px;
    position: relative;
}

.result-02 .backlink::before,
.result-02 .datalink::before,
.form-2 .backlink::before,
.form-2 .datalink::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    transform: rotate(-135deg);
}

@media screen and (max-width: 750px) {
    .backlink,
    .detaillink {
        font-size: 1.1rem;
        padding: 5px 10px;
    }

    .result-02 .backlink::before,
    .result-02 .datalink::before,
    .form-2 .backlink::before,
    .form-2 .datalink::before {
        content: "";
        position: absolute;
        top: 7px;
        left: 10px;
        width: 6px;
        height: 6px;
        border-top: 1px solid rgb(255, 255, 255);
        border-right: 1px solid rgb(255, 255, 255);
        transform: rotate(-135deg);
    }
}

.detaillink {
    margin-left: 3px;
    float: right;
}

@media screen and (max-width: 750px) {
    .detaillink {
        margin-left: 35px;
    }

    .form-2 .detaillink {
        float: none;
    }
}

.result-02 .result-tr.-head {
    position: relative;
}

.result-02 .result-td {
    font-size: 1.6rem;
    line-height: 1.2;
}

.result-02 .result-td {
    height: 80px;
    font-size: 1.6rem;
    line-height: 1.2;
}

.result-02 .table-wrap-right .result-td {
    height: 55px;
    padding: 0;
}

.result-02 .table-wrap-right .result-td.-small {
    height: 73px;
    padding: 0;
}

@media screen and (max-width: 750px) {
    .result-02 .table-wrap-right .result-td.-small {
        height: 36px;
        padding: 0;
    }
}

.result-02 .result-td.-small {
    font-size: 1.4rem;
}

.result-02 .result-td.--last {
    height: auto;
    padding: 0;
    padding-top: 15px;
}

.result-02 .result-td.--last01 {
    height: auto;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 25px;
}

#modal-confirm-01 .result-tr.-head {
    position: relative;
}

#modal-confirm-01 .result-td {
    font-size: 1.6rem;
    line-height: 1.2;
}

#modal-confirm-01 .result-td {
    height: 80px;
    font-size: 1.6rem;
    line-height: 1.2;
}

#modal-confirm-01 .table-wrap-right .result-td {
    height: 55px;
    padding: 0;
}

#modal-confirm-01 .table-wrap-right .result-td.-small {
    height: 73px;
    padding: 0;
}

#modal-confirm-01 .result-td.-small {
    font-size: 1.4rem;
}

#modal-confirm-01 .result-td.--last {
    height: auto;
    padding: 0;
    padding-top: 15px;
}

#modal-confirm-01 .result-td.--last01 {
    height: auto;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 25px;
}

@media screen and (max-width: 750px) {
    .result-02 .result-td.-small {
        font-size: 1.6rem;
        padding-top: 0;
        padding-bottom: 25px;
        padding-right: 20px;
    }

    .result-02 .result-td.-sp-tar {
        padding-top: 15px;
    }

    .result-02 .table-wrap-right .result-td.-small.sumprice {
        height: 72px;
        padding: 0;
    }

    #modal-confirm-01 .result-td.-small {
        font-size: 1.6rem;
        padding-top: 0;
        padding-bottom: 25px;
        padding-right: 20px;
    }

    #modal-confirm-01 .result-td.-sp-tar {
        padding-top: 30px;
    }

    #modal-confirm-01 .table-wrap-right .result-td.-small.sumprice {
        height: 145px;
        padding: 0;
    }
}

@media screen and (max-width: 750px) {
    .result-02 .result-td.-head {
        width: 30%;
        padding-left: 0;
    }

    #modal-confirm-01 .result-td.-head {
        width: 30%;
        padding-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .result-02 .result-td {
        font-size: 1.6rem;
        width: 70%;
        display: table-cell;
        padding: 0;
        padding-left: 35px;
        height: 75px;
        vertical-align: middle;
    }

    #modal-confirm-01 .result-td {
        font-size: 1.6rem;
        width: 70%;
        display: table-cell;
        padding: 0;
        padding-left: 35px;
        height: 75px;
        vertical-align: middle;
    }
}

@media screen and (max-width: 750px) {
    .result-02 .result-td.--pb0 {
        padding-bottom: 0;
    }

    #modal-confirm-01 .result-td.--pb0 {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 750px) {
    .result-02 .result-td.--none {
        padding: 10px 0;
    }

    #modal-confirm-01 .result-td.--none {
        padding: 22px 0;
    }
}

@media screen and (max-width: 750px) {
    .result-02 .table-wrap-right .result-td {
        /* padding: 40px 0; */
        font-size: 1.4rem;
        height: 55px;
        display: table-cell;
        padding: 0;
    }

    #modal-confirm-01 .table-wrap-right .result-td {
        /* padding: 40px 0; */
        font-size: 2.8rem;
        height: 110px;
        display: table-cell;
        padding: 0;
    }
}

.color-img-sumnail {
    width: 40px;
    height: 40px;
    margin-right: 14px;
}

.color-img-sumnail .color-img {
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .color-img-sumnail {
        width: 60px;
        height: 60px;
        margin-right: 14px;
        position: relative;
    }
}

.no-img-sumnail {
    width: 40px;
    height: 40px;
    background-color: #677173;
    margin-right: 14px;
}

@media screen and (max-width: 750px) {
    .no-img-sumnail {
        width: 60px;
        height: 60px;
        margin-right: 14px;
    }
}

.leather-seat-img-sumnail {
    width: 40px;
    height: 40px;
    margin-right: 14px;
}

@media screen and (max-width: 750px) {
    .leather-seat-img-sumnail {
        width: 60px;
        height: 60px;
        margin-right: 14px;
    }
}

.wheel-img-sumnail {
    width: 40px;
    height: 40px;
    margin-right: 14px;
}

@media screen and (max-width: 750px) {
    .wheel-img-sumnail {
        width: 60px;
        height: 60px;
        margin-right: 14px;
    }
}

.color-img-sumnail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.no-img-sumnail-subtext {
    font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
    .no-img-sumnail-subtext {
        font-size: 1.2rem;
    }

    .color-img-sumnail-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .color-img-sumnail-wrap.--sp {
        height: 60px;
    }

    .color-img-sumnail-wrap.--etc {
        height: 60px;
        line-height: 60px;
    }
}

.etc-box {
    background: #262626;
    padding: 20px;
}

@media screen and (max-width: 750px) {
    .etc-box {
        position: relative;
        padding: 15px;
        padding-top: 45px;
        margin-bottom: 55px;
    }
}

.etc-box-r1 {
    margin-bottom: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .etc-box-r1 .backlink {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 90px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
        padding: 0;
        padding-left: 25px;
    }
}

@media screen and (max-width: 750px) {
    .etc-box-r1 {
        margin-bottom: 15px;
    }
}

.table-wrap-right .result-td {
    font-size: 1.4rem;
    padding: 20px 0;
}

@media screen and (max-width: 750px) {
    .table-wrap-right .result-td {
        font-size: 2.8rem;
        width: 50% !important;
        display: inline-block;
    }
}

.table-wrap-right .result-td.-head {
    height: 75px;
    font-size: 1.6rem;
}

.result-02 .table-wrap-right .result-td.-head {
    height: 80px;
    padding-top: 45px;
}

@media screen and (max-width: 750px) {
    .table-wrap-right .result-td.-head {
        font-size: 1.6rem;
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .result-02 .table-wrap-right .result-td.-head.--cost {
        height: auto;
    }
}

.sumprice {
    font-size: 1.8rem !important;
}

@media screen and (max-width: 750px) {
    .sumprice {
        font-size: 1.4rem !important;
    }
}

.result-02 .result-02-yen {
    font-size: 1.4rem !important;
    display: inline-block;
    margin-right: 2px;
}

.result-02-plus {
    display: inline-block;
    margin: 0 2px 0 0;
}

@media screen and (max-width: 750px) {
    .result-02 .result-02-yen {
        font-size: 1.4rem !important;
    }
}

.result-02-tax {
    font-size: 1.2rem !important;
}

@media screen and (max-width: 750px) {
    .result-02-tax {
        font-size: 1.2rem !important;
    }
}

.attention {
    margin-top: 20px;
    font-size: 1.2rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
    color: #b3b3b3;
}

.result-02 .attention {
    text-indent: 0;
    padding-left: 12px;
    position: relative;
}

.result-02 .attention::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 750px) {
    .attention {
        font-size: 1.3rem;
        margin-bottom: 55px;
        line-height: 2;
        color: #fff;
    }

    .result-02 .attention::before {
        content: "※";
        position: static;
        top: 0;
        left: 0;
    }
}

.sumbox {
    background: #404040;
    padding: 20px;
    width: 290px;
    box-sizing: border-box;
}

@media screen and (max-width: 750px) {
    .sumbox {
        width: 100%;
        padding: 20px;
    }
}

@media screen and (max-width: 750px) {
    .sumbox .sumprice {
        font-size: 1.8rem !important;
    }
}

.result-02 .result-form {
    padding: 0 32px 100px;
}

@media screen and (max-width: 750px) {
    .result-02 .result-form {
        padding: 0 8px 50px;
    }

    .result-01 .result-form {
        padding-bottom: 0;
        margin-bottom: 70px;
    }
}

.upper-box {
    width: 100%;
}

.sumbox-title {
    font-size: 1.6rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 23px;
    padding-bottom: 8px;
}

@media screen and (max-width: 750px) {
    .sumbox-title {
        font-size: 1.6rem;
        margin-bottom: 24px;
        padding-bottom: 10px;
    }
}

.sumbox-intitle {
    font-size: 1.4rem;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

@media screen and (max-width: 750px) {
    .sumbox-intitle {
        font-size: 1.4rem;
        padding-bottom: 10px;
        margin-bottom: 8px;
    }
}

.sumbox-inPrice {
    text-align: right;
    margin-bottom: 20px;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 20px;
}

@media screen and (max-width: 750px) {
    .sumbox-inPrice {
        font-size: 1.6rem;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 750px) {
    .sumbox-sum-title {
        font-size: 1.6rem;
    }
}

.sumbox-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 28px;
    border-bottom: 1px solid #4d4d4d;
}

.center-text {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .center-text {
        font-size: 1.5rem;
        text-align: left;
    }

    .sumbox-sum {
        padding-bottom: 25px;
    }
}

.br-sp {
    display: none;
}

.center-text-sub {
    font-size: 1.2rem;
    text-align: center;
    color: #999;
    line-height: 2;
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .center-text-sub {
        color: #fff;
        font-size: 1.3rem;
        text-align: left;
        margin-bottom: 42px;
    }

    .br-sp {
        display: block;
    }
}

.result-02 .modal-wrapper .modal-window {
    background: url(../img/base-result.png);
    height: 330px;
}

@media screen and (min-width: 751px) {
    @media screen and (max-height: 1000px) {
        .modal-wrapper {
            z-index: 1000;
            position: fixed;
            /* top: auto; */
            /* height: 58vh; */
            overflow-y: scroll;
            right: 0;
            /* bottom: 0; */
            left: 0;
            padding: 40px 10px;
            text-align: center;
        }

    }
}

@media screen and (max-width: 750px) {
    .result-02 .modal-wrapper .modal-window {
        background: url(../img/base-result-sp.png);
        height: 480px;
    }
}

@media screen and (max-width: 750px) {
    .result-02 .modal-content-h3 {
        font-size: 1.4rem;
        line-height: 1.7;
        margin-bottom: 38px;
    }
}

.result-02 header {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .result-02 header {
        height: 320px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 751px) {
    .result-02 .progressbar {
        /* bottom: -60px; */
    }

    .result-02 .modelwrap {
        overflow: initial;
    }

    .result-02 .progressbar-border {
        /* bottom: -79px; */
    }
}

.special-table {
    width: 100%;
}

.backlink.--special {
    position: absolute;
    top: 50px;
    right: 0;
}

@media screen and (max-width: 750px) {
    .backlink.--special {
        position: initial;
    }

    .result-02 .backlink.--special {
        position: absolute;
        width: 90px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
        padding: 0;
        padding-left: 20px;
        top: 62px;
    }

    #modal-confirm-01 .backlink.--special {
        position: absolute;
        width: 90px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
        padding: 0;
        padding-left: 20px;
        top: 60px;
    }
}

.result-02 .modelwrap-img {
    height: 100%;
}

#modal-confirm-01 .modelwrap-img {
    height: 100%;
}

@media screen and (max-width: 750px) {
    .result-02 .modelwrap-img {
        height: 100%;
        max-height: 650px;
    }

    #modal-confirm-01 .modelwrap-img {
        height: 100%;
        max-height: 650px;
    }
}

#modal-confirm-01 .model-gradient-bottom {
    height: 100%;
}

.result-02 .model-gradient-bottom,
.result-01 .model-gradient-bottom {
    height: 100%;
}

@media screen and (max-width: 750px) {
    #modal-confirm-01 .model-gradient-bottom {
        height: 650px;
        background: linear-gradient(transparent 75%, black 100%);
    }

    .result-02 .model-gradient-bottom,
    .result-01 .model-gradient-bottom {
        height: 50vh;
        background: linear-gradient(transparent 75%, black 100%);
    }
}

@media screen and (min-width: 751px) {
    @media screen and (min-height: 640px) and (max-height: 1000px) {
        .model .carcard {
            max-height: 419px;
            height: 38vh;
            flex-flow: column;
            justify-content: space-around;
            padding: 4vh 26px 3vh;
            align-items: center;
        }

        .model .carcard-img {
            height: 10vh;
        }

        .model .carcard-text {
            margin-top: 3vh;
            height: 13vh;
            display: flex;
            justify-content: space-around;
            flex-flow: column;
            align-items: center;
        }

        .model .carcard-maker {
            margin-bottom: 0;
            font-size: 1.4rem;
            font-weight: bold;
        }

        .model {
            font-size: 2.4rem;
            font-weight: 300;
            margin-bottom: 0;
        }

        .model .carcard-name {
            font-size: 1.4rem;
            margin-bottom: 0;
        }

        .model .carcard-price {
            font-size: 1.2rem;
            margin-bottom: 0;
        }

        .model .carcard .carcard-circle {
            transform: scale(0.7);
        }
    }
}

.result-02 .progressbar {
    width: 800px;
}

@media screen and (max-width: 750px) {
    .result-02 .progressbar {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .model .carcard-price {
        font-size: 1rem;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 750px) {
    .model .carcard-price {
        font-size: 1rem;
        margin-bottom: 0;
    }
}

.result-02 .kv-sp-wrap {
    position: initial;
}

footer {
    padding: 0 30px;
}

.footer-inner {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 0px;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: none;
        /*padding-bottom: 0;*/
        padding-top: 10px;
        margin-bottom: 50px;
    }

    footer {
        padding: 0 15px;
        padding-bottom: 20px;
    }
}

.footer-inner-left {
    font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
    .footer-inner-left {
        font-size: 1rem;
        margin-bottom: 12px;
        width: 96%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer-inner-link1 {
    margin-right: 25px;
}

@media screen and (max-width: 750px) {
    .footer-inner-link1 {
        margin-right: 15px;
    }
}

@media screen and (max-width: 750px) {
    .footer-inner-link1,
    .footer-inner-link2 {
        padding: 15px 0;
        border: 1px solid #fff;
        width: 50%;
        text-align: center;
    }
}

.footer-inner-right {
    font-size: 1rem;
    padding-top: 40px;
    /*background: url(/assets/img/logo.png) left top no-repeat;*/
    background-size: 70%;
}

@media screen and (max-width: 750px) {
    .footer-inner-right {
        font-size: 0.8rem;
    }
}

/*# sourceMappingURL=custom.css.map */

.slick-slider {
    margin: 0 !important;
    max-width: 100% !important;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

.slick-slide img {
    transform: translateY(-50px);
    height: auto;
}

.modelwrap-img .slider button {
    width: 20px;
    height: 0;
    padding-top: 20px;
    background: url(../img/arrow-right.png) no-repeat center;
    overflow: hidden;
    border: none;
    display: block;
    position: absolute;
    top: 23vh;
    right: 100px;
}

.modelwrap-img .slick-prev {
    display: block !important;
    background: url(../img/arrow-left.png) no-repeat center !important;
    top: 24vh !important;
    left: 75px;
}

@media screen and (min-height: 1000px) {
    .modelwrap-img .slider button {
        top: 200px;
        right: 0;
    }

    .modelwrap-img .slick-prev {
        top: 200px !important;
        left: 0;
    }
}

@media screen and (max-width: 750px) {
    #previous {
        position: absolute;
        top: 250px;
        left: 50px;
        /* -webkit-transform: translateY(-50%);
            transform: translateY(-50%); */
        z-index: 1;
    }

    #next {
        position: absolute;
        top: 250px;
        right: 50px;
        /* -webkit-transform: translateY(-50%);
            transform: translateY(-50%); */
        z-index: 1;
    }

    .modelwrap-img .slider button {
        background-size: 8px !important;
        top: 17%;
        right: 17px;
        display: block;
        z-index: 100 !important;
        position: fixed;
        width: 10px;
        transform: none;
    }

    .modelwrap-img .slick-prev {
        background-size: 8px !important;
        top: 17% !important;
        left: 17px;
        display: block;
        z-index: 1000 !important;
        position: fixed;
    }
}

@media screen and (max-width: 750px) {
    .slick-slide img {
        transform: translateY(0);
    }
}

.footer-textbox {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
    .footer-textbox {
        margin-bottom: 0;
        font-size: 1rem;
    }
}

.thanks footer {
    z-index: 999;
}

#modal-confirm-01 .modal-content .table-wrap-left {
    width: 100%;
    margin: 0;
}

@media screen and (max-width: 320px) {
    .tab-nav-wrap::before {
        width: 100px;
    }

    .tab-nav-wrap::after {
        width: 100px;
    }

    .model .tab .tab-nav .tab-nav__item {
        min-width: 100px;
    }
}

.w-1200-center{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.break-word {
    word-break: break-all;
    white-space: normal;
}