@charset "utf-8";
/*==================================================
font
==================================================*/
@import url(https://db.onlinewebfonts.com/c/ab80d41fb980ff40273bb0028779b41e?family=Sequel100Black-45);
/*==================================================
cmn
==================================================*/
body {
  background: #fff;
  font-family: "Helvetica", "Arial", sans-serif;
  color: #121212;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure, span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: inherit;
  font-size: 100%;
}
.font-en {
  font-family: "Sequel100Black-45";
  font-weight: 500;
}
.lang-en p {
  font-size: 112.5%;
  line-height: 2em;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
a, input[type="submit"] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
@media screen and (min-width: 801px) {
  a:hover, input[type="submit"]:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.wrap-f {
  padding: 0 6rem;
}
.wrap {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 120rem;
  width: 100%;
}
.wrap-m {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 100rem;
  width: 100%;
}
.wrap-s {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 80rem;
  width: 100%;
}
.sp {
  display: none !important;
}
.mfp-close-btn-in .mfp-close {
  color: #fff !important;
  font-size: 5rem;
  opacity: 1;
}
#video-popup {
  width: 90%;
  margin: 0 auto;
}
.w100 {
  width: 100% !important;
}
iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}
/*==================================================
イントロ
==================================================*/
.intro-box {
  background: #00665e;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh !important;
  z-index: 999;
}
.intro-box .logo {
  max-width: 28rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.intro-box.hide {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
/*==================================================
head
==================================================*/
.site-header::after {
  content: "";
  display: block;
  clear: both;
  z-index: 999;
}
.site-header {
  width: 100%;
  z-index: 300;
  padding: 0 2rem 0 2rem;
  transition: .4s;
  position: fixed;
  z-index: 900;
  text-align: center;
}
.site-header.bg-color {
  background: rgba(0, 0, 0, 0.5);
}
.site-header .head-box {
  height: 96px;
}
.site-header .site-title {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.site-header .site-title {
  font-size: min(3rem, 30px);
}
.site-header .site-title img {
  width: 56px;
}
.site-header .sub-navi {
  flex: 1 1 auto;
  justify-content: flex-end;
  display: flex;
  margin-right: 7rem;
}
.site-header .sub-navi li a {
  padding: 1rem;
  line-height: 1em;
  border-radius: 100px;
  width: 18rem;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 80%;
  background: #606060;
}
.site-header .box {
  flex: 1 1 auto;
  display: flex;
  max-width: calc(50% - 50px);
}
.button-toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  line-height: 0;
  cursor: pointer;
}
.menu_btn {
  width: 70px;
  height: 96px;
  position: relative;
  border-radius: 100%;
  vertical-align: middle;
}
.menu_btn .hamburger {
  width: 20px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 900;
  display: block;
  margin-left: auto;
}
.menu_btn .hamburger_bar {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  transition: top 0.24s, transform 0.24s, opacity 0.24s;
}
.menu_btn .hamburger_bar:nth-child(1) {
  top: 0;
}
.menu_btn .hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu_btn .hamburger_bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.sb-active .menu_btn .hamburger .hamburger_bar:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.sb-active .menu_btn .hamburger .hamburger_bar:nth-child(2) {
  opacity: 0;
}
.sb-active .menu_btn .hamburger .hamburger_bar:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
#sb-site, .site-header {
  transform: translate(0) !important;
}
.sb-slidebar {
  width: 40%;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  padding: 8rem 5rem 10rem;
  z-index: 901;
  display: block;
  transform: translateX(100%);
}
.sb-slidebar.sb-active {
  transform: translateX(0%);
}
.sb-slidebar .gnavi li span {
  display: block;
  line-height: 1.8em;
}
.sb-slidebar .gnavi li {
  margin-bottom: 2rem;
}
.sb-slidebar .gnavi li .font-en {
  font-size: 120%;
}
.sb-slidebar .gnavi li .font-jp {
  font-size: 80%;
}
.sb-slidebar .sns-list-box {
  padding-bottom: 0;
}
.search-box {}
.search-box input {
  background: none;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 0 2rem;
  width: 20rem;
  color: #fff;
}
.search-box ::placeholder {
  color: #fff;
  font-size: 1.4rem;
}
.language-switcher {
  color: #fff;
  margin-left: 5rem;
}
.language-switcher .active {
  border-bottom: 1px solid #fff;
}
/*==================================================
foot
==================================================*/
.site-footer {
  color: #fff;
  background: #1c1c1c;
  padding-bottom: 12rem;
}
.site-footer h2 {
  margin-bottom: 10rem;
  text-align: center;
}
.site-footer h2 img {
  width: 8rem;
}
.site-footer .tit-box {
  width: 40%;
}
.site-footer .navi-box {
  width: 60%;
}
.site-footer .navi-box .col-box {
  width: 33.3333333%;
}
.site-footer .navi-box dl {
  margin-bottom: 2rem;
}
.site-footer .navi-box dt {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.site-footer .navi-box dd {
  font-size: 87.5%;
}
.sns-list-box {
  margin: 5rem 0;
  letter-spacing: -.4em;
}
.sns-list-box li {
  display: inline-block;
  width: 5rem;
  margin: 0 1rem;
}
.site-footer address {
  font-style: normal;
  font-size: 80%;
}
.foot-link-box {
  background: rgba(255, 255, 255, 0.5);
  padding: 2rem 6rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: translateY(100%);
}
.foot-link-box.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 800;
}
.foot-link-box li {
  width: 33.3333333%;
  background: #fff;
  border-right: 1px solid #494946;
}
.foot-link-box .contact-en li {
  width: 25%;
}
.foot-link-box li:last-child {
  border-right: none;
}
.foot-link-box li a {
  background: #121212;
  color: #fff;
  display: block;
  padding: 1.5rem 1rem;
}
.foot-link-box li .flex-box {
  justify-content: center;
}
.foot-link-box li .icon {
  width: 4rem;
  margin-right: 1rem;
}
.foot-link-box li .num {
  font-size: 120%;
}
.foot-link-box li .txt {
  line-height: 1em;
}
/*==================================================
content
==================================================*/
span.pin {
  position: relative;
  top: -100px;
  display: block;
}
section {
  padding: 15rem 0;
  position: relative;
}
.tit-block .tit01, .tit-block .tit07 {
  margin-bottom: 2rem;
}
.tit01 {
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 6rem;
}
.tit01 .font-en {
  font-size: 3.6rem;
  display: block;
  line-height: 1.2em;
}
.tit01 .font-en.m {
  font-size: 2.4rem;
  line-height: 1.2em;
  margin-top: 1.5rem;
}
.tit01 .font-jp {
  font-size: 87.5%;
  display: block;
  margin-top: 1rem;
  line-height: 1.6em;
}
.tit02 {
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 6rem;
}
.tit02 .font-en {
  font-size: 4.8rem;
  display: block;
  line-height: 1.5em;
}
.tit03 {
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 10rem;
}
.tit03 .txt-b {
  font-size: 3.6rem;
  line-height: 1.6em;
}
.tit03 .txt-s {
  font-size: 87.5%;
  display: block;
  margin-top: 1rem;
  line-height: 1.6em;
}
.tit04 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 4rem;
  line-height: 1.8em;
}
.tit05 {
  font-size: 2.8rem;
  margin-bottom: 4rem;
  line-height: 1.8em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 1rem;
}
.tit06 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  line-height: 1.8em;
}
.tit07 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 6rem;
}
.bg-black {
  background: #000;
  color: #fff;
}
.bg-gray-l {
  background: #d5d6d5;
}
.bg-gray {
  background: #2e2e2e;
  color: #fff;
}
.bg-blue {
  background: #54818a;
  color: #fff;
}
.pad-t00 {
  padding-top: 0 !important;
}
.pad-b00 {
  padding-bottom: 0 !important;
}
.pad-t10 {
  padding-top: 10rem !important;
}
.pad-b10 {
  padding-bottom: 10rem !important;
}
.pad-t15 {
  padding-top: 15rem !important;
}
.pad-b15 {
  padding-bottom: 15rem !important;
}
.mar-t00 {
  margin-top: 0 !important;
}
.mar-b00 {
  margin-bottom: 0 !important;
}
.mar-t05 {
  margin-top: 5rem !important;
}
.mar-b05 {
  margin-bottom: 5rem !important;
}
.mar-t08 {
  margin-top: 8rem !important;
}
.mar-b08 {
  margin-bottom: 8rem !important;
}
.mar-t10 {
  margin-top: 10rem !important;
}
.mar-b10 {
  margin-bottom: 10rem !important;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left !important;
}
.txt-right {
  text-align: right !important;
}
/*カラム*/
.col-re {
  flex-direction: row-reverse;
}
.col-mid {
  align-items: center;
}
.col-bottom {
  align-items: flex-end;
}
/*ボタン*/
.detail-link {
  text-align: center;
  max-width: 14rem;
  width: 100%;
  margin: 6rem auto 0;
  font-weight: 400;
}
.detail-link.r {
  margin-right: 0;
}
.detail-link.l {
  margin-left: 0;
}
.detail-link a {
  display: block;
  padding: 1.5rem 2rem;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1em;
  position: relative;
  font-size: 1.2rem;
}
.detail-link-s {
  text-align: center;
  margin: 5rem auto 0;
  font-weight: 400;
}
.detail-link-s p {
  display: inline-block;
}
.detail-link-s a {
  display: block;
  padding: 1.5rem 2rem;
  line-height: 1.5em;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1em;
  font-size: 1.3rem;
  position: relative;
}
/*youtube*/
.youtube-link {
  cursor: pointer;
}
.youtube-link:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/*google map*/
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*modal*/
.remodal-overlay {
  background: rgba(0, 0, 0, 0.9) !important;
}
.remodal {
  background: none;
}
.remodal .link-list {
  color: #fff;
}
.remodal .link-list li {
  margin: 2rem 0;
}
.remodal .link-list li a {
  border: 1px solid #fff;
  display: block;
  padding: 2rem;
}
.remodal .link-list.bg-white li a {
  background: rgba(255, 255, 255, 0.2);
}
.remodal-close {
  left: inherit;
  right: 0;
  color: #fff;
}
.remodal-close:before {
  font-size: 4rem;
  font-weight: normal;
}
.remodal-close:hover {
  color: #fff;
}
.border-t {    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.no-img-sec {
  padding-top: 20rem;
}
.no-post-box {
  width: 100%;
}
.pin {
  position: relative;
  top: -96px;
  display: block;
}
/*==================================================
index
==================================================*/
.main-sec {
  padding: 0;
  overflow: hidden;
  background: url("../img/top/main_img01.jpg") no-repeat center;
  background-size: cover;
  height: 100vh;
}
.slide img {
  width: 100%;
}
.main-slider .slide {
  position: relative;
  width: 100vw;
  height: 100vh !important;
  overflow: hidden;
}
.main-slider video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.main-slider .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.main-slider .slide .txt-box, .pick-sec .txt-box {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  padding: 5rem 8rem;
  color: #fff;
}
.main-slider .slide .txt-box h2, .pick-sec .txt-box h2 {
  font-size: 5.2rem;
  line-height: 1.2em;
}
.main-slider .slide .txt-box h3, .pick-sec .txt-box h3 {
  font-size: 3.6rem;
  line-height: 1.5em;
  margin-top: 0.3em;
  font-weight: bold;
}
.main-slider .slide .txt-box .tit, .pick-sec .txt-box .tit {
  margin-bottom: 3rem;
}
.main-slider .slide .txt-box ul, .pick-sec .txt-box ul {
  letter-spacing: -.4em;
}
.main-slider .slide .txt-box li, .pick-sec .txt-box li {
  display: inline-block;
  letter-spacing: 0.05em;
  margin-right: 1rem;
}
.main-slider .slide .txt-box li a, .pick-sec .txt-box li a {
  display: block;
  min-width: 15rem;
  text-align: center;
  padding: 1.2rem 2rem;
  background: #878483;
  color: #fff;
  font-size: 1.8rem;
}
.main-slider .slide .txt-box li.btn01 a, .pick-sec .txt-box li.btn01 a {
  color: #fff;
}
.main-slider .slide .txt-box li.btn02 a, .pick-sec .txt-box li.btn02 a {
  background: #304953;
}
.main-slider .slick-dots {
  bottom: 3rem;
  padding: 0;
  text-align: center;
}
.main-slider .slick-dots li, .main-slider .slick-dots li button {
  width: 4.3rem;
  height: 0.3rem;
  padding: 0;
  border-radius: 0;
  background: #fff;
}
.main-slider .slick-dots li.slick-active button {
  background: #878483;
}
.main-slider .slick-next {
  width: 2.4rem;
  height: 4.4rem;
  right: 2rem;
  top: 50%;
  background: url("../img/cmn/arrow_next01.svg") no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  transform: translateY(-50%);
  z-index: 2;
}
.main-slider .slick-prev {
  width: 2.4rem;
  height: 4.4rem;
  left: 2rem;
  top: 50%;
  background: url("../img/cmn/arrow_prev01.svg") no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  transform: translateY(-50%);
  z-index: 2;
}
.navi-sec {
  padding: 0;
}
.navi-sec .navi01 li {
  width: 25%;
  text-align: center;
  line-height: 1.6em;
  border-right: 1px solid #494946;
}
.navi-sec .navi01 li:last-child {
  border-radius: none;
}
.navi-sec .navi01 li span {
  display: block;
}
.navi-sec .navi01 li .font-en {
  font-size: 120%;
  line-height: 1em;
}
.navi-sec .navi01 li .font-jp {
  font-size: 87.5%;
  line-height: 1em;
  margin-top: 1.2rem;
}
.navi-sec .navi01 li a {
  background: #1a1a1a;
  display: table;
  color: #fff;
  padding: 1rem;
  height: 12rem;
  width: 100%;
}
.navi-sec .navi01 li a .inner {
  display: table-cell;
  vertical-align: middle;
}
.navi-sec .navi02 li {
  width: 33.3333334%;
  line-height: 1.6em;
}
.navi-sec .navi02 li span {
  display: block;
}
.navi-sec .navi02 li h2 .font-jp {
  font-size: 87.5%;
  line-height: 1em;
  margin-top: 1rem;
}
.navi-sec .navi02 li h2 .font-en {
  font-size: 120%;
  line-height: 1em;
}
.navi-sec .navi02 li p {
  font-size: 80%;
  margin-top: 1rem;
}
.navi-sec .navi02 li a {
  display: block;
  color: #fff;
  height: 20rem;
  position: relative;
}
.navi-sec .navi02 .txt-box {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}
.navi-sec .navi02 li.list01 a {
  background: url("../img/top/navi_img01.jpg") no-repeat center;
  background-size: cover;
}
.navi-sec .navi02 li.list02 a {
  background: url("../img/top/navi_img02.jpg") no-repeat center;
  background-size: cover;
}
.navi-sec .navi02 li.list03 a {
  background: url("../img/top/navi_img03.jpg") no-repeat center;
  background-size: cover;
}
.bg-img01 {
  height: 56.25vw;
  padding: 12rem 0 0;
  position: relative;
}
.bg-img01 .txt-box {
  position: absolute;
  bottom: 8rem;
  left: 0;
  width: 100%;
  display: block;
}
.stock-sec .bg-img01 {
  background: url("../img/top/stock_img01.jpg") no-repeat center;
  background-size: cover;
}
.hotcar-sec .bg-img01 {
  background: url("../img/top/hotcar_img01.jpg") no-repeat center;
  background-size: cover;
}
.soldcar-sec .bg-img01 {
  background: url("../img/top/soldcar_img01.jpg") no-repeat center;
  background-size: cover;
}
.tpeclub-sec .bg-img01 {
  background: url("../img/top/tpeclub_img01.jpg") no-repeat center;
  background-size: cover;
}
.service-sec .bg-img01 {
  background: url("../img/top/service_img01.jpg") no-repeat center;
  background-size: cover;
}
.parts-sec .bg-img01 {
  background: url("../img/top/parts_img01.jpg") no-repeat center;
  background-size: cover;
}
.company-sec .bg-img01 {
  background: url("../img/top/company_img01.jpg") no-repeat center;
  background-size: cover;
}
.content-box .col-box {
  width: 50%;
}
.content-box .tit01 {
  text-align: left;
}
.content-box .bg-img01 .txt-box {
  left: 6rem;
  bottom: 6rem;
}
.car-slider01 .slide a {
  position: relative;
  display: block;
}
.car-slider01 .slide .txt-box {
  position: absolute;
  left: 4rem;
  bottom: 4rem;
}
.car-slider01 .slide .txt-box h3 {
  font-size: 2.4rem;
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
  margin-right: 2rem;
}
.car-slider01 .slide .txt-box .link {
  font-size: 1rem;
  display: inline-block;
  border: 1px solid #fff;
  padding: 1rem;
  line-height: 1em;
  vertical-align: middle;
}
.car-slider01 .slick-next {
  width: 12rem;
  height: 12rem;
  right: 24%;
  margin-right: -6rem;
  top: 50%;
  background: url(../img/cmn/arrow_next02.svg) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  transform: translateY(-50%);
  z-index: 2;
}
.car-slider01 .slick-prev {
  display: none !important;
}
.post-box .col-box {
  width: 31.8%;
}
.post-box:after {
  content: "";
  display: block;
  width: 31%;
}
.post-img {
  margin-bottom: 3rem;
  position: relative;
}
.post-img .sold-txt {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.2rem;
  border: 1px solid #fff;
  line-height: 1em;
  padding: 1rem 1rem 0.7rem;
}
.post-tit {
  font-size: 2.2rem;
  line-height: 1.6em;
  margin-bottom: 1.5rem;
}
.post-ex {
  font-size: 87.5%;
  line-height: 2em;
}
.post-store {
  font-size: 80%;
  line-height: 1.6em;
  margin-bottom: 1rem;
}
.post-spec {
  font-size: 80%;
  line-height: 1.6em;
  margin-bottom: 1rem;
}
.post-spec dt {
  width: 4.5em;
  position: relative;
}
.post-spec dt:after {
  content: "：";
  position: absolute;
  right: 0;
}
.post-spec dd {
  flex: 1;
}
.post-price {
  line-height: 1.6em;
}
.post-price .num {
  font-size: 120%;
  font-weight: 400;
}
.post-cat {
  font-size: 80%;
  line-height: 1.6em;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.post-data {
  font-size: 80%;
  line-height: 1.6em;
  font-weight: 400;
}
/*==================================================
stock single
==================================================*/
.sec {
  margin-bottom: 10rem;
}
.sec:last-child {
  margin-bottom: 0;
}
.page-car-single .car-main-img {
  width: 100%;
  padding: 0;
  position: relative;
}
.page-car-single .car-main-img:after {
  content: "";
  height: 30%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-car-single .car-main-img-box img {
  width: 100%;
}
.page-car-single .spec-sec {
  margin-bottom: 15rem;
}
.page-car-single .spec-list {
  justify-content: center;
}
.page-car-single .spec-list li {
  text-align: center;
  padding: 1rem 0;
}
.page-car-single .spec-list.col-2 {
  justify-content: center;
}
.page-car-single .spec-list.col-2 li {
  padding-left: 5rem;
  padding-right: 5rem;
}
.page-car-single .spec-list.col-3 li {
  width: 33.3333333%;
}
.page-car-single .spec-list.col-4 li {
  width: 25%;
}
.page-car-single .spec-list li span {
  display: block;
}
.page-car-single .spec-list li .txt-m {
  margin-bottom: 1em;
  line-height: 1.2em;
  font-size: 1.6rem;
}
.page-car-single .spec-list li .txt-b {
  font-size: 3rem;
  line-height: 1.5em;
}
.page-car-single .spec-list-s li {
  width: 32%;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin: 2rem 0;
}
.page-car-single .about-sec h3 {
  text-align: center;
  font-size: 5.2rem;
  line-height: 1.2em;
  margin-bottom: 2rem;
}
.page-car-single h2 {
  font-size: 3.6rem;
  line-height: 2em;
  text-align: center;
  margin-bottom: 5rem;
}
.page-car-single .about-sec h4 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.8em;
  margin-bottom: 5rem;
}
.page-car-single .about-sec .txt-box {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}
.page-car-single .feature-box .col-box {
  width: 30.6%;
}
.page-car-single .feature-box img {
  width: 100%;
}
.page-car-single .feature-box h4 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.2rem;
  margin: 6rem 0 5rem;
}
.page-car-single .feature-box h5 {
  font-size: 135%;
  line-height: 1.8em;
  margin-bottom: 2rem;
}
.page-car-single .feature-box .txt-box {
  font-size: 87.5%;
  line-height: 2em;
}
.page-car-single .spec-box {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 8rem;
}
.page-car-single .price-box {
  text-align: center;
  padding-top: 10rem;
}
.page-car-single .price-box dt {
  font-size: 2rem;
  line-height: 2em;
}
.page-car-single .price-box dd.price01 {
  font-size: 4rem;
  line-height: 2em;
}
.page-car-single .price-box dd.price-etc {
  font-size: 2.8rem;
  line-height: 2em;
	text-align: left;
	margin-top: 3rem;
	margin-bottom: 6rem;
	display: inline-block;
	letter-spacing: 0;
}
.page-car-single .price-box dd.price02 {
  line-height: 2em;
  font-size: 2rem;
}
.page-car-single .price-box dd.price02 .txt-s {
  display: block;
  font-size: 1.4rem;
}
/*==================================================
hotcar single
==================================================*/
.car-main-img {
  position: relative;
}
.main-page-tit {
  position: relative;
  position: absolute;
  left: 0;
  bottom: 6rem;
  width: 100%;
  text-align: left;
  padding: 0 6rem;
  line-height: 1.8em;
  z-index: 10;
}
.main-page-tit .font-en {
  font-size: 3.6rem;
  display: block;
  line-height: 1.2em;
}
.main-page-tit .s {
  font-size: 2.2rem;
  display: block;
  line-height: 1.8em;
  margin-top: 1rem;
}
.main-page-tit .font-jp {
  font-size: 87.5%;
  display: block;
  margin-top: 1rem;
  line-height: 1.6em;
}
.car-img-slider01 .slide {
  margin: 0 1rem;
}
.car-img-slider01 .slick-next {
  width: 12rem;
  height: 12rem;
  right: 5%;
  margin-right: -6rem;
  top: 50%;
  background: url(../img/cmn/arrow_next02.svg) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  transform: translateY(-50%);
  z-index: 2;
}
.car-img-slider01 .slick-prev {
  width: 12rem;
  height: 12rem;
  left: 5%;
  margin-left: -6rem;
  top: 50%;
  background: url(../img/cmn/arrow_prev02.svg) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  transform: translateY(-50%);
  z-index: 2;
}
/*==================================================
STOCK LIST
==================================================*/
.main-img-sec {
  height: 56.35vw;
  width: 100%;
}
.page-car-list .main-img-sec {
  background: url(../img/top/stock_img01.jpg) no-repeat center;
  background-size: cover;
}
.page-car-list.sold .main-img-sec {
  background: url(../img/top/soldcar_img01.jpg) no-repeat center;
  background-size: cover;
}
.page-car-list.hotcar .main-img-sec {
  background: url(../img/top/hotcar_img01.jpg) no-repeat center;
  background-size: cover;
}
.page-car-list.clubtpe .main-img-sec {
  background: url(../img/top/tpeclub_img01.jpg) no-repeat center;
  background-size: cover;
}
.brand-search-sec {
  padding: 10rem 0;
}
.brand-search-box {
  text-align: center;
}
.brand-search-box h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.brand-search-box .search-list {
  text-align: center;
  letter-spacing: -.4em;
}
.brand-search-box .search-list li {
  display: inline-block;
  margin: 1rem;
  letter-spacing: 0.05em;
}
.brand-search-box .search-list li label {
  position: relative;
  padding-left: 3.2rem;
}
.brand-search-box .search-list li label:after {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 0;
  margin-top: -1.2rem;
  border: 1px solid #ccc;
}
.brand-search-box .search-list li.checked label:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0.5rem;
  width: 1.2rem;
  height: 0.8rem;
  margin-top: -0.7rem;
  border: none;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.brand-search-box .search-list li .checkbox {
  display: none;
}
.brand-search-box .btn {
  background: none;
  border: 1px solid #fff;
  line-height: 1em;
  padding: 1rem;
  max-width: 20rem;
  width: 100%;
  margin-top: 3rem
}
.archive-list{
	margin-bottom: -8rem;
}
.archive-list .col-box {
  margin-bottom: 8%;
}
.archive-list .col-box {
  width: 31%;
  margin-bottom: 8rem;
}
.archive-list:after {
  content: "";
  display: block;
  width: 31%;
}
.post-car-name {
  text-align: center;
}
.post-car-name .brand {
  font-size: 2.4rem;
  line-height: 1.6em;
  display: block;
}
.post-car-name .model {
  line-height: 1.6em;
  margin-top: 0.5rem;
  display: block;
}
.parts-cat-list li a {
  display: block;
  text-align: center;
  border: 1px solid #fff;
  padding: 1.5rem 1rem;
}
.parts-cat-list {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}
.parts-cat-list li {
  width: 32.5%;
}
.parts-cat-list li.current-cat a {
  background: #878483;
  border: 1px solid #878483;
}
.more-photo-link {
  max-width: 20rem;
}
.more-photo-link a {
  position: relative;
}
.more-photo-link a:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  transform: translateY(-50%);
}
/*==================================================
service
==================================================*/
.page-service .main-img-sec {
  background: url(../img/service/main_img.jpg) no-repeat center;
  background-size: cover;
}
.main-img-block {}
.service-img-txt01 .col-box {
  width: 31%;
}
.service-img-txt01:after {
  content: "";
  display: block;
  width: 31%;
}
.service-img-txt01 .img-box {
  margin-bottom: 3.5rem;
}
.service-img-txt02 {
  margin-bottom: 6rem;
}
.service-img-txt02 .img-box {
  width: 31%;
}
.service-img-txt02 .txt-box {
  width: 65.5%;
}
.service-img-txt02 .img-box {
  margin-bottom: 3.5rem;
}
.service-img-txt03 .col-box {
  width: 48%;
}
.service-img-txt03 .img-box {
  margin-bottom: 3.5rem;
}
.page-import .col-3.img-txt .img-box {
  margin-bottom: 2rem;
}
.border-white {    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.logi-flow-box .img-box {
  margin-bottom: 2rem;
}
.logi-flow-box .txt-box .num {
  float: left;
  width: 1.3em;
}
.logi-flow-box .txt-box p {
  overflow: hidden;
  display: block;
}
.logi-flow-box .slide {
  margin: 0 2.5rem;
}
.logi-flow-box .slick-next {
  width: 12rem;
  height: 12rem;
  right: 10%;
  margin-right: -6rem;
  top: 40%;
  background: url(../img/cmn/arrow_next02.svg) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  transform: translateY(-50%);
  z-index: 2;
}
.logi-flow-box .slick-prev {
  display: none !important;
}
/*==================================================
import
==================================================*/
.page-import .main-img-sec {
  background: url(../img/import/main_img.jpg) no-repeat center;
  background-size: cover;
}
.import-img-txt01 .col-box {
  width: 32.142%;
}
.import-img-txt01 .img-box {
  margin-bottom: 2rem;
}
.import-img-txt02 .col-box {
  width: 23.64%;
}
.import-img-txt02 .img-box {
  margin-bottom: 2rem;
}
.page-import .border-box .col-box {
  width: 48.92%;
  border: 1px solid #fff;
  padding: 3rem 4rem 4rem;
}
.page-import .border-box h4 {
  font-size: 2.2rem;
  line-height: 2em;
  margin-bottom: 1rem;
}
/*==================================================
consign
==================================================*/
.page-consign .main-img-sec {
  background: url(../img/consign/main_img.jpg) no-repeat center;
  background-size: cover;
}
.consign-img-txt01 {
  margin-bottom: -8rem;
}
.consign-img-txt01 .col-box {
  margin-bottom: 8rem;
}
.consign-img-txt01 .tit04 {
  text-align: left;
  margin-bottom: 2rem;
}
/*==================================================
company
==================================================*/
.page-company .main-img-sec {
  background: url(../img/company/main_img.jpg) no-repeat center;
  background-size: cover;
}
.movie-box {
  position: relative;
}
.movie-box .btn {
  width: 8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.message-sec h3 {
  text-align: center;
  margin: 6rem 0;
  font-size: 2.2rem;
  line-height: 2.4em;
}
.message-sec .profile-box {
  margin-top: 15rem;
}
.message-sec .profile-box h4 {
  font-size: 2rem;
  line-height: 2em;
  margin-bottom: 2rem;
}
.company-box .col-box {
  width: 32%;
}
.company-box h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
/*==================================================
パーツアクセサリー
==================================================*/
.parts-accessory-single .pad-t {
  padding-top: 96px;
}
.parts-accessory-single h1 {
  font-size: 3.6rem;
  line-height: 1.8em;
  margin-bottom: 5rem;
}
.product-slider01 .slick-next {
  width: 12rem;
  height: 12rem;
  right: 5rem;
  top: 50%;
  background: url(../img/cmn/arrow_next02.svg) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  transform: translateY(-50%);
  z-index: 2;
}
.product-slider01 .slick-prev {
  width: 12rem;
  height: 12rem;
  left: 5rem;
  top: 50%;
  background: url(../img/cmn/arrow_prev02.svg) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  transform: translateY(-50%);
  z-index: 2;
}
.product-slider01 .slide {
  max-width: 800px;
  width: 100%;
}
.product-slider01 .slide img{
	width: 100%;
}
/*==================================================
CLUB TPE
==================================================*/
.member-box {
  text-align: center;
  background: #fff;
  padding: 6rem 5rem;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  color: #000;
}
.member-box form {
  width: 100%;
  text-align: left !important;
}
.member-box label {
  display: inline-block !important;
  margin-bottom: 1rem;
}
#wpmem_login legend, #wpmem_reg legend {
  font-size: 2.4rem !important;
  text-align: center !important;
  margin-bottom: 5rem !important;
}
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
  width: 100% !important;
}
#wpmem_login .button_div, #wpmem_reg .button_div, #wpmem_login .link-text {
  text-align: center !important;
}
#wpmem_login fieldset, #wpmem_reg fieldset {
  margin: 0 !important;
}
.member-box .buttons {
  margin: 1rem auto !important;
}
.member-box a {
  text-decoration: underline;
}
.clubtpe section {
  padding: 10rem 0;
}
.req-text {
  text-align: center;
}
.member-box a, .member-box input[type="submit"] {
  color: #000 !important;
}
.member-box input[type="submit"].buttons {
  color: #fff !important;
}
/*==================================================
single
==================================================*/
.page-sub {
  padding-top: 160px;
}
.entry-title {
  font-size: 3.6rem;
  margin-bottom: 5rem;
  line-height: 1.8em;
}
.single-post-img {
  margin-bottom: 5rem;
}
.single-post-img img {
  width: 100%;
}
.single-box .meta-box {
  font-size: 87.25%;
  justify-content: flex-end;
  margin-top: 5rem;
}
.single-box .meta-box .data {
  margin-left: 3rem;
  line-height: 1.8em;
}
.single-box .meta-box .cat-list li {
  line-height: 1.8em;
}
.single-box .meta-box .cat-list li:after {
  content: ",";
  padding: 0 0.5rem;
}
.single-box .meta-box .cat-list li:last-child:after {
  display: none;
}
.wp-pagenavi {
  clear: both;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80%;
	margin-top: 10rem;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #fff !important;
  padding: 1.2rem 1.4rem !important;
  margin: 2px !important;
}
.wp-pagenavi a {
  background: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #878483 !important;
  border-color: #878483 !important;
  color: #fff !important;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
.mar-t00 {
  margin-top: 0 !important;
}
.entry-content h2 {
  font-size: 3rem;
  margin: 2em 0 1em;
  line-height: 1.6em;
}
.entry-content h3 {
  font-size: 2.8rem;
  margin: 2em 0 1em;
  line-height: 1.6em;
}
.entry-content h4 {
  font-size: 2.6rem;
  margin: 2em 0 1em;
  line-height: 1.6em;
}
.entry-content ul, .entry-content ol {
  margin: 1em 0;
}
.entry-content ul li {
  list-style: disc;
  margin-left: 1.8em;
}
.entry-content ol li {
  list-style: decimal;
  margin-left: 1.8em;
}
.entry-content a {
  text-decoration: underline;
}
.category-list{
	text-align: center;
	padding: 10rem 0;
	border-top:1px solid rgba(255,255,255,0.3);
}
.category-list h2{
	line-height: 1em;
}
.category-list .cat-list{
  letter-spacing:-.4em;
}
.category-list .cat-list li{
	display: inline-block;
	margin: 0.5rem;
	letter-spacing: 0.05em;
}
.category-list .cat-list li a{
	border: 1px solid #fff;
	display: block;
	line-height: 1em;
	padding: 2rem 3rem;
}
.category-list .cat-list li a:before{
	content: "#";
	margin-right: 0.5rem;
}
/*==================================================
検索結果
==================================================*/
.search-post-list {
  margin-bottom: 5rem;
}
.search-post-list li {
  font-size: 2.2rem;
  line-height: 2em;
  margin-bottom: 1.5rem;
}
.search-post-list li:last-child {
  margin-bottom: 0;
}
.search-post-list li a {
  text-decoration: underline;
}
/*==================================================
プライバシーポリシー
==================================================*/
.policy-box h2 {
  font-size: 2.4rem;
  line-height: 2em;
  margin: 5rem 0 1rem;
}
.policy-box p {
  font-size: 100%;
}
.policy-box ul li {
  list-style: disc;
  margin-left: 2em;
}
.policy-box ol li {
  list-style: decimal;
  margin-left: 2em;
}
.policy-box ol.alpha li {
  list-style: lower-alpha;
}
.policy-box ul, .policy-box ol {
  margin: 2rem 0;
}
.policy-box ul ol, .policy-box ol ol {
  margin: 1rem 0;
}
.policy-box strong {
  font-weight: bold;
  margin-top: 2rem;
  display: block;
}
/*==================================================
お問い合わせ
==================================================*/
.table-style01 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-style01 th {
  width: 35%;
  padding: 2.5em 2em;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  line-height: 1.6em;
  background: #f0f0f0;
  vertical-align: top;
}
.table-style01 .txt-s {
  font-size: 13px;
  font-size: 1.3rem;
}
.mw_wp_form .error {
  color: #db171d !important;
  font-size: 100%;
  font-weight: bold;
}
.table-style01 td {
  padding: 1.5em 2em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
}
.mw_wp_form_preview td span, .mw_wp_form_preview td p.no {
  display: none;
}
.table-style01 td p {
  margin: 10px 0 0;
  text-align: left;
  line-height: 1.8em;
}
.form-box input[type=text].mini {
  width: 20%;
}
.form-box input[type=text].short {
  width: 25%;
}
.form-box textarea, .form-box input[type=text], .form-box input[type=email], .form-box select, .form-box input[type=password] {
  width: 100%;
  height: 60px;
  border-radius: 0;
  border: 1px solid #ccc !important;
  padding: 1rem 2rem !important;
  font-size: 100% !important;
  color: #121212 !important;
}
.form-box textarea {
  width: 100%;
  vertical-align: bottom;
  height: 150px;
}
.form-box select {
  overflow: hidden;
  background: url("../img/cmn/arrow_select.svg") right 1rem center no-repeat;
  background-size: 1.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  padding: 1rem 4rem 1rem 2rem !important;
}
.form-box select.short {
  width: 25%;
}
.form-box table .checkbox {
  display: none;
  padding: 10px;
}
.form-box table .check-list label {
  padding-left: 40px;
}
.form-box table label {
  position: relative;
  padding: 12px 10px 10px 0px;
}
.form-box table .checkbox-field {
  display: block;
  margin-bottom: 1.5rem;
}
.form-box table .checkbox-field:last-child {
  margin-bottom: 0;
}
.form-box table .checkbox-field label:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -11px;
  border: 1px solid #ccc;
}
.form-box table .checkbox-field.checked label:before {
  content: "";
  position: absolute;
  display: block;
  top: 55%;
  left: 5px;
  width: 16px;
  height: 8px;
  margin-top: -6px;
  border: none;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Multiple Select のチェックボックスをカスタム */
.form-box .ms-choice {
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 60px;
  border-radius: 0;
  border: 1px solid #ccc !important;
  padding: 1rem 4rem 1rem 2rem !important;
  font-size: 100% !important;
  color: #121212 !important;
  background: url("../img/cmn/arrow_select.svg") right 1rem center no-repeat;
  background-size: 1.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
}
.form-box .ms-choice > span {
  overflow: hidden;
  position: inherit;
  padding: 0;
  white-space: normal;
}
.form-box .ms-choice > div.icon-caret {
  display: none !important;
}
/* 標準チェックボックスを非表示 */
.ms-drop input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
/* ラベル全体 */
.ms-drop label {
  position: relative;
  padding-left: 32px; /* チェックボックス分の余白 */
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
}
/* チェックボックスの枠 */
.ms-drop label:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -12px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}
/* チェックマーク */
.ms-drop input[type="checkbox"]:checked + span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 16px;
  height: 8px;
  margin-top: -6px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg);
  box-sizing: border-box;
  z-index: 20;
}
/* span を相対基準にする */
.ms-drop label span {
  position: relative;
  padding-left: 20px;
}
.ms-drop {
  border-radius: 0;
  border: 1px solid #ccc;
}
.ms-drop ul {
  padding: 1rem 2rem;
}
.ms-drop ul > li {
  padding: 0;
}
.must {
  background: #92744f;
  color: #fff;
  line-height: 1em;
  padding: 0.8rem;
  font-size: 70%;
  font-weight: bold;
  margin: -5px 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.form-box h3:first-child {
  margin-top: 0;
}
.form-box h3 {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 3rem;
}
.form-box table {
  margin: 0 0 8rem;
  width: 100%;
}
.form-box .btn-submit {
  text-align: center;
  margin: 5rem auto 0;
  width: 50rem;
}
.form-box input[type="submit"] {
  width: 100%;
  display: block;
  background: #000;
  color: #fff;
  padding: 3rem;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 112.5%;
  -webkit-appearance: none;
  cursor: pointer;
  font-weight: bold;
}
.btn-submit li:last-child input[type="submit"] {
  background: #ccc;
}
.page-thanks {
  padding: 40vh 0;
}
.g-recaptcha-box {
  text-align: center;
}
.g-recaptcha {
  display: inline-block;
}
.field-error {
  display: block;
  line-height: 1.5em;
  color: #f00;
  font-weight: bold;
  margin-top: 1rem;
}
.form-error-summary {
  color: #f00;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
}
.form-box .list {
  justify-content: flex-start;
}
.form-box .list li {
  width: 35%;
  margin-right: 2rem;
}
.form-box .list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 2rem;
  }
  .lang-en p {
    font-size: 2.2rem;
    line-height: 2em;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .wrap, .wrap-m, .wrap-s, .wrap-f {
    padding: 0 8vw;
  }
  /*==================================================
HEAD
==================================================*/
  .button-toggle {
    margin-left: 0;
  }
  .sb-slidebar {
    width: 100%;
  }
  .site-header .site-title img {
    width: 50px;
  }
  .site-header .head-box {
    height: 75px;
  }
  .menu_btn {
    width: 60px;
    height: 75px;
  }
  .site-header .sub-navi {
    margin-right: 7rem;
  }
  .language-switcher {
    margin-left: 3rem;
  }
  .search-box input {
    font-size: 16px;
  }
  /*==================================================
FOOT
==================================================*/
  .site-footer {
    padding-bottom: 8rem;
    text-align: center;
  }
  .site-footer h2 {
    margin-bottom: 5rem;
  }
  .site-footer h2 img {
    width: 12rem;
  }
  .site-footer .tit-box {
    width: 100%;
    margin-bottom: 5rem;
  }
  .site-footer .navi-box {
    width: 100%;
  }
  .site-footer .navi-box .col-box {
    width: 100%;
  }
  .site-footer .navi-box dl {
    margin-bottom: 4rem;
  }
  .site-footer .navi-box dt {
    font-size: 2rem;
  }
  .site-footer .navi-box dd {
    font-size: 87.5%;
  }
  .foot-link-box {
    padding: 0;
    border-top: 1px solid #494946;
  }
  .foot-link-box li a {
    padding: 2rem 1rem;
  }
  .foot-link-box li .icon {
    margin-right: 0;
  }
  .foot-link-box li .txt {
    width: 100%;
    text-align: center;
    font-size: 87.5%;
    margin-top: 1rem;
  }
  .lang-en .foot-link-box li .txt {
    font-size: 75%;
  }
  /*==================================================
content
==================================================*/
  section {
    padding: 10rem 0;
  }
  .detail-link {
    margin-top: 5rem;
  }
  .mar-t08 {
    margin-top: 5rem !important;
  }
  /*==================================================
TOP
==================================================*/
  .main-sec {
    padding: 0;
    overflow: hidden;
    background: url("../img/top/main_img01_sp.jpg") no-repeat center;
    background-size: cover;
    height: 100svh !important;
  }
  .main-slider .slide {
    height: 100svh !important;
  }
  .main-slider .slide .txt-box {
    padding: 16vw 8vw;
  }
  .navi-sec .navi01 li {
    width: 50%;
    border-top: 1px solid #494946;
  }
  .navi-sec .navi01 li:nth-child(even) {
    border-right: none;
  }
  .navi-sec .navi01 li .font-jp {
    font-size: 80%;
  }
  .navi-sec .navi02 li {
    width: 100%;
  }
  .navi-sec .navi02 li h2 .font-en {
    font-size: 160%;
  }
  .navi-sec .navi01 li .font-en {
    font-size: 100%;
  }
  .sp100 {
    padding: 0;
  }
  .navi-sec .navi03 li .inner {
    text-align: center;
  }
  .navi-sec .navi03 li .inner .txt {
    display: block;
    margin-top: 1rem;
  }
  .tit02 .font-en {
    font-size: 3.6rem;
  }
  .bg-img01 {
    height: 70vh;
    padding: 10rem 0 0;
  }
  .bg-img01 .txt-box {
    bottom: 4rem;
  }
  .bg-img01 .tit01 {
    margin-bottom: 4rem;
  }
  .bg-img01 .detail-link {
    margin-top: 4rem;
  }
  .bg-img01 .txt-box {
    font-size: 87.5%;
    line-height: 2em;
  }
  .car-slider01 .slide .txt-box {
    bottom: 2rem;
  }
  .stock-sec .bg-img01 {
    background: url(../img/top/stock_img01.jpg) no-repeat center left 23%;
    background-size: cover;
  }
  .post-box .col-box {
    width: 100%;
    margin-bottom: 6rem;
  }
  .archive-list {
    margin-bottom: -6rem;
}
  .post-tit {
    font-size: 2.4rem;
  }
  .content-box .col-box {
    width: 100%;
  }
  .content-box .tit01 {
    text-align: center;
  }
  .content-box .bg-img01 .txt-box {
    left: 0;
    bottom: inherit;
  }
  .detail-link.l {
    margin-left: auto;
  }
	.category-list .cat-list li a{
		padding: 2rem ;
	}
  /*==================================================
stock single
==================================================*/
  .page-car-single .spec-list li {
    width: 100% !important;
    margin-bottom: 2rem;
  }
  .page-car-single .spec-list li:last-child {
    margin-bottom: 0;
  }
  .page-car-single .spec-list li .txt-m {
    font-size: 1.6rem;
  }
  .page-car-single .spec-list li .txt-b {
    font-size: 3rem;
  }
  .page-car-single .spec-list.col-4 li {
    width: 100%;
  }
  .car-single-sec {
    padding-top: 5rem !important;
  }
  .page-car-single .spec-sec {
    margin-bottom: 5rem;
  }
  .page-car-single h2 {
    font-size: 2.6rem;
    text-align: left;
  }
  .page-car-single .feature-box .col-box {
    width: 100%;
    margin-bottom: 5rem;
  }
  .page-car-single .feature-box .col-box:last-child {
    margin-bottom: 0;
  }
  .page-car-single .spec-box {
    text-align: left;
  }
  .page-car-single .feature-box h4 {
    font-size: 2.8rem;
    margin-top: 5rem;
  }
  /*==================================================
stock list
==================================================*/
  .main-img-sec {
    height: 100vw;
    width: 100%;
  }
  .page-car-list .main-img-sec {
    background: url(../img/top/stock_img01.jpg) no-repeat center left 23%;
    background-size: cover;
  }
  .brand-search-box .search-list {
    text-align: left;
  }
  .main-page-tit {
    padding: 0 5vw;
    bottom: 4rem;
  }
  .main-page-tit .s {
    font-size: 100%;
  }
  .brand-search-box .search-list li {
    width: 48%;
    margin: 0.5rem 0;
    text-align: left;
    font-size: 1.7rem;
  }
  .brand-search-box .btn {
    font-size: 1.6rem;
    padding: 2rem 1rem;
  }
	
  .archive-list .col-box {
    width: 100%;
  }
  .post-car-name .brand {
    font-size: 2.8rem;
  }
  .car-slider01 .slick-next {
    width: 5rem;
    height: 5rem;
    right: 5%;
    margin-right: -2.5rem;
    background: url(../img/cmn/arrow_next02_sp.svg) no-repeat center;
    background-size: contain;
  }
  .car-img-slider01 .slick-next {
    width: 5rem;
    height: 5rem;
    right: 10%;
    margin-right: -2.5rem;
    background: url(../img/cmn/arrow_next02_sp.svg) no-repeat center;
    background-size: contain;
  }
  .car-img-slider01 .slick-prev {
    width: 5rem;
    height: 5rem;
    left: 10%;
    margin-left: -2.5rem;
    background: url(../img/cmn/arrow_prev02_sp.svg) no-repeat center;
    background-size: contain;
  }
  .product-slider01 .slick-next {
    width: 5rem;
    height: 5rem;
    right: 5%;
    margin-right: -2.5rem;
    background: url(../img/cmn/arrow_next02_sp.svg) no-repeat center;
    background-size: contain;
  }
  .product-slider01 .slick-prev {
    width: 5rem;
    height: 5rem;
    left: 5%;
    margin-left: -2.5rem;
    background: url(../img/cmn/arrow_prev02_sp.svg) no-repeat center;
    background-size: contain;
  }
  /*==================================================
service
==================================================*/
  .page-service .main-img-sec {
    background: url(../img/service/main_img.jpg) no-repeat 80% center;
    background-size: cover;
  }
  .page-service .tit-block p {
    text-align: left;
  }
  .tit03 {
    margin-bottom: 5rem;
  }
  .tit03 .txt-b {
    font-size: 3rem;
  }
  .tit04 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  .service-img-txt01 .col-box {
    width: 100%;
    margin-bottom: 8rem;
  }
  .service-img-txt01 .col-box:last-child {
    margin-bottom: 0;
  }
  .service-img-txt02 .img-box {
    width: 100%;
  }
  .service-img-txt02 .txt-box {
    width: 100%;
  }
  .tit05 {
    font-size: 2.8rem;
  }
  .service-img-txt02 {
    margin-bottom: 8rem;
  }
  .service-img-txt03 .col-box {
    width: 100%;
    margin-bottom: 8rem;
  }
  .service-img-txt03 .col-box:last-child {
    margin-bottom: 0;
  }
  .logi-flow-box .slide {
    margin: 0 1.5rem;
  }
  .logi-flow-box .slick-next {
    width: 8rem;
    height: 8rem;
    right: 15%;
    margin-right: -4rem;
    top: 30%;
  }
  .sp-txt-left {
    text-align: left;
  }
  /*==================================================
import
==================================================*/
  .page-import .main-img-sec {
    background: url(../img/import/main_img.jpg) no-repeat 65% center;
    background-size: cover;
  }
  .tit07 {
    font-size: 3rem;
  }
  .import-img-txt01 .col-box {
    width: 100%;
    margin-bottom: 5rem;
  }
  .import-img-txt01 .col-box:last-child {
    margin-bottom: 0;
  }
  .tit06 {
    font-size: 2.4rem;
  }
  .import-img-txt02 .col-box {
    width: 100%;
    margin-bottom: 5rem;
  }
  .import-img-txt02 .col-box:last-child {
    margin-bottom: 0;
  }
  .page-import .border-box .col-box {
    width: 100%;
    padding: 4rem;
    margin-bottom: 2rem;
  }
  .page-import .border-box .col-box:last-child {
    margin-bottom: 0;
  }
  /*==================================================
consign
==================================================*/
  /*==================================================
company
==================================================*/
  .message-sec h3 {
    font-size: 2.2rem;
  }
  .message-sec .profile-box {
    margin-top: 10rem;
  }
  .message-sec .profile-box h4 {
    font-size: 2.4rem;
  }
  .company-box .col-box {
    width: 100%;
    margin-bottom: 6rem;
  }
  .company-box .col-box:last-child {
    margin-bottom: 0;
  }
  /*==================================================
Parts & Accessory
==================================================*/
  .parts-accessory-single .pad-t {
    padding-top: 75px;
  }
  .parts-cat-list {
    font-size: 87.5%;
  }
  .parts-accessory-single h1 {
    font-size: 3rem;
  }
	.product-slider01 .slide {
    max-width: 100%;
    width: 100%;
}
  /*==================================================
CLUB TPE
==================================================*/
  .member-box .link-text {
    font-size: 80%;
    letter-spacing: 0;
  }
  .member-box {
    padding: 6rem 2rem;
  }
  .clubtpe .txt-center {
    text-align: left;
  }
  /*==================================================
お問い合わせ
==================================================*/
  .form-box h3 {}
  .must {
    font-size: 65%;
    margin: -2px 0 0 5px;
  }
  .table-style01 th {
    display: block;
    width: 100%;
    padding: 1em;
    border-right: 1px solid #ccc;
    padding: 1.5em 2em;
  }
  .table-style01 .txt-s {
    font-size: 10px;
  }
  .table-style01 td {
    display: block;
    width: 100%;
    padding: 1em 1em 1.5em;
  }
  .form-box textarea, .form-box input[type=text], .form-box input[type=email], .form-box input[type=password] {
    width: 100%;
    height: 45px;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
  }
  .form-box textarea {
    height: 100px;
  }
  .form-box table label {
    position: relative;
    padding: 5px 10px 5px 0px;
  }
  .form-box table .checkbox-field label:after {
    margin-top: -12px;
  }
  .form-box table .checkbox-field.checked label:before {
    margin-top: -7px;
  }
  .form-box select {
    width: 100%;
    height: 45px;
  }
  .form-box .btn-submit li {
    display: block;
    margin: 0 0 10px;
  }
  .form-box input[type="submit"], .form-box button {
    display: block;
    padding: 20px 10px;
    width: 100%;
  }
  .checkbox-field label, .mwform-radio-field label {
    display: block;
    padding: 0 0 5px;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !Important;
  }
  .form-box input[type="submit"] {
    padding: 20px 20px;
    letter-spacing: 0px;
  }
  .form-box .vertical-item {
    display: block;
  }
	.form-box .list{
		justify-content:space-between;
	}
  .form-box .list li {
    width: 48%;
    margin-right: 0;
  }
}