@charset "UTF-8";

/* COMPASS
 * ----------------------------------------------- */
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}

.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1200px;
  overflow: auto;
}

.wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* RESPONSIVE
 * ----------------------------------------------- */
.d-flex {
  display: flex;
}

.sm {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .d-flex {
    display: block;
  }

  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  html {
    font-size: 15.625vw;
  }

  body {
    font-size: 0.24rem;
  }

  .container {
    width: auto;
    min-width: 320px;
    overflow: hidden;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.font-mincho {
  font-family: "Sawarabi Mincho", sans-serif;
}

.slick-slide {
  outline: none;
}

/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
header {
  position: fixed;
  z-index: 999;
  width: 100%;
}

header .menu-side {
  position: fixed;
  top: 0;
  width: 600px;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  padding: 38px 60px 36px 74px;
  left: -100%;
  z-index: 999;
  overflow: auto;

  width: 530px;
  /* 追加0521*/
  padding: 38px 83px 36px 74px;
  /* 追加0521*/
}

header .btn-close-menu {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 38px;
  top: 59px;
}

header .logo {
  margin-left: -22px;
  position: relative;
  display: inline-block;
}

header .logo:before {
  position: absolute;
  right: -30px;
  background-color: #fff;
  height: 3px;
  width: 400px;
  content: " ";
  top: 39px;
}

header .logo a {
  display: block;
}

header .btn-close-menu {
  display: block;
  cursor: pointer;
}

header .main-menu {
  margin-top: 45px;
}

header .main-menu ul {
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
}

header .main-menu ul li {
  /* width: 222px; */
  margin-bottom: 18px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}

header .main-menu ul li span {
  display: block;
}

header .main-menu ul li span.en {
  font-size: 20px;
}

header .main-menu ul li span.jp {
  font-size: 10px;
  margin-top: -3px;
}

header .main-menu ul li a {
  display: block;
  /* padding: 76px 10px 85px; */
  padding: 11px 10px 12px;
  position: relative;
}

.logo_foreme {
  width: 496px !important;
  height: 111px;
  background: url("/wp-content/uploads/2019/05/FORME_logo.png");
  text-indent: -999em;
}

header .main-menu ul li a:before {
  position: absolute;
  top: -11px;
  bottom: 0;
  margin: auto 0;
  right: 17px;
  width: 10px;
  height: 13px;
  content: " ";
  background-image: url(img/common/arrow_main.png);
}

header .left-menu {
  left: 64px;
  top: 49px;
  position: fixed;
}

header .left-menu .menu-btn {
  cursor: pointer;
}

header .right-menu-social {
  position: fixed;
  top: 0;
  right: 0;
}

header .right-menu-social li:first-child a {
  background-color: transparent;
  padding: 0;
}

header .right-menu-social li:first-child a:before {
  display: none;
}

header .right-menu-social li a {
  display: block;
  text-align: center;
  position: relative;
  padding: 20px 0;
}

.icon_contact {
  width: 100px;
  height: auto;
}

.icon_01 {
  width: 34px;
  height: auto;
}

.icon_02 {
  width: 34px;
  height: auto;
}

.icon_03 {
  width: 21px;
  height: auto;
}

.drop-shadow {
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .8));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .8));
}

header .right-menu-social li a:before {
  content: " ";
  width: 19px;
  position: absolute;
  height: 1px;
  background-color: #E3E3E3;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  header {
    background-color: #ffffff;
  }

  header .left-menu {
    position: static;
  }

  header .left-menu .menu-btn {
    width: 90px;
    margin-top: 16px;
    margin-left: 10px;
  }

  header .d-overflow {
    display: flex;
    justify-content: space-between;
  }

  header .right-menu-social {
    position: static;
  }

  header .right-menu-social ul {
    display: flex;
  }

  header .right-menu-social ul li:nth-child(1) {
    order: 4;
  }

  header .right-menu-social ul li:nth-child(1) a {
    height: 60px;
    width: 60px;
  }

  header .right-menu-social ul li:nth-child(2) {
    order: 1;
  }

  header .right-menu-social ul li:nth-child(2) img {
    width: 20px;
  }

  header .right-menu-social ul li:nth-child(3) {
    order: 2;
  }

  header .right-menu-social ul li:nth-child(3) img {
    /* height: 20px; */
  }

  header .right-menu-social ul li:nth-child(4) {
    order: 3;
  }

  header .right-menu-social ul li:nth-child(4) img {
    width: 8px;
  }

  header .right-menu-social ul li a {
    padding: 0 16px;
    height: 60px;
    display: flex;
    align-items: center;
  }

  header .right-menu-social ul li a:before {
    height: 20px;
    width: 1px;
    background-color: #00307D;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  header .menu-side {
    width: 100%;
    padding: 30px 15px;
    left: -100%;
    z-index: 999;
    overflow: auto;
  }

  header .btn-close-menu {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 10px;
    padding: 5px;
  }

  header .logo {
    margin-left: 0;
    width: 150px;
    display: block;
  }

  header .logo:before {
    position: absolute;
    right: -10px;
    height: 1px;
    top: 23px;
  }

  header .main-menu {
    margin-top: 20px;
  }

  header .main-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px -10px;
  }

  header .main-menu ul li {
    width: 77%;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 0 10px;
    background-color: transparent;
  }

  header .main-menu ul li span.en {
    font-size: 16px;
  }

  header .main-menu ul li span.jp {
    font-size: 10px;
    margin-top: -3px;
  }

  header .main-menu ul li a {
    display: block;
    padding: 10px 10px 10px;
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
  }

  header .main-menu ul li a:before {
    top: 0;
  }
}

@media only screen and (max-width: 374px) {
  header .main-menu ul li {
    width: 100%;
  }
}

/* COMMON FOOTER
 * ----------------------------------------------- */
.left-section-info {
  margin-bottom: 38px;
}

.section-about-forme .wrapper-big .left-section-info {
  margin-top: 0;
}

.section-about-forme .wrapper-big .left-section-info .menu-section-info {
  margin-top: 60px;
}

footer {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-top: 1px solid #00307D;
  padding: 60px 0 0;
}

footer .btn-back-top {
  display: block;
  position: absolute;
  right: 7.8125%;
  top: -50px;
  cursor: pointer;
  margin-right: -3px;
}

footer .block-end-foo {
  position: relative;
  margin-top: 98px;
  background-color: #000000;
}

footer .block-end-foo .logo-foo {
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}

footer .section-auto-list {
  padding-left: 300px;
  overflow: hidden;
}

footer .section-auto-list .item {
  width: 225px;
  min-width: 225px;
  max-width: 225px;
  flex-basis: 225px;
}

footer .section-auto-list .item img {
  /* max-width: unset; */
}

.page-top .container {
  overflow: hidden !important;
}

footer .foo-menu {
  text-align: center;
  background-image: url(img/common/bg_foo.png);
  background-size: cover;
  color: #ffffff;
  padding: 30px 0 30px 0px;
}

footer .foo-menu .list-menu {
  display: inline-block;
}

footer .foo-menu .list-menu li {
  border-left: 1px solid #ffffff;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  padding: 0 20px;
  letter-spacing: 0.09em;
}

footer .foo-menu .list-menu li:first-child {
  border: none;
}

footer .foo-menu .txt-copyright {
  display: inline-block;
  letter-spacing: 0.48em;
  padding-left: 42px;
}

@media only screen and (max-width: 1500px) {
  footer .foo-menu {
    padding: 30px 0 30px 310px;
  }
}

@media only screen and (max-width: 767px) {
  .left-section-info {
    margin-bottom: 20px;
  }

  .section-about-forme .wrapper-big .left-section-info {
    margin-top: 35px;
  }

  .section-about-forme .wrapper-big .left-section-info .menu-section-info {
    margin-top: 20px;
  }

  footer {
    z-index: 1;
    padding: 10px 0 0;
  }

  footer .btn-back-top {
    display: block;
    position: absolute;
    right: 15px;
    top: -26px;
    width: 32px;
    height: 36px;
  }

  footer .block-end-foo {
    margin-top: 40px;
  }

  footer .block-end-foo .logo-foo {
    display: none;
  }

  footer .section-auto-list {
    padding-left: 0;
    overflow: hidden;
  }

  footer .section-auto-list .item {
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
    float: left;
  }

  footer .foo-menu {
    text-align: center;
    padding: 20px 15px;
  }

  footer .foo-menu .list-menu li {
    font-size: 10px;
    padding: 0 10px;
    letter-spacing: 0.09em;
  }

  footer .foo-menu .txt-copyright {
    letter-spacing: 0;
    padding-left: 12px;
    font-size: 10px;
  }
}

/* breadcrumb
 * ----------------------------------------------- */
.breadcrumb {
  padding: 10px 0;
  margin-top: 17px;
}

.breadcrumb li {
  font-size: 14px;
  display: inline-block;
  padding-right: 10px;
}

.breadcrumb li a {
  color: #00307D;
  text-decoration: underline;
}

.breadcrumb li .arrow {
  padding: 0 2px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0 0;
  }

  .breadcrumb li {
    font-size: 12px;
  }
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION SAMPLE 01
 * ----------------------------------------------- */
#tubular-container {
  top: 0;
  position: absolute !important;
}

.box-white-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-bottom: 91px;
}

.title-top-page {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

.title-top-page span {
  display: block;
}

.title-top-page span.jp {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-shadow: 2px 3px 3px #000000;
}

.title-top-page span.en {
  font-size: 50px;
  line-height: 1.2;
  text-shadow: 2px 3px 3px #000000;
  margin-top: 7px;
}

.section-top-video {
  height: 100vh;
  z-index: 1;
  position: relative;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1424px) {
  .section-top-video {
    height: 50vh !important;
    background-position: center !important;
  }
}

.mainview {
  background-image: url("/wp-content/uploads/2019/07/mainview.jpg");
  background-repeat: none;
  background-size: cover;
}

.section-top-video .d-flex {
  align-items: center;
  height: 100%;
  justify-content: center;
}

.wrapper-big {
  padding-left: 7.8125%;
  padding-right: 7.8125%;
}

.wrapper-big>.d-flex {
  justify-content: space-between;
  align-items: center;
}

.wrapper-big .left-section-info {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  text-align: center;
}

.wrapper-big .right-section-info {
  width: 100%;
}

.left-section-info .title span {
  display: block;
}

.left-section-info .title span.en {
  font-size: 30px;
  color: #00307D;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.left-section-info .title span.jp {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}

.left-section-info .menu-section-info {
  margin-top: 41px;
}

.menu-section-info {
  text-align: center;
}

.menu-section-info li {
  display: inline-block;
}


.left-section-info .menu-section-info li {
  margin-bottom: 20px;
  margin-right: 15px;
}

.left-section-info .menu-section-info li a {
  display: inline-block;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #F6F6F6;
  width: 220px;
  text-align: center;
  padding: 18px 10px;
  position: relative;
}

.left-section-info .menu-section-info li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 17px;
  width: 10px;
  height: 13px;
  content: " ";
  background-image: url(img/common/arrow_main.png);
}

.left-section-info .menu-section-info li a span {
  display: block;
}

.left-section-info .menu-section-info li a span.en {
  font-size: 20px;
}

.left-section-info .menu-section-info li a span.jp {
  font-size: 12px;
  color: #333;
}

.desc {
  font-size: 18px;
  line-height: 1.6;
}

.right-section-info .list-car-cover .item .img {
  position: relative;
  text-align: center;
}

.right-section-info .list-car-cover .item .img:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  content: " ";
  /* background-image: url(img/common/img_cover.png); */
  width: 89.4%;
  height: 100%;
}

.right-section-info .list-car-cover .item .txt-concept {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background-color: #00307D;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  bottom: -18px;
  padding: 25.5px 0;
}

.right-section-info .list-car-cover .item .title-item {
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.right-section-info .list-car-cover .item .title-item .en {
  font-size: 40px;
  padding-right: 30px;
  line-height: 1;
}

.right-section-info .list-car-cover .item .title-item .jp {
  font-size: 16px;
  color: #00307D;
}

.right-section-info .list-car-cover .item .caption {
  margin-top: 36px;
  width: 90%;
  margin: 0 auto;
}

.right-section-info .list-car-cover .item .desc {
  margin-top: 30px;
  padding: 0 0 0 20px;
}

.list-car-cover {
  justify-content: space-between;
}

.list-car-cover .item {
  width: 48.739%;
  min-width: 48.739%;
  max-width: 48.739%;
  flex-basis: 48.739%;
}

.section-information {
  margin-top: 1px;
  border-bottom: 1px solid #D6D6D6;
}

.section-information.d-flex {
  align-items: center;
}

.section-information .news-side {
  width: calc(100% - 200px);
  padding: 5px 110px 5px 77px;
  outline: none;
}

.section-information .title {
  font-size: 20px;
  color: #ffffff;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  text-align: center;
  background-color: #00307D;
  padding: 16px 10px;
  display: block;
}

.section-information .slider-news .item .date {
  padding-right: 25px;
  color: #00307D;
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
}

.section-information .slider-news .item .tit {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 670px;
  display: inline-block;
  vertical-align: middle;
}

.section-information .slider-news .item a {
  outline: none;
}

.section-information .slider-news .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  text-indent: -9999px;
  z-index: 99;
  cursor: pointer;
  margin: auto 0;
}

.section-information .slider-news .slick-arrow.slick-prev {
  right: 20px;
  border-right: 8px solid #333333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.section-information .slider-news .slick-arrow.slick-next {
  right: 0;
  border-left: 8px solid #333333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.list-cars .slick-slide>div {
  display: -webkit-flex;
  display: flex;
}

.list-cars .item {
  padding: 0 10px;
  margin-bottom: 20px;
}

.list-cars .item .slick-list {
  margin: 0 -10px;
}

.list-cars .item .co {
  background-color: #F6F6F6;
}

.list-cars .item a {
  outline: none;
  display: block;
}

.list-cars .item a img {
  width: 100%;
}

.list-cars .item .caption {
  background-color: #F6F6F6;
  text-align: center;
  padding: 19px 10px 25px;
  display: block;
}

.list-cars .item .caption .desc-jp {
  font-size: 20px;
  margin-top: 5px;
}

.list-cars .item .caption .desc-en {
  font-size: 12px;
}

.list-cars .item .row-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}

.list-cars .item .row-name .remain-status {
  font-size: 20px;
  color: #AAAAAA;
  text-align: center;
  width: 100%;
  padding-left: 30px;
}

.list-cars .item .row-name .name {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  padding: 12.5px 24px;
}

.list-cars .item .row-name .name.label-green {
  background-color: #4C6600;
}

.list-cars .item .row-name .name.label-green:before {
  border-bottom: 50px solid #4C6600;
}

.list-cars .item .row-name .name.label-orange {
  background-color: #C67121;
}

.list-cars .item .row-name .name.label-blue {
  background-color: #003366;
}

.list-cars .item .row-name .name.label-blue:before {
  border-bottom: 50px solid #003366;
}

.list-cars .item .row-name .name:before {
  position: absolute;
  content: " ";
  right: -22px;
  top: 0;
  border-bottom: 50px solid #C67121;
  border-right: 22px solid transparent;
}

.section-lineup {
  margin-top: 65px;
}

.section-lineup .wrapper-big .left-section-info {
  width: 100%;
  min-width: 340px;
  max-width: 100%;
  flex-basis: 100%;
  margin-top: 0;
  text-align: center;
}

.section-lineup .wrapper-big .right-section-info {
  padding-right: 60px;
  width: calc(100%);
}

.instafeed-custom {
  display: flex;
  flex-wrap: wrap;
}

.instafeed-custom .item-instagram {
  width: 25%;
  padding: 0 5px;
}

.instafeed-custom .item-instagram .row-like {
  text-align: center;
  padding: 9px 0 24px;
}

.instafeed-custom .item-instagram .row-like span {
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 5px 9px 5px 30px;
  font-size: 16px;
  color: #333333;
}

.instafeed-custom .item-instagram .row-like span.likes {
  background-image: url(img/common/icon_heart.png);
}

.instafeed-custom .item-instagram .row-like span.comments {
  background-image: url(img/common/icon_comment.png);
}

.section-instagram {
  margin-top: 84px;
}

.section-instagram .menu-section-info {
  text-align: center;
  margin-top: 17px;
}

.section-instagram .wrapper-big .right-section-info {
  width: 100%;
  order: 1;
}

@media print,
(min-width: 768px) {
  .section-instagram .wrapper-big .right-section-info .sec-instafeed {
    margin-right: -168px;
  }
}

.section-instagram .wrapper-big .left-section-info {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 2;
  order: 2;
}

.section-instagram .wrapper-big .left-section-info .title {
  display: inline-block;
}

.section-instagram .wrapper-big .left-section-info .title span.jp {
  text-align: left;
  font-size: 20px;
  padding: 10px 0 10px 40px;
  background-image: url(img/common/icon_instagram_black.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 0;
}

.slider-cars .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -62px;
  width: 40px;
  height: 40px;
  text-indent: -999999px;
  background-color: #00307D;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.slider-cars .slick-arrow.slick-prev {
  background-image: url(img/common/icon_arrow_up.png);
  top: -178px;
}

.slider-cars .slick-arrow.slick-next {
  background-image: url(img/common/icon_arrow_down.png);
  bottom: 64px;
}

@media only screen and (max-width: 1500px) {
  .desc {
    font-size: 16px;
  }

  .left-section-info .title span.en {
    font-size: 30px;
  }

  .list-cars .item .row-name .name {
    font-size: 15px;
    padding: 14.5px 24px;
    width: 170px;
    min-width: 170px;
    max-width: 170px;
  }

  .list-cars .item .row-name .remain-status {
    font-size: 16px;
  }

  .list-cars .item .caption .desc-jp {
    font-size: 16px;
  }

  .right-section-info .list-car-cover .item .title-item {
    display: block;
    text-align: center;
  }

  .right-section-info .list-car-cover .item .title-item .en {
    font-size: 28px;
    display: block;
    padding-right: 0;
  }

  .right-section-info .list-car-cover .item .title-item .jp {
    display: block;
    margin-top: 5px;
  }

  .right-section-info .list-car-cover .item .desc {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #tubular-container {
    display: none;
  }

  #tubular-shield {
    display: none;
  }

  .section-top-video {
    height: 200px;
    background-size: cover;
    background-position: center center;
    margin-top: 58px;
  }

  .box-white-content {
    padding-bottom: 45px;
  }

  .section-information {
    margin-top: 0;
  }

  .section-information.d-flex {
    align-items: stretch;
    display: flex;
  }

  .section-information .news-side {
    width: calc(100% - 100px);
    padding: 0 0;
    outline: none;
  }

  .section-information .title {
    font-size: 10px;
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    padding: 8px 5px;
    display: block;
    line-height: 24px;
  }

  .section-information .slider-news .item a {
    display: flex;
    height: 40px;
    align-items: center;
  }

  .section-information .slider-news .item .date {
    padding-right: 12px;
    font-size: 9px;
    line-height: 1;
    padding-left: 5px;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .section-information .slider-news .item .tit {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    padding-right: 25px;
    position: relative;
    top: 0;
  }

  .wrapper-big {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper-big .left-section-info {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .wrapper-big .right-section-info {
    width: auto;
  }

  .left-section-info .title span {
    display: block;
  }

  .left-section-info .title span.en {
    font-size: 30px;
  }

  .left-section-info .title span.jp {
    font-size: 10px;
    margin-top: 0;
  }

  .left-section-info .menu-section-info {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }

  .left-section-info .menu-section-info li {
    margin-bottom: 10px;
    width: 50%;
    padding: 0 4px;
  }

  .left-section-info .menu-section-info li a {
    display: block;
    width: 100%;
    padding: 5px 5px;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
  }

  .left-section-info .menu-section-info li a:before {
    width: 7px;
    height: 9px;
    background-size: 100% 100%;
  }

  .left-section-info .menu-section-info li a span {
    display: block;
  }

  .left-section-info .menu-section-info li a span.en {
    font-size: 12px;
  }

  .left-section-info .menu-section-info li a span.jp {
    font-size: 10px;
  }

  .desc {
    font-size: 12px;
  }

  .right-section-info .list-car-cover {
    margin-top: 6px;
  }

  .right-section-info .list-car-cover .item .img img {
    width: 100%;
    text-align: center;
  }

  .right-section-info .list-car-cover .item .txt-concept {
    width: 50px;
    height: 40px;
    font-size: 9px;
    bottom: -12px;
    padding: 12px 0;
  }

  .right-section-info .list-car-cover .item .title-item {
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
    display: flex;
  }

  .right-section-info .list-car-cover .item .title-item .en {
    font-size: 20px;
    padding-right: 15px;
  }

  .right-section-info .list-car-cover .item .title-item .jp {
    font-size: 12px;
  }

  .right-section-info .list-car-cover .item .caption {
    margin-top: 18px;
  }

  .right-section-info .list-car-cover .item .desc {
    margin-top: 15px;
    padding: 0 0 0 10px;
  }

  .list-car-cover .item {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .slider-cars {
    margin-top: 15px;
  }

  .slider-cars .slick-arrow {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .slider-cars .slick-arrow.slick-prev {
    background-image: url(./img/common/icon_back_sp.png);
    top: auto;
    bottom: -32px;
    left: -30px;
  }

  .slider-cars .slick-arrow.slick-next {
    background-image: url(./img/common/icon_next_sp.png);
    top: auto;
    bottom: -32px;
    right: -30px;
  }

  .list-cars .item {
    padding: 0 0;
    margin-bottom: 0;
  }

  .list-cars .item .slick-list {
    margin: 0 0;
  }

  .list-cars .item .caption {
    padding: 10px 10px 10px;
  }

  .list-cars .item .caption .desc-jp {
    font-size: 12px;
    margin-top: 10px;
  }

  .list-cars .item .caption .desc-en {
    font-size: 10px;
  }

  .list-cars .item .row-name .remain-status {
    font-size: 10px;
    padding-left: 15px;
  }

  .list-cars .item .row-name .name {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    font-size: 9px;
    padding: 10px 9px;
  }

  .list-cars .item .row-name .name.label-green:before {
    border-bottom: 32px solid #4C6600;
  }

  .list-cars .item .row-name .name.label-blue:before {
    border-bottom: 32px solid #003366;
  }

  .list-cars .item .row-name .name:before {
    right: -11px;
    border-bottom: 32px solid #C67121;
    border-right: 11px solid transparent;
  }

  .section-lineup {
    margin-top: 28px;
  }

  .section-lineup .wrapper-big .left-section-info {
    width: auto;
    min-width: 0;
    max-width: 100%;
    margin-top: 0;
  }

  .section-lineup .wrapper-big .left-section-info .title span.en {
    font-size: 20px;
  }

  .section-lineup .wrapper-big .right-section-info {
    padding-right: 0;
    width: auto;
  }

  .instafeed-custom {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }

  .instafeed-custom .item-instagram {
    width: 50%;
  }

  .instafeed-custom .item-instagram a img {
    width: 100%;
  }

  .instafeed-custom .item-instagram .row-like {
    padding: 5px 0 24px;
  }

  .instafeed-custom .item-instagram .row-like span {
    padding: 5px 9px 5px 30px;
    font-size: 12px;
  }

  .section-instagram {
    margin-top: 70px;
  }

  .menu-section-info {
    display: block;
  }

  .section-instagram .menu-section-info {
    text-align: center;
    margin-top: 17px;
  }

  .section-instagram .wrapper-big .right-section-info {
    width: auto;
    margin-right: -22.4%;
    padding-right: 29px;
  }

  .section-instagram .wrapper-big .left-section-info {
    width: auto;
    min-width: 0;
    max-width: 100%;
    margin-top: 50px;
  }

  .section-instagram .wrapper-big .left-section-info .title {
    display: block;
  }

  .section-instagram .wrapper-big .left-section-info .title span.en {
    text-align: left;
  }

  .section-instagram .wrapper-big .left-section-info .title span.jp {
    text-align: left;
    font-size: 14px;
    padding: 10px 0 10px 40px;
    background-image: url(img/common/icon_instagram_black.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 0;
  }

  .right-section-info .list-car-cover .item .img:before {
    width: 100%;
  }
}

.section-instagram .wrapper-big .right-section-info {
  padding-right: 42px;
}

.section-instagram .wrapper-big .right-section-info {
  padding-right: 45px;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important;
}

.section-keyvisual {
  height: 600px;
  background-color: #DDDDDD;
  position: relative;
}

.section-keyvisual .d-flex {
  height: 100%;
  align-items: center;
}

.section-keyvisual .title-top-page {
  color: #ffffff;
  text-align: center;
  position: static;
}

.section-parts {
  margin-top: 70px;
}

.section-parts.d-flex {
  justify-content: space-between;
}

.section-parts.reverse {
  margin-top: 46px;
}

.section-parts.reverse .left-txt {
  order: 2;
  padding-top: 78px;
}

.section-parts.reverse .left-txt .title {
  text-align: right;
}

.section-parts.reverse .right-list-parts {
  order: 1;
}

.section-parts .left-txt {
  width: 256px;
  min-width: 256px;
  max-width: 256px;
  flex-basis: 256px;
  padding-top: 120px;
}

.section-parts .left-txt .title .en {
  font-size: 24px;
  line-height: 1.2;
  display: block;
  color: #00307D;
}

.section-parts .left-txt .title .jp {
  font-size: 14px;
  display: block;
  margin-top: 6px;
}

.section-parts .right-list-parts {
  width: 100%;
}

.section-parts .list-parts {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.section-parts .list-parts li {
  width: 305px;
  min-width: 305px;
  max-width: 305px;
  flex-basis: 305px;
  margin: 0 7px 50px;
}

.section-parts .list-parts li a {
  position: relative;
  display: block;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.section-parts .list-parts li a:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(51, 51, 51, 0.7);
  opacity: 0;
  transition: all 0.5s;
}

.section-parts .list-parts li a:hover:before {
  opacity: 1;
}

.section-parts .list-parts li a .txt-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 182px;
  height: 49px;
  z-index: 9;
}

.section-parts .list-parts li .caption {
  margin-top: 17px;
  text-align: center;
}

.section-parts .list-parts li .caption .tit {
  font-size: 20px;
  color: #333333;
}

.section-parts .list-parts li .caption .price {
  font-size: 16px;
  color: #666666;
  margin-top: 6px;
}

.box-contact {
  margin: 86px 0 0 0;
}

.box-contact h2 {
  text-align: center;
}

.box-contact>div {
  margin: 0 auto;
  border-radius: 5px;
  border: 3px solid #00307D;
  max-width: 1006px;
  width: 100%;
}

.box-contact .row-tel {
  border-bottom: 1px solid #00307D;
  padding: 18px 0px;
  display: flex;
}

.box-contact .row-tel .col {
  width: 50%;
  text-align: center;
}

.box-contact .row-tel .col .numb {
  font-size: 40px;
}

.box-contact .row-tel .col .blue {
  color: #00307D;
}

.box-contact .row-work-time {
  display: flex;
  justify-content: center;
  padding: 10px 10px 17px;
}

.box-contact .row-work-time .item {
  display: flex;
  align-items: center;
}

.box-contact .row-work-time .item .label {
  color: #ffffff;
  font-size: 18px;
  background-color: #00307D;
  width: 123px;
  text-align: center;
  padding: 2.5px 0;
}

.box-contact .row-work-time .item .time {
  padding: 0 47px 0 20px;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .section-keyvisual {
    height: 320px;
    position: relative;
    padding-top: 60px;
  }

  .section-keyvisual .d-flex {
    display: flex;
  }

  .section-keyvisual .title-top-page {
    color: #ffffff;
    text-align: center;
    position: static;
  }

  .section-keyvisual .title-top-page span.jp {
    font-size: 16px;
  }

  .section-keyvisual .title-top-page span.en {
    font-size: 30px;
  }

  .section-parts {
    margin-top: 35px;
  }

  .section-parts.reverse {
    margin-top: 25px;
  }

  .section-parts.reverse .left-txt {
    padding-top: 10px;
  }

  .section-parts .left-txt {
    padding-top: 0;
  }

  .section-parts .right-list-parts {
    margin-top: 25px;
  }

  .section-parts .list-parts li {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    margin: 0 0 35px;
    padding: 0 7px;
  }

  .section-parts .list-parts li a img {
    width: 100%;
  }

  .section-parts .list-parts li .caption .tit {
    font-size: 14px;
  }

  .section-parts .list-parts li .caption .price {
    font-size: 12px;
    margin-top: 0;
  }

  .box-contact {
    border: none !important;
    border-radius: 3px;
    width: auto;
    margin: 50px auto 0;
  }

  .box-contact .row-tel {
    padding: 9px 0px;
    display: block;
  }

  .box-contact .row-tel .col {
    width: 100%;
  }

  .box-contact .row-tel .col .numb {
    font-size: 20px;
  }

  .box-contact .row-work-time {
    display: block;
    padding: 5px 8px;
  }

  .box-contact .row-work-time .item {
    display: flex;
    align-items: center;
    padding: 2px 0;
  }

  .box-contact .row-work-time .item .label {
    color: #ffffff;
    font-size: 14px;
    background-color: #00307D;
    width: 90px;
    padding: 2px 0;
  }

  .box-contact .row-work-time .item .time {
    padding: 0 10px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .section-parts .list-parts li {
    width: auto;
    min-width: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}

.section-showroom .box-forme {
  background-color: #000000;
  position: relative;
  min-height: 350px;
  margin-top: 30px;
}

.section-showroom .box-forme .logo-forme {
  position: absolute;
  left: 0;
  top: 0;
}

.section-showroom .box-forme .content {
  color: #ffffff;
  position: relative;
  z-index: 1;
  width: 467px;
  margin-left: 690px;
  display: flex;
  height: 350px;
  align-items: center;
}

.section-showroom .box-forme .content .desc {
  font-size: 20px;
  padding-top: 12px;
}

.section-showroom .box-img {
  margin-top: 12px;
}

.section-showroom .box-img .d-flex {
  flex-wrap: wrap;
}

.section-showroom .box-img li {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  flex-basis: 25%;
}

.section-showroom .table-showroom {
  width: 100%;
  font-size: 18px;
  margin-top: 53px;
}

.section-showroom .table-showroom th,
.section-showroom .table-showroom td {
  border: 1px solid #F0F0F0;
  font-size: 18px;
  padding: 26px 10px;
}

.section-showroom .table-showroom th {
  background-color: #F5F9FC;
  text-align: center;
  width: 200px;
}

.section-showroom .table-showroom td {
  padding: 26px 50px;
  width: 400px;
}

.section-showroom .table-showroom td .name-company {
  padding-right: 46px;
}

.section-showroom .table-showroom .list-social {
  display: flex;
}

.section-showroom .table-showroom .list-social li {
  padding-right: 37px;
}

.section-showroom .table-showroom .list-social li.icon01 a {
  display: inline-block;
  background-image: url(img/showroom/icon_show01.png);
}

.section-showroom .table-showroom .list-social li.icon02 a {
  display: inline-block;
  background-image: url(img/showroom/icon_show02.png);
}

.section-showroom .table-showroom .list-social li.icon03 a {
  display: inline-block;
  background-image: url(img/showroom/icon_show03.png);
}

.section-showroom .table-showroom .list-social li a {
  color: #00307D;
  text-decoration: underline;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 4px 0 2px 40px;
}

.section-showroom .box-map {
  margin-top: 46px;
  padding-bottom: 143px;
}

.section-showroom .box-map .desc-map {
  margin-top: 25px;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .section-showroom .box-forme {
    min-height: 0;
    margin-top: 20px;
  }

  .section-showroom .box-forme .logo-forme {
    position: static;
  }

  .section-showroom .box-forme .content {
    width: auto;
    margin-left: 0;
    display: block;
    height: auto;
    padding: 15px 15px;
  }

  .section-showroom .box-forme .content .desc {
    font-size: 14px;
    padding-top: 0;
  }

  .section-showroom .box-img {
    margin-top: 12px;
  }

  .section-showroom .box-img .d-flex {
    flex-wrap: wrap;
    display: flex;
  }

  .section-showroom .box-img li {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }

  .section-showroom .box-img li img {
    width: 100%;
  }

  .section-showroom .table-showroom {
    width: 100%;
    font-size: 14px;
    margin-top: 35px;
    border-bottom: 1px solid #F0F0F0;
  }

  .section-showroom .table-showroom th,
  .section-showroom .table-showroom td {
    font-size: 14px;
    padding: 13px 10px;
  }

  .section-showroom .table-showroom tr {
    display: block;
  }

  .section-showroom .table-showroom th {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
  }

  .section-showroom .table-showroom td {
    padding: 13px 10px;
    width: 100%;
    display: block;
    border-bottom: none;
  }

  .section-showroom .table-showroom td .name-company {
    padding-right: 20px;
  }

  .section-showroom .table-showroom .list-social {
    display: block;
  }

  .section-showroom .table-showroom .list-social li {
    padding-right: 0;
    margin-top: 5px;
  }

  .section-showroom .table-showroom .list-social li.icon03 a {
    display: inline-block;
    background-image: url(img/showroom/icon_show03.png);
    background-position: -8px center;
  }

  .section-showroom .table-showroom .list-social li a {
    color: #00307D;
    text-decoration: underline;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    padding: 3px 0 3px 30px;
  }

  .section-showroom .box-map {
    margin-top: 25px;
    padding-bottom: 60px;
  }

  .section-showroom .box-map iframe {
    width: 100%;
    height: 400px;
  }

  .section-showroom .box-map .desc-map {
    margin-top: 15px;
    font-size: 14px;
  }
}

.title-contact .en {
  font-size: 30px;
  color: #00307D;
  display: block;
}

.title-contact .jp {
  color: #666666;
  font-size: 14px;
  display: block;
  margin-top: -5px;
}

.section-purchases {
  margin-top: 103px;
}

.section-purchases .left-side {
  width: 396px;
  min-width: 396px;
  max-width: 396px;
  flex-basis: 396px;
}

.section-purchases .left-side .desc {
  margin-top: 25px;
  font-size: 18px;
}

.section-purchases .right-side {
  width: 100%;
}

.section-purchases .list-feature {
  padding-left: 65px;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}

.section-purchases .list-feature li {
  position: relative;
}

.section-purchases .list-feature li:first-child:before {
  display: none;
}

.section-purchases .list-feature li:before {
  position: absolute;
  content: " ";
  border-left: 14px solid #00317E;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  left: -36px;
  top: -24px;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
}

.section-purchases .list-feature li .txt {
  display: block;
  color: #00307D;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

.table-contact-list {
  width: 100%;
  margin-top: 32px;
  margin-bottom: -70px;
}

.table-contact-list tr {
  border-bottom: 1px solid #00317E;
}

.table-contact-list tr:first-child {
  border-top: 1px solid #00317E;
}

.table-contact-list th {
  font-size: 18px;
  color: #00317E;
  width: 250px;
  text-align: left;
  padding: 10px 20px 10px 40px;
}

.table-contact-list td {
  font-size: 18px;
  padding: 32px 10px 29px 0;
}

.table-contact-list .list-contact {
  position: relative;
  display: flex;
  padding-left: 20px;
}

.table-contact-list .list-contact:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3px;
  background-color: #00307D;
  height: 23px;
  content: " ";
}

.table-contact-list .list-contact li {
  padding: 0 0 0 30px;
  position: relative;
  margin-left: 8px;
}

.table-contact-list .list-contact li:before {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-color: #F0F0F0;
  border-radius: 100%;
  content: " ";
}

.contact-form {
  margin-top: 170px;
  margin-bottom: 132px;
}

.contact-form .table-contact-form {
  margin-top: 38px;
  width: 100%;
}

.contact-form .table-contact-form tr {
  border-bottom: 1px solid #00317E;
}

.contact-form .table-contact-form tr:first-child {
  border-top: 1px solid #00317E;
}

.contact-form .table-contact-form tr th {
  text-align: right;
  color: #00317E;
  font-size: 18px;
  width: 264px;
  padding: 26px 32px 26px 10px;
  vertical-align: top;
}

.contact-form .table-contact-form tr td {
  font-size: 18px;
  padding: 18px 0;
}

.contact-form .table-contact-form tr td .con {
  position: relative;
  padding-left: 40px;
}

.contact-form .table-contact-form tr td .con:before {
  position: absolute;
  left: 0;
  top: 13px;
  bottom: 0;
  content: " ";
  background-color: #00317E;
  width: 3px;
  height: 23px;
}

.houhou:before {
  top: 2px !important;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.cover-select {
  overflow: hidden;
  background-color: #F9F9F9;
  width: 300px;
  position: relative;
  display: block;
}

.cover-select:before {
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: " ";
  background-image: url(img/contact/icon_arrow.png);
  width: 20px;
  height: 24px;
}

.cover-select select {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  color: #CCCCCC;
  position: relative;
  z-index: 2;
}

.mwform-radio-field {
  padding-right: 30px;
  padding-left: 15px;
}

.mwform-radio-field .mwform-radio-field-text {
  padding-left: 10px;
}

.mw-wrap.d-block {
  display: block;
}

.mw-wrap .btn-custom {
  background-image: url(img/contact/bg_btn.png);
  background-size: auto 100%;
  border: 1px solid #dcdcdc;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 200px;
  line-height: 1;
  padding: 17px 0;
  margin-left: 20px;
  cursor: pointer;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

.mw-wrap .btn-submit {
  width: 220px;
  text-align: center;
  position: relative;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
  padding: 22px 10px;
  margin: 48px auto 0;
  display: block;
  border-radius: 5px;
  background-color: #F6F6F6;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.mw-wrap .btn-submit:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 17px;
  width: 10px;
  height: 13px;
  content: " ";
  background-image: url(img/common/arrow_main.png);
}

.mw-wrap .btn-submit .en {
  font-size: 20px;
  display: block;
}

.mw-wrap .btn-submit .jp {
  font-size: 10px;
}

.mw-wrap input[type="text"],
.mw-wrap input[type="mail"],
.mw-wrap textarea {
  background-color: #F9F9F9;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 5px 10px;
  resize: none;
  outline: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

.mw-wrap input[type="text"] {
  height: 50px;
}

.mw-wrap .size-medium {
  width: 400px;
}

.mw-wrap .size-small {
  width: 200px;
}

.mw-wrap .size-large {
  width: 600px;
}

.mw-wrap textarea {
  height: 180px;
}

@media only screen and (max-width: 767px) {
  .section-purchases {
    margin-top: 35px;
  }

  .section-purchases .left-side {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .section-purchases .left-side .desc {
    font-size: 14px;
  }

  .section-purchases .list-feature {
    padding: 0;
    margin-top: 20px;
  }

  .section-purchases .list-feature li {
    padding: 0 10px;
  }

  .section-purchases .list-feature li:before {
    border-left: 7px solid #00317E;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: -35px;
    left: -3px;
  }

  .section-purchases .list-feature li .txt {
    font-size: 10px;
  }

  .table-contact-list {
    display: block;
    margin-bottom: 0;
  }

  .table-contact-list tr {
    padding: 5px 0;
  }

  .table-contact-list th,
  .table-contact-list td,
  .table-contact-list tr,
  .table-contact-list tbody {
    display: block;
    width: 100%;
  }

  .table-contact-list td,
  .table-contact-list th {
    padding: 10px 10px;
    font-size: 14px;
  }

  .table-contact-list td {
    padding-top: 0;
  }

  .table-contact-list .list-contact {
    display: block;
    padding-left: 0;
  }

  .table-contact-list .list-contact:before {
    display: none;
  }

  .table-contact-list .list-contact li {
    margin-left: 0;
  }

  .mw-wrap .btn-custom {
    font-size: 12px;
    padding: 9.5px 0;
    margin: 10px 0;
  }

  .mw-wrap .btn-submit {
    padding: 15px 10px;
  }

  .mw-wrap .btn-submit .en {
    font-size: 16px;
  }

  .mw-wrap input[type="text"],
  .mw-wrap input[type="mail"],
  .mw-wrap textarea {
    width: 100%;
    max-width: 100%;
  }

  .cover-select {
    width: 100%;
  }

  .cover-select:before {
    width: 14px;
    height: 17px;
    background-size: 100% auto;
    right: 10px;
  }

  .cover-select select {
    height: 35px;
    padding: 0 15px;
  }

  .mw-wrap input[type="text"] {
    height: 35px;
  }

  .contact-form {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .contact-form .table-contact-form {
    display: block;
  }

  .contact-form .table-contact-form tr,
  .contact-form .table-contact-form th,
  .contact-form .table-contact-form td,
  .contact-form .table-contact-form tbody {
    display: block;
    width: 100%;
    text-align: left;
  }

  .contact-form .table-contact-form tr th {
    text-align: left;
    border-bottom: 1px solid #00317E;
    padding: 10px 0;
    width: auto;
    background-color: #F5F9FC;
    font-size: 14px;
  }

  .contact-form .table-contact-form tr td {
    padding: 10px 0;
    font-size: 14px;
  }

  .contact-form .table-contact-form tr td .con {
    padding: 0;
  }

  .contact-form .table-contact-form tr td .con:before {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* 製品タイトル 右下さんかく */
.list-cars .item .row-name .name:before,
.list-cars .item .row-name .name.label-green:before {
  border-bottom: 50px solid #00307D;
}

.list-cars .item .row-name .name.label-orange,
.list-cars .item .row-name .name.label-green {
  background-color: #00307D;
}

.only_pc_none {
  display: none;
}

.pc_sns {
  display: none;
}

/*=================================================================================================================================*/
/**  スマホ	*/
/*=================================================================================================================================*/
@media only screen and (max-width: 767px) {
  .only_sp_none {
    display: none !important;
  }

  .only_pc_none {
    display: unset !important;
  }

  .pc_sns {
    display: flex !important;
  }


  .h2_title_01 {
    font-size: 16px !important;
  }


  .left-section-info .menu-section-info li {

    margin: 0 auto;
  }

  .sp_tac {
    text-align: center !important;
  }

  .section-instagram .wrapper-big .left-section-info .title span.jp {
    background-position: 30% center;
  }

  .section-instagram .wrapper-big .right-section-info {
    margin-right: -13.4% !important;

  }

  .sec-instafeed {
    height: 170px !important;
  }

  /* footerimg */

  .footter_img_item {
    display: none;
  }

  .footer_img_num_1 {
    display: block;
  }

  .footer_img_num_2 {
    display: block;
  }

  .footer_img_num_3 {
    display: block;
  }

  .footer_img_num_4 {
    display: block;
  }

  .footer_img_num_1,
  .footer_img_num_2,
  .footer_img_num_3,
  .footer_img_num_4 {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
  }


  /* 製品タイトル 右下さんかく */
  .list-cars .item .row-name .name:before,
  .list-cars .item .row-name .name.label-green:before {
    border-bottom: 32px solid #00307D;
  }

  .car_list_bt_sp {
    margin-top: 50px;
  }

  .sp_logo_foot img {
    display: block;
    margin: 0 auto;
  }

  /* お知らせ */
  .news-side .slick-list {

    padding: 0 0 0 25px;
  }

  .section-information .slider-news .slick-arrow.slick-prev {
    left: 8px;
    right: unset;
  }



}

/* SP ここまで */


/* askなし */
.list-cars .item .row-name {
  margin: -50px 0 0 0;
}

.remain-status {
  display: none;
}


/*=================================================================================================================================*/
/**  PC	*/
/*=================================================================================================================================*/
@media only screen and (min-width: 768px) {

  .only_p_none {
    display: none;
  }

  header .right-menu-social ul {
    background: rgba(255, 255, 255, 0.5);
  }

  .list-cars .item a img {
    max-width: 640px;
  }

  .sp_logo_foot {
    display: none;
  }


  .flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .flex_wrapper.stocklist {
    justify-content: flex-start !important;
  }


  .archive>.item {
    width: 32.2%;
    margin: 0 0 15px 0;
  }

  .flex_wrapper.stocklist .item {
    margin-right: 15px;
  }

  .flex_wrapper.stocklist .item:nth-child(3n) {
    margin-right: 0px !important;
  }


}

/* PC ここまで */


/* 中ページメイン画像 */
.page-contact .section-keyvisual {
  background: url('/wp-content/uploads/2019/06/showroom.jpg') center top no-repeat;
  background-size: cover;
}

.page-partslist .section-keyvisual {
  background: url('/wp-content/uploads/2019/06/parts.jpg') center top no-repeat;
  background-size: cover;
}

.page-showroom .section-keyvisual {
  background: url('/wp-content/uploads/2019/07/showroom_resize.jpg') center top no-repeat;
  background-size: cover;
}

.page-stocklist.section-keyvisual {
  background: url('/wp-content/uploads/2019/06/contact.jpg') center top no-repeat;
  background-size: cover;
}

.section-keyvisual {
  background: url('/wp-content/uploads/2019/07/info_resize.jpg') center top no-repeat;
  background-size: cover;
}


.the_content+.left-section-info {
  margin-top: 30px;
  padding-top: 50px;
  border-top: 1px dashed #CCC;
}

/* 厳選車　詳細ページ */
.detail_wrapper {}

.h2_title_01 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  color: #00307D;
  font-weight: bold;
  position: relative;

}

.title_car_detail {
  border-top: 1px solid #01317E;
  border-bottom: 1px solid #01317E;
  padding: 40px 0 30px;
  margin-top: 20px;
}

.title_car_detail_span {
  font-size: 16px;
  color: #666666 !important;
  display: block;
  font-weight: normal;
}

.detail_name_label {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  color: #ffffff;
  font-size: 18px;
  background-color: #00307D;
  padding: 12.5px 24px;
  position: absolute;
  top: 45px;
  left: 0;
}

.detail_name_label:before {
  position: absolute;
  content: " ";
  right: -22px;
  top: 0;
  border-bottom: 50px solid #00307D;
  border-right: 22px solid transparent;
}


.detail_inner_img {
  margin: 30px 60px;
  display: flex;
  flex-wrap: wrap;
}

.div_L {
  max-width: 790px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.div_L img {
  width: 100%;
}

.div_R {
  max-width: 260px;
  width: 100%;
  margin: 0 0 0 20px;
  box-sizing: border-box;
  /*通常の記述*/
  -webkit-box-sizing: border-box;
  /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box;
  /*Firefoxの機能を利用*/
}

.div_R img {
  width: 32%;
  margin-bottom: 5px;
  margin-right: 1%;
}


.dit div {
  border-top: 1px solid #A3A3A3;
  display: flex;
  padding: 0 60px;
}

.dit div:last-of-type {
  border-bottom: 1px solid #A3A3A3;

}

.dit {
  margin-bottom: 65px;
}

.dit div dl {
  width: 50%;
  padding: 20px;
  display: flex;
  font-size: 16px;
}

.dit div dl dt {
  border-right: 3px solid #A1A1A1;
  display: inline-block;
  min-width: 86px;
  margin-right: 30px;
  font-weight: bold;
}

.car_comment {
  position: relative;
  background: #E3EEFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 5%;
  box-sizing: border-box;
  /*通常の記述*/
  -webkit-box-sizing: border-box;
  /*Google ChromeやSafariの機能を利用*/
  -moz-box-sizing: border-box;
  /*Firefoxの機能を利用*/
  margin: 0 30px;
  color: #00307D;
  font-size: 18px;
  top: 0;
}

.car_comment_logo {
  width: 183px;
  height: 42px;
  position: absolute;
  top: -25px;
  left: 5%;
}

.car_comment h1,
.car_comment h2,
.car_comment h3,
.car_comment h4,
.car_comment h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

.car_comment h1 {
  font-size: 150%;
}

.car_comment h2 {
  font-size: 140%;
}

.car_comment h3 {
  font-size: 130%;
}

.car_comment h4 {
  font-size: 120%;
}

.car_comment h5 {
  font-size: 110%;
}







/*=================================================================================================================================*/
/**  スマホ2	上にもあり*/
/*=================================================================================================================================*/
@media only screen and (max-width: 767px) {
  .left-section-info .menu-section-info li {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .detail_name_label {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    font-size: 9px;
    padding: 10px 9px;
    position: relative;
    top: unset;
    left: unset;
    margin: 0 auto;

  }

  .detail_name_label:before {
    display: none;
  }


  .title_car_detail {
    border-top: 1px solid #01317E;
    border-bottom: 1px solid #01317E;
    padding: 20px 0 15px;
    margin-top: 10px;
    font-size: 14px !important;
  }

  .title_car_detail_span {
    font-size: 10px;
    margin-bottom: 10px;
    padding: 4px 8px;
    font-weight: normal !important;
  }

  .detail_inner_img {
    margin: 0 0% 0 -5%;
    width: 110%;
  }

  .div_L {
    width: 90%;
    margin: 0 auto 10px;
  }

  .div_R {
    max-width: 100%;
    width: 100%;
    margin: 0 0 7px 5%;
    flex-wrap: unset;
    display: flex;

    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;

  }

  .div_R img {
    width: 60px;
    height: 45px !important;

  }

  .sp_sc {
    font-size: 12px;
    text-align: center;
    margin: 0 auto 15px;
  }

  .dit div {
    padding: 0 0;
  }


  .dit div dl {
    width: 100%;
    padding: 8px 5px;
    font-size: 14px;
    display: block;
  }

  .dit div dl dt {
    border-right: unset;

    border-left: 3px solid #A1A1A1;
    display: inline-block;
    min-width: 100%;
    margin-right: 0;
    padding-left: 8px;
    font-weight: bold;
    margin-bottom: 5px;
  }


  .dit div dl dd {
    padding-left: 8px;
  }

  .car_comment_logo {
    width: 123px;
    height: auto;
    top: -25px;
    left: 5%;
  }

  .car_comment {
    margin: 0 0;
    font-size: 14px;
    top: 0;
  }

  .dit {
    margin-bottom: 40px;
  }

  .dit div dl {
    width: 100%;
    padding: 8px 5px;
    font-size: 14px;
    display: block;
  }

  .archive>.item {
    margin: 0 0 15px 0;
  }


}





.list-cars .item .row-name .name.label-orange,
.list-cars .item .row-name .name.label-green {
  background-color: #00307D;
}

.list-cars .item .row-name .name {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  padding: 12.5px 24px;
}




.archive .item .caption {
  background-color: #F6F6F6;
  text-align: center;
  padding: 19px 10px 25px;
  display: block;
}


.archive .item .caption .desc-jp {
  font-size: 16px;
  margin-top: 5px;
}

.archive .item .caption .desc-en {
  font-size: 12px;
}

.archive .item .row-name .name:before {
  position: absolute;
  content: " ";
  right: -22px;
  top: 0;
  border-bottom: 50px solid #C67121;
  border-right: 22px solid transparent;
}

.archive .item .row-name .name:before,
.archive .item .row-name .name.label-green:before {
  border-bottom: 50px solid #00307D;
}

.archive .item .row-name .name {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  position: relative;
  color: #ffffff;
  background: #00307D;
  font-size: 18px;
  padding: 12.5px 24px;
}


.archive .item .row-name {
  margin: -50px 0 0 0;
}

.archive .item img {}


.al_left:before {
  transform: rotate(180deg) !important;
  left: 24px !important;

}



#stage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #ddd;
}

.pic {
  position: absolute;
}

.pic img {
  width: 100%;
  height: auto;
  opacity: 0;
  -moz-animation: imgTrans 9s infinite;
  -webkit-animation: imgTrans 9s ease-in infinite;
  animation: imgTrans 9s infinite;
}

#photo1 img {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#photo2 img {
  -moz-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

#photo3 img {
  -moz-animation-delay: 6s;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

@-webkit-keyframes imgTrans {
  0% {
    opacity: 0;
  }

  7% {
    opacity: 1;
  }

  18% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes imgTrans {
  0% {
    opacity: 0;
  }

  7% {
    opacity: 1;
  }

  18% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes imgTrans {
  0% {
    opacity: 0;
  }

  7% {
    opacity: 1;
  }

  18% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}









/*=================================================================================================================================*/
/**   TOPページスライドショー	*/
/*=================================================================================================================================*/
.cb-slideshow,
.cb-slideshow:after {
  /* position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;  */
}

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  -moz-animation: imageAnimation 24s linear infinite 0s;
  -o-animation: imageAnimation 24s linear infinite 0s;
  -ms-animation: imageAnimation 24s linear infinite 0s;
  animation: imageAnimation 24s linear infinite 0s;
}


.cb-slideshow li:nth-child(1) span {
  background-image: url(/wp-content/uploads/2019/07/mainview.jpg)
}

.cb-slideshow li:nth-child(2) span {
  background-image: url(/wp-content/uploads/2019/07/mainview-1.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}

/* .cb-slideshow li:nth-child(3) span {
    background-image: url(http://forme-cars-com.check-xbiz.jp/wp-content/uploads/2019/07/info_resize.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
} */
.cb-slideshow li:nth-child(3) span {
  background-image: url(/wp-content/uploads/2019/06/contact.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) span {
  background-image: url(/wp-content/uploads/2019/07/showroom_resize.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) span {
  background-image: url(../images/6.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }

  17% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }

  17% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out;
  }

  17% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out;
  }

  17% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }

  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }

  17% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}


@media only screen and (max-width: 767px) {
  .cb-slideshow li span {
    background-size: 150%;
    top: 58px;
    background-position: top center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1424px) {
  .cb-slideshow li span {
    height: 60%;
    background-position: 80% 0;
  }
}



@media (max-width: 767px) {

  /* インスタフィード */
  /* div.sbi_type_image {
    width: 50% !important;
    padding: 0 !important;
  } */
}

.insta-wrapper {
  max-width: 90rem;
  margin: 0 auto;
}