/*
Theme Name: its
Theme URL: its
Description: its
Author: its

Version: 1.0
*/

body {
    line-height: 1.7;
    margin: 0;
    width: 100%;
    overflow-x: hidden !important;
    font-family: Noto Sans JP
}

[lang^=zh-cn] body {
    font-family: Noto Sans SC,微软雅黑,Microsoft YaHei
}

[lang^=ja-jp] body {
    font-family: Noto Sans JP
}

#app {
    width: 100%;
}

.nav-menu {
    float: right;
    padding-right: 50px;
}

.nav-menu-inner li {
    display:inline;
    padding-left: 15px;
    font-size: 15px;
}

.nav-menu-inner a {
    color: #1e293b;
    text-decoration: none;
	font-weight: 500;
}

* {
    box-sizing: border-box
}

img {
    vertical-align: middle
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.d-flex {
    display: flex
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.align-items-center {
    align-items: center
}

.header-logo {
    white-space: nowrap
}

.header-logo img {
    display: inline-block;
    height: 40px
}

header .fake-group {
    align-items: center;
    display: flex;
    flex: 1 0 auto;
    height: 60px;
    justify-content: flex-end
}

.menu-fake {
    border-radius: 2px;
    height: 20px;
    margin-right: 20px;
    max-width: 90%;
    width: 250px
}

.fake-circle {
    border: 1px solid #eaeaea;
    border-radius: 50%;
    height: 42px;
    min-width: 42px
}

.fake {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #eaeaea;
    background: linear-gradient(295deg, #eaeaea 8%, #e0e0e0 28%, #eaeaea 50%);
    background-size: 1200px 300px;
    position: relative
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -600px 0
    }

    to {
        background-position: 600px 0
    }
}

.block-pushing {
    min-height: 100vh;
    width: 100%
}

footer {
    background-color: #444;
    padding-top: 40px
}

footer ul.list-unstyled {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 40px;
}

footer ul.list-unstyled li:not(:first-of-type) {
    margin-top: 4px
}

footer a {
    color: #fff
}

footer a:focus,
footer a:hover,
footer h4 {
    color: #9c9da0
}

footer h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 0
}

footer p {
    color: #f4f4f4;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 10px
}

footer hr {
    border-top: 1px solid #666
}

footer .cr-font {
    color: #f4f4f4;
    font-size: 1.4rem;
    padding: 0 15px
}

footer .sns ul li {
    background-color: #555;
    border-radius: 50%;
    display: inline-block;
    font-size: 21px;
    height: 36px;
    margin: 3px;
    text-align: center;
    width: 36px
}

footer .sns ul li:hover {
    background-color: #26bec9
}

footer .sns ul li a {
    align-items: center;
    color: #fff;
    display: flex;
    filter: grayscale(1);
    height: 100%;
    justify-content: center
}

footer .sns ul li a img {
    width: 19px
}

footer .footer_links .footer_payment_channels {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, 42px);
    margin-bottom: 40px
}

footer .footer_partners {
    margin-bottom: 40px;
    padding: 0 15px
}

footer .footer_partners .footer_partners_logo {
    display: flex;
    flex-wrap: wrap;
    gap: 32px
}

footer .footer_partners .footer_partners_logo img {
    height: 50px;
    object-fit: contain
}

footer .footer_companyInfo {
    background-color: #333;
    color: #babbbe;
    margin: 0;
    padding-top: 32px
}

footer .footer_companyInfo ul.list-unstyled {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 32px
}

footer .footer_companyInfo a {
    color: #babbbe
}

footer .footer_companyInfo .homepage-copyright {
    float: right
}

footer .e-commerce {
    background-color: #333
}

footer .e-commerce__item {
    margin-bottom: 20px
}

footer .e-commerce__label {
    display: inline-block;
    width: 200px
}

footer .e-commerce__label img {
    width: 100%
}

#contact-kkday-row {
    margin: 15px 0 !important
}

@media(width >=678px) {
    .container {
        width: 750px
    }
}

@media(width >=992px) {
    .container {
        width: 970px
    }

    .footer_companyInfo ul.list-unstyled.cr_align {
        text-align: right
    }
}

@media(width >=1200px) {
    .container {
        width: 1170px
    }
}

#headerApp {
    position: fixed;
    background-color: #000000;
    width: 100%;
    padding: 20px 0px;
    z-index: 1000;
}

.block-pushing {
    padding-top: 60px;
}

.nav-contact {
    color: black;
}

.carList {
    display: flex;
    justify-content: center;
}

.carList img {
    max-width: 90%;
}

.rootList img {
    max-width: 100%;
}

.rootH {
    font-size: 35px;
    padding: 20px 0px;
    font-weight: 500;
}

.carDiv {
    min-height: 300px !important;
}

.rootDiv {
    border: 1px black;
    border-style: dotted;
    padding: 10px 20px;
}

.carInfoDiv {
    padding: 10px 20px;
    padding-top: 3px;
}

.itemSpan {
    display: inline-block;
    background-color: #b54803;
    text-align: left;
    color: aliceblue;
    font-size: 12px;
    padding: 0px 2px;
    width: 40%;
    float: left;
}

.contentSpan {
    display: inline-block;
    background-color: #cccccc;
    font-size: 12px;
    width: 60%;
    float: left;
    text-align: center;
}

.toptextDiv {
    position: absolute;
    top: 200px;
    left: 40%;
    font-size: 30px;
    color: #446989;
}

.topMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.topMenu li {
    font-size: 14px;
    line-height: 1;
    color: #464646;
    margin: 0 15px;
    cursor: pointer;
    position: relative;
}

.topMenu a {
    color: #e9e8e4;
}

.topMenu li:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 1px solid #EE7003;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: all 0.4s ease-in-out;
}

.hdLeftDiv {
    min-width: 630px;
}

.sxT {
    opacity: 0;
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.zuoC {
    opacity: 0;
}

.youC {
    opacity: 0;
}

.xiaC {
    opacity: 0;
}

.en {
    display: none;
}

.zh {
    display: none;
}

@media screen and (min-width: 1100px) {
    .onlyPC {
        display: block;
    }

    .carList img:hover {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .onlyPC {
        display: none !important;
    }

    #topBar {
        align-items: unset !important;
        display: block !important;
        width: 100% !important;
        overflow-x: hidden !important;
    }

    #app {
        width: 100% !important;
        overflow-x: hidden !important;
    }

    #headerApp {
        width: 100% !important;
        padding: 10px 0px;
    }

    body {
        width: 100% !important;
        overflow-x: hidden !important;
    }

    .hdLeftDiv {
        display: none !important;
        min-width: 0px;
    }

    .toptextDiv {
        top: 120px;
        font-size: 15px;
        line-height: 2;
        letter-spacing: 2px;
        left: 30%;
        font-weight: 500;
    }

    #hero {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .nav-menu {
        width: 100%;
        height: calc(100vh - 59px);
        background: #fcfcfc;
        overflow: auto;
        position: absolute;
        left: 100%;
        top: 60px;
        transition: left .4s;
        padding-right: 0px;
    }

    .nav-menu-inner {
        padding-left: 0px;
        margin: auto!important;
    }

    .nav-menu-inner li {
        display: block;
        line-height: 30px;
        font-size: 20px;
        padding: 10px 0px;
        padding-left: 10px;
        border-top: 1px solid #d4d4d4;
    }

    .xxsdf {
        padding-left: 10%;
    }
}

.l-footer-top:hover {
    background: gray;
}

.l-footer-top {
    width: 45px;
    height: 45px;
    bottom: 12px;
    right: 15px;
    transition: background .4s;
}


.l-footer-top {
    background: #7e2544e6;
    border-radius: 100%;
    position: fixed;
    text-indent: -1000%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
}

.l-footer-top:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%) rotate(-45deg);
    transform: translate(-50%, -30%) rotate(-45deg);
}

.l-header-menu.is-open i {
    width: 0;
    opacity: 0;
}

.nav-menu.is-open {
    left: 0;
}

.l-header-menu {
    position: fixed;
    width: 25px;
    height: 25px;
    top: 18px;
    right: 24px;
}

.l-header-menu:before {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    border-top: 2px solid #838383;
    position: absolute;
    top: 3px;
    left: 0;
    transition: width .2s .2s, left .2s .2s, top .2s .2s, transform .2s .2s;
}

.l-header-menu:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    border-top: 2px solid #838383;
    position: absolute;
    top: 21px;
    left: 0;
    transition: width .2s .2s, left .2s .2s, top .2s .2s, transform .2s .2s;
}

.l-header-menu i {
    display: block;
    text-indent: -1000%;
    white-space: nowrap;
    overflow: hidden;
    width: 25px;
    height: 1px;
    border-top: 2px solid #838383;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: width .2s .2s, opacity .2s .2s;
}

.l-header-menu.is-open:before {
    width: 28px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.l-header-menu.is-open:after {
    width: 28px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.l-header-menu.is-open i {
    width: 0;
    opacity: 0;
}

@media screen and (min-width: 769px) {
    .u-sp {
        display: none !important;
    }
}
@media screen and (min-width: 1600px) {
    .toptextDiv {
        left: 50%;
        letter-spacing: 2px;
        line-height: 1.8;
    }
}