/* 室内空間 */
.performance-section {
  max-width: 1140px;
  background-color: #fff;
  padding: 50px;
}
@media only screen and (max-width: 750px) {
  .performance-section {
    padding: 16vw 4.26vw 5.33vw;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
}
.main-visual {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .main-visual {
  }
}
.mv_title {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .mv_title {
    max-width: 68vw;
  }
}
#main .mv_detail {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  margin-top: 45px;
}
@media only screen and (max-width: 750px) {
  #main .mv_detail {
    font-size: 3.46vw;
    margin-top: 8.53vw;
  }
}
.mv_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin-top: 58px;
}
@media only screen and (max-width: 750px) {
  .mv_logo {
    flex-direction: column;
    gap: 5.33vw;
    margin-top: 8.53vw;
  }
}
.mv_logo .logo_is{
  max-width: 315px;
}
@media only screen and (max-width: 750px) {
  .mv_logo .logo_is{
    max-width: 58.66vw;
  }
}
.mv_logo .logo_tect{
  max-width: 183px;
}
@media only screen and (max-width: 750px) {
  .mv_logo .logo_tect{
    max-width: 32vw;
  }
}
#main .note-text {
  font-size: 12px;
  color: #666;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  #main .note-text {
    font-size: 2.66vw;
    margin-top: 8.79vw;
  }
  #main .block-main .note-text {
    margin-top: 2.13vw;
  }
}
.feature-desc {
  font-size: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
  .feature-desc {
    font-size: 4.26vw;
    margin-bottom: 4.26vw;
  }
}
.block-main {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .block-main {
    text-align: center;
    margin-bottom: 10.66vw;
  }
}
.main-heading {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .main-heading {
    margin-bottom: 2.93vw;
  }
}
.badge {
  display: inline-block;
  background-color: #005DAB;
  color: #fff;
  padding: 10px 32px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .badge {
    padding: 1.6vw 4.8vw;
    font-size: 4.26vw;
  }
}
.main-heading h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 24px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .main-heading h2 {
    font-size: 5.33vw;
    margin-top: 2.93vw;
    margin-bottom: 12vw;
  }
}
.block-fuel {
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
}
.block-fuel h3 {
  font-size: 28px;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .block-fuel h3 {
    font-size: 5.33vw;
    margin-bottom: 2.13vw;
  }
}
.fuel-content {
  max-width: 900px;
  margin: 40px auto 20px;
}
@media only screen and (max-width: 750px) {
  .fuel-content {
    max-width: 100%;
    margin: 5.06vw auto 0;
  }
}
.block-feature {
  margin-bottom: 50px;
  border-top: 1px solid #D2DFE8;
  padding-top: 50px;
}
@media only screen and (max-width: 750px) {
  .block-feature {
    margin-bottom: 10.66vw;
    padding-top: 10.66vw;
  }
}
.side-by-side {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.side-by-side01 {
  gap: 0;
}
.side-by-side03 {
  margin-bottom: 0;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .side-by-side {
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
  }
  .side-by-side03 {
    display: block;
  }
}
.text-side {
  flex: 1;
}
.text-side01 {
  max-width: 588px;
}
@media only screen and (max-width: 750px) {
  .text-side01 {
    max-width: 100%;
  }
}
.text-side02 {
  max-width: 693px;
}
@media only screen and (max-width: 750px) {
  .text-side02 {
    max-width: 100%;
  }
}
.text-side03 {
  max-width: 100%;
}
@media only screen and (max-width: 750px) {
  .text-side03 {
    max-width: 100%;
  }
}
.text-side h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .text-side h3 {
    font-size: 5.33vw;
    margin-bottom: 6.4vw;
  }
}
.text-side h3 span{
  font-size: 14px;
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .text-side h3 span{
    font-size: 3.46vw;
  }
}
.text-side02 h3,
.text-side03 h3 {
  font-size: 28px;
}
@media only screen and (max-width: 750px) {
  .text-side h3 {
    font-size: 5.33vw;
  }
}
.image-side {
  flex: 1;
}
.image-side01 {
  max-width: 450px;
}
@media only screen and (max-width: 750px) {
  .image-side01 {
    max-width: 100%;
  }
}
.image-side02 {
  max-width: 209px;
}
@media only screen and (max-width: 750px) {
  .image-side02 {
    max-width: 34.66vw;
    margin: 0 auto;
  }
}
.image-side03 {
  max-width: 832px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .image-side03 {
    height: 32vw;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-color: #005DAB transparent;
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    min-height: 0;
    margin-top: 6.4vw;
    margin-bottom: 5.33vw;
  }
  #main .image-side03 img {
    height: 100%;
    width: auto;
    display: block;
    max-width: none;
    flex-shrink: 0;
    object-fit: contain;
  }
}

#main .mb_0 {
  margin-bottom: 0;
}

#main .mt_0 {
  margin-top: 0;
}

#main p.section_title {
  color: #1D517C;
}
.ic_contents {
  padding-top: 100px;
}
.ic_contents p {
  color: #000000;
}
@media only screen and (max-width: 750px) {
  .ic_contents {
    padding-top: 10.13vw;
  }
}

#interior,
#capacity {
  padding:160px 0 0;
  margin-top: -60px;
}
@media only screen and (max-width: 750px) {
  #interior,
  #capacity {
    padding:42.66vw 0 0;
    margin-top: -26.66vw;
  }
}
.ic-section {
  max-width: 1140px;
  padding-top: 100px;
}
@media only screen and (max-width: 750px) {
  .ic-section {
    padding-top: 12.8vw;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
}
#main .note-text {
  font-size: 12px;
  color: #666;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  #main .note-text {
    font-size: 2.66vw;
    margin-top: 4.26vw;
  }
  #main .block-main .note-text {
    margin-top: 2.13vw;
  }
}
.feature-desc {
  font-size: 16px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .feature-desc {
    font-size: 4.26vw;
    margin-bottom: 5.06vw;
  }
}
.block-main {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .block-main {
    text-align: center;
    margin-bottom: 10.66vw;
  }
}
.main-heading {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .main-heading {
    margin-bottom: 2.93vw;
  }
}
#main .badge {
  display: inline-block;
  background-color: #005DAB;
  color: #fff;
  padding: 10px 32px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main .badge {
    padding: 1.6vw 4.8vw;
    font-size: 4.26vw;
  }
}
.main-heading h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 24px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .main-heading h2 {
    font-size: 5.33vw;
    margin-top: 2.93vw;
    margin-bottom: 12vw;
  }
  .main-heading h2.driver_title {
    text-wrap: nowrap;
    margin-bottom: 8.53vw;
  }

}
.block-feature h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 0;
  line-height: 1.5;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .block-feature h3 {
    font-size: 5.33vw;
    margin-bottom: 2.13vw;
  }
}
.block-feature {
  margin-bottom: 50px;
  border-top: 1px solid #D2DFE8;
  padding-top: 50px;
}
@media only screen and (max-width: 750px) {
  .block-feature {
    margin-bottom: 10.66vw;
    padding-top: 10.66vw;
  }
}
.seatback-table-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
  .seatback-table-block {
    align-items: center;
  }
}
@media only screen and (max-width: 750px) {
  .seatback-table-block {
    flex-direction: column;
    gap: 0;
    margin-bottom: 10.66vw;
  }
}

.table-text {
  max-width: 391px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 750px) {
  .table-text {
    max-width: 104.26vw;
    margin-bottom: 3.46vw;
  }
}

h3.table_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 20px;
  color: #000;
}
@media only screen and (max-width: 750px) {
  h3.table_title {
    font-size: 5.33vw;
    margin-bottom: 4.26vw;
  }
}
h3.table_title span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  h3.table_title span {
    font-size: 3.46vw;
  }
}

.grade-labels {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .grade-labels {
    margin-bottom: 4.26vw;
  }
}

.label {
  display: inline-block;
  background-color: #D2DFE8;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .label {
    padding: 0.53vw 2.66vw;
    font-size: 3.6vw;
  }
}

.desc-text {
  font-size: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .desc-text {
    font-size: 4.26vw;
    margin-bottom: 4.26vw;
  }
}

#main .note-text, .small-note {
  font-size: 12px;
  color: #666;
}
@media only screen and (max-width: 750px) {
  #main .note-text, .small-note{
    font-size: 3.2vw;
  }
}

.table-visual {
  flex: 1.5;
  max-width: 598px;
  min-width: 300px;
}
@media only screen and (max-width: 750px) {
  .table-visual {
    max-width: 159.4vw;
    min-width: 80vw;
  }
}


.separator {
  border: none;
  border-top: 1px solid #ddd;
  margin: 60px 0;
}
@media only screen and (max-width: 750px) {
}

/* 収納スペース全体 */
.sub-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
}
.cockpit-visual {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .cockpit-visual {
    margin-top: 8.53vw;
    margin-bottom: 8.53vw;
  }
}

/* グリッドレイアウト */
.storage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .storage-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.26vw;
    margin-bottom: 4.26vw;
  }
}

#main .grid-item p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  #main #mainContents .grid-item p {
    font-size: 3.2vw;
    margin-top: 2.66vw;
  }
}
#main .grid-item p.detail {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  #main #mainContents .grid-item p.detail {
    font-size: 2.66vw;
    margin-top: 2.66vw;
  }
}
#main .grid-item p.color:before {
  content: "";
  width: 34px;
  height: 11px;
  background-color: #D88746;
  display: inline-block;
  margin-right: 6px;
}
@media only screen and (max-width: 750px) {
  #main #mainContents .grid-item p.color:before {
    width: 8.71vw;
    height: 2.82vw;
    margin-right: 1.53vw;
  }
}

#main .grade-mark {
  background-color: #999;
  color: #fff;
  padding: 0 4px;
  font-size: 10px;
}
@media only screen and (max-width: 750px) {
}
.storage-footer-text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .storage-footer-text {
    font-size: 3.73vw;
    margin-bottom: 4.26vw;
  }
}

.navi-spec-container {
  width: 100%;
}
@media only screen and (max-width: 750px) {
}
.navi-spec-inner {
  max-width: 1140px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .navi-spec-inner {
    max-width: 100%;
    margin: 0 auto 10.66vw;
    flex-direction: column;
  }
}

.navi-spec-info {
  flex: 0 0 42%;
  padding: 0 20px 40px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .navi-spec-info {
    max-width: 100%;
    padding: 0 0 10.66vw 0;
  }
}

#main .navi-spec-note {
  color: #666;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
  margin-bottom: 8px;
}
@media only screen and (max-width: 750px) {
  #main .navi-spec-note {
    font-size: 2.66vw;
    margin-bottom: 0;
  }
}
.navi-spec-visual {
  flex: 0 0 58%;
}
@media only screen and (max-width: 750px) {
  .navi-spec-visual {
    flex: 0 0 100%;
  }
}
.navi-spec-img {
  width: 100%;
  height: auto;
  display: block;
}
.navi-detail-container {
}
.navi-detail-inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .navi-detail-inner {
    flex-direction: column;
    gap: 6.4vw;
  }
}

.navi-detail-left {
  flex: 1;
  max-width: 501px;
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (max-width: 750px) {
  .navi-detail-left {
    max-width: 100%;
  }
}
.navi-detail-title-box h2 {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .navi-detail-title-box h2 {
    border-radius: 2.13vw;
    padding: 1.06vw;
    font-size: 5.33vw;
    line-height: 1.75;
    margin: 0 0 4.26vw 0;
  }
}
#main .navi-detail-sub-note {
  font-size: 12px;
  color: #666;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  #main .navi-detail-sub-note {
    font-size: 3.2vw;
    margin-bottom: 4.26vw;
  }
}
#main .navi-detail-main-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #main .navi-detail-main-text {
    font-size: 4.26vw;
    margin-bottom: 4.26vw;
  }
}
.navi-detail-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}
.navi-detail-labels_btm {
  margin-top: 8px;
}
@media only screen and (max-width: 750px) {
  .navi-detail-labels {
    gap: 2.13vw;
    margin-bottom: 10.66vw;
  }
  .navi-detail-labels_btm {
    margin-top: 2.13vw;
  }
}
.navi-label {
  border: 1px solid #333;
  padding: 2px 8px;
  font-size: 14px;
  white-space: nowrap;
  color: #333;
}
@media only screen and (max-width: 750px) {
  .navi-label {
    padding: 1.06vw 3.2vw;
    font-size: 3.53vw;
    white-space: nowrap;
  }
}
.navi-detail-recorder h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 40px;
  border-top: 1px solid #D2DFE8;
}
@media only screen and (max-width: 750px) {
  .navi-detail-recorder h3 {
    font-size: 4.26vw;
    margin-bottom: 2.66vw;
    padding-top: 10.66vw;
  }
}
.navi-detail-recorder p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .navi-detail-recorder p {
    font-size: 4.26vw;
    margin-bottom: 4.26vw;
  }
}
#main .navi-detail-bottom-note {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  #main .navi-detail-bottom-note {
    font-size: 3.2vw;
  }
}
#main .navi-detail-bottom-note.big_font {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  #main .navi-detail-bottom-note.big_font {
    font-size: 4vw;
  }
}
#main .navi-detail-bottom-note.navi-label_bk_detail {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  color: #333;
}
.navi-detail-right {
  flex: 1.2;
  max-width: 500px;
}
@media only screen and (max-width: 750px) {
  .navi-detail-right {
    max-width: 100%;
  }
}
#main .navi-detail-lead h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
@media only screen and (max-width: 750px) {
  #main .navi-detail-lead h3 {
    font-size: 5.33vw;
    margin-bottom: 4vw;
  }
}
.navi-detail-lead p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .navi-detail-lead p {
    font-size: 4.26vw;
    margin-bottom: 8vw;
  }
}
.navi-detail-main-img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .navi-detail-main-img {
    margin-bottom: 8vw;
  }
}
.navi-detail-sub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  .navi-detail-sub-grid {
    display: flex;
    flex-direction: column;
    gap: 5.333vw;
    margin: 0 auto;
  }
}

#main .sub-img-item p {
  font-size: 13px;
  font-weight: bold;
  margin-top: 8px;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  #main .sub-img-item p {
    font-size: 3.467vw;
    margin-top: 2.66vw;
    text-align: center;
  }
}
.navi-connect-container {
}
@media only screen and (max-width: 750px) {
  .navi-connect-container {
  }
}

/* レイアウト */
.navi-connect-row {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .navi-connect-row {
    flex-direction: column;
    gap: 8.53vw;
    margin-bottom: 4.26vw;
  }
}
.navi-connect-row-2column .navi-connect-col {
  max-width: 100%;
}
.navi-connect-col {
  max-width: 230px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .navi-connect-col {
    max-width: 100%;
  }
}
.navi-connect-col:nth-child(3) {
  max-width: 100%;
}
.navi-connect-img-box {
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .navi-connect-img-box {
    margin-bottom: 4.000vw;
  }
}
.navi-connect-img {
  width: 100%;
  height: auto;
  display: block;
}
.navi-connect-caption {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  .navi-connect-caption {
    font-size: 2.933vw;
    margin-top: 1.333vw;
  }
}
#main .navi-connect-text h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
@media only screen and (max-width: 750px) {
  #main .navi-connect-text h3 {
    font-size: 4.267vw;
    margin-bottom: 4.000vw;
  }
}
#main .navi-connect-text p {
  font-size: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #main .navi-connect-text p {
    font-size: 4.000vw;
    margin-bottom: 0;
  }
}
#main .space_container .navi-connect-text p.margin_bottom {
  margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
  #main .space_container .navi-connect-text p.margin_bottom {
    margin-bottom: 8.53vw;
  }
}
.navi-connect-small-note {
  font-size: 11px;
  color: #666;
}
@media only screen and (max-width: 750px) {
  .navi-connect-small-note {
    font-size: 2.933vw;
  }
}
.navi-connect-logo-box {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}
@media only screen and (max-width: 750px) {
  .navi-connect-logo-box {
    gap: 2.667vw;
    margin: 4.000vw 0;
  }
}
.navi-connect-logo_link {
  max-width: 152px;
}
@media only screen and (max-width: 750px) {
  .navi-connect-logo_link {
    max-width: 40.533vw;
  }
}
#main .navi-connect-link {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .navi-connect-link {
    font-size: 3.733vw;
  }
}
.navi-connect-link a {
  color: #333;
  text-decoration: underline;
}
#mainContents .space_detail .navi-connect-footer-notes p {
  font-size: 12px;
  color: #666;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #mainContents .space_detail .navi-connect-footer-notes p {
    font-size: 2.66vw;
  }
}
#mainContents .small_tag {
  font-size: 18px;
  line-height: 0.5;
}
@media only screen and (max-width: 750px) {
  #mainContents .small_tag {
    font-size: 4vw;
  }
}
.meter-info-container {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .meter-info-container {
    margin-top: 6.4vw;
  }
}
.meter-info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .meter-info-row {
    display: flex;
    flex-direction: column;
    gap: 8.53vw;
    margin-bottom: 13.333vw;
  }
}
.meter-info-col {
  max-width: 500px;
  flex: 1;
  padding-bottom: 50px;
  border-bottom: 1px solid #D2DFE8;
}
@media only screen and (max-width: 750px) {
  .meter-info-col {
    max-width: 100%;
    padding-bottom: 10.66vw;
  }
}
.under_none {
  padding-bottom: 0;
  border-bottom: none;
}
.meter-info-img-box {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .meter-info-img-box {
    margin-bottom: 5.333vw;
  }
}
.meter-info-img {
  width: 100%;
  height: auto;
  display: block;
}
.meter-info-text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 750px) {
  #main .meter-info-text h3 {
    font-size: 3.73vw;
    margin-bottom: 2.66vw;
  }
}
.meter-info-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .meter-info-labels {
    gap: 1.067vw;
    margin-bottom: 4.000vw;
  }
}
.meter-info-text p {
  font-size: 16px;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  #main .meter-info-text p {
    font-size: 3.73vw;
  }
}
.meter-info-text a {
  color: #333;
  text-decoration: underline;
}
.meter-info-voice {
  max-width: 100%;
}
.meter-info-voice-visual {
  margin-bottom: 25px;
  max-width: 633px;
}
@media only screen and (max-width: 750px) {
  .meter-info-voice-visual {
    margin-bottom: 2.66vw;
    max-width: 100%;
  }
}

.engine-start-container {
}
.engine-start-header {
  margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
  .engine-start-header {
    margin-bottom: 6.4vw;
  }
}
#main .engine-start-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #main .engine-start-title {
    font-size: 4.8vw;
    margin-bottom: 2.67vw;
  }
}
.engine-start-lead {
  font-size: 15px;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .engine-start-lead {
    font-size: 4vw;
  }
}
.engine-start-group-container {
  display: flex;
  gap: 15px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 750px) {
  .engine-start-group-container {
    flex-direction: column;
    gap: 6.4vw;
    margin-bottom: 3.73vw;
  }
}
.engine-start-left-group {
  flex: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 750px) {
  .engine-start-left-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
    margin-bottom: 2.66vw;
  }
}
.engine-start-right-group {
  flex: 1;
}
.engine-start-item {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .engine-start-item {
    max-width: 37.33vw;
  }
  .engine-start-item:nth-child(3) {
    grid-column: 1 / span 2;
    justify-self: center;
  }

}
.engine-start-img-box {
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .engine-start-img-box {
    margin-bottom: 2.66vw;
  }
}
.engine-start-img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
}
.engine-start-info h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .engine-start-info h3 {
    font-size: 3.73vw;
    margin-bottom: 0;
  }
}
.engine-start-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media only screen and (max-width: 750px) {
  .engine-start-labels {
    gap: 1.07vw;
  }
}
.engine-label {
  min-width: 25%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
}
.engine-label0 {
  flex: 1;
  min-width: 50%;
}
@media only screen and (max-width: 750px) {
  .engine-label0 {
    flex: 0;
    text-wrap: nowrap;
    min-width: 100%;
  }
}
.engine-start-warning {
  border: 1px solid #E60012;
  padding: 8px 15px;
}
@media only screen and (max-width: 750px) {
  .engine-start-warning {
    border-width: 0.27vw;
    padding: 2.66vw;
  }
}
.engine-start-warning p {
  text-align: center;
  font-size: 12px;
  color: #E60012;
  margin: 0;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #mainContents .space_detail .engine-start-warning p {
    text-align: left;
    font-size: 2.66vw;
  }
}
@media only screen and (max-width: 750px) {
  .movie_wrap {
    margin-top: 0;
  }
  .movie_title {
    margin-bottom: 0;
  }
}

.cargo-spec-section {
}
.cargo-spec-main {
  max-width: 853px;
  width: 100%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 750px) {
  .cargo-spec-main {
    max-width: 100%;
    margin-bottom: 6.4vw;
  }
}
.cargo-spec-main-img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
}
.cargo-items-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 40px;
}
@media only screen and (max-width: 750px) {
  .cargo-items-grid {
    display: flex;
    flex-direction: column;
    gap: 10.67vw;
  }
}
@media only screen and (max-width: 1000px) {
  .cargo-items-grid {
    gap: 20px 20px;
  }
}

.cargo-item {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .cargo-item {
    padding-top: 4vw;
  }
}
.cargo-item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .cargo-item-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .cargo-item-title {
    font-size: 4.8vw;
    margin-bottom: 5.33vw;
  }
}
.cargo-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 10px;
}
@media only screen and (max-width: 750px) {
  .cargo-item-content {
    margin-bottom: 4vw;
    gap: 2.67vw;
  }
}
.item-thumb01 {
  max-width: 70px;
}
@media only screen and (max-width: 750px) {
  .item-thumb01 {
    max-width: 18.67vw;
  }
}
.item-thumb02 {
  max-width: 82px;
}
@media only screen and (max-width: 750px) {
  .item-thumb02 {
    max-width: 21.87vw;
  }
}
.item-thumb03 {
  max-width: 100px;
}
@media only screen and (max-width: 750px) {
  .item-thumb03 {
    max-width: 26.67vw;
  }
}
.item-thumb04 {
  max-width: 104px;
}
@media only screen and (max-width: 750px) {
  .item-thumb04 {
    max-width: 27.73vw;
  }
}
.item-thumb05 {
  max-width: 90px;
}
@media only screen and (max-width: 750px) {
  .item-thumb05 {
    max-width: 24vw;
  }
}
.item-thumb06 {
  max-width: 121px;
}
@media only screen and (max-width: 750px) {
  .item-thumb06 {
    max-width: 32.27vw;
  }
}
.item-thumb07 {
  max-width: 114px;
}
@media only screen and (max-width: 750px) {
  .item-thumb07 {
    max-width: 26.66vw;
  }
}
.cargo-item-thumb img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 750px) {
}
.cargo-item-number {
  text-align: right;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .cargo-item-number {
    width: 34.66vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.cargo-item-number .num {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1000px) {
  .cargo-item-number .num {
    font-size: 36px;
  }
}
@media only screen and (max-width: 750px) {
  .cargo-item-number .num {
    font-size: 14.39vw;
  }
}
.cargo-item-number .unit {
  font-size: 16px;
  font-weight: bold;
  margin-left: 5px;
}
@media only screen and (max-width: 1000px) {
  .cargo-item-number .unit {
    font-size: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .cargo-item-number .unit {
    font-size: 5.33vw;
    margin-left: 1.33vw;
    margin-bottom: 1.33vw;
  }
}

.cargo-item-size {
  font-size: 11px;
  color: #666;
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width: 1000px) {
  .cargo-item-size {
    font-size: 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 750px) {
  .cargo-item-size {
    font-size: 2.93vw;
    margin-top: 2.67vw;
    text-align: right;
  }
}
.cargo-spec-footer {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .cargo-spec-footer {
    margin-top: 13.33vw;
  }
}
@media only screen and (max-width: 750px) {
  .loading-spec-section {
    margin-bottom: 10.66vw;
  }
}
/* 01. 導入ブロック */
.loading-spec-intro {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .loading-spec-intro {
    margin-bottom: 13.33vw;
  }
}
.loading-spec-intro-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  .loading-spec-intro-flex {
    flex-direction: column;
    gap: 4.26vw;
  }
}
.loading-spec-intro-text {
  flex: 1;
}
@media only screen and (max-width: 750px) {
}
.loading-spec-main-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 22px;
}
@media only screen and (max-width: 750px) {
  .loading-spec-main-title {
    font-size: 5.33vw;
    margin-bottom: 4.26vw;
  }
}
.loading-spec-main-desc {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .loading-spec-main-desc {
    font-size: 4.27vw;
  }
}
.loading-spec-intro-visual {
  flex: 1.5;
}
.loading-spec-dimensions {
  text-align: center;
}
.loading-spec-dim-visual {
  max-width: 585px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 750px) {
  .loading-spec-dim-visual {
    max-width: 156vw;
    margin-bottom: 8vw;
  }
}
#main .loading-spec-caption {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #main .loading-spec-caption {
    font-size: 4.26vw;
    margin-top: 4.26vw;
    text-align: left;
  }
}
.block-feature-loading-spec {
  padding-top: 0;
}
@media only screen and (max-width: 750px) {
  .block-feature-loading-spec {
    margin-bottom: 0;
  }
}
.loading-spec-arrange {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .loading-spec-arrange {
    margin-bottom: 0;
  }
}
.loading-spec-long-cargo {
  max-width: 828px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 750px) {
  .loading-spec-long-cargo {
    max-width: 220.8vw;
    margin-top: 10.66vw;
  }
}
.loading-spec-arrange-flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 737px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .loading-spec-arrange-flex {
    flex-direction: column;
    gap: 6.4vw;
    max-width: 100%;
  }
}
.loading-spec-arrange-item {
  flex: 1;
  max-width: 330px;
}
@media only screen and (max-width: 750px) {
  .loading-spec-arrange-item {
    max-width: 88vw;
  }
}
.loading-spec-footer {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .loading-spec-footer {
    margin-top: 10.67vw;
  }
}
.loading-spec-note {
  font-size: 11px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 4px;
}
@media only screen and (max-width: 750px) {
  .loading-spec-note {
    font-size: 2.93vw;
    margin-bottom: 1.07vw;
  }
}
.utility-spec-section {
}
.img-fluid {
  width: 100%;
  height: auto;
  display: block;
}
.utility-spec-main {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .utility-spec-main {
    margin-bottom: 10.66vw;
  }
}
.utility-spec-main-notes {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .utility-spec-main-notes {
    margin-top: 4vw;
  }
}
#main .utility-spec-main-notes p,
#main .utility-spec-photo-note {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main .utility-spec-main-notes p,
  #main .utility-spec-photo-note {
    font-size: 3.2vw;
  }
}
#main .utility-spec-photo-note {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #main .utility-spec-photo-note {
    margin-top: 4.26vw;
  }
}
.utility-spec-desc {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .utility-spec-desc {
    font-size: 4.27vw;
    margin-bottom: 4.26vw;
  }
}
.utility-spec-feature-grid {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .utility-spec-feature-grid {
    flex-direction: column;
    gap: 6.4vw;
  }
}
.utility-spec-nut {
  flex: 1.2;
}
@media only screen and (max-width: 750px) {
}
.utility-spec-led {
  flex: 1;
}
@media only screen and (max-width: 750px) {
}
.led-flex {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 750px) {
  .led-flex {
    gap: 0;
  }
}
#mian .led-item p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  #main .led-item p {
    font-size: 3.73vw;
    margin-top: 2.67vw;
  }
}
.utility-spec-door-visual {
  max-width: 730px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .utility-spec-door-visual {
    max-width: 194.67vw;
  }
}
.entry-spec-section {
}

.img-fluid {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
}
.entry-spec-block-top {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .entry-spec-block-top {
    margin-bottom: 10.66vw;
  }
}
.entry-spec-flex {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .entry-spec-flex {
    flex-direction: column;
    gap: 10.67vw;
  }
}
.entry-spec-text {
  flex: 1;
}
@media only screen and (max-width: 750px) {
}
.entry-spec-visual {
  flex: 1.2;
}
@media only screen and (max-width: 750px) {
}
.entry-spec-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .entry-spec-title {
    font-size: 5.33vw;
    margin-bottom: 4.26vw;
  }
}
.entry-spec-desc {
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .entry-spec-desc {
    font-size: 4.26vw;
    margin-bottom: 4.26vw;
  }
}
#main .entry-spec-notes p {
  font-size: 12px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  #main .entry-spec-notes p {
    font-size: 2.66vw;
  }
}
.entry-spec-grid {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .entry-spec-grid {
    flex-direction: column;
    gap: 8.53vw;
    margin-bottom: 8.53vw;
  }
}
.entry-spec-col {
  flex: 1;
}
@media only screen and (max-width: 750px) {
}
.entry-spec-img-box {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .entry-spec-img-box {
    margin-bottom: 5.33vw;
  }
}
.entry-spec-sub-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .entry-spec-sub-title {
    font-size: 6.4vw;
    margin-bottom: 2.67vw;
  }
}
.entry-spec-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .entry-spec-labels {
    gap: 1.33vw;
    margin-bottom: 2.67vw;
  }
}
.entry-label {
  background-color: #e6edf3;
  padding: 2px 8px;
  font-size: 11px;
  color: #333;
}
@media only screen and (max-width: 750px) {
  .entry-label {
    padding: 0.53vw 2.13vw;
    font-size: 2.93vw;
  }
}
.entry-spec-small-desc {
  font-size: 16px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .entry-spec-small-desc {
    font-size: 4.27vw;
    margin-bottom: 2.67vw;
  }
}
.mb_0 {
  margin-bottom: 0;
}

.page_links {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .page_links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 1.86vw;
  }
}
.page_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 210px;
  width: 100%;
  height: 62px;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  background-color: #fff;
  transition: all 0.4s;
}
@media only screen and (max-width: 750px) {
  .page_link {
    max-width: 100%;
    height: 14.35vw;
    font-size: 3.58vw;
  }
}
.page_link::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 3%;
  z-index: 2;
  transform: translate(-50%,-50%);
  width: 10px;
  height: 10px;
  background-image: url(/car/everywagon/home/img/arrow_under.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media only screen and (max-width: 750px) {
  .page_link::after {
    transform: translate(50%,50%);
    position: absolute;
    content: '';
    top: unset;
    bottom: 50%;
    right: 7%;
    z-index: 2;
    width: 2.05vw;
    height: 2.05vw;
  }
}
.page_link:hover {
  color: #fff;
  background-color: #1D517C;
}
.page_link:hover::after {
  background-image: url(/car/everywagon/home/img/arrow_under_wh.svg);
}

/* SPACEセクション */

#space {
  padding-top: 100px;
  background: none;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  #space {
    padding-top: 12.8vw;
  }
}
.space_wrap {
  background-color: #fff;
}
.space_detail {
  padding: 0 50px 50px;
}
@media only screen and (max-width: 750px) {
  .space_detail {
    padding: 0 4.26vw 8.53vw;
  }
}
.space_detail .space_title {
  height: 79px;
  width: fit-content;
  margin: 40px auto 0;
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .space_detail .space_title {
    height: 14.93vw;
    margin: 8.2vw auto 0;
  }
}
#main .space_title img{
  height: 100%;
  width: auto;
}
.space_detail .space_title.utility_mv_none {
  margin: 0 auto;
}
#utility .space_detail {
  padding-top: 60px;
}
@media only screen and (max-width: 750px) {
  #utility .space_detail {
    padding-top: 8.53vw;
  }
}
.space_detail .space_title p {
  font-size: 48px;
  color: #000;
  letter-spacing: -0.05rem;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .space_detail .space_title p {
    font-size: 7.46vw;
  }
}
.space_detail .space_title p span {
  letter-spacing: -0.249rem;
  display: inline-block;
}
#mainContents .space_detail .space_small_text {
  font-size: 16px;
  margin-top: 16px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #mainContents .space_detail .space_small_text {
    font-size: 3.46vw;
    margin-top: 3.2vw;
    line-height: 1.5;
  }
}
#mainContents .space_detail h2 {
  font-size: 32px;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #mainContents .space_detail h2 {
    font-size: 6.4vw;
    margin-top: 6.4vw;
  }
}
  #mainContents .space_detail p{
    font-weight: 500;
  }
@media only screen and (max-width: 750px) {
  #mainContents .space_detail p{
    font-size: 4.26vw;
  }
}
#mainContents .space_detail .navi-detail-title-box {
  width: 500px;
}
@media only screen and (max-width: 750px) {
  #mainContents .space_detail .navi-detail-title-box {
    width: 100%;
  }
}
#mainContents .space_detail .navi-detail-labels {
  gap: 12px;
}
@media only screen and (max-width: 750px) {
}
#mainContents .space_detail .navi-detail-title-box h2 {
  font-size: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #mainContents .space_detail .navi-detail-title-box h2 {
    font-size: 5.33vw;
    margin-top: 3.53vw;
  }
}
#main .space_container .navi-detail-lead h3 {
  font-size: 24px;
  border: none;
  color: #000;
}
@media only screen and (max-width: 750px) {
  #main .space_container .navi-detail-lead h3 {
    font-size: 5.33vw;
  }
}
#main .space_container .navi-detail-lead p {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  #main .space_container .navi-detail-lead p {
    font-size: 4.26vw;
  }
}
#main .space_container .navi-connect-text h3.small {
  font-size: 16px;
  border: none;
}
@media only screen and (max-width: 750px) {
  #main .space_container .navi-connect-text h3.small {
    font-size: 5.33vw;
  }
}
#main .space_container .navi-connect-small-note {
  font-size: 14px;
  color: #666666;
}
@media only screen and (max-width: 750px) {
  #main .space_container .navi-connect-text .navi-connect-small-note {
    font-size: 3.2vw;
  }
}
#main .space_container .navi-connect-text p {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  #main .space_container .navi-connect-text p {
    font-size: 4.26vw;
    margin-bottom: 1vw;
  }
}
#main .space_container .navi-connect-caption {
  font-size: 14px;
  margin-top: 10px;
  color: #666666;
}
@media only screen and (max-width: 750px) {
  #main .space_container .navi-connect-caption {
    font-size: 3.2vw;
    margin-top: 3.2vw;
    color: #666666;
  }
}
.space_container {
  padding-top: 50px;
  border-top: solid 1px #D9D9D9;
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .space_container {
    padding-top: 10.6vw;
    border-top: solid 0.26vw #D9D9D9;
    margin-top: 10.6vw;
  }
}
.space_container.utility_container {
  padding-top: 50px;
  border-top: none;
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .space_container.utility_container {
    padding-top: 10.6vw;
  }
}
.space_container .space_container_inner {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  .space_container .space_container_inner {
    flex-direction: column-reverse;
    gap: 6.4vw;
  }
}
@media only screen and (max-width: 750px) {
  .space_container .space_container_inner.column_container_inner {
    flex-direction: column;
  }
}
.space_container .space_container_inner .space_visual {
  flex: 1;
}
@media only screen and (max-width: 750px) {
  .space_container .space_container_inner .space_visual {
    margin-bottom: 4vw;
  }
}
.space_container .space_visual {
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .space_container .space_visual {
    margin-bottom: 4vw;
  }
}
.space_container .space_container_inner .space_info {
  flex: 1;
}
#main .space_container .space_note_small {
  font-size: 12px;
  color: #666666;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #main .space_container .space_note_small {
    font-size: 2.66vw;
  }
}
#main .space_container .space_note_small.big_font {
  font-size: 14px;
  color: #666666;
  margin: -6px 0 16px;
}
@media only screen and (max-width: 750px) {
  #main .space_container .space_note_small.big_font {
    font-size: 2.66vw;
    margin-bottom: 3.6vw;
  }
}
#main .space_container .space_note_small.align_right {
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #main .space_container .space_note_small.align_right {
    margin-top: 2.6vw;
  }
}
.space_note {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .space_note {
    font-size: 4.26vw;
  }
}

#main .splide__arrow--next {
  right: 22%;
}
@media only screen and (max-width: 750px) {
  #main .splide__arrow--next {
    right: 4.26vw;
  }
}
@media only screen and (max-width: 750px) {
  #main .splide__arrow--prev {
    left: 4.26vw;
  }
}
@media only screen and (max-width: 750px) {
  #main .splide__arrow {
    top: 71%;
    width: 10.6vw;
    height: 10.6vw;
  }
}
@media only screen and (max-width: 750px) {
  #main .splide__pagination__page {
    width: 2.66vw;
    height: 2.66vw;
    margin: 0.8vw;
  }
}
@media only screen and (max-width: 750px) {
  #main .splide__arrow .arrow-icon {
    width: 2.66vw;
    height: 2.66vw;
  }
}
@media only screen and (max-width: 750px) {
  #main .splide__arrow .arrow-icon{
    width: 2.4vw;
    height: 2.4vw;
    border-top: 0.53vw solid #fff;
    border-right: 0.53vw solid #fff;
  }
}

#main .splide__pagination {
  bottom: -35px;
}
@media only screen and (max-width: 750px) {
  #main .splide__pagination {
    gap: 2.66vw;
  }
}

.seat_bottom_text {
  padding: 20px 50px 0px;
  font-size: 12px;
  color: #666666;
}
@media only screen and (max-width: 750px) {
  .seat_bottom_text {
    padding: 6.4vw 4.26vw 0;
    font-size: 2.66vw;
  }
}


#main .space_container .navi-connect-text h3 {
  font-size: 24px;
  border: none;
}
@media only screen and (max-width: 750px) {
  #main .space_container .navi-connect-text h3 {
    font-size: 5.33vw;
  }
}
#main .space_container .comfort_bottom {
  font-size: 24px;
  font-weight: bold;
  border: none;
  color: #000;
}
@media only screen and (max-width: 750px) {
  #main .space_container .comfort_bottom {
    font-size: 5.33vw;
  }
}
@media only screen and (max-width: 750px) {
  #main .space_container .comfort_bottom p {
    font-size: 4.26vw;
  }
}
#main .space_container .comfort_bottom_text {
  font-size: 12px;
  color: #666666;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #main .space_container .comfort_bottom_text {
    font-size: 2.66vw;
    color: #666666;
    margin-bottom: 0;
  }
}
#main .space_container .storage-grid {
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #main .space_container .storage-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 3.2vw;
  }
}
#main .space_container .storage-grid.features_top {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  #main .space_container .storage-grid.features_top {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
    gap: 1.86vw;
  }
}
#main .space_container .storage-grid.features_mid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 15px;
  gap: 40px;
}
@media only screen and (max-width: 750px) {
  #main .space_container .storage-grid.features_mid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 15px;
    gap: 1.86vw;
  }
}
#main .space_container .features_uv {
  margin-left: auto;
  width: 88%;
}
@media only screen and (max-width: 750px) {
  #main .space_container .features_uv {
    width: 100%;
  }
}
#main .space_container .navi-detail-inner {
  flex-direction: column;
}
#main .space_container .navi-detail-left,
#main .space_container .navi-detail-right {
  max-width: none;
}
#main .space_container .features_navi {
  display: flex;
  gap: 0;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  #main .space_container .features_navi {
    flex-direction: column;
    gap: 0;
  }
}
#main .space_container .navi-detail-main-img {
  flex: 1;
}
#main .space_container .navi-detail-sub-grid {
  flex: 1;
  gap: 5px 40px;
}
@media only screen and (max-width: 750px) {
}
.seat_detail {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .seat_detail {
    flex-direction: column;
    align-items: start;
    margin-top: 6.66vw;
  }
}
.seat_detail_inner {
  padding: 5px 20px;
  border: solid 1px #000;
}
@media only screen and (max-width: 750px) {
  .seat_detail_inner {
    padding: 2.66vw;
    border: solid 0.26vw #000;
    margin-top: 10.6vw;
    width: 100%;
  }
}
.seat_detail_title {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .seat_detail_title {
    font-size: 4.26vw;
    margin-bottom: 2.6vw;
  }
}
.seat_detail_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 900px) {
  .seat_detail_container {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .seat_detail_container {
    gap: 1.46vw;
    flex-direction: column;
  }
}
.seat_detail_wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 900px) {
  .seat_detail_wrap {
    gap: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .seat_detail_wrap {
    gap: 2.66vw;
    width: 100%;
    align-items: center;
  }
}
.seat_detail_wrap.pc_only {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .seat_detail_wrap.pc_only {
    display: none;
  }
}
.seat_detail_wrap.sp_only {
  display: none;
}
@media only screen and (max-width: 750px) {
  .seat_detail_wrap.sp_only {
    display: flex;
  }
}
.seat_detail_text {
  font-size: 14px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 900px) {
  .seat_detail_text {
    font-size: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .seat_detail_text {
    font-size: 3.63vw;
  }
}
.seat_detail_num {
  display: flex;
  align-items: end;
  justify-content: start;
  gap: 3px;
}
@media only screen and (max-width: 750px) {
  .seat_detail_num {
    gap: 0;
    margin-bottom: 2vw;
  }
}
.seat_detail_num .num {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: -2px;
}
@media only screen and (max-width: 750px) {
  .seat_detail_num .num {
    font-size: 8.53vw;
    margin-bottom: -0.53vw;
  }
}
.seat_detail_num p {
  font-size: 21px;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .seat_detail_num p {
    font-size: 5.6vw;
    margin-bottom: 1vw;
  }
}
.seat_detail_small {
  padding: 2px 20px;
  border: solid 1px #000;
}
@media only screen and (max-width: 750px) {
  .seat_detail_small {
    padding: 0.53vw 2.93vw;
    border: solid 0.26vw #000;
    width: 100%;
  }
}
.sa-carousel-container {
  padding: 0 0 60px;
}
@media only screen and (max-width: 750px) {
  .sa-carousel-containe {
    padding: 0 0 10.6vw;
  }
}
@media only screen and (max-width: 750px) {
  .driveing_text {
    font-size: 4.26vw;
    margin-bottom: 6.4vw;
  }
}

#main .mt_16 {
  margin-top: 16px;
}
@media only screen and (max-width: 750px) {
  #main .mt_16 {
    margin-top: 8.71vw;
  }
}
#main .mb_16 {
  margin-bottom: 16px;
}
@media only screen and (max-width: 750px) {
  #main .mb_16 {
    margin-bottom: 8.71vw;
  }
}

#main .space_container p span.small {
  font-size: 10px;
  vertical-align: super;
}
@media only screen and (max-width: 750px) {
  #main .space_container p span.small {
    font-size: 2.56vw;
  }
}

.movie_wrap {
  padding-top: 50px;
  padding-bottom: 60px;
  border-top: solid 1px #D9D9D9;
  margin: 50px 50px 0;
  background-color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .movie_wrap {
    padding-top: 10.6vw;
    padding-bottom: 8.53vw;
    border-top: solid 0.26vw #D9D9D9;
    margin: 10.6vw 4.26vw 0;
  }
}
.movie_inner {
  max-width: 100%;
  width: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 750px) {
  .movie_inner {
    flex-direction: column;
    gap: 6.4vw;
    padding: 0;
  }
}
.movie_inner .movie_thumb {
  max-width: 100%;
  margin: 0 0 11px;
}
@media only screen and (max-width: 750px) {
  .movie_inner .movie_thumb {
    margin-top: 0;
    margin-bottom: 4.26vw;
  }
}
#mainContents .movie_content {
  max-width: 500px;
}
@media only screen and (max-width: 750px) {
  #mainContents .movie_content {
    max-width: 87.2vw;
  }
}
#mainContents p.movie_detail {
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #000;
}
@media only screen and (max-width: 750px) {
  #mainContents p.movie_detail {
    font-size: 4.266vw;
  }
}

#main .space_container .mb_0 {
  margin-bottom: 0;
}