@charset "UTF-8";
/* ================================================= *
 *        	common
 * ================================================= */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 62.5%;
  line-height: 1.8;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: 300;
}

p, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

/* ------------------------------------
 *        	fonts
------------------------------------ */
body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}
@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/bahnschrift.ttf");
}
/* ------------------------------------
 *        	layout
------------------------------------ */
html, body {
  overflow-x: hidden;
}

main {
  width: 100%;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.over_area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.over_area_inner {
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.container {
  width: min(92%, 1200px);
  margin-inline: auto;
}

.onlySp {
  display: none;
}

@media (max-width: 768px) {
  .onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
}
@media (max-width: 480px) {
  .BReak:before {
    display: inline;
    content: "\a";
    white-space: pre;
  }
}
/* ------------------------------------
 *        	style
------------------------------------ */
.section_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(3%, 30px) 0;
  margin-bottom: min(5%, 40px);
  background-color: #ff6c54;
}
.section_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 55px 0 55px;
  border-color: #ff6c54 transparent transparent transparent;
}
@media (max-width: 480px) {
  .section_title::after {
    bottom: -19px;
    border-width: 20px 30px 0 30px;
  }
}
.section_title__img {
  max-width: 80%;
}

.button_area {
  padding: min(6%, 60px) 0;
}
.button_area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 92%;
  margin-inline: auto;
}
@media (max-width: 480px) {
  .button_area__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.button_area__item:first-of-type {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .button_area__item:first-of-type {
    width: 92%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .button_area__item:last-of-type {
    width: 96%;
    margin-top: 4%;
    margin-right: 4%;
  }
}
.main_visual + .button_area {
  margin-top: min(-8%, -100px);
  padding: 64px 0 0;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgb(244, 225, 221) 4px, rgb(244, 225, 221) 8px);
}
@media (min-width: 1280px) {
  .main_visual + .button_area {
    margin-top: -130px;
  }
}
@media (max-width: 480px) {
  .main_visual + .button_area {
    margin-top: min(-12%, -30px);
    padding: min(6%, 60px) 0;
  }
}
.main_visual + .button_area .button_area__list {
  position: relative;
  top: 50px;
}
/* ================================================= *
 *        	main_visual
 * ================================================= */
.main_visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/main_bg.jpg) no-repeat center top/contain;
  background-position-y: min(28%, 64px);
}
.main_visual__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 59.7771023303vw;
  height: calc(100vh - 30px);
  text-align: center;
}
.main_visual__img {
  width: 80%;
}
@media (max-width: 1024px) {
  .main_visual__img {
    width: 98%;
  }
}

.head_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: min(3%, 14px) 0;
  background-color: #ffff00;
  text-align: center;
}
.head_catch__img {
  width: min(80%, 707px);
}

/* ================================================= *
 *        	point
 * ================================================= */
.point {
  margin-top: 50px;
  padding-top: min(3%, 60px);
}
.point::after {
  content: "";
  display: inline-block;
  width: 100%;
  aspect-ratio: 1279/90;
  background: url(../img/garland.png) no-repeat center top/cover;
}
.point__title {
  text-align: center;
}

.point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 30px;
  margin-top: 60px;
  padding: 0 4%;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgb(255, 243, 143) 8px, rgb(255, 243, 143) 16px);
}
@media (max-width: 768px) {
  .point_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.point_list__item {
  position: relative;
  top: -30px;
}

/* ================================================= *
 *        	featured_car
 * ================================================= */
.featured_car {
  position: relative;
  padding: min(45%, 235px) 0 min(6%, 60px);
}
.featured_car__title {
  position: relative;
}
.featured_car__catch {
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .featured_car__catch {
    top: -120%;
  }
}

.speech_bubble {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: min(92%, 1107px);
}
@media (max-width: 1024px) {
  .speech_bubble {
    z-index: -1;
  }
}
.speech_bubble__left {
  width: min(42%, 273px);
}
@media (max-width: 1024px) {
  .speech_bubble__left {
    position: relative;
    right: 8%;
    bottom: 30px;
  }
}
.speech_bubble__right {
  width: min(38%, 242px);
}
@media (max-width: 1024px) {
  .speech_bubble__right {
    position: relative;
    left: 8%;
    bottom: 20px;
  }
}

.featured_car_content {
  background-color: #f8f7f4;
}

/* ================================================= *
 *        	campaign_present
 * ================================================= */
.campaign_present {
  position: relative;
  padding: min(20%, 200px) 0 min(6%, 60px);
  background: url(../img/present_bg.jpg) no-repeat center/cover;
  text-align: center;
}
.campaign_present::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  aspect-ratio: 1283/392;
  background: url(../img/present_frame.png) no-repeat center top/cover;
}
.campaign_present__title {
  position: relative;
  z-index: 9;
}
.campaign_present__item {
  margin-top: min(2%, 10px);
}
.campaign_present .button_area {
  margin-top: min(6%, 60px);
}

/* ================================================= *
 *        	shop_information
 * ================================================= */
.shop_information {
  background-color: #eeeeec;
}

.store_inventory_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  padding: 60px 0;
}
@media (max-width: 480px) {
  .store_inventory_list {
    padding: 30px 0;
  }
}
.store_inventory_list__item {
  width: 310px;
  padding: 18px;
  border: 1px solid #d8d8da;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .store_inventory_list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.store_inventory_list__title {
  color: #cb162c;
  font-weight: bold;
}
.store_inventory_list__text {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
.store_inventory_list__img {
  max-width: 374px;
  width: 100%;
  height: 176px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.store_inventory_list__btn {
  position: relative;
  display: block;
  max-width: 374px;
  margin: 12px auto 0;
  padding: 10px;
  border-radius: 4px;
  background-color: #bd2827;
  color: #fff;
  font-weight: bold;
}

/* ================================================= *
*        	contact
* ================================================= */
.contact {
  background-color: #ededed;
  padding-bottom: 60px;
}

.contact_banner {
  margin-top: 85px;
  text-align: center;
}
@media (max-width: 480px) {
  .contact_banner {
    margin-top: 45px;
  }
}

.contact_info {
  margin-top: 60px;
  padding: 30px 0;
  border-top: 1px solid #cd0e22;
  border-bottom: 1px solid #cd0e22;
}
@media (max-width: 480px) {
  .contact_info {
    margin-top: 30px;
  }
}
.contact_info__title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.contact_info_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 940px;
  margin-inline: auto;
}
.contact_info_data__icon {
  width: 68px;
  margin-right: 20px;
  vertical-align: middle;
}
.contact_info_data__number {
  display: block;
  color: #000;
  font-family: "Bahnschrift";
  font-size: 4.2rem;
  font-weight: 400;
}
@media (max-width: 480px) {
  .contact_info_data__number {
    font-size: 3.6rem;
  }
}
@media (max-width: 350px) {
  .contact_info_data__number {
    font-size: 3rem;
  }
}
.contact_info_data__time {
  display: block;
  margin-top: -20px;
  font-size: 1.1rem;
  text-indent: 0.5rem;
}
@media (max-width: 480px) {
  .contact_info_data__time {
    font-size: 1rem;
  }
}

.contact_form__title {
  margin-top: 30px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

#ulccwidparent .cc-window {
  z-index: 10 !important;
}