@charset "UTF-8";
/*--webp対応ブラウザの場合--
.webp .thumbnail {
    background: url("./img/sample.webp") 
}*/
/*--webp非対応ブラウザの場合--
.no-webp .thumbnail {
    background: url("./img/sample.png")
}*/
/*
.wf-notosansjapanese { font-family: "Noto Sans JP"; }
*/
/* color */
/* */
html {
  font-size: 62.5%;
  line-height: 2rem; }

body {
  font-family: "Noto Sans JP"; }

.webF, .contentsBox_tabBox__innerItem2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal; }

.active {
  background-color: #FEE300; }

.mb1 {
  margin-bottom: 50px; }

.Ti_text {
  position: static !important;
  color: #FEE300 !important;
  padding-left: 0 !important; }

.yellow {
  color: #FEE300 !important; }

/* header */
/*@import "header";*/
/*@use "header";*/
header {
  width: 100%;
  height: 76px;
  background: linear-gradient(0deg, rgba(18, 18, 18, 0), #121212);
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000; }

.REV-common_header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .REV-common_headerLogo {
    margin-left: 30px; }
  .REV-common_headerMenu ul {
    display: flex;
    gap: 25px;
    margin-right: 60px; }
    .REV-common_headerMenu ul li {
      font-size: 1.6rem; }
      .REV-common_headerMenu ul li a {
        color: #FFFFFF; }

/* */
/* 画面サイズ 600px 以上
@media (600px <= width) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}*/
/* 画面サイズ 1025px 以上 */
/* @media (1025px <= width) {
} */
/* 画面サイズ 600px 以上 1025px 未満 */
/* @media (600px <= width < 1025px) {
} */
.pc {
  display: block; }

.sp {
  display: none; }

.red {
  color: #E60013; }

.Fs1 {
  font-size: 10px !important; }

.contentsMain {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("../assets/img/main_image.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .contentsMain_inner {
    position: absolute;
    top: 80%;
    left: 10%; }
    .contentsMain_inner h1 {
      font-size: 2.6rem;
      color: #FFFFFF;
      font-weight: bold;
      margin-bottom: 10px;
      text-shadow: 1px 1px 2px black;
      line-height: 3rem; }
    .contentsMain_inner p {
      font-size: 1.5rem;
      text-shadow: 1px 1px 2px black; }

.contentsMain2 {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("../assets/img/importedcar_main.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .contentsMain2_inner {
    position: absolute;
    top: 80%;
    left: 10%; }
    .contentsMain2_inner h1 {
      font-size: 2.6rem;
      color: #FFFFFF;
      font-weight: bold;
      margin-bottom: 15px;
      text-shadow: 1px 1px 2px black;
      line-height: 3rem; }
    .contentsMain2_inner p {
      font-size: 1.5rem;
      text-shadow: 1px 1px 2px black; }

.contentsMain3 {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("../assets/img/importedcar_main.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .contentsMain3_inner {
    position: absolute;
    top: 80%;
    left: 10%; }
    .contentsMain3_inner h1 {
      font-size: 2.6rem;
      color: #FFFFFF;
      font-weight: bold;
      margin-bottom: 15px;
      text-shadow: 1px 1px 2px black;
      line-height: 3rem; }
    .contentsMain3_inner p {
      font-size: 1.5rem;
      text-shadow: 1px 1px 2px black; }

.contentsMain4 {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("../assets/img/hiace_main.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .contentsMain4_inner {
    position: absolute;
    top: 80%;
    left: 10%; }
    .contentsMain4_inner h1 {
      font-size: 2.6rem;
      color: #FFFFFF;
      font-weight: bold;
      margin-bottom: 15px;
      text-shadow: 1px 1px 2px black;
      line-height: 3rem; }
    .contentsMain4_inner p {
      font-size: 1.5rem;
      text-shadow: 1px 1px 2px black; }

.contentsBox {
  background-color: #121212;
  padding-bottom: 80px;
    /*
    .button {
	display: inline-block;
	padding: .75rem 1.25rem;
	border-radius: 10rem;
	color: $white;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: .15rem;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	&:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: $handl;
		height: 100%;
		background-color: $color;
		border-radius: 10rem;
		z-index: -2;
	}
	&:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0%;
		height: 100%;
		background-color: darken($color, 15%);
		transition: all .3s;
		border-radius: 10rem;
		z-index: -1;
	}
	&:hover {
		color: $white;
		&:before {
			width: $handl;
		}
	}
}
    */
  /* */ }
  .contentsBox h2 {
    width: 300px;
    font-size: 28px;
    line-height: 2rem;
    position: relative;
    padding-left: 15px; }
    .contentsBox h2::before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 4px;
      height: 28px;
      background-color: #B71714;
      top: -3px;
      left: 0; }
    .contentsBox h2 span {
      font-size: 16px; }
  .contentsBox h3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
    color: #B01E3C; }
  .contentsBox_tab {
    width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0px; }
    .contentsBox_tab__domesticCar {
      position: relative;
      z-index: 1; }
      .contentsBox_tab__domesticCar::before {
        transform: skewX(-30deg);
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background-color: #FEE300; }
      .contentsBox_tab__domesticCar p {
        font-size: 24px;
        font-weight: bold;
        line-height: 2.2rem;
        margin: 0;
        padding: 15px 30px 15px 80px;
        position: relative;
        color: #121212; }
        .contentsBox_tab__domesticCar p span {
          font-size: 12px; }
        .contentsBox_tab__domesticCar p::before {
          content: "";
          position: absolute;
          width: 45px;
          height: 45px;
          top: 12px;
          left: 25px;
          background: url("../suspension/img/switching_01.png");
          background-size: 100%; }
      .contentsBox_tab__domesticCar a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .contentsBox_tab__domesticCar2 {
      position: relative;
      z-index: 1; }
      .contentsBox_tab__domesticCar2::before {
        transform: skewX(-30deg);
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background-color: #F5F5F5; }
      .contentsBox_tab__domesticCar2 p {
        font-size: 24px;
        font-weight: bold;
        line-height: 2.2rem;
        margin: 0;
        padding: 15px 30px 15px 80px;
        position: relative;
        color: #707070; }
        .contentsBox_tab__domesticCar2 p span {
          font-size: 12px; }
        .contentsBox_tab__domesticCar2 p::before {
          content: "";
          position: absolute;
          width: 45px;
          height: 45px;
          top: 12px;
          left: 25px;
          background: url("../suspension/img/switching_01.png");
          background-size: 100%; }
      .contentsBox_tab__domesticCar2 a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .contentsBox_tab__ImportedCar {
      position: relative;
      z-index: 1; }
      .contentsBox_tab__ImportedCar::before {
        transform: skewX(-30deg);
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background-color: #F5F5F5; }
      .contentsBox_tab__ImportedCar p {
        font-size: 24px;
        font-weight: bold;
        line-height: 2.2rem;
        margin: 0;
        padding: 15px 30px 15px 80px;
        position: relative;
        color: #707070; }
        .contentsBox_tab__ImportedCar p span {
          font-size: 12px; }
        .contentsBox_tab__ImportedCar p::before {
          content: "";
          position: absolute;
          width: 45px;
          height: 45px;
          top: 12px;
          left: 25px;
          background: url("../suspension/img/switching_02.png");
          background-size: 100%; }
      .contentsBox_tab__ImportedCar a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .contentsBox_tab__ImportedCar2 {
      position: relative;
      z-index: 1; }
      .contentsBox_tab__ImportedCar2::before {
        transform: skewX(-30deg);
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background-color: #FEE300; }
      .contentsBox_tab__ImportedCar2 p {
        font-size: 24px;
        font-weight: bold;
        line-height: 2.2rem;
        margin: 0;
        padding: 15px 30px 15px 80px;
        position: relative;
        color: #121212; }
        .contentsBox_tab__ImportedCar2 p span {
          font-size: 12px; }
        .contentsBox_tab__ImportedCar2 p::before {
          content: "";
          position: absolute;
          width: 45px;
          height: 45px;
          top: 12px;
          left: 25px;
          background: url("../suspension/img/switching_02.png");
          background-size: 100%; }
      .contentsBox_tab__ImportedCar2 a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .contentsBox_announce {
    width: 900px;
    margin: 0 auto 40px; }
    .contentsBox_announce picture {
      width: 100%; }
      .contentsBox_announce picture source, .contentsBox_announce picture img {
        width: 100%; }
    .contentsBox_announce p {
      font-size: 14px;
      text-align: center;
      margin-top: 5px; }
  .contentsBox_announce2 {
    width: 900px;
    margin: 0 auto 40px;
    padding-top: 50px; }
    .contentsBox_announce2 picture {
      width: 100%; }
      .contentsBox_announce2 picture source, .contentsBox_announce2 picture img {
        width: 100%; }
    .contentsBox_announce2 p {
      font-size: 14px;
      text-align: center;
      margin-top: 5px; }
  .contentsBox_infoBanner {
    width: 100%;
    margin: 0 auto 40px; }
    .contentsBox_infoBanner picture {
      width: 100%; }
      .contentsBox_infoBanner picture source, .contentsBox_infoBanner picture img {
        width: 100%; }
    .contentsBox_infoBanner p {
      font-size: 14px;
      text-align: center;
      margin-top: 5px; }
  .contentsBox_info {
    width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #FFFFFF;
    color: #121212; }
    .contentsBox_info__Text {
      margin-bottom: 20px;
      padding-bottom: 20px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 40px;
      border-bottom: 1px dotted #B8C3CE; }
      .contentsBox_info__Text nav {
        width: 600px; }
        .contentsBox_info__Text nav ul li {
          font-size: 1.4rem;
          margin-bottom: 10px;
          padding: 0 10px 10px;
          border-bottom: 1px solid #B8C3CE; }
    .contentsBox_info__dai {
      width: 100%;
      margin-bottom: 20px; }
      .contentsBox_info__dai figure img {
        width: 100%; }
    .contentsBox_info__Tel {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px dotted #B8C3CE; }
      .contentsBox_info__Tel h3 {
        line-height: 2.6rem;
        text-align: center;
        font-weight: bold; }
      .contentsBox_info__Tel P {
        margin: 0;
        font-size: 1.6rem;
        color: #121212;
        text-align: center; }
        .contentsBox_info__Tel P span {
          font-size: 2.6rem;
          line-height: 5rem; }
    .contentsBox_info__Pickup {
      margin-bottom: 10px; }
      .contentsBox_info__Pickup h2 {
        margin-bottom: 10px; }
      .contentsBox_info__Pickup p {
        color: #121212;
        text-align: center;
        font-size: 1.6rem;
        font-weight: bold;
        margin-top: 15px; }
      .contentsBox_info__PickupInner {
        margin-bottom: 30px;
        text-align: center; }
        .contentsBox_info__PickupInner:last-child {
          margin-bottom: 0; }
        .contentsBox_info__PickupInner picture > img {
          margin: 0 auto;
          box-shadow: 5px 5px 10px #121212; }
      .contentsBox_info__PickupInner2 {
        margin-bottom: 60px;
        text-align: center; }
        .contentsBox_info__PickupInner2:last-child {
          margin-bottom: 0; }
        .contentsBox_info__PickupInner2 picture > img {
          margin: 0 auto;
          box-shadow: 5px 5px 10px #121212; }
      .contentsBox_info__PickupBanner {
        width: 900px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .contentsBox_info__PickupBanner p {
          width: 100%;
          margin-bottom: 30px; }
        .contentsBox_info__PickupBannerItem {
          margin-bottom: 30px; }
          .contentsBox_info__PickupBannerItem picture > img {
            margin: 0 auto;
            box-shadow: 5px 5px 10px #121212; }
    .contentsBox_info__Reserv {
      margin: 0 0 20px 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px; }
      .contentsBox_info__Reserv p {
        color: #121212;
        margin: 0; }
        .contentsBox_info__Reserv p:nth-child(1) {
          font-size: 4.6rem;
          font-weight: bold;
          padding-left: 50px;
          position: relative; }
          .contentsBox_info__Reserv p:nth-child(1)::before {
            content: '';
            display: block;
            width: 40px;
            height: 40px;
            background-image: url("../assets/img/tel.svg");
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: -5px;
            left: 0; }
        .contentsBox_info__Reserv p:nth-child(2) {
          text-align: left;
          font-size: 1.2rem;
          padding-top: 4px; }
    .contentsBox_info__Payment {
      margin-top: 30px;
      text-align: center; }
      .contentsBox_info__Payment picture > img {
        text-align: center; }
  .contentsBox_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .contentsBox_inner__ObText {
      width: 60%; }
      .contentsBox_inner__ObText h3 {
        font-size: 2.4rem;
        line-height: 3.2rem;
        font-weight: bold; }
      .contentsBox_inner__ObText p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #121212; }
  .contentsBox_suspension {
    width: 1000px;
    margin: 0 auto 20px;
    padding: 80px 20px 0; }
    .contentsBox_suspension h2 {
      color: #FFFFFF !important;
      margin-bottom: 10px; }
    .contentsBox_suspension > p {
      font-size: 1.6rem;
      line-height: 2.4rem;
      padding-left: 14px; }
      .contentsBox_suspension > p span {
        color: #FEE300;
        font-weight: bold; }
    .contentsBox_suspension h3 {
      margin-bottom: 30px;
      width: 100%;
      font-size: 2rem;
      line-height: 1.6em;
      position: relative;
      padding-left: 15px;
      color: #FFFFFF; }
      .contentsBox_suspension h3::before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 4px;
        height: 28px;
        background-color: #B71714;
        top: 3px;
        left: 0; }
  .contentsBox_alignment {
    margin: 0 auto 80px; }
    .contentsBox_alignment__Text h2 {
      width: 100%;
      padding-top: 2px;
      background-image: url("../assets/img/icon_01.svg");
      background-repeat: no-repeat;
      background-size: 30px;
      padding-left: 35px;
      margin-bottom: 10px; }
      .contentsBox_alignment__Text h2::before {
        background: transparent; }
    .contentsBox_alignment__TextMore {
      /*position: relative;
      height: auto;
      max-height: 240px;
      overflow: hidden;
      transition: max-height .5s;
      &::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          display: block;
          width: $handl;
          height: 100%;
          transition: 1s;
          background: linear-gradient(to bottom,transparent 0%,$back 100%);
      }
      &.open {
          &::after {
              z-index: -1;
              opacity: 0;
          }
      }
      &btn{
          font-size: 1.4rem;
          display: block;
          margin: 20px auto 30px;
          padding: 8px 40px;
          border: 0;
          color: $back;
          background-color: $btcolor;
          cursor: pointer;
          font-weight: bold;
      }*/ }
      .contentsBox_alignment__TextMore p {
        font-size: 1.6rem;
        line-height: 2.4rem; }
        .contentsBox_alignment__TextMore p span {
          color: #FEE300;
          font-weight: bold; }
    .contentsBox_alignment__Explanation {
      margin-top: 30px;
      margin-bottom: 25px; }
      .contentsBox_alignment__Explanation dl {
        color: #fff;
        font-size: 1.6rem;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 20px; }
        .contentsBox_alignment__Explanation dl dt {
          width: 46%;
          padding-bottom: 20px;
          padding-left: 35px;
          padding-top: 3px;
          margin-bottom: 10px;
          margin-left: 10px;
          font-size: 1.8rem;
          color: #FEE300;
          font-weight: bold;
          background-image: url("../suspension/img/checkbox.svg");
          background-repeat: no-repeat;
          background-size: 30px; }
        .contentsBox_alignment__Explanation dl dd {
          width: 51%;
          padding-bottom: 20px;
          padding-top: 3px;
          margin-bottom: 10px; }
          .contentsBox_alignment__Explanation dl dd::before {
            content: '';
            display: inline-block;
            width: 30px;
            height: 12px;
            background-image: url("../suspension/img/arrow.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain; }
    .contentsBox_alignment__achievements {
      margin-top: 20px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 30px; }
      .contentsBox_alignment__achievements * {
        color: #FFF; }
      .contentsBox_alignment__achievementsImage {
        width: calc((100% - 30px) / 2); }
        .contentsBox_alignment__achievementsImage picture img {
          aspect-ratio: 465 / 318;
          width: 100%; }
        .contentsBox_alignment__achievementsImage p {
          text-align: center; }
  .contentsBox_btnBox {
    margin-top: 50px; }
    .contentsBox_btnBox p {
      font-size: 1.4rem; }
      .contentsBox_btnBox p a {
        color: #121212;
        background-color: #F5F5F5;
        border-radius: 20px;
        text-decoration: none;
        padding: 10px 20px; }
  .contentsBox_insta {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 20px 0;
    color: #121212; }
    .contentsBox_insta h2 {
      width: 100%;
      color: #121212 !important;
      text-align: center;
      position: static;
      margin-bottom: 20px; }
      .contentsBox_insta h2::before {
        background: transparent; }
    .contentsBox_insta__area {
      margin-bottom: 40px; }
      .contentsBox_insta__area ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px; }
        .contentsBox_insta__area ul li {
          line-height: 13;
          /* 消す */
          text-align: center;
          font-size: 1.6rem;
          width: calc((100% - 60px) / 4);
          height: 220px; }
          .contentsBox_insta__area ul li a:hover {
            opacity: 0.7; }
          .contentsBox_insta__area ul li img {
            width: 100%; }
    .contentsBox_insta__tagArea {
      margin-bottom: 0px;
      display: flex;
      justify-content: space-between; }
      .contentsBox_insta__tagArea p {
        color: #121212; }
    .contentsBox_insta__hash {
      background-color: #DEDEDE;
      border-radius: 30px;
      padding: 10px 20px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .contentsBox_insta__hash > p {
        font-size: 1.6rem; }
      .contentsBox_insta__hash ul {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .contentsBox_insta__hash ul li {
          margin-right: 10px; }
      .contentsBox_insta__hash a {
        font-size: 1.6rem;
        color: #B01E3C;
        text-decoration: none; }
    .contentsBox_insta__button {
      background-color: #F5F5F5;
      border-radius: 30px; }
      .contentsBox_insta__button a {
        font-size: 1.6rem;
        display: inline-block;
        padding: 10px 20px;
        color: #121212;
        text-decoration: none; }
        .contentsBox_insta__button a:hover {
          background-color: #FEE300;
          border-radius: 30px; }
  .contentsBox_review {
    width: 1000px;
    margin: 0 auto;
    padding: 20px; }
    .contentsBox_review h2 {
      color: #FFFFFF !important;
      margin-bottom: 20px; }
    .contentsBox_review h3 {
      font-size: 2.2rem;
      padding-bottom: 5px;
      color: #FFFFFF;
      position: relative;
      margin-bottom: 30px; }
      .contentsBox_review h3::after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 67px;
        height: 1px;
        background-color: #FFFFFF;
        bottom: 0;
        left: 0; }
    .contentsBox_reviewInner > * {
      font-size: 1.6rem; }
    .contentsBox_reviewInner__Item {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 40px;
      gap: 20px; }
      .contentsBox_reviewInner__Item:last-child {
        margin-bottom: 0; }
      .contentsBox_reviewInner__Item a {
        width: 500px;
        background-color: #BCBCBC; }
      .contentsBox_reviewInner__Item picture source, .contentsBox_reviewInner__Item picture img {
        aspect-ratio: 415 / 256;
        width: 100%; }
    .contentsBox_reviewInner__Text {
      width: 630px; }
      .contentsBox_reviewInner__Text p {
        margin: 0 0 30px 0; }
      .contentsBox_reviewInner__TextButton {
        margin-top: 30px; }
        .contentsBox_reviewInner__TextButton p {
          margin: 0; }
          .contentsBox_reviewInner__TextButton p a {
            width: auto;
            height: auto;
            display: inline-block;
            border-radius: 30px;
            color: #121212;
            text-decoration: none;
            background-color: #FFFFFF;
            padding: 10px 20px; }
            .contentsBox_reviewInner__TextButton p a:hover {
              background-color: #FEE300; }
  .contentsBox_bc {
    width: 1200px;
    margin: 0 auto 80px;
    padding: 20px; }
    .contentsBox_bc h2 {
      width: 100%; }
    .contentsBox_bc__explanation {
      width: 1000px;
      margin: 0 auto 80px;
      padding: 20px; }
      .contentsBox_bc__explanation h2 {
        padding-left: 0; }
        .contentsBox_bc__explanation h2::before {
          content: none; }
    .contentsBox_bc__Text {
      width: 1000px;
      margin: 0 auto 80px;
      padding: 20px; }
    .contentsBox_bc__Price {
      width: 1000px;
      margin: 0 auto 80px;
      padding: 20px; }
  .contentsBox_tabBox {
    margin-top: 40px; }
    .contentsBox_tabBox ul {
      margin-bottom: 40px;
      list-style-type: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .contentsBox_tabBox ul li.tab-list-item {
        font-size: 18px;
        width: calc(100% / 3);
        cursor: pointer;
        text-align: center;
        background-color: #FFFFFF;
        color: #707070;
        padding: 20px 0;
        border-left: 1px solid #DDDDDD;
        border-top: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD; }
        .contentsBox_tabBox ul li.tab-list-item:first-child {
          border-radius: 10px 0 0 0; }
        .contentsBox_tabBox ul li.tab-list-item:last-child {
          border-radius: 0 10px 0 0; }
        .contentsBox_tabBox ul li.tab-list-item.active {
          color: #121212;
          background-color: #FEE300;
          border: none; }
      .contentsBox_tabBox ul li.tab-list-item2 {
        font-size: 18px;
        width: calc(100% / 2);
        cursor: pointer;
        text-align: center;
        background-color: #FFFFFF;
        color: #707070;
        padding: 20px 0;
        border-left: 1px solid #DDDDDD;
        border-top: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        overflow: hidden;
        position: relative;
        z-index: 1; }
        .contentsBox_tabBox ul li.tab-list-item2::after {
          background: #FEE300;
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 100%;
          transform: scale(0, 1);
          transform-origin: left top;
          transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
          z-index: -1;
          transform: skewY(-10deg) scale(1, 0);
          height: 240px; }
        .contentsBox_tabBox ul li.tab-list-item2:hover {
          color: #121212; }
          .contentsBox_tabBox ul li.tab-list-item2:hover::after {
            transform: skewY(-10deg) scale(1, 1); }
        .contentsBox_tabBox ul li.tab-list-item2:first-child {
          border-radius: 10px 0 0 0; }
        .contentsBox_tabBox ul li.tab-list-item2:last-child {
          border-radius: 0 10px 0 0; }
        .contentsBox_tabBox ul li.tab-list-item2:nth-of-type(3) {
          border-radius: 0 10px 0 0; }
        .contentsBox_tabBox ul li.tab-list-item2.active {
          color: #121212;
          background-color: #FEE300;
          border: none; }
    .contentsBox_tabBox__innerInfo {
      margin-bottom: 40px; }
      .contentsBox_tabBox__innerInfo p {
        font-size: 1.6rem;
        line-height: 1.4em;
        color: #FEE300; }
    .contentsBox_tabBox__inner h3 {
      margin-bottom: 30px;
      width: 100%;
      font-size: 2rem;
      line-height: 1.4rem;
      position: relative;
      padding-left: 15px;
      color: #FFFFFF; }
      .contentsBox_tabBox__inner h3::before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 4px;
        height: 28px;
        background-color: #B71714;
        top: -4px;
        left: 0; }
    .contentsBox_tabBox__innerItem {
      display: none; }
      .contentsBox_tabBox__innerItem.show {
        display: block; }
    .contentsBox_tabBox__innerItem2 {
      padding-top: 30px;
      display: none; }
      .contentsBox_tabBox__innerItem2 h3 {
        margin-bottom: 30px;
        width: 100%;
        font-size: 3rem;
        line-height: 1.4rem;
        position: relative;
        padding-left: 0px;
        color: #FFFFFF;
        padding-bottom: 10px;
        padding-left: 10px;
        border-bottom: 2px solid #C49D2C; }
        .contentsBox_tabBox__innerItem2 h3::before {
          content: '';
          position: absolute;
          display: inline-block;
          width: 0px;
          height: 28px;
          background-color: #B71714;
          top: -4px;
          left: 0; }
        .contentsBox_tabBox__innerItem2 h3 img {
          vertical-align: sub; }
          .contentsBox_tabBox__innerItem2 h3 img.wid1 {
            width: 20%; }
          .contentsBox_tabBox__innerItem2 h3 img.wid2 {
            width: 35%; }
          .contentsBox_tabBox__innerItem2 h3 img.wid3 {
            width: 18%; }
          .contentsBox_tabBox__innerItem2 h3 img.wid4 {
            width: 27%; }
      .contentsBox_tabBox__innerItem2 h3.common {
        margin-bottom: 30px;
        width: 100%;
        font-size: 2rem;
        line-height: 1.4rem;
        position: relative;
        padding-left: 15px;
        color: #FFFFFF;
        border: none; }
        .contentsBox_tabBox__innerItem2 h3.common::before {
          content: '';
          position: absolute;
          display: inline-block;
          width: 4px;
          height: 28px;
          background-color: #B71714;
          top: -4px;
          left: 0; }
      .contentsBox_tabBox__innerItem2.show {
        display: block; }
    .contentsBox_tabBox__innerExplanation {
      background-image: url("../assets/img/bg.png");
      height: 50px; }
      .contentsBox_tabBox__innerExplanation p {
        font-size: 1.6rem;
        padding-top: 4px;
        padding-left: 14px; }
        .contentsBox_tabBox__innerExplanation p a {
          color: #E60013;
          text-decoration: underline; }
    .contentsBox_tabBox__innerExplanation2 {
      background-image: none; }
      .contentsBox_tabBox__innerExplanation2 p {
        font-size: 1.6rem;
        padding-top: 4px;
        padding-left: 14px; }
        .contentsBox_tabBox__innerExplanation2 p a {
          color: #E60013;
          text-decoration: underline; }
    .contentsBox_tabBox__innerArm {
      margin-top: 20px; }
      .contentsBox_tabBox__innerArm ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px; }
        .contentsBox_tabBox__innerArm ul li {
          width: calc((100% - 60px) / 4);
          height: auto; }
          .contentsBox_tabBox__innerArm ul li picture img {
            width: 100%; }
  .contentsBox_price {
    margin-bottom: 60px; }
    .contentsBox_price dl {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .contentsBox_price dl dt {
        color: #FFFFFF;
        width: 30%;
        text-align: center;
        padding: 10px 0;
        font-size: 1.6rem; }
        .contentsBox_price dl dt span {
          font-size: 20px;
          /*color: #F4E0AD;*/ }
        .contentsBox_price dl dt.recommend {
          background-color: #B2AA52; }
      .contentsBox_price dl dd {
        color: #FFFFFF;
        margin: 0;
        padding: 30px 10px 30px 15px;
        width: 47%;
        font-size: 1.6rem;
        border-left: 1px dotted #707070;
        vertical-align: middle; }
        .contentsBox_price dl dd:last-child {
          width: 28%;
          padding: 30px 0 30px 15px; }
        .contentsBox_price dl dd span {
          color: #B01E3C; }
    .contentsBox_price p {
      font-size: 1.4rem;
      background-image: none;
      height: auto; }
    .contentsBox_price__note {
      padding-left: 30px;
      color: #FEE300; }
    .contentsBox_price__title {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-top: 30px;
      margin-bottom: 10px; }
      .contentsBox_price__title p {
        font-size: 1.4rem;
        width: 30%;
        margin: 0; }
        .contentsBox_price__title p:nth-child(2) {
          width: 47%; }
        .contentsBox_price__title p:last-child {
          width: 28%; }
    .contentsBox_price__category {
      width: 100%; }
      .contentsBox_price__category picture source, .contentsBox_price__category picture img {
        aspect-ratio: 288 / 70;
        width: 100%; }
      .contentsBox_price__category p {
        font-size: 16px;
        margin: 0; }
    .contentsBox_price__item {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      gap: 5px;
      margin-top: -5px; }
      .contentsBox_price__item p {
        margin: 0;
        font-size: 3.2rem;
        line-height: 2.6rem; }
        .contentsBox_price__item p span {
          font-size: 1.4rem;
          color: #FFFFFF !important; }
        .contentsBox_price__item p:first-child::after {
          content: "円（税込）";
          font-size: 2rem;
          padding-left: 5px; }
    .contentsBox_price__item2 {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      gap: 5px;
      margin-top: -5px; }
      .contentsBox_price__item2 p {
        margin: 0;
        font-size: 2.6rem;
        line-height: 2.6rem; }
        .contentsBox_price__item2 p span {
          font-size: 1.4rem;
          color: #FFFFFF !important; }
  .contentsBox_price2 {
    margin-bottom: 0px; }
    .contentsBox_price2 dl {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .contentsBox_price2 dl dt {
        color: #FFFFFF;
        width: 30%;
        text-align: center;
        padding: 10px 0;
        font-size: 1.6rem; }
        .contentsBox_price2 dl dt span {
          font-size: 20px;
          /*color: #F4E0AD;*/ }
        .contentsBox_price2 dl dt.recommend {
          background-color: #B2AA52; }
      .contentsBox_price2 dl dd {
        color: #FFFFFF;
        margin: 0;
        padding: 30px 10px 30px 15px;
        width: 47%;
        font-size: 1.6rem;
        border-left: 1px dotted #707070;
        vertical-align: middle; }
        .contentsBox_price2 dl dd:last-child {
          width: 28%;
          padding: 30px 0 30px 15px; }
        .contentsBox_price2 dl dd span {
          color: #B01E3C; }
    .contentsBox_price2 p {
      font-size: 1.4rem;
      background-image: none;
      height: auto; }
    .contentsBox_price2__note {
      padding-left: 30px;
      color: #FEE300; }
    .contentsBox_price2__title {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-top: 30px;
      margin-bottom: 10px; }
      .contentsBox_price2__title p {
        font-size: 1.4rem;
        width: 30%;
        margin: 0; }
        .contentsBox_price2__title p:nth-child(2) {
          width: 47%; }
        .contentsBox_price2__title p:last-child {
          width: 28%; }
    .contentsBox_price2__category {
      width: 100%; }
      .contentsBox_price2__category picture source, .contentsBox_price2__category picture img {
        aspect-ratio: 288 / 70;
        width: 100%; }
      .contentsBox_price2__category p {
        font-size: 16px;
        margin: 0; }
    .contentsBox_price2__item {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      gap: 5px;
      margin-top: -5px; }
      .contentsBox_price2__item p {
        margin: 0;
        font-size: 3.2rem;
        line-height: 2.6rem; }
        .contentsBox_price2__item p span {
          font-size: 1.4rem;
          color: #FFFFFF !important; }
        .contentsBox_price2__item p:first-child::after {
          content: "円（税込）";
          font-size: 2rem;
          padding-left: 5px; }
    .contentsBox_price2__item2 {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      gap: 5px;
      margin-top: -5px; }
      .contentsBox_price2__item2 p {
        margin: 0;
        font-size: 2.6rem;
        line-height: 2.6rem; }
        .contentsBox_price2__item2 p span {
          font-size: 1.4rem;
          color: #FFFFFF !important; }
  .contentsBox_priceImport {
    margin-bottom: 60px; }
    .contentsBox_priceImport dl {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px; }
      .contentsBox_priceImport dl dt {
        color: #FFFFFF;
        text-shadow: 1px 1px 2px black;
        width: 70%;
        line-height: 3rem;
        text-align: left;
        padding: 10px 0;
        font-size: 1.8rem;
        padding-left: 18px; }
        .contentsBox_priceImport dl dt span {
          font-size: 20px;
          color: #FEE300 !important; }
        .contentsBox_priceImport dl dt.recommend {
          background-color: #B2AA52; }
      .contentsBox_priceImport dl dd {
        color: #FFFFFF;
        margin: 0;
        padding: 30px 10px 30px 15px;
        width: 30%;
        font-size: 1.6rem;
        border-left: 1px dotted #707070;
        vertical-align: middle; }
        .contentsBox_priceImport dl dd span {
          color: #B01E3C; }
    .contentsBox_priceImport p {
      font-size: 1.4rem;
      background-image: none;
      height: auto; }
    .contentsBox_priceImport__title {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 30px;
      margin-bottom: 10px; }
      .contentsBox_priceImport__title p {
        font-size: 1.4rem;
        width: 60%;
        margin: 0; }
        .contentsBox_priceImport__title p:first-child {
          padding-left: 17px; }
        .contentsBox_priceImport__title p:last-child {
          width: 20%; }
    .contentsBox_priceImport__item {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      gap: 5px;
      margin-top: -5px; }
      .contentsBox_priceImport__item p {
        margin: 0;
        font-size: 3.2rem;
        line-height: 2.6rem;
        text-shadow: 1px 1px 2px black; }
        .contentsBox_priceImport__item p span {
          font-size: 1.4rem;
          color: #FFFFFF !important; }
        .contentsBox_priceImport__item p:first-child::after {
          content: "円（税込）";
          font-size: 2.4rem;
          padding-left: 5px; }
    .contentsBox_priceImport__item2 {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      gap: 5px;
      margin-top: -5px; }
      .contentsBox_priceImport__item2 p {
        margin: 0;
        font-size: 1.5rem;
        line-height: 2.2rem;
        text-shadow: 1px 1px 2px black; }
        .contentsBox_priceImport__item2 p:first-child::after {
          content: "";
          font-size: 2.4rem;
          padding-left: 5px; }
  .contentsBox_otherImg {
    margin-top: 20px;
    margin-bottom: 60px; }
    .contentsBox_otherImg ul {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 30px; }
      .contentsBox_otherImg ul li {
        width: calc((100% - 60px) / 3); }
        .contentsBox_otherImg ul li picture img {
          width: 100%; }
        .contentsBox_otherImg ul li p {
          font-size: 16px;
          margin-top: 10px;
          text-align: center; }
  .contentsBox_otherImg2 {
    margin-top: 20px;
    margin-bottom: 0px; }
    .contentsBox_otherImg2 ul {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 30px; }
      .contentsBox_otherImg2 ul li {
        width: calc((100% - 60px) / 3); }
        .contentsBox_otherImg2 ul li picture img {
          width: 100%; }
        .contentsBox_otherImg2 ul li p {
          font-size: 20px;
          margin-top: 10px;
          text-align: center; }
  .contentsBox_PTmaker {
    margin-top: 20px;
    margin-bottom: 0; }
    .contentsBox_PTmaker ul {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 30px; }
      .contentsBox_PTmaker ul li {
        width: calc((100% - 60px) / 3); }
  .contentsBox:nth-child(odd) {
    background-color: #FFFFFF; }
    .contentsBox:nth-child(odd) h2 {
      color: #FFFFFF; }
  .contentsBox:nth-child(3) {
    background-image: url("../assets/img/sample_bg1.png");
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 580px;
    background-position: -250px 0; }
  .contentsBox:last-child {
    padding-top: 60px;
    padding-bottom: 0;
    background-color: #121212; }

.REV-side {
  position: fixed;
  top: 140px;
  right: 0;
  background-color: #FFFFFF;
  z-index: 10000;
  border-radius: 10px 0 0 10px;
  box-shadow: -2px 0px 10px #121212;
  /*opacity: 0;*/ }
  .REV-side p {
    color: #707070;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 3.4rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    .REV-side p a {
      display: inline-block;
      text-decoration: none;
      padding: 20px 10px;
      border-radius: 10px 0 0 10px; }
      .REV-side p a:hover {
        color: #121212;
        background-color: #FEE300; }

/* */
.pos_rel {
  position: relative;
  z-index: 0; }

.pos_abs {
  position: absolute;
  z-index: -1; }

.car_bg {
  top: 10px;
  left: -350px; }
  .car_bg img {
    width: calc(50% + 400px);
    opacity: 0.4; }

.car_bg2 {
  top: 30px;
  left: 400px; }
  .car_bg2 img {
    width: calc(50% + 500px);
    opacity: 0.4; }

.Bc_Aire {
  margin-bottom: 60px;
  width: 100%; }
  .Bc_Aire picture source, .Bc_Aire picture img {
    width: 100%; }

/* 画面サイズ 600px 未満 */
@media (width < 600px) {
  html {
    line-height: 1.4rem; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  .Fs1 {
    font-size: 3vw !important; }

  .mb1 {
    margin-bottom: 7vw; }

  .SP-Menu {
    position: fixed;
    top: -1.4vw;
    right: 0;
    z-index: 100000; }

  .hamburger {
    font-size: 40px;
    background: none;
    border: none;
    padding: 16px;
    cursor: pointer;
    z-index: 100001;
    position: relative;
    color: #FFF; }

  .overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(243, 244, 246, 0.97);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    z-index: 1000000; }

  .overlay-menu a {
    text-decoration: none;
    font-size: 24px;
    color: #111827;
    padding: 12px 24px;
    border-radius: 8px; }

  .overlay-menu a:hover {
    background-color: #e5e7eb; }

  .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    background: none;
    border: none;
    cursor: pointer;
    color: #111; }

  /*追加*/
  .sumahoBTN {
    text-align: center;
    padding: 4vw 0; }
    .sumahoBTN p {
      width: 90%;
      margin: 0 auto;
      font-size: 5vw;
      line-height: 6vw; }
      .sumahoBTN p a {
        display: block;
        color: #000;
        padding: 3vw 0;
        background-color: #FEE300; }

  .CT_blog {
    margin-bottom: 8vw; }
    .CT_blog picture img {
      width: 100%; }

  .CT_blog2 {
    margin-top: 8vw; }
    .CT_blog2 picture img {
      width: 100%; }

  /*追加*/
  header {
    height: 13vw;
    padding: 5px 0;
    background: linear-gradient(0deg, rgba(18, 18, 18, 0), #121212); }

  .REV-common_header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .REV-common_headerLogo {
      margin-left: 1.6vw; }
      .REV-common_headerLogo img {
        width: 30vw; }

  h1 {
    line-height: 3.4rem; }

  .REV-WrpContents {
    width: 100%; }

  .contentsMain {
    background-image: url("../assets/img/main_image_sp.webp");
    height: 155vw; }
    .contentsMain_inner {
      width: 96vw;
      top: 62vw;
      left: 2vw; }
      .contentsMain_inner h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 2vw; }
      .contentsMain_inner p {
        line-height: 1.7rem; }

  .contentsMain2 {
    background-image: url("../assets/img/importedcar_main_sp.webp");
    height: 155vw; }
    .contentsMain2_inner {
      width: 96vw;
      top: 90vw;
      left: 2vw; }
      .contentsMain2_inner h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 2vw; }
      .contentsMain2_inner p {
        line-height: 1.7rem; }

  .contentsMain4 {
    background-image: url("../assets/img/hiace_main_sp.png");
    height: 155vw; }
    .contentsMain4_inner {
      width: 96vw;
      top: 90vw;
      left: 2vw; }
      .contentsMain4_inner h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 2vw; }
      .contentsMain4_inner p {
        line-height: 1.7rem; }

  /* */
  .tel_btn {
    margin-bottom: 18vw; }
    .tel_btn p {
      font-size: 6vw;
      text-align: center;
      position: relative; }
      .tel_btn p::before {
        content: "";
        position: absolute;
        top: 3.8vw;
        left: 11vw;
        width: 53px;
        height: 43px;
        background-image: url("../suspension/img/tel_btn.svg");
        background-repeat: no-repeat; }
      .tel_btn p a {
        display: block;
        color: #121212;
        background-color: #FEE300;
        padding: 6vw;
        border-radius: 35px;
        padding-left: 20vw; }

  /* */
  .contentsBox {
    padding-bottom: 16vw; }
    .contentsBox h2 {
      width: 100%;
      font-size: 6vw;
      line-height: 2rem;
      position: relative;
      padding-left: 3vw;
      margin-bottom: 1vw; }
      .contentsBox h2::before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 4px;
        height: 28px;
        background-color: #B71714;
        top: -3px;
        left: 0; }
      .contentsBox h2 span {
        font-size: 16px; }
    .contentsBox h3 {
      margin-bottom: 4vw;
      font-size: 4vw;
      color: #B01E3C; }
    .contentsBox_tab {
      width: 100%;
      margin: 0 auto 15vw;
      justify-content: flex-start;
      align-items: flex-start; }
      .contentsBox_tab__domesticCar {
        width: 50%; }
        .contentsBox_tab__domesticCar::before {
          transform: none; }
        .contentsBox_tab__domesticCar p {
          font-size: 5.4vw;
          margin: 0;
          padding: 0;
          text-align: center;
          padding: 4vw 5vw; }
          .contentsBox_tab__domesticCar p span {
            font-size: 3.6vw; }
          .contentsBox_tab__domesticCar p::before {
            width: 43vw;
            height: 20vw;
            top: 14vw;
            left: 3.3vw;
            background: none;
            background-size: 100%; }
      .contentsBox_tab__domesticCar2 {
        width: 50%; }
        .contentsBox_tab__domesticCar2::before {
          transform: none; }
        .contentsBox_tab__domesticCar2 p {
          font-size: 5.4vw;
          margin: 0;
          padding: 0;
          text-align: center;
          padding: 4vw 5vw; }
          .contentsBox_tab__domesticCar2 p span {
            font-size: 3.6vw; }
          .contentsBox_tab__domesticCar2 p::before {
            width: 43vw;
            height: 20vw;
            top: 14vw;
            left: 3.3vw;
            background: none;
            background-size: 100%; }
      .contentsBox_tab__ImportedCar {
        width: 50%; }
        .contentsBox_tab__ImportedCar::before {
          transform: none; }
        .contentsBox_tab__ImportedCar p {
          font-size: 5.4vw;
          margin: 0;
          padding: 0;
          text-align: center;
          padding: 4vw 5vw; }
          .contentsBox_tab__ImportedCar p span {
            font-size: 3.6vw; }
          .contentsBox_tab__ImportedCar p::before {
            width: 43vw;
            height: 20vw;
            top: 14vw;
            left: 3.3vw;
            background: none;
            background-size: 100%; }
      .contentsBox_tab__ImportedCar2 {
        width: 50%; }
        .contentsBox_tab__ImportedCar2::before {
          transform: none; }
        .contentsBox_tab__ImportedCar2 p {
          font-size: 5.4vw;
          margin: 0;
          padding: 0;
          text-align: center;
          padding: 4vw 5vw; }
          .contentsBox_tab__ImportedCar2 p span {
            font-size: 3.6vw; }
          .contentsBox_tab__ImportedCar2 p::before {
            width: 43vw;
            height: 20vw;
            top: 14vw;
            left: 3.3vw;
            background: none;
            background-size: 100%; }
    .contentsBox_announce {
      width: 90%;
      margin: 0 auto 10vw; }
      .contentsBox_announce picture {
        width: 100%; }
        .contentsBox_announce picture source, .contentsBox_announce picture img {
          width: 100%; }
      .contentsBox_announce p {
        font-size: 3.6vw;
        margin-top: 2vw;
        line-height: 1.4em; }
    .contentsBox_announce2 {
      width: 90%;
      margin: 0 auto 10vw;
      padding-top: 5vw; }
      .contentsBox_announce2 picture {
        width: 100%; }
        .contentsBox_announce2 picture source, .contentsBox_announce2 picture img {
          width: 100%; }
      .contentsBox_announce2 p {
        font-size: 3.6vw;
        margin-top: 2vw;
        line-height: 1.4em; }
    .contentsBox_infoBanner {
      width: 100%;
      margin: 0 auto; }
      .contentsBox_infoBanner picture {
        width: 100%; }
        .contentsBox_infoBanner picture source, .contentsBox_infoBanner picture img {
          width: 100%; }
      .contentsBox_infoBanner p {
        font-size: 3.6vw;
        margin-top: 2vw;
        line-height: 1.4em; }
    .contentsBox_info {
      width: 90%;
      margin: 0 auto;
      padding: 4vw;
      background-color: #FFFFFF;
      color: #121212; }
      .contentsBox_info__Text {
        margin-bottom: 20px;
        padding-bottom: 20px;
        display: block;
        gap: 40px;
        border-bottom: 1px dotted #B8C3CE; }
        .contentsBox_info__Text nav {
          width: 100%; }
          .contentsBox_info__Text nav ul li {
            font-size: 1.4rem;
            margin-bottom: 10px;
            padding: 2.6vw 0;
            border-bottom: 1px solid #B8C3CE; }
            .contentsBox_info__Text nav ul li a {
              text-decoration: underline; }
      .contentsBox_info__Tel {
        margin-bottom: 8vw;
        padding-bottom: 8vw;
        border-bottom: solid 5px #000; }
        .contentsBox_info__Tel h3 {
          font-size: 1.6rem;
          line-height: 2.2rem;
          text-align: center;
          font-weight: bold;
          margin-bottom: 6vw; }
        .contentsBox_info__Tel P {
          margin: 0;
          font-size: 1.6rem;
          color: #121212;
          text-align: center; }
          .contentsBox_info__Tel P span {
            font-size: 2.6rem;
            line-height: 5rem; }
      .contentsBox_info__consultation picture > img {
        width: 100%;
        margin: 0 auto 10vw;
        box-shadow: 5px 5px 10px #121212; }
      .contentsBox_info__Pickup {
        margin-bottom: 10px; }
        .contentsBox_info__Pickup h2 {
          margin-bottom: 10px; }
        .contentsBox_info__Pickup p {
          color: #121212;
          text-align: center;
          font-size: 1.6rem;
          font-weight: bold;
          margin-top: 15px;
          line-height: 1.4em; }
        .contentsBox_info__PickupInner {
          margin-bottom: 8vw;
          text-align: center; }
          .contentsBox_info__PickupInner:last-child {
            margin-bottom: 0; }
          .contentsBox_info__PickupInner picture > img {
            width: 100%;
            margin: 0 auto;
            box-shadow: 5px 5px 10px #121212; }
        .contentsBox_info__PickupInner2 {
          margin-bottom: 7vw;
          text-align: center; }
          .contentsBox_info__PickupInner2:last-child {
            margin-bottom: 0; }
          .contentsBox_info__PickupInner2 picture > img {
            width: 100%;
            margin: 0 auto;
            box-shadow: 5px 5px 10px #121212; }
        .contentsBox_info__PickupBTN {
          margin-bottom: 12vw; }
          .contentsBox_info__PickupBTN img {
            width: 100%; }
        .contentsBox_info__PickupBTN2 {
          /*margin-top: 5vw;*/
          margin-bottom: 5vw; }
          .contentsBox_info__PickupBTN2 img {
            width: 100%; }
        .contentsBox_info__PickupBanner {
          width: 100%;
          display: block; }
          .contentsBox_info__PickupBanner p {
            margin-bottom: 4vw; }
          .contentsBox_info__PickupBannerItem {
            margin-bottom: 8vw; }
            .contentsBox_info__PickupBannerItem picture > img {
              width: 100%;
              box-shadow: 5px 5px 10px #121212; }
      .contentsBox_info__Reserv {
        margin: 0 0 10vw 0;
        display: block;
        justify-content: center;
        align-items: center;
        gap: 15px; }
        .contentsBox_info__Reserv p {
          color: #121212;
          margin: 0; }
          .contentsBox_info__Reserv p:nth-child(1) {
            font-size: 8.6vw;
            font-weight: bold;
            padding-left: 10vw;
            margin-bottom: 4vw;
            position: relative; }
            .contentsBox_info__Reserv p:nth-child(1)::before {
              content: '';
              display: block;
              width: 40px;
              height: 40px;
              background-image: url("../assets/img/tel.svg");
              background-size: contain;
              background-repeat: no-repeat;
              position: absolute;
              top: -1vw;
              left: 4.6vw; }
          .contentsBox_info__Reserv p:nth-child(2) {
            text-align: center;
            font-size: 1.6rem;
            padding-top: 4px; }
          .contentsBox_info__Reserv p a {
            text-decoration: underline; }
      .contentsBox_info__Payment picture > img {
        width: 100%; }
    .contentsBox_inner {
      width: 100%;
      margin: 0 auto;
      padding: 8vw 5vw 0;
      display: block; }
      .contentsBox_inner__ObText {
        width: 100%; }
        .contentsBox_inner__ObText h3 {
          font-size: 5vw;
          line-height: 2.6rem;
          font-weight: bold; }
        .contentsBox_inner__ObText p {
          font-size: 1.6rem;
          line-height: 2.4rem;
          color: #121212; }
    .contentsBox_suspension {
      width: 100%;
      margin: 0 auto 20px;
      padding: 15vw 5vw 0; }
      .contentsBox_suspension h2 {
        color: #FFFFFF !important;
        margin-bottom: 10px; }
      .contentsBox_suspension > p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding-left: 14px;
        margin-bottom: 6vw; }
      .contentsBox_suspension h3 {
        margin-bottom: 30px;
        width: 100%;
        font-size: 2rem;
        line-height: 1.6em;
        position: relative;
        padding-left: 15px;
        color: #FFFFFF; }
        .contentsBox_suspension h3::before {
          content: '';
          position: absolute;
          display: inline-block;
          width: 4px;
          height: 28px;
          background-color: #B71714;
          top: 5px;
          left: 0; }
    .contentsBox_alignment {
      margin: 0 auto 60px; }
      .contentsBox_alignment__Text h2 {
        width: 100%;
        font-size: 6vw;
        background-image: url("../assets/img/icon_01.svg");
        background-repeat: no-repeat;
        background-size: 30px;
        margin-bottom: 10px;
        padding-top: 2px;
        padding-bottom: 3vw;
        padding-left: 35px;
        line-height: 1.4em; }
        .contentsBox_alignment__Text h2::before {
          background: transparent; }
      .contentsBox_alignment__TextMore {
        /*position: relative;
        height: auto;
        max-height: 240px;
        overflow: hidden;
        transition: max-height .5s;
        &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            display: block;
            width: $handl;
            height: 100%;
            transition: 1s;
            background: linear-gradient(to bottom,transparent 0%,$back 100%);
        }
        &.open {
            &::after {
                z-index: -1;
                opacity: 0;
            }
        }
        &btn{
            text-align: center;
            font-size: 1.4rem;
            display: block;
            margin: 20px auto 30px;
            padding: 8px 40px;
            border: 0;
            color: $back;
            background-color: $btcolor;
            cursor: pointer;
        }*/ }
        .contentsBox_alignment__TextMore p {
          font-size: 1.6rem;
          line-height: 2.4rem; }
      .contentsBox_alignment__Explanation {
        margin-top: 30px;
        margin-bottom: 25px; }
        .contentsBox_alignment__Explanation dl {
          color: #fff;
          font-size: 1.6rem;
          display: block;
          flex-wrap: wrap;
          width: 100%;
          margin-bottom: 10vw; }
          .contentsBox_alignment__Explanation dl dt {
            width: 100%;
            padding: 0 0 0 10vw;
            margin: 0;
            font-size: 1.8rem;
            color: #FEE300;
            font-weight: bold;
            background-image: url("../suspension/img/checkbox.svg");
            background-repeat: no-repeat;
            background-size: 30px;
            line-height: 1.6em; }
          .contentsBox_alignment__Explanation dl dd {
            width: 100%;
            padding: 0 0 0 0;
            margin: 2vw 0 6vw 0;
            line-height: 1.6em; }
            .contentsBox_alignment__Explanation dl dd::before {
              content: '';
              display: inline-block;
              width: 30px;
              height: 12px;
              background-image: url("../suspension/img/arrow.svg");
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain; }
      .contentsBox_alignment__achievements {
        margin-top: 20px;
        display: block; }
        .contentsBox_alignment__achievements * {
          color: #FFF; }
        .contentsBox_alignment__achievementsImage {
          width: 100%; }
          .contentsBox_alignment__achievementsImage picture img {
            aspect-ratio: 465 / 318;
            width: 100%; }
          .contentsBox_alignment__achievementsImage p {
            text-align: center; }
    .contentsBox_insta {
      width: 100%;
      margin: 0 auto;
      padding: 60px 20px 0;
      color: #121212; }
      .contentsBox_insta h2 {
        width: 100%;
        color: #121212 !important;
        text-align: center;
        position: static;
        margin-bottom: 20px; }
        .contentsBox_insta h2::before {
          background: transparent; }
      .contentsBox_insta__area {
        margin-bottom: 40px; }
        .contentsBox_insta__area ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          gap: 20px;
          margin-bottom: 20px; }
          .contentsBox_insta__area ul li {
            line-height: 1rem;
            text-align: center;
            font-size: 1.6rem;
            width: calc((100% - 20px) / 2);
            height: auto;
            background-color: #CCCCCC; }
      .contentsBox_insta__tagArea {
        margin-bottom: 0px;
        display: block;
        justify-content: space-between; }
        .contentsBox_insta__tagArea p {
          color: #121212; }
      .contentsBox_insta__hash {
        background-color: #DEDEDE;
        border-radius: 30px;
        padding: 10px 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 6vw; }
        .contentsBox_insta__hash > p {
          font-size: 1.6rem; }
        .contentsBox_insta__hash ul {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .contentsBox_insta__hash ul li {
            margin-right: 10px; }
        .contentsBox_insta__hash a {
          font-size: 1.6rem;
          color: #B01E3C;
          text-decoration: none; }
      .contentsBox_insta__button {
        width: 80%;
        background-color: #FEE300;
        border-radius: 30px; }
        .contentsBox_insta__button a {
          font-size: 1.6rem;
          display: inline-block;
          padding: 10px 20px;
          color: #121212;
          text-decoration: none; }
    .contentsBox_review {
      width: 100%;
      margin: 0 auto;
      padding: 20px; }
      .contentsBox_review h2 {
        color: #FFFFFF !important;
        margin-bottom: 20px; }
      .contentsBox_review h3 {
        font-size: 2.2rem;
        padding-bottom: 5px;
        color: #FFFFFF;
        position: relative;
        margin-bottom: 3vw; }
        .contentsBox_review h3::after {
          content: "";
          display: inline-block;
          position: absolute;
          width: 67px;
          height: 1px;
          background-color: #FFFFFF;
          bottom: 0;
          left: 0; }
      .contentsBox_reviewInner > * {
        font-size: 1.6rem; }
      .contentsBox_reviewInner__Item {
        display: block;
        margin-bottom: 40px;
        gap: 20px; }
        .contentsBox_reviewInner__Item:last-child {
          margin-bottom: 0; }
        .contentsBox_reviewInner__Item a {
          display: block;
          width: 100%;
          height: auto;
          background-color: #BCBCBC; }
        .contentsBox_reviewInner__Item picture source, .contentsBox_reviewInner__Item picture img {
          width: 100%; }
      .contentsBox_reviewInner__Text {
        width: 100%;
        margin-top: 4vw;
        margin-bottom: 8vw; }
        .contentsBox_reviewInner__Text p {
          margin: 0 0 3vw 0; }
        .contentsBox_reviewInner__TextButton {
          margin-top: 30px; }
          .contentsBox_reviewInner__TextButton p {
            margin: 0; }
            .contentsBox_reviewInner__TextButton p a {
              width: auto;
              height: auto;
              display: inline-block;
              border-radius: 30px;
              color: #121212;
              text-decoration: none;
              background-color: #FEE300;
              padding: 10px 20px; }
    .contentsBox_bc {
      width: 1200px;
      margin: 0 auto 80px;
      padding: 20px; }
      .contentsBox_bc h2 {
        width: 100%; }
      .contentsBox_bc__explanation {
        width: 1000px;
        margin: 0 auto 80px;
        padding: 20px; }
        .contentsBox_bc__explanation h2 {
          padding-left: 0; }
          .contentsBox_bc__explanation h2::before {
            content: none; }
      .contentsBox_bc__Text {
        width: 1000px;
        margin: 0 auto 80px;
        padding: 20px; }
      .contentsBox_bc__Price {
        width: 1000px;
        margin: 0 auto 80px;
        padding: 20px; }
    .contentsBox_tabBox {
      margin-top: 40px; }
      .contentsBox_tabBox ul {
        margin-bottom: 5vw;
        list-style-type: none;
        display: flex;
        justify-content: space-between; }
        .contentsBox_tabBox ul li.tab-list-item {
          font-size: 6.4vw;
          width: 100%;
          line-height: 7.4vw;
          cursor: pointer;
          text-align: center;
          background-color: #FFFFFF;
          color: #707070;
          padding: 3vw 0;
          margin-bottom: 5vw;
          border-left: 1px solid #DDDDDD;
          border-top: 1px solid #DDDDDD;
          border-right: 1px solid #DDDDDD; }
          .contentsBox_tabBox ul li.tab-list-item:first-child {
            border-radius: 0 0 0 0; }
          .contentsBox_tabBox ul li.tab-list-item:last-child {
            border-radius: 0 0 0 0; }
          .contentsBox_tabBox ul li.tab-list-item.active {
            background-color: #FEE300;
            border: none; }
          .contentsBox_tabBox ul li.tab-list-item strong {
            font-weight: bold; }
        .contentsBox_tabBox ul li.tab-list-item2 {
          font-size: 3.8vw; }
      .contentsBox_tabBox__innerInfo {
        margin-bottom: 40px; }
        .contentsBox_tabBox__innerInfo p {
          font-size: 1.6rem;
          line-height: 2.4em;
          color: #FEE300; }
      .contentsBox_tabBox__inner h3 {
        margin-bottom: 30px;
        width: 100%;
        font-size: 2rem;
        line-height: 2.4rem;
        position: relative;
        padding-left: 15px;
        color: #FFFFFF; }
        .contentsBox_tabBox__inner h3::before {
          content: '';
          position: absolute;
          display: inline-block;
          width: 4px;
          height: 28px;
          background-color: #B71714;
          top: 0px;
          left: 0; }
      .contentsBox_tabBox__innerItem {
        display: none; }
        .contentsBox_tabBox__innerItem.show {
          display: block; }
      .contentsBox_tabBox__innerItem2 h3 img {
        vertical-align: sub; }
        .contentsBox_tabBox__innerItem2 h3 img.wid1 {
          width: 42%; }
        .contentsBox_tabBox__innerItem2 h3 img.wid2 {
          width: 55%; }
        .contentsBox_tabBox__innerItem2 h3 img.wid3 {
          width: 30%; }
        .contentsBox_tabBox__innerItem2 h3 img.wid4 {
          width: 50%; }
      .contentsBox_tabBox__innerExplanation {
        background-image: none;
        height: auto;
        margin-bottom: 6vw; }
        .contentsBox_tabBox__innerExplanation p {
          font-size: 1.6rem;
          padding-top: 4px;
          padding-left: 14px; }
          .contentsBox_tabBox__innerExplanation p a {
            color: #E60013;
            text-decoration: underline; }
      .contentsBox_tabBox__innerArm {
        margin-top: 20px; }
        .contentsBox_tabBox__innerArm ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: flex-start;
          gap: 20px; }
          .contentsBox_tabBox__innerArm ul li {
            width: calc((100% - 60px) / 2);
            height: auto; }
            .contentsBox_tabBox__innerArm ul li picture img {
              width: 100%; }
    .contentsBox_price {
      margin-bottom: 60px; }
      .contentsBox_price dl {
        display: block;
        align-items: center;
        border-bottom: 2px double #707070;
        padding-bottom: 6vw;
        margin-bottom: 6vw; }
        .contentsBox_price dl dt {
          color: #FFFFFF;
          width: 100%;
          text-align: center;
          padding: 10px 0;
          font-size: 2rem;
          line-height: 2.4rem; }
          .contentsBox_price dl dt span {
            font-size: 20px;
            /*color: #F4E0AD;*/ }
          .contentsBox_price dl dt.recommend {
            background-color: #B2AA52; }
        .contentsBox_price dl dd {
          color: #FFFFFF;
          margin: 0;
          padding: 4vw 3vw 0;
          width: 100%;
          font-size: 2rem;
          line-height: 3rem;
          border-left: 1px dotted #707070;
          vertical-align: middle; }
          .contentsBox_price dl dd:last-child {
            width: 100%;
            padding: 30px 0 30px 15px; }
          .contentsBox_price dl dd span {
            color: #B01E3C; }
      .contentsBox_price p {
        font-size: 1.4rem;
        background-image: none;
        height: auto; }
      .contentsBox_price__note {
        padding-left: 0; }
      .contentsBox_price__title {
        display: none; }
        .contentsBox_price__title p {
          font-size: 1.4rem;
          width: 30%;
          margin: 0; }
          .contentsBox_price__title p:nth-child(2) {
            width: 50%; }
          .contentsBox_price__title p:last-child {
            width: 25%; }
      .contentsBox_price__category {
        width: 100%; }
        .contentsBox_price__category picture source, .contentsBox_price__category picture img {
          aspect-ratio: 288 / 70;
          width: 100%; }
        .contentsBox_price__category p {
          font-size: 16px;
          margin: 0; }
      .contentsBox_price__item {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 5px;
        margin-top: -5px; }
        .contentsBox_price__item p {
          margin: 0;
          font-size: 4.2rem;
          line-height: 2.6rem; }
          .contentsBox_price__item p span {
            font-size: 1.4rem;
            color: #FFFFFF !important; }
          .contentsBox_price__item p:first-child::after {
            content: "円（税込）";
            font-size: 2.5rem;
            padding-left: 5px; }
      .contentsBox_price__item2 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 5px;
        margin-top: -5px; }
        .contentsBox_price__item2 p {
          margin: 0;
          font-size: 2.8rem;
          line-height: 2.6rem; }
          .contentsBox_price__item2 p span {
            font-size: 1.4rem;
            color: #FFFFFF !important; }
    .contentsBox_price2 {
      margin-bottom: 0px; }
      .contentsBox_price2 dl {
        display: block;
        align-items: center;
        border-bottom: 2px double #707070;
        padding-bottom: 6vw;
        margin-bottom: 6vw; }
        .contentsBox_price2 dl dt {
          color: #FFFFFF;
          width: 100%;
          text-align: center;
          padding: 10px 0;
          font-size: 2rem;
          line-height: 2.4rem; }
          .contentsBox_price2 dl dt span {
            font-size: 20px;
            /*color: #F4E0AD;*/ }
          .contentsBox_price2 dl dt.recommend {
            background-color: #B2AA52; }
        .contentsBox_price2 dl dd {
          color: #FFFFFF;
          margin: 0;
          padding: 4vw 3vw 0;
          width: 100%;
          font-size: 2rem;
          line-height: 3rem;
          border-left: 1px dotted #707070;
          vertical-align: middle; }
          .contentsBox_price2 dl dd:last-child {
            width: 100%;
            padding: 30px 0 30px 15px; }
          .contentsBox_price2 dl dd span {
            color: #B01E3C; }
      .contentsBox_price2 p {
        font-size: 1.4rem;
        background-image: none;
        height: auto; }
      .contentsBox_price2__note {
        padding-left: 0; }
      .contentsBox_price2__title {
        display: none; }
        .contentsBox_price2__title p {
          font-size: 1.4rem;
          width: 30%;
          margin: 0; }
          .contentsBox_price2__title p:nth-child(2) {
            width: 50%; }
          .contentsBox_price2__title p:last-child {
            width: 25%; }
      .contentsBox_price2__category {
        width: 100%; }
        .contentsBox_price2__category picture source, .contentsBox_price2__category picture img {
          aspect-ratio: 288 / 70;
          width: 100%; }
        .contentsBox_price2__category p {
          font-size: 16px;
          margin: 0; }
      .contentsBox_price2__item {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 5px;
        margin-top: -5px; }
        .contentsBox_price2__item p {
          margin: 0;
          font-size: 4.2rem;
          line-height: 2.6rem; }
          .contentsBox_price2__item p span {
            font-size: 1.4rem;
            color: #FFFFFF !important; }
          .contentsBox_price2__item p:first-child::after {
            content: "円（税込）";
            font-size: 2.5rem;
            padding-left: 5px; }
      .contentsBox_price2__item2 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 5px;
        margin-top: -5px; }
        .contentsBox_price2__item2 p {
          margin: 0;
          font-size: 2.8rem;
          line-height: 2.6rem; }
          .contentsBox_price2__item2 p span {
            font-size: 1.4rem;
            color: #FFFFFF !important; }
    .contentsBox_priceImport {
      margin-bottom: 60px; }
      .contentsBox_priceImport dl {
        display: block;
        margin-bottom: 20px;
        border-bottom: 2px double #707070;
        padding-bottom: 6vw;
        margin-bottom: 6vw; }
        .contentsBox_priceImport dl dt {
          color: #FFFFFF;
          text-shadow: 1px 1px 2px black;
          width: 100%;
          line-height: 3rem;
          text-align: left;
          padding: 3vw 0 0;
          font-size: 1.8rem;
          padding-left: 18px;
          border-left: 1px dotted #707070; }
          .contentsBox_priceImport dl dt span {
            font-size: 20px;
            /*color: #F4E0AD;*/
            color: #FEE300; }
          .contentsBox_priceImport dl dt.recommend {
            background-color: #B2AA52; }
        .contentsBox_priceImport dl dd {
          color: #FFFFFF;
          margin: 0;
          padding: 30px 10px 30px 15px;
          width: 100%;
          font-size: 1.6rem;
          border-left: 1px dotted #707070;
          vertical-align: middle; }
          .contentsBox_priceImport dl dd span {
            color: #B01E3C; }
      .contentsBox_priceImport p {
        font-size: 1.4rem;
        background-image: none;
        height: auto; }
      .contentsBox_priceImport__title {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 30px;
        margin-bottom: 10px; }
        .contentsBox_priceImport__title p {
          display: none; }
      .contentsBox_priceImport__item {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 5px;
        margin-top: -5px; }
        .contentsBox_priceImport__item p {
          margin: 0;
          font-size: 5rem;
          line-height: 3.6rem;
          text-shadow: 1px 1px 2px black; }
          .contentsBox_priceImport__item p span {
            font-size: 1.4rem;
            color: #FFFFFF !important; }
          .contentsBox_priceImport__item p:first-child::after {
            content: "円（税込）";
            font-size: 2.4rem;
            padding-left: 5px; }
      .contentsBox_priceImport__item2 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 5px;
        margin-top: -5px; }
        .contentsBox_priceImport__item2 p {
          margin: 0;
          font-size: 1.5rem;
          line-height: 2.2rem;
          text-shadow: 1px 1px 2px black; }
          .contentsBox_priceImport__item2 p:first-child::after {
            content: "";
            font-size: 2.4rem;
            padding-left: 5px; }
    .contentsBox_otherImg {
      margin-top: 4em;
      margin-bottom: 6.4em; }
      .contentsBox_otherImg ul {
        display: block; }
        .contentsBox_otherImg ul li {
          width: 100%;
          margin-bottom: 6vw; }
          .contentsBox_otherImg ul li img {
            width: 100%; }
    .contentsBox_otherImg2 {
      margin-top: 4em;
      margin-bottom: 0; }
      .contentsBox_otherImg2 ul {
        display: block; }
        .contentsBox_otherImg2 ul li {
          width: 100%;
          margin-bottom: 6vw; }
          .contentsBox_otherImg2 ul li img {
            width: 100%; }
    .contentsBox_PTmaker {
      margin-top: 20px;
      margin-bottom: 0; }
      .contentsBox_PTmaker ul {
        display: block; }
        .contentsBox_PTmaker ul li {
          width: 100%;
          margin-bottom: 6vw; }
          .contentsBox_PTmaker ul li img {
            width: 100%; }
    .contentsBox:nth-child(odd) {
      background-color: #FFFFFF; }
      .contentsBox:nth-child(odd) h2 {
        color: #FFFFFF; }
    .contentsBox:nth-child(3) {
      background-image: none;
      background-repeat: no-repeat;
      background-size: contain;
      max-height: none;
      background-position: 0; }
      .contentsBox:nth-child(3) h2 {
        color: #121212; }
    .contentsBox:last-child {
      padding-top: 60px;
      padding-bottom: 0;
      background-color: #121212; }

  .REV-side {
    width: 50vw;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 1000000;
    border-radius: 0 0 0 10px;
    box-shadow: -2px 0px 10px #121212;
    /*opacity: 0;*/ }
    .REV-side p {
      color: #707070;
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 1rem;
      padding: 1vw 0 2vw 1vw;
      -ms-writing-mode: unset;
      writing-mode: unset; }
      .REV-side p a {
        display: block;
        text-decoration: none;
        padding: 3vw 2vw;
        border-radius: 10px 0 0 10px; }
        .REV-side p a:hover {
          color: #121212;
          background-color: #FEE300; }

  .pos_rel {
    position: relative;
    z-index: 0; }

  .pos_abs {
    position: static;
    /*position: absolute;
    z-index: -1;*/ }

  .car_bg {
    top: 0;
    left: -90vw; }
    .car_bg img {
      width: calc(50% + 50%);
      opacity: 1; }

  .car_bg2 {
    top: 16vw;
    left: -22vw; }
    .car_bg2 img {
      width: 100%;
      opacity: 1; }

  .Bc_Aire {
    margin-bottom: 60px;
    width: 100%; }
    .Bc_Aire picture source, .Bc_Aire picture img {
      width: 100%; } }
/* hiace */
.hiace_contents {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #707070; }
  .hiace_contents p {
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 18px; }
  .hiace_contents ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 25px;
    margin: 0 0 25px 0;
    padding-left: 20px; }
    .hiace_contents ul li {
      width: 200px;
      height: auto; }
      .hiace_contents ul li img {
        width: 100%; }
  .hiace_contents__menu {
    display: grid;
    gap: 10px;
    grid-template-rows: 20px auto;
    grid-template-columns: 690px 1fr; }
    .hiace_contents__menu p {
      font-size: 14px;
      margin-bottom: 20px; }
    .hiace_contents__menuType1 p {
      font-size: 18px;
      line-height: 2.6rem;
      margin: 0; }
    .hiace_contents__menuType2 {
      display: grid;
      place-items: center;
      border-left: 1px dotted #707070; }
      .hiace_contents__menuType2 p {
        font-size: 3.2rem;
        margin: 0; }
        .hiace_contents__menuType2 p::after {
          content: "円（税込）";
          /*content: "円（税別）";*/
          font-size: 2rem;
          padding-left: 5px; }
        .hiace_contents__menuType2 p.Text::after {
          display: none; }

.hiace_contents2 ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 25px;
  margin: 25px 0;
  padding-left: 20px; }
  .hiace_contents2 ul li {
    width: 200px;
    height: auto; }
    .hiace_contents2 ul li img {
      width: 100%; }

.banner_area {
  text-align: center;
  margin-bottom: 25px; }

@media (width < 600px) {
  .hiace_contents p {
    padding-left: 0;
    line-height: 2.8rem; }
  .hiace_contents ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    padding-left: 0; }
    .hiace_contents ul li {
      width: calc(100% / 2 - 3vw); }
  .hiace_contents__menu {
    display: block; }
    .hiace_contents__menuType1 {
      margin-bottom: 10vw; }
      .hiace_contents__menuType1 p {
        height: auto; }
    .hiace_contents__menuType2 {
      display: block;
      place-items: start;
      border-left: none; }
      .hiace_contents__menuType2 p {
        font-size: 4.6em;
        padding-bottom: 2vw; }

  .hiace_contents2 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    padding-left: 0; }
    .hiace_contents2 ul li {
      width: calc(100% / 2 - 3vw); }

  .banner_area picture source, .banner_area picture img {
    width: 100%; } }
/* */
/* footer */
/*@import "footer";*/
/*@use "footer";*/
footer {
  background-color: #121212;
  padding: 20px 0; }
  footer p {
    text-align: center; }

@media (width < 600px) {
  footer {
    margin-bottom: 13vw; } }
