@charset "UTF-8";
.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 900px) {
    .wrapper {
      width: auto;
      margin: 0; } }

.col1 {
  margin-bottom: 0;
  margin-right: 0; }
  .col1:nth-child(1) {
    margin-right: 0; }
  @media screen and (max-width: 650px) {
    .col1 {
      width: 100%;
      margin-right: 0; } }
  .col1 img {
    width: 100%; }

.col2 {
  margin-bottom: 0;
  margin-right: 0; }
  .col2:nth-child(2) {
    margin-right: 0; }
  @media screen and (max-width: 650px) {
    .col2 {
      width: 100%;
      margin-right: 0; } }
  .col2 img {
    width: 100%; }

.col3 {
  margin-bottom: 0;
  margin-right: 0; }
  .col3:nth-child(3) {
    margin-right: 0; }
  @media screen and (max-width: 650px) {
    .col3 {
      width: 100%;
      margin-right: 0; } }
  .col3 img {
    width: 100%; }

.col4 {
  margin-bottom: 0;
  margin-right: 0; }
  .col4:nth-child(4) {
    margin-right: 0; }
  @media screen and (max-width: 650px) {
    .col4 {
      width: 100%;
      margin-right: 0; } }
  .col4 img {
    width: 100%; }

.col5 {
  margin-bottom: 0;
  margin-right: 0; }
  .col5:nth-child(5) {
    margin-right: 0; }
  @media screen and (max-width: 650px) {
    .col5 {
      width: 100%;
      margin-right: 0; } }
  .col5 img {
    width: 100%; }

.col6 {
  margin-bottom: 0;
  margin-right: 0; }
  .col6:nth-child(6) {
    margin-right: 0; }
  @media screen and (max-width: 650px) {
    .col6 {
      width: 100%;
      margin-right: 0; } }
  .col6 img {
    width: 100%; }

@keyframes humb {
  100% {
    background: rgba(0, 0, 0, 0); } }
@keyframes scaleOut {
  100% {
    transform: scale(0);
    opacity: 0; } }
@keyframes pageTransition {
  100% {
    transform: translateX(0); } }
@keyframes pageFadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes scaleIn {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.4; }
  80% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
@keyframes slideIn {
  0% {
    transform: translate(0, 100%); }
  100% {
    transform: translate(0, 0); } }
@keyframes slideOut {
  0% {
    transform: translate(0, 0); }
  2% {
    transform: translate(1%, 1%); }
  10% {
    transform: translate(1%, 1%); }
  50% {
    transform: translate(50%, 50%); }
  100% {
    transform: translate(100%, 70%);
    opacity: 0; } }
@keyframes neon {
  40% {
    opacity: .85; }
  42% {
    opacity: .4; }
  43% {
    opacity: .85; }
  45% {
    opacity: .4; }
  46% {
    opacity: .85; } }
@keyframes PageAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0); }
  50% {
    transform-origin: right;
    transform: scaleX(1); }
  50.001% {
    transform-origin: left; }
  100% {
    transform-origin: left;
    transform: scaleX(0); } }
@keyframes PageAnimeAppear {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.4; }
  80% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
@keyframes right-move {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0);
    visibility: hidden; } }
@keyframes flowing-anim {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes bgLRextendAnime {
  0% {
    transform-origin: right; }
  50% {
    transform-origin: right; }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
@keyframes bgRLextendAnime {
  0% {
    transform-origin: left; }
  50% {
    transform-origin: left; }
  50.001% {
    transform-origin: left; }
  100% {
    transform-origin: left;
    transform: scaleX(0); } }
.fx {
  opacity: 0;
  -webkit-transform: translate(0, 90px);
  transform: translate(0, 90px);
  backface-visibility: hidden;
  will-change: transform; }
  .fx .fxBox {
    opacity: 0;
    -webkit-transform: translate(0, 90px);
    transform: translate(0, 90px);
    backface-visibility: hidden;
    will-change: transform; }
  .fx .cols {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .fx .cols .fxInr {
      opacity: 0;
      -webkit-transform: translate(0, 90px);
      transform: translate(0, 90px);
      backface-visibility: hidden;
      will-change: transform; }
  .fx .left {
    opacity: 0;
    -webkit-transform: translate(-150px, -90px);
    transform: translate(-150px, -90px);
    backface-visibility: hidden;
    will-change: transform; }
  .fx .right {
    opacity: 0;
    -webkit-transform: translate(150px, -90px);
    transform: translate(150px, -90px);
    backface-visibility: hidden;
    will-change: transform; }
  .fx.on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: ease 1s 0s;
    transition: ease 1s 0s;
    backface-visibility: hidden;
    overflow: hidden;
    will-change: transform; }
    .fx.on .fxBox {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: ease 2s 0s;
      transition: ease 2s 0s;
      backface-visibility: hidden;
      will-change: transform; }
      .fx.on .fxBox:nth-child(1) {
        -webkit-transition: ease-out 0.6s 0.1s;
        transition: ease-out 0.6s 0.1s; }
      .fx.on .fxBox:nth-child(2) {
        -webkit-transition: ease-out 0.6s 0.3s;
        transition: ease-out 0.6s 0.3s; }
      .fx.on .fxBox:nth-child(3) {
        -webkit-transition: ease-out 0.6s 0.5s;
        transition: ease-out 0.6s 0.5s; }
      .fx.on .fxBox:nth-child(4) {
        -webkit-transition: ease-out 0.6s 0.7s;
        transition: ease-out 0.6s 0.7s; }
      .fx.on .fxBox:nth-child(5) {
        -webkit-transition: ease-out 0.6s 0.9s;
        transition: ease-out 0.6s 0.9s; }
      .fx.on .fxBox:nth-child(6) {
        -webkit-transition: ease-out 0.6s 1.1s;
        transition: ease-out 0.6s 1.1s; }
      .fx.on .fxBox:nth-child(7) {
        -webkit-transition: ease-out 0.6s 1.3s;
        transition: ease-out 0.6s 1.3s; }
      .fx.on .fxBox:nth-child(8) {
        -webkit-transition: ease-out 0.6s 1.5s;
        transition: ease-out 0.6s 1.5s; }
      .fx.on .fxBox:nth-child(9) {
        -webkit-transition: ease-out 0.6s 1.7s;
        transition: ease-out 0.6s 1.7s; }
      .fx.on .fxBox:nth-child(10) {
        -webkit-transition: ease-out 0.6s 1.9s;
        transition: ease-out 0.6s 1.9s; }
      .fx.on .fxBox:nth-child(11) {
        -webkit-transition: ease-out 0.6s 2.1s;
        transition: ease-out 0.6s 2.1s; }
      .fx.on .fxBox:nth-child(12) {
        -webkit-transition: ease-out 0.6s 2.3s;
        transition: ease-out 0.6s 2.3s; }
      .fx.on .fxBox:nth-child(13) {
        -webkit-transition: ease-out 0.6s 2.5s;
        transition: ease-out 0.6s 2.5s; }
      .fx.on .fxBox:nth-child(14) {
        -webkit-transition: ease-out 0.6s 2.7s;
        transition: ease-out 0.6s 2.7s; }
      .fx.on .fxBox:nth-child(15) {
        -webkit-transition: ease-out 0.6s 2.9s;
        transition: ease-out 0.6s 2.9s; }
      .fx.on .fxBox:nth-child(16) {
        -webkit-transition: ease-out 0.6s 3.1s;
        transition: ease-out 0.6s 3.1s; }
      .fx.on .fxBox:nth-child(17) {
        -webkit-transition: ease-out 0.6s 3.3s;
        transition: ease-out 0.6s 3.3s; }
      .fx.on .fxBox:nth-child(18) {
        -webkit-transition: ease-out 0.6s 3.5s;
        transition: ease-out 0.6s 3.5s; }
      .fx.on .fxBox:nth-child(19) {
        -webkit-transition: ease-out 0.6s 3.7s;
        transition: ease-out 0.6s 3.7s; }
      .fx.on .fxBox:nth-child(20) {
        -webkit-transition: ease-out 0.6s 3.9s;
        transition: ease-out 0.6s 3.9s; }
      .fx.on .fxBox:nth-child(21) {
        -webkit-transition: ease-out 0.6s 4.1s;
        transition: ease-out 0.6s 4.1s; }
      .fx.on .fxBox:nth-child(22) {
        -webkit-transition: ease-out 0.6s 4.3s;
        transition: ease-out 0.6s 4.3s; }
      .fx.on .fxBox:nth-child(23) {
        -webkit-transition: ease-out 0.6s 4.5s;
        transition: ease-out 0.6s 4.5s; }
      .fx.on .fxBox:nth-child(24) {
        -webkit-transition: ease-out 0.6s 4.7s;
        transition: ease-out 0.6s 4.7s; }
      .fx.on .fxBox:nth-child(25) {
        -webkit-transition: ease-out 0.6s 4.9s;
        transition: ease-out 0.6s 4.9s; }
      .fx.on .fxBox:nth-child(26) {
        -webkit-transition: ease-out 0.6s 5.1s;
        transition: ease-out 0.6s 5.1s; }
      .fx.on .fxBox:nth-child(27) {
        -webkit-transition: ease-out 0.6s 5.3s;
        transition: ease-out 0.6s 5.3s; }
      .fx.on .fxBox:nth-child(28) {
        -webkit-transition: ease-out 0.6s 5.5s;
        transition: ease-out 0.6s 5.5s; }
      .fx.on .fxBox:nth-child(29) {
        -webkit-transition: ease-out 0.6s 5.7s;
        transition: ease-out 0.6s 5.7s; }
      .fx.on .fxBox:nth-child(30) {
        -webkit-transition: ease-out 0.6s 5.9s;
        transition: ease-out 0.6s 5.9s; }
    .fx.on .cols .fxInr {
      opacity: 1;
      backface-visibility: hidden;
      will-change: transform;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: ease 2s 0.6s;
      transition: ease 2s 0.6s; }
      .fx.on .cols .fxInr:nth-child(1) {
        -webkit-transition: ease-out 0.6s 0.1s;
        transition: ease-out 0.6s 0.1s; }
      .fx.on .cols .fxInr:nth-child(2) {
        -webkit-transition: ease-out 0.6s 0.3s;
        transition: ease-out 0.6s 0.3s; }
      .fx.on .cols .fxInr:nth-child(3) {
        -webkit-transition: ease-out 0.6s 0.5s;
        transition: ease-out 0.6s 0.5s; }
      .fx.on .cols .fxInr:nth-child(4) {
        -webkit-transition: ease-out 0.6s 0.7s;
        transition: ease-out 0.6s 0.7s; }
      .fx.on .cols .fxInr:nth-child(5) {
        -webkit-transition: ease-out 0.6s 0.9s;
        transition: ease-out 0.6s 0.9s; }
      .fx.on .cols .fxInr:nth-child(6) {
        -webkit-transition: ease-out 0.6s 1.1s;
        transition: ease-out 0.6s 1.1s; }
      .fx.on .cols .fxInr:nth-child(7) {
        -webkit-transition: ease-out 0.6s 1.3s;
        transition: ease-out 0.6s 1.3s; }
      .fx.on .cols .fxInr:nth-child(8) {
        -webkit-transition: ease-out 0.6s 1.5s;
        transition: ease-out 0.6s 1.5s; }
      .fx.on .cols .fxInr:nth-child(9) {
        -webkit-transition: ease-out 0.6s 1.7s;
        transition: ease-out 0.6s 1.7s; }
      .fx.on .cols .fxInr:nth-child(10) {
        -webkit-transition: ease-out 0.6s 1.9s;
        transition: ease-out 0.6s 1.9s; }
      .fx.on .cols .fxInr:nth-child(11) {
        -webkit-transition: ease-out 0.6s 2.1s;
        transition: ease-out 0.6s 2.1s; }
      .fx.on .cols .fxInr:nth-child(12) {
        -webkit-transition: ease-out 0.6s 2.3s;
        transition: ease-out 0.6s 2.3s; }
      .fx.on .cols .fxInr:nth-child(13) {
        -webkit-transition: ease-out 0.6s 2.5s;
        transition: ease-out 0.6s 2.5s; }
      .fx.on .cols .fxInr:nth-child(14) {
        -webkit-transition: ease-out 0.6s 2.7s;
        transition: ease-out 0.6s 2.7s; }
      .fx.on .cols .fxInr:nth-child(15) {
        -webkit-transition: ease-out 0.6s 2.9s;
        transition: ease-out 0.6s 2.9s; }
      .fx.on .cols .fxInr:nth-child(16) {
        -webkit-transition: ease-out 0.6s 3.1s;
        transition: ease-out 0.6s 3.1s; }
      .fx.on .cols .fxInr:nth-child(17) {
        -webkit-transition: ease-out 0.6s 3.3s;
        transition: ease-out 0.6s 3.3s; }
      .fx.on .cols .fxInr:nth-child(18) {
        -webkit-transition: ease-out 0.6s 3.5s;
        transition: ease-out 0.6s 3.5s; }
      .fx.on .cols .fxInr:nth-child(19) {
        -webkit-transition: ease-out 0.6s 3.7s;
        transition: ease-out 0.6s 3.7s; }
      .fx.on .cols .fxInr:nth-child(20) {
        -webkit-transition: ease-out 0.6s 3.9s;
        transition: ease-out 0.6s 3.9s; }
      .fx.on .cols .fxInr:nth-child(21) {
        -webkit-transition: ease-out 0.6s 4.1s;
        transition: ease-out 0.6s 4.1s; }
      .fx.on .cols .fxInr:nth-child(22) {
        -webkit-transition: ease-out 0.6s 4.3s;
        transition: ease-out 0.6s 4.3s; }
      .fx.on .cols .fxInr:nth-child(23) {
        -webkit-transition: ease-out 0.6s 4.5s;
        transition: ease-out 0.6s 4.5s; }
      .fx.on .cols .fxInr:nth-child(24) {
        -webkit-transition: ease-out 0.6s 4.7s;
        transition: ease-out 0.6s 4.7s; }
      .fx.on .cols .fxInr:nth-child(25) {
        -webkit-transition: ease-out 0.6s 4.9s;
        transition: ease-out 0.6s 4.9s; }
      .fx.on .cols .fxInr:nth-child(26) {
        -webkit-transition: ease-out 0.6s 5.1s;
        transition: ease-out 0.6s 5.1s; }
      .fx.on .cols .fxInr:nth-child(27) {
        -webkit-transition: ease-out 0.6s 5.3s;
        transition: ease-out 0.6s 5.3s; }
      .fx.on .cols .fxInr:nth-child(28) {
        -webkit-transition: ease-out 0.6s 5.5s;
        transition: ease-out 0.6s 5.5s; }
      .fx.on .cols .fxInr:nth-child(29) {
        -webkit-transition: ease-out 0.6s 5.7s;
        transition: ease-out 0.6s 5.7s; }
      .fx.on .cols .fxInr:nth-child(30) {
        -webkit-transition: ease-out 0.6s 5.9s;
        transition: ease-out 0.6s 5.9s; }
    .fx.on .left {
      backface-visibility: hidden;
      opacity: 1;
      will-change: transform;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: ease 1s 0s;
      transition: ease 1s 0s; }
    .fx.on .right {
      backface-visibility: hidden;
      opacity: 1;
      will-change: transform;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: ease 1s 0s;
      transition: ease 1s 0s; }

.fxside .left {
  opacity: 0;
  -webkit-transform: translate(-150px, 0);
  transform: translate(-150px, 0);
  backface-visibility: hidden;
  will-change: transform; }
.fxside .right {
  opacity: 0;
  -webkit-transform: translate(150px, 0);
  transform: translate(150px, 0);
  backface-visibility: hidden;
  will-change: transform; }
.fxside .bgLRextend::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #004922;
  z-index: 10;
  transform: scaleX(1); }
.fxside .bgRLextend::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #004922;
  z-index: 10;
  transform: scaleX(1); }
.fxside.on .left {
  backface-visibility: hidden;
  opacity: 1;
  will-change: transform;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease 1s 0s;
  transition: ease 1s 0s; }
.fxside.on .right {
  backface-visibility: hidden;
  opacity: 1;
  will-change: transform;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease 1s 0s;
  transition: ease 1s 0s; }
.fxside.on .bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #004922;
  z-index: 10;
  transform: scaleX(1); }
.fxside.on .bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #004922;
  z-index: 10;
  transform: scaleX(1); }

body #splash {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 0;
  text-align: center;
  color: white; }
  body #splash #splash-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: fadeIn;
    animation-duration: 2.0s;
    animation-timing-function: ease;
    animation-fill-mode: forwards; }
body .splashbg {
  display: none; }
body #container {
  opacity: 0; }
body.appear #splash {
  animation-name: pageFadeout;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }
  body.appear #splash #splash-logo {
    animation-name: pageFadeout;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards; }
body.appear .splashbg {
  display: block;
  /*content: "";
  position:fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: $keyColor;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;*/ }
  body.appear .splashbg::before, body.appear .splashbg::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform-origin: right; }
  body.appear .splashbg::before {
    background-color: #004922;
    z-index: -1;
    animation: right-move 0.8s forwards;
    animation-delay: 1.5s; }
  body.appear .splashbg::after {
    transform-origin: left;
    background-color: black;
    z-index: -2;
    animation: right-move 0.8s forwards;
    animation-delay: 1.5s; }
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 0.2s;
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
  opacity: 0; }

.flowing {
  overflow: hidden;
  white-space: nowrap;
  animation: flowing-anim 0.3s forwards linear;
  animation-delay: 3.0s;
  width: 0; }

.flowing:nth-child(2) {
  animation-delay: 3.5s; }

.flowing:nth-child(3) {
  animation-delay: 4.0s; }

br.sp {
  display: none; }
  @media screen and (max-width: 380px) {
    br.sp {
      display: block; } }
@media screen and (max-width: 900px) {
  br.pc {
    display: none; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.0;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.2;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* border-box
   ========================================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* clearfix
   ========================================================================== */
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "a-otf-ryumin-pr6n", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-variant-east-asian: jis90;
  background-color: black;
  color: white; }

@keyframes bgSlide {
  from {
    background-position-x: 0; }
  to {
    background-position-x: 1920px; } }
main#main, main#parts-lc, main#interview {
  border-bottom: 1px solid white; }

section#kv {
  color: white;
  position: relative;
  height: 100%;
  padding: 100px 0 0 0; }
  @media screen and (max-width: 900px) {
    section#kv {
      padding: 46px 0 0 0; } }
  section#kv::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/kv.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }
    @media screen and (max-width: 650px) {
      section#kv::before {
        background-size: cover;
        background-position: 60% center;
        height: 100vh; } }
  section#kv .kv-inner {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 0 0 0; }
    @media screen and (max-width: 1300px) {
      section#kv .kv-inner {
        padding: 30px 0 0 20px;
        width: auto; } }
    @media screen and (max-width: 900px) {
      section#kv .kv-inner {
        padding: 60px 0 0 20px; } }
    @media screen and (max-width: 650px) {
      section#kv .kv-inner {
        padding: 90px 0 0 20px; } }
    section#kv .kv-inner .kv-inner_titile {
      display: inline-block;
      padding: 0;
      position: relative; }
      @media screen and (max-width: 1300px) {
        section#kv .kv-inner .kv-inner_titile {
          width: auto; } }
      section#kv .kv-inner .kv-inner_titile h2 {
        font-size: 7.5rem;
        font-family: "din-condensed", sans-serif;
        font-weight: 300;
        letter-spacing: 0.01em;
        margin: 0; }
        @media screen and (max-width: 1300px) {
          section#kv .kv-inner .kv-inner_titile h2 {
            font-size: 5.625rem; } }
        @media screen and (max-width: 900px) {
          section#kv .kv-inner .kv-inner_titile h2 {
            font-size: 4.375rem; } }
        @media screen and (max-width: 650px) {
          section#kv .kv-inner .kv-inner_titile h2 {
            font-size: 4.375rem; } }
        section#kv .kv-inner .kv-inner_titile h2.blur01 {
          filter: blur(12px);
          opacity: 0;
          transform: translateY(16px);
          transition: filter 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
          will-change: filter, opacity, transform; }
          section#kv .kv-inner .kv-inner_titile h2.blur01.is-inview {
            filter: blur(0);
            opacity: 1;
            transform: none; }
      section#kv .kv-inner .kv-inner_titile p {
        display: inline-block;
        margin: 0;
        position: absolute;
        bottom: 15px;
        right: 60px;
        line-height: 1.5;
        font-size: 1rem;
        font-weight: 400; }
        @media screen and (max-width: 1300px) {
          section#kv .kv-inner .kv-inner_titile p {
            font-size: 0.75rem;
            bottom: 13px;
            right: 50px; } }
        @media screen and (max-width: 900px) {
          section#kv .kv-inner .kv-inner_titile p {
            font-size: 0.5625rem;
            bottom: 11px;
            right: 40px; } }
    section#kv .kv-inner .blur01 {
      filter: blur(12px);
      opacity: 0;
      transform: translateY(16px);
      transition: filter 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
      will-change: filter, opacity, transform; }
      section#kv .kv-inner .blur01.is-inview {
        filter: blur(0);
        opacity: 1;
        transform: none; }
    section#kv .kv-inner h3 {
      font-size: 2.375rem;
      font-family: "din-condensed", sans-serif;
      font-weight: 300;
      letter-spacing: 0.01em;
      margin: 0 0 0 190px;
      position: relative; }
      @media screen and (max-width: 1300px) {
        section#kv .kv-inner h3 {
          font-size: 1.625rem;
          margin: 0 0 0 155px; } }
      @media screen and (max-width: 900px) {
        section#kv .kv-inner h3 {
          font-size: 1.25rem;
          margin: 0 0 0 122px; } }
      section#kv .kv-inner h3.blur01 {
        display: inline-block;
        filter: blur(12px);
        opacity: 0;
        transform: translateY(16px);
        transition: filter 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
        will-change: filter, opacity, transform; }
        section#kv .kv-inner h3.blur01.is-inview {
          filter: blur(0);
          opacity: 1;
          transform: none; }
      section#kv .kv-inner h3::before {
        content: "";
        position: absolute;
        left: -25px;
        bottom: 13px;
        width: 50px;
        aspect-ratio: 1;
        background-image: url("../image/moji.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        @media screen and (max-width: 1300px) {
          section#kv .kv-inner h3::before {
            bottom: 13px;
            width: 30px; } }
        @media screen and (max-width: 900px) {
          section#kv .kv-inner h3::before {
            bottom: 9px;
            width: 25px; } }
    section#kv .kv-inner .ex {
      display: inline-block;
      font-size: 1.375rem;
      font-family: "plantin", sans-serif;
      font-weight: 400;
      font-style: italic;
      margin: 20px 0 0 80px;
      position: relative;
      z-index: 0;
      padding-right: 10px; }
      @media screen and (max-width: 1300px) {
        section#kv .kv-inner .ex {
          font-size: 1.125rem;
          margin: 20px 0 0 35px; } }
      @media screen and (max-width: 900px) {
        section#kv .kv-inner .ex {
          font-size: 0.75rem;
          margin: 20px 0 0 25px; } }
      section#kv .kv-inner .ex::after {
        content: "";
        position: absolute;
        z-index: -1;
        right: 0;
        left: -440px;
        top: 50%;
        height: 29px;
        transform: translateY(-50%);
        background: #002754; }
  section#kv .kv-inner_bottom {
    margin: 110px 0 0 0;
    height: 380px; }
    @media screen and (max-width: 1300px) {
      section#kv .kv-inner_bottom {
        height: 100%; } }
    @media screen and (max-width: 650px) {
      section#kv .kv-inner_bottom {
        margin: 500px 0 0 0; } }
    @media screen and (max-width: 380px) {
      section#kv .kv-inner_bottom {
        margin: 420px 0 0 0; } }
    section#kv .kv-inner_bottom ul.car_number {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
      margin: 0; }
      @media screen and (max-width: 1300px) {
        section#kv .kv-inner_bottom ul.car_number {
          display: grid;
          grid-template-columns: repeat(2, 300px);
          gap: 24px;
          justify-content: center;
          margin: 0; } }
      @media screen and (max-width: 650px) {
        section#kv .kv-inner_bottom ul.car_number {
          display: block; } }
      section#kv .kv-inner_bottom ul.car_number::before {
        content: "";
        position: absolute;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 1474px;
        width: 100%;
        height: 315px;
        aspect-ratio: 1;
        background-image: url("../image/logo-back.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: -1; }
        @media screen and (max-width: 1300px) {
          section#kv .kv-inner_bottom ul.car_number::before {
            width: 95%; } }
        @media screen and (max-width: 650px) {
          section#kv .kv-inner_bottom ul.car_number::before {
            top: 36%; } }
      section#kv .kv-inner_bottom ul.car_number li {
        width: 300px;
        display: flex;
        flex-direction: column;
        position: relative; }
        @media screen and (max-width: 1300px) {
          section#kv .kv-inner_bottom ul.car_number li {
            width: auto;
            height: 310px; } }
        @media screen and (max-width: 650px) {
          section#kv .kv-inner_bottom ul.car_number li {
            width: 300px;
            margin: 0 auto 50px; } }
        section#kv .kv-inner_bottom ul.car_number li h4 {
          font-size: 2.375rem;
          font-family: "din-condensed", sans-serif;
          font-weight: 300;
          margin: 0; }
          section#kv .kv-inner_bottom ul.car_number li h4 span {
            text-decoration: underline;
            text-underline-offset: 0.02em;
            text-decoration-thickness: 2px;
            text-decoration-skip-ink: auto; }
        section#kv .kv-inner_bottom ul.car_number li .car-link .car-img01,
        section#kv .kv-inner_bottom ul.car_number li .car-link .car-img02,
        section#kv .kv-inner_bottom ul.car_number li .car-link .car-img03,
        section#kv .kv-inner_bottom ul.car_number li .car-link .car-img04 {
          width: 300px;
          position: absolute;
          top: -30px;
          left: -30px; }
          @media screen and (max-width: 650px) {
            section#kv .kv-inner_bottom ul.car_number li .car-link .car-img01,
            section#kv .kv-inner_bottom ul.car_number li .car-link .car-img02,
            section#kv .kv-inner_bottom ul.car_number li .car-link .car-img03,
            section#kv .kv-inner_bottom ul.car_number li .car-link .car-img04 {
              left: 0px; } }
        section#kv .kv-inner_bottom ul.car_number li .car-link .car-img02,
        section#kv .kv-inner_bottom ul.car_number li .car-link .car-img03 {
          left: -20px; }
          @media screen and (max-width: 650px) {
            section#kv .kv-inner_bottom ul.car_number li .car-link .car-img02,
            section#kv .kv-inner_bottom ul.car_number li .car-link .car-img03 {
              left: 0px; } }
        section#kv .kv-inner_bottom ul.car_number li .car-link-btn {
          display: block;
          width: 120px;
          height: 25px;
          position: absolute;
          bottom: -270px;
          left: 0;
          cursor: pointer; }
          @media screen and (max-width: 1300px) {
            section#kv .kv-inner_bottom ul.car_number li .car-link-btn {
              bottom: 7px; } }
          section#kv .kv-inner_bottom ul.car_number li .car-link-btn img {
            width: 100%; }
          section#kv .kv-inner_bottom ul.car_number li .car-link-btn:hover {
            transform: scale(1.1); }
        section#kv .kv-inner_bottom ul.car_number li .car-link-btn.nolink {
          cursor: default; }
          section#kv .kv-inner_bottom ul.car_number li .car-link-btn.nolink:hover {
            transform: scale(1); }

section.kv-hero {
  position: relative;
  min-height: 284px;
  margin: 60px 0; }
  @media screen and (max-width: 650px) {
    section.kv-hero {
      min-height: 184px; } }
  section.kv-hero .scroll {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.0625rem;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 300;
    font-style: normal; }
    section.kv-hero .scroll::after {
      content: "";
      display: block;
      width: 1px;
      height: 257px;
      margin: 10px auto 0;
      background-color: white;
      opacity: 1; }
      @media screen and (max-width: 650px) {
        section.kv-hero .scroll::after {
          height: 157px; } }

section.border .border-sep {
  display: block;
  border-top: 1px solid white; }

section#parts_line-up {
  position: relative; }
  section#parts_line-up::before {
    content: "";
    position: absolute;
    top: 225px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1474px;
    width: 100%;
    height: 315px;
    aspect-ratio: 1;
    background-image: url("../image/logo-back.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1; }
    @media screen and (max-width: 1300px) {
      section#parts_line-up::before {
        width: 95%; } }
    @media screen and (max-width: 650px) {
      section#parts_line-up::before {
        top: 6%; } }
  section#parts_line-up::after {
    content: "";
    position: absolute;
    top: -280px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1000px;
    width: 100%;
    aspect-ratio: 1;
    background-image: url("../image/parts-kv.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1; }
    @media screen and (max-width: 1300px) {
      section#parts_line-up::after {
        width: 95%; } }
    @media screen and (max-width: 650px) {
      section#parts_line-up::after {
        top: 0; } }
  section#parts_line-up ul.parts-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 60px;
    max-width: 1200px;
    gap: 7px; }
    section#parts_line-up ul.parts-box li {
      width: 194px; }
      section#parts_line-up ul.parts-box li .parts-img {
        width: 100%;
        height: 100%; }
  section#parts_line-up .txt {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8125rem; }
    @media screen and (max-width: 1300px) {
      section#parts_line-up .txt {
        width: auto;
        margin: 0 20px; } }
    section#parts_line-up .txt p {
      margin: 0; }
      section#parts_line-up .txt p.txt-bor {
        width: 920px;
        font-weight: 700;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        padding: 10px 0;
        margin: 0 auto 15px;
        line-height: 1.5; }
        @media screen and (max-width: 1300px) {
          section#parts_line-up .txt p.txt-bor {
            width: auto; } }
        section#parts_line-up .txt p.txt-bor .brsp {
          display: none; }
          @media screen and (max-width: 650px) {
            section#parts_line-up .txt p.txt-bor .brsp {
              display: block; } }
      section#parts_line-up .txt p.txt-reg {
        font-weight: 400;
        margin: 0 0 30px 0; }
        @media screen and (max-width: 650px) {
          section#parts_line-up .txt p.txt-reg {
            line-height: 1.5; } }
      section#parts_line-up .txt p.txt-mid {
        font-weight: 500;
        margin: 10px 0 0 0;
        text-align: center; }
    section#parts_line-up .txt .txt-inner {
      width: 600px;
      margin: 0 auto;
      text-align: left; }
      @media screen and (max-width: 1300px) {
        section#parts_line-up .txt .txt-inner {
          width: auto;
          margin: 0 20px; } }
      section#parts_line-up .txt .txt-inner ul {
        margin: 0 0 30px 0; }
        section#parts_line-up .txt .txt-inner ul li {
          margin: 0 0 5px 0; }
          @media screen and (max-width: 650px) {
            section#parts_line-up .txt .txt-inner ul li {
              line-height: 1.5; } }

section#parts_line-up h3,
section#engineering h3,
section#mission h3,
section#vehicle_line-up h3,
section#product-request h3 {
  text-align: center;
  margin: 0 0 310px 0;
  font-size: 3.25rem;
  font-family: "din-condensed", sans-serif;
  font-weight: 300; }
  section#parts_line-up h3.blur01,
  section#engineering h3.blur01,
  section#mission h3.blur01,
  section#vehicle_line-up h3.blur01,
  section#product-request h3.blur01 {
    filter: blur(12px);
    opacity: 0;
    transform: translateY(16px);
    transition: filter 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
    will-change: filter, opacity, transform; }
    section#parts_line-up h3.blur01.is-inview,
    section#engineering h3.blur01.is-inview,
    section#mission h3.blur01.is-inview,
    section#vehicle_line-up h3.blur01.is-inview,
    section#product-request h3.blur01.is-inview {
      filter: blur(0);
      opacity: 1;
      transform: none; }
  section#parts_line-up h3 span,
  section#engineering h3 span,
  section#mission h3 span,
  section#vehicle_line-up h3 span,
  section#product-request h3 span {
    display: block;
    font-size: 2.8125rem;
    color: #4d4d4f; }
section#parts_line-up a.link,
section#engineering a.link,
section#mission a.link,
section#vehicle_line-up a.link,
section#product-request a.link {
  display: block;
  width: 120px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: white;
  border: 1px solid white;
  margin: 0 auto;
  padding: 5px 0; }
  section#parts_line-up a.link:hover,
  section#engineering a.link:hover,
  section#mission a.link:hover,
  section#vehicle_line-up a.link:hover,
  section#product-request a.link:hover {
    transform: scale(1.1); }
section#parts_line-up p.txt-mid,
section#engineering p.txt-mid,
section#mission p.txt-mid,
section#vehicle_line-up p.txt-mid,
section#product-request p.txt-mid {
  font-weight: 500;
  margin: 10px 0 0 0;
  text-align: center; }

section#engineering h3,
section#mission h3 {
  margin: 0 0 75px 0; }
section#engineering .col3-inner,
section#mission .col3-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 75px 0; }
  @media screen and (max-width: 1500px) {
    section#engineering .col3-inner,
    section#mission .col3-inner {
      flex-direction: column;
      align-items: center; } }
  section#engineering .col3-inner .inner-txt,
  section#mission .col3-inner .inner-txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.5;
    letter-spacing: -0.06em;
    height: 460px; }
    @media screen and (max-width: 1500px) {
      section#engineering .col3-inner .inner-txt,
      section#mission .col3-inner .inner-txt {
        margin: 50px 0; } }
    @media screen and (max-width: 650px) {
      section#engineering .col3-inner .inner-txt,
      section#mission .col3-inner .inner-txt {
        height: 394px; } }
    section#engineering .col3-inner .inner-txt p.txt-r,
    section#mission .col3-inner .inner-txt p.txt-r {
      margin: 20px 0 0 0;
      font-size: 1.125rem;
      font-weight: 700;
      word-spacing: -0.9em; }
      @media screen and (max-width: 650px) {
        section#engineering .col3-inner .inner-txt p.txt-r,
        section#mission .col3-inner .inner-txt p.txt-r {
          font-size: 0.875rem; } }
      section#engineering .col3-inner .inner-txt p.txt-r .num,
      section#mission .col3-inner .inner-txt p.txt-r .num {
        letter-spacing: -0.2em; }
    section#engineering .col3-inner .inner-txt p.txt-l,
    section#mission .col3-inner .inner-txt p.txt-l {
      margin: 200px 0 0 0;
      font-size: 1.125rem;
      font-weight: 700;
      word-spacing: -0.9em; }
      @media screen and (max-width: 650px) {
        section#engineering .col3-inner .inner-txt p.txt-l,
        section#mission .col3-inner .inner-txt p.txt-l {
          font-size: 0.875rem; } }
      section#engineering .col3-inner .inner-txt p.txt-l .num,
      section#mission .col3-inner .inner-txt p.txt-l .num {
        letter-spacing: -0.2em; }
    section#engineering .col3-inner .inner-txt .txt-c,
    section#mission .col3-inner .inner-txt .txt-c {
      margin: 0 30px;
      padding: 0 30px;
      border-right: 1px solid white;
      border-left: 1px solid white; }
      @media screen and (max-width: 650px) {
        section#engineering .col3-inner .inner-txt .txt-c,
        section#mission .col3-inner .inner-txt .txt-c {
          margin: 0 10px;
          padding: 0 10px; } }
      section#engineering .col3-inner .inner-txt .txt-c .txt-c_01,
      section#mission .col3-inner .inner-txt .txt-c .txt-c_01 {
        margin: 20px 0 0 0; }
        section#engineering .col3-inner .inner-txt .txt-c .txt-c_01 .txt-c_01-inner,
        section#mission .col3-inner .inner-txt .txt-c .txt-c_01 .txt-c_01-inner {
          margin: 0; }
          section#engineering .col3-inner .inner-txt .txt-c .txt-c_01 .txt-c_01-inner .row,
          section#mission .col3-inner .inner-txt .txt-c .txt-c_01 .txt-c_01-inner .row {
            font-size: 0.9375rem;
            font-weight: 500;
            color: black;
            background-color: white;
            display: inline-block;
            margin: 0 0 0 5px;
            padding: 3px 2px 3px 0px; }
            @media screen and (max-width: 650px) {
              section#engineering .col3-inner .inner-txt .txt-c .txt-c_01 .txt-c_01-inner .row,
              section#mission .col3-inner .inner-txt .txt-c .txt-c_01 .txt-c_01-inner .row {
                font-size: 0.6875rem; } }
            section#engineering .col3-inner .inner-txt .txt-c .txt-c_01 .txt-c_01-inner .row .num,
            section#mission .col3-inner .inner-txt .txt-c .txt-c_01 .txt-c_01-inner .row .num {
              letter-spacing: -0.1em; }
      section#engineering .col3-inner .inner-txt .txt-c .txt-c_02,
      section#mission .col3-inner .inner-txt .txt-c .txt-c_02 {
        margin: 20px 0 0 0; }
        section#engineering .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner,
        section#mission .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner {
          margin: 0; }
          section#engineering .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row,
          section#mission .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row {
            font-size: 2.8125rem;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            margin: 0 0 0 5px;
            line-height: 1.0; }
            @media screen and (max-width: 650px) {
              section#engineering .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row,
              section#mission .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row {
                font-size: 2.375rem; } }
            section#engineering .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row .row-reg,
            section#mission .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row .row-reg {
              display: inline-block;
              font-size: 0.9375rem;
              font-weight: 400;
              word-spacing: -0.9em; }
              @media screen and (max-width: 650px) {
                section#engineering .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row .row-reg,
                section#mission .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row .row-reg {
                  font-size: 0.6875rem; } }
            section#engineering .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row:nth-of-type(2),
            section#mission .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row:nth-of-type(2) {
              letter-spacing: -0.06em; }
      section#engineering .col3-inner .inner-txt .txt-c .txt-c_03,
      section#mission .col3-inner .inner-txt .txt-c .txt-c_03 {
        margin: 120px 0 0 0; }
        section#engineering .col3-inner .inner-txt .txt-c .txt-c_03 .txt-c_03-inner,
        section#mission .col3-inner .inner-txt .txt-c .txt-c_03 .txt-c_03-inner {
          margin: 0; }
          section#engineering .col3-inner .inner-txt .txt-c .txt-c_03 .txt-c_03-inner .row,
          section#mission .col3-inner .inner-txt .txt-c .txt-c_03 .txt-c_03-inner .row {
            font-size: 2.8125rem;
            font-weight: 700;
            display: inline-block;
            margin: 0 0 0 5px;
            letter-spacing: -0.1em;
            line-height: 1.0; }
            @media screen and (max-width: 650px) {
              section#engineering .col3-inner .inner-txt .txt-c .txt-c_03 .txt-c_03-inner .row,
              section#mission .col3-inner .inner-txt .txt-c .txt-c_03 .txt-c_03-inner .row {
                font-size: 2.375rem; } }
  section#engineering .col3-inner .inner-imgL,
  section#engineering .col3-inner .inner-imgR,
  section#mission .col3-inner .inner-imgL,
  section#mission .col3-inner .inner-imgR {
    width: 555px;
    height: 460px; }
    @media screen and (max-width: 650px) {
      section#engineering .col3-inner .inner-imgL,
      section#engineering .col3-inner .inner-imgR,
      section#mission .col3-inner .inner-imgL,
      section#mission .col3-inner .inner-imgR {
        width: 100%;
        height: 100%; } }
    section#engineering .col3-inner .inner-imgL ul,
    section#engineering .col3-inner .inner-imgR ul,
    section#mission .col3-inner .inner-imgL ul,
    section#mission .col3-inner .inner-imgR ul {
      display: flex;
      flex-wrap: wrap; }
      section#engineering .col3-inner .inner-imgL ul li,
      section#engineering .col3-inner .inner-imgR ul li,
      section#mission .col3-inner .inner-imgL ul li,
      section#mission .col3-inner .inner-imgR ul li {
        width: 24.5%;
        height: 90px;
        margin-right: 3px;
        margin-bottom: 3px; }
        section#engineering .col3-inner .inner-imgL ul li:nth-child(4n),
        section#engineering .col3-inner .inner-imgR ul li:nth-child(4n),
        section#mission .col3-inner .inner-imgL ul li:nth-child(4n),
        section#mission .col3-inner .inner-imgR ul li:nth-child(4n) {
          margin-right: 0px; }
        @media screen and (max-width: 650px) {
          section#engineering .col3-inner .inner-imgL ul li,
          section#engineering .col3-inner .inner-imgR ul li,
          section#mission .col3-inner .inner-imgL ul li,
          section#mission .col3-inner .inner-imgR ul li {
            width: 24.0%; } }
        section#engineering .col3-inner .inner-imgL ul li img,
        section#engineering .col3-inner .inner-imgR ul li img,
        section#mission .col3-inner .inner-imgL ul li img,
        section#mission .col3-inner .inner-imgR ul li img {
          width: 100%;
          height: 100%; }
  section#engineering .col3-inner .inner-imgR,
  section#mission .col3-inner .inner-imgR {
    height: 277px; }
    @media screen and (max-width: 650px) {
      section#engineering .col3-inner .inner-imgR,
      section#mission .col3-inner .inner-imgR {
        height: 100%; } }
    section#engineering .col3-inner .inner-imgR img,
    section#mission .col3-inner .inner-imgR img {
      width: 100%;
      height: 100%; }
section#engineering a.link,
section#mission a.link {
  display: block;
  width: 120px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: white;
  border: 1px solid white;
  margin: 0 auto;
  padding: 5px 0;
  font-family: "bebas-neue-by-fontfabric", sans-serif;
  letter-spacing: 0.075em; }
  section#engineering a.link:hover,
  section#mission a.link:hover {
    transform: scale(1.1); }

section#mission .col3-inner {
  align-items: flex-start; }
  @media screen and (max-width: 1500px) {
    section#mission .col3-inner {
      align-items: center; } }
  section#mission .col3-inner .inner-txt {
    height: 514px; }
    @media screen and (max-width: 1500px) {
      section#mission .col3-inner .inner-txt {
        height: 600px; } }
    section#mission .col3-inner .inner-txt p.txt-r {
      margin: 10px 0 0 0; }
    section#mission .col3-inner .inner-txt p.txt-l {
      display: flex;
      justify-content: flex-end; }
    section#mission .col3-inner .inner-txt .txt-c .txt-c_01 {
      margin: 10px 0 0 0; }
      section#mission .col3-inner .inner-txt .txt-c .txt-c_01 .txt-c_01-inner .row:nth-of-type(2), section#mission .col3-inner .inner-txt .txt-c .txt-c_01 .txt-c_01-inner .row:nth-of-type(3) {
        color: white;
        background-color: black; }
      section#mission .col3-inner .inner-txt .txt-c .txt-c_01 .txt-c_01-inner .row .row-col {
        color: black;
        background-color: white;
        margin: 5px 0;
        padding: 5px 2px; }
    section#mission .col3-inner .inner-txt .txt-c .txt-c_02 {
      margin: 10px 0 0 0; }
      section#mission .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row .row-reg {
        display: inline-block;
        font-size: 0.9375rem;
        font-weight: 400;
        word-spacing: -0.9em; }
        @media screen and (max-width: 650px) {
          section#mission .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row .row-reg {
            font-size: 0.6875rem; } }
      section#mission .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row .row-kana {
        margin: -5px 0 0 0;
        letter-spacing: -0.1em; }
      section#mission .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row:nth-of-type(2) .row-kana, section#mission .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row:nth-of-type(3) .row-kana {
        margin: 0px 0 0 0; }
      section#mission .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row:nth-of-type(4) {
        font-size: 0.9375rem;
        font-weight: 400;
        word-spacing: -0.9em; }
        @media screen and (max-width: 650px) {
          section#mission .col3-inner .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row:nth-of-type(4) {
            font-size: 0.6875rem; } }
    section#mission .col3-inner .inner-txt .txt-c .txt-c_03 {
      margin: 120px 0 0 0; }
      @media screen and (max-width: 650px) {
        section#mission .col3-inner .inner-txt .txt-c .txt-c_03 {
          margin: 10px 0 0 0; } }
      section#mission .col3-inner .inner-txt .txt-c .txt-c_03 .txt-c_03-inner .row {
        font-size: 2.8125rem;
        font-weight: 700;
        display: inline-block;
        margin: 0 0 0 5px;
        letter-spacing: -0.03em;
        line-height: 1.0; }
        @media screen and (max-width: 650px) {
          section#mission .col3-inner .inner-txt .txt-c .txt-c_03 .txt-c_03-inner .row {
            font-size: 2.375rem; } }
        section#mission .col3-inner .inner-txt .txt-c .txt-c_03 .txt-c_03-inner .row .row-sp {
          display: block; }
          @media screen and (max-width: 650px) {
            section#mission .col3-inner .inner-txt .txt-c .txt-c_03 .txt-c_03-inner .row .row-sp {
              display: inline; } }
  section#mission .col3-inner .inner-imgL,
  section#mission .col3-inner .inner-imgR {
    width: 500px;
    height: 453px; }
    @media screen and (max-width: 650px) {
      section#mission .col3-inner .inner-imgL,
      section#mission .col3-inner .inner-imgR {
        width: 100%;
        height: 100%; } }
    section#mission .col3-inner .inner-imgL ul,
    section#mission .col3-inner .inner-imgR ul {
      display: flex;
      flex-wrap: wrap; }
      section#mission .col3-inner .inner-imgL ul li,
      section#mission .col3-inner .inner-imgR ul li {
        width: 27.2%;
        height: 90px;
        margin-right: 3px;
        margin-bottom: 3px; }
        @media screen and (max-width: 650px) {
          section#mission .col3-inner .inner-imgL ul li,
          section#mission .col3-inner .inner-imgR ul li {
            width: 27.0%; } }
        section#mission .col3-inner .inner-imgL ul li:nth-child(4n),
        section#mission .col3-inner .inner-imgR ul li:nth-child(4n) {
          width: 16%;
          margin-right: 0px; }
        section#mission .col3-inner .inner-imgL ul li img,
        section#mission .col3-inner .inner-imgR ul li img {
          width: 100%;
          height: 100%; }
  section#mission .col3-inner .inner-imgL {
    height: 278px; }
    section#mission .col3-inner .inner-imgL img {
      width: 100%;
      height: 100%; }
section#mission p.txt-mid {
  display: block;
  margin: 10px 0 70px 0; }
section#mission .img-udUP,
section#mission .img-udDO {
  background-repeat: repeat-x;
  background-position: 0 50%;
  background-size: 1920px 100%;
  animation: bgSlide 30s linear infinite;
  background-image: url("../image/mission03-01.png"); }
  @media (prefers-reduced-motion: reduce) {
    section#mission .img-udUP,
    section#mission .img-udDO {
      animation: none; } }
section#mission .img-udDO {
  margin: 5px 0 0 0;
  background-image: url("../image/mission03-02.png");
  animation-direction: reverse; }

section#vehicle_line-up {
  font-family: "bebas-neue-by-fontfabric", sans-serif; }
  section#vehicle_line-up h3 {
    margin: 0 0 80px 0; }
  section#vehicle_line-up .lc__inner {
    max-width: 1200px;
    margin: 0 auto; }
  section#vehicle_line-up .lineUp-box {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    border-bottom: 1px solid #4d4d4f; }
    @media screen and (max-width: 1300px) {
      section#vehicle_line-up .lineUp-box {
        grid-template-columns: repeat(2, 0fr);
        justify-content: center;
        width: 598px;
        margin: 0 auto; } }
    @media screen and (max-width: 650px) {
      section#vehicle_line-up .lineUp-box {
        grid-template-columns: repeat(1, 0fr);
        width: 295px; } }
    section#vehicle_line-up .lineUp-box > li {
      width: 295px; }
      section#vehicle_line-up .lineUp-box > li .parts-img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 25px; }
      section#vehicle_line-up .lineUp-box > li .lc-card {
        border-left: 1px solid white; }
        section#vehicle_line-up .lineUp-box > li .lc-card:nth-of-type(2), section#vehicle_line-up .lineUp-box > li .lc-card:nth-of-type(3), section#vehicle_line-up .lineUp-box > li .lc-card:nth-of-type(4) {
          border-left: 1px solid #4d4d4f; }
        section#vehicle_line-up .lineUp-box > li .lc-card__head {
          margin-bottom: 10px; }
          section#vehicle_line-up .lineUp-box > li .lc-card__head h4 {
            margin: 0 0 10px;
            font-size: 1.4375rem;
            font-weight: 600;
            padding: 0 0 0 10px; }
          section#vehicle_line-up .lineUp-box > li .lc-card__head .meta {
            margin: 0 0 5px 0;
            color: #b7b7b7;
            font-size: 0.875rem;
            font-weight: 600;
            padding: 0 0 0 10px; }
        section#vehicle_line-up .lineUp-box > li .lc-card .spec {
          list-style: none;
          margin: 0;
          padding: 0; }
          section#vehicle_line-up .lineUp-box > li .lc-card .spec__row {
            display: flex;
            column-gap: 10px;
            align-items: flex-start;
            padding: 10px 0;
            border-top: 1px solid #4d4d4f; }
            section#vehicle_line-up .lineUp-box > li .lc-card .spec__row:nth-of-type(2) {
              height: 82px; }
            section#vehicle_line-up .lineUp-box > li .lc-card .spec__row .label {
              position: relative;
              font-size: 0.9375rem;
              font-weight: 600;
              letter-spacing: 0.01em;
              padding-left: 0.9em;
              width: 95px; }
              section#vehicle_line-up .lineUp-box > li .lc-card .spec__row .label::before {
                content: "・";
                position: absolute;
                left: 3px; }
            section#vehicle_line-up .lineUp-box > li .lc-card .spec__row .value {
              font-size: 0.875rem;
              font-weight: 400; }
              section#vehicle_line-up .lineUp-box > li .lc-card .spec__row .value .value-list {
                margin: 0;
                padding: 0;
                list-style: none; }
                section#vehicle_line-up .lineUp-box > li .lc-card .spec__row .value .value-list li + li {
                  margin-top: 2px; }
                section#vehicle_line-up .lineUp-box > li .lc-card .spec__row .value .value-list .dod {
                  position: relative;
                  padding-left: 0.4em; }
                  section#vehicle_line-up .lineUp-box > li .lc-card .spec__row .value .value-list .dod::before {
                    content: "・";
                    position: absolute;
                    left: -5px; }
                section#vehicle_line-up .lineUp-box > li .lc-card .spec__row .value .value-list .dod-sub {
                  padding-left: 0.4em; }

section#product-request {
  margin: 0 0 150px 0;
  scroll-margin-top: 100px; }
  section#product-request h3 {
    margin: 0 0 70px 0; }
  section#product-request .reruest-inner {
    display: flex;
    justify-content: center;
    gap: 80px; }
    @media screen and (max-width: 1300px) {
      section#product-request .reruest-inner {
        flex-direction: column;
        align-items: center; } }
    section#product-request .reruest-inner .left-txt {
      width: 506px;
      padding: 23px 0 0 0; }
      @media screen and (max-width: 650px) {
        section#product-request .reruest-inner .left-txt {
          width: 100%;
          padding: 0 20px; } }
      section#product-request .reruest-inner .left-txt p {
        margin: 0; }
        section#product-request .reruest-inner .left-txt p.l-txt01 {
          font-size: 0.9375rem;
          font-weight: 400;
          line-height: 2.5;
          margin: 0 0 260px 0; }
          @media screen and (max-width: 1300px) {
            section#product-request .reruest-inner .left-txt p.l-txt01 {
              margin: 0 0 60px 0; } }
          @media screen and (max-width: 650px) {
            section#product-request .reruest-inner .left-txt p.l-txt01 .tb {
              display: none; } }
        section#product-request .reruest-inner .left-txt p.l-txt02 {
          font-size: 0.875rem;
          font-weight: 700;
          margin: 0 0 25px 0; }
        section#product-request .reruest-inner .left-txt p.l-txt03 {
          font-size: 0.75rem;
          font-weight: 400;
          line-height: 1.7;
          padding: 0 130px 0 0; }
          @media screen and (max-width: 1300px) {
            section#product-request .reruest-inner .left-txt p.l-txt03 {
              padding: 0; } }
          section#product-request .reruest-inner .left-txt p.l-txt03 .l-txt_pp {
            color: #689fbc; }
    section#product-request .reruest-inner .right-txt {
      width: 660px;
      max-width: 660px;
      font-family: "Zen Kaku Gothic New", "M PLUS 1", "Noto Sans JP", system-ui, sans-serif; }
      @media screen and (max-width: 900px) {
        section#product-request .reruest-inner .right-txt {
          width: 100%;
          padding: 0 20px; } }
      section#product-request .reruest-inner .right-txt .contact {
        letter-spacing: 0.02em; }
        section#product-request .reruest-inner .right-txt .contact__inner {
          max-width: 660px; }
        section#product-request .reruest-inner .right-txt .contact__note {
          margin: 0 0 10px;
          text-align: right;
          font-size: 0.8125rem;
          font-weight: 300; }
      section#product-request .reruest-inner .right-txt .contact-form .row {
        display: grid;
        grid-template-columns: 150px 1fr;
        column-gap: 18px;
        align-items: center;
        padding: 15px 0;
        border-top: 1px solid white; }
        @media screen and (max-width: 900px) {
          section#product-request .reruest-inner .right-txt .contact-form .row {
            display: flex;
            flex-direction: column;
            align-items: flex-start; } }
        section#product-request .reruest-inner .right-txt .contact-form .row:last-child {
          border-bottom: 1px solid white; }
      section#product-request .reruest-inner .right-txt .contact-form .label {
        display: block;
        font-size: 0.9375rem;
        font-weight: 300;
        letter-spacing: 0.08em;
        white-space: nowrap; }
        @media screen and (max-width: 900px) {
          section#product-request .reruest-inner .right-txt .contact-form .label {
            margin: 0 0 15px 0; } }
      @media screen and (max-width: 900px) {
        section#product-request .reruest-inner .right-txt .contact-form .field {
          width: 100%; } }
      section#product-request .reruest-inner .right-txt .contact-form input,
      section#product-request .reruest-inner .right-txt .contact-form textarea {
        width: 100%;
        background-color: #251e1c;
        color: white;
        border: none;
        font-size: 0.9375rem;
        font-weight: 300;
        line-height: 1;
        padding: 10px 12px;
        cursor: pointer; }
        section#product-request .reruest-inner .right-txt .contact-form input::placeholder,
        section#product-request .reruest-inner .right-txt .contact-form textarea::placeholder {
          color: #9e9e9f; }
      section#product-request .reruest-inner .right-txt .contact-form textarea {
        min-height: 100px;
        resize: none;
        padding: 10px 12px; }
      section#product-request .reruest-inner .right-txt .contact-form .row--address {
        align-items: start; }
        section#product-request .reruest-inner .right-txt .contact-form .row--address .label {
          padding-top: 8px; }
        section#product-request .reruest-inner .right-txt .contact-form .row--address .addr {
          width: 100%;
          display: grid;
          grid-auto-rows: min-content; }
          section#product-request .reruest-inner .right-txt .contact-form .row--address .addr .addr__row {
            display: grid;
            grid-template-columns: 110px 1fr;
            column-gap: 16px;
            align-items: center;
            border-top: 1px solid white;
            padding: 15px 0; }
            @media screen and (max-width: 900px) {
              section#product-request .reruest-inner .right-txt .contact-form .row--address .addr .addr__row {
                display: flex;
                flex-direction: column;
                align-items: flex-start; } }
            section#product-request .reruest-inner .right-txt .contact-form .row--address .addr .addr__row:first-child {
              border-top: none;
              padding: 0 0 15px 0; }
            section#product-request .reruest-inner .right-txt .contact-form .row--address .addr .addr__row:last-child {
              padding: 15px 0 0 0; }
            section#product-request .reruest-inner .right-txt .contact-form .row--address .addr .addr__row--zip .addr__mini {
              width: 24px; }
          section#product-request .reruest-inner .right-txt .contact-form .row--address .addr .addr__mini {
            font-size: 0.9375rem;
            font-weight: 400;
            white-space: nowrap; }
            @media screen and (max-width: 900px) {
              section#product-request .reruest-inner .right-txt .contact-form .row--address .addr .addr__mini {
                margin: 0 0 15px 0; } }
      section#product-request .reruest-inner .right-txt .form-btn-area {
        text-align: right;
        margin: 60px 75px 0 0; }
        @media screen and (max-width: 1300px) {
          section#product-request .reruest-inner .right-txt .form-btn-area {
            text-align: center;
            margin: 60px auto 0 auto; } }
        section#product-request .reruest-inner .right-txt .form-btn-area button {
          font-size: 0.9375rem;
          font-weight: 500;
          padding: 15px 30px;
          cursor: pointer;
          line-height: 1.5; }
          section#product-request .reruest-inner .right-txt .form-btn-area button .btn-sp {
            display: none; }
            @media screen and (max-width: 380px) {
              section#product-request .reruest-inner .right-txt .form-btn-area button .btn-sp {
                display: block; } }

main#parts-lc section#kv::before {
  right: 10%;
  left: inherit;
  width: 940px;
  height: 630px;
  background-image: url(../image/partsLC-kv.png); }
  @media screen and (max-width: 1300px) {
    main#parts-lc section#kv::before {
      right: 0;
      background-size: cover;
      background-position: 60% center; } }
  @media screen and (max-width: 650px) {
    main#parts-lc section#kv::before {
      background-image: url(../image/partsLC-kv-sp.png);
      background-size: contain;
      background-position: 100% center; } }
main#parts-lc section#kv .kv-inner {
  padding: 140px 0 0 0; }
  @media screen and (max-width: 1300px) {
    main#parts-lc section#kv .kv-inner {
      padding: 80px 0 0 20px; } }
  main#parts-lc section#kv .kv-inner h3 {
    margin: -10px 0 0 118px;
    display: flex;
    align-items: center;
    color: #4d4d4f;
    font-size: 2.5rem;
    font-weight: 600;
    gap: 5px; }
    @media screen and (max-width: 1300px) {
      main#parts-lc section#kv .kv-inner h3 {
        font-size: 1.625rem;
        margin: -10px 0 0 118px; } }
    @media screen and (max-width: 900px) {
      main#parts-lc section#kv .kv-inner h3 {
        font-size: 1.25rem;
        margin: 0 0 0 122px; } }
    main#parts-lc section#kv .kv-inner h3::before {
      left: -27px;
      bottom: 29px; }
      @media screen and (max-width: 1300px) {
        main#parts-lc section#kv .kv-inner h3::before {
          bottom: 13px;
          width: 30px; } }
      @media screen and (max-width: 900px) {
        main#parts-lc section#kv .kv-inner h3::before {
          bottom: 9px;
          width: 25px; } }
    main#parts-lc section#kv .kv-inner h3 span {
      font-size: 4.375rem;
      font-weight: 600;
      color: #004273; }
      @media screen and (max-width: 1300px) {
        main#parts-lc section#kv .kv-inner h3 span {
          font-size: 2.5rem; } }
      @media screen and (max-width: 900px) {
        main#parts-lc section#kv .kv-inner h3 span {
          font-size: 1.875rem; } }
  main#parts-lc section#kv .kv-inner .ex {
    margin: 20px 0 0 292px;
    letter-spacing: 0.09em; }
    @media screen and (max-width: 1300px) {
      main#parts-lc section#kv .kv-inner .ex {
        margin: 20px 0 0 190px; } }
    @media screen and (max-width: 900px) {
      main#parts-lc section#kv .kv-inner .ex {
        margin: 20px 0 0 150px; } }
    main#parts-lc section#kv .kv-inner .ex::after {
      left: -720px; }
main#parts-lc section#kv .kv-inner_bottom {
  position: relative;
  margin: 130px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 285px; }
  @media screen and (max-width: 1300px) {
    main#parts-lc section#kv .kv-inner_bottom {
      margin: 300px 0 0 0;
      flex-direction: column;
      align-items: center;
      height: auto; } }
  @media screen and (max-width: 650px) {
    main#parts-lc section#kv .kv-inner_bottom {
      margin: 590px 0 0 0; } }
  main#parts-lc section#kv .kv-inner_bottom::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1474px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    background-image: url("../image/logo-back.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1; }
    @media screen and (max-width: 1300px) {
      main#parts-lc section#kv .kv-inner_bottom::after {
        width: 95%; } }
  main#parts-lc section#kv .kv-inner_bottom .kv-inner-txt01 {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-end;
    margin-right: 130px; }
    @media screen and (max-width: 1300px) {
      main#parts-lc section#kv .kv-inner_bottom .kv-inner-txt01 {
        margin: 0; } }
    main#parts-lc section#kv .kv-inner_bottom .kv-inner-txt01 p {
      font-size: 2.4375rem;
      font-weight: 600;
      font-family: "bebas-neue-by-fontfabric", sans-serif;
      margin: 0; }
      main#parts-lc section#kv .kv-inner_bottom .kv-inner-txt01 p span {
        font-weight: 400;
        display: block; }
  main#parts-lc section#kv .kv-inner_bottom .kv-inner-txt02 {
    flex: 1 1 0;
    margin-left: 60px; }
    @media screen and (max-width: 1300px) {
      main#parts-lc section#kv .kv-inner_bottom .kv-inner-txt02 {
        margin: 0; } }
    main#parts-lc section#kv .kv-inner_bottom .kv-inner-txt02 p {
      font-size: 1.875rem;
      font-weight: 400;
      font-family: "bebas-neue-by-fontfabric", sans-serif;
      margin: 0;
      line-height: 1.5; }
  main#parts-lc section#kv .kv-inner_bottom .kv-inner-img {
    width: 490px;
    padding: 20px 0 0 0; }
    @media screen and (max-width: 650px) {
      main#parts-lc section#kv .kv-inner_bottom .kv-inner-img {
        width: 100%; } }
    main#parts-lc section#kv .kv-inner_bottom .kv-inner-img img {
      width: 100%; }
main#parts-lc section#parts-wheel .parts-inner,
main#parts-lc section#parts-suspension .parts-inner,
main#parts-lc section#parts-turning .parts-inner,
main#parts-lc section#parts-interior .parts-inner {
  display: flex;
  justify-content: center;
  gap: 90px;
  margin: 0 0 60px 0; }
  @media screen and (max-width: 900px) {
    main#parts-lc section#parts-wheel .parts-inner,
    main#parts-lc section#parts-suspension .parts-inner,
    main#parts-lc section#parts-turning .parts-inner,
    main#parts-lc section#parts-interior .parts-inner {
      flex-direction: column;
      align-items: center;
      gap: 40px; } }
  main#parts-lc section#parts-wheel .parts-inner .parts-innerL,
  main#parts-lc section#parts-suspension .parts-inner .parts-innerL,
  main#parts-lc section#parts-turning .parts-inner .parts-innerL,
  main#parts-lc section#parts-interior .parts-inner .parts-innerL {
    width: 366px; }
    @media screen and (max-width: 900px) {
      main#parts-lc section#parts-wheel .parts-inner .parts-innerL,
      main#parts-lc section#parts-suspension .parts-inner .parts-innerL,
      main#parts-lc section#parts-turning .parts-inner .parts-innerL,
      main#parts-lc section#parts-interior .parts-inner .parts-innerL {
        width: 100%;
        padding: 0 20px; } }
    main#parts-lc section#parts-wheel .parts-inner .parts-innerL .parts-innerL-img,
    main#parts-lc section#parts-suspension .parts-inner .parts-innerL .parts-innerL-img,
    main#parts-lc section#parts-turning .parts-inner .parts-innerL .parts-innerL-img,
    main#parts-lc section#parts-interior .parts-inner .parts-innerL .parts-innerL-img {
      width: 300px;
      height: auto;
      margin: 0 0 68px 0; }
      @media screen and (max-width: 900px) {
        main#parts-lc section#parts-wheel .parts-inner .parts-innerL .parts-innerL-img,
        main#parts-lc section#parts-suspension .parts-inner .parts-innerL .parts-innerL-img,
        main#parts-lc section#parts-turning .parts-inner .parts-innerL .parts-innerL-img,
        main#parts-lc section#parts-interior .parts-inner .parts-innerL .parts-innerL-img {
          margin: 0 0 30px 0; } }
      main#parts-lc section#parts-wheel .parts-inner .parts-innerL .parts-innerL-img img,
      main#parts-lc section#parts-suspension .parts-inner .parts-innerL .parts-innerL-img img,
      main#parts-lc section#parts-turning .parts-inner .parts-innerL .parts-innerL-img img,
      main#parts-lc section#parts-interior .parts-inner .parts-innerL .parts-innerL-img img {
        width: 100%;
        height: 100%; }
    main#parts-lc section#parts-wheel .parts-inner .parts-innerL p,
    main#parts-lc section#parts-suspension .parts-inner .parts-innerL p,
    main#parts-lc section#parts-turning .parts-inner .parts-innerL p,
    main#parts-lc section#parts-interior .parts-inner .parts-innerL p {
      font-size: 0.9375rem;
      font-weight: 400;
      line-height: 1.5; }
  main#parts-lc section#parts-wheel .parts-inner .parts-innerR,
  main#parts-lc section#parts-suspension .parts-inner .parts-innerR,
  main#parts-lc section#parts-turning .parts-inner .parts-innerR,
  main#parts-lc section#parts-interior .parts-inner .parts-innerR {
    width: 385px;
    height: 100%; }
    @media screen and (max-width: 900px) {
      main#parts-lc section#parts-wheel .parts-inner .parts-innerR,
      main#parts-lc section#parts-suspension .parts-inner .parts-innerR,
      main#parts-lc section#parts-turning .parts-inner .parts-innerR,
      main#parts-lc section#parts-interior .parts-inner .parts-innerR {
        width: 100%;
        padding: 0 20px; } }
    main#parts-lc section#parts-wheel .parts-inner .parts-innerR img,
    main#parts-lc section#parts-suspension .parts-inner .parts-innerR img,
    main#parts-lc section#parts-turning .parts-inner .parts-innerR img,
    main#parts-lc section#parts-interior .parts-inner .parts-innerR img {
      width: 100%;
      height: 100%; }
main#parts-lc section#parts-wheel ul.parts-box,
main#parts-lc section#parts-suspension ul.parts-box,
main#parts-lc section#parts-turning ul.parts-box,
main#parts-lc section#parts-interior ul.parts-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 60px;
  max-width: 1060px;
  gap: 7px; }
  @media screen and (max-width: 900px) {
    main#parts-lc section#parts-wheel ul.parts-box,
    main#parts-lc section#parts-suspension ul.parts-box,
    main#parts-lc section#parts-turning ul.parts-box,
    main#parts-lc section#parts-interior ul.parts-box {
      padding: 0 20px; } }
  main#parts-lc section#parts-wheel ul.parts-box li,
  main#parts-lc section#parts-suspension ul.parts-box li,
  main#parts-lc section#parts-turning ul.parts-box li,
  main#parts-lc section#parts-interior ul.parts-box li {
    width: 258px; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(1),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(1),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(1),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(1) {
      -webkit-transition: ease-out 0.6s 0.1s;
      transition: ease-out 0.6s 0.1s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(2),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(2),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(2),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(2) {
      -webkit-transition: ease-out 0.6s 0.3s;
      transition: ease-out 0.6s 0.3s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(3),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(3),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(3),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(3) {
      -webkit-transition: ease-out 0.6s 0.5s;
      transition: ease-out 0.6s 0.5s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(4),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(4),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(4),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(4) {
      -webkit-transition: ease-out 0.6s 0.7s;
      transition: ease-out 0.6s 0.7s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(5),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(5),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(5),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(5) {
      -webkit-transition: ease-out 0.6s 0.9s;
      transition: ease-out 0.6s 0.9s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(6),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(6),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(6),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(6) {
      -webkit-transition: ease-out 0.6s 1.1s;
      transition: ease-out 0.6s 1.1s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(7),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(7),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(7),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(7) {
      -webkit-transition: ease-out 0.6s 1.3s;
      transition: ease-out 0.6s 1.3s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(8),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(8),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(8),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(8) {
      -webkit-transition: ease-out 0.6s 1.5s;
      transition: ease-out 0.6s 1.5s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(9),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(9),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(9),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(9) {
      -webkit-transition: ease-out 0.6s 1.7s;
      transition: ease-out 0.6s 1.7s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(10),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(10),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(10),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(10) {
      -webkit-transition: ease-out 0.6s 1.9s;
      transition: ease-out 0.6s 1.9s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(11),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(11),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(11),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(11) {
      -webkit-transition: ease-out 0.6s 2.1s;
      transition: ease-out 0.6s 2.1s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(12),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(12),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(12),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(12) {
      -webkit-transition: ease-out 0.6s 2.3s;
      transition: ease-out 0.6s 2.3s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(13),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(13),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(13),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(13) {
      -webkit-transition: ease-out 0.6s 2.5s;
      transition: ease-out 0.6s 2.5s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(14),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(14),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(14),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(14) {
      -webkit-transition: ease-out 0.6s 2.7s;
      transition: ease-out 0.6s 2.7s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(15),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(15),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(15),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(15) {
      -webkit-transition: ease-out 0.6s 2.9s;
      transition: ease-out 0.6s 2.9s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(16),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(16),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(16),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(16) {
      -webkit-transition: ease-out 0.6s 3.1s;
      transition: ease-out 0.6s 3.1s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(17),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(17),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(17),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(17) {
      -webkit-transition: ease-out 0.6s 3.3s;
      transition: ease-out 0.6s 3.3s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(18),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(18),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(18),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(18) {
      -webkit-transition: ease-out 0.6s 3.5s;
      transition: ease-out 0.6s 3.5s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(19),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(19),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(19),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(19) {
      -webkit-transition: ease-out 0.6s 3.7s;
      transition: ease-out 0.6s 3.7s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(20),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(20),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(20),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(20) {
      -webkit-transition: ease-out 0.6s 3.9s;
      transition: ease-out 0.6s 3.9s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(21),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(21),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(21),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(21) {
      -webkit-transition: ease-out 0.6s 4.1s;
      transition: ease-out 0.6s 4.1s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(22),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(22),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(22),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(22) {
      -webkit-transition: ease-out 0.6s 4.3s;
      transition: ease-out 0.6s 4.3s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(23),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(23),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(23),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(23) {
      -webkit-transition: ease-out 0.6s 4.5s;
      transition: ease-out 0.6s 4.5s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(24),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(24),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(24),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(24) {
      -webkit-transition: ease-out 0.6s 4.7s;
      transition: ease-out 0.6s 4.7s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(25),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(25),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(25),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(25) {
      -webkit-transition: ease-out 0.6s 4.9s;
      transition: ease-out 0.6s 4.9s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(26),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(26),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(26),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(26) {
      -webkit-transition: ease-out 0.6s 5.1s;
      transition: ease-out 0.6s 5.1s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(27),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(27),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(27),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(27) {
      -webkit-transition: ease-out 0.6s 5.3s;
      transition: ease-out 0.6s 5.3s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(28),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(28),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(28),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(28) {
      -webkit-transition: ease-out 0.6s 5.5s;
      transition: ease-out 0.6s 5.5s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(29),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(29),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(29),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(29) {
      -webkit-transition: ease-out 0.6s 5.7s;
      transition: ease-out 0.6s 5.7s; }
    main#parts-lc section#parts-wheel ul.parts-box li:nth-child(30),
    main#parts-lc section#parts-suspension ul.parts-box li:nth-child(30),
    main#parts-lc section#parts-turning ul.parts-box li:nth-child(30),
    main#parts-lc section#parts-interior ul.parts-box li:nth-child(30) {
      -webkit-transition: ease-out 0.6s 5.9s;
      transition: ease-out 0.6s 5.9s; }
    @media screen and (max-width: 650px) {
      main#parts-lc section#parts-wheel ul.parts-box li,
      main#parts-lc section#parts-suspension ul.parts-box li,
      main#parts-lc section#parts-turning ul.parts-box li,
      main#parts-lc section#parts-interior ul.parts-box li {
        width: 100%; } }
    main#parts-lc section#parts-wheel ul.parts-box li .parts-img,
    main#parts-lc section#parts-suspension ul.parts-box li .parts-img,
    main#parts-lc section#parts-turning ul.parts-box li .parts-img,
    main#parts-lc section#parts-interior ul.parts-box li .parts-img {
      width: 100%; }
main#parts-lc section#parts-wheel .wheel,
main#parts-lc section#parts-suspension .wheel,
main#parts-lc section#parts-turning .wheel,
main#parts-lc section#parts-interior .wheel {
  position: relative;
  width: 100%;
  max-width: 790px;
  margin: 0 auto; }
  main#parts-lc section#parts-wheel .wheel p,
  main#parts-lc section#parts-suspension .wheel p,
  main#parts-lc section#parts-turning .wheel p,
  main#parts-lc section#parts-interior .wheel p {
    position: absolute;
    top: 40px;
    left: 0;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: sideways; }
    @media screen and (max-width: 900px) {
      main#parts-lc section#parts-wheel .wheel p,
      main#parts-lc section#parts-suspension .wheel p,
      main#parts-lc section#parts-turning .wheel p,
      main#parts-lc section#parts-interior .wheel p {
        left: 20px; } }
  main#parts-lc section#parts-wheel .wheel ul.parts-box_wheel,
  main#parts-lc section#parts-suspension .wheel ul.parts-box_wheel,
  main#parts-lc section#parts-turning .wheel ul.parts-box_wheel,
  main#parts-lc section#parts-interior .wheel ul.parts-box_wheel {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 30px;
    max-width: 790px; }
    main#parts-lc section#parts-wheel .wheel ul.parts-box_wheel li,
    main#parts-lc section#parts-suspension .wheel ul.parts-box_wheel li,
    main#parts-lc section#parts-turning .wheel ul.parts-box_wheel li,
    main#parts-lc section#parts-interior .wheel ul.parts-box_wheel li {
      width: 170px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media screen and (max-width: 900px) {
        main#parts-lc section#parts-wheel .wheel ul.parts-box_wheel li,
        main#parts-lc section#parts-suspension .wheel ul.parts-box_wheel li,
        main#parts-lc section#parts-turning .wheel ul.parts-box_wheel li,
        main#parts-lc section#parts-interior .wheel ul.parts-box_wheel li {
          width: 33%; } }
      @media screen and (max-width: 650px) {
        main#parts-lc section#parts-wheel .wheel ul.parts-box_wheel li,
        main#parts-lc section#parts-suspension .wheel ul.parts-box_wheel li,
        main#parts-lc section#parts-turning .wheel ul.parts-box_wheel li,
        main#parts-lc section#parts-interior .wheel ul.parts-box_wheel li {
          width: 100%; } }
      main#parts-lc section#parts-wheel .wheel ul.parts-box_wheel li .parts-img,
      main#parts-lc section#parts-suspension .wheel ul.parts-box_wheel li .parts-img,
      main#parts-lc section#parts-turning .wheel ul.parts-box_wheel li .parts-img,
      main#parts-lc section#parts-interior .wheel ul.parts-box_wheel li .parts-img {
        width: 170px; }
      main#parts-lc section#parts-wheel .wheel ul.parts-box_wheel li span,
      main#parts-lc section#parts-suspension .wheel ul.parts-box_wheel li span,
      main#parts-lc section#parts-turning .wheel ul.parts-box_wheel li span,
      main#parts-lc section#parts-interior .wheel ul.parts-box_wheel li span {
        font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-weight: 700;
        display: block; }
        main#parts-lc section#parts-wheel .wheel ul.parts-box_wheel li span.eng,
        main#parts-lc section#parts-suspension .wheel ul.parts-box_wheel li span.eng,
        main#parts-lc section#parts-turning .wheel ul.parts-box_wheel li span.eng,
        main#parts-lc section#parts-interior .wheel ul.parts-box_wheel li span.eng {
          font-size: 0.9375rem;
          margin: 0 0 10px 0; }
        main#parts-lc section#parts-wheel .wheel ul.parts-box_wheel li span.kana,
        main#parts-lc section#parts-suspension .wheel ul.parts-box_wheel li span.kana,
        main#parts-lc section#parts-turning .wheel ul.parts-box_wheel li span.kana,
        main#parts-lc section#parts-interior .wheel ul.parts-box_wheel li span.kana {
          font-size: 0.75rem; }
main#parts-lc section#parts-wheel .spec,
main#parts-lc section#parts-suspension .spec,
main#parts-lc section#parts-turning .spec,
main#parts-lc section#parts-interior .spec {
  padding: 0 20px;
  margin: 0 0 70px 0; }
  @media screen and (max-width: 900px) {
    main#parts-lc section#parts-wheel .spec,
    main#parts-lc section#parts-suspension .spec,
    main#parts-lc section#parts-turning .spec,
    main#parts-lc section#parts-interior .spec {
      margin: 0 0 40px 0; } }
  main#parts-lc section#parts-wheel .spec__inner,
  main#parts-lc section#parts-suspension .spec__inner,
  main#parts-lc section#parts-turning .spec__inner,
  main#parts-lc section#parts-interior .spec__inner {
    max-width: 1060px;
    margin: 0 auto; }
  main#parts-lc section#parts-wheel .spec__title,
  main#parts-lc section#parts-suspension .spec__title,
  main#parts-lc section#parts-turning .spec__title,
  main#parts-lc section#parts-interior .spec__title {
    margin: 0 0 10px;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 0.8125rem;
    font-weight: 700; }
main#parts-lc section#parts-wheel .spec-wrap,
main#parts-lc section#parts-suspension .spec-wrap,
main#parts-lc section#parts-turning .spec-wrap,
main#parts-lc section#parts-interior .spec-wrap {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent;
  margin: 0 0 15px 0;
  max-width: 1060px; }
  main#parts-lc section#parts-wheel .spec-wrap .spec-grid,
  main#parts-lc section#parts-suspension .spec-wrap .spec-grid,
  main#parts-lc section#parts-turning .spec-wrap .spec-grid,
  main#parts-lc section#parts-interior .spec-wrap .spec-grid {
    display: grid;
    margin: 0;
    grid-template-columns: 88px 139px 55px 55px 3fr 2fr; }
    @media screen and (max-width: 900px) {
      main#parts-lc section#parts-wheel .spec-wrap .spec-grid,
      main#parts-lc section#parts-suspension .spec-wrap .spec-grid,
      main#parts-lc section#parts-turning .spec-wrap .spec-grid,
      main#parts-lc section#parts-interior .spec-wrap .spec-grid {
        grid-template-columns: 1fr;
        border-collapse: initial; } }
    main#parts-lc section#parts-wheel .spec-wrap .spec-grid .pair,
    main#parts-lc section#parts-suspension .spec-wrap .spec-grid .pair,
    main#parts-lc section#parts-turning .spec-wrap .spec-grid .pair,
    main#parts-lc section#parts-interior .spec-wrap .spec-grid .pair {
      display: contents; }
      @media screen and (max-width: 900px) {
        main#parts-lc section#parts-wheel .spec-wrap .spec-grid .pair,
        main#parts-lc section#parts-suspension .spec-wrap .spec-grid .pair,
        main#parts-lc section#parts-turning .spec-wrap .spec-grid .pair,
        main#parts-lc section#parts-interior .spec-wrap .spec-grid .pair {
          display: block; } }
      main#parts-lc section#parts-wheel .spec-wrap .spec-grid .pair dt,
      main#parts-lc section#parts-wheel .spec-wrap .spec-grid .pair dd,
      main#parts-lc section#parts-suspension .spec-wrap .spec-grid .pair dt,
      main#parts-lc section#parts-suspension .spec-wrap .spec-grid .pair dd,
      main#parts-lc section#parts-turning .spec-wrap .spec-grid .pair dt,
      main#parts-lc section#parts-turning .spec-wrap .spec-grid .pair dd,
      main#parts-lc section#parts-interior .spec-wrap .spec-grid .pair dt,
      main#parts-lc section#parts-interior .spec-wrap .spec-grid .pair dd {
        padding: 15px 8px;
        text-align: center;
        font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 0.9375rem;
        font-weight: 700; }
        @media screen and (max-width: 900px) {
          main#parts-lc section#parts-wheel .spec-wrap .spec-grid .pair dt,
          main#parts-lc section#parts-wheel .spec-wrap .spec-grid .pair dd,
          main#parts-lc section#parts-suspension .spec-wrap .spec-grid .pair dt,
          main#parts-lc section#parts-suspension .spec-wrap .spec-grid .pair dd,
          main#parts-lc section#parts-turning .spec-wrap .spec-grid .pair dt,
          main#parts-lc section#parts-turning .spec-wrap .spec-grid .pair dd,
          main#parts-lc section#parts-interior .spec-wrap .spec-grid .pair dt,
          main#parts-lc section#parts-interior .spec-wrap .spec-grid .pair dd {
            border-right: none;
            white-space: normal;
            padding: 12px 14px;
            grid-row: auto; } }
      main#parts-lc section#parts-wheel .spec-wrap .spec-grid .pair dt,
      main#parts-lc section#parts-suspension .spec-wrap .spec-grid .pair dt,
      main#parts-lc section#parts-turning .spec-wrap .spec-grid .pair dt,
      main#parts-lc section#parts-interior .spec-wrap .spec-grid .pair dt {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        grid-row: 1; }
        @media screen and (max-width: 900px) {
          main#parts-lc section#parts-wheel .spec-wrap .spec-grid .pair dt,
          main#parts-lc section#parts-suspension .spec-wrap .spec-grid .pair dt,
          main#parts-lc section#parts-turning .spec-wrap .spec-grid .pair dt,
          main#parts-lc section#parts-interior .spec-wrap .spec-grid .pair dt {
            border-bottom: none; } }
      main#parts-lc section#parts-wheel .spec-wrap .spec-grid .pair dd,
      main#parts-lc section#parts-suspension .spec-wrap .spec-grid .pair dd,
      main#parts-lc section#parts-turning .spec-wrap .spec-grid .pair dd,
      main#parts-lc section#parts-interior .spec-wrap .spec-grid .pair dd {
        border-bottom: 1px solid white;
        grid-row: 2;
        margin: 0; }
main#parts-lc section#parts-wheel .spec__txt,
main#parts-lc section#parts-suspension .spec__txt,
main#parts-lc section#parts-turning .spec__txt,
main#parts-lc section#parts-interior .spec__txt {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    main#parts-lc section#parts-wheel .spec__txt,
    main#parts-lc section#parts-suspension .spec__txt,
    main#parts-lc section#parts-turning .spec__txt,
    main#parts-lc section#parts-interior .spec__txt {
      flex-direction: column; } }
  main#parts-lc section#parts-wheel .spec__txt .spec__bullets,
  main#parts-lc section#parts-suspension .spec__txt .spec__bullets,
  main#parts-lc section#parts-turning .spec__txt .spec__bullets,
  main#parts-lc section#parts-interior .spec__txt .spec__bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%; }
    @media screen and (max-width: 900px) {
      main#parts-lc section#parts-wheel .spec__txt .spec__bullets,
      main#parts-lc section#parts-suspension .spec__txt .spec__bullets,
      main#parts-lc section#parts-turning .spec__txt .spec__bullets,
      main#parts-lc section#parts-interior .spec__txt .spec__bullets {
        margin: 0 0 20px 0;
        width: 100%; } }
    main#parts-lc section#parts-wheel .spec__txt .spec__bullets li,
    main#parts-lc section#parts-suspension .spec__txt .spec__bullets li,
    main#parts-lc section#parts-turning .spec__txt .spec__bullets li,
    main#parts-lc section#parts-interior .spec__txt .spec__bullets li {
      font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
      font-size: 0.75rem;
      font-weight: 700; }
      main#parts-lc section#parts-wheel .spec__txt .spec__bullets li + li,
      main#parts-lc section#parts-suspension .spec__txt .spec__bullets li + li,
      main#parts-lc section#parts-turning .spec__txt .spec__bullets li + li,
      main#parts-lc section#parts-interior .spec__txt .spec__bullets li + li {
        margin-top: 7px; }
  main#parts-lc section#parts-wheel .spec__txt .spec__note,
  main#parts-lc section#parts-suspension .spec__txt .spec__note,
  main#parts-lc section#parts-turning .spec__txt .spec__note,
  main#parts-lc section#parts-interior .spec__txt .spec__note {
    margin: 0;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    line-height: 1.5;
    width: 50%; }
    @media screen and (max-width: 900px) {
      main#parts-lc section#parts-wheel .spec__txt .spec__note,
      main#parts-lc section#parts-suspension .spec__txt .spec__note,
      main#parts-lc section#parts-turning .spec__txt .spec__note,
      main#parts-lc section#parts-interior .spec__txt .spec__note {
        width: 100%; } }
main#parts-lc section#parts-wheel .txt-inner,
main#parts-lc section#parts-suspension .txt-inner,
main#parts-lc section#parts-turning .txt-inner,
main#parts-lc section#parts-interior .txt-inner {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 1300px) {
    main#parts-lc section#parts-wheel .txt-inner,
    main#parts-lc section#parts-suspension .txt-inner,
    main#parts-lc section#parts-turning .txt-inner,
    main#parts-lc section#parts-interior .txt-inner {
      width: auto;
      margin: 0 20px; } }
  main#parts-lc section#parts-wheel .txt-inner .txt-reg,
  main#parts-lc section#parts-suspension .txt-inner .txt-reg,
  main#parts-lc section#parts-turning .txt-inner .txt-reg,
  main#parts-lc section#parts-interior .txt-inner .txt-reg {
    margin: 0 0 30px 0; }
  main#parts-lc section#parts-wheel .txt-inner .txt-mid,
  main#parts-lc section#parts-suspension .txt-inner .txt-mid,
  main#parts-lc section#parts-turning .txt-inner .txt-mid,
  main#parts-lc section#parts-interior .txt-inner .txt-mid {
    font-weight: 300;
    margin: 10px 0 0 0;
    text-align: center; }
main#parts-lc section#parts-wheel a.link,
main#parts-lc section#parts-suspension a.link,
main#parts-lc section#parts-turning a.link,
main#parts-lc section#parts-interior a.link {
  display: block;
  width: 120px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: white;
  border: 1px solid white;
  margin: 0 auto;
  padding: 5px 0; }
  main#parts-lc section#parts-wheel a.link:hover,
  main#parts-lc section#parts-suspension a.link:hover,
  main#parts-lc section#parts-turning a.link:hover,
  main#parts-lc section#parts-interior a.link:hover {
    transform: scale(1.1); }
main#parts-lc section#parts-suspension .parts-inner.sus,
main#parts-lc section#parts-suspension .parts-inner.ure,
main#parts-lc section#parts-suspension .parts-inner.tun,
main#parts-lc section#parts-suspension .parts-inner.inte,
main#parts-lc section#parts-turning .parts-inner.sus,
main#parts-lc section#parts-turning .parts-inner.ure,
main#parts-lc section#parts-turning .parts-inner.tun,
main#parts-lc section#parts-turning .parts-inner.inte,
main#parts-lc section#parts-interior .parts-inner.sus,
main#parts-lc section#parts-interior .parts-inner.ure,
main#parts-lc section#parts-interior .parts-inner.tun,
main#parts-lc section#parts-interior .parts-inner.inte {
  display: flex;
  justify-content: center;
  gap: 90px;
  margin: 0 0 75px 0; }
  @media screen and (max-width: 900px) {
    main#parts-lc section#parts-suspension .parts-inner.sus,
    main#parts-lc section#parts-suspension .parts-inner.ure,
    main#parts-lc section#parts-suspension .parts-inner.tun,
    main#parts-lc section#parts-suspension .parts-inner.inte,
    main#parts-lc section#parts-turning .parts-inner.sus,
    main#parts-lc section#parts-turning .parts-inner.ure,
    main#parts-lc section#parts-turning .parts-inner.tun,
    main#parts-lc section#parts-turning .parts-inner.inte,
    main#parts-lc section#parts-interior .parts-inner.sus,
    main#parts-lc section#parts-interior .parts-inner.ure,
    main#parts-lc section#parts-interior .parts-inner.tun,
    main#parts-lc section#parts-interior .parts-inner.inte {
      flex-direction: column;
      align-items: center;
      gap: 40px; } }
  main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.sus,
  main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.ure,
  main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.tun,
  main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.inte,
  main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.sus,
  main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.ure,
  main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.tun,
  main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.inte,
  main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.sus,
  main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.ure,
  main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.tun,
  main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.inte,
  main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.sus,
  main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.ure,
  main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.tun,
  main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.inte,
  main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.sus,
  main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.ure,
  main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.tun,
  main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.inte,
  main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.sus,
  main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.ure,
  main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.tun,
  main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.inte,
  main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.sus,
  main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.ure,
  main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.tun,
  main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.inte,
  main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.sus,
  main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.ure,
  main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.tun,
  main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.inte,
  main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.sus,
  main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.ure,
  main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.tun,
  main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.inte,
  main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.sus,
  main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.ure,
  main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.tun,
  main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.inte,
  main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.sus,
  main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.ure,
  main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.tun,
  main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.inte,
  main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.sus,
  main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.ure,
  main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.tun,
  main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.inte {
    width: 390px; }
    @media screen and (max-width: 900px) {
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.sus,
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.ure,
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.tun,
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.inte,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.sus,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.ure,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.tun,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.inte,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.sus,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.ure,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.tun,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.inte,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.sus,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.ure,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.tun,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.inte,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.sus,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.ure,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.tun,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.inte,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.sus,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.ure,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.tun,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.inte,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.sus,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.ure,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.tun,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.inte,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.sus,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.ure,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.tun,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.inte,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.sus,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.ure,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.tun,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.inte,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.sus,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.ure,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.tun,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.inte,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.sus,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.ure,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.tun,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.inte,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.sus,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.ure,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.tun,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.inte {
        width: 100%;
        padding: 0 20px; } }
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.sus h4,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.ure h4,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.tun h4,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.inte h4,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.sus h4,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.ure h4,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.tun h4,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.inte h4,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.sus h4,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.ure h4,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.tun h4,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.inte h4,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.sus h4,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.ure h4,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.tun h4,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.inte h4,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.sus h4,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.ure h4,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.tun h4,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.inte h4,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.sus h4,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.ure h4,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.tun h4,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.inte h4,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.sus h4,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.ure h4,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.tun h4,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.inte h4,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.sus h4,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.ure h4,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.tun h4,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.inte h4,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.sus h4,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.ure h4,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.tun h4,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.inte h4,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.sus h4,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.ure h4,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.tun h4,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.inte h4,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.sus h4,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.ure h4,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.tun h4,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.inte h4,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.sus h4,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.ure h4,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.tun h4,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.inte h4 {
      font-size: 4.375rem;
      font-weight: 500;
      font-family: "din-condensed", sans-serif;
      margin: 0 0 30px 0; }
      @media screen and (max-width: 650px) {
        main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.sus h4,
        main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.ure h4,
        main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.tun h4,
        main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.inte h4,
        main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.sus h4,
        main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.ure h4,
        main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.tun h4,
        main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.inte h4,
        main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.sus h4,
        main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.ure h4,
        main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.tun h4,
        main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.inte h4,
        main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.sus h4,
        main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.ure h4,
        main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.tun h4,
        main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.inte h4,
        main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.sus h4,
        main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.ure h4,
        main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.tun h4,
        main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.inte h4,
        main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.sus h4,
        main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.ure h4,
        main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.tun h4,
        main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.inte h4,
        main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.sus h4,
        main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.ure h4,
        main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.tun h4,
        main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.inte h4,
        main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.sus h4,
        main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.ure h4,
        main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.tun h4,
        main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.inte h4,
        main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.sus h4,
        main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.ure h4,
        main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.tun h4,
        main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.inte h4,
        main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.sus h4,
        main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.ure h4,
        main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.tun h4,
        main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.inte h4,
        main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.sus h4,
        main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.ure h4,
        main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.tun h4,
        main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.inte h4,
        main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.sus h4,
        main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.ure h4,
        main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.tun h4,
        main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.inte h4 {
          font-size: 3.125rem; } }
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.sus p.sub,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.ure p.sub,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.tun p.sub,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.inte p.sub,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.sus p.sub,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.ure p.sub,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.tun p.sub,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.inte p.sub,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.sus p.sub,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.ure p.sub,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.tun p.sub,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.inte p.sub,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.sus p.sub,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.ure p.sub,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.tun p.sub,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.inte p.sub,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.sus p.sub,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.ure p.sub,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.tun p.sub,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.inte p.sub,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.sus p.sub,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.ure p.sub,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.tun p.sub,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.inte p.sub,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.sus p.sub,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.ure p.sub,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.tun p.sub,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.inte p.sub,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.sus p.sub,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.ure p.sub,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.tun p.sub,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.inte p.sub,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.sus p.sub,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.ure p.sub,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.tun p.sub,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.inte p.sub,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.sus p.sub,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.ure p.sub,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.tun p.sub,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.inte p.sub,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.sus p.sub,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.ure p.sub,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.tun p.sub,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.inte p.sub,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.sus p.sub,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.ure p.sub,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.tun p.sub,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.inte p.sub {
      font-size: 1.875rem;
      font-weight: 500;
      margin: 0 0 15px -15px; }
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.sus .style,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.ure .style,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.tun .style,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.inte .style,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.sus .style,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.ure .style,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.tun .style,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.inte .style,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.sus .style,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.ure .style,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.tun .style,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.inte .style,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.sus .style,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.ure .style,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.tun .style,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.inte .style,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.sus .style,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.ure .style,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.tun .style,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.inte .style,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.sus .style,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.ure .style,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.tun .style,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.inte .style,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.sus .style,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.ure .style,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.tun .style,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.inte .style,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.sus .style,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.ure .style,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.tun .style,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.inte .style,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.sus .style,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.ure .style,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.tun .style,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.inte .style,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.sus .style,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.ure .style,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.tun .style,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.inte .style,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.sus .style,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.ure .style,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.tun .style,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.inte .style,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.sus .style,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.ure .style,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.tun .style,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.inte .style {
      display: flex;
      margin: 0 0 35px 0;
      gap: 10px; }
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.sus .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.ure .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.tun .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.inte .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.sus .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.ure .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.tun .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.inte .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.sus .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.ure .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.tun .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.inte .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.sus .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.ure .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.tun .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.inte .style .style-l,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.sus .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.ure .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.tun .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.inte .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.sus .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.ure .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.tun .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.inte .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.sus .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.ure .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.tun .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.inte .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.sus .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.ure .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.tun .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.inte .style .style-l,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.sus .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.ure .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.tun .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.inte .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.sus .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.ure .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.tun .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.inte .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.sus .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.ure .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.tun .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.inte .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.sus .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.ure .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.tun .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.inte .style .style-l,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.inte .style .style-r {
        font-size: 0.9375rem;
        font-weight: 500;
        font-family: "bebas-neue-by-fontfabric", sans-serif;
        margin: 0;
        line-height: 1.2; }
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.inte .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.sus .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.ure .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.tun .style .style-r,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.inte .style .style-r {
        margin: 0; }
        main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.sus .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.ure .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.tun .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.inte .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.sus .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.ure .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.tun .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.inte .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.sus .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.ure .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.tun .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.inte .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.sus .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.ure .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.tun .style .style-r span,
        main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.inte .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.sus .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.ure .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.tun .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.inte .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.sus .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.ure .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.tun .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.inte .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.sus .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.ure .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.tun .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.inte .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.sus .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.ure .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.tun .style .style-r span,
        main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.inte .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.sus .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.ure .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.tun .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.inte .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.sus .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.ure .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.tun .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.inte .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.sus .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.ure .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.tun .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.inte .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.sus .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.ure .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.tun .style .style-r span,
        main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.inte .style .style-r span {
          display: block; }
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.sus .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.ure .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.tun .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.inte .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.sus .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.ure .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.tun .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.inte .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.sus .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.ure .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.tun .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.inte .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.sus .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.ure .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.tun .txt-t,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.inte .txt-t,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.sus .txt-t,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.ure .txt-t,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.tun .txt-t,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.inte .txt-t,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.sus .txt-t,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.ure .txt-t,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.tun .txt-t,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.inte .txt-t,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.sus .txt-t,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.ure .txt-t,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.tun .txt-t,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.inte .txt-t,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.sus .txt-t,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.ure .txt-t,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.tun .txt-t,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.inte .txt-t,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.sus .txt-t,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.ure .txt-t,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.tun .txt-t,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.inte .txt-t,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.sus .txt-t,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.ure .txt-t,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.tun .txt-t,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.inte .txt-t,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.sus .txt-t,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.ure .txt-t,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.tun .txt-t,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.inte .txt-t,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.sus .txt-t,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.ure .txt-t,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.tun .txt-t,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.inte .txt-t {
      font-size: 1.0625rem;
      font-weight: 700;
      margin: 0 0 20px 0; }
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.sus .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.ure .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.tun .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerL.inte .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.sus .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.ure .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.tun .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.inte .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.sus .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.ure .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.tun .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerL.inte .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.sus .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.ure .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.tun .txt-b,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerL.inte .txt-b,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.sus .txt-b,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.ure .txt-b,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.tun .txt-b,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerL.inte .txt-b,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.sus .txt-b,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.ure .txt-b,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.tun .txt-b,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerL.inte .txt-b,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.sus .txt-b,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.ure .txt-b,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.tun .txt-b,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerL.inte .txt-b,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.sus .txt-b,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.ure .txt-b,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.tun .txt-b,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerL.inte .txt-b,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.sus .txt-b,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.ure .txt-b,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.tun .txt-b,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerL.inte .txt-b,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.sus .txt-b,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.ure .txt-b,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.tun .txt-b,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerL.inte .txt-b,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.sus .txt-b,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.ure .txt-b,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.tun .txt-b,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerL.inte .txt-b,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.sus .txt-b,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.ure .txt-b,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.tun .txt-b,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerL.inte .txt-b {
      font-size: 0.9375rem;
      font-weight: 500;
      margin: 0; }
  main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerR.ure,
  main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerR.ure,
  main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerR.ure,
  main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerR.ure,
  main#parts-lc section#parts-turning .parts-inner.sus .parts-innerR.ure,
  main#parts-lc section#parts-turning .parts-inner.ure .parts-innerR.ure,
  main#parts-lc section#parts-turning .parts-inner.tun .parts-innerR.ure,
  main#parts-lc section#parts-turning .parts-inner.inte .parts-innerR.ure,
  main#parts-lc section#parts-interior .parts-inner.sus .parts-innerR.ure,
  main#parts-lc section#parts-interior .parts-inner.ure .parts-innerR.ure,
  main#parts-lc section#parts-interior .parts-inner.tun .parts-innerR.ure,
  main#parts-lc section#parts-interior .parts-inner.inte .parts-innerR.ure {
    width: 356px;
    height: 50%; }
    @media screen and (max-width: 900px) {
      main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerR.ure,
      main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerR.ure,
      main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerR.ure,
      main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerR.ure,
      main#parts-lc section#parts-turning .parts-inner.sus .parts-innerR.ure,
      main#parts-lc section#parts-turning .parts-inner.ure .parts-innerR.ure,
      main#parts-lc section#parts-turning .parts-inner.tun .parts-innerR.ure,
      main#parts-lc section#parts-turning .parts-inner.inte .parts-innerR.ure,
      main#parts-lc section#parts-interior .parts-inner.sus .parts-innerR.ure,
      main#parts-lc section#parts-interior .parts-inner.ure .parts-innerR.ure,
      main#parts-lc section#parts-interior .parts-inner.tun .parts-innerR.ure,
      main#parts-lc section#parts-interior .parts-inner.inte .parts-innerR.ure {
        width: 100%;
        padding: 0 20px; } }
    main#parts-lc section#parts-suspension .parts-inner.sus .parts-innerR.ure img,
    main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerR.ure img,
    main#parts-lc section#parts-suspension .parts-inner.tun .parts-innerR.ure img,
    main#parts-lc section#parts-suspension .parts-inner.inte .parts-innerR.ure img,
    main#parts-lc section#parts-turning .parts-inner.sus .parts-innerR.ure img,
    main#parts-lc section#parts-turning .parts-inner.ure .parts-innerR.ure img,
    main#parts-lc section#parts-turning .parts-inner.tun .parts-innerR.ure img,
    main#parts-lc section#parts-turning .parts-inner.inte .parts-innerR.ure img,
    main#parts-lc section#parts-interior .parts-inner.sus .parts-innerR.ure img,
    main#parts-lc section#parts-interior .parts-inner.ure .parts-innerR.ure img,
    main#parts-lc section#parts-interior .parts-inner.tun .parts-innerR.ure img,
    main#parts-lc section#parts-interior .parts-inner.inte .parts-innerR.ure img {
      width: 100%;
      height: 100%; }
main#parts-lc section#parts-suspension .parts-inner.ure,
main#parts-lc section#parts-turning .parts-inner.ure,
main#parts-lc section#parts-interior .parts-inner.ure {
  margin: 200px 0 65px 0; }
main#parts-lc section#parts-suspension .shock-spec,
main#parts-lc section#parts-turning .shock-spec,
main#parts-lc section#parts-interior .shock-spec {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }
  main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.kit,
  main#parts-lc section#parts-suspension .shock-spec .pc-view.ma,
  main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other,
  main#parts-lc section#parts-turning .shock-spec .pc-view.ma.kit,
  main#parts-lc section#parts-turning .shock-spec .pc-view.ma,
  main#parts-lc section#parts-turning .shock-spec .pc-view.ma.other,
  main#parts-lc section#parts-interior .shock-spec .pc-view.ma.kit,
  main#parts-lc section#parts-interior .shock-spec .pc-view.ma,
  main#parts-lc section#parts-interior .shock-spec .pc-view.ma.other {
    display: none; }
  main#parts-lc section#parts-suspension .shock-spec .sp-view,
  main#parts-lc section#parts-turning .shock-spec .sp-view,
  main#parts-lc section#parts-interior .shock-spec .sp-view {
    display: block; }
@media screen and (min-width: 1100px) {
  main#parts-lc section#parts-suspension .shock-spec,
  main#parts-lc section#parts-turning .shock-spec,
  main#parts-lc section#parts-interior .shock-spec {
    margin: 0 auto 200px auto;
    padding: 16px 20px; }
    main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.kit,
    main#parts-lc section#parts-suspension .shock-spec .pc-view.ma,
    main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other,
    main#parts-lc section#parts-turning .shock-spec .pc-view.ma.kit,
    main#parts-lc section#parts-turning .shock-spec .pc-view.ma,
    main#parts-lc section#parts-turning .shock-spec .pc-view.ma.other,
    main#parts-lc section#parts-interior .shock-spec .pc-view.ma.kit,
    main#parts-lc section#parts-interior .shock-spec .pc-view.ma,
    main#parts-lc section#parts-interior .shock-spec .pc-view.ma.other {
      display: block; }
    main#parts-lc section#parts-suspension .shock-spec .pc-view.ma,
    main#parts-lc section#parts-turning .shock-spec .pc-view.ma,
    main#parts-lc section#parts-interior .shock-spec .pc-view.ma {
      margin: 0 0 50px 0; }
    main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.kit .spec-table,
    main#parts-lc section#parts-turning .shock-spec .pc-view.ma.kit .spec-table,
    main#parts-lc section#parts-interior .shock-spec .pc-view.ma.kit .spec-table {
      table-layout: fixed; }
      main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.kit .spec-table col.col-item,
      main#parts-lc section#parts-turning .shock-spec .pc-view.ma.kit .spec-table col.col-item,
      main#parts-lc section#parts-interior .shock-spec .pc-view.ma.kit .spec-table col.col-item {
        width: 130px; }
      main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.kit .spec-table col.col-matching,
      main#parts-lc section#parts-turning .shock-spec .pc-view.ma.kit .spec-table col.col-matching,
      main#parts-lc section#parts-interior .shock-spec .pc-view.ma.kit .spec-table col.col-matching {
        width: 180px; }
      main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.kit .spec-table col.col-mech,
      main#parts-lc section#parts-turning .shock-spec .pc-view.ma.kit .spec-table col.col-mech,
      main#parts-lc section#parts-interior .shock-spec .pc-view.ma.kit .spec-table col.col-mech {
        width: 180px; }
      main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.kit .spec-table col.col-price,
      main#parts-lc section#parts-turning .shock-spec .pc-view.ma.kit .spec-table col.col-price,
      main#parts-lc section#parts-interior .shock-spec .pc-view.ma.kit .spec-table col.col-price {
        width: 180px; }
      main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.kit .spec-table col.col-length,
      main#parts-lc section#parts-turning .shock-spec .pc-view.ma.kit .spec-table col.col-length,
      main#parts-lc section#parts-interior .shock-spec .pc-view.ma.kit .spec-table col.col-length {
        width: 90px; }
      main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.kit .spec-table col.col-Notes,
      main#parts-lc section#parts-turning .shock-spec .pc-view.ma.kit .spec-table col.col-Notes,
      main#parts-lc section#parts-interior .shock-spec .pc-view.ma.kit .spec-table col.col-Notes {
        width: auto; }
    main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table,
    main#parts-lc section#parts-turning .shock-spec .pc-view.ma.other .spec-table,
    main#parts-lc section#parts-interior .shock-spec .pc-view.ma.other .spec-table {
      table-layout: fixed; }
      main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table col.col-pos,
      main#parts-lc section#parts-turning .shock-spec .pc-view.ma.other .spec-table col.col-pos,
      main#parts-lc section#parts-interior .shock-spec .pc-view.ma.other .spec-table col.col-pos {
        width: 200px; }
      main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table col.col-item,
      main#parts-lc section#parts-turning .shock-spec .pc-view.ma.other .spec-table col.col-item,
      main#parts-lc section#parts-interior .shock-spec .pc-view.ma.other .spec-table col.col-item {
        width: 200px; }
      main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table col.col-matching,
      main#parts-lc section#parts-turning .shock-spec .pc-view.ma.other .spec-table col.col-matching,
      main#parts-lc section#parts-interior .shock-spec .pc-view.ma.other .spec-table col.col-matching {
        width: 200px; }
      main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table col.col-price,
      main#parts-lc section#parts-turning .shock-spec .pc-view.ma.other .spec-table col.col-price,
      main#parts-lc section#parts-interior .shock-spec .pc-view.ma.other .spec-table col.col-price {
        width: 200px; }
      main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table th, main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table td,
      main#parts-lc section#parts-turning .shock-spec .pc-view.ma.other .spec-table th,
      main#parts-lc section#parts-turning .shock-spec .pc-view.ma.other .spec-table td,
      main#parts-lc section#parts-interior .shock-spec .pc-view.ma.other .spec-table th,
      main#parts-lc section#parts-interior .shock-spec .pc-view.ma.other .spec-table td {
        text-align: center; }
      main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table tbody tr:first-child th.pos,
      main#parts-lc section#parts-turning .shock-spec .pc-view.ma.other .spec-table tbody tr:first-child th.pos,
      main#parts-lc section#parts-interior .shock-spec .pc-view.ma.other .spec-table tbody tr:first-child th.pos {
        padding: 20px; }
      main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table th.pos,
      main#parts-lc section#parts-turning .shock-spec .pc-view.ma.other .spec-table th.pos,
      main#parts-lc section#parts-interior .shock-spec .pc-view.ma.other .spec-table th.pos {
        text-align: center; }
    main#parts-lc section#parts-suspension .shock-spec .sp-view,
    main#parts-lc section#parts-turning .shock-spec .sp-view,
    main#parts-lc section#parts-interior .shock-spec .sp-view {
      display: none; }
    main#parts-lc section#parts-suspension .shock-spec .spec-table,
    main#parts-lc section#parts-turning .shock-spec .spec-table,
    main#parts-lc section#parts-interior .shock-spec .spec-table {
      width: 100%;
      border-collapse: collapse;
      border-top: 1px solid white;
      border-bottom: 1px solid white;
      font-size: 0.9375rem;
      font-weight: 700; }
      main#parts-lc section#parts-suspension .shock-spec .spec-table thead th,
      main#parts-lc section#parts-turning .shock-spec .spec-table thead th,
      main#parts-lc section#parts-interior .shock-spec .spec-table thead th {
        height: 75px;
        border-bottom: 1px solid white;
        line-height: 1.3;
        padding: 0 10px;
        white-space: nowrap; }
        main#parts-lc section#parts-suspension .shock-spec .spec-table thead th small,
        main#parts-lc section#parts-turning .shock-spec .spec-table thead th small,
        main#parts-lc section#parts-interior .shock-spec .spec-table thead th small {
          display: block;
          font-size: 0.75rem; }
      main#parts-lc section#parts-suspension .shock-spec .spec-table tbody th,
      main#parts-lc section#parts-suspension .shock-spec .spec-table tbody td,
      main#parts-lc section#parts-turning .shock-spec .spec-table tbody th,
      main#parts-lc section#parts-turning .shock-spec .spec-table tbody td,
      main#parts-lc section#parts-interior .shock-spec .spec-table tbody th,
      main#parts-lc section#parts-interior .shock-spec .spec-table tbody td {
        border-bottom: 1px solid white;
        padding: 10px;
        font-size: 0.8125rem; }
      main#parts-lc section#parts-suspension .shock-spec .spec-table .col-notes,
      main#parts-lc section#parts-turning .shock-spec .spec-table .col-notes,
      main#parts-lc section#parts-interior .shock-spec .spec-table .col-notes {
        width: auto; }
      main#parts-lc section#parts-suspension .shock-spec .spec-table .pos,
      main#parts-lc section#parts-suspension .shock-spec .spec-table .item,
      main#parts-lc section#parts-turning .shock-spec .spec-table .pos,
      main#parts-lc section#parts-turning .shock-spec .spec-table .item,
      main#parts-lc section#parts-interior .shock-spec .spec-table .pos,
      main#parts-lc section#parts-interior .shock-spec .spec-table .item {
        white-space: nowrap;
        text-align: center; }
      main#parts-lc section#parts-suspension .shock-spec .spec-table .matching span,
      main#parts-lc section#parts-turning .shock-spec .spec-table .matching span,
      main#parts-lc section#parts-interior .shock-spec .spec-table .matching span {
        text-align: center; }
      main#parts-lc section#parts-suspension .shock-spec .spec-table .matching small,
      main#parts-lc section#parts-turning .shock-spec .spec-table .matching small,
      main#parts-lc section#parts-interior .shock-spec .spec-table .matching small {
        white-space: nowrap; }
      main#parts-lc section#parts-suspension .shock-spec .spec-table .mech,
      main#parts-lc section#parts-turning .shock-spec .spec-table .mech,
      main#parts-lc section#parts-interior .shock-spec .spec-table .mech {
        white-space: nowrap;
        line-height: 1.5; }
      main#parts-lc section#parts-suspension .shock-spec .spec-table .price .main,
      main#parts-lc section#parts-turning .shock-spec .spec-table .price .main,
      main#parts-lc section#parts-interior .shock-spec .spec-table .price .main {
        display: block;
        text-align: center; }
      main#parts-lc section#parts-suspension .shock-spec .spec-table .price small,
      main#parts-lc section#parts-turning .shock-spec .spec-table .price small,
      main#parts-lc section#parts-interior .shock-spec .spec-table .price small {
        display: block;
        text-align: center; }
      main#parts-lc section#parts-suspension .shock-spec .spec-table .length,
      main#parts-lc section#parts-turning .shock-spec .spec-table .length,
      main#parts-lc section#parts-interior .shock-spec .spec-table .length {
        text-align: center; }
      main#parts-lc section#parts-suspension .shock-spec .spec-table .notes,
      main#parts-lc section#parts-turning .shock-spec .spec-table .notes,
      main#parts-lc section#parts-interior .shock-spec .spec-table .notes {
        line-height: 1.3; }
        main#parts-lc section#parts-suspension .shock-spec .spec-table .notes .caution,
        main#parts-lc section#parts-turning .shock-spec .spec-table .notes .caution,
        main#parts-lc section#parts-interior .shock-spec .spec-table .notes .caution {
          display: inline-block;
          margin-top: 0.25em;
          font-size: 10px; } }
main#parts-lc section#parts-suspension .shock-spec .sp-view,
main#parts-lc section#parts-turning .shock-spec .sp-view,
main#parts-lc section#parts-interior .shock-spec .sp-view {
  margin: 0 auto 50px auto;
  padding: 0 20px; }
  main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card,
  main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card,
  main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card {
    border-bottom: 2px solid white;
    margin-bottom: 50px; }
    main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card:first-child,
    main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card:first-child,
    main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card:first-child {
      margin: 0 0 20px 0; }
    main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card .pairs,
    main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card .pairs,
    main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card .pairs {
      display: grid;
      gap: 0;
      margin: 0; }
      main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card .pairs .pair,
      main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card .pairs .pair,
      main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card .pairs .pair {
        padding: 10px 0;
        border-top: 1px solid white; }
        main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card .pairs .pair:first-of-type,
        main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card .pairs .pair:first-of-type,
        main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card .pairs .pair:first-of-type {
          border-top: 0; }
        main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card .pairs .pair dt,
        main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card .pairs .pair dt,
        main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card .pairs .pair dt {
          font-size: 0.9375rem;
          font-weight: 600;
          margin: 0 0 10px 0; }
        main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card .pairs .pair dd,
        main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card .pairs .pair dd,
        main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card .pairs .pair dd {
          font-size: 0.8125rem;
          margin: 0;
          line-height: 1.3; }
    main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card .strong,
    main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card .strong,
    main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card .strong {
      font-weight: 700; }
    main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card .main,
    main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card .main,
    main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card .main {
      font-weight: 800;
      margin-right: 0.35em; }
    main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card .j-list,
    main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card .j-list,
    main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card .j-list {
      list-style: none;
      padding: 0;
      margin: 0; }
      main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card .j-list li,
      main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card .j-list li,
      main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card .j-list li {
        position: relative;
        padding-left: 1.1em; }
        main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card .j-list li::before,
        main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card .j-list li::before,
        main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card .j-list li::before {
          content: "・";
          position: absolute;
          left: 0;
          top: 0; }
        main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card .j-list li + li,
        main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card .j-list li + li,
        main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card .j-list li + li {
          margin-top: 0.25em; }
        main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card .j-list li.caution::before,
        main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card .j-list li.caution::before,
        main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card .j-list li.caution::before {
          content: "・";
          position: absolute;
          left: 0;
          top: 0; }
      main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card .j-list small,
      main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card .j-list small,
      main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card .j-list small {
        color: var(white); }
      main#parts-lc section#parts-suspension .shock-spec .sp-view .spec-card .j-list .caution,
      main#parts-lc section#parts-turning .shock-spec .sp-view .spec-card .j-list .caution,
      main#parts-lc section#parts-interior .shock-spec .sp-view .spec-card .j-list .caution {
        opacity: 0.95;
        padding: 0; }
main#parts-lc section#parts-suspension .leaf-spec,
main#parts-lc section#parts-turning .leaf-spec,
main#parts-lc section#parts-interior .leaf-spec {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1300px) {
    main#parts-lc section#parts-suspension .leaf-spec,
    main#parts-lc section#parts-turning .leaf-spec,
    main#parts-lc section#parts-interior .leaf-spec {
      padding: 0 20px; } }
  main#parts-lc section#parts-suspension .leaf-spec h5,
  main#parts-lc section#parts-turning .leaf-spec h5,
  main#parts-lc section#parts-interior .leaf-spec h5 {
    font-size: 1.25rem;
    font-family: "din-condensed", sans-serif;
    font-weight: 500;
    margin: 0 0 10px -15px; }
    main#parts-lc section#parts-suspension .leaf-spec h5 span,
    main#parts-lc section#parts-turning .leaf-spec h5 span,
    main#parts-lc section#parts-interior .leaf-spec h5 span {
      font-family: "a-otf-ryumin-pr6n", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif; }
  main#parts-lc section#parts-suspension .leaf-spec.ure,
  main#parts-lc section#parts-turning .leaf-spec.ure,
  main#parts-lc section#parts-interior .leaf-spec.ure {
    max-width: 1010px; }
main#parts-lc section#parts-suspension .table-scroll,
main#parts-lc section#parts-turning .table-scroll,
main#parts-lc section#parts-interior .table-scroll {
  overflow-x: auto; }
  main#parts-lc section#parts-suspension .table-scroll.stock, main#parts-lc section#parts-suspension .table-scroll.inch, main#parts-lc section#parts-suspension .table-scroll.ure,
  main#parts-lc section#parts-turning .table-scroll.stock,
  main#parts-lc section#parts-turning .table-scroll.inch,
  main#parts-lc section#parts-turning .table-scroll.ure,
  main#parts-lc section#parts-interior .table-scroll.stock,
  main#parts-lc section#parts-interior .table-scroll.inch,
  main#parts-lc section#parts-interior .table-scroll.ure {
    margin: 0 0 70px 0; }
main#parts-lc section#parts-suspension .spec-table.stock,
main#parts-lc section#parts-suspension .spec-table.inch,
main#parts-lc section#parts-suspension .spec-table.ure,
main#parts-lc section#parts-turning .spec-table.stock,
main#parts-lc section#parts-turning .spec-table.inch,
main#parts-lc section#parts-turning .spec-table.ure,
main#parts-lc section#parts-interior .spec-table.stock,
main#parts-lc section#parts-interior .spec-table.inch,
main#parts-lc section#parts-interior .spec-table.ure {
  width: 1200px;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 0.8125rem;
  line-height: 1.45;
  margin: 0; }
  main#parts-lc section#parts-suspension .spec-table.stock thead th,
  main#parts-lc section#parts-suspension .spec-table.stock tbody td,
  main#parts-lc section#parts-suspension .spec-table.inch thead th,
  main#parts-lc section#parts-suspension .spec-table.inch tbody td,
  main#parts-lc section#parts-suspension .spec-table.ure thead th,
  main#parts-lc section#parts-suspension .spec-table.ure tbody td,
  main#parts-lc section#parts-turning .spec-table.stock thead th,
  main#parts-lc section#parts-turning .spec-table.stock tbody td,
  main#parts-lc section#parts-turning .spec-table.inch thead th,
  main#parts-lc section#parts-turning .spec-table.inch tbody td,
  main#parts-lc section#parts-turning .spec-table.ure thead th,
  main#parts-lc section#parts-turning .spec-table.ure tbody td,
  main#parts-lc section#parts-interior .spec-table.stock thead th,
  main#parts-lc section#parts-interior .spec-table.stock tbody td,
  main#parts-lc section#parts-interior .spec-table.inch thead th,
  main#parts-lc section#parts-interior .spec-table.inch tbody td,
  main#parts-lc section#parts-interior .spec-table.ure thead th,
  main#parts-lc section#parts-interior .spec-table.ure tbody td {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 5px 0;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle; }
  main#parts-lc section#parts-suspension .spec-table.stock thead th.group,
  main#parts-lc section#parts-suspension .spec-table.inch thead th.group,
  main#parts-lc section#parts-suspension .spec-table.ure thead th.group,
  main#parts-lc section#parts-turning .spec-table.stock thead th.group,
  main#parts-lc section#parts-turning .spec-table.inch thead th.group,
  main#parts-lc section#parts-turning .spec-table.ure thead th.group,
  main#parts-lc section#parts-interior .spec-table.stock thead th.group,
  main#parts-lc section#parts-interior .spec-table.inch thead th.group,
  main#parts-lc section#parts-interior .spec-table.ure thead th.group {
    border-bottom: 1px solid black;
    padding: 3px 0; }
  main#parts-lc section#parts-suspension .spec-table.stock .group-head th,
  main#parts-lc section#parts-suspension .spec-table.inch .group-head th,
  main#parts-lc section#parts-suspension .spec-table.ure .group-head th,
  main#parts-lc section#parts-turning .spec-table.stock .group-head th,
  main#parts-lc section#parts-turning .spec-table.inch .group-head th,
  main#parts-lc section#parts-turning .spec-table.ure .group-head th,
  main#parts-lc section#parts-interior .spec-table.stock .group-head th,
  main#parts-lc section#parts-interior .spec-table.inch .group-head th,
  main#parts-lc section#parts-interior .spec-table.ure .group-head th {
    position: relative; }
  main#parts-lc section#parts-suspension .spec-table.stock .group-head .group .group-title,
  main#parts-lc section#parts-suspension .spec-table.inch .group-head .group .group-title,
  main#parts-lc section#parts-suspension .spec-table.ure .group-head .group .group-title,
  main#parts-lc section#parts-turning .spec-table.stock .group-head .group .group-title,
  main#parts-lc section#parts-turning .spec-table.inch .group-head .group .group-title,
  main#parts-lc section#parts-turning .spec-table.ure .group-head .group .group-title,
  main#parts-lc section#parts-interior .spec-table.stock .group-head .group .group-title,
  main#parts-lc section#parts-interior .spec-table.inch .group-head .group .group-title,
  main#parts-lc section#parts-interior .spec-table.ure .group-head .group .group-title {
    display: inline-block;
    position: relative;
    padding: 0 8px; }
  main#parts-lc section#parts-suspension .spec-table.stock .group-head .group::after,
  main#parts-lc section#parts-suspension .spec-table.inch .group-head .group::after,
  main#parts-lc section#parts-suspension .spec-table.ure .group-head .group::after,
  main#parts-lc section#parts-turning .spec-table.stock .group-head .group::after,
  main#parts-lc section#parts-turning .spec-table.inch .group-head .group::after,
  main#parts-lc section#parts-turning .spec-table.ure .group-head .group::after,
  main#parts-lc section#parts-interior .spec-table.stock .group-head .group::after,
  main#parts-lc section#parts-interior .spec-table.inch .group-head .group::after,
  main#parts-lc section#parts-interior .spec-table.ure .group-head .group::after {
    content: "";
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: 0;
    height: 1px;
    background: white; }
  main#parts-lc section#parts-suspension .spec-table.stock .sub-head th,
  main#parts-lc section#parts-suspension .spec-table.inch .sub-head th,
  main#parts-lc section#parts-suspension .spec-table.ure .sub-head th,
  main#parts-lc section#parts-turning .spec-table.stock .sub-head th,
  main#parts-lc section#parts-turning .spec-table.inch .sub-head th,
  main#parts-lc section#parts-turning .spec-table.ure .sub-head th,
  main#parts-lc section#parts-interior .spec-table.stock .sub-head th,
  main#parts-lc section#parts-interior .spec-table.inch .sub-head th,
  main#parts-lc section#parts-interior .spec-table.ure .sub-head th {
    font-weight: 600; }
  main#parts-lc section#parts-suspension .spec-table.stock .span-stack .stack-title,
  main#parts-lc section#parts-suspension .spec-table.inch .span-stack .stack-title,
  main#parts-lc section#parts-suspension .spec-table.ure .span-stack .stack-title,
  main#parts-lc section#parts-turning .spec-table.stock .span-stack .stack-title,
  main#parts-lc section#parts-turning .spec-table.inch .span-stack .stack-title,
  main#parts-lc section#parts-turning .spec-table.ure .span-stack .stack-title,
  main#parts-lc section#parts-interior .spec-table.stock .span-stack .stack-title,
  main#parts-lc section#parts-interior .spec-table.inch .span-stack .stack-title,
  main#parts-lc section#parts-interior .spec-table.ure .span-stack .stack-title {
    display: block;
    padding-bottom: 4px;
    border-bottom: 1px solid white;
    margin-bottom: 4px; }
  main#parts-lc section#parts-suspension .spec-table.stock .span-stack .stack-3,
  main#parts-lc section#parts-suspension .spec-table.inch .span-stack .stack-3,
  main#parts-lc section#parts-suspension .spec-table.ure .span-stack .stack-3,
  main#parts-lc section#parts-turning .spec-table.stock .span-stack .stack-3,
  main#parts-lc section#parts-turning .spec-table.inch .span-stack .stack-3,
  main#parts-lc section#parts-turning .spec-table.ure .span-stack .stack-3,
  main#parts-lc section#parts-interior .spec-table.stock .span-stack .stack-3,
  main#parts-lc section#parts-interior .spec-table.inch .span-stack .stack-3,
  main#parts-lc section#parts-interior .spec-table.ure .span-stack .stack-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    font-size: 0.8125rem; }
  main#parts-lc section#parts-suspension .spec-table.stock col.c-pos,
  main#parts-lc section#parts-suspension .spec-table.inch col.c-pos,
  main#parts-lc section#parts-suspension .spec-table.ure col.c-pos,
  main#parts-lc section#parts-turning .spec-table.stock col.c-pos,
  main#parts-lc section#parts-turning .spec-table.inch col.c-pos,
  main#parts-lc section#parts-turning .spec-table.ure col.c-pos,
  main#parts-lc section#parts-interior .spec-table.stock col.c-pos,
  main#parts-lc section#parts-interior .spec-table.inch col.c-pos,
  main#parts-lc section#parts-interior .spec-table.ure col.c-pos {
    width: 78px; }
  main#parts-lc section#parts-suspension .spec-table.stock col.c-item,
  main#parts-lc section#parts-suspension .spec-table.inch col.c-item,
  main#parts-lc section#parts-suspension .spec-table.ure col.c-item,
  main#parts-lc section#parts-turning .spec-table.stock col.c-item,
  main#parts-lc section#parts-turning .spec-table.inch col.c-item,
  main#parts-lc section#parts-turning .spec-table.ure col.c-item,
  main#parts-lc section#parts-interior .spec-table.stock col.c-item,
  main#parts-lc section#parts-interior .spec-table.inch col.c-item,
  main#parts-lc section#parts-interior .spec-table.ure col.c-item {
    width: 132px; }
  main#parts-lc section#parts-suspension .spec-table.stock col.c-oe,
  main#parts-lc section#parts-suspension .spec-table.inch col.c-oe,
  main#parts-lc section#parts-suspension .spec-table.ure col.c-oe,
  main#parts-lc section#parts-turning .spec-table.stock col.c-oe,
  main#parts-lc section#parts-turning .spec-table.inch col.c-oe,
  main#parts-lc section#parts-turning .spec-table.ure col.c-oe,
  main#parts-lc section#parts-interior .spec-table.stock col.c-oe,
  main#parts-lc section#parts-interior .spec-table.inch col.c-oe,
  main#parts-lc section#parts-interior .spec-table.ure col.c-oe {
    width: 210px; }
  main#parts-lc section#parts-suspension .spec-table.stock col.c-model,
  main#parts-lc section#parts-suspension .spec-table.inch col.c-model,
  main#parts-lc section#parts-suspension .spec-table.ure col.c-model,
  main#parts-lc section#parts-turning .spec-table.stock col.c-model,
  main#parts-lc section#parts-turning .spec-table.inch col.c-model,
  main#parts-lc section#parts-turning .spec-table.ure col.c-model,
  main#parts-lc section#parts-interior .spec-table.stock col.c-model,
  main#parts-lc section#parts-interior .spec-table.inch col.c-model,
  main#parts-lc section#parts-interior .spec-table.ure col.c-model {
    width: 150px; }
  main#parts-lc section#parts-suspension .spec-table.stock col.c-period,
  main#parts-lc section#parts-suspension .spec-table.inch col.c-period,
  main#parts-lc section#parts-suspension .spec-table.ure col.c-period,
  main#parts-lc section#parts-turning .spec-table.stock col.c-period,
  main#parts-lc section#parts-turning .spec-table.inch col.c-period,
  main#parts-lc section#parts-turning .spec-table.ure col.c-period,
  main#parts-lc section#parts-interior .spec-table.stock col.c-period,
  main#parts-lc section#parts-interior .spec-table.inch col.c-period,
  main#parts-lc section#parts-interior .spec-table.ure col.c-period {
    width: 140px; }
  main#parts-lc section#parts-suspension .spec-table.stock col.c-span,
  main#parts-lc section#parts-suspension .spec-table.inch col.c-span,
  main#parts-lc section#parts-suspension .spec-table.ure col.c-span,
  main#parts-lc section#parts-turning .spec-table.stock col.c-span,
  main#parts-lc section#parts-turning .spec-table.inch col.c-span,
  main#parts-lc section#parts-turning .spec-table.ure col.c-span,
  main#parts-lc section#parts-interior .spec-table.stock col.c-span,
  main#parts-lc section#parts-interior .spec-table.inch col.c-span,
  main#parts-lc section#parts-interior .spec-table.ure col.c-span {
    width: 65px; }
  main#parts-lc section#parts-suspension .spec-table.stock col.c-leaves,
  main#parts-lc section#parts-suspension .spec-table.inch col.c-leaves,
  main#parts-lc section#parts-suspension .spec-table.ure col.c-leaves,
  main#parts-lc section#parts-turning .spec-table.stock col.c-leaves,
  main#parts-lc section#parts-turning .spec-table.inch col.c-leaves,
  main#parts-lc section#parts-turning .spec-table.ure col.c-leaves,
  main#parts-lc section#parts-interior .spec-table.stock col.c-leaves,
  main#parts-lc section#parts-interior .spec-table.inch col.c-leaves,
  main#parts-lc section#parts-interior .spec-table.ure col.c-leaves {
    width: 100px; }
  main#parts-lc section#parts-suspension .spec-table.stock col.c-weight,
  main#parts-lc section#parts-suspension .spec-table.inch col.c-weight,
  main#parts-lc section#parts-suspension .spec-table.ure col.c-weight,
  main#parts-lc section#parts-turning .spec-table.stock col.c-weight,
  main#parts-lc section#parts-turning .spec-table.inch col.c-weight,
  main#parts-lc section#parts-turning .spec-table.ure col.c-weight,
  main#parts-lc section#parts-interior .spec-table.stock col.c-weight,
  main#parts-lc section#parts-interior .spec-table.inch col.c-weight,
  main#parts-lc section#parts-interior .spec-table.ure col.c-weight {
    width: 80px; }
  main#parts-lc section#parts-suspension .spec-table.stock col.c-price,
  main#parts-lc section#parts-suspension .spec-table.inch col.c-price,
  main#parts-lc section#parts-suspension .spec-table.ure col.c-price,
  main#parts-lc section#parts-turning .spec-table.stock col.c-price,
  main#parts-lc section#parts-turning .spec-table.inch col.c-price,
  main#parts-lc section#parts-turning .spec-table.ure col.c-price,
  main#parts-lc section#parts-interior .spec-table.stock col.c-price,
  main#parts-lc section#parts-interior .spec-table.inch col.c-price,
  main#parts-lc section#parts-interior .spec-table.ure col.c-price {
    width: 115px; }
  main#parts-lc section#parts-suspension .spec-table.stock tbody tr td:first-of-type,
  main#parts-lc section#parts-suspension .spec-table.inch tbody tr td:first-of-type,
  main#parts-lc section#parts-suspension .spec-table.ure tbody tr td:first-of-type,
  main#parts-lc section#parts-turning .spec-table.stock tbody tr td:first-of-type,
  main#parts-lc section#parts-turning .spec-table.inch tbody tr td:first-of-type,
  main#parts-lc section#parts-turning .spec-table.ure tbody tr td:first-of-type,
  main#parts-lc section#parts-interior .spec-table.stock tbody tr td:first-of-type,
  main#parts-lc section#parts-interior .spec-table.inch tbody tr td:first-of-type,
  main#parts-lc section#parts-interior .spec-table.ure tbody tr td:first-of-type {
    border-bottom: 1px solid black; }
  main#parts-lc section#parts-suspension .spec-table.stock tbody tr td.pos.last,
  main#parts-lc section#parts-suspension .spec-table.inch tbody tr td.pos.last,
  main#parts-lc section#parts-suspension .spec-table.ure tbody tr td.pos.last,
  main#parts-lc section#parts-turning .spec-table.stock tbody tr td.pos.last,
  main#parts-lc section#parts-turning .spec-table.inch tbody tr td.pos.last,
  main#parts-lc section#parts-turning .spec-table.ure tbody tr td.pos.last,
  main#parts-lc section#parts-interior .spec-table.stock tbody tr td.pos.last,
  main#parts-lc section#parts-interior .spec-table.inch tbody tr td.pos.last,
  main#parts-lc section#parts-interior .spec-table.ure tbody tr td.pos.last {
    border-bottom: 1px solid white; }
  main#parts-lc section#parts-suspension .spec-table.stock tbody tr td.pos.new,
  main#parts-lc section#parts-suspension .spec-table.inch tbody tr td.pos.new,
  main#parts-lc section#parts-suspension .spec-table.ure tbody tr td.pos.new,
  main#parts-lc section#parts-turning .spec-table.stock tbody tr td.pos.new,
  main#parts-lc section#parts-turning .spec-table.inch tbody tr td.pos.new,
  main#parts-lc section#parts-turning .spec-table.ure tbody tr td.pos.new,
  main#parts-lc section#parts-interior .spec-table.stock tbody tr td.pos.new,
  main#parts-lc section#parts-interior .spec-table.inch tbody tr td.pos.new,
  main#parts-lc section#parts-interior .spec-table.ure tbody tr td.pos.new {
    color: #c50018; }
  main#parts-lc section#parts-suspension .spec-table.stock tbody tr td a.btn,
  main#parts-lc section#parts-suspension .spec-table.inch tbody tr td a.btn,
  main#parts-lc section#parts-suspension .spec-table.ure tbody tr td a.btn,
  main#parts-lc section#parts-turning .spec-table.stock tbody tr td a.btn,
  main#parts-lc section#parts-turning .spec-table.inch tbody tr td a.btn,
  main#parts-lc section#parts-turning .spec-table.ure tbody tr td a.btn,
  main#parts-lc section#parts-interior .spec-table.stock tbody tr td a.btn,
  main#parts-lc section#parts-interior .spec-table.inch tbody tr td a.btn,
  main#parts-lc section#parts-interior .spec-table.ure tbody tr td a.btn {
    width: 140px;
    height: 45px;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
  main#parts-lc section#parts-suspension .spec-table.stock tbody tr.section-sep td:first-of-type,
  main#parts-lc section#parts-suspension .spec-table.inch tbody tr.section-sep td:first-of-type,
  main#parts-lc section#parts-suspension .spec-table.ure tbody tr.section-sep td:first-of-type,
  main#parts-lc section#parts-turning .spec-table.stock tbody tr.section-sep td:first-of-type,
  main#parts-lc section#parts-turning .spec-table.inch tbody tr.section-sep td:first-of-type,
  main#parts-lc section#parts-turning .spec-table.ure tbody tr.section-sep td:first-of-type,
  main#parts-lc section#parts-interior .spec-table.stock tbody tr.section-sep td:first-of-type,
  main#parts-lc section#parts-interior .spec-table.inch tbody tr.section-sep td:first-of-type,
  main#parts-lc section#parts-interior .spec-table.ure tbody tr.section-sep td:first-of-type {
    border-bottom: 1px solid white; }
main#parts-lc section#parts-suspension .spec-table.inch col.c-item,
main#parts-lc section#parts-turning .spec-table.inch col.c-item,
main#parts-lc section#parts-interior .spec-table.inch col.c-item {
  width: 120px; }
main#parts-lc section#parts-suspension .spec-table.inch col.c-match,
main#parts-lc section#parts-turning .spec-table.inch col.c-match,
main#parts-lc section#parts-interior .spec-table.inch col.c-match {
  width: 160px; }
main#parts-lc section#parts-suspension .spec-table.inch col.c-f,
main#parts-lc section#parts-turning .spec-table.inch col.c-f,
main#parts-lc section#parts-interior .spec-table.inch col.c-f {
  width: 80px; }
main#parts-lc section#parts-suspension .spec-table.inch col.c-r,
main#parts-lc section#parts-turning .spec-table.inch col.c-r,
main#parts-lc section#parts-interior .spec-table.inch col.c-r {
  width: 80px; }
main#parts-lc section#parts-suspension .spec-table.inch col.c-fs,
main#parts-lc section#parts-turning .spec-table.inch col.c-fs,
main#parts-lc section#parts-interior .spec-table.inch col.c-fs {
  width: 90px; }
main#parts-lc section#parts-suspension .spec-table.inch col.c-rs,
main#parts-lc section#parts-turning .spec-table.inch col.c-rs,
main#parts-lc section#parts-interior .spec-table.inch col.c-rs {
  width: 150px; }
main#parts-lc section#parts-suspension .spec-table.inch col.c-price,
main#parts-lc section#parts-turning .spec-table.inch col.c-price,
main#parts-lc section#parts-interior .spec-table.inch col.c-price {
  width: 130px; }
main#parts-lc section#parts-suspension .spec-table.inch col.c-notes,
main#parts-lc section#parts-turning .spec-table.inch col.c-notes,
main#parts-lc section#parts-interior .spec-table.inch col.c-notes {
  width: 320px; }
main#parts-lc section#parts-suspension .spec-table.ure,
main#parts-lc section#parts-turning .spec-table.ure,
main#parts-lc section#parts-interior .spec-table.ure {
  width: 1010px; }
  main#parts-lc section#parts-suspension .spec-table.ure thead th,
  main#parts-lc section#parts-suspension .spec-table.ure tbody td,
  main#parts-lc section#parts-turning .spec-table.ure thead th,
  main#parts-lc section#parts-turning .spec-table.ure tbody td,
  main#parts-lc section#parts-interior .spec-table.ure thead th,
  main#parts-lc section#parts-interior .spec-table.ure tbody td {
    padding: 10px 0; }
  main#parts-lc section#parts-suspension .spec-table.ure col.c-new,
  main#parts-lc section#parts-turning .spec-table.ure col.c-new,
  main#parts-lc section#parts-interior .spec-table.ure col.c-new {
    width: 80px; }
  main#parts-lc section#parts-suspension .spec-table.ure col.c-item,
  main#parts-lc section#parts-turning .spec-table.ure col.c-item,
  main#parts-lc section#parts-interior .spec-table.ure col.c-item {
    width: 100px; }
  main#parts-lc section#parts-suspension .spec-table.ure col.c-match,
  main#parts-lc section#parts-turning .spec-table.ure col.c-match,
  main#parts-lc section#parts-interior .spec-table.ure col.c-match {
    width: 280px; }
  main#parts-lc section#parts-suspension .spec-table.ure col.c-price,
  main#parts-lc section#parts-turning .spec-table.ure col.c-price,
  main#parts-lc section#parts-interior .spec-table.ure col.c-price {
    width: 180px; }
  main#parts-lc section#parts-suspension .spec-table.ure col.c-notes,
  main#parts-lc section#parts-turning .spec-table.ure col.c-notes,
  main#parts-lc section#parts-interior .spec-table.ure col.c-notes {
    width: 150px; }
  main#parts-lc section#parts-suspension .spec-table.ure col.c-button,
  main#parts-lc section#parts-turning .spec-table.ure col.c-button,
  main#parts-lc section#parts-interior .spec-table.ure col.c-button {
    width: 200px; }
main#parts-lc section#parts-turning .spec.tun .spec__inner,
main#parts-lc section#parts-turning .spec.inte .spec__inner,
main#parts-lc section#parts-interior .spec.tun .spec__inner,
main#parts-lc section#parts-interior .spec.inte .spec__inner {
  max-width: 800px; }
  main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap,
  main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap,
  main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap,
  main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: transparent;
    margin: 0 0 15px 0;
    max-width: 800px; }
    main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid,
    main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid,
    main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid,
    main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid {
      display: grid;
      margin: 0;
      grid-template-columns: 25% 25% 25% 25%; }
      @media screen and (max-width: 900px) {
        main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid,
        main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid,
        main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid,
        main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid {
          grid-template-columns: 1fr;
          border-collapse: initial; } }
      main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair,
      main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair,
      main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair,
      main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair {
        display: contents; }
        @media screen and (max-width: 900px) {
          main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair,
          main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair,
          main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair,
          main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair {
            display: block; } }
        main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair dt,
        main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd,
        main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dt,
        main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd,
        main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair dt,
        main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd,
        main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dt,
        main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd {
          padding: 0;
          height: 65px;
          text-align: center;
          font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
          font-size: 0.9375rem;
          font-weight: 700;
          border-right: none;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 900px) {
            main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair dt,
            main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd,
            main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dt,
            main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd,
            main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair dt,
            main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd,
            main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dt,
            main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd {
              border-right: none;
              white-space: normal;
              padding: 12px 14px;
              grid-row: auto; } }
        main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair dt,
        main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dt,
        main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair dt,
        main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dt {
          border-top: 1px solid white;
          border-bottom: 1px solid white;
          background: black;
          grid-row: 1; }
          main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair dt.dt-last,
          main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dt.dt-last,
          main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair dt.dt-last,
          main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dt.dt-last {
            border-bottom: none; }
            @media screen and (max-width: 900px) {
              main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair dt.dt-last,
              main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dt.dt-last,
              main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair dt.dt-last,
              main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dt.dt-last {
                display: none; } }
        main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd,
        main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd,
        main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd,
        main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd {
          border-bottom: 1px solid white;
          grid-row: 2;
          margin: 0;
          position: relative; }
          @media screen and (max-width: 900px) {
            main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd,
            main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd,
            main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd,
            main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd {
              height: 72px; } }
          main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn,
          main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn,
          main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn,
          main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn {
            position: absolute;
            top: -21px;
            left: 36px;
            width: 140px;
            height: 45px;
            background-color: white;
            color: black;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            font-weight: 700;
            font-family: "a-otf-ryumin-pr6n", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif; }
            @media screen and (max-width: 900px) {
              main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn,
              main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn,
              main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn,
              main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn {
                position: initial; } }
            main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn:hover,
            main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn:hover,
            main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn:hover,
            main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn:hover {
              opacity: 0.9; }
            main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn:active,
            main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn:active,
            main#parts-lc section#parts-interior .spec.tun .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn:active,
            main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd .buy-btn:active {
              transform: translateY(1px); }
main#parts-lc section#parts-turning .spec.inte .spec__inner,
main#parts-lc section#parts-interior .spec.inte .spec__inner {
  max-width: 1110px; }
  main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap,
  main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap {
    max-width: 1110px; }
    main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid,
    main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid {
      grid-template-columns: 11% 12% 37% 26% 14%; }
      @media screen and (max-width: 900px) {
        main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid,
        main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid {
          grid-template-columns: 1fr; } }
      main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd,
      main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd {
        text-align: left;
        font-size: 0.8125rem;
        line-height: 1.3;
        margin: 15px 0 0 0;
        padding-bottom: 15px; }
        main#parts-lc section#parts-turning .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd.dt-last,
        main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair dd.dt-last {
          text-align: center; }
main#parts-lc section#parts-wheel h3,
main#parts-lc section#parts-suspension h3,
main#parts-lc section#parts-turning h3,
main#parts-lc section#parts-interior h3,
main#parts-lc section#parts-gallery h3 {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 70px;
  row-gap: 8px;
  text-align: center;
  color: #4d4d4f;
  font-size: 2.375rem;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  margin: 0 0 60px 0;
  line-height: 1; }
  main#parts-lc section#parts-wheel h3::before, main#parts-lc section#parts-wheel h3::after,
  main#parts-lc section#parts-suspension h3::before,
  main#parts-lc section#parts-suspension h3::after,
  main#parts-lc section#parts-turning h3::before,
  main#parts-lc section#parts-turning h3::after,
  main#parts-lc section#parts-interior h3::before,
  main#parts-lc section#parts-interior h3::after,
  main#parts-lc section#parts-gallery h3::before,
  main#parts-lc section#parts-gallery h3::after {
    content: "";
    height: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.45);
    align-self: center;
    grid-row: 1 / -1; }
  main#parts-lc section#parts-wheel h3::before,
  main#parts-lc section#parts-suspension h3::before,
  main#parts-lc section#parts-turning h3::before,
  main#parts-lc section#parts-interior h3::before,
  main#parts-lc section#parts-gallery h3::before {
    grid-column: 1; }
  main#parts-lc section#parts-wheel h3::after,
  main#parts-lc section#parts-suspension h3::after,
  main#parts-lc section#parts-turning h3::after,
  main#parts-lc section#parts-interior h3::after,
  main#parts-lc section#parts-gallery h3::after {
    grid-column: 3; }
  main#parts-lc section#parts-wheel h3 .under,
  main#parts-lc section#parts-suspension h3 .under,
  main#parts-lc section#parts-turning h3 .under,
  main#parts-lc section#parts-interior h3 .under,
  main#parts-lc section#parts-gallery h3 .under {
    grid-column: 2;
    color: white;
    font-size: 3.25rem;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px; }
main#parts-lc section#parts-gallery {
  margin: 0 0 80px; }
  main#parts-lc section#parts-gallery h3 .under {
    grid-row: 1; }
  main#parts-lc section#parts-gallery .img-ud {
    height: 517px;
    background-repeat: repeat-x;
    background-position: 0 50%;
    background-size: 1920px 100%;
    animation: bgSlide 30s linear infinite;
    background-image: url("../image/partsLC20.png"); }
    @media (prefers-reduced-motion: reduce) {
      main#parts-lc section#parts-gallery .img-ud {
        animation: none; } }

main#interview section#kv {
  margin: 0 auto 35px auto;
  max-width: 1200px; }
  @media screen and (max-width: 1300px) {
    main#interview section#kv {
      margin: 0 auto 116px auto; } }
  @media screen and (max-width: 900px) {
    main#interview section#kv {
      margin: 0 auto 146px auto; } }
  @media screen and (max-width: 650px) {
    main#interview section#kv {
      margin: 0 auto 46px auto;
      height: 100vh; } }
  main#interview section#kv::before {
    right: 0;
    left: inherit;
    top: 118px;
    width: 675px;
    height: 390px;
    background-image: url(../image/interKV.png); }
    @media screen and (max-width: 1300px) {
      main#interview section#kv::before {
        right: 20px; } }
    @media screen and (max-width: 900px) {
      main#interview section#kv::before {
        top: 46px; } }
    @media screen and (max-width: 650px) {
      main#interview section#kv::before {
        right: 0;
        background-size: cover;
        background-position: 36% center;
        height: 100vh; } }
main#interview section#interview-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 53px auto 90px; }
  @media screen and (max-width: 1300px) {
    main#interview section#interview-top {
      flex-direction: column-reverse;
      padding: 18px 0 0 0; } }
  @media screen and (max-width: 900px) {
    main#interview section#interview-top {
      padding: 0 20px; } }
  main#interview section#interview-top .dev-interview {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 20px 0 0 0; }
    main#interview section#interview-top .dev-interview .title {
      font-size: 1.5625rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-align: center;
      margin: 0 0 20px 0;
      position: relative; }
    main#interview section#interview-top .dev-interview .inter-imgl {
      width: 242px;
      margin: 0 auto; }
      main#interview section#interview-top .dev-interview .inter-imgl img {
        width: 100%; }
    main#interview section#interview-top .dev-interview .profile {
      text-align: center;
      margin: 20px 0 0 0; }
      main#interview section#interview-top .dev-interview .profile .name {
        font-size: 1.3125rem;
        font-weight: 800;
        margin: 0;
        letter-spacing: 0.08em; }
      main#interview section#interview-top .dev-interview .profile .role {
        font-size: 0.875rem;
        font-weight: 700;
        margin: 20px 0 0 0;
        display: inline-block; }
        main#interview section#interview-top .dev-interview .profile .role::after {
          content: "";
          display: block;
          height: 1px;
          background: white; }
      main#interview section#interview-top .dev-interview .profile .desc {
        font-size: 0.75rem;
        line-height: 1.8;
        text-align: left;
        margin: 20px 0 0 0; }
  main#interview section#interview-top .inter-imgr {
    width: 811px;
    height: 582px;
    margin: 0 -30px 0 0; }
    @media screen and (max-width: 900px) {
      main#interview section#interview-top .inter-imgr {
        width: 100%;
        height: auto;
        margin: 0; } }
    main#interview section#interview-top .inter-imgr img {
      width: 100%; }
main#interview section#interview01,
main#interview section#interview02,
main#interview section#interview03,
main#interview section#interview04 {
  max-width: 1200px;
  margin: 130px auto 70px; }
  @media screen and (max-width: 1300px) {
    main#interview section#interview01,
    main#interview section#interview02,
    main#interview section#interview03,
    main#interview section#interview04 {
      padding: 0 20px; } }
  main#interview section#interview01 .inter01-top,
  main#interview section#interview02 .inter01-top,
  main#interview section#interview03 .inter01-top,
  main#interview section#interview04 .inter01-top {
    margin: 0 0 30px 0; }
    main#interview section#interview01 .inter01-top img,
    main#interview section#interview02 .inter01-top img,
    main#interview section#interview03 .inter01-top img,
    main#interview section#interview04 .inter01-top img {
      width: 100%; }
  @media screen and (max-width: 1300px) {
    main#interview section#interview01 .inter01-bottom,
    main#interview section#interview01 .inter02-r,
    main#interview section#interview02 .inter01-bottom,
    main#interview section#interview02 .inter02-r,
    main#interview section#interview03 .inter01-bottom,
    main#interview section#interview03 .inter02-r,
    main#interview section#interview04 .inter01-bottom,
    main#interview section#interview04 .inter02-r {
      display: block; } }
  main#interview section#interview01 .inter01-bottom .lc-vert,
  main#interview section#interview01 .inter02-r .lc-vert,
  main#interview section#interview02 .inter01-bottom .lc-vert,
  main#interview section#interview02 .inter02-r .lc-vert,
  main#interview section#interview03 .inter01-bottom .lc-vert,
  main#interview section#interview03 .inter02-r .lc-vert,
  main#interview section#interview04 .inter01-bottom .lc-vert,
  main#interview section#interview04 .inter02-r .lc-vert {
    display: flex;
    flex-direction: row-reverse; }
    main#interview section#interview01 .inter01-bottom .lc-vert .pager-rail,
    main#interview section#interview01 .inter02-r .lc-vert .pager-rail,
    main#interview section#interview02 .inter01-bottom .lc-vert .pager-rail,
    main#interview section#interview02 .inter02-r .lc-vert .pager-rail,
    main#interview section#interview03 .inter01-bottom .lc-vert .pager-rail,
    main#interview section#interview03 .inter02-r .lc-vert .pager-rail,
    main#interview section#interview04 .inter01-bottom .lc-vert .pager-rail,
    main#interview section#interview04 .inter02-r .lc-vert .pager-rail {
      width: 67px;
      height: 93px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0 0 0; }
      main#interview section#interview01 .inter01-bottom .lc-vert .pager-rail .num,
      main#interview section#interview01 .inter02-r .lc-vert .pager-rail .num,
      main#interview section#interview02 .inter01-bottom .lc-vert .pager-rail .num,
      main#interview section#interview02 .inter02-r .lc-vert .pager-rail .num,
      main#interview section#interview03 .inter01-bottom .lc-vert .pager-rail .num,
      main#interview section#interview03 .inter02-r .lc-vert .pager-rail .num,
      main#interview section#interview04 .inter01-bottom .lc-vert .pager-rail .num,
      main#interview section#interview04 .inter02-r .lc-vert .pager-rail .num {
        font-size: 2.5rem;
        font-family: "bebas-neue-by-fontfabric", sans-serif;
        font-weight: 700;
        letter-spacing: 0.1em; }
      main#interview section#interview01 .inter01-bottom .lc-vert .pager-rail .current,
      main#interview section#interview01 .inter02-r .lc-vert .pager-rail .current,
      main#interview section#interview02 .inter01-bottom .lc-vert .pager-rail .current,
      main#interview section#interview02 .inter02-r .lc-vert .pager-rail .current,
      main#interview section#interview03 .inter01-bottom .lc-vert .pager-rail .current,
      main#interview section#interview03 .inter02-r .lc-vert .pager-rail .current,
      main#interview section#interview04 .inter01-bottom .lc-vert .pager-rail .current,
      main#interview section#interview04 .inter02-r .lc-vert .pager-rail .current {
        color: white; }
      main#interview section#interview01 .inter01-bottom .lc-vert .pager-rail .total,
      main#interview section#interview01 .inter02-r .lc-vert .pager-rail .total,
      main#interview section#interview02 .inter01-bottom .lc-vert .pager-rail .total,
      main#interview section#interview02 .inter02-r .lc-vert .pager-rail .total,
      main#interview section#interview03 .inter01-bottom .lc-vert .pager-rail .total,
      main#interview section#interview03 .inter02-r .lc-vert .pager-rail .total,
      main#interview section#interview04 .inter01-bottom .lc-vert .pager-rail .total,
      main#interview section#interview04 .inter02-r .lc-vert .pager-rail .total {
        color: #4d4d4f; }
      main#interview section#interview01 .inter01-bottom .lc-vert .pager-rail .divider,
      main#interview section#interview01 .inter02-r .lc-vert .pager-rail .divider,
      main#interview section#interview02 .inter01-bottom .lc-vert .pager-rail .divider,
      main#interview section#interview02 .inter02-r .lc-vert .pager-rail .divider,
      main#interview section#interview03 .inter01-bottom .lc-vert .pager-rail .divider,
      main#interview section#interview03 .inter02-r .lc-vert .pager-rail .divider,
      main#interview section#interview04 .inter01-bottom .lc-vert .pager-rail .divider,
      main#interview section#interview04 .inter02-r .lc-vert .pager-rail .divider {
        width: 100%;
        height: 2px;
        background: #4d4d4f;
        margin: 6px 0;
        display: block;
        flex: 0 0 1px; }
    main#interview section#interview01 .inter01-bottom .lc-vert .vtitle-wrap,
    main#interview section#interview01 .inter02-r .lc-vert .vtitle-wrap,
    main#interview section#interview02 .inter01-bottom .lc-vert .vtitle-wrap,
    main#interview section#interview02 .inter02-r .lc-vert .vtitle-wrap,
    main#interview section#interview03 .inter01-bottom .lc-vert .vtitle-wrap,
    main#interview section#interview03 .inter02-r .lc-vert .vtitle-wrap,
    main#interview section#interview04 .inter01-bottom .lc-vert .vtitle-wrap,
    main#interview section#interview04 .inter02-r .lc-vert .vtitle-wrap {
      width: auto;
      height: 300px;
      display: flex;
      justify-content: center;
      margin: 0 40px 0 60px;
      padding: 8px 0 0 0; }
      main#interview section#interview01 .inter01-bottom .lc-vert .vtitle-wrap .vtitle,
      main#interview section#interview01 .inter02-r .lc-vert .vtitle-wrap .vtitle,
      main#interview section#interview02 .inter01-bottom .lc-vert .vtitle-wrap .vtitle,
      main#interview section#interview02 .inter02-r .lc-vert .vtitle-wrap .vtitle,
      main#interview section#interview03 .inter01-bottom .lc-vert .vtitle-wrap .vtitle,
      main#interview section#interview03 .inter02-r .lc-vert .vtitle-wrap .vtitle,
      main#interview section#interview04 .inter01-bottom .lc-vert .vtitle-wrap .vtitle,
      main#interview section#interview04 .inter02-r .lc-vert .vtitle-wrap .vtitle {
        margin: 0;
        font-size: 1.375rem;
        font-family: "a-otf-ryumin-pr6n", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
        font-weight: 700;
        line-height: 1.1;
        writing-mode: vertical-rl;
        text-orientation: upright; }
    main#interview section#interview01 .inter01-bottom .lc-vert .vbody,
    main#interview section#interview01 .inter02-r .lc-vert .vbody,
    main#interview section#interview02 .inter01-bottom .lc-vert .vbody,
    main#interview section#interview02 .inter02-r .lc-vert .vbody,
    main#interview section#interview03 .inter01-bottom .lc-vert .vbody,
    main#interview section#interview03 .inter02-r .lc-vert .vbody,
    main#interview section#interview04 .inter01-bottom .lc-vert .vbody,
    main#interview section#interview04 .inter02-r .lc-vert .vbody {
      height: 295px;
      overflow: hidden; }
      @media screen and (max-width: 1300px) {
        main#interview section#interview01 .inter01-bottom .lc-vert .vbody,
        main#interview section#interview01 .inter02-r .lc-vert .vbody,
        main#interview section#interview02 .inter01-bottom .lc-vert .vbody,
        main#interview section#interview02 .inter02-r .lc-vert .vbody,
        main#interview section#interview03 .inter01-bottom .lc-vert .vbody,
        main#interview section#interview03 .inter02-r .lc-vert .vbody,
        main#interview section#interview04 .inter01-bottom .lc-vert .vbody,
        main#interview section#interview04 .inter02-r .lc-vert .vbody {
          overflow: auto;
          direction: ltr;
          transform: scaleX(-1); } }
      main#interview section#interview01 .inter01-bottom .lc-vert .vbody p,
      main#interview section#interview01 .inter02-r .lc-vert .vbody p,
      main#interview section#interview02 .inter01-bottom .lc-vert .vbody p,
      main#interview section#interview02 .inter02-r .lc-vert .vbody p,
      main#interview section#interview03 .inter01-bottom .lc-vert .vbody p,
      main#interview section#interview03 .inter02-r .lc-vert .vbody p,
      main#interview section#interview04 .inter01-bottom .lc-vert .vbody p,
      main#interview section#interview04 .inter02-r .lc-vert .vbody p {
        font-size: 0.9375rem;
        font-family: "a-otf-ryumin-pr6n", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
        font-weight: 300;
        writing-mode: vertical-rl;
        letter-spacing: 0.08em;
        line-height: 1.15;
        margin: 0;
        height: 100%;
        text-orientation: mixed;
        column-fill: auto;
        column-gap: 1.5em;
        column-count: 1; }
        @media screen and (max-width: 1300px) {
          main#interview section#interview01 .inter01-bottom .lc-vert .vbody p,
          main#interview section#interview01 .inter02-r .lc-vert .vbody p,
          main#interview section#interview02 .inter01-bottom .lc-vert .vbody p,
          main#interview section#interview02 .inter02-r .lc-vert .vbody p,
          main#interview section#interview03 .inter01-bottom .lc-vert .vbody p,
          main#interview section#interview03 .inter02-r .lc-vert .vbody p,
          main#interview section#interview04 .inter01-bottom .lc-vert .vbody p,
          main#interview section#interview04 .inter02-r .lc-vert .vbody p {
            transform: scaleX(-1); } }
        main#interview section#interview01 .inter01-bottom .lc-vert .vbody p span,
        main#interview section#interview01 .inter02-r .lc-vert .vbody p span,
        main#interview section#interview02 .inter01-bottom .lc-vert .vbody p span,
        main#interview section#interview02 .inter02-r .lc-vert .vbody p span,
        main#interview section#interview03 .inter01-bottom .lc-vert .vbody p span,
        main#interview section#interview03 .inter02-r .lc-vert .vbody p span,
        main#interview section#interview04 .inter01-bottom .lc-vert .vbody p span,
        main#interview section#interview04 .inter02-r .lc-vert .vbody p span {
          text-orientation: upright;
          -webkit-text-combine: horizontal; }
        main#interview section#interview01 .inter01-bottom .lc-vert .vbody p .link,
        main#interview section#interview01 .inter02-r .lc-vert .vbody p .link,
        main#interview section#interview02 .inter01-bottom .lc-vert .vbody p .link,
        main#interview section#interview02 .inter02-r .lc-vert .vbody p .link,
        main#interview section#interview03 .inter01-bottom .lc-vert .vbody p .link,
        main#interview section#interview03 .inter02-r .lc-vert .vbody p .link,
        main#interview section#interview04 .inter01-bottom .lc-vert .vbody p .link,
        main#interview section#interview04 .inter02-r .lc-vert .vbody p .link {
          color: #689fbc; }
main#interview section#interview02,
main#interview section#interview04 {
  display: flex;
  justify-content: space-between;
  gap: 30px; }
  @media screen and (max-width: 1300px) {
    main#interview section#interview02,
    main#interview section#interview04 {
      display: block; } }
  main#interview section#interview02 .inter02-l,
  main#interview section#interview04 .inter02-l {
    width: 450px;
    height: 380px;
    margin: 70px 0 0 0; }
    @media screen and (max-width: 1300px) {
      main#interview section#interview02 .inter02-l,
      main#interview section#interview04 .inter02-l {
        margin: 0 auto;
        display: block; } }
    @media screen and (max-width: 650px) {
      main#interview section#interview02 .inter02-l,
      main#interview section#interview04 .inter02-l {
        width: 100%;
        height: 100%; } }
    main#interview section#interview02 .inter02-l img,
    main#interview section#interview04 .inter02-l img {
      width: 100%; }
  @media screen and (max-width: 1300px) {
    main#interview section#interview02 .inter02-r,
    main#interview section#interview04 .inter02-r {
      margin: 30px 0 0 0; } }
  @media screen and (max-width: 1300px) {
    main#interview section#interview02 .inter02-r .lc-vert,
    main#interview section#interview04 .inter02-r .lc-vert {
      justify-content: center; } }
  main#interview section#interview02 .inter02-r .lc-vert .pager-rail,
  main#interview section#interview04 .inter02-r .lc-vert .pager-rail {
    padding: 0; }
  main#interview section#interview02 .inter02-r .lc-vert .vtitle-wrap,
  main#interview section#interview04 .inter02-r .lc-vert .vtitle-wrap {
    margin: 0 20px 0 40px;
    height: 450px;
    padding: 0; }
  main#interview section#interview02 .inter02-r .lc-vert .vbody,
  main#interview section#interview04 .inter02-r .lc-vert .vbody {
    height: 380px;
    margin: 70px 0 0 0; }
    main#interview section#interview02 .inter02-r .lc-vert .vbody p,
    main#interview section#interview04 .inter02-r .lc-vert .vbody p {
      text-orientation: upright;
      font-size: 0.9375rem; }
      main#interview section#interview02 .inter02-r .lc-vert .vbody p span,
      main#interview section#interview04 .inter02-r .lc-vert .vbody p span {
        text-orientation: upright;
        -webkit-text-combine: horizontal; }
main#interview section#interview03 .inter03-up .img4bun ul.parts-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  gap: 5px; }
  main#interview section#interview03 .inter03-up .img4bun ul.parts-box li {
    width: 296px; }
    main#interview section#interview03 .inter03-up .img4bun ul.parts-box li .parts-img {
      width: 100%; }
main#interview section#interview03 .inter03-down {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0 0;
  gap: 30px; }
  @media screen and (max-width: 1300px) {
    main#interview section#interview03 .inter03-down {
      display: block; } }
  main#interview section#interview03 .inter03-down .inter03-l {
    width: 450px;
    height: 380px;
    margin: 70px 0 0 0; }
    @media screen and (max-width: 1300px) {
      main#interview section#interview03 .inter03-down .inter03-l {
        margin: 0 auto;
        display: block; } }
    @media screen and (max-width: 650px) {
      main#interview section#interview03 .inter03-down .inter03-l {
        width: 100%;
        height: 100%; } }
    main#interview section#interview03 .inter03-down .inter03-l img {
      width: 100%; }
  @media screen and (max-width: 1300px) {
    main#interview section#interview03 .inter03-down .inter03-r {
      margin: 30px 0 0 0; } }
  main#interview section#interview03 .inter03-down .inter03-r .lc-vert {
    display: flex;
    flex-direction: row-reverse; }
    main#interview section#interview03 .inter03-down .inter03-r .lc-vert .pager-rail {
      width: 67px;
      height: 93px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      padding: 0; }
      main#interview section#interview03 .inter03-down .inter03-r .lc-vert .pager-rail .num {
        font-size: 2.5rem;
        font-family: "bebas-neue-by-fontfabric", sans-serif;
        font-weight: 700;
        letter-spacing: 0.1em; }
      main#interview section#interview03 .inter03-down .inter03-r .lc-vert .pager-rail .current {
        color: white; }
      main#interview section#interview03 .inter03-down .inter03-r .lc-vert .pager-rail .total {
        color: #4d4d4f; }
      main#interview section#interview03 .inter03-down .inter03-r .lc-vert .pager-rail .divider {
        width: 100%;
        height: 2px;
        background: #4d4d4f;
        margin: 6px 0;
        display: block;
        flex: 0 0 1px; }
    main#interview section#interview03 .inter03-down .inter03-r .lc-vert .vtitle-wrap {
      width: auto;
      display: flex;
      justify-content: center;
      height: 450px;
      margin: 0 20px 0 40px;
      padding: 0; }
      main#interview section#interview03 .inter03-down .inter03-r .lc-vert .vtitle-wrap .vtitle {
        margin: 0;
        font-size: 1.375rem;
        font-family: "a-otf-ryumin-pr6n", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
        font-weight: 700;
        line-height: 1.1;
        writing-mode: vertical-rl;
        text-orientation: upright; }
    main#interview section#interview03 .inter03-down .inter03-r .lc-vert .vbody {
      height: 380px;
      margin: 70px 0 0 0;
      overflow: hidden; }
      @media screen and (max-width: 1300px) {
        main#interview section#interview03 .inter03-down .inter03-r .lc-vert .vbody {
          overflow: auto;
          direction: ltr;
          transform: scaleX(-1); } }
      main#interview section#interview03 .inter03-down .inter03-r .lc-vert .vbody p {
        text-orientation: upright;
        font-size: 0.9375rem;
        font-family: "a-otf-ryumin-pr6n", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
        font-weight: 300;
        writing-mode: vertical-rl;
        letter-spacing: 0.08em;
        line-height: 1.25;
        margin: 0;
        height: 100%;
        text-orientation: mixed;
        column-fill: auto;
        column-gap: 1.5em;
        column-count: 1; }
        @media screen and (max-width: 1300px) {
          main#interview section#interview03 .inter03-down .inter03-r .lc-vert .vbody p {
            transform: scaleX(-1); } }
        main#interview section#interview03 .inter03-down .inter03-r .lc-vert .vbody p span {
          text-orientation: upright;
          -webkit-text-combine: horizontal; }
main#interview section#interview04 {
  margin: 0 auto 70px;
  justify-content: space-between;
  flex-wrap: wrap; }
  main#interview section#interview04 .inter02-l {
    width: auto;
    height: auto;
    margin: 0; }
    @media screen and (max-width: 1300px) {
      main#interview section#interview04 .inter02-l {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    main#interview section#interview04 .inter02-l .inter02-l_up {
      width: 489px;
      height: 306px;
      margin: 0 0 5px; }
      @media screen and (max-width: 650px) {
        main#interview section#interview04 .inter02-l .inter02-l_up {
          width: 100%;
          height: 100%; } }
      main#interview section#interview04 .inter02-l .inter02-l_up img {
        width: 100%;
        height: 100%; }
    main#interview section#interview04 .inter02-l .inter02-l_down {
      width: 489px;
      height: 244px;
      margin: 0; }
      @media screen and (max-width: 650px) {
        main#interview section#interview04 .inter02-l .inter02-l_down {
          width: 100%;
          height: 100%; } }
      main#interview section#interview04 .inter02-l .inter02-l_down img {
        width: 100%;
        height: 100%; }
  main#interview section#interview04 .inter02-r {
    margin: 90px 0 0 0; }
    main#interview section#interview04 .inter02-r .lc-vert .vbody {
      margin: 85px 0 0 0; }
  main#interview section#interview04 a.link {
    display: block;
    width: 120px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: white;
    border: 1px solid white;
    margin: 0 auto;
    padding: 5px 0;
    margin: 30px auto 0;
    width: 250px;
    padding: 10px 20px;
    line-height: 1.5; }
    main#interview section#interview04 a.link:hover {
      transform: scale(1.1); }
main#interview section#interview05 {
  max-width: 1200px;
  margin: 100px auto; }
  main#interview section#interview05 a.link {
    border: 1px solid white;
    font-size: 1rem;
    font-family: "bebas-neue-by-fontfabric", sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 25px;
    margin: 0 auto 75px auto;
    color: white; }
    main#interview section#interview05 a.link:hover {
      transform: scale(1.1); }
  main#interview section#interview05 .inner {
    max-width: 1200px;
    width: 100%; }
    main#interview section#interview05 .inner img {
      width: 100%; }

html[lang="en"] .inner-txt {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  line-height: 1.7;
  letter-spacing: 0;
  word-spacing: normal;
  height: auto !important;
  text-align: center;
  padding: 23px 0;
  width: auto;
  margin: 0 70px; }
  html[lang="en"] .inner-txt .txt-r {
    font-size: 1.375rem !important;
    word-spacing: 0 !important;
    margin: 0 0 20px !important; }
  html[lang="en"] .inner-txt .txt-c {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important; }
    html[lang="en"] .inner-txt .txt-c .txt-c_01 .txt-c_01-inner,
    html[lang="en"] .inner-txt .txt-c .txt-c_01 .txt-c_02-inner,
    html[lang="en"] .inner-txt .txt-c .txt-c_02 .txt-c_01-inner,
    html[lang="en"] .inner-txt .txt-c .txt-c_02 .txt-c_02-inner {
      display: inline-grid;
      grid-template-columns: fit-content(62ch);
      row-gap: 0.35em;
      width: max-content;
      max-width: 100%; }
      html[lang="en"] .inner-txt .txt-c .txt-c_01 .txt-c_01-inner .row,
      html[lang="en"] .inner-txt .txt-c .txt-c_01 .txt-c_02-inner .row,
      html[lang="en"] .inner-txt .txt-c .txt-c_02 .txt-c_01-inner .row,
      html[lang="en"] .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row {
        margin: 0 !important;
        font-size: 1.125rem !important;
        letter-spacing: 0 !important;
        padding: 3px 10px !important;
        font-weight: 700;
        line-height: 1.6;
        white-space: nowrap;
        text-align: left; }
    html[lang="en"] .inner-txt .txt-c .txt-c_02 .txt-c_02-inner .row {
      justify-content: center; }
    html[lang="en"] .inner-txt .txt-c .txt-c_03 {
      margin: 0 !important; }
  html[lang="en"] .inner-txt .txt-l {
    margin: 20px 0 0 0 !important;
    word-spacing: 0 !important;
    font-size: 1.5rem !important; }
  html[lang="en"] .inner-txt .brsp {
    display: none; }
  @media (max-width: 768px) {
    html[lang="en"] .inner-txt .brsp {
      display: inline; } }

html[lang="en"] body main#main section#mission .col3-inner .inner-txt {
  height: 100% !important;
  margin: 50px 20px !important; }
  html[lang="en"] body main#main section#mission .col3-inner .inner-txt .txt-r {
    font-size: 1.875rem !important; }
    @media screen and (max-width: 650px) {
      html[lang="en"] body main#main section#mission .col3-inner .inner-txt .txt-r {
        font-size: 1.375rem !important; } }
  html[lang="en"] body main#main section#mission .col3-inner .inner-txt .txt-c {
    display: none; }
  html[lang="en"] body main#main section#mission .col3-inner .inner-txt .txt-l {
    width: 600px;
    font-size: 1.125rem !important;
    justify-content: center;
    text-align: left;
    margin: 50px auto 0 auto !important;
    line-height: 40px; }
    @media screen and (max-width: 650px) {
      html[lang="en"] body main#main section#mission .col3-inner .inner-txt .txt-l {
        width: auto !important;
        font-size: 1rem !important; } }

html[lang="en"] body main#main section#kv .kv-inner .kv-inner_titile p,
html[lang="en"] body main#parts-lc section#kv .kv-inner .kv-inner_titile p,
html[lang="en"] body main#interview section#kv .kv-inner .kv-inner_titile p {
  font-size: 2.375rem;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  bottom: 27px;
  margin: 0; }
  html[lang="en"] body main#main section#kv .kv-inner .kv-inner_titile p::before,
  html[lang="en"] body main#parts-lc section#kv .kv-inner .kv-inner_titile p::before,
  html[lang="en"] body main#interview section#kv .kv-inner .kv-inner_titile p::before {
    content: "";
    position: absolute;
    left: -25px;
    bottom: 13px;
    width: 50px;
    aspect-ratio: 1;
    background-image: url("../image/moji.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media screen and (max-width: 1300px) {
      html[lang="en"] body main#main section#kv .kv-inner .kv-inner_titile p::before,
      html[lang="en"] body main#parts-lc section#kv .kv-inner .kv-inner_titile p::before,
      html[lang="en"] body main#interview section#kv .kv-inner .kv-inner_titile p::before {
        bottom: 13px;
        width: 30px; } }
    @media screen and (max-width: 900px) {
      html[lang="en"] body main#main section#kv .kv-inner .kv-inner_titile p::before,
      html[lang="en"] body main#parts-lc section#kv .kv-inner .kv-inner_titile p::before,
      html[lang="en"] body main#interview section#kv .kv-inner .kv-inner_titile p::before {
        bottom: 9px;
        width: 25px; } }
  @media screen and (max-width: 1300px) {
    html[lang="en"] body main#main section#kv .kv-inner .kv-inner_titile p,
    html[lang="en"] body main#parts-lc section#kv .kv-inner .kv-inner_titile p,
    html[lang="en"] body main#interview section#kv .kv-inner .kv-inner_titile p {
      font-size: 1.625rem;
      margin: 0 0 0 155px; } }
  @media screen and (max-width: 900px) {
    html[lang="en"] body main#main section#kv .kv-inner .kv-inner_titile p,
    html[lang="en"] body main#parts-lc section#kv .kv-inner .kv-inner_titile p,
    html[lang="en"] body main#interview section#kv .kv-inner .kv-inner_titile p {
      font-size: 1.25rem;
      margin: 0 0 0 122px; } }
  html[lang="en"] body main#main section#kv .kv-inner .kv-inner_titile p.blur01,
  html[lang="en"] body main#parts-lc section#kv .kv-inner .kv-inner_titile p.blur01,
  html[lang="en"] body main#interview section#kv .kv-inner .kv-inner_titile p.blur01 {
    display: inline-block;
    filter: blur(12px);
    opacity: 0;
    transform: translateY(16px);
    transition: filter 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
    will-change: filter, opacity, transform; }
    html[lang="en"] body main#main section#kv .kv-inner .kv-inner_titile p.blur01.is-inview,
    html[lang="en"] body main#parts-lc section#kv .kv-inner .kv-inner_titile p.blur01.is-inview,
    html[lang="en"] body main#interview section#kv .kv-inner .kv-inner_titile p.blur01.is-inview {
      filter: blur(0);
      opacity: 1;
      transform: none; }

html[lang="en"] body main#main section#kv .kv-inner h3,
html[lang="en"] body main#parts-lc section#kv .kv-inner h3,
html[lang="en"] body main#interview section#kv .kv-inner h3 {
  font-size: 1.125rem;
  font-family: "a-otf-ryumin-pr6n", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.5;
  color: white; }
  html[lang="en"] body main#main section#kv .kv-inner h3.blur01,
  html[lang="en"] body main#parts-lc section#kv .kv-inner h3.blur01,
  html[lang="en"] body main#interview section#kv .kv-inner h3.blur01 {
    display: inline-block;
    filter: blur(12px);
    opacity: 0;
    transform: translateY(16px);
    transition: filter 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
    will-change: filter, opacity, transform; }
    html[lang="en"] body main#main section#kv .kv-inner h3.blur01.is-inview,
    html[lang="en"] body main#parts-lc section#kv .kv-inner h3.blur01.is-inview,
    html[lang="en"] body main#interview section#kv .kv-inner h3.blur01.is-inview {
      filter: blur(0);
      opacity: 1;
      transform: none; }
  html[lang="en"] body main#main section#kv .kv-inner h3::before,
  html[lang="en"] body main#parts-lc section#kv .kv-inner h3::before,
  html[lang="en"] body main#interview section#kv .kv-inner h3::before {
    display: none; }

.txt-c_03-inner:empty {
  display: none; }

html[lang="en"] .addr__row.en {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-wheel .spec-wrap .spec-grid {
  grid-template-columns: 88px 139px 55px 139px auto !important; }
  @media screen and (max-width: 900px) {
    html[lang="en"] body main#parts-lc section#parts-wheel .spec-wrap .spec-grid {
      grid-template-columns: 1fr !important; } }
  html[lang="en"] body main#parts-lc section#parts-wheel .spec-wrap .spec-grid .pair.en {
    display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.kit .spec-table col.col-price {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.kit .spec-table col.col-mech {
  width: 270px !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.kit .spec-table col.col-Notes {
  width: auto !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.kit .spec-table thead th.en {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.kit .spec-table tbody td.price {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table col.col-price {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table col.col-pos {
  width: 33.33% !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table col.col-item {
  width: 33.33% !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table col.col-matching {
  width: 33.33% !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table thead th.en {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .shock-spec .pc-view.ma.other .spec-table tbody td.price {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .shock-spec .spec-table thead th.en {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .shock-spec .spec-table tbody td.price {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.stock .group-head th.en {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.stock tbody td.price {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.stock col.c-price {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.stock col.c-pos {
  width: 89px !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.stock col.c-item {
  width: 143px !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.stock col.c-oe {
  width: 221px !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.stock col.c-model {
  width: 161px !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.stock col.c-period {
  width: 151px !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.stock col.c-span {
  width: 76px !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.stock col.c-leaves {
  width: 111px !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.stock col.c-weight {
  width: 91px !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.inch .group-head th.en {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.inch tbody td.price {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.inch col.c-price {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .parts-inner.ure .parts-innerL.ure {
  width: 430px !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.ure .group-head th.en {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-suspension .spec-table.ure tbody td.en {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-turning .spec.tun .spec__inner .spec-wrap .spec-grid .pair.en {
  display: none !important; }
html[lang="en"] body main#parts-lc section#parts-interior .spec.inte .spec__inner .spec-wrap .spec-grid .pair.en {
  display: none !important; }
html[lang="en"] body main#interview section#interview01 .lc-vert,
html[lang="en"] body main#interview section#interview02 .lc-vert,
html[lang="en"] body main#interview section#interview03 .lc-vert,
html[lang="en"] body main#interview section#interview04 .lc-vert {
  flex-direction: column !important;
  width: 645px !important;
  margin: 0 auto !important; }
  @media screen and (max-width: 900px) {
    html[lang="en"] body main#interview section#interview01 .lc-vert,
    html[lang="en"] body main#interview section#interview02 .lc-vert,
    html[lang="en"] body main#interview section#interview03 .lc-vert,
    html[lang="en"] body main#interview section#interview04 .lc-vert {
      width: auto !important; } }
  html[lang="en"] body main#interview section#interview01 .lc-vert .pager-rail,
  html[lang="en"] body main#interview section#interview02 .lc-vert .pager-rail,
  html[lang="en"] body main#interview section#interview03 .lc-vert .pager-rail,
  html[lang="en"] body main#interview section#interview04 .lc-vert .pager-rail {
    order: 2 !important;
    margin: -60px 0 20px auto !important;
    padding: 0 !important; }
  html[lang="en"] body main#interview section#interview01 .lc-vert .vtitle-wrap,
  html[lang="en"] body main#interview section#interview02 .lc-vert .vtitle-wrap,
  html[lang="en"] body main#interview section#interview03 .lc-vert .vtitle-wrap,
  html[lang="en"] body main#interview section#interview04 .lc-vert .vtitle-wrap {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important; }
    html[lang="en"] body main#interview section#interview01 .lc-vert .vtitle-wrap .vtitle,
    html[lang="en"] body main#interview section#interview02 .lc-vert .vtitle-wrap .vtitle,
    html[lang="en"] body main#interview section#interview03 .lc-vert .vtitle-wrap .vtitle,
    html[lang="en"] body main#interview section#interview04 .lc-vert .vtitle-wrap .vtitle {
      writing-mode: initial !important;
      order: 1 !important;
      height: auto !important; }
  html[lang="en"] body main#interview section#interview01 .lc-vert .vbody,
  html[lang="en"] body main#interview section#interview02 .lc-vert .vbody,
  html[lang="en"] body main#interview section#interview03 .lc-vert .vbody,
  html[lang="en"] body main#interview section#interview04 .lc-vert .vbody {
    overflow: initial !important;
    order: 3 !important;
    height: auto !important; }
    html[lang="en"] body main#interview section#interview01 .lc-vert .vbody p,
    html[lang="en"] body main#interview section#interview02 .lc-vert .vbody p,
    html[lang="en"] body main#interview section#interview03 .lc-vert .vbody p,
    html[lang="en"] body main#interview section#interview04 .lc-vert .vbody p {
      writing-mode: initial !important; }
html[lang="en"] body main#interview section#interview01 .inter01-bottom .lc-vert {
  width: 750px !important; }
  @media screen and (max-width: 900px) {
    html[lang="en"] body main#interview section#interview01 .inter01-bottom .lc-vert {
      width: auto !important; } }
html[lang="en"] body main#interview section#interview01 .inter01-top {
  margin: 0 0 80px 0 !important; }
html[lang="en"] body main#interview section#interview04 .inter02-r .lc-vert .vbody p.link {
  color: #689fbc; }
html[lang="en"] body main#interview section#interview-top {
  margin: 35px auto 90px; }
  html[lang="en"] body main#interview section#interview-top .dev-interview {
    padding: 0; }
  html[lang="en"] body main#interview section#interview-top .inter-imgr {
    width: 811px;
    height: 594px; }

html body #header {
  max-width: 1200px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }
  @media screen and (max-width: 1300px) {
    html body #header {
      padding: 0 20px; } }
  @media screen and (max-width: 900px) {
    html body #header {
      height: 46px; } }
  html body #header .logo {
    width: 150px; }
    @media screen and (max-width: 900px) {
      html body #header .logo {
        width: 100px; } }
    html body #header .logo h1 {
      margin: 0; }
      html body #header .logo h1 a img {
        width: 100%; }
  html body #header .trans {
    display: flex;
    align-items: center; }
    html body #header .trans span.sub {
      color: white;
      font-size: 0.75rem;
      font-family: "ff-din-paneuropean", sans-serif;
      font-weight: 500;
      font-style: normal;
      position: relative;
      display: inline-block;
      padding-right: 20px; }
      html body #header .trans span.sub::after {
        content: "";
        position: absolute;
        top: -3px;
        right: 0;
        width: 2px;
        height: 20px;
        background-color: white; }
    html body #header .trans .lang-switch {
      display: flex;
      align-items: center;
      border: 1px solid white;
      border-radius: 50px;
      overflow: hidden;
      width: 100px;
      cursor: pointer;
      user-select: none;
      margin: 0 0 0 20px; }
      @media screen and (max-width: 900px) {
        html body #header .trans .lang-switch {
          width: 60px; } }
      html body #header .trans .lang-switch .lang-option {
        flex: 1;
        text-align: center;
        padding: 4px 0;
        font-size: 0.75rem;
        font-family: "ff-din-paneuropean", sans-serif;
        font-weight: 500;
        font-style: normal;
        transition: all 0.3s; }
        @media screen and (max-width: 900px) {
          html body #header .trans .lang-switch .lang-option {
            padding: 0;
            font-size: 0.625rem; } }
        html body #header .trans .lang-switch .lang-option.active {
          background: white;
          color: black; }
        html body #header .trans .lang-switch .lang-option.inactive {
          color: white; }

html body #site-footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 0 60px;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  color: white; }
  @media screen and (max-width: 1300px) {
    html body #site-footer {
      padding: 75px 0 20px; } }
  html body #site-footer .footer-inner {
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    gap: 48px;
    align-items: flex-start;
    flex-wrap: nowrap; }
    @media screen and (max-width: 1300px) {
      html body #site-footer .footer-inner {
        flex-wrap: wrap;
        gap: 0 24px;
        justify-content: center; } }
    @media screen and (max-width: 380px) {
      html body #site-footer .footer-inner {
        gap: 0 31px;
        padding: 0 20px; } }
  html body #site-footer .col {
    min-width: 180px; }
  html body #site-footer .col-company {
    flex: 1.2 1 360px;
    padding: 18px 0 0 0; }
    @media screen and (max-width: 1300px) {
      html body #site-footer .col-company {
        order: 1;
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
  html body #site-footer .sp {
    display: none; }
  html body #site-footer .col-links {
    flex: 1 1 260px;
    padding: 35px 0 0 0; }
    @media screen and (max-width: 1300px) {
      html body #site-footer .col-links {
        flex: 0; } }
  html body #site-footer .divider, html body #site-footer .divider-sp {
    width: 1px;
    background: #4d4d4f;
    align-self: stretch; }
    @media screen and (max-width: 1300px) {
      html body #site-footer .divider, html body #site-footer .divider-sp {
        display: none; } }
  @media screen and (max-width: 1300px) {
    html body #site-footer .divider-sp {
      display: block;
      order: 2; } }
  @media screen and (max-width: 380px) {
    html body #site-footer .divider-sp {
      display: none; } }
  html body #site-footer .brand {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 27px; }
    html body #site-footer .brand .logo-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 22px;
      background: #e1c34a;
      border-radius: 999px;
      box-shadow: 0 0 0 6px #3d3512 inset; }
      html body #site-footer .brand .logo-pill span {
        font-weight: 800;
        letter-spacing: .6px;
        font-size: 14px;
        color: #1b1b1b; }
  html body #site-footer .company-lines {
    font-size: 0.875rem;
    font-family: "Zen Kaku Gothic New", "M PLUS 1", "Noto Sans JP", system-ui, sans-serif;
    line-height: 1.9; }
    html body #site-footer .company-lines .name {
      font-weight: 500; }
    html body #site-footer .company-lines .add {
      font-weight: 300; }
  html body #site-footer .tel {
    font-size: 1.25rem;
    font-family: "Zen Kaku Gothic New", "M PLUS 1", "Noto Sans JP", system-ui, sans-serif;
    font-weight: 300;
    letter-spacing: .6px;
    margin: 18px 0 85px; }
    @media screen and (max-width: 1300px) {
      html body #site-footer .tel {
        margin: 18px 0 30px; } }
  html body #site-footer .social {
    display: flex;
    gap: 18px;
    margin: 0 0 138px; }
    @media screen and (max-width: 1300px) {
      html body #site-footer .social {
        margin: 0 0 30px; } }
    html body #site-footer .social a {
      display: inline-flex;
      width: 22px;
      height: 22px;
      justify-content: center;
      text-decoration: none; }
      html body #site-footer .social a svg {
        width: 16px;
        height: 16px;
        fill: #eaeaea; }
  html body #site-footer .copyright.pc, html body #site-footer .copyright.sp {
    font-size: 0.75rem;
    font-family: "ff-din-paneuropean", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 22px; }
    @media screen and (max-width: 1300px) {
      html body #site-footer .copyright.pc, html body #site-footer .copyright.sp {
        display: none; } }
  html body #site-footer .copyright.sp {
    display: none; }
    @media screen and (max-width: 1300px) {
      html body #site-footer .copyright.sp {
        display: block;
        order: 3;
        flex: 0 0 100%;
        text-align: center;
        opacity: 0.9; } }
  @media screen and (max-width: 1300px) {
    html body #site-footer .col-links {
      order: 2; } }
  html body #site-footer .col-links h4 {
    margin: 0 0 10px;
    font-size: 1.25rem;
    font-family: "Zen Kaku Gothic New", "M PLUS 1", "Noto Sans JP", system-ui, sans-serif;
    font-weight: 500; }
    @media screen and (max-width: 1300px) {
      html body #site-footer .col-links h4 {
        line-height: 1.5; } }
  html body #site-footer .col-links span {
    display: block;
    font-size: 0.9375rem;
    font-family: "Zen Kaku Gothic New", "M PLUS 1", "Noto Sans JP", system-ui, sans-serif;
    font-weight: 300;
    margin: 0 0 40px 0; }
  html body #site-footer .col-links .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px; }
    html body #site-footer .col-links .menu li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      margin: 0 0 10px 0; }
      html body #site-footer .col-links .menu li::before {
        content: "-";
        color: white;
        line-height: 1; }
      html body #site-footer .col-links .menu li.gray {
        color: #4d4d4f; }
        html body #site-footer .col-links .menu li.gray::before {
          color: #4d4d4f; }
      html body #site-footer .col-links .menu li a {
        font-size: 0.9375rem;
        font-family: "Zen Kaku Gothic New", "M PLUS 1", "Noto Sans JP", system-ui, sans-serif;
        font-weight: 300;
        text-decoration: none;
        color: white; }
        html body #site-footer .col-links .menu li a:hover {
          opacity: .8; }
        html body #site-footer .col-links .menu li a.gray {
          color: #4d4d4f; }
  html body #site-footer .to-top {
    translate: 0 300%;
    color: white;
    text-decoration: none; }
    @media screen and (max-width: 1300px) {
      html body #site-footer .to-top {
        flex: 0 0 100%;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 73px;
        right: 20px; } }
    html body #site-footer .to-top span {
      writing-mode: vertical-lr;
      letter-spacing: .2em;
      font-size: 1rem;
      font-family: "Zen Kaku Gothic New", "M PLUS 1", "Noto Sans JP", system-ui, sans-serif;
      font-weight: 500; }
      @media screen and (max-width: 1300px) {
        html body #site-footer .to-top span {
          writing-mode: initial; } }
      @media screen and (max-width: 1300px) {
        html body #site-footer .to-top span.caret {
          writing-mode: vertical-lr; } }
