@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 青 */
/* footer背景 */
/* 薄いグレー背景 */
/* utility */
.mb1 {
  margin-bottom: min(max(8px, calc(0.5rem + ((1vw - 3.75px) * 1.2966))), 16px); }

.mb2 {
  margin-bottom: min(max(16px, calc(1rem + ((1vw - 3.75px) * 2.5932))), 32px); }

.mb3 {
  margin-bottom: min(max(24px, calc(1.5rem + ((1vw - 3.75px) * 3.8898))), 48px); }

.mb4 {
  margin-bottom: min(max(32px, calc(2rem + ((1vw - 3.75px) * 5.1864))), 64px); }

.mb5 {
  margin-bottom: min(max(40px, calc(2.5rem + ((1vw - 3.75px) * 6.483))), 80px); }

.mb6 {
  margin-bottom: min(max(48px, calc(3rem + ((1vw - 3.75px) * 7.7796))), 96px); }

.mb7 {
  margin-bottom: min(max(56px, calc(3.5rem + ((1vw - 3.75px) * 9.0762))), 112px); }

.mt2 {
  margin-top: min(max(16px, calc(1rem + ((1vw - 3.75px) * 2.5932))), 32px); }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.lh-small {
  line-height: 1.4; }

.pc {
  display: block; }

.sp {
  display: none; }

.block-center {
  margin-left: auto;
  margin-right: auto; }

.block-left {
  margin-left: 0;
  margin-right: auto; }

.block-right {
  margin-left: auto;
  margin-right: 0; }

@media (max-width: 992px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
.lead {
  font-size: min(max(26px, calc(1.625rem + ((1vw - 9.93px) * 0.7278))), 31px); }
  @media (max-width: 993px) {
    .lead {
      font-size: min(max(14px, calc(0.875rem + ((1vw - 3.75px) * 0.8091))), 19px); } }

.rotate-90 {
  transform: rotate(90deg); }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

header {
  position: sticky;
  top: 0;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #1c4991; }

.header {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; }
  .header__logo {
    min-width: 80px;
    align-self: center; }
  .header__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0; }
  .header__list-item {
    text-decoration: none;
    margin-right: 1.5em; }
    .header__list-item:nth-last-child(2) {
      margin-right: .5em; }
    .header__list-item:last-child {
      margin-right: 0; }
  .header__list-link {
    color: #fff;
    display: block;
    text-decoration: none;
    margin: 10px 0;
    position: relative; }
    .header__list-link:hover {
      color: #6e9bdf; }
  .header__list-contact::after, .header__list-contact::before {
    content: '|';
    display: inline-block; }
  .header__list-contact::after {
    padding-left: .5em; }
  .header__list-contact::before {
    padding-right: .5em; }

/* dropdown menu */
@media screen and (min-width: 993px) {
  .dropdown {
    position: relative; }
    .dropdown ul {
      margin: 0;
      padding: 0;
      opacity: 0;
      transition: all .3s ease;
      position: absolute; }
      .dropdown ul li {
        width: 6em; }
        .dropdown ul li a {
          display: block;
          background-color: #1c4991;
          color: #fff;
          line-height: 1.77em;
          text-align: center; }
          .dropdown ul li a:hover {
            color: #6e9bdf; }
    .dropdown:hover ul {
      opacity: 1;
      box-shadow: 0 0 4px 1px white; } }
@media screen and (max-width: 992px) {
  .dropdown ul {
    padding: 1em 0; }
    .dropdown ul li a {
      color: #fff;
      display: block;
      line-height: 1.77; }
      .dropdown ul li a:hover {
        color: #6e9bdf; } }
.drawer-menu {
  position: relative; }

@media screen and (max-width: 992px) {
  .header {
    padding: 5px 10px; }
    .header__logo {
      width: 197px;
      display: flex;
      justify-content: center;
      flex-grow: 1; }
      .header__logo > img {
        width: 50vw;
        max-width: 197px; }
    .header__list-contact::after, .header__list-contact::before {
      display: none; }
    .header__list-instagram, .header__list-facebook {
      display: none; }
    .header .ico-instagram, .header .ico-facebook {
      font-size: 28px;
      color: #fff; }
    .header .ico-instagram {
      margin-right: 5px; }

  .drawer-menu__list {
    background-color: #1c4991;
    background-image: url("../img/drawer-menu-img.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem;
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s;
    top: 100%;
    width: 100%;
    padding-bottom: min(33vw, 250px); }

  #drawer:checked ~ .drawer-menu__list {
    transform: translateX(0%);
    transition: 0.3s; } }
.drawer-menu__input {
  display: none; }

.drawer-menu__bg {
  background: linear-gradient(180deg, #1c4991 0%, #1c4991 50%, #fff 50%, #fff 100%);
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

#drawer:checked ~ .drawer-menu__bg {
  display: block; }

.drawer-menu__button {
  display: none; }

@media screen and (max-width: 992px) {
  .drawer-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 7px;
    height: 11px;
    justify-content: center;
    align-self: center;
    width: 32px; }

  /*ボタン内側*/
  .drawer-menu__button span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 32px; }

  .drawer-menu__button span:nth-of-type(1) {
    top: 1px; }

  .drawer-menu__button span:nth-of-type(2) {
    top: 8px; }

  .drawer-menu__button span:nth-of-type(2)::after {
    content: "Menu";
    /*3つ目の要素のafterにMenu表示を指定*/
    display: block;
    transform: translate(2px, 5px);
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase; }

  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  #drawer:checked
  ~ .drawer-menu__button span:nth-of-type(1) {
    transform: translate(0.02em, -0.02em) rotate(18deg);
    transform-origin: 0%;
    /* カスタマイズしてください */ }

  #drawer:checked
  ~ .drawer-menu__button span:nth-of-type(2) {
    transform: translate(0.02em, 0.02em) rotate(-18deg);
    transform-origin: 0%;
    /* カスタマイズしてください */ }

  #drawer:checked
  ~ .drawer-menu__button span:nth-of-type(2)::after {
    content: "Close";
    /*3つ目の要素のafterにClose表示を指定*/
    transform: translate(-4px, 8px) rotate(18deg);
    transform-orisin: 0%; } }
.page-sp {
  display: none; }

.page-pc {
  display: inline-block; }

@media screen and (max-width: 992px) {
  .page-sp {
    display: inline-block; }

  .page-pc {
    display: none; } }
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* 変数 */
:root {
  /* 20px @ 375px increasing to 35px @ 750px */
  --large: min(max(20px, calc(1.25rem + ((1vw - 3.75px) * 4))), 35px);
  /* 8px @ 375px increasing to 15px @ 750px */
  --small: min(max(8px, calc(0.5rem + ((1vw - 3.75px) * 1.8667))), 15px);
  /* 10px @ 375px increasing to 18px @ 750px */
  --base-size:min(max(10px, calc(0.625rem + ((1vw - 3.75px) * 2.1333))), 18px);
  /* 25px @ 375px increasing to 50px @ 750px */
  --large-margin:min(max(25px, calc(1.5625rem + ((1vw - 3.75px) * 6.6667))), 50px);
  --w-100: min(max(50px, calc(3.125rem + ((1vw - 3.75px) * 13.3333))), 100px); }

*, *:before, *:after {
  box-sizing: border-box; }

* {
  font-feature-settings: "palt" 1; }

body {
  color: #1f1f1f;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--base-size);
  min-height: 100vh;
  position: relative;
  line-height: 1.77; }

/*<!--@media screen and (max-width: 992px) {
	body {
		
		font-size: min(max(10px, calc(0.625rem + ((1vw - 3.75px) * 2.1333))), 18px);
	}
}-->*/
img, picture > img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: #1f1f1f;
  transition: all 0.3s ease-in;
  text-decoration: none; }

a:hover, a:active, a:focus {
  color: #1c4991;
  outline: none; }

/* width */
.content-wrap {
  width: 100%; }

.content-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; }

@media screen and (min-width: 993px) {
  .content-x-padding {
    padding-left: 50px;
    padding-right: 50px; }

  .content-wrap-pc-wide {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto; }

  /*	.content-wrap-pc {
  		width: 100%;
  		max-width: 1540px;
  		margin: 0 auto;
  	}*/ }
@media screen and (max-width: 992px) {
  .content-wrap-sp {
    width: 93.333%;
    margin: 0 auto; } }
@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none; }
    a[href^="tel:"].anchor {
      display: block;
      padding-top: 90px;
      margin-top: -90px; } }
main {
  padding: var(--large-margin) 0; }

/* ----------------------
	fontawesome 
---------------------- --*/
i.fa-phone-volume {
  transform: rotate(-45deg);
  margin-left: 5px; }

/* ----------------------
	heading style
------------------------- */
.add-right-border {
  font-size: var(--large);
  font-weight: 900;
  color: #1c4991;
  display: flex;
  align-items: center;
  height: calc(var(--large) + .14em);
  gap: .4em; }
  .add-right-border span:first-child {
    display: inline-block;
    width: min(max(3px, calc(0.1875rem + ((1vw - 3.75px) * 0.5333))), 5px);
    height: calc(var(--large) + .14em);
    background-color: #f8cf38; }
  .add-right-border span:last-child {
    font-size: var(--small);
    color: #000;
    align-self: end; }

h1.add-right-border {
  margin-bottom: var(--large-margin); }

.add-left-border {
  font-size: var(--large);
  font-weight: 900;
  color: #1c4991;
  display: flex;
  align-items: center;
  height: calc(var(--large) + .14em);
  gap: .4em; }
  .add-left-border::before {
    content: '';
    display: inline-block;
    width: min(max(3px, calc(0.1875rem + ((1vw - 3.75px) * 0.5333))), 5px);
    height: calc(var(--large) + .14em);
    background-color: #f8cf38; }

a.link-blue {
  color: #1c4991; }
  a.link-blue:hover {
    text-decoration: underline; }

/* ----------------------
	pagination
------------------------ */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--base-size) * .78); }

.pagination-icon {
  color: #ff6666; }

.pagination-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 2em;
  height: 30px;
  background: #fff;
  color: #1c4991;
  font-weight: bold;
  transition: all 0.15s linear; }
  .pagination-item-link.active {
    pointer-events: none;
    color: #007bff; }
  .pagination-item-link:not(.active):hover {
    opacity: 0.5; }

/* ----------------------
	breadcrumb
------------------------ */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  .breadcrumb > li:not(:last-of-type)::after {
    content: "/";
    margin: 0 .6em;
    /* 記号の左右の余白 */
    color: #777;
    /* 記号の色 */ }
  .breadcrumb > li > a {
    color: #1c4991;
    text-decoration: underline; }

/* ----------------------
	button
------------------------ */
.button {
  display: block;
  width: 10em;
  border-radius: 5px;
  background-color: #ccc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .button > i {
    display: inline-block; }
  .button.button-send {
    background-color: #1c4991;
    padding-left: 1.5em; }
    .button.button-send > i {
      color: #ff6666;
      margin-left: 1em; }
  .button.button-back {
    background-color: #808080;
    padding-right: 1.5em; }
    .button.button-back > i {
      color: #fff;
      margin-right: 1em; }
  .button.button-red {
    background-color: #ee2a2b; }
    .button.button-red > i {
      margin-right: .5em; }
    .button.button-red:hover {
      color: #fff;
      background-color: #ff3231; }

.opening-page {
  background-color: #1c4991;
  /* -------------------
  	#opening
  ---------------------- */ }
  .opening-page #opening {
    width: 100%;
    height: 100vh;
    display: grid;
    place-content: center; }
    .opening-page #opening > img {
      width: 100%; }

/* ====================================================
	footer
====================================================== */
footer {
  background-color: #1c4991;
  color: #fff; }

.footer-nav h3 {
  font-weight: 900;
  letter-spacing: .03em; }
  .footer-nav h3 + ul li {
    font-size: var(--small); }
    .footer-nav h3 + ul li:last-child {
      margin-bottom: 1em; }
    .footer-nav h3 + ul li > a {
      color: #f6e114; }
.footer-nav p {
  font-weight: 900;
  letter-spacing: .03em; }
  .footer-nav p > i {
    display: inline-block;
    margin-right: .3em; }
.footer-nav.nav-upper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  align-items: start; }
  @media screen and (max-width: 992px) {
    .footer-nav.nav-upper {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto 1fr; } }
@media screen and (max-width: 992px) {
  .footer-nav.nav-bottom li {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 1em; }
    .footer-nav.nav-bottom li h3 {
      grid-column: 1;
      grid-row: 1; }
    .footer-nav.nav-bottom li ul {
      grid-column: 1;
      grid-row: 2; }
    .footer-nav.nav-bottom li p:first-child {
      grid-column: 2;
      grid-row: 1; }
    .footer-nav.nav-bottom li p:last-child {
      grid-column: 2;
      grid-row: 2; } }

.privacy {
  font-size: var(--small); }
  .privacy a {
    color: #fff; }

.pagetop {
  font-weight: 900; }
  .pagetop a {
    display: flex;
    align-items: center;
    color: #fff; }
    .pagetop a::after {
      content: '';
      displa: inline-block;
      width: 18px;
      height: 18px;
      background-image: url(../img/i-pagetop.png);
      background-repeat: no-repeat;
      background-size: contain;
      margin-left: .3em; }

/*-------------------------------
 footer layout
------------------------------- */
.footer-layout {
  width: 100%;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 43% 1fr auto auto;
  grid-template-rows: auto 1fr;
  row-gap: 23px;
  grid-template-areas: "illust nav-upper  nav-upper nav-upper" "illust nav-bottom prapo     ptop"; }
  .footer-layout .signboard {
    grid-area: illust;
    display: grid;
    align-content: center; }
    .footer-layout .signboard > img {
      max-width: 85%; }
  .footer-layout .nav-upper {
    grid-area: nav-upper; }
  .footer-layout .nav-bottom {
    grid-area: nav-bottom; }
  .footer-layout .privacy {
    grid-area: prapo;
    margin-right: 2em;
    display: grid;
    align-content: end; }
  .footer-layout .pagetop {
    grid-area: ptop;
    display: grid;
    align-content: end; }

@media screen and (max-width: 992px) {
  .footer-layout {
    grid-template-columns: 57.6% 15em;
    grid-template-rows: 1fr 1em 1em;
    row-gap: 16px;
    grid-template-areas: "illust     nav-upper" "nav-bottom prapo" "nav-bottom ptop"; }
    .footer-layout .signboard {
      align-content: start;
      margin-bottom: 1em; }
    .footer-layout .nav-bottom {
      display: grid;
      align-content: end;
      padding-left: 1em; }
    .footer-layout .privacy {
      margin-right: .2em;
      justify-content: end; }
    .footer-layout .pagetop {
      justify-content: end; } }
.top-page {
  /* for index.html style */
  /* -------------------
  	#hero swiper
  ---------------------- */
  /* -------------------
  	#news-banner
  ---------------------- */
  /* -------------------
  	#sales-schedule
  ---------------------- */
  /* -------------------
  	#line-up
  ---------------------- */
  /* -------------------
  	#company
  ---------------------- */ }
  .top-page .swiper--wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 100%; }
  .top-page .swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #1c4991;
    width: 100%;
    /*height: 0;
    padding-top: 50%;*/
    text-align: center;
    text-align: center; }
  .top-page .swiper-pagination-bullets {
    position: static;
    margin-top: 7px;
    line-height: 1; }
  .top-page .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 0 0 30px !important;
    background: #fff !important;
    border: 1px solid #1c4991;
    opacity: 1; }
  .top-page .swiper-pagination-bullet-active {
    background: #1c4991 !important; }
  .top-page .swiper-pagination-bullet:first-child {
    margin: 0 !important; }
  .top-page .swiper-slide > img {
    height: auto;
    width: 100%; }
  .top-page #news-banner {
    position: relative;
    width: 90.9%;
    max-width: 1000px;
    margin: 0 auto var(--large-margin);
    border: 2px solid #1c4991;
    border-radius: 8px;
    background: linear-gradient(-212deg, white calc(100% - var(--w-100)), #1c4991 0);
    padding: min(max(10px, calc(0.625rem + ((1vw - 3.75px) * 2.6667))), 20px) min(max(3px, calc(0.1875rem + ((1vw - 3.75px) * 0.5333))), 5px) min(max(10px, calc(0.625rem + ((1vw - 3.75px) * 2.6667))), 20px) min(max(11px, calc(0.6875rem + ((1vw - 3.75px) * 3.2))), 23px);
    display: flex;
    align-items: center; }
    @media screen and (max-width: 992px) {
      .top-page #news-banner {
        width: 100%; } }
    .top-page #news-banner .i-megaphone {
      width: min(max(30px, calc(1.875rem + ((1vw - 3.75px) * 8.5333))), 62px); }
    .top-page #news-banner h2 {
      font-size: var(--large);
      color: #1c4991;
      line-height: 1.1;
      width: 3.2em; }
      .top-page #news-banner h2 span {
        display: block;
        color: #000;
        font-size: var(--small); }
    .top-page #news-banner article {
      width: calc(100% - 62px - 3.2em - var(--w-100)); }
      .top-page #news-banner article a {
        display: block;
        line-height: 1.4;
        color: #1c4991; }
    .top-page #news-banner .a-newspage {
      position: absolute;
      bottom: 3px;
      right: 18px; }
      .top-page #news-banner .a-newspage > p {
        position: relative;
        z-index: 1;
        text-align: right;
        padding-right: 1em;
        width: 185px;
        line-height: 1.0;
        margin-bottom: 5px; }
        .top-page #news-banner .a-newspage > p::before {
          transform: skewX(45deg);
          content: '';
          position: absolute;
          top: 0;
          bottom: -5px;
          left: 0;
          right: 0;
          z-index: -1;
          border: 2px solid #fff;
          border-top: none;
          border-left: none; }
        .top-page #news-banner .a-newspage > p > a {
          color: #fff;
          font-size: var(--small); }
  .top-page #sales-schedule {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--large-margin); }
    .top-page #sales-schedule .sales-information {
      width: 35%;
      max-width: 385px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: var(--large);
      font-weight: 900;
      line-height: 1.6; }
      .top-page #sales-schedule .sales-information h2 {
        width: 27.46vw;
        max-width: 206px; }
      .top-page #sales-schedule .sales-information__holiday {
        color: #ee2a2b; }
      .top-page #sales-schedule .sales-information__tel {
        color: #1c4991; }
      .top-page #sales-schedule .sales-information__contact {
        margin-top: 20px;
        width: 100%;
        max-width: 370px; }
        .top-page #sales-schedule .sales-information__contact a {
          border: 1px solid #1c4991;
          border-radius: 10px;
          display: flex;
          align-items: baseline;
          justify-content: center;
          width: 100%;
          padding: 5px auto;
          color: #1c4991;
          font-size: calc(var(--large) * .8); }
          .top-page #sales-schedule .sales-information__contact a i.fa-envelope {
            font-size: calc(var(--large) * .8);
            display: inline-block;
            margin-right: 5px; }
          .top-page #sales-schedule .sales-information__contact a span {
            display: block;
            margin-left: 5px;
            font-size: var(--small); }
          .top-page #sales-schedule .sales-information__contact a:hover {
            background-color: #1c4991;
            color: #fff; }
    .top-page #sales-schedule .sales-calendar {
      width: 59%;
      max-width: 650px;
      border: 2px solid #1c4991; }
      .top-page #sales-schedule .sales-calendar p {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .top-page #sales-schedule .sales-calendar .google-calender {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 61.5%; }
        .top-page #sales-schedule .sales-calendar .google-calender iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  @media screen and (max-width: 992px) {
    .top-page #sales-schedule {
      flex-wrap: wrap; }
      .top-page #sales-schedule .sales-information, .top-page #sales-schedule .sales-calendar {
        width: 80%;
        max-width: 600px;
        margin: 0 auto;
        justify-content: center; }
      .top-page #sales-schedule .sales-information {
        margin-bottom: var(--large-margin); }
        .top-page #sales-schedule .sales-information__open {
          width: 100%;
          display: flex;
          justify-content: space-evenly; }
        .top-page #sales-schedule .sales-information__contact {
          margin-top: 10px;
          width: 80%; } }
  .top-page #line-up {
    margin-bottom: var(--large-margin); }
  .top-page .line-up-heading {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px; }
    .top-page .line-up-heading .a-line-up {
      flex-grow: 1; }
      .top-page .line-up-heading .a-line-up > p {
        position: relative;
        z-index: 1;
        text-align: right;
        padding-right: 1em;
        line-height: 1.0;
        margin-bottom: 5px; }
        .top-page .line-up-heading .a-line-up > p::before {
          transform: skewX(45deg);
          content: '';
          position: absolute;
          top: 0;
          bottom: -5px;
          left: 0;
          right: 0;
          z-index: -1;
          border: 3px solid #1c4991;
          border-top-color: #fff;
          border-left: 0; }
        .top-page .line-up-heading .a-line-up > p > a {
          color: #1c4991;
          font-size: var(--small);
          font-weight: 700; }
  .top-page .cars-card {
    /* 商品 */
    border: 3px solid #1c4991; }
    .top-page .cars-card__img {
      aspect-ratio: 4 / 2.55; }
      .top-page .cars-card__img > img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .top-page .cars-card__info {
      width: 100%;
      padding: 4% 6.5% 6.5%; }
      .top-page .cars-card__info h3 {
        text-align: center;
        font-weight: 900; }
      .top-page .cars-card__info dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: var(--base-size);
        color: #1c4991;
        margin-bottom: 13px; }
        .top-page .cars-card__info dl dt, .top-page .cars-card__info dl dd {
          width: 50%;
          border-bottom: 1px solid #1c4991; }
          .top-page .cars-card__info dl dt > span, .top-page .cars-card__info dl dd > span {
            font-size: var(--small);
            font-weight: 400;
            color: #1c4991; }
        .top-page .cars-card__info dl dt {
          text-align: left; }
        .top-page .cars-card__info dl dd {
          text-align: right;
          font-weight: 700; }
          .top-page .cars-card__info dl dd.justify-content-end {
            text-align: left;
            display: flex;
            justify-content: flex-end; }
            .top-page .cars-card__info dl dd.justify-content-end > span {
              font-weight: 700; }
          .top-page .cars-card__info dl dd.cars-price {
            color: #ee2a2b; }
    .top-page .cars-card__footer {
      text-align: center; }
      .top-page .cars-card__footer a {
        color: #1c4991;
        font-size: var(--small);
        font-weight: 900; }
        .top-page .cars-card__footer a > i {
          color: #ee2a2b; }
  .top-page .cars-items {
    width: 100%;
    font-size: var(--small);
    color: #1c4991;
    font-weight: 900;
    line-height: 1.4;
    display: grid;
    grid-template-columns: min(max(21px, calc(1.3125rem + ((1vw - 3.75px) * 5.8667))), 43px) min(max(25px, calc(1.5625rem + ((1vw - 3.75px) * 6.6667))), 50px) min(max(1.75em, calc(1.75rem + ((1vw - 0.234375em) * 7.4667))), 3.5em) min(max(1.75em, calc(1.75rem + ((1vw - 0.234375em) * 7.4667))), 3.5em);
    grid-template-rows: 1.4em 1.4em;
    grid-template-areas: "idvehicle goo interior exterior" "idvehicle goo engine engine";
    place-content: center; }
    .top-page .cars-items__idvehicle {
      grid-area: idvehicle;
      display: grid;
      place-content: center; }
    .top-page .cars-items__goo {
      grid-area: goo;
      display: grid;
      place-content: center; }
    .top-page .cars-items__interior {
      grid-area: interior;
      text-align: center; }
    .top-page .cars-items__exterior {
      grid-area: exterior;
      text-align: center; }
    .top-page .cars-items__engine {
      grid-area: engine;
      text-align: center; }
    .top-page .cars-items * > span {
      font-size: var(--base-size); }
  .top-page #map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 90%; }
    .top-page #map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .top-page #company {
    margin-bottom: var(--large-margin);
    display: grid;
    grid-template-columns: 1fr 45.5%;
    grid-template-rows: 1fr 127px;
    column-gap: 4%;
    grid-template-areas: "overview map" "banners  map"; }
    .top-page #company .overview {
      grid-area: overview; }
    .top-page #company .related-page {
      grid-area: banners; }
    .top-page #company .map {
      grid-area: map; }
  @media screen and (max-width: 992px) {
    .top-page #company {
      grid-template-columns: 1fr 31.5%;
      grid-template-rows: 1fr 12.667vw;
      grid-template-areas: "overview map" "banners  banners"; }
      .top-page #company .map {
        display: grid;
        align-items: end;
        margin-bottom: 10px; } }
  @media screen and (max-width: 768px) {
    .top-page #company {
      grid-template-columns: 1fr 28%; }
      .top-page #company .map {
        display: grid;
        align-items: center;
        margin-bottom: 0; } }
  .top-page .overview {
    font-weight: 900; }
    .top-page .overview h3 {
      font-size: var(--large); }
    .top-page .overview__icons {
      display: grid;
      grid-template-columns: minmax(7em, 45%) 1fr;
      gap: 20px 10px;
      grid-auto-rows: 38px;
      margin: 20px 0; }
      @media screen and (max-width: 768px) {
        .top-page .overview__icons {
          grid-template-columns: minmax(7em, 45%) 1fr;
          gap: 5px 0px;
          margin: 10px 0; } }
    .top-page .overview__tel, .top-page .overview__fax {
      color: #1c4991;
      font-size: calc(var(--base-size) * 1.11); }
    .top-page .overview__tel i.fa-phone-volume {
      position: absolute;
      left: -4px; }
  .top-page .banners {
    display: flex;
    justify-content: space-between; }
    .top-page .banners a {
      display: block;
      width: 48%;
      max-width: 260px;
      padding: .5em .37em;
      text-align: center;
      border: 1px solid #1c4991;
      border-radius: 8px;
      box-shadow: 3px 3px 0px #1c4991; }
    @media screen and (max-width: 992px) {
      .top-page .banners {
        margin-top: var(--large);
        justify-content: center;
        column-gap: 10px; } }
  .top-page .allie {
    display: inline-block;
    width: 2.5em;
    text-align: center;
    vertical-align: middle; }
    .top-page .allie > i {
      color: #1c4991; }

/* // .top-page */
.company-page {
  /* -------------------
  	#company-overview
  ---------------------- */
  /* -------------------
  	#company-message
  ---------------------- */ }
  .company-page #company-overview dl {
    display: flex;
    flex-wrap: wrap;
    color: #1c4991; }
    .company-page #company-overview dl dt, .company-page #company-overview dl dd {
      border-bottom: 1px solid #1c4991; }
    .company-page #company-overview dl dt {
      width: 320px;
      padding-left: 2em;
      font-size: calc(var(--base-size) * 1.11);
      padding: 1.9em 0; }
    .company-page #company-overview dl dd {
      width: calc(100% - 320px);
      padding: 2em 0; }
  .company-page #company-overview a {
    color: #1c4991; }
  @media screen and (max-width: 992px) {
    .company-page #company-overview dl dt {
      padding-left: .3em;
      width: 24.66vw; }
    .company-page #company-overview dl dd {
      width: calc(100% - 24.66vw); } }
  .company-page .message-area {
    display: flex;
    justify-content: space-between;
    color: #1c4991; }
    .company-page .message-area__photo {
      width: 300px;
      margin-right: 1.5em; }
      .company-page .message-area__photo > div {
        marign-bottom: 1em; }
      .company-page .message-area__photo > p {
        text-align: center; }
    .company-page .message-area__text {
      flex: 1;
      font-family: "Noto Serif JP", serif; }
      .company-page .message-area__text > p, .company-page .message-area__text > h3 {
        margin-bottom: 1em; }
    @media screen and (max-width: 992px) {
      .company-page .message-area {
        display: block; }
        .company-page .message-area__photo {
          width: 100%; }
          .company-page .message-area__photo > div {
            width: 40vw;
            max-width: 300px;
            margin: 0 auto 1em auto; } }

.service-page {
  /* -------------------
  	#service
  ---------------------- */ }
  .service-page .service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4em; }
    .service-page .service__img {
      width: 40.9%;
      max-width: 450px; }
    .service-page .service__contents {
      width: 57.2%; }
      .service-page .service__contents h3 {
        margin-bottom: .5em; }
    .service-page .service.right-block {
      flex-direction: row-reverse; }
  .service-page .add-right-link {
    display: grid; }
  @media screen and (max-width: 992px) {
    .service-page .service {
      display: block;
      margin-bottom: 3.5em; }
      .service-page .service__img {
        margin-bottom: 1em;
        width: 100%; }
      .service-page .service__contents {
        width: 100%; } }

.privacy-page {
  /* -------------------
  	#privacy
  ---------------------- */ }
  .privacy-page #privacy > p {
    display: flex;
    justify-content: flex-end; }
  .privacy-page .privacy li {
    margin-bottom: 1.5em; }
    .privacy-page .privacy li > dl dt {
      color: #1c4991;
      font-size: calc(var(--base-size) * 1.125); }
    .privacy-page .privacy li > ol li {
      margin-bottom: initial; }

.contact-page {
  /* thanks */ }
  .contact-page #contact-area {
    width: 100%;
    max-width: 890px;
    margin: 0 auto; }
    .contact-page #contact-area > dl {
      display: flex;
      flex-wrap: wrap; }
      .contact-page #contact-area > dl dt {
        width: 12.22em;
        display: flex;
        align-items: center;
        margin-bottom: 1.6em; }
        .contact-page #contact-area > dl dt.contact-detail {
          align-self: flex-start; }
      .contact-page #contact-area > dl dd {
        width: calc(100% - 12.22em);
        margin-bottom: 1.6em; }
  .contact-page .form {
    height: 3.33em;
    width: 100%;
    padding: 0 16px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 0 2px #1c4991 inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .contact-page .form.form-textarea {
      height: auto;
      padding: 8px 16px; }
  .contact-page .form:focus {
    outline: 0;
    box-shadow: 0 0 0 3px #2196f3 inset; }
  .contact-page .form.error {
    outline: 0;
    box-shadow: 0 0 0 3px #dc3545 inset; }
  .contact-page .error-message {
    color: #dc3545; }
  .contact-page input[type="checkbox"] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .contact-page .form-layout {
    display: flex;
    align-items: center; }
  .contact-page input[type="checkbox"].form-check {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #1c4991;
    vertical-align: -5px;
    cursor: pointer; }
    .contact-page input[type="checkbox"].form-check + label {
      cursor: pointer;
      margin-left: .5em; }
  .contact-page input[type="checkbox"].form-check.error {
    border: 1px solid #dc3545; }
    .contact-page input[type="checkbox"].form-check.error + label {
      color: #dc3545; }
  .contact-page input[type="checkbox"].form-check:checked:before {
    position: absolute;
    top: 0px;
    left: 5px;
    transform: rotate(50deg);
    width: 7px;
    height: 14px;
    border-right: 2px solid #1c4991;
    border-bottom: 2px solid #1c4991;
    content: ''; }
  .contact-page input[type="checkbox"].form-check.error:before {
    border-right: 2px solid #dc3545;
    border-bottom: 2px solid #dc3545; }
  .contact-page .form-radio:first-child {
    margin-right: 3em; }
  .contact-page .visibility-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .contact-page .radio-text {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0px 30px;
    position: relative; }
  .contact-page input[type=radio]:checked + .radio-text::after {
    opacity: 1; }
  .contact-page .radio-text::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #1c4991; }
  .contact-page .radio-text::after {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(50deg);
    width: 7px;
    height: 14px;
    border-right: 2px solid #1c4991;
    border-bottom: 2px solid #1c4991;
    opacity: 0; }
  .contact-page .form-layout.error .form-radio label span.radio-text {
    color: #dc3545; }
    .contact-page .form-layout.error .form-radio label span.radio-text::before {
      border: 1px solid #dc3545; }
    .contact-page .form-layout.error .form-radio label span.radio-text::after {
      border-right: 2px solid #dc3545;
      border-bottom: 2px solid #dc3545; }
  .contact-page .title-select {
    background: #1c4991;
    color: #fff;
    height: auto;
    width: 13em;
    position: relative;
    z-index: 1;
    margin-bottom: .5em; }
    .contact-page .title-select::after {
      position: absolute;
      content: '';
      width: .5em;
      height: .5em;
      right: 10px;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      border-bottom: 2px solid #dc3545;
      border-right: 2px solid #dc3545;
      z-index: -1; }
  .contact-page select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: fff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    position: relative; }
    .contact-page select option {
      background-color: #1c4991;
      color: #fff; }
  .contact-page .form-buttons {
    display: flex;
    justify-content: space-evenly; }
  .contact-page .label-required::before {
    display: inline-block !important;
    padding: 2px 5px;
    margin-right: 5px;
    color: #fff;
    font-size: min(max(8px, calc(0.5rem + ((1vw - 3.75px) * 1.0667))), 12px);
    font-weight: normal;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    background-color: #ce052c;
    content: "必須"; }
  .contact-page .label-optional::before {
    display: inline-block !important;
    padding: 2px 5px;
    margin-right: 5px;
    color: #fff;
    font-size: min(max(8px, calc(0.5rem + ((1vw - 3.75px) * 1.0667))), 12px);
    font-weight: normal;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    background-color: #a9a9a9;
    content: "任意"; }
  .contact-page .contact-thanks {
    text-align: center; }
    .contact-page .contact-thanks h3 {
      font-size: calc(var(--large) * 0.8);
      margin-bottom: .5em; }
    .contact-page .contact-thanks p > i {
      color: #84c9b6;
      font-size: var(--large); }
    .contact-page .contact-thanks p:last-of-type {
      margin-bottom: var(--large-margin); }

.news-page {
  /* ----------------------
  	お知らせ詳細
  ------------------------ */
  /* other news
  ------------------------ */
  /* swiper
  ------------------------ */ }
  .news-page .article {
    border-bottom: 2px solid #1c4991;
    padding: 2.5em 0;
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr 1em;
    grid-template-areas: "title title" "photo content" "photo date";
    gap: 0 1.94em; }
    .news-page .article h3 {
      grid-area: title;
      font-size: calc(var(--base-size) * 1.1);
      font-weight: 700; }
      .news-page .article h3 a {
        display: block;
        width: 100%;
        color: #000; }
        .news-page .article h3 a:hover {
          color: #1c4991; }
    .news-page .article .article__ph {
      grid-area: photo; }
      .news-page .article .article__ph > img {
        object-fit: cover;
        width: 100%;
        height: 200px;
        border-radius: 10px; }
    .news-page .article .article__text {
      grid-area: content;
      font-size: calc(var(--base-size) * .88); }
    .news-page .article .article__date {
      grid-area: date;
      color: #1c4991;
      font-size: calc(var(--base-size) * .88); }
    @media screen and (max-width: 992px) {
      .news-page .article {
        grid-template-columns: 16.667em 1fr; } }
  .news-page .detail-area {
    width: 100%;
    max-width: 800px;
    margin: var(--large) auto 0; }
    .news-page .detail-area h2 {
      font-size: calc(var(--base-size) * 1.388);
      border-bottom: 2px solid #1c4991;
      display: flex;
      justify-content: center;
      margin-bottom: 1em; }
    .news-page .detail-area .icons {
      display: flex;
      justify-content: flex-end; }
      .news-page .detail-area .icons li {
        width: 29px;
        margin: 0 7px 15px; }
    .news-page .detail-area .detail-image {
      margin: 0 auto 1.39em;
      width: 100%;
      max-width: 600px; }
    .news-page .detail-area .video {
      aspect-ratio: 16 / 9; }
      .news-page .detail-area .video > iframe {
        width: 100%;
        height: 100%; }
    .news-page .detail-area p {
      margin-bottom: 1.11em; }
    .news-page .detail-area p.news-date {
      text-align: right;
      color: #1c4991;
      font-size: calc(var(--base-size) * .88); }
  .news-page #other-news h2 {
    font-size: var(--large);
    color: #1c4991;
    text-align: center;
    margin-bottom: calc(var(--large) / 1.5); }
  .news-page .news-articles {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
  .news-page .news-card {
    width: 100%; }
    .news-page .news-card__image {
      width: 100%;
      aspect-ratio: 1 / 1;
      margin-bottom: .8em; }
      .news-page .news-card__image > img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .news-page .news-card > p {
      font-size: 0.89em;
      color: #1f1f1f;
      text-align: left; }
    .news-page .news-card > .date {
      font-size: 0.777em;
      color: #1c4991; }
  .news-page .swiper {
    width: 90%;
    max-width: 1000px;
    height: 100%; }
  .news-page .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
  .news-page .swiper-slide img {
    /* buttonが効かない時のstyle上書き */
    transition-duration: 100ms !important; }
  .news-page .swiper-button-prev {
    left: calc(var(--base-size) * -1); }
  .news-page .swiper-button-next {
    right: calc(var(--base-size) * -1); }
  .news-page .swiper-button-next::after,
  .news-page .swiper-button-prev::after {
    color: #f0f0f0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: var(--large);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1; }
  .news-page .swiper-button-next::after {
    content: "\f054"; }
  .news-page .swiper-button-prev::after {
    content: "\f053"; }
  @media screen and (max-width: 575px) {
    .news-page .news-articles {
      width: 95%;
      max-width: 535px;
      margin: 0 auto;
      position: relative; }
    .news-page .swiper {
      width: 95%;
      max-width: 535px;
      height: 100%; }
    .news-page .swiper-button-prev {
      left: -5%; }
    .news-page .swiper-button-next {
      right: -5%; } }

.lineup-page .body-type {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 220px)); }
  @media screen and (max-width: 750px) {
    .lineup-page .body-type {
      grid-template-columns: repeat(3, 1fr); } }
.lineup-page .car-block {
  background-color: #f2f2f2;
  padding: var(--base-size);
  display: grid;
  grid-template-columns: 350px 230px 1fr minmax(125px, 244px);
  grid-template-rows: auto auto 1fr 60px;
  grid-template-areas: "img     model model      badge" "img     price table      table" "img     price evaluation evaluation" "contact price evaluation evaluation";
  gap: var(--base-size);
  margin-bottom: 15px; }
  .lineup-page .car-block__img {
    grid-area: img; }
  .lineup-page .car-block__contact {
    grid-area: contact; }
  .lineup-page .car-block__model {
    grid-area: model; }
  .lineup-page .car-block__badge {
    grid-area: badge; }
  .lineup-page .car-block__price {
    grid-area: price; }
  .lineup-page .car-block__table {
    grid-area: table; }
  .lineup-page .car-block__evaluation {
    grid-area: evaluation; }
@media screen and (max-width: 1200px) {
  .lineup-page .car-block {
    grid-template-columns: 350px 230px 1fr minmax(125px, 200px);
    grid-template-areas: "img     model model      badge" "img     price table      table" "img     evaluation evaluation evaluation" "contact evaluation evaluation evaluation"; } }
@media screen and (max-width: 992px) {
  .lineup-page .car-block {
    padding: calc(var(--base-size) * 1.11);
    grid-template-columns: 55.6vw 1fr minmax(22.667vw, 170px);
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "model    model  contact" "img        img   img" "table      price price" "evaluation badge badge"; } }
.lineup-page .car-block__img .imglist__main {
  width: 100%;
  max-width: 350px;
  text-align: center;
  margin-bottom: 10px; }
  .lineup-page .car-block__img .imglist__main div {
    aspect-ratio: 4 / 3; }
    .lineup-page .car-block__img .imglist__main div > img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain; }
.lineup-page .car-block__img .imglist__thumb {
  display: grid;
  grid-template-columns: repeat(3, 31.42%);
  row-gap: 10px;
  justify-content: space-between; }
  .lineup-page .car-block__img .imglist__thumb > div {
    aspect-ratio: 4 / 3; }
    .lineup-page .car-block__img .imglist__thumb > div > img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
.lineup-page .car-block__contact .contact-block {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .lineup-page .car-block__contact .contact-block div:first-child {
    line-height: 1.4;
    font-weight: 900;
    color: #1c4991;
    text-align: center; }
    .lineup-page .car-block__contact .contact-block div:first-child span {
      display: block;
      font-size: calc(var(--base-size) * 1.2); }
  .lineup-page .car-block__contact .contact-block div:last-child {
    max-width: 170px; }
  .lineup-page .car-block__contact .contact-block .button.button-red {
    font-size: calc(var(--base-size) * 0.9);
    font-weight: 700; }
.lineup-page .car-block__model {
  font-size: var(--small);
  color: #1c4991; }
  .lineup-page .car-block__model > dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4; }
    .lineup-page .car-block__model > dl dt {
      width: 75px; }
    .lineup-page .car-block__model > dl dd {
      width: calc(100% - 75px); }
    .lineup-page .car-block__model > dl .model-type {
      font-size: var(--base-size);
      font-weight: 700; }
    .lineup-page .car-block__model > dl .model-overview {
      color: #101010;
      line-height: 1.4; }
.lineup-page .car-block__badge a {
  display: block; }
  .lineup-page .car-block__badge a:last-child {
    margin-top: 7px; }
.lineup-page p.goonet-link {
  font-size: var(--small);
  text-align: right; }
  .lineup-page p.goonet-link > a {
    color: #218cd9;
    font-weight: 700; }
.lineup-page img.goo-banner {
  display: block;
  margin-left: auto;
  margin-right: 0; }
.lineup-page .car-block__price {
  font-size: var(--small);
  color: #1c4991; }
  .lineup-page .car-block__price dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    .lineup-page .car-block__price dl dt {
      width: 130px; }
    .lineup-page .car-block__price dl dd {
      width: calc(100% - 130px);
      text-align: right; }
    .lineup-page .car-block__price dl dt > span, .lineup-page .car-block__price dl dd > span {
      font-size: calc(var(--small) * .67); }
    .lineup-page .car-block__price dl dd > strong {
      font-size: calc(var(--base-size) * 1.11);
      display: inline-block;
      padding-right: .2em; }
    .lineup-page .car-block__price dl dd > strong.total-price {
      color: #ee2a2b; }
.lineup-page .car-block__table table {
  width: 100%;
  font-size: calc(var(--small) * .9);
  color: #1c4991;
  border: 1px solid #1f2160;
  table-layout: fixed;
  margin-bottom: 0; }
  .lineup-page .car-block__table table th, .lineup-page .car-block__table table td {
    border: 1px solid #1f2160;
    padding: .3em; }
  .lineup-page .car-block__table table th {
    font-weight: normal;
    width: 4em;
    background-color: #d7d7d7; }
.lineup-page .car-block__evaluation {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - .5em));
  grid-template-rows: auto 1fr;
  gap: 0 1em; }
  .lineup-page .car-block__evaluation dl {
    display: grid;
    grid-template-columns: 3em 1fr;
    grid-template-rows: 2em auto; }
    .lineup-page .car-block__evaluation dl dt {
      font-weight: 700;
      font-size: var(--small);
      grid: 1 / 1;
      align-self: end; }
    .lineup-page .car-block__evaluation dl dd:first-of-type {
      color: #1c4991;
      font-weight: 700;
      font-size: var(--base-size);
      grid: 2 / 1;
      align-self: end; }
    .lineup-page .car-block__evaluation dl dd:last-of-type {
      font-size: calc(var(--small) * .8);
      line-height: 1.3;
      grid-column: 1 / 3;
      grid-row: 2 / 3; }
  .lineup-page .car-block__evaluation dl.d-connect > dt {
    grid-column: 1 / span 2;
    grid-row: 1; }
  .lineup-page .car-block__evaluation dl.d-connect > dd {
    grid-column: 1 / span 2;
    grid-row: 2; }
    .lineup-page .car-block__evaluation dl.d-connect > dd:first-of-type {
      font-weight: normal;
      align-self: start; }
@media screen and (max-width: 992px) {
  .lineup-page .car-block__model dl dt {
    width: 9vw; }
  .lineup-page .car-block__model dl dd {
    width: calc(100% - 9vw); }
  .lineup-page .car-block__contact {
    margin-left: auto;
    margin-right: 0; }
    .lineup-page .car-block__contact .contact-block {
      flex-direction: column; }
  .lineup-page .car-block__img .imglist__main {
    width: 100%;
    max-width: initial;
    text-align: center;
    margin-bottom: 10px; }
    .lineup-page .car-block__img .imglist__main img {
      width: 100%; }
  .lineup-page .car-block__img .imglist__thumb {
    grid-template-columns: repeat(6, 15.58%); }
  .lineup-page .car-block__price dl dt {
    width: 8em; }
  .lineup-page .car-block__price dl dd {
    width: calc(100% - 8em); }
    .lineup-page .car-block__price dl dd strong {
      margin-right: 0; }
  .lineup-page .car-block__badge {
    align-self: flex-end; } }
.lineup-page .line-up-footer {
  position: relative;
  margin-top: var(--large); }
  .lineup-page .line-up-footer .goo {
    position: absolute;
    top: 0;
    right: 0;
    width: 28.66vw;
    max-width: 215px; }
