@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap");
html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  font-size: 1.4em;
  line-height: 1.714285714285714em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  background-color: #e4e0d8;
}

header {
  border-top: 5px solid #e60012;
  background: #fff;
}

header h1 {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
}

header h1 img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  header h1 {
    width: auto;
    display: flex;
    align-items: center;
    padding-right: 60px;
    margin-left: 15px;
  }
  header h1 img {
    margin: 0 auto;
    max-width: 218px;
    vertical-align: top;
    width: 100%;
  }
}

.content {
  position: relative;
  background-color: white;
}

@media screen and (min-width: 751px) {
  .content {
    width: 1000px;
    margin: 0 auto 0 auto;
    padding: 1px 0 0 0;
  }
  .content .content-body {
    margin-left: 70px;
    margin-right: 70px;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 750px) {
  .content {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .content .content-body {
    margin-left: 3%;
    margin-right: 3%;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}

img, picture {
  max-width: 100%;
  display: block;
}

.section {
  margin-bottom: 5%;
}

.red {
  color: #E60012;
}

.yellow {
  color: #FFE100;
}

.container {
  padding: 10px 70px;
  background-color: #E60012;
  color: white;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 750px) {
  .container {
    padding: 10px 8%;
  }
}

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

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

.text-center {
  text-align: center;
}

.anchor {
  position: relative;
  top: -80px;
  display: block;
  width: 1px;
  height: 0;
}

@media screen and (max-width: 750px) {
  .anchor {
    top: calc(100vw * -0.08);
  }
}

.clear {
  clear: both;
}

.date {
  font-family: 'din-m';
  color: #E60012;
  font-size: 66px;
  letter-spacing: -0.35em;
  line-height: 1em;
  position: absolute;
  right: 48px;
  top: 643px;
  width: 289px;
  height: 156px;
  background-image: url(../img/date.png);
  text-align: left;
  padding-top: 133px;
  text-indent: 0.4em;
}

@media screen and (max-width: 750px) {
  .date {
    font-family: 'din-m';
    color: #E60012;
    font-size: 6vw;
    letter-spacing: -0.35em;
    line-height: 1em;
    position: absolute;
    right: 5%;
    top: 240px;
    width: 28.9vw;
    height: 156px;
    background-image: url(../img/date.png);
    text-align: left;
    padding-top: 14%;
    text-indent: 0.55em;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
}

#u-cars, #u-cars-half {
  background: #DDEDBC;
  padding: 7.5%;
  padding-bottom: 1px;
  font-family: 'Noto Sans JP', sans-serif;
}

#u-cars .u-car, #u-cars-half .u-car {
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 7.5%;
  font-size: 1.5rem;
}

#u-cars .u-car .inner, #u-cars-half .u-car .inner {
  padding: 5% 8.5%;
}

#u-cars .u-car .photo, #u-cars-half .u-car .photo {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 2%;
}

#u-cars .u-car .photo:before, #u-cars-half .u-car .photo:before {
  content: '';
  display: block;
  padding-top: 60%;
}

#u-cars .u-car .shop-name, #u-cars-half .u-car .shop-name {
  font-size: 0.9em;
  background: #E60012;
  color: #fff;
  padding: 0.25em 0.4em;
  display: inline-block;
  line-height: 1em;
  float: left;
  letter-spacing: -0.05em;
  margin-bottom: 1%;
}

#u-cars .u-car .arrival, #u-cars-half .u-car .arrival {
  font-size: 0.9em;
  line-height: 1.6em;
  float: right;
  margin-bottom: 1%;
}

#u-cars .u-car .arrival:after, #u-cars-half .u-car .arrival:after {
  content: '入荷';
}

#u-cars .u-car .car-name, #u-cars-half .u-car .car-name {
  clear: both;
  margin-top: 2%;
  border-top: 1px solid #C9C9CA;
  padding-top: 2%;
  font-size: 1.45em;
}

#u-cars .u-car .car-option, #u-cars-half .u-car .car-option {
  margin-bottom: 3%;
  line-height: 1.2em;
}

#u-cars .u-car .mileage, #u-cars-half .u-car .mileage {
  line-height: 1.83em;
  border-top: 1px solid #C9C9CA;
  border-bottom: 1px solid #C9C9CA;
  margin-bottom: 5%;
  width: 50%;
  float: left;
  display: block;
  padding: 0;
}

#u-cars .u-car .mileage:before, #u-cars-half .u-car .mileage:before {
  content: '走行距離　';
}

#u-cars .u-car .model-year, #u-cars-half .u-car .model-year {
  width: 50%;
  float: right;
}

#u-cars .u-car .model-year > div, #u-cars-half .u-car .model-year > div {
  border-left: 1px solid #c9c9ca;
  line-height: 1.83em;
  border-top: 1px solid #C9C9CA;
  border-bottom: 1px solid #C9C9CA;
  margin-bottom: 5%;
  display: block;
  padding: 0;
  text-indent: 1em;
}

#u-cars .u-car .model-year > div:before, #u-cars-half .u-car .model-year > div:before {
  content: '年式　';
}

#u-cars .u-car .price, #u-cars-half .u-car .price {
  clear: both;
  font-family: 'helvetica-m';
  color: #E60012;
  font-size: 2.91em;
  letter-spacing: -0.45em;
  border-bottom: 5px solid #000;
  float: left;
  position: relative;
}

#u-cars .u-car .price:before, #u-cars-half .u-car .price:before {
  content: '車両本体価格 ';
  font-size: 0.31em;
  color: #231815;
  letter-spacing: normal;
  font-family: 'Noto Sans JP', sans-serif;
  bottom: 10px;
  position: relative;
}

#u-cars .u-car .price:after, #u-cars-half .u-car .price:after {
  content: url("../img/price-after_full.png");
  margin-left: 30px;
  bottom: -5px;
  position: relative;
}

#u-cars .u-car a.button, #u-cars-half .u-car a.button {
  background-image: url(../img/button@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -1000em;
  width: 260px;
  height: 61px;
  display: inline-block;
  float: right;
}

#u-cars-half {
  padding-top: 1px;
}

#u-cars-half .u-car {
  width: 47%;
  font-size: 1.35rem;
  float: left;
}

#u-cars-half .u-car:nth-of-type(odd) {
  margin-right: 6%;
}

#u-cars-half .u-car .inner {
  padding: 6% 6%;
}

#u-cars-half .u-car .arrival {
  clear: left;
}

#u-cars-half .u-car .mileage {
  border-right: none;
  width: 100%;
  margin-bottom: 0;
  border-bottom: none;
}

#u-cars-half .u-car .model-year {
  width: 100%;
}

#u-cars-half .u-car .model-year > div {
  border-left: none;
  text-indent: 0;
  margin-bottom: 15px;
}

#u-cars-half .u-car .price {
  font-size: 2.6em;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

#u-cars-half .u-car .price:after {
  margin-left: 0.25em;
  content: url(../img/price-after_half.png);
}

#u-cars-half .u-car a.button {
  margin-left: auto;
  margin-right: auto;
  float: none;
  clear: both;
  display: block;
}

@media screen and (max-width: 750px) {
  #u-cars, #u-cars-half {
    padding: 5%;
  }
  #u-cars .u-car, #u-cars-half .u-car {
    font-size: 1.1rem;
    width: 100%;
  }
  #u-cars .u-car .inner, #u-cars-half .u-car .inner {
    padding: 6% 6%;
  }
  #u-cars .u-car .arrival, #u-cars-half .u-car .arrival {
    clear: left;
  }
  #u-cars .u-car .mileage, #u-cars-half .u-car .mileage {
    border-right: none;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
  }
  #u-cars .u-car .model-year, #u-cars-half .u-car .model-year {
    width: 100%;
  }
  #u-cars .u-car .model-year > div, #u-cars-half .u-car .model-year > div {
    border-left: none;
    text-indent: 0;
    margin-bottom: 15px;
  }
  #u-cars .u-car .price, #u-cars-half .u-car .price {
    font-size: 2.6em;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
  }
  #u-cars .u-car .price:after, #u-cars-half .u-car .price:after {
    margin-left: 0.25em;
    content: url(../img/price-after_half.png);
  }
  #u-cars .u-car a.button, #u-cars-half .u-car a.button {
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
    display: block;
  }
}

#menu {
  width: 1000px;
  white-space: nowrap;
  overflow: visible;
  background-color: white;
  height: 88px;
  z-index: 1000;
}

@media screen and (max-width: 750px) {
  #menu {
    height: calc(100vw / 8 * 0.70);
  }
}

@media screen and (max-width: 750px) {
  #menu {
    width: 100%;
  }
}

#menu a {
  background-image: url(../img/menu.png);
  background-repeat: no-repeat;
  text-indent: -1000em;
  float: left;
  display: block;
  height: 88px;
}

@media screen and (max-width: 750px) {
  #menu a {
    height: auto;
    background-size: 500%;
    background-position-y: 0;
  }
}

#menu a:hover {
  background-position-y: 100%;
}

#menu a#menu-c01 {
  width: calc(100% / 5);
  background-position-x: calc((100% / 4) * (1 - 1));
}

@media screen and (max-width: 750px) {
  #menu a#menu-c01 {
    width: calc(100vw / 5);
    height: calc(100vw / 8 * 0.70);
    background-position-x: calc((100vw / 5) * (1 - 1));
  }
}

#menu a#menu-c02 {
  width: calc(100% / 5);
  background-position-x: calc((100% / 4) * (2 - 1));
}

@media screen and (max-width: 750px) {
  #menu a#menu-c02 {
    width: calc(100vw / 5);
    height: calc(100vw / 8 * 0.70);
    background-position-x: calc((100vw / 5) * (1 - 2));
  }
}

#menu a#menu-c03 {
  width: calc(100% / 5);
  background-position-x: calc((100% / 4) * (3 - 1));
}

@media screen and (max-width: 750px) {
  #menu a#menu-c03 {
    width: calc(100vw / 5);
    height: calc(100vw / 8 * 0.70);
    background-position-x: calc((100vw / 5) * (1 - 3));
  }
}

#menu a#menu-c04 {
  width: calc(100% / 5);
  background-position-x: calc((100% / 4) * (4 - 1));
}

@media screen and (max-width: 750px) {
  #menu a#menu-c04 {
    width: calc(100vw / 5);
    height: calc(100vw / 8 * 0.70);
    background-position-x: calc((100vw / 5) * (1 - 4));
  }
}

#menu a#menu-c05 {
  width: calc(100% / 5);
  background-position-x: calc((100% / 4) * (5 - 1));
}

@media screen and (max-width: 750px) {
  #menu a#menu-c05 {
    width: calc(100vw / 5);
    height: calc(100vw / 8 * 0.70);
    background-position-x: calc((100vw / 5) * (1 - 5));
  }
}

.sticky-wrapper {
  position: relative;
  z-index: 1000;
  max-width: 100%;
}

#banners {
  position: fixed;
  bottom: 0;
  width: 1000px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  #banners {
    width: 100%;
  }
}

#banners > a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
}

#banners > a > img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
  margin-bottom: 23px;
  width: 90%;
}

@media screen and (max-width: 750px) {
  #banners > a > img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
