@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", "游ゴシック", YuGothic, sans-serif, sans-serif;
}

img, iframe {
  width: 100%;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
  cursor: pointer;
}

img {
  width: 100%;
}

.is-sponly {
  display: none;
}

.is-pconly {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-sponly {
    display: block;
  }
  .is-pconly {
    display: none;
  }
  html {
    font-size: 1.3333333333vw;
  }
}
.l-header {
  background-color: #14126B;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.l-header__inner {
  padding-left: 3.6rem;
  display: flex;
}

.l-header__logo {
  display: inline-flex;
  align-items: center;
}

.l-header__logo img {
  width: 20.3rem;
  display: block;
}

.l-header__nav {
  display: flex;
  margin-left: auto;
  height: inherit;
}

.l-nav-menu {
  padding: 1.3rem 0;
}

.l-nav-menu__inner {
  display: flex;
}

.l-nav-menu__item {
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 600;
  padding-right: 4rem;
  display: flex;
  align-items: center;
}

.l-nav-menu__item.opentime {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 0 4rem;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.l-nav-menu__item.opentime span:nth-child(1) {
  padding-bottom: 0.25em;
}

.l-nav-menu__item.opentime span:nth-child(2), .l-nav-menu__item.opentime span:nth-child(3) {
  font-size: 2rem;
  font-weight: 300;
}

.l-nav-menu__item.tell {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
}

.l-nav-menu__item.tell p {
  display: flex;
  align-items: center;
}

.l-nav-menu__item.tell p a {
  display: flex;
  align-items: center;
}

.l-nav-menu__item.tell span {
  width: 100%;
  text-align: center;
}

.l-nav-menu__item.tell .number {
  font-size: 3rem;
  font-weight: 600;
  padding-left: 0.5em;
}

.l-nav-menu__item .c-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.l-nav-submenu__inner {
  height: 100%;
}

.l-nav-submenu__item {
  color: #14126f;
  font-weight: 600;
  height: inherit;
  font-size: 2.4rem;
}

.p-smenu-btn {
  background-color: #dcda37;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-smenu-btn {
    width: initial;
  }
  .l-header__logo img {
    width: 29.5rem;
  }
  .l-nav-submenu__item {
    font-size: 2.4rem;
  }
  .l-nav__toggle {
    width: 8rem;
    height: 0.4rem;
    border-radius: 0.3rem;
    margin-left: auto;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .l-nav__toggle__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
  }
  .l-nav__toggle__icon__bar {
    background: #fff;
    width: 100%;
    height: 0.4rem;
    transition: 0.7s;
  }
  .l-nav__toggle__icon__bar:before {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 0.4rem;
    top: -2.5rem;
    position: absolute;
    transition: 0.7s;
  }
  .l-nav__toggle__icon__bar:after {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 0.4rem;
    bottom: -2.5rem;
    position: absolute;
    transition: 0.7s;
  }
  .l-nav-menu__item {
    font-size: 3rem;
  }
  .l-nav-menu__item.tell a {
    display: flex;
    align-items: center;
  }
}
.l-footer {
  background-color: #363636;
}

.l-footer__inner {
  width: 120rem;
  padding-top: 9.5rem;
  margin: 0 auto;
}

.l-footer__logo {
  display: block;
  padding-bottom: 5rem;
}

.l-footer__logo img {
  width: 24.3rem;
  display: block;
}

.l-footer__address {
  color: #FFF;
  font-size: 2.2rem;
}

.l-footer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8rem;
}

.l-footer__left {
  width: -moz-max-content;
  width: max-content;
}

.l-footer__nav {
  display: flex;
}

.l-footer-menu {
  color: #FFF;
  padding-right: 6rem;
  border-right: 1px solid #FFF;
  margin-right: 6rem;
}

.l-footer-menu a {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1em;
  display: block;
}

.l-nav-menu__item {
  color: #FFF;
  font-weight: 600;
}

.l-nav-menu__item p {
  display: flex;
  align-items: center;
}

.l-footer-info.tell span {
  display: block;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
}

.l-footer-info.tell a {
  display: flex;
  align-items: center;
}

.l-footer-info.tell .number {
  font-size: 3rem;
  font-weight: 600;
  padding-left: 0.5em;
}

.l-footer-info .c-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.l-footer__bottom {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #FFF;
}

.l-footer-menu2__inner {
  display: flex;
  color: #FFF;
}

.l-footer-menu2__item {
  font-size: 1.8rem;
  padding-right: 1em;
}

.l-footer__copy {
  font-size: 1.6rem;
  color: #FFF;
}

.l-footer-btn {
  width: 100%;
  background: #dcda37;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.2rem;
  height: 6rem;
}

.l-footer-btn__text {
  color: #14126f;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-footer__top {
    display: block;
  }
  .l-footer__inner {
    width: 90%;
    margin: 0 auto;
  }
  .l-footer__logo img {
    width: 29.5rem;
  }
  .l-footer__address {
    font-size: 2.4rem;
  }
  .l-footer__address p {
    padding-bottom: 1em;
  }
  .l-footer__address p:nth-child(2) {
    padding-bottom: 0;
  }
  .l-footer__right {
    padding: 9rem 0;
  }
  .l-footer-menu a {
    font-size: 2.4rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .l-footer-menu a:last-child {
    padding-bottom: 0em;
  }
  .l-footer-info.tell span {
    font-size: 2.4rem;
  }
  .l-footer-info .c-icon {
    width: 3.8rem;
    height: 3.8rem;
  }
  .l-footer-info.tell .number {
    font-size: 4rem;
    letter-spacing: 0;
  }
  .l-footer-btn__text {
    font-size: 2.6rem;
  }
  .l-footer-btn {
    height: 8rem;
  }
  .l-footer-menu__inner {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    height: 100%;
  }
  .l-footer__top {
    padding-bottom: 0;
  }
  .l-footer-menu2__item {
    font-size: 2.2rem;
  }
  .l-footer__copy {
    font-size: 2rem;
  }
}
.l-nav__btn {
  display: none;
}

.l-nav-menu__item.sp-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header__nav {
    margin-top: 0rem;
  }
  .l-nav-menu__inner {
    height: 120vh;
  }
  .l-nav-fixmenu {
    position: absolute;
    right: 9.2rem;
    z-index: inherit;
  }
  .l-nav-submenu__item {
    width: 14rem;
  }
  .l-nav-submenu__item:nth-child(2) {
    border-left: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
  }
  /*.l-nav-menu{
    width: 50rem;
    margin: 0 auto;
    overflow-y: scroll;
  }*/
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar {
    background: rgba(0, 0, 0, 0);
    left: 2px;
  }
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar:before {
    top: 0;
    transform: rotate(-45deg);
    transform-origin: center center 0;
  }
  .l-nav__toggle.js_active .l-nav__toggle__icon__bar:after {
    bottom: 0;
    transform: rotate(45deg);
    transform-origin: center center 0;
  }
  .l-nav__btn {
    display: block;
    width: 14rem;
    background: #363636;
    position: relative;
  }
  .l-nav-menu {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 99999;
    top: 14rem;
    left: 0;
    background: #363636;
    padding-top: 6rem;
  }
  .l-nav-menu__inner {
    height: initial;
    flex-flow: column;
    width: 90%;
    margin: 0 auto;
  }
  .l-nav-menu__item {
    width: 100%;
    justify-content: center;
    padding-right: 0;
    padding: 4rem 0;
    border-bottom: 1px solid #7E7E7F;
  }
  .l-nav-menu__item.opentime {
    border-top: none;
    border-bottom: none;
    margin: 2em 0;
  }
  .l-nav-menu__item.opentime span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .l-nav-menu__item.opentime span:nth-child(2), .l-nav-menu__item.opentime span:nth-child(3) {
    font-size: 2rem;
  }
  .l-nav-menu__item.tell {
    align-items: center;
    border: none;
    padding: 0;
    padding-top: 2em;
  }
  .l-nav-menu__item.tell .number {
    font-size: 6rem;
  }
  .l-nav-menu__item .c-icon {
    width: 3.7rem;
    height: 3.7rem;
  }
  .l-nav-menu__item.sp-btn {
    display: block;
    width: 100%;
    border: none;
  }
  .l-nav-menu__item.sp-btn .p-smenu-btn__text {
    color: #14126f;
  }
  .l-header__nav .l-nav-menu {
    transform: translateX(-120%); /* ← ここで画面外へ。スクロール出ない */
    transition: 0.5s;
  }
  .l-header__nav.js_active .l-nav-menu {
    transform: translateX(0%); /* ← ここで画面外へ。スクロール出ない */
    overflow-y: scroll;
    height: 110vh;
  }
  .l-header__nav.js_active .l-nav-menu__inner {
    background: #363636;
    z-index: 1000;
    width: 100%;
    padding: 0 4rem;
    height: 110vh;
    overflow-y: scroll;
  }
}
.oswald-500 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.c-sec-title {
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
}

.c-sec-entitle {
  display: block;
  font-size: 6rem;
  color: #14126f;
}

.c-blk-title {
  font-size: 2.2rem;
  position: absolute;
  background: #f1f1f8; /* 画像の淡いグレーに近い色 */
  padding: 1.2rem 3.6rem 1.2rem 2.4rem;
  color: #1a1a3a;
  font-weight: 600;
  display: inline-block;
  clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 0% 100%);
}

.c-table-wrap {
  position: relative;
  padding-top: 8em;
}

.c-blk-wrap {
  margin-left: 37.4rem;
}

.c-table {
  display: flex;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #AFB0B0;
  position: relative;
}

.c-table::after {
  content: "";
  width: 13.2rem;
  height: 1px;
  background: #14126f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-table__dt {
  width: 17rem;
  font-size: 2rem;
  line-height: 2;
}

.c-table__dd {
  width: calc(100% - 17rem);
  font-size: 2rem;
  line-height: 2;
}

.c-table-list {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.c-table-note {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  color: #7f7e7e;
}

.c-blk-text.bold {
  font-weight: 600;
}

.c-blk-text {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  font-size: 2rem;
}

.c-blk-text {
  display: flex;
  border-bottom: 1px solid #AFB0B0;
  position: relative;
  line-height: 2;
}

.c-blk-text::after {
  content: "";
  width: 13.2rem;
  height: 1px;
  background: #14126f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-table__dd .bold {
  font-weight: 600;
}

.pt1em {
  padding-top: 1em;
}

.pb1em {
  padding-bottom: 1em;
}

.c-table-wrap:nth-of-type(2) {
  border-top: 1px solid #AFB0B0;
}

.c-table-wrap .c-table:last-child {
  border-bottom: none;
}

.c-table-wrap .c-table:last-child::after {
  content: "";
  display: none;
}

.c-table__dd a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .c-blk-title {
    position: relative;
    width: 100%;
    font-size: 3rem;
    margin-bottom: 2.5em;
  }
  .c-blk-wrap {
    margin: 0;
  }
  .c-table {
    display: block;
  }
  .c-table__dt {
    font-size: 2.6rem;
    width: 100%;
  }
  .c-table__dd {
    width: 100%;
    font-size: 2.2rem;
  }
  .c-blk-text {
    font-size: 2rem;
  }
}
.p-home-mv {
  position: relative;
  padding-top: 10.9rem;
}

.p-home-mv__inner {
  background-color: #14126B;
  display: flex;
  justify-content: space-between;
}

.p-home-mv__image {
  padding-top: 4.2rem;
  width: 108.5rem;
  z-index: 1;
}

.p-home-mv__content {
  padding-left: 20rem;
  z-index: 1;
  padding-bottom: 9.3rem;
}

.p-home-mv__copy {
  padding-top: 7.7rem;
}

.p-home-mv__copy h1 {
  font-size: 2.6rem;
  font-weight: 600;
  display: flex;
  flex-flow: column;
}

.p-home-mv__copy h1 span {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding: 0.25em 1em;
}

.p-home-mv__copy h1 span:nth-child(1) {
  background-color: #FFF;
  display: inline-block;
}

.p-home-mv__copy h1 span:nth-child(2) {
  background-color: #FFF;
  margin-top: 2rem;
  display: inline-block;
}

.p-home-mv__copy h1 span:nth-child(3) {
  padding-left: 0;
  font-size: 7rem;
  color: #FFF;
  padding: 0.5em 0rem 0.5em 0;
}

.p-home-mv__text {
  font-size: 2.2rem;
  color: #FFF;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-bottom: 5rem;
}

.p-home-mv__point {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  display: flex;
  align-items: center;
}

.p-home-mv__point .point {
  width: 16rem;
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  border-radius: 50%;
}

.p-home-mv__point p:nth-child(2) {
  padding: 0 1em;
}

.p-home-mv__point p:nth-child(3) {
  margin-right: 2.6rem;
}

.p-home-mv__bg p:nth-child(1) {
  width: 52.5rem;
  position: absolute;
}

.p-home-mv__bg p:nth-child(2) {
  width: 97.7rem;
  position: absolute;
  bottom: 0;
}

.p-home-infomation__inner {
  padding-top: 17rem;
  padding-bottom: 13rem;
  width: 120rem;
  margin: 0 auto;
}

.p-home-map iframe {
  width: 100%;
  height: 41.3rem;
}

.p-home-price {
  background-color: #F0EFF0;
}

.p-home-price__inner {
  width: 120rem;
  margin: 0 auto;
  padding-top: 17rem;
  padding-bottom: 17rem;
}

.p-home-contents__title {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 1em;
}

.p-home-contents__note {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

/* テーブル全体のスタイル */
.p-home-price-table {
  width: 100%;
  border-collapse: collapse; /* セルの境界線を一つにまとめる */
  font-family: sans-serif;
  color: #1a1a3a; /* ベースの文字色 */
  margin-top: 4rem;
}

/* -------------------- */
/* テーブルヘッダー (<thead>) のスタイル */
/* -------------------- */
.p-home-price-table thead th {
  /* 画像の濃い紺色 */
  background-color: #14126f;
  color: white; /* ヘッダーの文字色 */
  padding: 2rem 1rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center; /* ヘッダーの文字を中央揃え */
  white-space: nowrap; /* ヘッダーの文字が改行しないように */
  border: none;
}

/* 左上の角を丸くする */
.p-home-price-table {
  border-radius: 15px;
}

.p-home-price-table thead th:first-child {
  border-top-left-radius: 15px;
}

/* 右上の角を丸くする */
.p-home-price-table thead th:last-child {
  border-top-right-radius: 15px;
}

/* 左下の角を丸くする */
.p-home-price-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
  border: none;
}

/* 右下の角を丸くする */
.p-home-price-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
  border: none;
}

/* -------------------- */
/* テーブルボディ (<tbody>) のスタイル */
/* -------------------- */
.p-home-price-table tbody td {
  padding: 2rem;
  text-align: center;
  font-size: 2rem;
  border: 1px solid #e0e0e0; /* 境界線 */
  vertical-align: middle;
  /* 車種とカラーの列は左揃えにする */
  /* width: 20%; */
}

/* 車種とカラーの列を左揃え */
.p-home-price-table tbody td:nth-child(2),
.p-home-price-table tbody td:nth-child(3) {
  text-align: left;
  padding-left: 2rem;
}

/* 奇数行の背景色（画像では薄いグレー/白） */
.p-home-price-table tbody tr:nth-child(odd) {
  background-color: #fcfcfc; /* ほぼ白 */
}

/* 偶数行の背景色（画像では薄いグレー） */
.p-home-price-table tbody tr:nth-child(even) {
  background-color: #F6F7F6; /* 薄いグレー */
}

/* -------------------- */
/* 料金表示のスタイル */
/* -------------------- */
/* メインの料金（濃い赤文字） */
.p-price-main {
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
}

/* 括弧書きの料金（薄い赤文字） */
.p-price-sub {
  color: #d53535;
  font-size: 1.8rem;
}

/* -------------------- */
/* LINEUP */
/* -------------------- */
.p-home-lineup {
  position: relative;
}

.p-home-lineup__inner {
  padding-top: 14.5rem;
}

.p-lineup-list {
  display: flex;
  justify-content: space-between;
  width: 120rem;
  margin: 0 auto;
  padding-top: 5rem;
  flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
  display: flex;
  justify-content: space-between;
  padding-bottom: 10rem;
}

/* 最後のコンテンツを左寄せにする指定 */
.p-lineup-list:after {
  content: "";
  display: block;
  width: 36.5rem;
  height: 0;
}

.p-lineup-item {
  text-align: center;
  padding-bottom: 5rem;
}

.p-lineup-text {
  text-align: center;
  font-weight: 500;
  padding-top: 3rem;
}

.p-lineup-item-image {
  width: 36.5rem;
  height: 21.7rem;
  background-color: #FFF;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-lineup-item-name {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2;
  padding: 0.5em 0;
}

.p-lineup-item-info {
  padding-bottom: 0.5em;
}

.p-lineup-item-price span {
  font-size: 3.2rem;
  color: #14126f;
  padding-right: 0.25em;
  font-weight: 600;
}

.p-lineup-item-image img {
  height: 16.5rem;
  width: auto;
}

.p-lineup-item-note {
  font-size: 1.4rem;
}

.p-lineup-bg-image:nth-child(1) {
  position: absolute;
  top: 0;
  width: 52.5rem;
  z-index: 0;
}

.p-lineup-bg-image:nth-child(2) {
  position: absolute;
  bottom: 0;
  width: 52.5rem;
  z-index: 0;
  right: 0;
}

.p-home-infomation {
  position: relative;
}

.p-home-infomation-bg-image:nth-child(1) {
  position: absolute;
  top: 0;
  width: 52.5rem;
  z-index: 0;
}

.p-home-infomation-bg-image:nth-child(2) {
  position: absolute;
  bottom: 0;
  width: 52.5rem;
  z-index: 0;
  right: 0;
  z-index: -1;
}

.p-home-news {
  position: absolute;
  border-radius: 10px;
  width: 150rem;
  height: 10rem;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-home-news__inner {
  height: inherit;
}

.p-home-news__contens {
  height: inherit;
}

.p-home-news__contens dl {
  display: flex;
  align-items: center;
  background: #FFF;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
}

.p-home-news__contens dl dt {
  font-size: 2.5rem;
  width: 21rem;
  text-align: center;
  border-right: 1px solid #CCC;
}

.p-home-news__contens dl dd {
  font-size: 2rem;
  padding-left: 4em;
}

.p-scroll-message {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-home-mv {
    padding-top: 9.7rem;
  }
  .p-home-mv__content {
    padding-left: 4rem;
    position: absolute;
    top: 0;
  }
  .p-home-mv__inner {
    display: flex;
    flex-flow: column-reverse;
    position: relative;
    padding-bottom: 7.5rem;
  }
  .p-home-mv__image {
    padding-left: 6rem;
    width: 100%;
    z-index: 0;
    padding-bottom: 23.5rem;
  }
  .p-home-mv__copy {
    padding-top: 50rem;
  }
  .p-home-price__inner {
    width: 90%;
  }
  .p-home-mv__copy h1 {
    font-size: 3.2rem;
  }
  .p-home-mv__copy h1 span {
    padding: 0.25em 0.5em;
  }
  .p-home-mv__bg p:nth-child(1) {
    top: 0;
  }
  .p-home-mv__bg p:nth-child(2) {
    position: relative;
    width: 100%;
  }
  .p-home-mv__text {
    font-size: 2.6rem;
    letter-spacing: 0;
    padding-bottom: 2.5rem;
  }
  .p-home-mv__point .point {
    width: 20rem;
    height: 20rem;
    font-size: 2.4rem;
  }
  .p-home-mv__point p:nth-child(3) {
    margin-right: 2rem;
  }
  .p-smenu-btn {
    height: 14rem;
  }
  .p-home-news {
    position: relative;
    transform: none;
    left: 0;
    width: 95%;
    margin: 0 auto;
    height: 12.5rem;
    margin-top: 5rem;
  }
  .p-home-news__contens dl {
    width: 100%;
  }
  .p-home-news__contens dl dt {
    width: 16rem;
  }
  .p-home-news__contens dl dd {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-home-lineup {
    width: 100%;
  }
  .p-lineup-list {
    width: 95%;
    margin: 0 auto;
  }
  .p-lineup-item-image {
    width: 33.5rem;
    height: 18.7rem;
  }
  .p-lineup-list:after {
    width: 33.5rem;
  }
  .p-lineup-bg-image:nth-child(1) {
    width: 30rem;
  }
  .p-lineup-bg-image:nth-child(2) {
    width: 30rem;
  }
  .p-home-infomation-bg-image:nth-child(1) {
    width: 30rem;
  }
  .p-home-infomation-bg-image:nth-child(2) {
    width: 30rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body {
    overflow-x: hidden;
  }
  .p-home-infomation__inner {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  /* ここに上記の CSS をすべて記述 */
  .table-scroll-wrapper {
    overflow-x: auto;
    width: 100%;
    /* (補足) 添付画像のような、セルの左側に青い境界線があるデザインを再現する場合、
       table-scroll-wrapperに padding-left や border-left を設定する方法もあります。 */
  }
  /* 2. テーブル本体の設定 */
  .p-home-price-table {
    /* 親要素の幅に関わらず、コンテンツが入りきる幅を確保し、スクロールを発生させる */
    width: -moz-max-content;
    width: max-content;
    /* セルの境界線を結合 */
    border-collapse: collapse;
  }
  /* 3. 固定する列 (fixed-column) の共通設定 */
  .fixed-column {
    /* 列を固定するために必須の設定 */
    position: sticky;
    /* スクロール時に後ろのセルと重なって透けないように背景色を指定 */
    /* 元のテーブルの行の背景色に合わせて調整してください */
    background-color: #fff; /* 例: 白 */
    /* スクロールする他の要素よりも手前に表示 */
    z-index: 10;
  }
  /* 4. 1列目: クラス の固定位置と幅の設定 */
  .fixed-column:nth-child(1) {
    /* 左端に固定 */
    left: 0;
    /* 1列目の幅を固定（お使いのスタイルに応じて調整） */
    min-width: 50px;
  }
  /* 5. 2列目: 車種 の固定位置と幅の設定 */
  .fixed-column:nth-child(2) {
    /* 1列目（クラス）の幅（ここでは80px）の右隣に固定 */
    left: 50px;
    /* 2列目の幅を固定（お使いのスタイルに応じて調整） */
    min-width: 80px;
  }
  /* ... fixed-column のスタイルもここに記述 ... */
  .p-scroll-message {
    text-align: center;
    margin-top: 3.5rem;
    font-size: 2rem;
    display: block;
  }
  .p-price-main {
    font-size: 2rem;
  }
  .p-price-sub {
    font-size: 1.8rem;
  }
  .p-home-price-table thead th {
    font-size: 2rem;
  }
  .p-home-contents__note {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */