.breadcrumb {
  margin: 0 0 0 24px;
  padding: 16px 0;
}
.breadcrumb ol {
  display: flex;
}
.breadcrumb ol li {
  font-size: 0.875em;
}
.breadcrumb ol li a {
  color: #222;
}
.breadcrumb ol li:before {
  content: "-";
  padding: 0 16px;
}
.breadcrumb ol li:first-child:before {
  content: none;
}

.page--ttl {
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb ol {
    display: flex;
  }
  .breadcrumb ol li {
    white-space: nowrap;
  }
  .breadcrumb ol li a {
    color: #222;
  }
  .breadcrumb ol li:before {
    content: "-";
    padding: 0 16px;
  }
  .breadcrumb ol li:first-child:before {
    content: none;
  }
  .page--ttl {
    margin-bottom: 7.5%;
  }
}
.cars {
  background: #ECF4D9;
}

.vr--lst {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.vr--lst li {
  flex-basis: 30%;
  margin: 0 5% 7.5% 0;
  font-family: "Mochiy Pop P One", sans-serif;
}
.vr--lst li:nth-child(3n) {
  margin: 0 0 7.5% 0;
}
.vr--lst li a {
  display: block;
}
.vr--lst li a figure {
  position: relative;
}
.vr--lst li a figure::after {
  content: "";
  background: url(../../images/cars/vr_icon.png) no-repeat 50% 50%;
  background-size: 100% auto;
  width: 120px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.vr--lst li a h3 {
  text-align: center;
  font-size: 1.25em;
}
.vr--lst li a p {
  margin-top: 24px;
  background: #004896;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}
.vr--lst li a:hover {
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .vr--lst {
    margin-bottom: 7.5%;
  }
  .vr--lst li {
    flex-basis: 47.5%;
    margin: 0 5% 7.5% 0;
  }
  .vr--lst li:nth-child(3n) {
    margin: 0 5% 7.5% 0;
  }
  .vr--lst li:nth-child(2n) {
    margin: 0 0 7.5% 0;
  }
  .vr--lst li a figure::after {
    width: 80px;
    height: 60px;
  }
  .vr--lst li a h3 {
    font-size: 1em;
  }
  .vr--lst li a p {
    margin-top: 16px;
    font-size: 0.75em;
  }
  .vr--lst li a:hover {
    opacity: 1;
  }
}
.event {
  background: #FBE6EF;
}

.archive--lst {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.archive--lst li {
  font-family: "Mochiy Pop P One", sans-serif;
  display: none;
  flex-direction: column;
}
.archive--lst li.--show {
  display: flex;
}
.archive--lst li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}
.archive--lst li a .--thumbs {
  position: relative;
  aspect-ratio: 16/9;
  background: #fff;
}
.archive--lst li a .--thumbs img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive--lst li a .archive__header {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 0.875em;
}
.archive--lst li a .archive__header .--date {
  color: #666;
  font-weight: normal;
}
.archive--lst li a .archive__header .new {
  color: #E60012;
}
.archive--lst li a .--title {
  font-size: 1.25em;
  margin: 0 0 24px;
}
.archive--lst li a .--btn {
  display: none;
  margin-top: auto;
  background: #004896;
  color: #fff;
  text-align: center;
  padding: 16px 0 18px;
  line-height: 1;
}
.archive--lst li a:hover {
  opacity: 0.4;
}
.archive--lst li a:hover .--title {
  text-decoration: underline;
}
.archive .load-more {
  margin: 0 auto 120px;
  text-align: center;
  max-width: 320px;
  padding: 16px 0;
  border: 1px solid #004896;
  border-radius: 40px;
  color: #004896;
  cursor: pointer;
  transition: all 0.4s;
}
.archive .load-more:hover {
  opacity: 0.4;
}
.archive .load-more.--hide {
  opacity: 0;
}
.archive .load-more.--none {
  display: none;
}

@media screen and (max-width: 767px) {
  .archive--lst {
    margin-bottom: 7.5%;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .archive--lst li a .archive__header {
    font-size: 0.875em;
  }
  .archive--lst li a .--title {
    font-size: 1em;
    margin-top: 4px;
    min-height: auto;
    line-height: 1.75;
  }
  .archive--lst li a .--btn {
    font-size: 0.75em;
    margin-top: 16px;
    display: none;
  }
  .archive--lst li a:hover {
    opacity: 1;
  }
}
.shop {
  background: #DFF2FC;
}
.shop .success--txt {
  font-family: "Mochiy Pop P One", sans-serif;
  font-size: 1.25em;
  margin: 0 0 8px;
}
.shop__container {
  margin-bottom: 180px;
}
.shop__container .success li:nth-child(n+5) {
  display: none;
}
.shop__container .shopdata {
  margin-bottom: 64px;
}
.shop__container .shopdata a {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 24px;
  position: relative;
}
.shop__container .shopdata a .more {
  font-size: 0.875em;
  position: absolute;
  bottom: 16px;
  right: 2.5%;
}
.shop__container .shopdata--photos {
  width: 25%;
  margin-right: 5%;
}
.shop__container .shopdata--txt .distance {
  color: #E60012;
  font-size: 1.25em;
}
.shop__container .shopdata--txt h3 {
  font-size: 2em;
  color: #004896;
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
}
.shop__container .shopdata--txt address {
  display: block;
  font-size: 1.25em;
}

@media screen and (max-width: 767px) {
  .shop .success--txt {
    font-size: 1em;
    margin: 0 0 16px;
  }
  .shop__container {
    margin-bottom: 12.5%;
  }
  .shop__container .shopdata {
    margin-bottom: 5%;
  }
  .shop__container .shopdata a {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 16px 32px 16px 16px;
    position: relative;
  }
  .shop__container .shopdata a .more {
    display: none;
    font-size: 0.875em;
    position: absolute;
    bottom: 16px;
    right: 2.5%;
  }
  .shop__container .shopdata a::after {
    content: "";
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #004896;
    border-top: 2px solid #004896;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 2px solid #004896;
    border-top: 2px solid #004896;
    right: 16px;
  }
  .shop__container .shopdata--photos {
    width: 40%;
    margin-right: 5%;
  }
  .shop__container .shopdata--txt {
    width: 55%;
  }
  .shop__container .shopdata--txt .distance {
    font-size: 0.875em;
  }
  .shop__container .shopdata--txt h3 {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .shop__container .shopdata--txt h3 span {
    display: inline-block;
  }
  .shop__container .shopdata--txt address {
    font-size: 0.75em;
  }
}
.search {
  background: #FFFCDB;
}
.search__container {
  margin-bottom: 180px;
}
.search--section {
  margin-bottom: 80px;
}
.search--ttl {
  font-size: 1.75em;
  border-bottom: 1px solid #004567;
  color: #004567;
  font-weight: normal;
  letter-spacing: 2px;
  padding-bottom: 16px;
  margin-bottom: 40px;
  font-family: "Mochiy Pop P One", sans-serif;
}
.search--block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.search--block.input-area {
  margin-top: 80px;
}
.search--block .block--ttl {
  width: 25%;
  text-align: center;
  background: #004567;
  color: #fff;
  font-family: "Mochiy Pop P One", sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 16px 0;
  border-radius: 64px;
}
.search--block .select--container {
  width: 65%;
  display: flex;
  justify-content: space-between;
  background: url(../../images/common/select-icon.svg) no-repeat 50% 50%;
  background-size: 10% auto;
}
.search--block .select--container select {
  font-family: "Mochiy Pop P One", sans-serif;
  width: 40%;
  font-size: 1.25em;
  text-align: center;
  border: 5px solid #004567;
  border-radius: 16px;
  letter-spacing: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.search--block .select--container option {
  font-size: 1em;
}
.search--block.color {
  align-items: center;
}
.search--block.color .color--lst {
  width: 65%;
  display: flex;
  justify-content: space-between;
}
.search--block.color .color--lst li {
  display: block;
  border: 3px solid #000;
  width: 46px;
  height: 46px;
  position: relative;
  cursor: pointer;
}
.search--block.color .color--lst li.active::after {
  content: "";
  display: block;
  height: 10px;
  width: 18px;
  border-bottom: 5px solid #000;
  border-left: 5px solid #000;
  position: absolute;
  top: 9px;
  left: 9px;
  transform: rotate(-45deg);
}
.search--block.color .color--lst li.active.rev::after {
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
}
.search--block.color .color--lst li.active.col::after {
  border-bottom: 5px solid #666;
  border-left: 5px solid #666;
}
.search--block.color .color--lst li#white {
  background: #fff;
}
.search--block.color .color--lst li#gray {
  background: #bfc0c0;
}
.search--block.color .color--lst li#black {
  background: #231916;
}
.search--block.color .color--lst li#pink {
  background: #ee87b4;
}
.search--block.color .color--lst li#red {
  background: #e60013;
}
.search--block.color .color--lst li#orange {
  background: #f08200;
}
.search--block.color .color--lst li#brown {
  background: #945f43;
}
.search--block.color .color--lst li#yellow {
  background: #ffe100;
}
.search--block.color .color--lst li#green {
  background: #8ec31f;
}
.search--block.color .color--lst li#aqua {
  background: #0F75D1;
}
.search--block.color .color--lst li#purple {
  background: #7d4698;
}
.search--block.color .color--lst li#twoton {
  background: linear-gradient(180deg, rgb(36, 36, 36) 0%, rgb(36, 36, 36) 50%, rgb(255, 255, 255) 51%);
}
.search--btn {
  display: block;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 480px;
  width: 40%;
  margin: 80px auto 0;
  font-size: 1.25em;
  background: #004567;
  color: #fff;
  font-family: "Mochiy Pop P One", sans-serif;
  padding: 16px 0;
  transition: all 0.4s;
  cursor: pointer;
}
.search--btn:hover {
  opacity: 0.4;
}
.search--result {
  display: none;
  transition: all 0.4s;
}
.search--result.show {
  display: block;
  margin-bottom: 64px;
}
.search--result .not-found {
  text-align: center;
  font-size: 1.5em;
  font-family: "Mochiy Pop P One", sans-serif;
  color: #004567;
  padding: 64px 0;
}
.search--result .car-data {
  display: none;
}
.search--result .car-data.show {
  display: block;
}
.search .result__cars {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2.5%;
  margin-left: -2.5%;
}
.search .result__cars--item {
  width: 28.3333333333%;
  margin: 0 2.5% 5%;
  text-align: center;
  transition: all 0.4s;
  cursor: pointer;
}
.search .result__cars--item:hover {
  opacity: 0.4;
}
.search .result__cars--img {
  margin: 0 5% 16px;
}
.search .result__cars--ttl {
  font-size: 1.5em;
  color: #004567;
  font-family: "Mochiy Pop P One", sans-serif;
  margin: 0 0 8px;
  letter-spacing: 2px;
  font-weight: normal;
}
.search .result__cars .more {
  font-size: 0.875em;
  position: relative;
}
.search .car-height {
  margin: 0 0 120px;
}
.search .car-height--header {
  background: url(../../images/cars/carheight_icon.png) no-repeat 0 50%;
  background-size: 35% auto;
  padding: 5% 0 5% 40%;
  margin: 0 0 64px;
}
.search .car-height--header h3 {
  font-size: 1.5em;
  color: #004567;
  font-family: "Mochiy Pop P One", sans-serif;
  margin: 0 0 16px;
  letter-spacing: 2px;
  font-weight: normal;
}
.search .car-height--type {
  margin: 0 0 64px;
}
.search .car-height--type.type--01 .car-height--ttl {
  color: #6FBA2C;
}
.search .car-height--type.type--01 .slide--heightcar--num {
  background: #6FBA2C;
}
.search .car-height--type.type--01 .slide--heightcar--num::after {
  border-top: 15px solid #6FBA2C;
}
.search .car-height--type.type--02 .car-height--ttl {
  color: #F08300;
}
.search .car-height--type.type--02 .slide--heightcar--num {
  background: #F08300;
}
.search .car-height--type.type--02 .slide--heightcar--num::after {
  border-top: 15px solid #F08300;
}
.search .car-height--ttl {
  font-size: 1.75em;
  font-family: "Mochiy Pop P One", sans-serif;
  margin: 0 0 16px;
  letter-spacing: 2px;
  font-weight: normal;
}
.search .car-height .slide--heightcar {
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  text-align: center;
}
.search .car-height .slide--heightcar--item {
  transition: all 0.4s;
  cursor: pointer;
}
.search .car-height .slide--heightcar--item:hover {
  opacity: 0.4;
}
.search .car-height .slide--heightcar--num {
  position: relative;
  display: block;
  margin: 0 0 16px;
  padding: 4px 8px;
  text-align: center;
  font-size: 1.25em;
  font-family: "Mochiy Pop P One", sans-serif;
  color: #fff;
}
.search .car-height .slide--heightcar--num::after {
  content: "";
  position: absolute;
  top: 85%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
}
.search .car-height .slide--heightcar--img {
  margin: 40px 0 16px;
}
.search .car-height .slide--heightcar--ttl {
  font-size: 1.25em;
  font-family: "Mochiy Pop P One", sans-serif;
  margin: 0 0 8px;
  letter-spacing: 2px;
  font-weight: normal;
  color: #004567;
}
.search .car-height .slide--heightcar .more {
  font-size: 0.875em;
}
.search .mr-container {
  padding: 0 16px;
}
.search .selection__container {
  margin: 0 0 120px;
}
.search .selection__container .slider {
  margin: 0 -16px;
}
.search .selection__container .selection__slide {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 16px;
  border: 5px solid #004567;
  background: #fff;
}
.search .selection__container .selection--img {
  width: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #222;
}
.search .selection__container .selection--img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.search .selection__container .selection__body {
  width: 50%;
  padding: 0 3.75%;
}
.search .selection__container .selection--carname {
  font-family: "Mochiy Pop P One", sans-serif;
  color: #004567;
  font-size: 1.75em;
  margin-bottom: 8px;
  font-weight: bold;
}
.search .selection__container .selection--point {
  display: block;
  color: #fff;
  background: #007dc9;
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: normal;
  font-size: 1.25em;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  line-height: 1;
  position: relative;
}
.search .selection__container .selection--point::after {
  content: "";
  width: 50%;
  height: 0;
  padding-bottom: 28%;
  position: absolute;
  top: -96px;
  right: 0;
}
.search .selection__container .selection--point.p-hustler::after {
  background: url(../../images/cars/selections/p-hustler.png) no-repeat 0 50%;
  background-size: 100% auto;
}
.search .selection__container .selection--point.p-smile::after {
  background: url(../../images/cars/selections/p-smile.png) no-repeat 0 50%;
  background-size: 100% auto;
}
.search .selection__container .selection--point.p-alto::after {
  background: url(../../images/cars/selections/p-alto.png) no-repeat 0 50%;
  background-size: 100% auto;
}
.search .selection__container .selection--point.p-spacia::after {
  background: url(../../images/cars/selections/p-spacia.png) no-repeat 0 50%;
  background-size: 100% auto;
}
.search .selection__container .selection--point.p-solio::after {
  background: url(../../images/cars/selections/p-solio.png) no-repeat 0 50%;
  background-size: 100% auto;
}
.search .selection__container .selection--point.p-swift::after {
  background: url(../../images/cars/selections/p-swift.png) no-repeat 0 50%;
  background-size: 100% auto;
}
.search .selection__container .selection--point.p-swift_::after {
  background: url(../../images/cars/selections/p-swift_.png) no-repeat 0 50%;
  background-size: 100% auto;
}
.search .selection__container .selection--ttl {
  font-size: 1.5em;
  margin: 16px 0;
  color: #004567;
  font-weight: normal;
  font-family: "Mochiy Pop P One", sans-serif;
}
.search .selection__container .selection--text {
  font-size: 0.875em;
  line-height: 1.75;
  margin-bottom: 40px;
}
.search .selection__container .selection--text .caption {
  margin-top: 16px;
  display: block;
  font-size: 0.675em;
}
.search .selection__container .selection .more {
  font-size: 0.75em;
  width: 40%;
  cursor: pointer;
  text-align: center;
}
.search .selection__container .selection .more a {
  display: block;
  position: relative;
  padding: 4px 0;
  background: #007dc9;
  color: #fff;
  transition: all 0.4s;
  font-family: "Mochiy Pop P One", sans-serif;
}
.search .selection__container .selection .more a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  transform: rotate(45deg);
  right: 16px;
}
.search .selection__container .selection .more a:hover {
  opacity: 0.4;
}
.search .lifestyle__container {
  display: none;
  margin: 0 0 120px;
}
.search .lifestyle__container .switch-btn {
  display: flex;
  justify-content: space-between;
}
.search .lifestyle__container .switch-btn li {
  margin-left: 24px;
  cursor: pointer;
  transition: all 0.4s;
}
.search .lifestyle__container .switch-btn li:first-child {
  margin-left: 0;
}
.search .lifestyle__container .switch-btn li:hover {
  transform: scale(1.1);
}
.search .lifestyle__container .switch-btn li.hide {
  opacity: 0.4;
}
.search .lifestyle__container .lifestyle {
  display: none;
  margin: 80px 0;
  transition: height 0.66s;
  height: 0;
  overflow: hidden;
}
.search .lifestyle__container .lifestyle.show {
  display: block;
  height: auto;
}
.search .lifestyle__container .lifestyle--sub {
  font-family: "Mochiy Pop P One", sans-serif;
  font-size: 1.75em;
  color: #004567;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-align: center;
}
.search .lifestyle__container .lifestyle--car {
  display: flex;
  flex-wrap: wrap;
}
.search .lifestyle__container .lifestyle--car li {
  width: 30%;
  margin: 0 5% 5% 0;
  text-align: center;
  transition: all 0.4s;
}
.search .lifestyle__container .lifestyle--car li:nth-child(3n) {
  margin: 0 0 5% 0;
}
.search .lifestyle__container .lifestyle--car li figure {
  margin: 0 0 16px;
}
.search .lifestyle__container .lifestyle--car li--ttl {
  font-size: 1.5em;
  color: #004567;
  font-family: "Mochiy Pop P One", sans-serif;
  margin: 0 0 8px;
  letter-spacing: 2px;
  font-weight: normal;
}
.search .lifestyle__container .lifestyle--car li:hover {
  opacity: 0.4;
  cursor: pointer;
}

.modal--cardata {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.modal--cardata.show {
  display: block;
}
.modal--cardata .modal__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  padding: 3.75% 5%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
}
.modal--cardata .modal__body .modal__header {
  width: 50%;
  margin-right: 5%;
}
.modal--cardata .modal__body .modal__header .modal--ttl {
  font-size: 2em;
  color: #004567;
  font-family: "Mochiy Pop P One", sans-serif;
  margin: 0 0 2.5%;
  letter-spacing: 2px;
  font-weight: normal;
}
.modal--cardata .modal__body .modal--nav {
  width: 45%;
}
.modal--cardata .modal__body .modal--nav ul li {
  margin-top: 8px;
}
.modal--cardata .modal__body .modal--nav ul li:first-child {
  margin-top: 0;
}
.modal--cardata .modal__body .modal--nav ul li a {
  display: block;
  background: #004567;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}
.modal--cardata .modal__body .modal--nav ul.first--low {
  margin: 0 0 16px;
  display: flex;
  flex-wrap: wrap;
}
.modal--cardata .modal__body .modal--nav ul.first--low li {
  width: calc((100% - 8px) / 2);
}
.modal--cardata .modal__body .modal--nav ul.first--low li:nth-child(2), .modal--cardata .modal__body .modal--nav ul.first--low li:first-child {
  margin-top: 0;
}
.modal--cardata .modal__body .modal--nav ul.first--low li:nth-child(2n) {
  margin-left: 8px;
}
.modal--cardata .modal-close {
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
}
.modal--cardata .modal-close span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.modal--cardata .modal-close span::before, .modal--cardata .modal-close span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}
.modal--cardata .modal-close span::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

#search-loading {
  margin: 15% 0 0;
}

.search-loader {
  color: #004567;
  font-size: 14px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  -webkit-animation: load 1.3s infinite linear;
          animation: load 1.3s infinite linear;
  transform: translateZ(0);
}

@media screen and (max-width: 767px) {
  .search {
    background: #FFFCDB;
  }
  .search__container {
    margin-bottom: 10%;
  }
  .search--section {
    margin-bottom: 12.5%;
  }
  .search--ttl {
    font-size: 1.5em;
    margin-bottom: 3.75%;
    padding-bottom: 3.75%;
  }
  .search--block {
    display: block;
    margin-bottom: 5%;
  }
  .search--block.input-area {
    margin-top: 5%;
  }
  .search--block .block--ttl {
    width: auto;
    text-align: left;
    color: #004567;
    background: none;
    font-size: 1em;
    padding: 0 0 8px;
    border-radius: 0;
  }
  .search--block .select--container {
    width: auto;
    display: flex;
    justify-content: space-between;
    background: url(../../images/common/select-icon.svg) no-repeat 50% 50%;
    background-size: 5% auto;
  }
  .search--block .select--container select {
    width: 45%;
    font-size: 1em;
    text-align: center;
    border: 5px solid #004567;
    border-radius: 8px;
    letter-spacing: 2px;
    padding: 16px 5%;
    color: #222;
  }
  .search--block .select--container option {
    font-size: 1em;
  }
  .search--block.color {
    align-items: center;
  }
  .search--block.color .color--lst {
    width: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -5px;
  }
  .search--block.color .color--lst li {
    display: block;
    border: 3px solid #000;
    width: 46px;
    height: 46px;
    position: relative;
    cursor: pointer;
    margin: 8px;
  }
  .search--block.color .color--lst li.active::after {
    top: 9px;
    left: 10px;
  }
  .search--btn {
    width: 100%;
    margin: 7.5% 0 0;
    font-size: 1em;
  }
  .search--btn:hover {
    opacity: 1;
  }
  .search--result.show {
    margin-bottom: 12.5%;
  }
  .search--result .not-found {
    font-size: 1.25em;
    padding: 12.5% 0;
  }
  .search .result__cars {
    display: flex;
    flex-wrap: wrap;
  }
  .search .result__cars--item {
    width: 45%;
    margin: 0 2.5% 5%;
    text-align: center;
    transition: all 0.4s;
  }
  .search .result__cars--item:hover {
    opacity: 1;
  }
  .search .result__cars--img {
    margin: 0 5% 4px;
  }
  .search .result__cars--ttl {
    font-size: 1em;
    margin: 0;
  }
  .search .result__cars .more {
    font-size: 0.75em;
  }
  .search .car-height {
    margin: 0 0 12.5%;
  }
  .search .car-height--header {
    background: url(../../images/cars/carheight_icon.png) no-repeat 50% 0;
    background-size: 85% auto;
    padding: 65% 0 0;
    margin: 0 0 12.5%;
  }
  .search .car-height--header h3 {
    font-size: 1.5em;
  }
  .search .car-height--header p {
    font-size: 1em;
  }
  .search .car-height--type {
    margin: 0 0 10%;
  }
  .search .car-height--ttl {
    font-size: 1.25em;
  }
  .search .car-height .slide--heightcar {
    display: flex;
    margin-right: 24px;
    margin-left: -16px;
    text-align: center;
  }
  .search .car-height .slide--heightcar--item:hover {
    opacity: 1;
  }
  .search .car-height .slide--heightcar--num {
    margin: 0 0 16px;
    padding: 4px 0;
    text-align: center;
    font-size: 1em;
  }
  .search .car-height .slide--heightcar--img {
    margin: 0 0 0;
  }
  .search .car-height .slide--heightcar--ttl {
    font-size: 1.25em;
    margin: 0;
  }
  .search .car-height .slide--heightcar .more {
    font-size: 0.75em;
  }
  .search .selection__container {
    margin: 0 0 12.5%;
  }
  .search .selection__container .slider {
    margin: 10% -16px 0;
  }
  .search .selection__container .selection__slide {
    display: block;
    /*
    &::after{
        content:'';
        width:24%;
        height:0;
        padding-bottom:10%;
        background:none;
        background-size:100% auto;
        position: absolute;
        top:50%;
        right:5%;
    }            
    */
  }
  .search .selection__container .selection--img {
    width: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #222;
  }
  .search .selection__container .selection--img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .search .selection__container .selection__body {
    width: auto;
    padding: 5%;
  }
  .search .selection__container .selection--carname {
    font-family: "Mochiy Pop P One", sans-serif;
    color: #004567;
    letter-spacing: 2px;
    font-size: 1.25em;
    margin-bottom: 8px;
  }
  .search .selection__container .selection--point {
    color: #fff;
    background: #007dc9;
    font-family: "Mochiy Pop P One", sans-serif;
    font-weight: normal;
    font-size: 1em;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    line-height: 1;
  }
  .search .selection__container .selection--point::after {
    width: 45%;
    top: -40px;
    right: 0;
  }
  .search .selection__container .selection--ttl {
    font-size: 1em;
    margin: 16px 0 4px;
  }
  .search .selection__container .selection--text {
    font-size: 0.75em;
    line-height: 1.75;
    margin-bottom: 16px;
  }
  .search .selection__container .selection .more {
    padding: 0;
    position: relative;
    width: auto;
    cursor: pointer;
    text-align: center;
    font-size: 1em;
  }
  .search .selection__container .selection .more a {
    padding: 12px 0;
    line-height: 1.75;
    transition: all 0.4s;
    font-size: 0.875em;
  }
  .search .selection__container .selection .more::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    transform: rotate(45deg);
    right: 16px;
  }
  .search .selection__container .selection .more:hover {
    opacity: 1;
  }
  .search .lifestyle__container {
    margin: 0 0 12.5%;
  }
  .search .lifestyle__container .switch-btn {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .search .lifestyle__container .switch-btn li {
    width: 30%;
    margin: 0 5% 5% 0;
    cursor: pointer;
    transition: all 0.4s;
  }
  .search .lifestyle__container .switch-btn li:first-child {
    margin: 0 5% 5% 0;
  }
  .search .lifestyle__container .switch-btn li:nth-child(3n) {
    margin: 0 0 5% 0;
  }
  .search .lifestyle__container .switch-btn li:hover {
    transform: scale(1);
  }
  .search .lifestyle__container .switch-btn li.hide {
    opacity: 0.4;
  }
  .search .lifestyle__container .lifestyle--sub {
    font-size: 1.25em;
    margin-bottom: 40px;
  }
  .search .lifestyle__container .lifestyle--car {
    display: flex;
    flex-wrap: wrap;
  }
  .search .lifestyle__container .lifestyle--car li {
    width: 30%;
    margin: 0 5% 5% 0;
    text-align: center;
    transition: all 0.4s;
  }
  .search .lifestyle__container .lifestyle--car li:nth-child(3n) {
    margin: 0 0 5% 0;
  }
  .search .lifestyle__container .lifestyle--car li figure {
    margin: 0 0 5%;
  }
  .search .lifestyle__container .lifestyle--car li--ttl {
    font-size: 1.25em;
    margin: 0;
  }
  .search .lifestyle__container .lifestyle--car li:hover {
    opacity: 1;
  }
  .modal--cardata .modal__body {
    padding: 3.75% 5%;
    width: 90%;
    display: block;
  }
  .modal--cardata .modal__body .modal__header {
    width: auto;
    margin-right: 0;
  }
  .modal--cardata .modal__body .modal__header .modal--ttl {
    font-size: 1.25em;
    margin: 0 0 5%;
  }
  .modal--cardata .modal__body .modal--nav {
    width: auto;
  }
  .modal--cardata .modal__body .modal--nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .modal--cardata .modal__body .modal--nav ul li {
    width: calc((100% - 8px) / 2);
    margin: 0 8px 8px 0;
  }
  .modal--cardata .modal__body .modal--nav ul li:first-child {
    margin: 0 8px 8px 0;
  }
  .modal--cardata .modal__body .modal--nav ul li:nth-child(2n) {
    margin: 0 0 8px 0;
  }
  .modal--cardata .modal__body .modal--nav ul li a {
    padding: 4px 0;
    font-size: 0.675em;
  }
  .modal--cardata .modal__body .modal--nav ul.first--low {
    margin: 0 0 8px;
  }
  .modal--cardata .modal__body .modal--nav ul.first--low li {
    width: calc((100% - 8px) / 2);
    margin: 0 8px 8px 0;
  }
  .modal--cardata .modal__body .modal--nav ul.first--low li:nth-child(2), .modal--cardata .modal__body .modal--nav ul.first--low li:first-child {
    margin: 0 8px 8px 0;
  }
  .modal--cardata .modal__body .modal--nav ul.first--low li:nth-child(2n) {
    margin: 0 0 8px 0;
  }
  .modal--cardata .modal-close {
    cursor: pointer;
    width: 48px;
    height: 48px;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 9999;
  }
  .modal--cardata .modal-close span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .modal--cardata .modal-close span::before, .modal--cardata .modal-close span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
  }
  .modal--cardata .modal-close span::after {
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 14%;
  }
  #search-loading {
    margin: 20% 0 0;
  }
  .search-loader {
    font-size: 12px;
  }
}
@-webkit-keyframes load {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/*# sourceMappingURL=page.css.map */