/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
html5doctor.com Reset Stylesheet
end
*/
ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  width: 100%;
  height: 100%;
}

html {
  font-size: 0.2666666667vw;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: 0.0520833333vw;
  }
}

body {
  color: #000;
  line-height: 1.5;
  overflow: hidden scroll;
  overflow-wrap: break-word;
  word-break: break-all;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

header, nav, main, footer, small, button, label, picture, video {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
}
@media (min-width: 768px) {
  a:hover, a:active {
    opacity: 0.8;
  }
}

.u-pc {
  display: none;
}
@media (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.l-wrapper {
  width: 100%;
  overflow: hidden;
}

.l-header {
  background: #fff;
  padding: 16rem 24rem;
  height: 52rem;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  .l-header {
    padding: 20rem 40rem;
    height: 80rem;
  }
}
.l-header__logo {
  display: block;
  width: 132rem;
  height: 20rem;
}
@media (min-width: 768px) {
  .l-header__logo {
    width: 264rem;
    height: 40rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-footer {
  background: #003811;
  padding: 48rem 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32rem;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 48rem 0;
    gap: 48rem;
  }
}
.l-footer__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16rem;
  text-align: center;
  color: #fff;
}
.l-footer__company-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18rem;
  line-height: 1.25;
  border-bottom: 4rem solid #fff;
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .l-footer__company-title {
    font-size: 20rem;
  }
}
.l-footer__company-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 12rem;
  line-height: 1.75;
  color: #fff;
}
@media (min-width: 768px) {
  .l-footer__company-text {
    font-size: 16rem;
  }
}
.l-footer__company-text a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #5c7c5c;
  text-underline-offset: 3rem;
}
.l-footer__copyright {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-size: 10rem;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer__copyright {
    font-size: 12rem;
  }
}

.o-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16rem;
}
@media (min-width: 768px) {
  .o-section-title {
    gap: 32rem;
  }
}
.o-section-title__deco {
  width: 17.32rem;
  height: 30rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .o-section-title__deco {
    width: 34.5rem;
    height: 59.756rem;
  }
}
.o-section-title__deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.o-section-title__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24rem;
  line-height: 1.25;
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  .o-section-title__text {
    font-size: 40rem;
  }
}

.o-btn-round {
  display: inline-flex;
  align-items: center;
  background: #003811;
  border-radius: 120rem;
  padding: 4rem 4rem 4rem 24rem;
  box-shadow: 0 0 12rem rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.o-btn-round__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18rem;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding: 0;
}
@media (min-width: 768px) {
  .o-btn-round__text {
    font-size: 20rem;
    white-space: pre-wrap;
    padding: 0 10rem;
  }
}
.o-btn-round__text--lg {
  font-size: 20rem;
  white-space: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .o-btn-round__text--lg {
    font-size: 24rem;
    white-space: pre-wrap;
  }
}
.o-btn-round__icon {
  width: 63rem;
  height: 63rem;
  flex-shrink: 0;
}
.o-btn-round__icon img {
  width: 100%;
  height: 100%;
}

.o-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  border-bottom: 1rem solid #000;
  padding: 4rem;
  text-decoration: none;
}
.o-text-link__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16rem;
  line-height: 1.25;
  color: #000;
}
@media (min-width: 768px) {
  .o-text-link__text {
    font-size: 20rem;
  }
}
.o-text-link__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-text-link__arrow::before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  border-right: 2rem solid #000;
  border-bottom: 2rem solid #000;
  transform: translateY(-2rem) rotate(45deg);
}

.o-status-box {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .o-status-box {
    flex-direction: row;
  }
}
.o-status-box__item {
  display: flex;
  align-items: center;
  gap: 24rem;
  background: #fff;
  border-radius: 16rem;
  padding-left: 24rem;
  flex: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .o-status-box__item {
    width: auto;
  }
}
.o-status-box__icon {
  width: 40rem;
  height: 40rem;
  flex-shrink: 0;
}
.o-status-box__icon img {
  width: 100%;
  height: 100%;
}
.o-status-box__text-box {
  display: flex;
  align-items: center;
  gap: 16rem;
  padding: 14rem;
  border-left: 2rem dashed #b3a47d;
  flex: 1;
}
@media (min-width: 768px) {
  .o-status-box__text-box {
    padding: 24rem;
  }
}
.o-status-box__text-box--hiace {
  border-left-color: #6aa0aa;
}
.o-status-box__label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14rem;
  line-height: 1.25;
  color: #b3a47d;
  flex-shrink: 0;
}
.o-status-box__label--hiace {
  color: #6aa0aa;
}
.o-status-box__value {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0;
  color: #000;
}
.o-status-box__value .num {
  font-weight: 700;
  font-size: 28rem;
}
.o-status-box__value .unit {
  font-size: 12rem;
}

.p-kv {
  width: 100%;
}


.p-lineup {
  padding: 56rem 16rem;
  display: flex;
  flex-direction: column;
  gap: 32rem;
  align-items: center;
  background: #fff;
}
@media (min-width: 768px) {
  .p-lineup {
    padding: 80rem 140rem;
    gap: 56rem;
  }
}
.p-lineup .o-section-title__deco {
  width: 35.5rem;
  height: 115rem;
}
@media (min-width: 768px) {
  .p-lineup .o-section-title__deco {
    width: 100rem;
    height: 174rem;
  }
}
.p-lineup .o-section-title__deco img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.p-lineup__title-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14rem;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  .p-lineup__title-text {
    font-size: 40rem;
    line-height: 1.45;
  }
}
.p-lineup__cards {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .p-lineup__cards {
    flex-direction: row;
  }
}
.p-lineup__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12rem;
  padding: 12rem 15rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-lineup__card {
    flex: 1;
    gap: 8rem;
    padding: 32rem 24rem;
  }
}
.p-lineup__card--sienta {
  background: #f9f5e7;
}
.p-lineup__card--mu {
  background: #e9ede2;
}
.p-lineup__card--hiace {
  background: #e7edee;
}
.p-lineup__card-mu-inner {
  display: flex;
  flex-direction: row;
  gap: 8rem;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .p-lineup__card-mu-inner {
    flex-direction: column;
    gap: 24rem;
    flex: 1;
  }
}
.p-lineup__card-mu-text {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  align-items: flex-start;
  flex: 1;
}
@media (min-width: 768px) {
  .p-lineup__card-mu-text {
    align-items: center;
    gap: 24rem;
    flex: initial;
    width: 100%;
  }
}
.p-lineup__card-mu-logo {
  display: flex;
  align-items: center;
  gap: 8rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-lineup__card-mu-logo {
    gap: 16rem;
  }
}
.p-lineup__card-mu-logo img {
  width: auto;
  height: 28rem;
}
@media (min-width: 768px) {
  .p-lineup__card-mu-logo img {
    height: 46rem;
  }
}
.p-lineup__card-mu-imgs {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  flex-shrink: 0;
  width: 107rem;
  order: -1;
  align-self: center;
}
@media (min-width: 768px) {
  .p-lineup__card-mu-imgs {
    flex-direction: row;
    gap: 16rem;
    width: 100%;
    height: 230px;
    justify-content: center;
    order: 0;
  }
}
.p-lineup__card-mu-imgs .p-lineup__car-img {
  width: 107rem;
  height: 70rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-lineup__card-mu-imgs .p-lineup__car-img {
    flex: 1;
    width: auto;
    height: auto;
  }
}
.p-lineup__card-mu-imgs .p-lineup__car-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-lineup__card-inner {
  display: flex;
  flex-direction: row;
  gap: 8rem;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .p-lineup__card-inner {
    flex-direction: column;
    gap: 24rem;
    flex: 1;
  }
}
.p-lineup__card-img-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  flex-shrink: 0;
  width: 107rem;
  order: -1;
  align-self: center;
}
@media (min-width: 768px) {
  .p-lineup__card-img-box {
    flex: 1;
    width: 100%;
    flex-shrink: 1;
    order: 0;
  }
}
.p-lineup__car-img {
  width: 107rem;
}
@media (min-width: 768px) {
  .p-lineup__car-img {
    width: 306rem;
  }
}
.p-lineup__car-img img {
  width: 80%;
  height: auto;
  object-fit: contain;
  margin: auto;
}
.p-lineup__car-note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11rem;
  line-height: 1.5;
  color: #000;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .p-lineup__car-note {
    font-size: 14rem;
    text-align: center;
    margin-top: 10px;
  }
}
.p-lineup__card-text {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  align-items: flex-start;
  flex: 1;
}
@media (min-width: 768px) {
  .p-lineup__card-text {
    align-items: center;
    gap: 24rem;
    flex: initial;
    width: 100%;
  }
}
.p-lineup__card-catch {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16rem;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.p-lineup__card--mu .p-lineup__card-catch {
  font-size: 11rem;
}
@media (min-width: 768px) {
  .p-lineup__card-catch,
  .p-lineup__card--mu .p-lineup__card-catch {
    font-size: 24rem;
    text-align: center;
  }
}
.p-lineup__card-logo img {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .p-lineup__card-logo img {
    width: 330rem;
  }
}

.p-complete {
  background: #f6f6f6;
  padding: 56rem 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32rem;
}
@media (min-width: 768px) {
  .p-complete {
    padding: 80rem 140rem;
    gap: 40rem;
  }
}
.p-complete__points {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 768px) {
  .p-complete__points {
    flex-direction: row;
    gap: 24rem;
    align-items: stretch;
  }
}
.p-complete__point {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16rem;
  padding: 22rem;
  background: #fff;
  border: 4rem solid #b5cdbc;
  border-radius: 24rem;
  position: relative;
  margin-top: 34rem;
}
@media (min-width: 768px) {
  .p-complete__point {
    gap: 24rem;
    padding: 32rem;
    border-radius: 32rem;
    margin-top: 52rem;
  }
}
.p-complete__point-label {
  position: absolute;
  top: -34rem;
  left: 50%;
  transform: translateX(-50%);
  background: #003811;
  border-radius: 12rem;
  padding: 4rem 16rem 6rem;
  display: flex;
  align-items: flex-end;
  gap: 4rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-complete__point-label {
    top: -52rem;
    border-radius: 16rem;
    padding: 4rem 24rem 12rem;
  }
}
.p-complete__point-label .label-point {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 18rem;
  color: #fff;
  letter-spacing: 0.04em;
  padding-top: 10rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-complete__point-label .label-point {
    font-size: 24rem;
    padding-top: 16rem;
  }
}
.p-complete__point-label .label-num {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 36rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-complete__point-label .label-num {
    font-size: 48rem;
  }
}
.p-complete__point-txt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-complete__point-txt-box {
    gap: 16rem;
  }
}
.p-complete__point-h {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.4;
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  .p-complete__point-h {
    font-size: 24rem;
    line-height: 1.25;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60rem;
  }
}
.p-complete__point-p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16rem;
  line-height: 1.75;
  color: #000;
  width: 100%;
  text-align: justify;
}

.p-sienta-exp {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: 56rem;
}
@media (min-width: 768px) {
  .p-sienta-exp {
    margin-top: 80rem;
    flex-direction: row;
    align-items: stretch;
  }
}
.p-sienta-exp__bg {
  position: absolute;
  inset: 0;
  background: url(../images/bg_sp.jpg) center center / cover no-repeat;
  z-index: 0;
}
@media (min-width: 768px) {
  .p-sienta-exp__bg {
    background: url(../images/bg.jpg) top center / cover no-repeat;
  }
}
.p-sienta-exp__text-panel {
  order: 1;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56rem 16rem;
}
@media (min-width: 768px) {
  .p-sienta-exp__text-panel {
    order: 2;
    flex: 0 0 50%;
    padding: 80rem 64rem;
  }
}
.p-sienta-exp__sp-img {
  width: 100%;
}
.p-sienta-exp__sp-img img {
  width: 100%;
  height: auto;
}
.p-sienta-exp__img-panel {
  display: none;
  order: 2;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-sienta-exp__img-panel {
    order: 1;
    flex: 1;
    min-height: 800rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-sienta-exp__img-panel img.sienta-main {
  width: 100%;
  max-width: 840rem;
  height: auto;
  display: block;
}

.p-sienta-exp__text-inner {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  gap: 24rem;
  align-items: center;
  padding: 32rem 16rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-sienta-exp__text-inner {
    gap: 32rem;
    padding: 64rem 32rem;
    max-width: 712rem;
  }
}
.p-sienta-exp__logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16rem;
}
@media (min-width: 768px) {
  .p-sienta-exp__logo-box {
    gap: 24rem;
  }
}
.p-sienta-exp__label {
  background: #89816d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 12rem;
}
@media (min-width: 768px) {
  .p-sienta-exp__label {
    padding: 4rem 16rem;
  }
}
.p-sienta-exp__label span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14rem;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-sienta-exp__label span {
    font-size: 16rem;
  }
}
.p-sienta-exp__logo {
  width: 311rem;
  height: 45.5rem;
}
@media (min-width: 768px) {
  .p-sienta-exp__logo {
    width: 410rem;
    height: 60rem;
  }
}
.p-sienta-exp__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-sienta-exp__description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18rem;
  line-height: 1.75;
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  .p-sienta-exp__description {
    font-size: 22rem;
  }
}
.p-sienta-exp__options {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  align-items: center;
  width: 100%;
  margin: 8rem 0;
}
@media (min-width: 768px) {
  .p-sienta-exp__options {
    gap: 24rem;
    margin: 0;
  }
}
.p-sienta-exp__option-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.4;
  text-align: center;
  color: #000;
  width: 100%;
}
@media (min-width: 768px) {
  .p-sienta-exp__option-title {
    font-size: 28rem;
    line-height: 1.25;
  }
}
.p-sienta-exp__option-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12rem;
  width: 100%;
}
.p-sienta-exp__option-bar {
  width: 80rem;
  height: 4rem;
  background: #89816d;
}
.p-sienta-exp__option-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-sienta-exp__option-imgs {
    display: flex;
    gap: 16rem;
  }
}
.p-sienta-exp__option-imgs > div {
  aspect-ratio: 1/1;
  overflow: hidden;
  padding: 0;
}
.p-sienta-exp__option-imgs > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sienta-exp__option-imgs > div:nth-child(3) {
  grid-column: 1/3;
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-sienta-exp__option-imgs > div:nth-child(3) {
    width: auto;
    margin: 0;
    grid-column: auto;
  }
}
.p-sienta-exp__option-imgs.slick-initialized {
  overflow: hidden;
  display: block;
  width: calc(100% + 32rem);
  margin-left: -16rem;
  margin-right: -16rem;
}
.p-sienta-exp__option-imgs .slick-list,
.p-hiace-exp__option-imgs .slick-list,
.p-mu-exp__option-imgs .slick-list {
  aspect-ratio: auto;
  overflow: hidden;
  flex: none;
  min-width: 0;
  margin: 0 -6rem;
}
.p-sienta-exp__option-imgs .slick-slide {
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0 6rem;
}
.p-hiace-exp__option-imgs .slick-slide,
.p-mu-exp__option-imgs .slick-slide {
  aspect-ratio: 1298/978;
  overflow: hidden;
  margin: 0 6rem;
}
.p-sienta-exp__option-imgs .slick-slide img,
.p-hiace-exp__option-imgs .slick-slide img,
.p-mu-exp__option-imgs .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sienta-exp__option-imgs .slick-dots,
.p-hiace-exp__option-imgs .slick-dots,
.p-mu-exp__option-imgs .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12rem;
  margin-top: 20rem;
  padding: 0;
  list-style: none;
}
.p-sienta-exp__option-imgs .slick-dots li,
.p-hiace-exp__option-imgs .slick-dots li,
.p-mu-exp__option-imgs .slick-dots li {
  line-height: 0;
}
.p-sienta-exp__option-imgs .slick-dots li button,
.p-hiace-exp__option-imgs .slick-dots li button,
.p-mu-exp__option-imgs .slick-dots li button {
  width: 10rem;
  height: 10rem;
  padding: 0;
  border: 2rem solid #707070;
  border-radius: 50%;
  background: transparent;
  font-size: 0;
}
.p-sienta-exp__option-imgs .slick-dots li.slick-active button,
.p-hiace-exp__option-imgs .slick-dots li.slick-active button,
.p-mu-exp__option-imgs .slick-dots li.slick-active button {
  background: #707070;
}
.p-sienta-exp .o-btn-round,
.p-hiace-exp .o-btn-round,
.p-mu-exp .o-btn-round {
  width: 310rem;
}
.p-sienta-exp .o-btn-round .o-btn-round__text,
.p-hiace-exp .o-btn-round .o-btn-round__text,
.p-mu-exp .o-btn-round .o-btn-round__text {
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-sienta-exp .o-btn-round,
  .p-hiace-exp .o-btn-round,
  .p-mu-exp .o-btn-round {
    width: auto;
  }
  .p-sienta-exp .o-btn-round .o-btn-round__text,
  .p-hiace-exp .o-btn-round .o-btn-round__text,
  .p-mu-exp .o-btn-round .o-btn-round__text {
    flex: initial;
  }
}

.p-hiace-exp {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ecf5f6 url(/lp/completecar/images/bg_hiace_sp.jpg) no-repeat center top / cover;
}
@media (min-width: 768px) {
  .p-hiace-exp {
    background: #ecf5f6;
    flex-direction: row;
    align-items: stretch;
  }
}
.p-hiace-exp__text-panel {
  order: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56rem 16rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-hiace-exp__text-panel {
    width: 50%;
    flex-shrink: 0;
    padding: 80rem 64rem;
    background: url(/lp/completecar/images/bg_hiace.jpg) no-repeat top center / cover;
  }
}
.p-hiace-exp__text-inner {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  gap: 24rem;
  align-items: center;
  padding: 32rem 16rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-hiace-exp__text-inner {
    gap: 32rem;
    padding: 64rem 32rem;
    width: 712rem;
    max-width: 100%;
  }
}
.p-hiace-exp__logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16rem;
}
@media (min-width: 768px) {
  .p-hiace-exp__logo-box {
    gap: 24rem;
  }
}
.p-hiace-exp__label {
  background: #6aa0aa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 12rem;
}
@media (min-width: 768px) {
  .p-hiace-exp__label {
    padding: 4rem 16rem;
  }
}
.p-hiace-exp__label span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14rem;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-hiace-exp__label span {
    font-size: 16rem;
  }
}
.p-hiace-exp__logo {
  height: auto;
  width: 311rem;
}
@media (min-width: 768px) {
  .p-hiace-exp__logo {
    width: 380rem;
  }
}
.p-hiace-exp__logo picture {
  display: block;
  width: 100%;
}
.p-hiace-exp__logo img {
  width: 100%;
  height: auto;
}
.p-hiace-exp__description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18rem;
  line-height: 1.75;
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  .p-hiace-exp__description {
    font-size: 22rem;
  }
}
.p-hiace-exp__options {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  align-items: center;
  width: 100%;
  margin: 8rem 0;
}
@media (min-width: 768px) {
  .p-hiace-exp__options {
    gap: 24rem;
    margin: 0;
  }
}
.p-hiace-exp__option-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.4;
  text-align: center;
  color: #000;
  width: 100%;
}
@media (min-width: 768px) {
  .p-hiace-exp__option-title {
    font-size: 28rem;
    line-height: 1.25;
  }
}
.p-hiace-exp__option-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12rem;
  width: 100%;
}
.p-hiace-exp__option-bar {
  width: 80rem;
  height: 4rem;
  background: #6aa0aa;
}
.p-hiace-exp__option-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-hiace-exp__option-imgs {
    display: flex;
    gap: 16rem;
  }
}
.p-hiace-exp__option-imgs > div {
  aspect-ratio: 1298/978;
  overflow: hidden;
}
.p-hiace-exp__option-imgs > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-hiace-exp__option-imgs > div:nth-child(3) {
  grid-column: 1/3;
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-hiace-exp__option-imgs > div:nth-child(3) {
    width: auto;
    margin: 0;
    grid-column: auto;
  }
}
.p-hiace-exp__option-imgs.slick-initialized {
  overflow: hidden;
  display: block;
  width: calc(100% + 32rem);
  margin-left: -16rem;
  margin-right: -16rem;
}
.p-hiace-exp__sp-img {
  width: 100%;
}
.p-hiace-exp__sp-img img {
  width: 100%;
  height: auto;
}
.p-hiace-exp__img-panel {
  display: none;
  order: 1;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-hiace-exp__img-panel {
    display: block;
    flex: 1;
    position: relative;
    z-index: 1;
  }
}
.p-hiace-exp__img-panel img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .p-hiace-exp__img-panel img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.p-mu-exp {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #e9ede2;
}
@media (min-width: 768px) {
  .p-mu-exp {
    flex-direction: row;
    align-items: stretch;
  }
}
.p-mu-exp__text-panel {
  order: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56rem 16rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-mu-exp__text-panel {
    width: 50%;
    flex-shrink: 0;
    padding: 80rem 64rem;
    background: #e9ede2 url(/lp/completecar/images/bg_mu.jpg) no-repeat top center / cover;
  }
}
.p-mu-exp__text-inner {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  gap: 24rem;
  align-items: center;
  padding: 32rem 16rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-mu-exp__text-inner {
    gap: 32rem;
    padding: 64rem 32rem;
    width: 712rem;
    max-width: 100%;
  }
}
.p-mu-exp__logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16rem;
}
@media (min-width: 768px) {
  .p-mu-exp__logo-box {
    gap: 24rem;
  }
}
.p-mu-exp__label {
  background: #707e5b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 12rem;
}
@media (min-width: 768px) {
  .p-mu-exp__label {
    padding: 4rem 16rem;
  }
}
.p-mu-exp__label span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14rem;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-mu-exp__label span {
    font-size: 16rem;
  }
}
.p-mu-exp__logo {
  display: flex;
  align-items: center;
  gap: 16rem;
}
@media (min-width: 768px) {
  .p-mu-exp__logo {
    gap: 24rem;
  }
}
.p-mu-exp__logo img {
  width: 100%;
  height: 45rem;
}
@media (min-width: 768px) {
  .p-mu-exp__logo img {
    height: 55rem;
  }
  .p-mu-exp__logo img:last-child {
    height: 60rem;
  }
}
.p-mu-exp__description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18rem;
  line-height: 1.75;
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  .p-mu-exp__description {
    font-size: 22rem;
  }
}
.p-mu-exp__options {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  align-items: center;
  width: 100%;
  margin: 8rem 0;
}
@media (min-width: 768px) {
  .p-mu-exp__options {
    gap: 24rem;
    margin: 0;
  }
}
.p-mu-exp__option-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.4;
  text-align: center;
  color: #000;
  width: 100%;
}
@media (min-width: 768px) {
  .p-mu-exp__option-title {
    font-size: 28rem;
    line-height: 1.25;
  }
}
.p-mu-exp__option-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12rem;
  width: 100%;
}
.p-mu-exp__option-bar {
  width: 80rem;
  height: 4rem;
  background: #707e5b;
}
.p-mu-exp__option-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-mu-exp__option-imgs {
    display: flex;
  }
}
.p-mu-exp__option-imgs > div {
  aspect-ratio: 1298/978;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.p-mu-exp__option-imgs > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mu-exp__option-imgs > div:nth-child(3) {
  grid-column: 1/3;
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-mu-exp__option-imgs > div:nth-child(3) {
    width: auto;
    margin: 0;
    grid-column: auto;
  }
}
.p-mu-exp__option-imgs.slick-initialized {
  overflow: hidden;
  display: block;
  width: calc(100% + 32rem);
  margin-left: -16rem;
  margin-right: -16rem;
}
.p-mu-exp__sp-img {
  width: 100%;
}
.p-mu-exp__sp-img img {
  width: 100%;
  height: auto;
}
.p-mu-exp__btn-box {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  align-items: center;
}
.p-mu-exp__img-panel {
  display: none;
  order: 2;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-mu-exp__img-panel {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    z-index: 1;
  }
}
.p-mu-exp__img-panel img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .p-mu-exp__img-panel img {
    flex: 1;
    min-height: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .p-mu-exp__img-panel img:first-child {
    object-position: calc(50% + 60rem) center;
  }
  .p-mu-exp__img-panel img:last-child {
    object-position: calc(50% - 60rem) center;
  }
}
.o-status-box__label--mu {
  color: #707E5B;
}

.p-usage {
  padding: 56rem 16rem;
  display: flex;
  flex-direction: column;
  gap: 40rem;
  align-items: center;
  background: #fff;
}
@media (min-width: 768px) {
  .p-usage {
    padding: 80rem 140rem;
    gap: 56rem;
  }
}
.p-usage__cards {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-usage__cards {
    flex-direction: row;
    gap: 24rem;
    align-items: stretch;
  }
}
.p-usage__card {
  display: flex;
  flex-direction: column;
  gap: 24rem;
  align-items: center;
  border-radius: 16rem;
  overflow: hidden;
  padding-bottom: 24rem;
}
@media (min-width: 768px) {
  .p-usage__card {
    flex: 1;
    gap: 32rem;
    border-radius: 32rem;
    padding-bottom: 32rem;
  }
}
.p-usage__card--sienta {
  background: #f9f5e7;
}
.p-usage__card--mu {
  background: #e9ede2;
}
.p-usage__card--hiace {
  background: #e7edee;
}
.p-usage__photo {
  width: 100%;
  height: 199rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-usage__photo {
    height: 400rem;
  }
}
.p-usage__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-usage__txt-box {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding: 0 16rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-usage__txt-box {
    padding: 0 32rem;
  }
}
.p-usage__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 8rem;
  align-self: flex-start;
}
.p-usage__label--sienta {
  background: #b3a47d;
}
.p-usage__label--mu {
  background: #707e5b;
}
.p-usage__label--hiace {
  background: #6aa0aa;
}
.p-usage__label span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16rem;
  line-height: 1.75;
  color: #fff;
}
@media (min-width: 768px) {
  .p-usage__label span {
    font-size: 20rem;
  }
}
.p-usage__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16rem;
  line-height: 1.75;
  color: #000;
  width: 100%;
}
@media (min-width: 768px) {
  .p-usage__txt {
    font-size: 18rem;
  }
}
.p-usage__txt sup {
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
}
.p-usage__note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 12rem;
  line-height: 1.75;
  color: #000;
}
@media (min-width: 768px) {
  .p-usage__note {
    font-size: 14rem;
  }
}
.p-usage__btn-box {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}
.p-usage__card--mu .o-btn-round-box {
  text-align: center;
}
.p-usage__card--mu .o-btn-round {
  width: 310rem;
}
.p-usage__card--mu .o-btn-round:last-of-type {
  margin-top: 16px;
}
.p-usage__card--mu .o-btn-round__text {
  white-space: normal;
  text-align: center;
  flex: 1;
}
@media (min-width: 768px) {
  .p-usage__card--mu .o-btn-round {
    width: 360rem;
  }
  .p-usage__card--mu .o-btn-round__text {
    white-space: pre-wrap;
    flex: 1;
  }
}
.p-usage__card > .o-btn-round {
  margin-top: auto;
  margin-bottom: auto;
  width: 310rem;
}
.p-usage__card > .o-btn-round .o-btn-round__text {
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-usage__card > .o-btn-round {
    width: 360rem;
  }
  .p-usage__card > .o-btn-round .o-btn-round__text {
    flex: 1;
    text-align: center;
  }
}

.p-consult {
  padding: 0 16rem 56rem;
  display: flex;
  justify-content: center;
  background: #fff;
}
@media (min-width: 768px) {
  .p-consult {
    margin: 0 auto;
    padding: 0 140rem 80rem;
  }
}
.p-consult__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18rem;
  width: 100%;
  padding: 24rem 16rem;
  background: #e9e1ea;
}
@media (min-width: 768px) {
  .p-consult__box {
    gap: 32rem;
    padding: 80rem;
  }
}
.p-consult__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}
@media (min-width: 768px) {
  .p-consult__text {
    gap: 24rem;
  }
}
.p-consult__deco {
  width: 24.64rem;
  height: 52rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-consult__deco {
    width: 69rem;
    height: 119.512rem;
  }
}
.p-consult__text-inner {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14rem;
  line-height: 1.75;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) {
  .p-consult__text-inner {
    font-size: 40rem;
    line-height: 1.45;
  }
}
.p-consult__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  border-radius: 120rem;
  padding: 19rem 32rem;
  box-shadow: 0 0 12rem rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-consult__btn {
    width: 100%;
    max-width: 360rem;
    padding: 19rem 40rem;
  }
}
.p-consult__btn-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18rem;
  line-height: 1.75;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) {
  .p-consult__btn-text {
    font-size: 20rem;
  }
}
.p-consult__btn-icon {
  position: absolute;
  right: 20rem;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-consult__btn-icon {
    right: 40rem;
    width: 10px;
    height: 10px;
  }
}
.p-consult__btn-arrow {
  width: 8rem;
  height: 13rem;
  flex-shrink: 0;
  margin-left: 4rem;
}

.p-voice {
  background: #f6f6f6;
  padding: 56rem 16rem;
  display: flex;
  flex-direction: column;
  gap: 32rem;
  align-items: center;
}
@media (min-width: 768px) {
  .p-voice {
    padding: 80rem 140rem;
    gap: 56rem;
  }
}
.p-voice__area {
  display: flex;
  flex-wrap: wrap;
  gap: 24rem 16rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-voice__area {
    gap: 32rem;
    width: 1400rem;
    max-width: 100%;
    align-items: flex-start;
  }
}
.p-voice__item {
  width: calc(50% - 8rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  position: relative;
}
.p-voice__item:nth-child(2),
.p-voice__item:nth-child(4),
.p-voice__item:nth-child(8) {
  margin-top: 16rem;
}
@media (min-width: 768px) {
  .p-voice__item {
    width: 445.333rem;
    flex-shrink: 0;
  }
  .p-voice__item:nth-child(2),
  .p-voice__item:nth-child(4),
  .p-voice__item:nth-child(8) {
    margin-top: 0;
  }
  .p-voice__item:nth-child(2) { padding-top: 24rem; }
  .p-voice__item:nth-child(3) { order: 5; padding-top: 4rem; }
  .p-voice__item:nth-child(4) { order: 3; }
  .p-voice__item:nth-child(5) { order: 8; }
  .p-voice__item:nth-child(6) { order: 4; margin-left: 238.667rem; align-self: center; margin-top: 10rem; }
  .p-voice__item:nth-child(7) { order: 7; padding-top: 24rem; }
  .p-voice__item:nth-child(8) { order: 6; }
}
.p-voice__item--full {
  width: 100%;
}
@media (min-width: 768px) {
  .p-voice__item--full {
    width: 445.333rem;
  }
}
.p-voice__item--center {
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  .p-voice__item--center {
    width: 445.333rem;
    align-items: center;
  }
}
.p-voice__item--grow {
  flex: 1;
  min-width: calc(50% - 8rem);
}
@media (min-width: 768px) {
  .p-voice__item--grow {
    flex: none;
    min-width: 0;
    width: 445.333rem;
  }
}
.p-voice__bubble {
  background: #fff;
  border: 3rem solid #ccc;
  border-radius: 20rem;
  padding: 16rem 6rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-voice__bubble {
    border-radius: 32rem;
    padding: 20rem;
  }
}
.p-voice__bubble--teal {
  box-shadow: 6rem 6rem 0 0 #cae8ed;
}
.p-voice__bubble--cream {
  box-shadow: 6rem 6rem 0 0 #fbf5e0;
}
.p-voice__bubble--green {
  box-shadow: 6rem 6rem 0 0 #d9f4d8;
}
.p-voice__bubble--yellow {
  box-shadow: 6rem 6rem 0 0 #fbf5e0;
}
.p-voice__bubble-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 13rem;
  line-height: 1.75;
  text-align: center;
  color: #000;
}
@media (min-width: 768px) {
  .p-voice__bubble-text {
    font-size: 18rem;
  }
}
.p-voice__item:nth-child(6) .p-voice__bubble {
  width: 256rem;
}
@media (min-width: 768px) {
  .p-voice__item:nth-child(6) .p-voice__bubble {
    width: 100%;
  }
}
.p-voice__tail {
  width: 24rem;
  height: 24rem;
  margin-top: -13rem;
  position: relative;
  z-index: 2;
  transform: rotate(50deg);
}
.p-voice__tail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(-95deg);
  background: #fff;
  border-bottom: 3rem solid #ccc;
  border-left: 3rem solid #ccc;
}
.p-voice__tail--teal {
  box-shadow: 8rem 0 0 0 #cae8ed;
}
.p-voice__tail--cream {
  box-shadow: 8rem 0 0 0 #fbf5e0;
}
.p-voice__tail--green {
  box-shadow: 8rem 0 0 0 #d9f4d8;
}
.p-voice__tail--yellow {
  box-shadow: 8rem 0 0 0 #fbf5e0;
}

.p-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48rem;
  padding-bottom: 48rem;
  background: #fff;
}
.p-brand > .o-btn-round {
  width: calc(100% - 20rem);
}
@media (min-width: 768px) {
  .p-brand > .o-btn-round {
    width: 550rem;
  }
}
.p-brand > .o-btn-round .o-btn-round__text {
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-brand {
    gap: 48rem;
    padding-bottom: 80rem;
  }
}
.p-brand__img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .p-brand__img {
    height: 704rem;
  }
}
.p-brand__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-brand__car-images {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 40rem;
  gap: 16rem;
}
@media (min-width: 768px) {
  .p-brand__car-images {
    padding-top: 80rem;
    gap: 48rem;
  }
}
.p-brand__car-images > div:nth-child(1),
.p-brand__car-images > div:nth-child(2) {
  padding: 0 16rem;
}
@media (min-width: 768px) {
  .p-brand__car-images > div:nth-child(1),
  .p-brand__car-images > div:nth-child(2) {
    padding: 0;
  }
}
.p-brand__car-images > div:nth-child(3) {
  margin-top: 8rem;
}
.p-brand__car-images > div img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .p-brand__car-images > div:nth-child(1) img {
    width: 790rem;
    margin: 0 auto;
  }
  .p-brand__car-images > div:nth-child(2) img {
    width: 1120rem;
    margin: 0 auto;
  }
}
.p-event .o-section-title::before,
.p-event .o-section-title::after {
  content: '';
  width: 17.32rem;
  height: 30rem;
  flex-shrink: 0;
  background: url('/lp/completecar/images/deco_slash.svg') center/contain no-repeat;
}
@media (min-width: 768px) {
  .p-event .o-section-title::before,
  .p-event .o-section-title::after {
    width: 34.5rem;
    height: 59.756rem;
  }
}

.p-event {
  background: #f6f6f6;
  margin-top: 56rem;
  padding: 48rem 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32rem;
}
@media (min-width: 768px) {
  .p-event {
  margin-top: 80rem;
  padding: 64rem 16rem;
  }
}
.p-event__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32rem;
}
.p-event__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 16rem;
}
.p-event__item {
  display: block;
}
.p-event__date {
  font-size: 18px;
  line-height: 1.75;
  white-space: nowrap;
}
.p-event__text {
  display: inline-block;
  line-height: 1.75;
  margin: 0;
}
.p-event__text a {
  color: #000;
  text-decoration: underline;
}
.p-event__text a:hover {
  opacity: .7;
}
@media (min-width: 768px) {
  .p-event__list {
    margin: 25px 0 10px;
    font-size: 24rem;
  }
  .p-event__item {
    display: flex;
    gap: 48rem;
    align-items: baseline;
    justify-content: center;
  }
}
/* ============================================================
   Magnific Popup
   ============================================================ */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 610px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mfp-iframe-scaler {
    overflow-y: auto;
  }
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

