@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,100;1,300;1,400;1,700&display=swap');


/* common
-------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}
ul {
    list-style: none;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
	border: none;
	vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup, i {
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
	-webkit-appearance: none;
	border-radius: 0;
    border: none;
	font-family: "游ゴシック" , "Yu Gothic" , "游 ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐ ゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
    outline: 0;
}


/* module
------------------------------------------------- */
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.valignTop {vertical-align: top;}
.valignMiddle {vertical-align: middle;}
.valignBottom {vertical-align: bottom;}

.regular {font-weight: 400;}
.medium {font-weight: 500;}
.bold {font-weight: 700;}

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


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #000;
    transition: 0.4s;
}
@media only screen and (min-width:751px){
a:hover {
    text-decoration: underline;
}
a.al:hover {
    text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
    display: block;
}
.telLink {
	pointer-events: none;
}
}


/* font
------------------------------------------------- */
@media only screen and (min-width:751px){
.fo12 { font-size: 12px; }
.fo14 { font-size: 14px; }
.fo16 { font-size: 16px; }
.fo18 { font-size: 18px; }
.fo19 { font-size: 19px; }
.fo20 { font-size: 20px; }
.fo24 { font-size: 24px; }
.fo25 { font-size: 25px; }
.fo30 { font-size: 30px; }
.fo31 { font-size: 31px; }
.fo50 { font-size: 50px; }
.fo63 { font-size: 63px; }
}
@media only screen and (min-width:751px) and (max-width:1200px){
.fo12 { font-size: 1vw; }
.fo14 { font-size: 1.1666vw; }
.fo16 { font-size: 1.3333vw; }
.fo18 { font-size: 1.5vw; }
.fo19 { font-size: 1.5833vw; }
.fo20 { font-size: 1.6666vw; }
.fo24 { font-size: 2vw; }
.fo25 { font-size: 2.0833vw; }
.fo30 { font-size: 2.5vw; }
.fo31 { font-size: 2.5833vw; }
.fo50 { font-size: 4.1666vw; }
.fo63 { font-size: 5.25vw; }
}


/* body
------------------------------------------------- */
body {
	font-family: "游ゴシック" , "Yu Gothic" , "游 ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐ ゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
	font-size: 16px;
	line-height: 2;
	color: #282828;
	-webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
body.nav-active {
    overflow: hidden;
}
.eng {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}
@media only screen and (min-width:751px) and (max-width:1200px){
body {
	font-size: 1.3333vw;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
	font-size: 1.3333vw;
}
}
@media only screen and (max-width:750px){
body {
	font-size: 3.733vw;
    line-height: 1.85;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
	font-size: 3.733vw;
}
}


/* wrapper
------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	clear: both;
    position: relative;
}


/* header
------------------------------------------------- */
#header {
    width: 100%;
    position: fixed;
    box-sizing: border-box;
    z-index: 98;
}
#header::before {
    content: '';
    width: 5.4375em;
    height: 5.4375em;
    background: url("../img/main_img1.png") left top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
}
#header .logo {
    width: 5.8125em;
    position: absolute;
    left: 4.3125em;
    top: 2.1875em;
}
#opentoggle {
    width: 2.9375em;
    position: fixed;
    right: 2.9375em;
    top: 2.5em;
    z-index: 10;
}
@media only screen and (max-width:750px){
#header {
    position: absolute;
}
#header::before {
    width: 12vw;
    height: 12vw;
}
#header .logo {
    width: 14vw;
    left: 2em;
    top: 1em;
}
#opentoggle {
    width: 3em;
    right: 1.5em;
    top: 2em;
}
}


/* gnav
------------------------------------------------- */
#gnav {
    width: 26em;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -40em;
    background-color: #3c3c3c;
    z-index: 99;
    overflow-y: auto;
    box-shadow: 0 0.8em 0.625em rgba(0,0,0,0.1);
    transition: 0.4s;
    color: #fff;
}
body.active #gnav {
    right: 0;
}
#gnav .inner {
    padding: 10em 3em 4em;
    opacity: 0;
}
body.active #gnav .inner {
    animation: fadeIn 1.2s ease 0.3s 1 forwards;
}
#gnav a {
    color: #fff;
}
#gnav ul {
    padding: 0 2.4em 3em;
}
#gnav ul li {
    margin-bottom: 0.2em;
}
#gnav ul li a {
    display: block;
    background: url("../img/icon1.png") left center no-repeat;
    background-size: 0.45em auto;
    padding: 0 1em;
}
#gnav .logo {
    width: 7em;
    margin: 0 auto 1.25em;
}
#gnav .info {
    text-align: center;
    line-height: 1.65;
}
#gnav #closetoggle {
    width: 2.9375em;
    position: absolute;
    right: 2.9375em;
    top: 2.5em;
}
@media only screen and (min-width:751px){
#gnav ul li a:hover {
    text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
    display: block;
}
}
@media only screen and (max-width:750px){
#gnav {
    width: 100%;
    right: -100%;
    box-shadow: none;
}
#gnav .inner {
    width: 100%;
    padding: 30vw 12vw 30vw;
}
#gnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 4.8vw;
    padding: 1em 0 3em 1.5em;
}
#gnav ul li {
    width: 55%;
    margin-bottom: 0.8em;
}
#gnav ul li:nth-child(2n) {
    width: 45%;
}
#gnav .logo {
    width: 28vw;
}
#gnav .info {
    font-size: 3.466vw;
}
#gnav #closetoggle {
    width: 3em;
    right: 1.5em;
    top: 2em;
}
}


/* sns
------------------------------------------------- */
#sns {
    position: fixed;
    right: 7.5em;
    top: 2.5em;
    z-index: 100;
}
#sns ul {
    display: flex;
    justify-content: center;
}
#sns ul li {
    width: 2em;
    margin: 0 0.625em;
}
#sns ul li a {
    display: block;
}
@media only screen and (max-width:750px){
#sns {
    right: 6em;
    top: 2.5em;
    opacity: 0;
}
body.active #sns {
    opacity: 1;
}
}


/* contents
------------------------------------------------- */
#contents {
	width: 100%;
	clear: both;
    display: block;
}
.inner {
    width: 100%;
    max-width: 1200px;
	margin: 0 auto;
    padding: 0 3.125em;
	clear: both;
	position: relative;
    box-sizing: border-box;
}
@media only screen and (max-width:750px){
.inner {
    width: 92%;
    padding: 0;
}
}


/* headline
------------------------------------------------- */
.headline1 {
    color: #00c200;
    font-weight: 700;
    margin-bottom: 1em;
}
.headline2 {
    font-weight: 400;
    margin-bottom: 5em;
    padding-bottom: 1.5em;
    position: relative;
}
.headline2::before {
    content: '';
    width: 1.25em;
    height: 2px;
    background-color: #00c200;
    position: absolute;
    left: 0;
    bottom: 0;
}
.headline2 span {
    display: block;
    color: #00c200;
    font-weight: 100;
    line-height: 1.1;
}
@media only screen and (max-width:750px){
.headline1 {
    font-size: 5.2vw;
}
.headline2 {
    margin-bottom: 4em;
}
.headline2 span {
    font-size: 12vw;
}
}


/* bnrarea
------------------------------------------------- */
.bnrarea ul {
    display: flex;
    justify-content: space-between;
}
.bnrarea ul li {
    width: 47.27%;
}
.bnrarea ul li a {
    width: 100%;
    height: 17.6875em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.bnrarea ul li a::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/bnr_icon.png") center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.bnrarea ul li a .cover::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.4s;
}
.bnrarea ul li.brand a .cover::before {
    background: url("../img/bnr1.jpg") center center no-repeat;
    background-size: cover;
}
.bnrarea ul li.dealer a .cover::before {
    background: url("../img/bnr2.jpg") center center no-repeat;
    background-size: cover;
}
.bnrarea ul li a .con {
    position: relative;
    z-index: 2;
}
.bnrarea ul li a h3 {
    font-weight: 100;
    position: relative;
    margin-bottom: 0.2em;
}
.bnrarea ul li a h3::before {
    content: '';
    width: 0.64em;
    height: 2px;
    background-color: #cee51e;
    position: absolute;
    left: 50%;
    margin-left: -0.32em;
    bottom: 0;
}
@media only screen and (min-width:751px){
.bnrarea ul li a:hover {
    text-decoration: none;
}
.bnrarea ul li a:hover .cover::before {
    transform: scale(1.05, 1.05);
}
}
@media only screen and (max-width:750px){
.bnrarea ul {
    display: block;
}
.bnrarea ul li {
    width: 100%;
    margin-bottom: 5vw;
}
.bnrarea ul li a {
    width: 100%;
    height: 13em;
}
.bnrarea ul li a h3 {
    font-size: 7.2vw;
}
}


/* pagetop
------------------------------------------------- */
#pagetop {
    width: 0.5625em;
    height: 8em;
    position: fixed;
    right: 6em;
    bottom: 0;
    padding: 6em 0;
    box-sizing: border-box;
    z-index: 90;
    display: none;
}
#pagetop span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4375em;
    height: 6em;
    overflow: hidden;
}
#pagetop span::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #a8b6ce;
    position: absolute;
    right: 0;
    top: 0;
}
#pagetop span i {
    display: block;
    width: 0.4375em;
    height: 0.875em;
    background: url("../img/icon4.png") left top no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 100%;
    right: 0;
    animation: pagetop 1.4s infinite;
    z-index: 2;
}
@media only screen and (max-width:750px){
#pagetop {
    height: 6em;
    right: 4vw;
    padding: 4em 0;
}
#pagetop span {
    height: 4em;
}
}


/* contact
------------------------------------------------- */
#contact {
    width: 100%;
    height: 9.375em;
    margin-top: 10em;
}
#contact a {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,#cee71e 0, #00c200 50% ,#beec58 100%);
    color: #fff;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#contact a span {
    position: relative;
    z-index: 4;
}
#contact a::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,#00c200 0, #cee71e 50% ,#00c200 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: 0.4s;
    opacity: 0;
}
#contact a::after {
    content: '';
    width: 96.66%;
    height: 66.66%;
    border: 1px solid #fff;
    position: absolute;
    left: 1.67%;
    top: 16.67%;
    z-index: 3
}
@media only screen and (min-width:751px){
#contact a:hover {
    text-decoration: none;
}
#contact a:hover::before {
    opacity: 1;
}
}
@media only screen and (max-width:750px){
#contact {
    height: 8em;
    margin-top: 20vw;
}
#contact a {
    font-size: 7.2vw;
}
#contact a::after {
    width: 93%;
    left: 3.5%;
}
}


/* footer
------------------------------------------------- */
#footer {
    background-color: #3c3c3c;
    padding-top: 5em;
    text-align: center;
    color: #fff;
}
#footer a {
    color: #fff;
}
#footer .logo {
    width: 7.8125em;
    margin: 0 auto 1.25em;
}
#footer .info {
    line-height: 1.65;
    padding-bottom: 3.2em;
}
#footer .info span {
    display: block;
}
#footer .fnav ul {
    display: flex;
    justify-content: center;
    padding-bottom: 3em;
}
#footer .fnav ul li {
    border-right: 1px solid #fff;
    line-height: 1;
    padding: 0 1.25em;
}
#footer .fnav ul li:first-child {
    border-left: 1px solid #fff;
}
#footer .copyright {
    height: 2.5em;
    background-color: #fff;
    text-align: center;
    color: #808080;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width:750px){
#footer {
    padding-top: 2em;
}
#footer .logo {
    width: 28vw;
}
#footer .info {
    font-size: 3.466vw;
    padding-bottom: 2em;
}
#footer .fnav {
    display: none;
}
#footer .copyright {
    font-size: 2.8vw;
}
}


/* idPad
------------------------------------------------- */
.idPad {
    padding-top: 3em;
    margin-top: -3em;
}
@media only screen and (max-width:750px){
.idPad {
    padding-top: 12vw;
    margin-top: -12vw;
}
}


/* animation
------------------------------------------------- */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes scroll {
    0% {
        bottom: 100%;
    }
    100% {
        bottom: -10%;
    }
}
@keyframes pagetop {
    0% {
        bottom: -70%;
    }
    100% {
        bottom: 100%;
    }
}
@keyframes move-arrow {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    33% {
        transform: translateY(200%);
        opacity: 0;
    }
    66% {
        transform: translateY(-200%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


/* slick-slider
------------------------------------------------- */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}