@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@keyframes fadeIn {
  0% {
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  99% {
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    display: none;
    visibility: hidden;
    transform: translateX(100%);
  }
  1% {
    display: block;
    visibility: visible;
    transform: translateX(100%);
  }
  100% {
    display: block;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes slideOut {
  0% {
    display: block;
    visibility: visible;
    transform: translateX(0);
  }
  99% {
    display: block;
    visibility: visible;
    transform: translateX(100%);
  }
  100% {
    display: none;
    visibility: hidden;
    transform: translateX(100%);
  }
}
:root {
  --p-font-base: "Noto Sans JP", sans-serif;
  --p-font-primary: "Noto Sans JP", sans-serif;
  --p-font-secondary: "Montserrat", sans-serif;
  --p-color-body: #333;
  --p-color-placeholder: #ccc;
  --p-color-primary: #2a2f75;
  --p-color-secondary: #0082ad;
  --p-color-button: #fa592d;
  --p-color-button-hover: #fd7f3c;
  --p-color-autostore: #e01b22;
  --p-color-showroom: #4f6ff2;
  --p-color-showroom-hover: #4f9af2;
}
main {
  color: var(--p-color-body);
  font-family: var(--p-font-base);
  overflow: hidden;
}
main * {
  box-sizing: border-box;
}
main *:after {
  content: none;
}
main img,
main svg {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.l-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .l-button {
    margin-top: 44px;
  }
}
@media (min-width: 769px) {
  .l-button--secondary {
    margin-top: 60px;
  }
}
.l-container {
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 769px) {
  .l-container {
    padding: 0 20px;
  }
}
.l-container--access {
  max-width: 840px;
}
.l-main {
  max-width: 100%;
  width: 100%;
  padding-bottom: 100px;
}
@media (min-width: 769px) {
  .l-main {
    padding-bottom: 120px;
  }
}
.l-section-child {
  margin-top: 60px;
}
@media (min-width: 769px) {
  .l-section-child {
    margin-top: 80px;
  }
}
.l-section {
  margin-top: 100px;
}
@media (min-width: 769px) {
  .l-section {
    margin-top: 120px;
  }
}
.c-about__heading {
  margin-bottom: 20px;
  font-size: 28px;
  color: var(--p-color-primary);
  font-weight: bold;
}
@media (min-width: 769px) {
  .c-about__heading {
    margin-bottom: 28px;
    text-align: center;
    font-size: 32px;
  }
}
.c-about__description {
  font-size: 18px;
  color: var(--p-color-primary);
  line-height: 2;
  font-weight: 500;
}
@media (min-width: 769px) {
  .c-about__description {
    text-align: center;
    font-size: 20px;
  }
}
.slider {
  margin-inline: auto;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.c-access {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .c-access {
    margin-top: 60px;
  }
}
@media (min-width: 769px) {
  .c-access__row {
    display: flex;
    gap: 40px;
  }
}
.c-access__map {
  text-align: center;
}
@media (min-width: 769px) {
  .c-access__map {
    flex-shrink: 0;
    max-width: 340px;
  }
}
.c-access__way {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .c-access__way {
    margin-top: 0;
  }
}
.c-access__way-list-item {
  display: flex;
  gap: 8px;
}
.c-access__way-list-item:not(:first-child) {
  margin-top: 20px;
}
.c-access__way-list-item-number {
  flex-shrink: 0;
  width: 24px;
}
.c-access__way-list-item-content {
  font-size: 15px;
}
@media (min-width: 769px) {
  .c-access__way-list-item-content {
    font-size: 16px;
  }
}
.c-access__road {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 769px) {
  .c-access__road {
    margin-left: 32px;
    max-width: 300px;
  }
}
.c-autostore {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .c-autostore {
    margin-top: 60px;
  }
}
.c-autostore__logo {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .c-autostore__logo {
    max-width: 380px;
  }
}
.c-autostore__intro {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .c-autostore__intro {
    flex-direction: row-reverse;
    gap: 50px;
    margin-top: 70px;
  }
}
.c-autostore__intro-info-heading {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  color: var(--p-color-autostore);
}
.c-autostore__intro-info-heading > span {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  color: var(--p-color-body);
}
@media (min-width: 769px) {
  .c-autostore__intro-info-heading > span {
    margin-bottom: 5px;
  }
}
.c-autostore__intro-info-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-autostore__intro-info-list > li:not(:first-child) {
  margin-top: 10px;
}
.c-autostore__intro-info-list > li:before {
  content: "・";
}
@media (min-width: 769px) {
  .c-autostore__intro-image {
    max-width: 380px;
  }
}
.c-autostore__intro-image > img {
  width: 100%;
  height: auto;
}
.c-autostore__copy {
  margin-top: 60px;
  padding: 20px 10px;
  border-radius: 4px;
  background-color: #eee;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  .c-autostore__copy {
    padding: 10px 10px 14px;
    font-size: 20px;
  }
}
.c-autostore__copy > span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .c-autostore__copy > span {
    display: inline;
    font-size: 24px;
  }
}
.c-autostore__point-item-detail-list {
  font-size: 16px;
}
.c-autostore__point-item-detail-list > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
.c-autostore__point-item-detail-list > li:not(:first-child) {
  margin-top: 20px;
}
.c-autostore__point-item-detail-list > li:before {
  content: "・";
}
.c-autostore__point {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .c-autostore__point {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .c-autostore__point-item {
    width: calc(33.33% - 25px);
  }
}
.c-autostore__point-item-header {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}
.c-autostore__point-item-heading {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: var(--p-color-autostore);
  font-size: 20px;
}
.c-autostore__point-item-heading > span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  color: var(--p-color-body);
}
@media (min-width: 769px) {
  .c-autostore__point-item-heading {
    font-size: 18px;
  }
  .c-autostore__point-item-heading > span {
    font-size: 16px;
  }
}
.c-autostore__point-item-image {
  height: 180px;
  text-align: center;
}
.c-autostore__point-item-image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-autostore__point-item-body {
  padding-top: 20px;
}
.c-autostore__point-item-list > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .c-autostore__point-item-list > li {
    font-size: 16px;
  }
}
.c-autostore__point-item-list > li:not(:first-child) {
  margin-top: 10px;
}
.c-autostore__point-item-list > li:before {
  content: "・";
}
.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 335px;
  width: 100%;
  height: 67px;
  background-color: var(--p-color-button);
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s ease-out;
  transition-property: background-color;
}
.c-button:hover {
  background-color: var(--p-color-button-hover);
}
@media (min-width: 769px) {
  .c-button {
    max-width: 310px;
  }
}
.c-button--disabled {
  background-color: #bbb;
  cursor: normal;
}
.c-button--disabled:hover {
  background-color: #bbb;
}
@media (min-width: 769px) {
  .c-button--virtual {
    width: min(22.6939970717vw, 310px);
    height: min(4.9048316252vw, 67px);
    font-size: min(1.317715959vw, 18px);
  }
}
.c-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 16px;
  height: 6px;
  background-image: url(/jp/set/data/event/lil/asset/img/icon-arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-heading-2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: var(--p-color-primary);
}
@media (min-width: 769px) {
  .c-heading-2 {
    margin-bottom: 50px;
    font-size: 28px;
  }
}
.c-heading-2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: var(--p-color-primary);
}
.c-heading-3 {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .c-heading-3 {
    font-size: 28px;
  }
}
.c-heading-3 > * {
  flex-shrink: 0;
}
.c-heading-3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
.c-heading-3--autostore {
  color: var(--p-color-autostore);
}
.c-heading-3--autostore:after {
  background-color: var(--p-color-autostore);
}
.c-heading-3--showroom {
  color: var(--p-color-showroom);
}
.c-heading-3--showroom:after {
  background-color: var(--p-color-showroom);
}
.c-heading-4--showroom {
  color: #59c627;
}
.c-heading-4--showroom:after {
  background-color: #59c627;
}
/* text */
.attention__txt {
  font-size: 1.1rem;
}
/* logi_nav */
#logi__header {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: rgb(255 255 255);
  color: #252c5e;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  font-weight: 200;
}
#logi__header.js_fixed {
  position: fixed; /*fixedを設定して固定*/
  z-index: 5; /*最前面へ*/
  top: 0; /*位置指定*/
}
#logi-navi a {
  margin: 0 auto;
  width: 100%;
  /* display: flex; */
  justify-content: center;
  padding: 4px 5px;
  font-size: 14px;
  align-items: center;
}
.logi-navi nav {
  width: 100%;
  max-width: 320px;
}
.logi-navi nav ul#logi-navi {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  transform: translate(-8px, 0px);
}
#logi-navi a {
  color: #242b5b;
  font-weight: 600;
}
#logi-navi li a:hover {
  opacity: 0.8;
}
ul#logi-navi li {
  margin: 0 5px;
  width: 33%;
}
.c-kv {
  position: relative;
  padding-top: min(37.3352855051vw, 510px);
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .c-kv {
    margin-bottom: 105px;
  }
}
.c-kv img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 768px) {
  .c-kv {
    padding-top: 0;
  }
  .c-kv img {
    position: static;
    transform: translateX(0);
    width: 100%;
    height: auto;
  }
}
.c-layout__image {
  position: relative;
  max-width: 670px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .c-layout__image {
    max-width: 750px;
  }
}
.c-layout__area {
  position: static;
}
.c-layout__area > svg {
  display: none;
}
@media (min-width: 769px) {
  .c-layout__area > svg {
    display: block;
  }
}
@media (min-width: 769px) {
  .c-layout__area--autostore {
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
@media (min-width: 769px) {
  .c-layout__area--showroom {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@keyframes line_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
.c-layout__autoarea-path {
  fill: rgba(224, 27, 34, 0);
  stroke: var(--p-color-autostore);
  stroke-width: 2px;
  stroke-dasharray: 1813 1815;
  stroke-dashoffset: 1814;
  transition: 0.3s ease-out;
  transition-property: fill, stroke-dashoffset;
}
.c-layout__area--autostore:hover .c-layout__autoarea-path {
  fill: rgba(224, 27, 34, 0.1);
  stroke-dashoffset: 0;
}
.c-layout__showroom-path {
  fill: rgba(79, 111, 242, 0);
  stroke: var(--p-color-showroom);
  stroke-width: 2px;
  stroke-dasharray: 1551 1553;
  stroke-dashoffset: 1552;
  transition: 0.3s ease-out;
  transition-property: fill, stroke-dashoffset;
}
.c-layout__area--showroom:hover .c-layout__showroom-path {
  fill: rgba(79, 111, 242, 0.2);
  stroke-dashoffset: 0;
}
.c-layout__button {
  position: absolute;
  z-index: 3;
  display: flex;
  padding: 8px 14px 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .c-layout__button {
    padding: 10px 20px 32px;
    font-size: 20px;
  }
}
.c-layout__button:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 16px;
  background-image: url(/jp/set/data/event/lil/asset/img/icon-arrow-bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  .c-layout__button:after {
    bottom: 10px;
  }
}
.c-layout__button--autostore {
  top: 12vw;
  left: 13.3333333333vw;
  background-color: var(--p-color-autostore);
}
@media (min-width: 769px) {
  .c-layout__button--autostore {
    top: 110px;
    left: 97px;
  }
}
.c-layout__button--showroom {
  top: 51.2vw;
  right: 5.3333333333vw;
  background-color: var(--p-color-showroom);
}
@media (min-width: 769px) {
  .c-layout__button--showroom {
    top: 251px;
    right: 18px;
  }
}
.c-list {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .c-list {
    font-size: 18px;
  }
}
.c-list > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
.c-list > li:not(:first-child) {
  margin-top: 5px;
}
.c-list > li:before {
  content: "・";
}
.c-list--secondary {
  font-size: 16px;
  font-weight: normal;
}
.c-list--autostore > li:before {
  color: var(--p-color-autostore);
}
/* .c-list--showroom > li:before {
  color: var(--p-color-showroom);
} */
.c-map-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.c-map-icon:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  background-image: url(/jp/set/data/event/lil/asset/img/icon-pin.png);
  background-size: contain;
}
.c-modal {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 33, 83, 0.95);
}
.c-modal:not(.c-modal--visible) {
  display: none;
}
.c-modal--enter[class] {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
.c-modal--leave[class] {
  animation: fadeOut 0.3s ease-in-out;
}
.c-modal__dialog {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 295px;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
@media (min-width: 769px) {
  .c-modal__dialog {
    max-width: 400px;
    padding: 20px 0;
  }
}
.c-modal__container {
  position: relative;
}
.c-modal__slider {
  position: relative;
  max-width: 295px;
}
@media (min-width: 769px) {
  .c-modal__slider {
    max-width: 400px;
  }
}
.c-modal__slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 22px;
  border: none;
  padding: 0;
  background-color: transparent;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
}
@media (min-width: 769px) {
  .c-modal__slider .slick-arrow {
    width: 22px;
    height: 43px;
  }
}
.c-modal__slider .slick-prev {
  left: -25px;
  background-image: url(/jp/set/data/event/lil/asset/img/button-arrow-left.svg);
}
@media (min-width: 769px) {
  .c-modal__slider .slick-prev {
    left: -42px;
  }
}
.c-modal__slider .slick-next {
  right: -25px;
  background-image: url(/jp/set/data/event/lil/asset/img/button-arrow-right.svg);
}
@media (min-width: 769px) {
  .c-modal__slider .slick-next {
    right: -42px;
  }
}
.c-modal__content {
  width: 295px;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 10px;
}
@media (min-width: 769px) {
  .c-modal__content {
    width: 400px;
    min-height: 600px;
  }
}
.c-modal__content-close {
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
}
@media (min-width: 769px) {
  .c-modal__content-close {
    top: 0;
    right: -50px;
    width: 40px;
    height: 40px;
  }
}
.c-modal__content-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 90%;
  height: 1px;
  background-color: #fff;
}
.c-modal__content-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 90%;
  background-color: #fff;
}
.c-modal__content-logo {
  max-width: 295px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 24px;
}
@media (min-width: 769px) {
  .c-modal__content-logo {
    max-width: 336px;
    padding: 18px 0;
  }
}
.c-modal__content-info {
  padding: 30px 20px;
}
@media (min-width: 769px) {
  .c-modal__content-info {
    padding: 20px 30px;
  }
}
.c-modal__content-name {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.c-modal__content-cat {
  margin-bottom: 10px;
  color: var(--p-color-primary);
  font-weight: bold;
}
.c-modal__content-text {
  line-height: 1.8;
}
.c-modal__content-text > a {
  text-decoration: underline;
  color: var(--p-color-showroom);
}
.c-modal__content-text > a:hover {
  text-decoration: none;
}
.c-modal__content-text + .c-modal__content-text {
  margin-top: 10px;
}
.c-notice {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .c-notice {
    margin-top: 15px;
    font-size: 16px;
  }
}
.c-showroom {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .c-showroom {
    gap: 30px;
    margin-top: 60px;
  }
}
.c-showroom__item {
  width: calc(50% - 8px);
}
@media (min-width: 769px) {
  .c-showroom__item {
    width: calc(25% - 23px);
  }
}
.c-showroom__item-button {
  position: relative;
  padding: 10px 20px;
  background-color: #fff;
}
button.c-showroom__item-button {
  border: 1px solid var(--p-color-showroom);
  cursor: pointer;
}
.c-showroom__item-button-icon {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  background-color: var(--p-color-showroom);
  font-size: 0;
}
.c-showroom__item-button-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  width: 10px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s ease-out;
  transition-property: transform;
}
.c-showroom__item-button-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  width: 2px;
  height: 10px;
  background-color: #fff;
  transition: 0.3s ease-out;
  transition-property: transform;
}
.c-showroom__item-button:hover .c-showroom__item-button-icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-showroom__item-button:hover .c-showroom__item-button-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-table {
  width: 100%;
}
.c-table > tbody {
  display: block;
}
@media (min-width: 769px) {
  .c-table > tbody {
    display: table;
  }
}
.c-table > tbody > tr {
  display: block;
}
@media (min-width: 769px) {
  .c-table > tbody > tr {
    display: table-row;
  }
}
.c-table > tbody > tr > th {
  display: block;
  font-size: 15px;
  text-align: center;
  padding: 10px;
}
@media (min-width: 769px) {
  .c-table > tbody > tr > th {
    width: 227px;
    display: table-cell;
    vertical-align: top;
    padding: 24px 30px;
    text-align: left;
    font-size: 16px;
  }
}
.c-table > tbody > tr > td {
  display: block;
  padding: 10px;
}
@media (min-width: 769px) {
  .c-table > tbody > tr > td {
    display: table-cell;
    padding: 20px 30px;
  }
}
.c-table__text {
  font-size: 15px;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .c-table__text {
    font-size: 16px;
  }
}
.c-table__notice {
  margin-top: 10px;
  font-size: 10px;
  line-height: 2;
}
.c-table__notice > li {
  line-height: 2;
}
@media (min-width: 769px) {
  .c-table__notice {
    font-size: 12px;
  }
}
.c-text {
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .c-text {
    font-size: 18px;
  }
}
.c-text:not(:first-child) {
  margin-top: 15px;
}
.c-text > a {
  color: var(--p-color-secondary);
  text-decoration: underline;
}
.c-text > a:hover {
  text-decoration: none;
}
.c-text--secondary {
  font-weight: normal;
}
@media (min-width: 769px) {
  .c-text--secondary {
    font-size: 16px;
  }
}
.c-text--secondary:not(:first-child) {
  margin-top: 10px;
}
.c-text--secondary > a {
  color: var(--p-color-showroom);
  text-decoration: none;
}
.c-text--secondary > a:hover {
  text-decoration: underline;
}
.c-virtual {
  max-width: 1366px;
}
@media (min-width: 769px) {
  .c-virtual {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: min(10.980966325vw, 150px);
  }
}
.c-virtual__content {
  width: calc(100% - 20px);
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 57.6vw;
  border-radius: 0 8px 8px 0;
  background-color: var(--p-color-primary);
}
@media (min-width: 769px) {
  .c-virtual__content {
    width: min(73.2064421669vw, 1000px);
    padding: min(8.78477306vw, 120px) 0 min(8.78477306vw, 120px)
      min(10.4685212299vw, 143px);
  }
}
@media (min-width: 1366px) {
  .c-virtual__content {
    border-radius: 8px;
  }
}
.c-virtual__content-heading {
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 22px;
  color: #fff;
}
.c-virtual__content-heading:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  margin-top: 10px;
  background-color: #fff;
}
@media (min-width: 769px) {
  .c-virtual__content-heading {
    margin-bottom: min(2.9282576867vw, 40px);
    padding-bottom: min(0.7320644217vw, 10px);
    font-size: min(2.0497803807vw, 28px);
  }
}
.c-virtual__content-text {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
@media (min-width: 769px) {
  .c-virtual__content-text {
    font-size: min(1.317715959vw, 18px);
    padding-right: min(27.5988286969vw, 377px);
  }
}
.c-c-virtual__button {
  margin-top: 40px;
}
.c-virtual__video {
  margin-top: -46.9333333333vw;
  padding-left: 20px;
}
@media (min-width: 769px) {
  .c-virtual__video {
    position: absolute;
    top: min(19.6193265007vw, 268px);
    right: 0;
    margin-top: 0;
    padding-left: 0;
    margin-left: auto;
  }
}
.c-virtual__video > video {
  width: 100%;
  border-radius: 8px 0 0 8px;
}
@media (min-width: 769px) {
  .c-virtual__video > video {
    width: min(51.2445095168vw, 700px);
  }
}
@media (min-width: 1366px) {
  .c-virtual__video > video {
    border-radius: 8px;
  }
}
.c-virtual__video-note {
  margin-top: 20px;
  padding-right: 20px;
  font-size: 10px;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .c-virtual__video-note {
    margin-top: min(1.4641288433vw, 20px);
    padding-right: min(1.4641288433vw, 20px);
    font-size: min(0.878477306vw, 12px);
  }
}
.u-d--block {
  display: block !important;
}
.u-d--inline {
  display: inline !important;
}
.u-d--inline-block {
  display: inline-block !important;
}
.u-d--flex {
  display: flex !important;
}
.u-d--inline-flex {
  display: inline-flex !important;
}
.u-d--none {
  display: none !important;
}
@media (min-width: 768px) {
  .u-d-md--block {
    display: block !important;
  }
  .u-d-md--inline {
    display: inline !important;
  }
  .u-d-md--inline-block {
    display: inline-block !important;
  }
  .u-d-md--flex {
    display: flex !important;
  }
  .u-d-md--inline-flex {
    display: inline-flex !important;
  }
  .u-d-md--none {
    display: none !important;
  }
}
@media print {
  .u-d-none--print {
    display: none !important;
  }
}
.u-indent {
  text-indent: -1em !important;
  padding-left: 1em !important;
}
@media (min-width: 768px) {
  .u-indent-md {
    text-indent: -1em !important;
    padding-left: 1em !important;
  }
}
.u-overflow--auto {
  overflow: auto !important;
}
.u-overflow--hidden {
  overflow: hidden !important;
}
.u-overflow--visible {
  overflow: visible !important;
}
.u-overflow--scroll {
  overflow: scroll !important;
}
@media (min-width: 768px) {
  .u-overflow-md--auto {
    overflow: auto !important;
  }
  .u-overflow-md--hidden {
    overflow: hidden !important;
  }
  .u-overflow-md--visible {
    overflow: visible !important;
  }
  .u-overflow-md--scroll {
    overflow: scroll !important;
  }
}
.u-text--left {
  text-align: left !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--justify {
  text-align: justify !important;
}
@media (min-width: 768px) {
  .u-text-md--left {
    text-align: left !important;
  }
  .u-text-md--center {
    text-align: center !important;
  }
  .u-text-md--right {
    text-align: right !important;
  }
  .u-text-md--justify {
    text-align: justify !important;
  }
}
.u-text--break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
@media (min-width: 768px) {
  .u-text-md--break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
}
