@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

ul {
  list-style: none;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  border: none;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}

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

@media screen and (min-width: 768.1px) {
  .sp {
    display: none !important;
  }
}

.pc-br {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .pc-br {
    display: none !important;
  }
}

.sp-br {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .sp-br {
    display: none !important;
  }
}

header {
  position: relative;
  z-index: 999;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header .header_inner {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 768px;
  max-width: 100%;
  height: 100px;
  z-index: 999 !important;
}
@media screen and (max-width: 767.9px) {
  header .header_inner {
    height: 50px;
  }
}
header .header_inner h1 {
  width: 100%;
  text-align: center;
  height: auto;
}
header .header_inner h1 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
header .header_inner h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
header .header_inner .burger {
  width: 45px;
  height: 100px;
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 767.9px) {
  header .header_inner .burger {
    height: 100%;
    right: 15px;
  }
}
header .header_inner .burger .burger_btn {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 767.9px) {
  header .header_inner .burger .burger_btn {
    width: 30px;
  }
}
header .header_inner .burger .burger_btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  height: 4px;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  header .header_inner .burger .burger_btn span {
    height: 2px;
    width: 100%;
  }
}
header .header_inner .burger .burger_btn span:nth-of-type(1) {
  top: 36px;
}
@media screen and (max-width: 767.9px) {
  header .header_inner .burger .burger_btn span:nth-of-type(1) {
    top: 18px;
  }
}
header .header_inner .burger .burger_btn span:nth-of-type(2) {
  top: 51px;
}
@media screen and (max-width: 767.9px) {
  header .header_inner .burger .burger_btn span:nth-of-type(2) {
    top: 26px;
  }
}
header .header_inner .burger .burger_btn span:nth-of-type(3) {
  top: 68px;
}
@media screen and (max-width: 767.9px) {
  header .header_inner .burger .burger_btn span:nth-of-type(3) {
    top: 34px;
  }
}
header .header_inner .burger .burger_btn.active span {
  width: 50px;
}
@media screen and (max-width: 767.9px) {
  header .header_inner .burger .burger_btn.active span {
    width: 100%;
  }
}
header .header_inner .burger .burger_btn.active span:nth-of-type(1) {
  top: 48px;
  left: 0;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
@media screen and (max-width: 767.9px) {
  header .header_inner .burger .burger_btn.active span:nth-of-type(1) {
    top: 18px;
  }
}
header .header_inner .burger .burger_btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .header_inner .burger .burger_btn.active span:nth-of-type(3) {
  top: 60px;
  left: 0;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
@media screen and (max-width: 767.9px) {
  header .header_inner .burger .burger_btn.active span:nth-of-type(3) {
    top: 30px;
  }
}
header .header_inner .burger .burger_btn.active {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 999;
}
header .header_inner #burger_nav {
  z-index: 900;
  margin: auto;
  width: 100%;
  max-width: 768px;
  -webkit-transition: all 0 ease-in;
  transition: all 0 ease-in;
  visibility: hidden;
  opacity: 1;
  position: fixed;
  display: none;
}
header .header_inner #burger_nav.active {
  visibility: visible;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  z-index: 900;
}
header .header_inner #burger_nav.active > #burger_nav-list {
  position: fixed;
  top: 100px;
  z-index: 999;
  width: 100%;
  max-width: 768px;
  overflow: auto;
  background: #FDF7D2;
  max-height: 90vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 767.9px) {
  header .header_inner #burger_nav.active > #burger_nav-list {
    top: 49px;
  }
}
header .header_inner #burger_nav.active > #burger_nav-list > ul {
  margin: 0 auto 0;
  list-style: none;
  width: 100%;
}
header .header_inner #burger_nav.active > #burger_nav-list > ul li {
  text-align: center;
  margin: 0 auto;
  z-index: 900;
  position: relative;
  white-space: nowrap;
  border-bottom: 1px solid #000;
}
header .header_inner #burger_nav.active > #burger_nav-list > ul li a {
  color: #000;
  padding: 15px;
  display: block;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 767.9px) {
  header .header_inner #burger_nav.active > #burger_nav-list > ul li a {
    font-size: 14px;
  }
}
header .header_inner #burger_nav.active > #burger_nav-list > ul li a.reserve {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header_inner #burger_nav.active > #burger_nav-list > ul li a.reserve span.icon {
  background-image: url("../lp/common/img/reserve-icon.svg");
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  margin: 3px 0 0 10px;
}
@media screen and (max-width: 767.9px) {
  header .header_inner #burger_nav.active > #burger_nav-list > ul li a.reserve span.icon {
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
  }
}
header .header_inner #burger_nav.active > #burger_nav-list > ul li:last-child {
  border-bottom: none;
}

#top {
  max-width: 768px;
  min-width: 375px;
  width: 100%;
  margin: auto;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#top img {
  width: 100%;
  vertical-align: bottom;
}
#top .contents {
  width: 100%;
}
#top .contents .notearea {
  position: relative;
  z-index: 2;
}
#top .contents .notearea > p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  #top .contents .notearea > p {
    font-size: 12px;
  }
}
#top .mv {
  margin-top: 99px;
}
@media screen and (max-width: 767.9px) {
  #top .mv {
    margin-top: 49px;
  }
}
#top #medama.contents {
  background-color: #FFE803;
  position: relative;
  padding: 0 5% 5%;
}
#top #medama.contents:after {
  content: "";
  background-image: url("../lp/common/img/mv-after.png");
  background-size: 100% 50px;
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 768px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}
#top #medama.contents > .inner {
  padding: 5% 0;
  position: relative;
  z-index: 2;
}
#top #medama.contents > .inner > h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  #top #medama.contents > .inner > h2 {
    font-size: 30px;
  }
}
#top #lineup.contents {
  position: relative;
  padding: 0 5% 5%;
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
  background-image: url("../lp/common/img/lineup-back.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
#top #lineup.contents > .inner {
  position: relative;
  z-index: 2;
}
#top #lineup.contents > .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
#top #lineup.contents > .inner > ul li {
  width: calc(50% - 10px);
  margin-bottom: 15px;
}
@media screen and (max-width: 767.9px) {
  #top #lineup.contents > .inner > ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
#top .cta .reserve {
  position: relative;
  padding: 0 5%;
}
#top .cta .reserve > .btn {
  width: 85%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 5.5%;
}
#top #newcar.contents {
  position: relative;
  padding: 0 0 5%;
  margin-top: 5%;
  width: 100%;
}
#top #newcar.contents > .inner {
  position: relative;
  z-index: 2;
}
#top #newcar.contents > .inner > h2 {
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
#top #newcar.contents > .inner > ul.slider {
  margin: 20px auto 60px;
}
@media screen and (max-width: 767.9px) {
  #top #newcar.contents > .inner > ul.slider {
    margin: 20px auto 30px;
  }
}
#top #newcar.contents > .inner > ul.slider li {
  margin: 0 10px;
}
#top #newcar.contents > .inner > .notearea {
  padding: 0 5%;
}
#top #about.contents {
  position: relative;
  width: 100%;
  padding: 5% 0;
}
#top #question.contents {
  position: relative;
  width: 100%;
  padding: 5% 0;
}
#top #question.contents > .inner > h2 {
  position: relative;
  width: 100%;
}
#top #question.contents > .inner > h2:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  height: 51.9615242271px;
  width: 60px;
  clip-path: polygon(0 0, 50% 50%, 100% 0);
  background-color: #fff;
}
@media screen and (max-width: 767.9px) {
  #top #question.contents > .inner > h2:before {
    width: 30px;
    height: 25.9807621135px;
  }
}
#top #shop.contents {
  position: relative;
  width: 100%;
  padding: 5% 0 0;
}
#top #shop.contents > .wrap {
  background-color: #FFC800;
  padding: 0 0 5%;
}
#top #shop.contents > .wrap > .inner {
  padding: 0 5%;
  text-align: center;
}
#top #shop.contents > .wrap > .inner > h2 {
  position: relative;
  width: 40%;
  margin: 0 auto 30px;
}
#top #shop.contents > .wrap > .inner img.txt {
  width: 90%;
  margin: 0 auto 5%;
}
#top #shop.contents > .wrap > .inner > .box {
  background-color: #fff;
  padding: 5%;
}
#top #shop.contents > .wrap > .inner > .box + .box {
  margin-top: 5%;
}
#top #shop.contents > .wrap > .inner > .box > h3 {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.5rem;
  margin: 0 auto 3%;
}
@media screen and (max-width: 767.9px) {
  #top #shop.contents > .wrap > .inner > .box > h3 {
    font-size: 30px;
  }
}
#top #shop.contents > .wrap > .inner > .box > h3.yokohama {
  color: #0071FF;
}
#top #shop.contents > .wrap > .inner > .box > h3.yamato {
  color: #39A24A;
}
#top #shop.contents > .wrap > .inner > .box > p {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  margin: 3% auto;
}
@media screen and (max-width: 767.9px) {
  #top #shop.contents > .wrap > .inner > .box > p {
    font-size: 14px;
  }
}
#top #shop.contents > .wrap > .inner > .box > p > span {
  color: #FF0000;
  font-weight: 600;
}
#top #shop.contents > .wrap > .inner > .box iframe {
  width: 100%;
  height: 300px;
  border: none;
}
@media screen and (max-width: 767.9px) {
  #top #shop.contents > .wrap > .inner > .box iframe {
    height: 200px;
  }
}
#top #shop.contents > .wrap > .inner > .box .btn {
  width: 100%;
  margin-top: 3%;
}
#top .floating {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
#top .floating ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .floating ul li {
  width: 50%;
  text-align: center;
}
#top footer {
  background-color: #FF1414;
  text-align: center;
  padding: 10px 0 150px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  #top footer {
    font-size: 14px;
    padding: 10px 5% 20%;
  }
}

.fade {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadein-anime;
          animation-name: fadein-anime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadein-anime {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
    @media screen and (max-width: 767.9px) {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadein-anime {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
    @media screen and (max-width: 767.9px) {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.zoom {
  opacity: 0;
}

.zoomIn {
  -webkit-animation-name: zoom-anime;
          animation-name: zoom-anime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoom-anime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoom-anime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}