@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    letter-spacing: 0.1em;
}

html {
    overflow: auto;
}

body {
//    overflow: hidden;
    min-width: 1250px;
    position: relative;
}

body,
table,
input,
textarea,
select,
option {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    color: #ffffff;
}

.robot {
    font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.sans {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.nowrap {
    white-space: nowrap;
}

a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p {
    font-size: 14px;
    line-height: 2;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.a-text-link {
    color: #231f20
}

.a-text-link:hover {
    color: #bf4342
}

.font-black {
    color: #000;
}

.ul-list li {
    list-style: disc;
    line-height: 1.5em;
    margin-left: 1em;
}

.rel {
    position: relative;
}

.v-center {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.flex.wrap {
    flex-wrap: wrap;
}

.flex.history_list {
    overflow-x: scroll;
    flex-wrap: nowrap;
}

.flex.history_list {
    scrollbar-width: thin;
    scrollbar-color: #000000 rgba(207, 207, 207, 0.17);
}

.flex.history_list:hover {
    scrollbar-color: #1a1a1a;
}

/*webkit用*/
.flex.history_list::-webkit-scrollbar {
    height: 10px;
}

/*webkit用トラック*/
.flex.history_list::-webkit-scrollbar-track {
    background-color: rgba(207, 207, 207, 0.17);
    border-radius: 100px;
}

/*webkit用バー*/
.flex.history_list::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 100px;
}

.flex.history_list::-webkit-scrollbar-thumb:hover {
    background-color: #1a1a1a;
}

.flex.jc-start {
    justify-content: flex-start;
}

.flex.justifycenter {
    justify-content: center;
}

.flex.flexcenter {
    align-items: center;
}

.flex.flexend {
    align-items: flex-end;
}

.flex.flexstart {
    align-items: flex-start;
}

.flex.reverse {
    flex-direction: row-reverse;
}

.pc_w15 {
    width: 15%;
}

.pc_w25 {
    width: 25%;
}

.pc_w30 {
    width: 30%;
}

.pc_w40 {
    width: 40%;
}

.pc_w45 {
    width: 45%;
}

.pc_w48 {
    width: 48%;
}

.pc_w50 {
    width: 50%;
}

.pc_w60 {
    width: 60%;
}

.pc_w65 {
    width: 65%;
}

.pc_w70 {
    width: 70%;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font14s {
    font-size: 14px !important;
}

.font18 {
    font-size: 18px;
}

.lh-01 {
    line-height: 1.2em
}

.ls-01 {
    letter-spacing: -1px;
}

.font-bd {
    font-weight: bold;
}

/* img */
.img-w80 {
    max-width: 80%;
    margin-left: 10%;
}

.img-w90 {
    max-width: 90%;
    margin-left: 5%;
}

/* width */
.mw-845 {
    max-width: 845px;
}

/* 画像回り込み */
.img-left {
    float: left;
}

.content_bm_bd {
    border-bottom: 3px solid #eeeeee;
}

.table-box {
    display: table;
}

.table-box .row {
    display: table-row;
}

.table-box .row>div {
    display: table-cell;
}

.table-style {
    color: #303131;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-style {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.table-style th,
.table-style td {
    font-weight: normal;
    padding: 0.5em;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.table-style th {
    background-color: #303131;
    color: #FFF;
}

.w900 {
    min-width: 900px;
}

.w940 {
    min-width: 940px;
}

.w900mx {
    max-width: 900px;
}

.trance {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shadow {
    //	-moz-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
    //	-ms-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
    //	-o-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
    //	-webkit-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
    //	filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 2%;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.chart-img-mt {
    margin-top: -115px
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.pt0 {
    padding-top: 0 !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.sp-mr {
    margin-right: 30px;
}

.f-10 {
    font-size: 10px;
}

.f-11 {
    font-size: 11px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
    font-weight: 450;
}

.f-16 {
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
    font-weight: 450;
}

.f-19 {
    font-size: 19px;
}

.f-20 {
    font-size: 20px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.f-reg {
    font-weight: 300;
}

.f-mid {
    font-weight: 450;
}

.f-bold {
    font-weight: 700;
}

.c-white {
    color: #ffffff !important;
}

.c-black {
    color: #000000;
}

.c-blue {
    color: #064383;
}

.c-suzuki {
    color: #007F79;
}

.c-eiko {
    color: #A50000;
}

.bg-black-opa {
    background: rgba(48, 49, 49, 0.7);
}

.txt-center {
    text-align: center;
}

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

.txt-left {
    text-align: left;
}

.blo-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.blo-right {
    display: table;
    margin-left: auto;
}

.icon120x90 {
    width: 120px !important;
    height: 90px !important;
}


.outer {
    margin: 0 auto;
    max-width: 1226px;
    width: 90%;
}

.inner {
    margin: 0 auto;
    max-width: 1080px;
    width: 90%;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transition: .5s;
}

.header.hide {
    transform: translateY(-100%);
}

.header.sc {
    background: rgba(0, 0, 0, 0.8);
}

.header.sc .logo .logo1,
.header.h-white .logo .logo1 {
    display: none;
}

.header.sc .logo .logo2,
.header.h-white .logo .logo2 {
    display: block;
}

.header.sc .nav-menu a,
.header.h-white .nav-menu a {
    color: #ffffff;
}

.header .header-flex {
    height: 80px;
}

.header .nav-menu li {
    font-size: 15px;
    width: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    position: relative;
}

.header .nav-menu li.aco span:after {
    content: "\f0d7";
    font-family: Fontawesome;
    margin-left: 5px;
}

.header .nav-menu li.aco.open span:after {
    content: "\f0d8";
}

.header .nav-menu li .off {
    opacity: 0;
    display: none;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    top: -2px;
}

.display-block {
    display: block !important;
}

.img-w120 {
    max-width: 120px;
}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    10% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    10% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    10% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.header .nav-menu li:last-child {
    margin-right: 0;
}

.header .nav-menu li .aco-menu {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 100%;
    transform: translate(-50%, 0);
    width: 420px;
}

.header .nav-menu li .aco-menu .flex {
    height: 100px;
}

.header .nav-menu li .aco-menu-in>a:not(:last-child) {
    margin-bottom: 20px;
}

.header .nav-menu li .aco-menu a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 420;
}

.header .nav-menu li .aco-menu a.wagen .fa {
    font-size: 35px;
    width: 56px;
    margin-right: 20px;
    text-align: center;
}

.header .nav-menu li .aco-menu a.audi .fa {
    font-size: 17px;
    margin-right: 20px;
    width: 56px;
}

.header .nav-menu li .aco-menu a.every .fa {
    font-size: 19px;
    margin-right: 20px;
    width: 56px;
}

.header .nav-menu li .aco-menu a.atoun .fa {
    font-size: 28px;
    margin-right: 20px;
    width: 56px;
}

.header .nav-menu li .aco-menu a.suzuki .fa {
    font-size: 35px;
    margin-right: 18px;
    width: 58px;
    text-align: center;
}

.header .nav-menu li .aco-menu a.carseven .fa {
    font-size: 25px;
    margin-right: 18px;
    width: 56px;
    text-align: center;
}

.header .nav-menu li .aco-menu a.northmoove .fa {
    font-size: 25px;
    margin-right: 20px;
    width: 56px;
}

.header .nav-menu li .aco-menu a.eiko-group .fa {
    font-size: 16.5px;
    margin-right: 20px;
    width: 65px;
}

.header .nav-menu li .aco-menu a.wellness .fa {
    font-size: 16.5px;
    margin-right: 20px;
    width: 65px;
}

.header .nav-menu li .aco-menu a.creative .fa {
    font-size: 17px;
    margin-right: 20px;
    width: 65px;
}

.header .nav-menu li .aco-menu h4 {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 20px;
}

.header .nav-menu li .aco-menu h4 a {
    color: #666666;
    font-size: 14px;
}

.header .nav-menu a {
    color: #000000;
    height: 100%;
    display: flex;
    align-items: center;
}

.suzuki-ct .header .nav-menu a {
    color: #FFFFFF;
}

.link-btn {
    background: #ffffff;
    height: 50px;
    width: 250px;
}

.link-btn.w360 {
    width: 360px;
}

.link-btn.btn-black {
    background: #303131;
}

.link-btn.btn-black a {
    color: #ffffff;
}

.link-btn:hover,
.link-btn.btn-black:hover {
    background: #bf4342;
}

.link-btn a {
    color: #000000;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.link-btn a:after {
    content: "\f067";
    font-family: Fontawesome;
    position: absolute;
    right: 20px;
    top: 18px;
    transition: .3s;
    transform: rotateZ(0deg);
}

.link-btn:hover a:after {
    transform: rotateZ(90deg);
}

.link-btn .ja,
.link-btn:hover .en,
.top .news-area .title a .ja,
.top .news-area .title a:hover .en,
footer .f-link .ja,
footer .f-link:hover .en,
.hover-change .ja,
.hover-change:hover .en {
    display: none;
}

.link-btn:hover .ja,
.top .news-area .title a:hover .ja,
footer .f-link:hover .ja,
.hover-change:hover .ja {
    display: inline;
}

.about-btn .link-btn {
    display: inline-block;
    width: 290px;
}

.pdf-btn {
    background: #231f20;
    font-size: 14px;
    height: 50px;
    width: 260px;
}

.pdf-btn:hover {
    background: #bf4342;
}

.pdf-btn a {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pdf-icon:after {
    content: "PDF";
    background: #ffffff;
    color: #231f20;
    position: absolute;
    font-size: 10px;
    right: 20px;
    top: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 1px 3px;
}

.pdf-icon:hover:after {
    color: #bf4342;
}

.overlay:before {
    content: "";
    background: rgba(48, 49, 49, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
}

.hover-shadow:hover {
    //	box-shadow: 0 0 40px rgba(191,67,66,0.3);
    outline: 4px solid #bf4342;
    outline-offset: -4px;
}

footer {
    background: #000000;
    padding: 60px 0 30px;
    position: relative;
}

footer .f-link {
    border: 2px solid #ffffff;
    font-size: 18px;
    height: 50px;
    letter-spacing: 0.05em;
    width: 294px;
    position: absolute;
    right: 0;
    bottom: -45px;
}

footer .f-link:hover {
    border: 2px solid #bf4342;
    background: #bf4342;
}

footer .f-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

footer .f-link:hover a {
    color: #231f20;
}

footer nav {
    width: 100%;
}

footer .nav-menu li {
    width: 24%;
}

footer .nav-menu li .child-menu {
    border-left: 1px solid #333333;
    height: calc(100% - 20px);
    margin-top: 10px;
    padding: 10px 15px;
}


footer .nav-menu li:last-child .child-menu {
    height: calc(100% - 50px);
}

footer .nav-menu li .child-menu a {
    font-size: 13px;
}

footer .nav-menu li .child-menu>div:not(:first-child),
footer .nav-menu li .find-menu>div:not(:first-child) {
    margin-top: 10px;
}

footer .nav-menu li .child-menu .find-menu>div {
    padding-left: 10px;
}

footer .nav-menu li>a,
footer .nav-menu li .child-menu .find-title {
    font-size: 15px;
    font-weight: 700;
    color: #666666;
    display: block;
    margin-bottom: 10px;
    pointer-events: none;
}

footer .nav-menu li:first-child {
    padding-left: 0;
}

footer .nav-menu li:last-child {
    border-right: none;
    padding-right: 0;
}

footer .f-menu li {
    font-size: 13px;
    font-weight: 400;
    margin-right: 20px;
}

footer .f-menu .copy {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
    opacity: 0.5;
}

footer .nav-menu li a:hover,
footer .f-menu li a:hover,
footer .nav-menu li .child-menu .find-title:hover {
    color: #bf4342;
}

footer .footer-add {
    font-size: 13px;
}

footer .footer-add .main-tit {
    font-size: 13px;
    font-weight: 700;
    color: #666666;
}

footer .footer-add .office-tit {
    font-weight: bold;
    font-size: 13px;
}

.num-list {
    counter-reset: item;
}

.sec-pd-top {
    padding-top: 80px;
}

.mv.no-img-mv {
    height: auto;
    min-height: auto;
    margin-top: 80px;
    padding-top: 60px;
}

.mv.no-img-mv .mv-txt-area {
    position: static;
}

.header .logo .logo2 {
    display: none;
}

.header .logo:hover {
    opacity: 0.6;
}

.page-top {
    position: absolute;
    color: #231f20;
    font-size: 50px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
}

footer .sns-link {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .f-menu li.sns-link a {
    color: #ffffff;
    font-size: 28px;
}

footer .f-menu li.sns-link:hover a {
    color: #bf4342;
}

@media all and (min-width: 768px) {

    .header .nav-menu li .aco-menu a:hover {
        color: #bf4342;
    }

    .header .nav-menu li a:hover .on,
    .header .nav-menu li.open a .on {
        display: none;
    }

    .header .nav-menu li a:hover .off,
    .header .nav-menu li.open a .off {
        display: block;
        opacity: 1;
        -webkit-animation: fade-in 0.5s;
        -moz-animation: fade-in 0.5s;
        animation: fade-in 0.5s;
    }

    .header .nav-menu li>a:hover:after,
    .header .nav-menu li.open>a:after {
        content: "";
        background: #231f20;
        height: 2px;
        width: 20px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 20px;
    }

    .header.sc .nav-menu li>a:hover:after,
    .header.sc .nav-menu li.open>a:after,
    .header.h-white .nav-menu li>a:hover:after,
    .header.h-white .nav-menu li.open>a:after {
        background: #ffffff;
    }

    .page-side-menu {
        position: fixed;
        top: 60%;
        left: 40px;
        color: #231f20;
        z-index: 10;
        transform: translate(0, -50%);
    }

    .page-side-menu ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-side-menu ul li {
        cursor: pointer;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.05em;
        margin-bottom: 60px;
        position: relative;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .page-side-menu ul li div:hover {
        color: #bf4342;
        font-weight: 700;
    }

    .page-side-menu ul li.now-view {
        font-weight: 700;
    }

    .page-side-menu ul li:after {
        content: "";
        border-right: 1px solid;
        height: 30px;
        display: block;
        position: absolute;
        left: 7px;
        top: -45px;
    }

    .page-side-menu ul li:last-child:after {
        display: none;
    }

    .recruit .page-side-menu ul li:after {
        height: 15px;
        top: -23px;
    }

    .recruit .page-side-menu ul li {
        margin-bottom: 30px;
    }

    .recruit .page-side-menu ul li:nth-child(2),
    .recruit .page-side-menu ul li:nth-child(3),
    .recruit .page-side-menu ul li:nth-child(4),
    .recruit .page-side-menu ul li:nth-child(5) {
        margin-bottom: 25px;
    }

    .recruit .page-side-menu ul li:nth-child(2):after,
    .recruit .page-side-menu ul li:nth-child(3):after,
    .recruit .page-side-menu ul li:nth-child(4):after,
    .recruit .page-side-menu ul li:nth-child(5):after {
        height: 10px;
        top: -18px;
    }

    .sp_only {
        display: none !important;
    }


}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px) {

    .header_wrap {
        background-size: cover !important;
        height: 0vw !important;
    }
}

    .pc {
        display: none;
    }

    .pc2 {
        display: none;
    }

    .sp {
        display: block;
    }

    .flex.history_list {
        flex-wrap: wrap;
        overflow-x: inherit;
    }

    .mt0_sp {
        margin-top: 0px !important;
    }

    .pc_w15,
    .pc_w25,
    .pc_w30,
    .pc_w45,
    .pc_w50 {
        width: inherit;
    }

    .sp_w30 {
        width: 30%;
    }

    .sp_w50 {
        width: 50%;
    }

    /* 画像回り込み */
    .img-left {
        float: inherit;
    }


    body {
        min-width: auto;
    }

    .link-btn.w360 {
        width: 280px;
        padding: 35px 0;
    }

    .link-btn.w360 a:after {
        top: 28px;
    }

    .sp-mt0 {
        margin-top: 0;
    }

    .sp-mt10 {
        margin-top: 10px;
    }

    .sp-mt15 {
        margin-top: 15px;
    }

    .sp-mt20 {
        margin-top: 20px;
    }

    .sp-mt30 {
        margin-top: 30px;
    }

    .sp-mt35 {
        margin-top: 35px;
    }

    .sp-mt40 {
        margin-top: 40px;
    }

    .sp-mt50 {
        margin-top: 50px;
    }

    .sp-mt60 {
        margin-top: 60px;
    }

    .sp-mt70 {
        margin-top: 70px;
    }

    .sp-mt80 {
        margin-top: 80px;
    }

    .sp-mt90 {
        margin-top: 90px;
    }

    .sp-mt100 {
        margin-top: 100px;
    }

    .sp-mt110 {
        margin-top: 110px;
    }

    .sp-mt120 {
        margin-top: 120px;
    }

    .sp-mt130 {
        margin-top: 130px;
    }

    .sp-f12 {
        font-size: 12px;
    }

    .sp-mr {
        margin-right: 0px;
    }

    .sp-pb0 {
        padding-bottom: 0 !important
    }

    .sp-pb10 {
        padding-bottom: 10px !important
    }

    .sp-pb20 {
        padding-bottom: 20px !important
    }

    .sp-pb30 {
        padding-bottom: 30px !important
    }

    .sp-pb40 {
        padding-bottom: 40px !important
    }

    .sp-pb50 {
        padding-bottom: 50px !important
    }

    .sp-pb60 {
        padding-bottom: 60px !important
    }

    .sp-pb70 {
        padding-bottom: 70px !important
    }

    .sp-pl0 {
        padding-left: 0px !important;
    }

    .ov-hidden {
        overflow: hidden;
    }

    .header .header-flex {
        height: 60px;
    }

    .header .logo {
        position: relative;
        width: 245px;
        z-index: 1;
    }

    .ov-hidden .header .logo .logo1 {
        display: none;
    }

    .ov-hidden .header .logo .logo2 {
        display: block;
    }

    .header .nav-menu li.aco .on:after {
        content: "\f0d7";
        font-family: Fontawesome;
        margin-left: 0;
        position: absolute;
        right: 15%;
        top: 0;
    }

    .header .nav-menu li.aco.sp-open span:after {
        content: "\f0d8";
    }

    .header .nav-menu li.aco span.on:after {
        display: none;
    }

    .header nav {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        background: rgba(48, 49, 49, 0.9);
        width: 100%;
        overflow: auto;
        padding-bottom: 100px;
    }

    .header .nav-menu li .off {
        display: inline;
        color: #ffffff;
        opacity: 1;
        font-size: 13px;
        margin-left: 20px;
    }

    .header nav .nav-menu {
        margin-top: 100px;
    }

    .header .nav-menu li {
        font-size: 18px;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }

    .header .nav-menu a {
        color: #ffffff;
        display: block;
        height: auto;
    }

    .header .nav-menu li .aco-menu {
        padding: 30px 0;
        position: static;
        transform: unset;
        width: 100%;
        margin-top: 20px;
    }

    .header .nav-menu li .aco-menu a {
        font-size: 16px;
        width: 100%;
        margin-bottom: 30px;
    }

    .header .nav-menu li.aco.sp-open .on:after {
        content: "\f0d8";
    }

    .header .nav-menu li .aco-menu a .fa {
        display: none;
    }

    .header .nav-menu li:last-child,
    .header .nav-menu li .aco-menu a:last-child {
        margin-bottom: 0;
    }

    .header .nav-menu li .aco-menu .flex {
        height: auto;
    }

    .header .sp-menu {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
    }

    #panel-btn {
        display: inline-block;
        position: relative;
        width: 24px;
        height: 14px;
    }

    #panel-btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 2px;
        background: #231f20;
        transition: .2s;
        transform: translate(-50%, -50%);
    }

    .header.sc #panel-btn-icon,
    .header.h-white #panel-btn-icon,
    .header.sc #panel-btn-icon:before,
    .header.sc #panel-btn-icon:after,
    .header.h-white #panel-btn-icon:before,
    .header.h-white #panel-btn-icon:after {
        background: #ffffff;
    }

    #panel-btn-icon:before,
    #panel-btn-icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background: #231f20;
        transition: .3s;
    }

    .suzuki-ct #panel-btn-icon,
    .suzuki-ct #panel-btn-icon:before,
    .suzuki-ct #panel-btn-icon:after {
        background: #FFF;
    }

    #panel-btn-icon:before {
        margin-top: -7px;
    }

    #panel-btn-icon:after {
        margin-top: 5px;
    }

    #panel-btn .close {
        background: transparent !important;
    }

    #panel-btn .close:before,
    #panel-btn .close:after {
        margin-top: 0;
        background: #ffffff;
    }

    #panel-btn .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    #panel-btn .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    footer img {
//        margin: 0 auto 30px;
//        width: 200px;
    }

    footer .f-link {
        margin: 0 auto 20px;
        position: static;
    }

    footer .f-menu ul {
        padding: 0 20px;
    }

    footer .f-menu li:last-child {
        margin-right: 0;
    }

    footer .f-menu .copy {
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }

    .sec-pd-top {
        padding-top: 6%;
    }

    .mv.no-img-mv {
        margin-top: 60px;
        padding-top: 30px;
    }

    .category-select {
        position: fixed;
        bottom: 10px;
        width: 100%;
        z-index: 9;
        display: block;
        background: rgba(48, 49, 49, 0.9);
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .category-select .btn-select {
        height: 50px;
        overflow: hidden;
        position: relative;
    }

    .category-select .btn-select>p {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
    }

    .category-select .btn-select>p.hide {
        display: none;
    }

    .category-select .btn-select-btn {
        position: absolute;
        right: 15px;
        top: 6px;
    }

    .category-select .btn-select-btn:after {
        content: "+";
        font-size: 25px;
    }

    .category-select .btn-select-btn.close-btn:after {
        content: "×";
        font-size: 25px;
    }

    .category-select .btn-select.open {
        padding: 30px 0;
    }

    form.category-select .btn-select .label {
        background: rgba(48, 49, 49, 0.9);
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 11;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    form.category-select .btn-select .label:after {
        content: "\f107";
        font-family: Fontawesome;
        position: absolute;
        right: 20px;
        top: 10px;
    }

    form.category-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        cursor: pointer;
        width: 100%;
        border: none;
        height: 50px;
        opacity: 0;
        position: relative;
        z-index: 12;
    }

    form.category-select select option {
        color: #000000;
    }

    form.category-select select::-ms-expand {
        display: none;
    }

    form.category-select select:focus {
        z-index: -1;
        opacity: 1;
    }

    footer .f-menu {
        width: 100%;
    }

    footer .f-menu ul.flex.jc-start {
        justify-content: center;
        width: 100%;
    }

    .sp-blo-center {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .table-style {
        color: #303131;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .table-wrap {
        width: 90vw;
        overflow-x: scroll;
    }

    .table-style {
        width: 100%;
        border-collapse: collapse;
        white-space: nowrap;
    }

    .w900,
    .w940 {
        min-width: inherit;
    }

    /* img */
    .img-sp-w100 {
        max-width: 100%;
        margin-left: 0;
    }

}