@charset "UTF-8";

:root {
  --color-white: #efeeed;
  --color-black: #15141e;
  --color-perl-orange: #cb4644;
  --color-orange: #e72d29;
  --color-perl-blue: #4283c3;
  --color-blue: #2f8cff;
}

.txt_white {
  color: var(--color-white);
}

.txt_black {
  color: var(--color-black);
}

.txt_orange {
  color: var(--color-orange);
}

.txt_blue {
  color: var(--color-blue);
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.min-vh-25 {
  min-height: 25vh !important;
}

.min-vh-50 {
  min-height: 50vh !important;
}

.min-vh-75 {
  min-height: 75vh !important;
}

.min-vw-25 {
  min-width: 25vw !important;
}

.min-vw-50 {
  min-width: 50vw !important;
}

.min-vw-75 {
  min-width: 75vw !important;
}

.vh-25 {
  height: 25vh !important;
}

.vh-50 {
  height: 50vh !important;
}

.vh-75 {
  height: 75vh !important;
}

.vw-25 {
  width: 25vw !important;
}

.vw-50 {
  width: 50vw !important;
}

.vw-75 {
  width: 75vw !important;
}

.inner {
  max-width: 1920px;
  padding: 0 15px;
  margin: 0 auto;
}

body {
  font-weight: 400 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  /* font-size: 10px !important; */
  line-height: 1.4;
  letter-spacing: 1px;
  word-break: break-all;
  color: #393330;
}

body .megamenu .menu-sub {
  margin-bottom: 0;
}

figure {
  margin: 0;
}

.mv {
  background-image: url(../img/photo_01.jpg);
  background-size: 100%;
  background-position: center;
}

.mv .inner {
  height: 830px;
  max-width: 1200px;
  margin: 0 auto;
}

.mvBox {
  position: relative;
}

.mv .inner .logoImage {
  position: absolute;
  top: 20%;
  transform: translateY(140%);
  width: 100%;
  text-align: center;
}

.logoImage img {
  width: 480px;
  margin: 0 auto;
}

.about {
  /* background-image: url(../img/photo02.png);
  background-color: #1a1a1a;
  background-size: auto 100%;
  background-position: left center; */
  /* display: flex;
  align-items: center; */
  background-color: #fff;
}

.aboutBox {
  position: relative;
}

.aboutBox .txtBox {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
}

.aboutBox .txtBox .text-center {
  font-size: 25px;
  color: #2f8cff;
}

.aboutBox .txtBox .text-center.desc {
  font-size: 22px;
  color: #000;
}

.aboutBox img {
  width: 100%;
}

.winker {
  background-color: #fff;
}

.winker .inner {
  width: 100%;
  padding: 0;
}

.winkerBox {
  position: relative;
}

.winkerBox .txtBox {
  color: black;
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}

.winkerBox .txtBox .ttl {
  font-size: 18px;
  color: #2f8cff;
}

.winkerBox .txtBox .desc {
  font-size: 14px;
  color: #000;
}

.seat .inner {
  width: 100%;
  padding: 0;
}

.seatBox {
  position: relative;
}

.seatBox .txtBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
}

.seatBox .txtBox .ttl {
  font-size: 18px;
  color: #2f8cff;
}

.seatBox .txtBox .desc {
  font-size: 14px;
  color: #000;
}

.shock {
  background-color: #fff;
}

.shockBox {
  position: relative;
}

.shockBox .txtBox {
  color: black;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.shockBox .txtBox .ttl {
  font-size: 18px;
  color: #2f8cff;
}

.shockBox .txtBox .desc {
  font-size: 14px;
  color: #000;
}

.tire {
  background-color: #0f0f12;
  color: white;
}

.tireBox {
  position: relative;
}

.tireBox .txtBox {
  position: absolute;
  top: 45%;
  left: 25%;
  transform: translateX(-50%);
  color: #2f8cff;
}

.tireBox .txtBox .text-center {
  font-size: 25px;
}

.tire .tireBox .image {
  display: flex;
}

.tire .tireBox .image img {
  width: 50%;
}

.driving {
  background-color: #43434b;
}

.driving .text-center img {
  width: 100%;
}

.driving .inner {
  padding: 0;
  width: 100%;
}

.drivingBox {
  position: relative;
}

.drivingBox .txtBox {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.drivingBox .ttl {
  font-size: 18px;
  color: white;
}

.drivingBox .desc {
  font-size: 45px;
  font-weight: bold;
  color: #2f8cff;
}

.ds4_c_boot {
  width: 100%;
  position: absolute;
  top: 73%;
  transform: translateY(-50%);
  bottom: 0;
  height: 20px;
}

.ds4_c_boot_div ul {
  width: 450px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.ds4_c_bottom_i {
  font-size: 10px;
  line-height: 24px;
  color: #fafafa;
  width: 112px;
  text-align: center;
  margin-top: 5px;
}

.ds4_c_boot_div ul li img {
  width: 48px;
  display: block;
  margin: 0 auto;
}

.ds4_c_boot_2 {
  margin-top: 10px;
}

.speed {
  background-color: #0d0d0d;
}

.speed .inner {
  padding: 0;
  width: 100%;
}

.speedBox {
  position: relative;
}

.speedBox .txtBox {
  position: absolute;
  top: 48%;
  right: 10%;
  transform: translateY(-50%);
  text-align: center;
}

.speed .inner .ttl {
  font-size: 18px;
  color: #2f8cff;
}

.speed .text-center {
  display: flex;
}

.speed .text-center img {
  width: 50%;
}

.vector {}

.vector .inner {
  padding: 0;
  width: 100%;
}

.vectorBox {
  position: relative;
  margin-top: 0px;
}

.vectorBox .txtBox {
  position: absolute;
  top: 8%;
  text-align: center;
  width: 100%;
}

.vectorBox .txtBox .ttl {
  font-size: 18px;
  color: #2f8cff;
}

.vectorBox .txtBox .desc {
  font-size: 15px;
  color: white;
}

.remote {}

.remote .inner {
  padding: 0;
}

.remoteBox {
  position: relative;
}

.remoteBox .ttl {
  font-size: 25px;
  z-index: 50;
  color: white;
  position: absolute;
  top: 20%;
  left: 15%;
  transform: translateY(-50%);
  text-align: center;
}

.remoteBox .desc {
  font-size: 25px;
  z-index: 50;
  color: white;
  position: absolute;
  top: 20%;
  right: 17%;
  transform: translateY(-50%);
  text-align: center;
}

.remote .image {
  display: flex;
}

.remote .image img {
  width: 50%;
}

.brake .inner {
  padding: 0;
}

.btn-change{
  padding: 80px 0;
  text-align: center;
}

.btn-changeBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.btn-changeBox .image{
  text-align: center;
  padding: 50px 50px 0 50px;
}

.btn-changeBox p{
  margin-top: 30px;
  font-weight: bold;
}


.btn-changeBox img{
  width: 350px;
}

.btn-change .desc {
  display: inline-block;
  border-bottom: 1px solid;
  font-size: 18px;
  font-weight: bold;
  color: #2f8cff;
}

.btn-change .desc p{
  border-bottom: 1px solid #2f8cff;
}

.brakeBox {
  position: relative;
}

.brakeBox .txtBox {
  position: absolute;
  top: 8%;
  text-align: center;
  width: 100%;
}

.brakeBox .txtBox .ttl {
  font-size: 20px;
  color: white;
}

.brakeBox .txtBox .desc {
  font-size: 15px;
  color: white;
}

.switch .inner {
  padding: 0;
}

.switchBox {
  position: relative;
}

.switchBox .ttl {
  font-size: 25px;
  z-index: 50;
  color: white;
  position: absolute;
  top: 80%;
  left: 15%;
  transform: translateY(-50%);
  text-align: center;
}

.switchBox .desc {
  font-size: 25px;
  z-index: 50;
  color: white;
  position: absolute;
  top: 80%;
  right: 12%;
  transform: translateY(-50%);
  text-align: center;
}

.switch .image {
  display: flex;
}

.switch .image img {
  width: 50%;
}

.monitor {
  position: relative;
}

.monitor .inner {
  padding: 0;
}

.monitorBox .txtBox {
  position: absolute;
  top: 8%;
  text-align: center;
  width: 100%;
}

.monitorBox .txtBox .ttl {
  font-weight: bold;
  font-size: 20px;
  color: white;
}

.monitorBox .txtBox .desc {
  font-size: 15px;
  color: white;
}

.spec2 {
  background-color: #e9ecf1;
}

.spec2 .txtBox .ttl {
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  padding: 75px 0;
}

.spec2 .logo {
  display: flex;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}

.spec2 .logo .mino-b {
  margin: 0 auto;
}

.spec2 .logo .mino {
  margin: 0 auto;
}

.spec2 .logo img {
  width: 70%;
  margin: 0 auto;
}

.spec2 .image {
  display: flex;
}

.spec2 .image img {
  width: 35%;
  margin: 0 auto;
}

.spec2 .spec {
  display: flex;
  padding: 40px 0 180px 0;
}


.spec-minob {
  margin: 0 auto;
}

.specTableTtl {
  font-size: 25px;
  font-weight: 600;
  color: #2d2e2e;
}

.spec-minob .table {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  width: 90%;
  margin: 0 auto;
}

.spec-minob .table dt {
  width: 40%;
  padding: 35px 15px 10px 0;
  color: #2d2e2e;
  font-size: 15px;
}

.spec-minob .table dd {
  width: 50%;
  padding: 35px 15px 10px 0;
  color: #2d2e2e;
  font-size: 20px;
}

.spec-minob .table .red {
  color: #d33b4c;
}


.spec-mino .table {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  width: 90%;
  margin: 0 auto;
}

.spec-mino .table dt {
  width: 40%;
  padding: 35px 15px 10px 0;
  color: #2d2e2e;
  font-size: 15px;
}

.spec-mino .table dd {
  width: 50%;
  padding: 35px 15px 10px 0;
  color: #2d2e2e;
  font-size: 20px;
}

.spec {
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.Btn-page {
  text-align: center;
  width: 45%;
  position: absolute;
  margin-top: 47px;
}

.spec2 .mino-Btn {
  padding: 0.5rem;
  background-color: white;
  border-radius: 0.3rem;
  display: inline-block;
  box-shadow: 5px 5px 0px -2px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}

.spec2 .mino-Btn:hover {
  transform: scale(1.05, 1.05);
}

.mino-Btn .btn-Blue {
  color: #417ec1;
  background-color: white;
  padding: 0.5rem 2rem;
  text-decoration: none;
  border: solid 3px #417ec1;
  border-radius: 0.3rem;
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
}

.spec {
  padding: 80px 0;
}

dd {
  margin: 0;
}

.specTable {
  width: 80%;
  margin: 0 auto;
}

.specTableTtl {
  font-size: 25px;
  font-weight: 600;
  color: #2d2e2e;
}

.catalog {
  font-size: 15px;
  display: block;
  text-align: center;
  margin-top: 30px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
}

.catalog:hover {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
}

.catalog a {
  display: block;
  padding: 10px;
}

.manuel {
  display: block;
  background-color: #dc2624;
  border-radius: 3px;
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
}

.manuel:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.manuel a {
  display: block;
  padding: 10px;
  width: 100%;
  text-decoration: none;
  color: #fff;
}

.manuel a:hover {
  color: #dc2624;
}

.caption {
  text-align: start;
}

.tableOuter .caption {
  font-size: 10px;
}

.table {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
}

.table dt {
  width: 22%;
  border-bottom: solid 1px #2d2e2e;
  text-align: right;
  padding: 35px 15px 10px 0;
  color: #2d2e2e;
  font-size: 15px;
}

.table dd {
  width: 28%;
  border-bottom: solid 1px #2d2e2e;
  text-align: left;
  padding: 35px 15px 10px 0;
  color: #2d2e2e;
  font-size: 15px;
}

.color {
  padding: 80px 0;
}

.specSlide {
  background-color: white !important;
}

.swiper-slide {
  text-align: center;
}

.swiper-container {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 50px 0;
}

/*----------------------------
* ページネーションのスタイル
*----------------------------*/
.swiper-pagination {
  display: flex;
}

/* .swiper-pagination-bullet {
  border-radius: 0% !important;
  width: calc(100vw / 3) !important;
  height: calc(100vh / 6) !important;
  line-height: calc(100vh / 6);
  background: #fff !important;
}

.swiper-pagination-bullet-active {
  background: #01b9f5 !important;
} */

.specSlide .swiper-button-next,
.specSlide .swiper-button-prev {
  top: 40%;
}

.specSlide .swiper-slide {
  background-color: white;
}

.specSlide .swiper-slide .ttl {
  font-size: 20px;
}

.specSlide .swiper-slide .h4 {
  min-height: 160px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.specSlide .swiper-slide .h4 small {
  width: 100%;
  padding-top: 15px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #000;
}

.specSlide .swiper-pagination-progressbar-fill {
  background-color: red !important;
}

.specSlider .swiper-slide img {
  width: 100% !important;
}

.section {
  padding: 60px 0;
}

section.youtube {
  margin-top: 80px;
  text-align: center;
}

.youtube iframe {
  width: 1000px;
  height: 570px;
  margin-top: 20px;
}

.spec dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.spec dl dt,
.spec dl dd {
  padding: 1em;
  border-bottom: 1px solid #aaa;
}

.spec dl dt {
  width: 20%;
  font-weight: bold;
}

.spec dl dd {
  width: 30%;
}

.spec .sup_txt {
  margin-top: 20px;
}

.spec .sup_txt p {
  color: #666;
  font-size: 0.8em;
}

.spec .sup_txt p+p {
  margin-top: 1em;
}

.price {
  max-width: 800px;
  margin: 0 auto;
  /* padding: 80px 0; */
}

.price dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  border-bottom: 1px solid #aaa;
}

.price dl dt,
.price dl dd {
  padding: 1.1rem;
  padding-bottom: 0;
}

.price dl dt {
  width: 60%;
  font-size: 20px;
}

.price dl dd {
  width: 40%;
  font-size: 2.5em;
  font-weight: bold;
  text-align: right;
}

.price dl dd p::before {
  content: "¥";
  font-size: 0.8em;
}

.price dl dd p.ex {
  font-size: 1em;
  margin-bottom: unset;
}

.price dl dd p.in {
  font-size: .6em;
  text-align: center;
}

.price dl dd p.ex::after {
  content: "(税抜)";
  padding-right: 0.4em;
  font-size: 0.6em;
}

.price dl dd p.in::after {
  content: "(税込)";
  padding-right: 0.4em;
  font-size: 0.6em;
}

.options {
  padding: 40px 0;
  max-width: 750px;
  margin: 0 auto;
}

.options .margin {
  font-size: 16px;
  text-align: center;
}

.optionsTtl {
  font-size: 35px;
  font-weight: 600;
  color: #2d2e2e;
  padding-bottom: 35px;
}

.optionBox {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: solid 1px #2d2e2e;
}

.optionBox-image {
  width: 18%;
}

.optionBox-txt {
  width: 80%;
  display: flex;
  /* align-items: space-between; */
  flex-wrap: wrap;
}

.optionBox-txt .upper {
  width: 100%;
  margin-top: 40px;
}

.optionBox-txt .bottom {
  width: 100%;
  align-content: flex-end;
  display: flex;
  align-items: flex-end;
}

.optionBox-txt .ttl {
  font-size: 23px;
  color: #52bec9;
  font-weight: 600;
  width: 100%;
}

.optionBox-txt .num {
  width: 100%;
}

.optionPrice {
  text-align: right;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.supersoco_stocklist table {
  width: 100%;
  margin-top: 50px;
}

.supersoco_stocklist table th,
.supersoco_stocklist table td {
  padding: 1em;
  border: 1px solid #ccc;
}

.supersoco_stocklist table thead th {
  color: #fff;
  background-color: #0e2b67;
}

.supersoco_stocklist table tbody th::before {
  display: inline-block;
  content: "\f111";
  padding-right: 0.6em;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.supersoco_tc_spec .supersoco_stocklist table tbody .ky::before {
  color: #948d7c;
}

.supersoco_tc_spec .supersoco_stocklist table tbody .dsb::before {
  color: #324d62;
}

.supersoco_tc_spec .supersoco_stocklist table tbody .db::before {
  color: #101010;
}

.supersoco_tc_spec .supersoco_stocklist table tbody .vg::before {
  color: #3b4f44;
}

.supersoco_stocklist {
  max-width: 900px;
  margin: 0 auto;
}

.supersoco_stocklist table th {
  vertical-align: baseline;
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .supersoco_stocklist table th {
    vertical-align: baseline;
    font-size: 10px;
  }
}

.supersoco_stocklist table td {
  vertical-align: baseline;
  font-size: 15px;
}

.supersoco_stocklist table td:not([class]) {
  text-align: center;
  background-color: #eee;
}

.supersoco_stocklist table a {
  color: #1aabc1;
  text-decoration: underline;
}

.supersoco_stocklist table .instock {
  text-align: right;
}

.supersoco_stocklist table .instock::before {
  content: "入荷予定 ";
}

.supersoco_stocklist table .instock::after {
  content: "台";
}

.supersoco_stocklist table .outstock {
  text-align: right;
}

.supersoco_stocklist table .outstock::before {
  content: "";
}

.supersoco_stocklist table .outstock::after {
  content: "";
}

.supersoco_stocklist table .soldout {
  text-align: center;
  background-color: #eee;
}

.stockcaution {
  margin-top: 20px;
  text-align: center;
}

.stockcaution small {
  color: #aaa;
  font-size: 11px;
}

.section.supersoco_stocklist .bl small {
  color: #aaa;
  font-size: 11px;
}

.section.supersoco_stocklist .gy small {
  color: #aaa;
  font-size: 11px;
}

.section.supersoco_stocklist .bk small {
  color: #aaa;
  font-size: 11px;
}

.section.supersoco_stocklist .to small {
  color: #aaa;
  font-size: 11px;
}

.stockcaution strong {
  display: inherit;
  padding: 0.4em 1em;
  color: #fff;
  font-size: 1.2em;
  background-color: #b71540;
}

.konyu {
  padding: 60px 15px;
  max-width: 760px;
  margin: 0 auto;
}

.konyu .btnWrap {
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}

.konyu .btn-shoudan {
  display: block;
  background-color: #d33837;
  color: white;
  font-size: 15px;
  color: white;
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding: 10px 15px;
  /* box-shadow */
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}

@media (max-width: 1200px) {
  .tire .inner {
    padding: 0;
    width: 100%;
  }

  .remote .inner,
  .brake .inner,
  .switch .inner,
  .monitor .inner {
    width: 100%;
  }

  .ds4_c_boot {
    width: 100%;
    position: absolute;
    top: 73%;
    transform: translateY(-50%);
    bottom: 0;
    height: 20px;
  }

  .ds4_c_boot_div ul {
    width: 450px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .ds4_c_boot_div ul li img {
    width: 30px;
    display: block;
    margin: 0 auto;
  }

  .ds4_c_bottom_i {
    font-size: 10px;
    line-height: 24px;
    color: #fafafa;
    width: 112px;
    text-align: center;
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .specSlide {
    padding: 20px 0;
  }

  .specSlide .swiper-slide .h4 {
    min-height: 160px !important;
    font-size: 16px;
  }

  .specSlide .swiper-button-next,
  .specSlide .swiper-button-prev {
    top: 24%;
  }

  .specSlide .swiper-button-next::after,
  .specSlide .swiper-button-prev::after {
    font-size: 20px;
  }

  .tire .inner {
    margin: 0;
    width: 100%;
  }

  .remote .inner,
  .brake .inner,
  .switch .inner,
  .monitor .inner {
    width: 100%;
  }

  .switchBox .ttl {
    font-size: 20px;
    z-index: 50;
    color: white;
    position: absolute;
    top: 80%;
    left: 15%;
    transform: translateY(-50%);
    text-align: center;
  }

  .switchBox .desc {
    font-size: 20px;
    z-index: 50;
    color: white;
    position: absolute;
    top: 80%;
    right: 2%;
    transform: translateY(-50%);
    text-align: center;
  }

  .mino-Btn .btn-Blue {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .mv .inner {
    height: 400px;
  }

  .mv .inner .logoImage {
    width: 100%;
    margin-left: 0;
  }

  .logoImage img {
    width: 180px;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width:480px) {
  .mv {
    background-image: url(../img/photo_01_sp.jpg);
    width: 100%;
  }

  .mv .inner {
    height: 530px;
  }

  .mv .inner .logoImage {
    margin: 0 auto;
    width: 100%;
  }

  .about {
    padding: 10px 0;
  }

  .aboutBox {
    width: 100%;
  }

  .aboutBox img {
    width: 100%;
  }

  .about .inner {
    width: 100%;
    padding: 0;
  }

  .aboutBox .txtBox .text-center {
    font-size: 18px;
  }

  .aboutBox .txtBox .text-center.desc {
    font-size: 12px;
  }

  .aboutBox .txtBox {
    top: 20%;
    transform: translateY(-50%);
    left: 8%;
    width: 85%;
  }

  .winker {
    padding: 0;
  }

  .winker .inner {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .winkerBox .txtBox .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .winkerBox .txtBox .desc {
    font-size: 12px;
  }

  .winkerBox .txtBox {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    width: 50%;
  }

  .winker img {
    position: center;
  }

  .seat {
    padding: 0;
  }

  .seat .inner {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .seatBox .txtBox .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .seatBox .txtBox .desc {
    font-size: 12px;
  }

  .seatBox .txtBox {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    right: 3%;
    width: 60%;
  }

  .seat img {
    width: 100%;
  }

  .shock {}

  .shock .inner {
    width: 100%;
    padding: 0;
  }

  .shockBox .txtBox .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .shockBox .txtBox .desc {
    font-size: 12px;
  }

  .shockBox .txtBox {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }

  .shock img {}

  .tire {
    padding: 0px;
  }

  .tire .inner {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .tireBox .txtBox .text-center {
    font-size: 20px;
  }

  .tireBox .txtBox {
    position: absolute;
    top: 19%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }

  .tire .tireBox .image {
    display: block;
    margin: 0;
  }

  .tire .tireBox .image img {
    width: 100%;
  }

  .driving {
    padding: 0px;
  }

  .driving .inner {
    margin: 0;
    padding: 0px;
    width: 100%;
  }

  .drivingBox .txtBox .ttl {
    font-size: 25px;
  }

  .drivingBox .txtBox .desc {
    font-size: 45px;
  }

  .drivingBox .txtBox {
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 17%;
    left: 0%;
  }

  .drivingBox .text-center img {}

  .ds4_c_boot {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 30px;
  }

  .ds4_c_boot_div ul {
    width: 84%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .ds4_c_bottom_i {
    font-size: 10px;
    line-height: 24px;
    color: #fafafa;
    width: 78px;
    text-align: center;
    margin-bottom: 16px;
  }

  .ds4_c_boot_div ul li img {
    width: 30px;
    display: block;
    margin: 0 auto;
  }


  .speed {
    padding: 0px;
  }

  .speed .inner {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .speed .txtBox .ttl {
    font-size: 18px;
  }

  .speed .txtBox {
    position: absolute;
    top: 18%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
  }

  .speed .text-center {
    display: block;
  }

  .speed .text-center img {
    width: 100%;
  }


  .vector {
    padding-top: 50px;
    background-color: #000;
  }

  .vector .inner {
    margin: 0;
    width: 100%;
  }

  .vector .txtBox .ttl {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .vector .txtBox .desc {
    font-size: 10px;
  }

  .vector .txtBox {
    position: absolute;
    top: 7%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }

  .vector .image img {
    width: 100%;
  }

  .remote {
    padding: 0px;
  }

  .remote .inner {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .remoteBox .ttl {
    font-size: 20px;
    z-index: 50;
    color: white;
    position: absolute;
    top: 10%;
    left: 0%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
  }

  .remoteBox .desc {
    font-size: 20px;
    z-index: 50;
    color: white;
    position: absolute;
    top: 60%;
    right: 0%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
  }

  .remote .image {
    display: block;
  }

  .remote .image img {
    width: 100%;
  }

  .brake {
    padding: 0px;
  }

  .brake .inner {
    width: 100%;
  }

  .brake .image img {}

  .brake .txtBox .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .brake .txtBox .desc {
    font-size: 10px;
    width: 80%;
    margin: 0 auto;
  }

  .brake .txtBox {
    position: absolute;
    top: 14%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }

  .switch {
    padding: 0px;
  }

  .switch .inner {
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }

  .switchBox .ttl {
    font-size: 20px;
    z-index: 50;
    color: white;
    position: absolute;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }

  .switchBox .desc {
    font-size: 20px;
    z-index: 50;
    color: white;
    position: absolute;
    top: 92%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
  }

  .switch .image {
    display: block;
  }

  .switch .image img {
    width: 100%;
  }

  .monitor {
    padding: 0px;
  }

  .monitor .inner {
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }

  .monitor .txtBox .ttl {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .monitor .txtBox .desc {
    font-size: 12px;
  }

  .monitor .txtBox {
    position: absolute;
    top: 18%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }

  .monitor img {}


  .table dt {
    font-size: 10px;
    padding: 12px 10px 10px 0;
  }

  .table dd {
    font-size: 10px;
    padding: 12px 0 10px 0;
  }

  .system .pointTxtBox .ttl {
    font-size: 18px;
  }

  .optionBox-txt .ttl {
    font-size: 16px;
  }

  .optionBox-txt .num {
    font-size: 11px;
  }

  .youtube iframe {
    width: 100%;
    height: auto;
  }

  .spec .price {
    font-size: 37px;
  }

  .spec .price small {
    font-size: 20px;
  }

  .spec .font-weight-bold.text-center {
    margin-bottom: -25px;
  }

  .specTable {
    width: 100%;
  }

  .spec dl dt {
    width: 40%;
  }

  .spec dl dd {
    width: 60%;
  }

  .color {
    padding: 60px 0;
  }

  .color .font-weight-bold.text-center {
    font-size: 18px;
  }

  .color .swiper-wrapper .swiper-slide h3 {
    font-size: 12px;
  }

  .price {
    padding: 0px;
  }

  .price .font-weight-bold.text-center {
    font-size: 18px;
  }

  .price .inner dl dt {
    font-size: 13px;
  }

  .price .inner dl dd {
    font-size: 14px;
  }

  .price.option_list {
    padding: 10px 0;
  }

  .price.option_list .optionsTtl.text-center {
    font-size: 18px;
  }

  .optionBox-txt .upper {
    margin-top: 5px;
  }

  .optionBox-txt .upper .ttl {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .optionBox-txt .upper .num {
    font-size: 10px;
  }

  .optionPrice {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .section.supersoco_stocklist {
    padding: 0px;
  }

  .section.supersoco_stocklist .text-center {
    font-size: 18px;
  }

  .section.supersoco_stocklist table {
    margin-top: 20px;
  }

  .section.supersoco_stocklist table .text-center {
    font-size: 11px;
    vertical-align: middle;
  }

  .section.supersoco_stocklist .bl {
    font-size: 10px;
  }

  .section.supersoco_stocklist .gy {
    font-size: 10px;
  }

  .section.supersoco_stocklist .bk {
    font-size: 10px;
  }

  .section.supersoco_stocklist .to {
    font-size: 10px;
  }

  .section.supersoco_stocklist table td {
    font-size: 12px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .spec2 {
    padding-bottom: 115px;
  }

  .spec2 .logo {
    display: flex;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
  }

  .spec2 .logo .mino-b {
    margin: 0 auto;
  }

  .spec2 .logo .mino {
    margin: 0 auto;
  }

  .spec2 .logo img {
    width: 70%;
    margin: 0 auto;
  }

  .spec .mino-logo {
    margin: 80px 0 40px 0;
  }

  .spec .mino-logo img {
    width: 70%;
    margin: 0 auto;
  }

  .spec2 .image {
    display: block;
  }

  .spec2 .image img {
    width: 75%;
    margin: 0 auto;
  }

  .spec .mino-img img {
    width: 75%;
    margin: 0 auto;
  }

  .spec2 .spec {
    display: block;
    padding: 40px 0 40px 0;
  }

  .spec-minob {
    margin: 0 auto;
  }

  .specTableTtl {
    font-size: 25px;
    font-weight: 600;
    color: #2d2e2e;
  }

  .spec-minob .table {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
  }

  .spec-minob .table dt {
    width: 40%;
    padding: 35px 15px 10px 0;
    color: #2d2e2e;
    font-size: 15px;
  }

  .spec-minob .table dd {
    width: 60%;
    padding: 35px 15px 10px 0;
    color: #2d2e2e;
    font-size: 20px;
  }

  .spec-minob .table .red {
    color: #d33b4c;
  }

  .spec-mino .table {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
  }

  .spec-mino .table dt {
    width: 40%;
    padding: 35px 15px 10px 0;
    color: #2d2e2e;
    font-size: 15px;
  }

  .spec-mino .table dd {
    width: 60%;
    padding: 35px 15px 10px 0;
    color: #2d2e2e;
    font-size: 20px;
  }

  .Btn-page {
    width: 100%;
    position: absolute;
    margin-top: 47px;
  }


  .mino-Btn .btn-Blue {
    color: #417ec1;
    background-color: white;
    padding: 0.5rem 2rem;
    text-decoration: none;
    border: solid 3px #417ec1;
    border-radius: 0.3rem;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
  }

}

.inc_option_list li {
  padding: 0;
}

.inc_option_list li+li {
  border-top: solid 1px #2d2e2e;
}

.inc_option_list li .img {
  width: 20%;
}

.inc_option_list li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .3s all;
}

.inc_option_list li .txt {
  margin-top: 30px;
  margin-left: 15px;
}

.inc_option_list li .txt .menu a {
  font-size: 23px;
  font-weight: 600;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .inc_option_list li .txt .menu a {
    font-size: 14px;
  }
}

.inc_option_list li .txt .menu a[href] {
  color: #52bec9;
}

.inc_option_list li .txt .model_num {
  margin-top: .2em;
  color: #393330;
  font-size: 10px !important;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.inc_option_list li .txt .price {
  text-align: right;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.inc_option_list li .txt .price::before {
  content: '¥';
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.inc_option_list li .txt .price::after {
  content: '(税込)';
  font-size: 80%;
  font-weight: 400;
}

.inc_option_list li .txt .model_num::before {
  content: '型番:';
}

@media screen and (max-width: 600px) {
  .inner {
    width: 100%;
  }

  .inc_option_list {
    margin-top: 0;
  }

  .inc_option_list li {
    padding: 5px 0;
  }

  .inc_option_list li .txt .menu a[href] {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .inc_option_list li .txt .model_num {
    margin-top: 0;
  }

  .inc_option_list li .txt {
    margin-top: 0;
  }

  .inc_option_list li .txt .model_num {
    margin-bottom: 5px;
  }
}
