@charset "UTF-8";
/* ============================================================= *

Index

* ============================================================= */
/* p-index-information
============================== */
.p-index-information {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  margin: 20px 0;
}

.p-index-information-nav {
  position: relative;
  display: block;
  padding: 1em 14.13043%;
  border-radius: 8px;
  background: var(--bg-color);
  text-decoration: none;
  font-weight: bold;
}

.p-index-information-nav.is-important {
  background: #ffebeb;
  color: #cc1414;
}

.p-index-information-nav__icon {
  position: absolute;
  top: 51%;
  left: 6.52164%;
  width: 18px;
  transform: translateY(-50%);
}

.p-index-information-nav__icon svg path {
  fill: currentColor;
}

.p-index-information-nav__date {
  font-size: 13px;
}

.p-index-information-nav__text {
  font-size: 15px;
}

.p-index-information-nav::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.52174%;
  display: block;
  width: 13px;
  height: 11px;
  background: url(../img/icon/arrow-black.svg) 50% 50%/contain no-repeat;
  transform: translateY(-50%);
}

.p-index-information-nav.is-important::after {
  background-image: url(../img/icon/arrow-red.svg);
}

/* p-index-menu
============================== */
.p-index-menu {
  position: relative;
  padding: 25px 0;
}

.p-index-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  display: block;
  width: 500px;
  height: 100%;
  background: var(--key-color);
  transform: translateX(-50%);
}

.p-index-menu__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/* p-index-usedcar-count
============================== */
.p-index-usedcar-count {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .66667em;
  width: 238px;
  height: 70px;
  max-width: 50vw;
  margin-right: -20px;
  margin-left: auto;
  padding: 0;
  background: #fff;
  font-weight: bold;
  font-size: calc(14px + var(--slope-1px) * 1);
}

.p-index-usedcar-count__head {
  line-height: 1.33333;
}

.p-index-usedcar-count__body {
  font-size: calc(22px + var(--slope-1px) * 2);
}

.p-index-usedcar-count__body em {
  color: var(--key-color);
  font-weight: 500;
  font-size: calc(44px + var(--slope-1px) * 2);
}

/* p-index-usedcar-slider
============================== */
.p-index-usedcar-slider {
  margin-top: 20px;
  margin-bottom: 26px;
}

.p-index-usedcar-slider__list {
  overflow: visible;
  width: 78.26087%;
  min-width: 320px;
  transform: translateX(-10px);
}

.p-index-usedcar-slider__list .slick-list {
  overflow: visible;
}

.p-index-usedcar-slider__item {
  padding: 0 10px;
}

.p-index-usedcar-slider__control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
}

/* p-index-usedcar-nav
============================== */
.p-index-usedcar-nav {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
}

.p-index-usedcar-nav__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 340 / 226;
}

.p-index-usedcar-nav__image span {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding: 0 1em;
  background: var(--key-color);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.p-index-usedcar-nav__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-index-usedcar-nav__contents {
  flex-grow: 1;
  padding: 20px;
  line-height: 1;
}

.p-index-usedcar-nav__name {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: calc(18px + var(--slope-1px) * 2);
}

.p-index-usedcar-nav__data {
  display: flex;
  gap: 1em;
  margin-bottom: 11px;
}

.p-index-usedcar-nav__data > dl {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: calc(14px + var(--slope-1px) * 1);
  line-height: 1.6;
}

.p-index-usedcar-nav__data > dl > dt {
  padding: 0 .46667em;
  background: #ebebeb;
}

.p-index-usedcar-nav__price {
  display: flex;
  gap: 4px;
  width: 100%;
}

.p-index-usedcar-nav__price > dl {
  width: calc(50% - 2px);
  padding-top: .66667em;
  border-top: 1px solid;
  font-size: calc(14px + var(--slope-1px) * 1);
}

.p-index-usedcar-nav__price > dl:last-child {
  color: var(--key-color);
}

.p-index-usedcar-nav__price > dl > dt {
  margin-bottom: .46667em;
  font-weight: bold;
}

.p-index-usedcar-nav__price > dl > dd {
  font-weight: bold;
}

.p-index-usedcar-nav__price > dl > dd em {
  font-weight: bold;
  font-size: 1.46667em;
}

.p-index-usedcar-nav__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75em;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.p-index-usedcar-carsensor{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}

.p-index-usedcar-carsensor p{
  text-align: center;
  margin-bottom: 10px;
}

/* p-index-blog
============================== */
.p-index-blog {
  display: grid;
  gap: 10px;
}

.p-index-blog-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  width: calc(100% + 20px);
  margin-left: -20px;
  padding: 20px;
  border: 1px solid #dbdbdb;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  text-decoration: none;
  font-size: calc(15px + var(--slope-1px) * 1);
  line-height: 1;
}

.p-index-blog-nav._new::before {
  content: "NEW";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.66667em;
  height: 1.66667em;
  background: var(--key-color);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.p-index-blog-nav__contents {
  flex-grow: 1;
}

.p-index-blog-nav__head {
  color: var(--key-color);
  font-weight: bold;
  font-size: calc(18px + var(--slope-1px) * 2);
}

.p-index-blog-nav__body {
  margin-top: 1em;
}

.p-index-blog-nav__date {
  margin-top: 1em;
  color: #888;
  font-weight: bold;
  font-size: calc(14px + var(--slope-1px) * 1);
}

.p-index-blog-nav__image {
  overflow: hidden;
  width: 43.75%;
  border-radius: 8px;
}

.p-index-blog-nav__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* p-index-maintenance
============================== */
.p-index-maintenance {
  color: #fff;
}

.p-index-maintenance::before {
  background: url(../img/bg-index-maintenance.jpg) 50% 50%/cover no-repeat !important;
}

.p-index-maintenance-nav {
  width: 84.78261%;
  margin-left: auto;
}

.p-index-maintenance-nav__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.p-index-maintenance-nav__button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
  width: 100%;
  height: 4.22222em;
  padding: 1em 1.66667em 1em .55556em;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: calc(16px + var(--slope-1px) * 2);
  transition: opacity .3s;
}

.p-index-maintenance-nav__button:hover {
  opacity: .7;
}

.p-index-maintenance-nav__button > i {
  display: block;
  width: 1.61111em;
  height: 1.5em;
}

.p-index-maintenance-nav__button > i :is(img, svg) {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-index-maintenance-nav__button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 13px;
  height: 11px;
  margin: auto 0;
  background: url(../img/icon/arrow.svg) 50% 50%/contain no-repeat;
}

/* Mut-holiday
============================== */
.Mut-holidays[data-hansha-cd] {
  position: relative;
  font-size: 1.6rem;
}

.Mut-holidays::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  display: block;
  width: 500px;
  height: 100%;
  background: #efeeee;
  transform: translateX(-50%);
}

.Mut-holidays__body,
.Mut-holidays__foot {
  position: relative;
  z-index: 1;
}

.Mut-holidays[data-hansha-cd] .Mut-holidays__button {
  font-size: 1.2rem;
}

/* ============================================================= *

lineup - rich

* ============================================================= */
/* p-lineup-menu
=============================== */
.p-lineup-menu__desktop {
  display: none;
}

.p-lineup-menu__mobile {
  display: block;
}

.p-lineup-menu-tab {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14em, 1fr));
  gap: 8px;
  font-size: 1.4rem;
}

.p-lineup-menu-tab__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.57143em;
  padding: 1em;
  outline: none;
  border: 0;
  border-radius: 6px;
  background: #fff;
  line-height: 1.28571;
  cursor: pointer;
  transition: all .3s ease-out;
  appearance: none;
}

.p-lineup-menu-tab__button:hover {
  background: var(--base-color);
  color: #fff;
}

.p-lineup-menu-tab__button.is-current {
  background: var(--key-color);
  color: #fff;
}

.p-lineup-menu-tab__button > span:not(:last-child):after {
  content: "\FF0F";
}

.p-lineup-menu-select {
  width: 100%;
  padding: 1em 2.66667em 1em .66667em;
  outline: none;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background-color: #fff;
  background-image: url(/common-lineup/v2/img/icon/down.svg);
  background-position: right 1em center;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  color: currentColor;
  font-size: 12px;
  font-family: inherit;
  line-height: 1;
  cursor: pointer;
  appearance: none;
}

/* p-lineup-section
=============================== */
.p-lineup-section {
  display: none;
  margin: 7rem 0;
}

.p-lineup-section.is-current {
  display: block;
}

.p-lineup-section:last-child {
  margin-bottom: 0 !important;
}

.p-lineup-section__head {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .79167em;
  font-weight: bold;
  font-size: calc(16px + var(--slope-1px) * 8);
}

/* p-lineup-models
=============================== */
.p-lineup-models {
  margin-top: 5rem;
}

.p-lineup-models__head {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .625em;
  font-weight: bold;
  font-size: 1.8rem;
}

/* p-lineup-list
=============================== */
.p-lineup-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + var(--gap));
  margin-top: calc(var(--gap) * -1);
  margin-left: calc(var(--gap) * -1);

  --gap: 13px;
}

.p-lineup-list__item {
  flex-shrink: 0;
  width: 50%;
  padding-top: var(--gap);
  padding-left: var(--gap);
}

.p-lineup-list-scroll .p-lineup-list {
  flex-wrap: nowrap;
  width: 100%;
  margin-left: 0;
}

.p-lineup-list-scroll .p-lineup-list__item {
  width: calc(var(--inner-width) * .92 / 2 - var(--gap) / 2);
  padding-left: 0;
}

.p-lineup-list-scroll .p-lineup-list__item:not(:first-child) {
  margin-left: var(--gap);
}

/* p-lineup-item
=============================== */
.p-lineup-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 17.5% 10%;
  border: 1px solid var(--border-color);
  background: #fff;
}

.p-lineup-item__head {
  min-height: 0%;
  margin-bottom: 1.5em;
}

.p-lineup-item__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

.p-lineup-item__name {
  /* -0.20588em for line-height offset */
  margin-top: -.20588em;
  margin-bottom: -.20588em;
  text-align: center;
  font-weight: bold;
  font-size: calc(14px + var(--slope-1px) * 3);
  line-height: 1.41176;
}

.p-lineup-item__name span {
  display: inline-block;
}

.p-lineup-item__text {
  flex-grow: 1;
  margin-top: 1.07143em;
  margin-bottom: -.375em;
  padding-top: .76786em;
  border-top: 1px solid var(--border-color);
  font-size: calc(12px + var(--slope-1px) * 2);
  line-height: 1.71429;
}

.p-lineup-item__foot {
  margin-top: 1.5em;
}

.p-lineup-item__link + .p-lineup-item__link {
  margin-top: .9rem;
}

.p-lineup-item__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.33333em;
  margin: 0 auto;
  border: 0;
  border-radius: 6px;
  background: var(--key-color);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: calc(13px + var(--slope-1px) * 2);
  transition: all .3s ease-out;
}

.p-lineup-item__button > i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: .9em;
  height: .9em;
  margin-left: .35em;
}

.p-lineup-item__button:hover {
  opacity: .7;
}

.p-lineup-item__button._detail {
  border: 1px solid var(--base-color);
  background: transparent;
  color: var(--base-color);
}

.p-lineup-item__button._detail:hover {
  background: var(--base-color);
  color: #fff;
  opacity: 1;
}

.p-lineup-item__button.is-disabled {
  opacity: .2;
  pointer-events: none;
}

/* ============================================================= *

lineup - default

* ============================================================= */
/* CMN-L
============================== */
.CMN-L {
  width: 100%;
}

.CMN-L__title {
  margin-top: -3rem;
  padding-top: 3rem;
}

.CMN-L__titleInner {
  margin-bottom: 1.15385em;
  letter-spacing: .125em;
  font-weight: bold;
  font-size: 1.625em;
}

.CMN-L__titleInner img {
  opacity: 0;
}

/* anchor button
=============================== */
.CMN-L__anchorBtn {
  position: relative;
  margin-bottom: calc(30px + var(--slope-1px) * 10);
}

.CMN-L__anchorBtn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1%;
}

.CMN-L__anchorBtn-item {
  display: inline-block;
  max-width: 22%;
  margin: 1%;
  word-spacing: normal;
  letter-spacing: normal;
  font-size: 1rem;
}

.CMN-L__anchorBtn-item a {
  display: block;
  transition: all .3s ease-out;
}

.CMN-L__anchorBtn-item a:hover {
  opacity: .7;
  transform: translateY(2px);
}

.CMN-L__anchorBtn-item img {
  border: 0;
}

/* anchor text link
=============================== */
.CMN-L__anchorText {
  display: none;
}

/* car list
=============================== */
.CMN-L__car {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.CMN-L__carList {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}

.CMN-L__carItem {
  display: flex;
  flex-direction: column;
  width: 49%;
  margin: .5%;
  border: 1px solid #aaa;
  background: #fff;
}

.CMN-L__carItem img {
  margin: 0 auto;
}

.CMN-L__carItem-icon {
  overflow: hidden;
  margin-bottom: 10px;
}

.CMN-L__carItem-exhaust {
  display: inline-block;
  float: left;
}

.CMN-L__carItem-mileage {
  display: inline-block;
  float: right;
  min-width: 48%;
  text-align: right;
}

.CMN-L__carItem-mileage img {
  display: inline;
}

.CMN-L__carItem-img {
  margin-bottom: 5px;
  text-align: center;
}

.CMN-L__carItem-img img {
  border: 0;
}

.CMN-L__carItem-head {
  padding: 1em;
}

.CMN-L__carItem-head a .CMN-L__carItem-name {
  color: var(--base-color);
  text-decoration: underline;
}

.CMN-L__carItem-head a:hover .CMN-L__carItem-name {
  text-decoration: none;
}

.CMN-L__carItem-name {
  padding: .5em 0;
  text-align: center;
  letter-spacing: .02em;
  font-weight: bold;
}

.CMN-L__carItem-spec {
  margin: auto 0;
  padding: 1em;
  background: var(--bg-color);
  font-size: .875em;
}

.CMN-L__carItem-specItem {
  overflow: hidden;
  margin-bottom: 8px;
}

.CMN-L__carItem-specItem:last-child {
  margin-bottom: 0;
}

.CMN-L__carItem-specItem h5 {
  display: inline-block;
  float: left;
  padding-right: 1em;
  line-height: inherit;
}

.CMN-L__carItem-specItem p {
  display: inline-block;
  float: left;
}

.CMN-L__carItem-fuel2 {
  margin-top: 8px;
  padding: 1em;
  color: #023994;
  text-align: center;
  font-weight: bold;
  font-size: .875em;
}

.CMN-L__carItem-fuel2Inner {
  overflow: hidden;
}

.CMN-L__carItem-fuel2Inner img {
  margin-top: -3px;
}

/* page top
=============================== */
.CMN-L__pageTop {
  display: none;
}

/* caution
=============================== */
.CMN-L__cautionList {
  font-size: 1.3rem;
  line-height: 1.8;
}

.CMN-L__cautionItem {
  margin-bottom: 6px;
  padding-left: 1em;
  text-align: justify;
  text-indent: -1em;
  text-justify: auto;
}

.CMN-L__cautionItem--star {
  color: #023994;
}

.CMN-L__cautionItem--star:before {
  content: "\2605";
}

.CMN-L__cautionItem:before {
  content: "\25cf";
}

.CMN-L__cautionItem--asterisk:before {
  content: "\203B";
}

/* zankure
=============================== */
#zenkoku_zankure a {
  display: inline-block;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  transition: all .3s ease-out;
}

#zenkoku_zankure a:hover {
  opacity: .7;
}

/* ============================================================= *

detail

* ============================================================= */
/* democar title
=============================== */
body[data-id="detail"] .c-democar-container .ATC-title-text {
  display: none;
}

body[data-id="detail"] .c-democar-container .ATC-title-text + .car-contents-demo-caution {
  margin-top: 0;
}

body[data-id="detail"] .CMN-CMP-body__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

body[data-id="detail"] .CMN-CMP-body__item {
  float: none;
}

body[data-id="detail"] .CMN-CMP-body__item:first-child:last-child {
  margin: 0 auto;
}

/* p-lineup-detail
=============================== */
.p-lineup-detail {
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.875;
}

.p-lineup-detail__inner {
  max-width: 900px;
  margin: 0 auto;
}

.p-lineup-detail__head {
  text-align: center;
}

.p-lineup-detail__title {
  /* -0.4375em for line-height offset */
  margin-top: -.4375em;
  margin-bottom: .5625em;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.875;
}

.p-lineup-detail__lead {
  margin-bottom: -.375em;
  padding-top: .77885em;
  border-top: 1px solid var(--border-color);
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.52941;
}

.p-lineup-detail__hero {
  margin-top: 9.83607%;
}

.p-lineup-detail__hero img {
  width: 100%;
}

.p-lineup-detail__body {
  width: 100%;
  max-width: 650px;
  margin: 9.18033% auto;
  font-weight: 400;
}

.p-lineup-detail__foot {
  margin-top: 6.88889%;
}

.p-lineup-detail-image:not(:first-child) {
  margin: 10.4918% auto;
}

.p-lineup-detail-text:not(:first-child) {
  margin: 9.18033% auto;
}

.p-lineup-detail-text__head {
  /* -0.25em for line-height offset */
  margin-top: -.25em;
  margin-bottom: 1.25em;
  font-size: 1.7rem;
  line-height: 1.5;
}

.p-lineup-detail-text__body {
  /* -0.4375em for line-height offset */
  margin-top: -.4375em;
  margin-bottom: -.4375em;
  line-height: 1.875;
}

.p-lineup-detail-banner {
  position: relative;
  overflow: hidden;
  padding: 2rem 1em;
  border: 1px solid;
  border-radius: .6rem;
  font-size: 1.2rem;
  line-height: 1.41667;
}

.p-lineup-detail-banner__inner {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "detailImage detailHead"
 "detailImage detailBody"
 "detailFoot detailFoot";

  grid-column-gap: 1.33333em;
}

.p-lineup-detail-banner__image {
  display: flex;
  align-items: center;
  grid-area: detailImage;
}

.p-lineup-detail-banner__image img {
  width: 100%;
}

.p-lineup-detail-banner__head {
  display: flex;
  align-items: flex-end;
  grid-area: detailHead;
  padding-bottom: .4em;
  font-weight: bold;
  font-size: 1.3rem;
}

.p-lineup-detail-banner__body {
  display: flex;
  align-items: flex-start;
  grid-area: detailBody;
}

.p-lineup-detail-banner__foot {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  grid-area: detailFoot;
  padding-top: 1.15385em;
  font-size: 1.3rem;
}

.p-lineup-detail-banner__foot a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.p-lineup-detail-caution {
  display: block;
  /* -0.5em for line-height offset */
  margin-top: 2.83333em;
  margin-bottom: -.5em;
  font-size: 1.2rem;
  line-height: 2;
}

/* ============================================================= *

Newcar

* ============================================================= */
.p-newcar-contents > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-newcar-contents > div#zenkoku_zankure {
  justify-content: center;
}

.p-newcar-contents br {
  display: none;
}

.p-newcar-contents object {
  float: left;
  width: 50%;
  padding: 1rem;
}

.p-newcar-contents div[id^="img600"] {
  float: left;
  width: 50%;
  padding: 1rem;
}

@media screen and (max-width: 560px) {
  .p-newcar-contents div[id^="img600"] {
    width: 100%;
    padding: .75rem 0;
  }
  .p-newcar-contents div[id^="img600"]:first-child {
    padding-top: 0;
  }
}

.p-newcar-contents div[id^="img600"] a {
  display: block;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-newcar-contents div[id^="img600"] a:hover {
  opacity: .7;
}

.p-newcar-contents div[id^="img600"] a img {
  width: 100%;
}

.p-newcar-contents table {
  width: 100%;
  padding: 3rem 0;
  border-spacing: 1rem 0;
  border-collapse: separate;
  table-layout: fixed;
}

.p-newcar-contents table a {
  display: block;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-newcar-contents table a:hover {
  opacity: .7;
}

.p-newcar-contents table img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .p-newcar-contents table tr:first-child {
    display: none;
  }
}

/* ============================================================= *

Special Car

* ============================================================= */
.p-specialcar-contents .frame-c {
  clear: both;
  width: 100%;
  padding: 5rem 0 0;
}

.p-specialcar-contents .frame-c::after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

.p-specialcar-contents .frame-c:first-child {
  padding-top: 0;
}

.p-specialcar-contents .frame-c * {
  text-align: left !important;
}

.p-specialcar-contents .frame-c .mainimg-cw {
  float: left;
  overflow: hidden;
  width: 20rem;
  vertical-align: top;
  font-size: 1.2rem;
}

@media screen and (max-width: 560px) {
  .p-specialcar-contents .frame-c .mainimg-cw {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 2rem;
  }
}

.p-specialcar-contents .frame-c .mainimg-cw a {
  display: block;
  margin: 0 auto 1em;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-specialcar-contents .frame-c .mainimg-cw a:hover {
  opacity: .7;
}

.p-specialcar-contents .frame-c .mainimg-cw a img {
  float: none;
  margin-right: 0;
}

.p-specialcar-contents .frame-c .mainimg-cw img {
  float: left;
  margin-right: .5em;
}

.p-specialcar-contents .frame-c .mainimg-cw .gas {
  overflow: hidden;
}

.p-specialcar-contents .frame-c .maintxt-cw {
  overflow: hidden;
  padding-left: 2rem;
  background-image: none;
  vertical-align: top;
  font-size: 15px;
}

@media screen and (max-width: 560px) {
  .p-specialcar-contents .frame-c .maintxt-cw {
    padding-left: 0;
  }
}

.p-specialcar-contents .frame-c ul.n-cw {
  padding: 0 0 1em 1.5em;
  list-style-type: disc;
  font-size: 1.4rem;
}

.p-specialcar-contents .frame-c ul.n-cw li {
  list-style-position: outside;
  list-style-type: disc;
}

.p-specialcar-contents .frame-c .cartype-w {
  padding: 0 0 5px 0;
  font-size: 1.4rem;
}

.p-specialcar-contents .frame-c .carname-cw {
  margin: 0 0 1.5rem;
  padding-left: 0;
  border-bottom: 1px solid var(--key-color);
  font-size: 2rem;
}

.p-specialcar-contents .frame-c .carname-cw a {
  color: var(--key-color);
  text-decoration: none;
}

.p-specialcar-contents .frame-c .carname-cw a:hover {
  text-decoration: underline;
}

.p-specialcar-contents .frame-c .spacialeq-cw {
  margin: 0 0 5px;
  font-size: 1.6rem;
}

.p-specialcar-contents .frame-c .clear-toku {
  height: 0;
}

.p-specialcar-contents .corner-cw {
  display: none;
}

/* ============================================================= *

Demo Car

* ============================================================= */
.p-democar-contents .ATC-title-text {
  padding-left: 0;
  border-left: 0;
  font-size: 1.625em;
}

.p-democar-contents .ATC-car-contents:not(:last-child) {
  margin-bottom: 3.75em;
}

.p-democar-contents .ATC-car-contents-lineup-inner {
  width: 33.33333%;
  min-width: 0;
}

.p-democar-contents .ATC-shop-list-table {
  font-size: calc(13px + var(--slope-1px) * 2);
}

.p-democar-contents .ATC-shop-list-table td.ATC-shop-list-table-tel {
  width: 7em;
}

/* ============================================================= *

Usedcar

* ============================================================= */
/* search
============================================================= */
.COMMON-UCAR-search-item__head {
  width: 5em;
  font-size: 12px;
}

.COMMON-UCAR-search-item__body select {
  font-size: 11px;
}

.COMMON-UCAR-search-item__checkbox > li {
  width: 33.33333%;
}

.COMMON-UCAR-search {
  left: 50%;
  width: 100%;
  margin-bottom: 4rem;
  transform: translateX(-50%);
}

.COMMON-UCAR-search {
  padding: 35px 6.38889%;
}

.COMMON-UCAR-search__foot {
  margin-top: 30px;
}

.COMMON-UCAR-search-block-more {
  font-size: 12px;
}

.COMMON-UCAR-search-area-label {
  cursor: pointer;
  transition: opacity .1s;
}

.COMMON-UCAR-search-area-label:hover {
  opacity: .7;
}

.COMMON-UCAR-search-area-label__image {
  width: 18.66667vw;
  max-width: none;
}

.COMMON-UCAR-search-area-label__image img {
  width: 100%;
  height: auto;
}

.COMMON-UCAR-search-area-label__body {
  font-size: 1em;
}

.COMMON-UCAR-search-list__item {
  width: 100%;
}

.COMMON-UCAR-search-list__item:not(:first-child) {
  padding-top: 1.25em;
}

.COMMON-UCAR-search-item {
  margin: 0;
}

.COMMON-UCAR-search-item__head {
  width: 6em;
  font-weight: bold;
  font-size: 13px;
}

.COMMON-UCAR-search-list._wide .COMMON-UCAR-search-item__head {
  margin-top: .2em;
}

.COMMON-UCAR-search-item__body select {
  width: calc(53% - 15px);
  padding-right: .5em;
  padding-left: .5em;
  font-size: 13px;
}

.COMMON-UCAR-search-item__body select:first-child:last-child {
  min-width: 75%;
}

.COMMON-UCAR-search-item__checkbox > li {
  width: 50%;
}

.COMMON-UCAR-search-button-block {
  justify-content: stretch;
  width: 100%;
}

.COMMON-UCAR-search-button-block__item {
  min-width: calc(50% - 4px);
}

.COMMON-UCAR-search-button {
  width: 100%;
}

.COMMON-UCAR-search-list._wide .COMMON-UCAR-search-item {
  display: block;
}

.COMMON-UCAR-search-item__head {
  margin-top: auto;
  font-size: 11px;
}

.COMMON-UCAR-search-list._wide .COMMON-UCAR-search-item__head {
  margin-bottom: .5em;
}

.COMMON-UCAR-search-item__body select {
  font-size: 11px;
}

.COMMON-UCAR-search-item__body select:first-child:last-child {
  width: auto;
}

.COMMON-UCAR-search-item__checkbox {
  font-size: 1.1rem;
}

.COMMON-UCAR-search-button-block {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}

.COMMON-UCAR-search-button-block__item:not(:first-child) {
  margin-top: 13px;
  margin-left: 0;
}

/* list
============================================================= */
.COMMON-UCAR-list__grid > * {
  width: calc(50% - 20px);
}

.COMMON-UCAR-list {
  position: relative;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.COMMON-UCAR-list__head {
  flex-direction: column;
  align-items: flex-end;
}

.COMMON-UCAR-list__foot {
  flex-direction: column-reverse;
  margin-top: 2.8rem;
}

.COMMON-UCAR-list__grid {
  width: 101.69014%;
  margin: -.84507% -.84507% -1.12676%;
}

.COMMON-UCAR-list__grid > * {
  width: 48.33795%;
  margin: .83102% .83102% 1.10803%;
}

.COMMON-UCAR-list-sort {
  margin-bottom: 2.8rem;
}

.COMMON-UCAR-list-compare {
  margin: 0 auto;
}

.COMMON-UCAR-list__foot .COMMON-UCAR-list-paging {
  margin-bottom: 4rem;
}

.COMMON-UCAR-list-paging__nav {
  margin-bottom: 0;
}

.COMMON-UCAR-list-card__detail {
  display: block;
}

.COMMON-UCAR-list-card__detail dl {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.COMMON-UCAR-list-card__detail dt,
.COMMON-UCAR-list-card__detail dd {
  border-bottom: 0;
}

.COMMON-UCAR-list-card__detail dt {
  display: flex;
  align-items: center;
}

.COMMON-UCAR-list-card__detail dd {
  display: block;
}

.COMMON-UCAR-list-card__detail dl[data-type="price"] {
  align-items: center;
}

.COMMON-UCAR-list-sort {
  width: 100%;
}

.COMMON-UCAR-list-paging__body {
  flex-direction: column;
  align-items: flex-end;
}

.COMMON-UCAR-list-paging__index {
  margin-bottom: 0;
}

.COMMON-UCAR-list-card {
  padding: 1.6rem .6rem;
}

.COMMON-UCAR-list-card__name {
  font-size: 14px;
}

.COMMON-UCAR-list-card__type {
  font-size: 11px;
}

.COMMON-UCAR-list-card[data-360view=true] .COMMON-UCAR-list-card__image a:after {
  top: 3px;
  right: 4px;
  width: 4rem;
  height: 4rem;
}

.COMMON-UCAR-list-card__detail {
  font-size: 11px;
}

.COMMON-UCAR-list-card__detail dt {
  width: 6.5em;
  padding-right: 1.25em;
}

.COMMON-UCAR-list-card__detail dl[data-type="total"] dd em,
.COMMON-UCAR-list-card__detail dl[data-type="base"] dd em,
.COMMON-UCAR-list-card__detail dl[data-type="expenses"] dd em {
  /*202309*/
  font-size: 14px;
}

.COMMON-UCAR-list-card__detail dl[data-type="price"] dd em {
  font-size: 14px;
}

.COMMON-UCAR-list-card__shop {
  font-size: 10px;
}

.COMMON-UCAR-list-card__link {
  font-size: 12px;
}

.COMMON-UCAR-list-card__compare span {
  font-size: 11px;
}

/* detail
============================================================= */
.COMMON-UCAR-detail-data__item:nth-child(-n+10) {
  width: 50%;
}

.COMMON-UCAR-detail__head {
  position: relative;
  left: 50%;
  width: 100%;
  margin-bottom: 0;
  transform: translateX(-50%);
}

.COMMON-UCAR-detail__foot:not(:last-child) {
  margin-bottom: 4rem;
}

.COMMON-UCAR-detail__update {
  padding-left: 3.2%;
}

.COMMON-UCAR-detail__pageback {
  padding-right: 3.2%;
}

.COMMON-UCAR-detail-header {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 3.2% 2.4rem;
}

.COMMON-UCAR-detail-header__title {
  display: block;
}

.COMMON-UCAR-detail-header__title ._type {
  margin-top: .75em;
  margin-left: 0;
}

.COMMON-UCAR-detail-header__id {
  order: -1;
  margin-left: auto;
  padding: .5em 0;
  border-left: 0;
}

.COMMON-UCAR-detail-header__data {
  display: block;
}

.COMMON-UCAR-detail-main {
  flex-direction: column;
}

.COMMON-UCAR-detail-main__image {
  position: relative;
  left: 50%;
  width: 100%;
  margin-bottom: 2.5rem;
  transform: translateX(-50%);
}

.COMMON-UCAR-detail-main__data {
  width: 100%;
}

.COMMON-UCAR-detail-gallery__foot {
  overflow-x: auto;
  margin-top: 3.2%;
  padding: 0 3.2%;
}

.COMMON-UCAR-detail-gallery__button {
  width: 50%;
}

.COMMON-UCAR-detail-gallery__list {
  flex-wrap: nowrap;
  width: auto;
}

.COMMON-UCAR-detail-gallery__item {
  min-width: 67px;
}

.COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__head {
  padding: 1em .75em;
}

.COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body {
  padding: 1em;
  font-size: 18px;
}

.COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body em {
  font-size: 18px;
}

.COMMON-UCAR-detail-data__head {
  justify-content: center;
  width: 5.75em;
  padding-right: .25em;
  padding-left: .25em;
  text-align: center;
}

.COMMON-UCAR-detail-cartrim {
  display: block;
}

.COMMON-UCAR-detail-cartrim tbody,
.COMMON-UCAR-detail-cartrim tr,
.COMMON-UCAR-detail-cartrim th,
.COMMON-UCAR-detail-cartrim td {
  display: block !important;
  border: 0 !important;
}

.COMMON-UCAR-detail-cartrim tr {
  margin-top: 1.66667em;
}

.COMMON-UCAR-detail-cartrim th {
  width: auto;
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .29167em;
  padding: 0;
  background: none;
  font-weight: bold;
}

.COMMON-UCAR-detail-cartrim td {
  padding: 0;
  border: 0;
}

.COMMON-UCAR-detail-cartrim td > ul {
  margin: -3px;
}

.COMMON-UCAR-detail-cartrim td > ul > li {
  font-size: inherit;
}

.COMMON-UCAR-detail-caution:not(:first-child) {
  margin-top: 2.8rem;
}

.COMMON-UCAR-detail-back:not(:first-child) {
  margin-top: 3rem;
}

.COMMON-UCAR-detail__update {
  font-size: 1rem;
}

.COMMON-UCAR-detail__pageback {
  font-size: 1rem;
}

.COMMON-UCAR-detail-header__title ._name {
  font-size: 16px;
}

.COMMON-UCAR-detail-header__title ._type {
  font-size: 12px;
}

.COMMON-UCAR-detail-header__id {
  font-size: 1rem;
}

.COMMON-UCAR-detail-gallery__index {
  font-size: 11px;
}

.COMMON-UCAR-detail-price__item {
  border-top-width: 3px;
}

.COMMON-UCAR-detail-price__head {
  font-size: 1.1rem;
}

.COMMON-UCAR-detail-price__body {
  font-size: 1.2rem;
}

.COMMON-UCAR-detail-spec {
  margin-top: 1.3rem;
  font-size: 12px;
}

.COMMON-UCAR-detail-spec__body em {
  font-size: 14px;
}

.COMMON-UCAR-detail-contact {
  font-size: 6.5rem;
}

.COMMON-UCAR-detail-contact:not(:first-child) {
  margin-top: 1.5rem;
}

.COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact {
  height: 40px;
}

.COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__head {
  font-size: 1rem;
}

.COMMON-UCAR-detail-contact__body {
  font-size: 12px;
}

.COMMON-UCAR-detail-contact__body em {
  font-size: 16px;
}

.COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body {
  font-size: 13px;
}

.COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact__body em {
  font-size: 13px;
}

.COMMON-UCAR-detail-compare {
  margin-top: 1.5rem;
}

.COMMON-UCAR-detail-lead {
  font-size: 1.3rem;
}

.COMMON-UCAR-detail-shop {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  font-size: 2.5rem;
}

.COMMON-UCAR-detail-shop__name {
  font-size: 14px;
}

.COMMON-UCAR-detail-shop__tel {
  font-size: 26px;
}

.COMMON-UCAR-detail-shop__data {
  font-size: 12px;
}

.COMMON-UCAR-detail-shop__order {
  font-size: 1.2rem;
}

.COMMON-UCAR-detail-section:not(:first-child) {
  margin-top: 4rem;
}

.COMMON-UCAR-detail-section__head {
  font-size: 15px;
}

.COMMON-UCAR-detail-data {
  font-size: 12px;
}

.COMMON-UCAR-detail-data__body {
  padding-right: .5em;
  padding-left: .5em;
}

.COMMON-UCAR-detail-cartrim {
  font-size: 12px;
}

.COMMON-UCAR-detail-caution {
  font-size: 1.1rem;
}

.COMMON-UCAR-detail-condition:after {
  right: 1em;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* uselect
============================================================= */
.COMMON-UCAR-uselect {
  position: relative;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.COMMON-UCAR-uselect__title {
  margin-bottom: 3.4rem;
}

.COMMON-UCAR-uselect__lead {
  text-align: left;
  font-size: 1.3rem;
}

.COMMON-UCAR-uselect__lead:not(:first-child) {
  margin-top: 1.625em;
}

.COMMON-UCAR-uselect__lead > p br.u-tablet-none {
  display: none;
}

.COMMON-UCAR-uselect-list__item {
  width: 100%;
  margin-bottom: 4rem;
}

.COMMON-UCAR-uselect-list__body {
  padding-right: 5.35714%;
  padding-left: 5.35714%;
}

/* ============================================================= *

Showroom

* ============================================================= */
.p-showroom-map {
  width: 100%;
  height: 400px;
  background: #aaa;
}

/* ============================================================= *

Sr

* ============================================================= */
/* p-sr-slider
============================== */
.p-sr-slider {
  margin-bottom: 26px;
}

.p-sr-slider__list {
  overflow: visible;
  width: calc(100% + 20px);
  transform: translateX(-10px);
}

.p-sr-slider__list .slick-list {
  overflow: visible;
}

.p-sr-slider__item {
  padding: 0 10px;
}

.p-sr-slider img {
  border-radius: 8px;
}

.p-sr-slider__control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
}

/* p-sr-nav
============================== */
.p-sr-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin-bottom: 30px;
}

.p-sr-nav__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.375em;
  border: 1px solid var(--base-color);
  border-radius: 3.375em;
  color: var(--base-color);
  text-decoration: none;
  font-weight: bold;
  transition: all .2s;
}

.p-sr-nav__button:hover {
  background: var(--base-color);
  color: #fff;
}

/* p-sr-profile
=============================== */
.p-sr-profile {
  width: 100%;
  /* padding-right: 8.92857%; */
}

.p-sr-profile__item {
  display: flex;
  padding-bottom: 1.375em;
  border-bottom: 1px solid var(--border-color);
}

.p-sr-profile__item:not(:last-child) {
  margin-bottom: 1.375em;
}

.p-sr-profile__head {
  width: 5.5em;
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  padding-right: 1em;
  font-weight: bold;
}

.p-sr-profile__body {
  display: flex;
  flex-wrap: wrap;
  gap: 0 .5em;
  width: calc(100% - 5.5em);
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
}

.p-sr-profile__body a {
  color: var(--key-color);
  font-weight: bold;
}

.p-sr-profile__tel {
  font-size: 1.25em;
}

/* p-sr-facility
=============================== */
.p-sr-facility {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 20px;
}

.p-sr-facility > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 5.84615em;
  border-radius: 4px;
  background: #333;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.p-sr-facility > li._inactive {
  display: none;
}

.p-sr-facility > li > figure {
  width: 30px;
  height: 24px;
}

.p-sr-facility > li > figure[data-facility=wc] {
  width: 37px;
}

.p-sr-facility > li > figure :is(img, svg) {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* p-sr-access
=============================== */
.p-sr-access__map {
  width: 100%;
  height: 340px;
  margin-bottom: 20px;
  background: var(--bg-color);
}

.p-sr-access__notes {
  margin: 0 auto;
  padding: 2em 0;
}

.p-sr-access-text > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.14286em;
  height: 1.85714em;
  margin-bottom: .5em;
  background: var(--key-color);
  color: #fff;
  font-weight: bold;
  font-size: calc(14px + var(--slope-1px));
}

.p-sr-access-text + .p-sr-access-text {
  margin-top: 1.2em;
}

/* blog
=============================== */
.p-sr-blog .blog__paging {
  display: none;
}

/* contact
=============================== */
.p-sr-contact {
  margin-top: 34px;
}

.p-sr-contact:not(:first-child) {
  margin-top: 40px;
}

.p-sr-contact__head {
  margin-bottom: 1.25em;
  text-align: center;
  line-height: 1;
}

.p-sr-contact__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.p-sr-contact__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 3.375em;
  border: 1px solid var(--base-color);
  border-radius: 3.375em;
  text-decoration: none;
  font-weight: bold;
}

.p-sr-contact__button > i img {
  opacity: 0;
}

.p-sr-contact__button > i svg {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.p-sr-contact__button > i svg path {
  fill: var(--key-color);
}

.p-sr-contact__button > i svg[data-src$="talk.svg"] {
  width: 22px;
}

.p-sr-contact__button > i svg[data-src$="move.svg"] {
  width: 15px;
}

.p-sr-contact__button > i svg[data-src$="dots.svg"] {
  width: 15px;
}

/* ============================================================= *

Staff

* ============================================================= */
.p-staff-contents .ATC-shop-contents-staff {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.p-staff-contents .ATC-shop-contents-staff-list {
  overflow: hidden;
  padding: 1.1875em 1.1875em 2.375em;
  border: 1px solid var(--border-color);
  background: #fff;
}

.p-staff-contents .ATC-shop-contents-staff-list.is-notready {
  width: 100%;
  border: 0;
}

.p-staff-contents .ATC-photo-thumb-frame {
  overflow: hidden;
  width: 100%;
  margin-bottom: .9375em;
}

.p-staff-contents .ATC-photo-thumb-frame img {
  width: 100%;
}

@supports (object-fit : contain) {
  .p-staff-contents .ATC-photo-thumb-frame {
    position: relative;
    object-fit: contain;
    padding-top: 76.12903%;
  }
  .p-staff-contents .ATC-photo-thumb-frame img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
  }
}

.p-staff-contents .ATC-shop-contents-staff-list-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .5em;
  overflow: hidden;
  margin-bottom: 1.17647em;
  padding-bottom: .5em;
  border-bottom: 1px solid var(--border-color);
  font-weight: bold;
  font-size: 1.0625em;
}

.p-staff-contents .ATC-shop-contents-staff-list-name > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.92308em;
  padding: 0 1em;
  color: #fff;
  text-align: center;
  font-size: .76471em;
}

.p-staff-contents .ATC-staff-type-bg01,
.p-staff-contents .ATC-staff-type-bg10 {
  background: #ef929d;
}

.p-staff-contents .ATC-staff-type-bg02 {
  background: #8399d2;
}

.p-staff-contents .ATC-staff-type-bg03,
.p-staff-contents .ATC-staff-type-bg04,
.p-staff-contents .ATC-staff-type-bg05 {
  background: #72c5bd;
}

.p-staff-contents .ATC-staff-type-bg06,
.p-staff-contents .ATC-staff-type-bg07,
.p-staff-contents .ATC-staff-type-bg08,
.p-staff-contents .ATC-staff-type-bg09 {
  background: #ee9100;
}

.p-staff-contents .ATC-shop-contents-staff-list-qualification {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  font-size: .875em;
}

.p-staff-contents .ATC-staff-type-color01,
.p-staff-contents .ATC-staff-type-color10 {
  color: #dd2e43;
}

.p-staff-contents .ATC-staff-type-color02 {
  color: #3a5fbc;
}

.p-staff-contents .ATC-staff-type-color03,
.p-staff-contents .ATC-staff-type-color04,
.p-staff-contents .ATC-staff-type-color05 {
  color: #2caa9e;
}

.p-staff-contents .ATC-staff-type-color06,
.p-staff-contents .ATC-staff-type-color07,
.p-staff-contents .ATC-staff-type-color08,
.p-staff-contents .ATC-staff-type-color09 {
  color: #ee9100;
}

.p-staff-contents .ATC-shop-contents-staff-list-comment {
  /* -0.375em for line-height offset */
  margin-top: .85577em;
  margin-bottom: -.375em;
  font-size: .875em;
}

.p-staff-contents .ATC-shop-contents-staff-list-comment.is-empty {
  padding: 0;
  background: transparent;
}

.p-staff-contents#sr60 .ATC-staff-type-bg10 {
  background: #72c5bd;
}

.p-staff-contents#sr60 .ATC-shop-contents-staff-list:first-child .ATC-staff-type-bg10 {
  background: #ef929d;
}

.p-staff-contents#sr60 .ATC-staff-type-color10 {
  color: #2caa9e;
}

/* ============================================================= *

Maintenance

* ============================================================= */
/* schedule
=============================== */
.p-maintenance-schedule {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.p-maintenance-schedule:not(:first-child) {
  margin-top: 3.125em;
}

.p-maintenance-schedule__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% - 6.25em);
  padding-right: 4.46429%;
}

.p-maintenance-schedule__body:before {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 13.75em;
  left: 1.5rem;
  display: block;
  width: 3rem;
  height: 100%;
  background: #e6e6e6;
}

.p-maintenance-schedule__foot {
  display: flex;
  overflow: hidden;
  width: 6.25em;
  height: 100%;
}

/* timeline */
.p-maintenance-schedule-timeline {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
  font-size: 1.4rem;
}

.p-maintenance-schedule-timeline + .p-maintenance-schedule-timeline {
  margin-top: 2rem;
}

.p-maintenance-schedule-timeline__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
}

._primary .p-maintenance-schedule-timeline__head,
._emphasise .p-maintenance-schedule-timeline__head {
  z-index: 3;
}

.p-maintenance-schedule-timeline:first-child .p-maintenance-schedule-timeline__head {
  width: 100%;
  font-weight: bold;
}

.p-maintenance-schedule-timeline__head:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  box-sizing: content-box;
  width: .66667em;
  height: .66667em;
  margin: auto;
  border: .22222em solid #fff;
  border-radius: 50%;
  background: #e6e6e6;
}

.p-maintenance-schedule-timeline__head span {
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: initial;
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  line-height: 1;
}

.p-maintenance-schedule-timeline__head span > i {
  display: block;
  width: 33.75%;
  min-height: 0%;
  max-width: 1.6875em;
  margin-right: .5em;
}

._emphasise .p-maintenance-schedule-timeline__head span {
  background: var(--key-color);
}

.p-maintenance-schedule-timeline__body {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 8rem);
  height: 6rem;
  margin-left: 2rem;
  padding: .8em 0;
  border-width: .22222em;
  border-style: solid;
  border-color: #e6e6e6;
  background: #fff;
  text-decoration: none;
  line-height: 1;
  transition: all .2s ease-out;
}

._primary .p-maintenance-schedule-timeline__body {
  border-color: #666;
}

._emphasise .p-maintenance-schedule-timeline__body {
  border-color: var(--key-color);
  color: var(--key-color);
}

.p-maintenance-schedule-timeline__body:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + .22222em);
  bottom: 0;
  display: block;
  box-sizing: content-box;
  width: calc(5rem - .33333em);
  height: .22222em;
  margin: auto 0;
  border-width: .22222em 0;
  border-style: solid;
  border-color: #fff;
  background: #e6e6e6;
}

._primary .p-maintenance-schedule-timeline__body:before {
  background: #666;
}

._emphasise .p-maintenance-schedule-timeline__body:before {
  background: var(--key-color);
}

a.p-maintenance-schedule-timeline__body {
  font-weight: bold;
}

a.p-maintenance-schedule-timeline__body:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  display: block;
  width: .8rem;
  height: .8rem;
  margin: auto 0;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all .2s ease-out;
  transform: rotate(-135deg);
  transform-origin: center;
}

a.p-maintenance-schedule-timeline__body:hover:after {
  border-bottom-color: var(--base-color);
  border-left-color: var(--base-color);
}

._emphasise a.p-maintenance-schedule-timeline__body:hover:after {
  border-bottom-color: var(--key-color);
  border-left-color: var(--key-color);
}

/* option */
.p-maintenance-schedule-option {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
}

.p-maintenance-schedule-option__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  background: var(--bg-color);
  text-align: center;
  letter-spacing: -.04em;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.25;
}

.p-maintenance-schedule-option__body {
  display: flex;
  flex-grow: 1;
  justify-content: space-around;
  width: 100%;
  padding: 2rem 0 0 0;
}

.p-maintenance-schedule-option__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100%;
}

.p-maintenance-schedule-option__timeline:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 1px;
  height: 95%;
  margin: auto;
  border-width: 0 0 0 1px;
}

.p-maintenance-schedule-option__timeline._mamoru:before {
  border-style: dashed;
  border-color: #8dc21f;
}

.p-maintenance-schedule-option__timeline._ciao:before {
  border-style: solid;
  border-color: #0068b7;
}

.p-maintenance-schedule-option__timeline > span {
  display: block;
  width: 100%;
  height: 6rem;
}

.p-maintenance-schedule-option__timeline > span + span {
  margin-top: 2rem;
}

.p-maintenance-schedule-option__timeline > span._on {
  position: relative;
}

.p-maintenance-schedule-option__timeline > span._on:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 50%;
}

.p-maintenance-schedule-option__timeline._mamoru > span:before {
  background: #8dc21f;
}

.p-maintenance-schedule-option__timeline._ciao > span:before {
  background: #0068b7;
}

/* note */
.p-maintenance-schedule-note {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
  font-size: 1.4rem;
  line-height: 2;
}

.p-maintenance-schedule-note__sub {
  line-height: 2;
}

.p-maintenance-schedule-note__sub li:before {
  content: "\25cf";
}

.p-maintenance-schedule-note__sub li:first-of-type:before {
  color: #8dc21f;
}

.p-maintenance-schedule-note__sub li:nth-of-type(2):before {
  color: #0068b7;
}

.p-maintenance-schedule-note__main {
  margin-bottom: 1em;
  text-align: left;
}

/* menu
=============================== */
.p-maintenance-menu {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 8px));
  gap: 16px;
  padding-top: 5.80357%;
  font-size: .875em;
}

.p-maintenance-menu__item > p {
  /* -0.375em for line-height offset */
  margin-top: .625em;
  margin-bottom: -.375em;
  text-align: left;
}

/* afterservice
=============================== */
.p-maintenance-afterservice {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 5px));
  gap: 10px;
  margin-top: 10px;
}

/* ============================================================= *

Inspection

* ============================================================= */
.p-inspection-necessary {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  border-top: 1px solid;
}

.p-inspection-necessary__list {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  max-width: 980px;
  margin-top: 1em;
}

.p-inspection-necessary__list > li {
  position: relative;
  width: 100%;
  padding-left: 1.25em;
  font-weight: bold;
}

.p-inspection-necessary__list > li:before {
  content: "";
  position: absolute;
  top: .475em;
  left: 0;
  display: block;
  width: .8em;
  height: .8em;
  margin: auto 0;
  border: 1px solid;
  border-radius: 2px;
}

/* ============================================================= *

Ciao

* ============================================================= */
.p-ciao-heading {
  position: relative;
  margin-top: 19.64286%;
  margin-bottom: 8rem;
  padding-bottom: 4.5rem;
}

.p-ciao-heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4.39239vw;
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: #ecf1f5;
}

.p-ciao-heading__head {
  position: relative;
  z-index: 1;
  width: 62.5%;
  margin: 0 auto -12.5%;
  transform: translateY(-50%);
}

.p-ciao-heading__body {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 4.5rem auto 0;
}

.p-ciao-heading-lead {
  /* -0.27778em for line-height offset */
  margin-top: 1.16667em;
  margin-bottom: -.27778em;
  text-align: center;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.55556;
}

.p-ciao-heading-lead em {
  padding: 0 .25em;
  color: #0068b7;
}

.p-ciao-heading-merit {
  display: flex;
  justify-content: space-around;
  margin-top: 5rem;
}

.p-ciao-heading-merit__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.p-ciao-heading-merit__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.33333em;
  height: 3.33333em;
  border-radius: 50%;
  background: #0068b7;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}

.p-ciao-heading-merit__body {
  padding-top: .5em;
  font-weight: bold;
  line-height: 1.5;
}

/* ============================================================= *

Carcare

* ============================================================= */
.p-carcare-contents a[name] {
  display: block;
  visibility: hidden;
  margin-top: -90px;
  /* headerの高さ分相殺 */
  padding-top: 90px;
  pointer-events: none;
}

@media screen and (max-width: 1366px) {
  .p-carcare-contents a[name] {
    margin-top: calc(-22.70934px - 4.92611vw);
    padding-top: calc(22.70934px + 4.92611vw);
  }
}

@media screen and (max-width: 500px) {
  .p-carcare-contents a[name] {
    margin-top: -70px;
    padding-top: 70px;
  }
}

/* ============================================================= *

htc

* ============================================================= */
.p-htc {
  padding: 2.92826% 0;
  background: #f3f3f3;
}

.p-htc__head {
  background: url(/htc/bg_htc.gif) bottom center repeat-x;
  background-size: contain;
}

.p-htc__head > p, .p-htc__body > p {
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
}

/* ============================================================= *

Campaign

* ============================================================= */
.p-campaign-contents .CMN-CMP-car-select__head {
  margin-top: 0;
  padding-top: 0;
}

.p-campaign-contents .CMN-CMP-car-select__item {
  max-width: 24%;
  transition: all .3s ease-out;
}

.p-campaign-contents .CMN-CMP-car-select__item:hover {
  opacity: .7;
}

.p-campaign-contents .CMN-CMP-car-article__title {
  background: var(--bg-color);
  color: var(--base-color);
  font-weight: bold;
}

.p-campaign-contents .CMN-CMP-car-article__carIcon img {
  max-width: 50%;
}

.p-campaign-contents .CMN-CMP-body__item a {
  transition: all .3s ease-out;
}

.p-campaign-contents .CMN-CMP-body__item a:hover {
  opacity: .7;
}

/* leaflet
=============================== */
.p-campaign-leaflet-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 560px) {
  .p-campaign-leaflet-list {
    flex-direction: column;
  }
}

.p-campaign-leaflet-list__item {
  padding: 1em;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-campaign-leaflet-list__item p {
  border: 1px solid;
}

.p-campaign-leaflet-list__item .c-button {
  margin-top: 1em;
  font-size: 1em;
}

/* ============================================================= *

Recruit

* ============================================================= */

.p-recruit__not{
  text-align: center;
  padding-block: 2rem;
}

/* ============================================================= *

Environment

* ============================================================= */
.p-environment-fig {
  position: relative;
  margin: 0 auto;
  padding: 10rem 0;
  background-color: #fff;
  color: #b28146;
  line-height: 2;
}

.p-environment-fig sub {
  display: inline-block;
  font-size: 65%;
}

.p-environment-fig:before, .p-environment-fig:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: repeat-x;
}

.p-environment-fig:before {
  top: 10px;
  background-image: url(/environment/direction/common/img/bgHeaderTop.gif);
  background-position: center top;
}

.p-environment-fig:after {
  bottom: 10px;
  background-image: url(/environment/direction/common/img/bgHeaderBottom.gif);
  background-position: center bottom;
}

.p-environment-fig__head {
  padding: 0 0 1em;
  color: #6eb92b;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 500px) {
  .p-environment-fig__head {
    font-size: 2.2rem;
  }
}

.p-environment-fig__frame {
  position: relative;
  padding: 1.4em;
  background: #eff7e4;
  font-size: 1.125em;
}

.p-environment-fig__frame em {
  display: block;
  font-size: 1.16667em;
}

.p-environment-fig__body {
  max-width: 55em;
  margin: 0 auto;
  padding: 0;
  background: url(/environment/direction/common/img/character_img01.jpg) left bottom no-repeat;
}

.p-environment-fig__body dl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
  .p-environment-fig__body dl {
    display: block;
  }
}

.p-environment-fig__body dt {
  display: table-cell;
  width: 6em;
  padding-bottom: 5px;
}

.p-environment-fig__body dt:before {
  content: "\25a0";
}

@media screen and (max-width: 560px) {
  .p-environment-fig__body dt {
    display: block;
  }
}

.p-environment-fig__body dd {
  display: table-cell;
  text-align: justify;
  text-justify: auto;
}

@media screen and (max-width: 560px) {
  .p-environment-fig__body dd {
    display: block;
  }
}

.p-environment-fig__body dd p {
  margin-bottom: 8px;
}

.p-environment-fig__body dd ol {
  padding-left: 1.5em;
}

.p-environment-fig__body dd li {
  margin-bottom: 5px;
  list-style: decimal;
  list-style-position: outside;
}

.p-environment-fig__title {
  margin-bottom: 2em;
  background: url(/environment/direction/common/img/bg_policyTitle.gif) center center repeat-x;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 500) {
  .p-environment-fig__title {
    background-size: auto 3px;
  }
}

.p-environment-fig__title span {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
}

.p-environment-fig__sign {
  padding-bottom: 15px;
  text-align: right;
}

/* ============================================================= *

Welcome

* ============================================================= */
/* heading
=============================== */
.p-welcome-heading {
  position: relative;
  left: 50%;
  display: flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: calc(100% + 40px);
  min-height: 368px;
  padding: 40px var(--inner-padding);
  font-size: calc(16px + var(--slope-1px) * 2);
  transform: translateX(-50%);
}

.p-welcome-heading__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-welcome-heading__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-welcome-heading__box {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
}

.p-welcome-heading__title {
  text-shadow: 1px 1px 1em #9a9696;
  font-weight: bold;
  font-size: 1.53846em;
}

.p-welcome-heading__comment {
  margin-top: 4em;
}

.p-welcome-heading__txt {
  margin-top: 1.23077em;
  text-shadow: 1px 1px 1.25em #9a9696;
  line-height: 1.8;
}

/* content
=============================== */
.p-welcome-content {
  width: 100%;
  padding: 50px 0;
}

.p-welcome-content__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto;
}

.p-welcome-content__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 94%;
  margin: 0 auto;
}

.p-welcome-content__item:not(:first-child) {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.p-welcome-content__img {
  width: 100%;
  min-height: 0%;
  max-width: 340px;
  margin: 0 auto;
}

.p-welcome-content__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  max-width: 340px;
  margin: 2rem auto 0;
}

.p-welcome-content__head {
  margin-bottom: auto;
}

.p-welcome-content__title {
  margin-bottom: .83333em;
  color: #cc0000;
  text-align: center;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 1.8rem;
}

.p-welcome-content__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75em;
  width: 100%;
  margin: 1.625em auto 0;
}

/* ============================================================= *

Terms of use

* ============================================================= */
/* p-terms-text
=============================== */
.p-terms-text {
  /* -0.5em for line-height offset */
  margin-top: -.5em;
  margin-bottom: -.5em;
  line-height: 2;
}

/* p-terms-plugin
=============================== */
.p-terms-plugin {
  margin-top: 1.46667em;
  border: 1px solid var(--border-color);
}

.p-terms-plugin__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 2.33333em;
  text-decoration: none;
  transition: all .3s ease-out;
}

.p-terms-plugin__link:hover {
  opacity: .7;
}

/* ssl
=============================== */
.p-terms-ssl {
  margin-top: 2em;
  padding: 1.5em;
  border: 1px solid var(--border-color);
  font-size: .93333em;
}

.p-terms-ssl__head {
  font-weight: bold;
  font-size: 1.07143em;
}

.p-terms-ssl__item {
  /* -0.375em for line-height offset */
  margin-top: 1.125em;
  margin-bottom: -.375em;
  padding-left: 1em;
}

.p-terms-ssl__item > p {
  position: relative;
  margin-bottom: .5em;
}

.p-terms-ssl__item > p:before {
  content: "\30fb";
  position: absolute;
  top: 0;
  left: -1em;
}

.p-terms-ssl__item > ul > li a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

.p-terms-ssl__item > ul > li a:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.p-terms-ssl__foot {
  margin-top: 2em;
}

/* ============================================================= *

Privacy Policy

* ============================================================= */
/* lead
=============================== */
.p-privacy-lead {
  /* -0.5em for line-height offset */
  margin-top: -.5em;
  margin-bottom: -.5em;
  font-size: 1.4rem;
  line-height: 2;
}

/* main
=============================== */
.p-privacy-main {
  counter-reset: privacy-main;
  word-break: break-all;
  font-size: 1.4rem;
}

.p-privacy-main__item {
  counter-increment: privacy-main;
  position: relative;
  padding-left: 1.78571em;
}

.p-privacy-main__item + .p-privacy-main__item {
  /* -0.375em for line-height offset */
  margin-top: 2.91071em;
  margin-bottom: -.375em;
}

.p-privacy-main__title {
  font-weight: bold;
}

.p-privacy-main__title:before {
  content: counter(privacy-main) ".";
  position: absolute;
  top: 0;
  left: 0;
}

/* sub
=============================== */
.p-privacy-sub {
  counter-reset: privacy-sub;
  margin-top: 1em;
}

.p-privacy-sub__item {
  counter-increment: privacy-sub;
  position: relative;
  margin-left: 2.5em;
}

.p-privacy-sub__item + .p-privacy-sub__item {
  margin-top: .25em;
}

.p-privacy-sub__item:first-child:last-child {
  margin-left: 0;
}

.p-privacy-sub__item:first-child:last-child:before {
  content: none;
}

.p-privacy-sub__item:before {
  content: counter(privacy-sub, lower-roman) ".";
  position: absolute;
  top: 0;
  left: -2.5em;
  width: 1.42857em;
  text-align: right;
}

/* detail
=============================== */
.p-privacy-detail {
  margin: .35em 0 .75em 1em;
  font-size: .92857em;
}

.p-privacy-detail._border {
  margin: .5em 0 1em;
  padding: 1.25em;
  border: 1px solid var(--border-color);
}

.p-privacy-detail__head:before {
  content: "\25cf";
}

.p-privacy-detail__body > p:before {
  content: "\30fb";
}

/* sign
=============================== */
.p-privacy-sign {
  margin-top: 6rem;
  text-align: right;
  font-size: .875em;
}

/* banner
=============================== */
.p-privacy-banner {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

.p-privacy-banner a {
  transition: all .3s ease-out;
}

.p-privacy-banner a:hover {
  opacity: .7;
}

/* ============================================================= *

Information

* ============================================================= */
.p-information-contents .blog__paging {
  display: none;
}
