@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: 1280px;
  padding: 0 15px;
}

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

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

.manual_link {
  display: block;
  padding: 1em;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #dc2624;
  border: 1px solid transparent;
}

.supersoco_tc_wanderer .mv {
  padding-top: 50px;
  background: url("/supersoco/tc_wanderer/img/top.png") no-repeat top center / cover,
    var(--color-black);
  height: 976px;
}

.supersoco_tc_wanderer .mv .inner {
  padding: 120px 0 0;
}

.supersoco_tc_wanderer .mv h1 {
  width: 20%;
  /* filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 40%)); */
}

.supersoco_tc_wanderer .mv p {
  margin-top: 25px;
}

.supersoco_tc_wanderer .details-tc-two-view {
  padding: 90px 0;
  background: url("/supersoco/tc_wanderer/img/bg_01.png") no-repeat center center / cover;
}

.supersoco_tc_wanderer .details-tc-two-view .head .logo {
  width: 15%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.supersoco_tc_wanderer .details-tc-two-view .head .logo img {
  width: 100%;
  text-align: center;
}

.supersoco_tc_wanderer .details-tc-two-view .head,
.supersoco_tc_wanderer .details-tc-three-view .head {
  color: white;
}

.supersoco_tc_wanderer .details-tc-two-view .head .ttl {
  font-size: 22px;
}

.supersoco_tc_wanderer .details-tc-three-view .head .ttl {
  padding-bottom: 20px;
}

.supersoco_tc_wanderer .details-tc-two-view .head p {
  color: white;
}

.details-tc-three-view {
  padding: 60px 0;
}

.details-tc-three-view h2,
p {
  color: #000;
}

.details-tc-four-view {
  background: url("/supersoco/tc_wanderer/img/bg_02.png") no-repeat center center / cover;
}

.supersoco_tc_wanderer .details-tc-four-view .head {
  width: 100%;
  margin: 0 auto;
  color: white;
  padding-top: 7%;

}

.supersoco_tc_wanderer .details-tc-four-view .head .speed {
  width: 50%;
}

.supersoco_tc_wanderer .details-tc-four-view .head .distance {
  width: 50%;
}

.supersoco_tc_wanderer .details-tc-four-view .head .ttl {
  font-size: 30px;
  text-align: center;
}

.supersoco_tc_wanderer .details-tc-four-view .head .ttl-sub {
  font-size: 55px;
  text-align: center;
  margin-bottom: 30px;
}

.supersoco_tc_wanderer .details-tc-four-view .head .ttl-sub .sub {
  font-size: 25px;
}

.supersoco_tc_wanderer .details-tc-four-view .head .ast {
  font-size: 15px;
  padding-left: 20px;
}

.supersoco_tc_wanderer .details-tc-four-view .desc {
  font-size: 15px;
  padding-bottom: 75px;
  margin-bottom: 0;
  width: 50%;
  text-align: center;
}

.supersoco_tc_wanderer .details-tc-four-view .desc01 {
  color: #d2d2d2;
}

.supersoco_tc_wanderer .details-tc-four-view .desc02 {
  color: #d2d2d2;
}

.supersoco_tc_wanderer .details-tc-four-view p {
  color: white;
}

.point-slide01 {
  width: 90%;
  margin: 0 auto;
}

.prev-arrow {
  position: absolute;
  top: 37%;
  margin-top: -15px;
  margin-left: -5%;
  width: 3%;
}

.next-arrow {
  position: absolute;
  top: 37%;
  margin-top: -15px;
  margin-left: 102%;
  width: 3%;
}

/* .prev-arrow{
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.next-arrow{
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
} */

.specSlide {
  background-color: white !important;
  padding: 80px 0;
}

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

.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;
}

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

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

.color .slider-nav .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.color .slider-nav {
  width: 200px;
  margin: 0 auto;
}

.color .slider-nav .slick-current div {
  /* border: solid 2px red; */
  width: 1.2em;
  height: 1.2em;
}

.color .slider-nav .gn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #143b27;
}

.color .slider-nav .bl {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #61c4e5;
}

.color .slider-nav .ye {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #ad8463;
}

.color .slider-nav .gy {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #6d7278;
}

.details-tc-six-view {
  background-color: #000;
  padding: 60px 0 0;
}

.details-tc-six-view .inner.flex {
  display: flex;
}

.details-tc-six-view .inner {
  margin: 0 auto;
}

.details-tc-six-view_head {
  padding: 4% 0;
}

.details-tc-six-view_head .text-center {
  color: #fff;
}

.details-tc-six-view_head .text-center.mt-3 {
  margin-bottom: 50px;
}

.details-tc-six-view_head .time-center {
  display: flex;
  justify-content: center;
}

.details-tc-six-view_head .time-center .left {
  font-size: 20px;
  color: #000;
  background-color: #999999;
  padding: 5px 10px;
  margin: 16px;
}

.details-tc-six-view_head .time-center p {
  font-size: 40px;
  color: #fff;
}

.details-tc-six-view .desc {
  width: 100%;
}

.details-tc-six-view .desc p {
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
  padding-bottom: 22px;
}

.details-tc-six-view .img {
  width: 50%;
}

.details-tc-seven-view {
  padding: 3% 0;
  background-color: #000;
}

.details-tc-seven-view_head {
  display: flex;
  justify-content: left;
}

.details-tc-seven-view_head .text-center {
  color: #fff;
}

.details-tc-seven-view_head .text-center.mt-3 {
  margin-bottom: 50px;
}

.details-tc-seven-view_head .time-center {
  display: flex;
  justify-content: center;
}

.details-tc-seven-view_head .time-center .left {
  font-size: 20px;
  color: #000;
  background-color: #999999;
  padding: 5px 10px;
  margin: 16px;
}

.details-tc-seven-view_head .time-center p {
  font-size: 40px;
  color: #fff;
}

.details-tc-seven-view .img {
  width: 50%;
}

.details-tc-seven-view .img img {
  width: 100%;
}

.details-tc-seven-view .txt {
  margin-top: 3%;
  padding: 0 0 0 8%;
}

.details-tc-eight-view.head {
  width: 100%;
  padding: 13% 0;
}

.details-tc-eight-view .inner {
  display: flex;
}

.details-tc-eight-view-image {
  width: 100%;
}

.bms {
  background: url("/supersoco/tc_wanderer/img/bg_06-2.png") no-repeat center center / cover;
  padding-top: 50px;
  color: white;
  height: 900px;
  background-color: #000;
}

.bms-ttl {
  font-size: 100px;
  font-weight: bold;
  font-family: "DINOT-Bold, DINOT";
  color: white;
}

.bmsBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bmsBox>li {
  background: rgba(0, 91, 255, 0.18);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23%;
  padding: 18px 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.bms p {
  color: white;
}

.bms-ttl {
  text-align: center;
}

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

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

.ds4_c_bottom_i {
  font-size: 20px;
  line-height: 24px;
  color: #fafafa;
  width: 174px;
  text-align: center;
  margin-top: 8px;
  padding: 10px;
  border-radius: 5px;
  background-color: #144a6e;
}

.ds4_c_bottom_i.font {
  font-size: 14px;
  padding: 10px 0;
}

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

.ds4_c_boot_2 {
  margin-top: 10px;
}


.ecu {
  padding: 100px 0;
  background-color: #f9f4f4;
}

.ecu .rightImage,
.ecu .LeftImage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ecu .rightImage figure,
.ecu .LeftImage figure {
  width: 50%;
  margin: 0;
}

.ecu figure img {
  width: 100%;
}

.ecu .rightImage .txtBox {
  width: 50%;
  padding: 60px 10px 0 40px;
}

.ecu .rightImage .top {
  padding: 0px 0 0px 10px;
  border-left: 10px solid#1262b2;
  margin-bottom: 6%;
}

.ecu .LeftImage h2 {
  text-align: right;
  padding: 0px 10px 0px 0;
  border-right: 10px solid#966d5e;
  margin-bottom: 6%;
}

.ecu .rightImage .bottom {
  padding: 0px 0 0px 10px;
  border-left: 10px solid#d9aa27;
  margin-bottom: 6%;
}

.ecu .LeftImage .txtBox {
  width: 50%;
  padding: 60px 40px 0 0;
}

.nineCenter {
  display: flex;
  text-align: center;
  justify-content: flex-end;
}

.nineCenter .item {
  padding-right: 30px;
}

.nineCenter .item p {
  color: #fff;
  background-color: #5c1c05;
  padding: 4px 0;
}

.nineCenter .item h3 {
  font-size: 42px;
  font-weight: bold;
  font-family: "DINOT-Bold, DINOT";
}

.brake {
  padding: 60px 0 0;
  background-color: white;
}

.supersoco_tc_wanderer .grid-container {
  display: grid;
  grid-template-columns: 54% 46%;
  grid-template-rows: repeat(8, auto);
  gap: 0px 0px;
  grid-template-areas:
    "intro intro"
    "light light"
    "control control";
}

.supersoco_tc_wanderer .sidewing {
  grid-area: sidewing;
}

.supersoco_tc_wanderer .control {
  grid-area: control;
}

.supersoco_tc_wanderer .storage {
  grid-area: storage;
}

.supersoco_tc_wanderer .stylish {
  grid-area: stylish;
}

.supersoco_tc_wanderer .cushion {
  grid-area: cushion;
}

.supersoco_tc_wanderer .brake {
  grid-area: brake;
}

.supersoco_tc_wanderer .tire {
  grid-area: tire;
}

.supersoco_tc_wanderer .light {
  grid-area: light;
}

.supersoco_tc_wanderer .intro {
  grid-area: intro;
}

.supersoco_tc_wanderer .grid-container>article {
  min-height: 70vh;
  text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.supersoco_tc_wanderer .grid-container>article .inner {
  /* padding: 0 6%; */
}

.supersoco_tc_wanderer .grid-container>article h2 {
  font-size: 2.2em;
  line-height: 1.6;
}

.supersoco_tc_wanderer .grid-container>article p {
  font-size: 1.4em;
  line-height: 1.6;
}

.supersoco_tc_wanderer .grid-container .sidewing {
  background: url("/supersoco/ts_streethunter/img/img_sidewing.png") no-repeat bottom center / 100% auto,
    var(--color-black);
}

.supersoco_tc_wanderer .grid-container .storage {
  background: url("/supersoco/ts_streethunter/img/img_storage.png") no-repeat bottom center / 100% auto,
    var(--color-black);
}

.supersoco_tc_wanderer .grid-container .intro,
.supersoco_tc_wanderer .grid-container .control {
  background-color: var(--color-black);
  /* background: url('/supersoco/ts_streethunter/img/img_control.png') no-repeat bottom center / contain, var(--color-black); */
}

.supersoco_tc_wanderer .grid-container .stylish {
  background: url("/supersoco/ts_streethunter/img/img_stylish.png") no-repeat top right / 100% auto,
    var(--color-orange);
}

.supersoco_tc_wanderer .grid-container .stylish>.inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}

.supersoco_tc_wanderer .grid-container .stylish h2 {
  padding-right: 50%;
}

.supersoco_tc_wanderer .grid-container .cushion {
  background: url("/supersoco/ts_streethunter/img/img_cushion.png") no-repeat bottom left / 100% auto,
    var(--color-blue);
}

.supersoco_tc_wanderer .grid-container .brake {
  background: url("/supersoco/ts_streethunter/img/img_brake.png") no-repeat center left / 50%,
    var(--color-orange);
}

.supersoco_tc_wanderer .grid-container .brake>.inner {
  padding-left: 50%;
}

.supersoco_tc_wanderer .grid-container .tire {
  background: url("/supersoco/ts_streethunter/img/img_tire.png") no-repeat center left / cover,
    var(--color-black);
}

.supersoco_tc_wanderer .grid-container .tire>.inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  padding-left: 50%;
}

.supersoco_tc_wanderer .grid-container .light {
  background: url("/supersoco/ts_streethunter/img/img_light.png") no-repeat center center / cover,
    var(--color-black);
}

.supersoco_tc_wanderer .grid-container .light>.inner {
  padding-left: 0;
  padding-right: 40%;
}

.supersoco_tc_wanderer .color {
  padding-top: 60px;
}

.supersoco_tc_wanderer .color h2 {
  font-size: 1.4em;
  text-align: center;
}

.supersoco_tc_wanderer .color h2 strong {
  font-size: 2em;
  font-family: 'Roboto', sans-serif;
  -webkit-filter: drop-shadow(0 4px 0 rgba(0, 0, 0, .4));
  filter: drop-shadow(0 4px 0 rgba(0, 0, 0, .4));
}

.supersoco_tc_wanderer .color .swiper-slide {
  margin-top: 85px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 0;
}

.supersoco_tc_wanderer .color .swiper-slide::after {
  position: absolute;
  content: '';
  width: 600px;
  height: 600px;
  z-index: -1;
}

.supersoco_tc_wanderer .color .swiper-slide p {
  width: 100%;
}

.supersoco_tc_wanderer .color .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
  margin-top: 50px;
  background-color: #fff;
}

/*.supersoco_tc_wanderer .color .swiper-pagination::before {
	display: inline-block;
	content: 'Body Color';
	margin-right: 1em;
	color: #0e2b67;
	font-size: 2.2em;
	font-style: italic;
}*/

.supersoco_tc_wanderer .color .swiper-pagination-bullet {
  width: 2em;
  height: 2em;
  margin: 0 .4em;
  opacity: .4;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.supersoco_tc_wanderer .color .swiper-pagination-bullet:nth-child(1) {
  background-color: #143b27
}

.supersoco_tc_wanderer .color .swiper-pagination-bullet:nth-child(2) {
  background-color: #61c4e5
}

.supersoco_tc_wanderer .color .swiper-pagination-bullet:nth-child(3) {
  background-color: #ad8463
}

.supersoco_tc_wanderer .color .swiper-pagination-bullet:nth-child(4) {
  background-color: #6d7278
}

.supersoco_tc_wanderer .color .swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.table th {
  text-align: right;
}

.table .flex {
  /* display: flex; */
}

.table .flex p {
  margin: 0;
}

.supersoco_spec .price {
  margin-top: 100px;
}

.supersoco_tc_wanderer .spec {
  padding: 80px 0;
}

.supersoco_tc_wanderer .point {
  padding: 80px 0;
}

.footer_xeam {
  margin-top: 0;
}

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

.catalog {
  width: 100%;
  padding: 0px;
  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;
  text-decoration: none;
}

span.kome {
  display: block;
  color: #6c757d;
}

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

.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;
  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;
}

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

.youtube iframe {
  width: 100% !important;
  margin-top: 20px;
}

a.testdrive_link {
  display: block;
  padding: 1em;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #EA1E23;
  border: 1px solid transparent;
}

a.testdrive_link:hover {
  color: #EA1E23;
  background-color: transparent;
  border-color: #EA1E23;
  text-decoration: none;
}



@media (min-width: 1200px) {

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

@media (max-width: 1200px) {
  .details-tc-seven-view_head .time-center .left {
    font-size: 12px;
  }

  .details-tc-seven-view_head .time-center p {
    font-size: 35px;
  }

  .supersoco_tc_wanderer .grid-container>article h2 {
    font-size: 1.8em;
  }

  .supersoco_tc_wanderer .grid-container>article p {
    font-size: 1.2em;
  }

  .supersoco_tc_wanderer .grid-container .tire>.inner {
    display: block;
    padding-left: 0;
  }

  .supersoco_tc_wanderer .grid-container .stylish {
    background-position: bottom right;
  }

  .supersoco_tc_wanderer .grid-container .light {
    background-size: cover;
  }

  .bms-ttl {
    font-size: 100px;
  }

  .bmsBox>li {
    width: 48%;
  }

  .nineCenter .item h3 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .supersoco_tc_wanderer .mv {
    /* background-size: 160%; */
    background: url("/supersoco/tc_wanderer/img/top.png") no-repeat top center / cover;
  }

  .supersoco_tc_wanderer .details-tc-two-view .head .logo {
    width: 35%;
  }

  .details-tc-four-view {
    height: 550px !important;
    padding-bottom: 20px;
  }

  .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;
  }

  .supersoco_tc_wanderer .details-tc-four-view .head {
    margin: 0;
  }

  .supersoco_tc_wanderer .details-tc-four-view .head .ttl {
    font-size: 20px;
  }

  .supersoco_tc_wanderer .details-tc-four-view .head .ttl-sub {
    font-size: 55px;
    text-align: center;
  }

  .supersoco_tc_wanderer .details-tc-four-view .desc {
    font-size: 10px;
  }

  .details-tc-two-view .head .ttl {
    font-size: 22px;
  }

  .details-tc-three-view .head .ttl {
    font-size: 22px;
  }

  .details-tc-six-view {
    padding: 30px 0 0;
  }

  .details-tc-six-view .inner {
    width: 95%;
  }

  .details-tc-six-view .head .ttl {
    font-size: 22px;
  }

  .details-tc-six-view .head p {
    font-size: 14px;
  }

  .details-tc-six-view .head .desc {
    width: 100%;
  }

  .details-tc-six-view .bigTtl .ttl {
    font-size: 70px;
  }

  .details-tc-six-view-image {
    height: 300px;
  }

  .details-tc-seven-view_head {
    padding-left: 45%;
  }

  .details-tc-seven-view_head .time-center .left {
    font-size: 12px;
  }

  .details-tc-seven-view_head .time-center p {
    font-size: 35px;
  }

  .details-tc-eight-view.head {
    padding: 6%;
  }

  .bms-ttl {
    font-size: 80px;
  }

  .ds4_c_boot_div ul {
    width: 545px;
  }

  .ds4_c_bottom_i {
    font-size: 15px;
    width: 125px;
    margin-top: 12px;
  }

  .ds4_c_bottom_i.font {
    font-size: 10px;
  }

  .ecu {
    padding: 50px 0;
  }

  .ecu .rightImage figure,
  .ecu .LeftImage figure {
    width: 100%;
    margin: 0;
  }

  .ecu .rightImage .txtBox,
  .ecu .LeftImage .txtBox {
    width: 100%;
    padding: 30px 0;
  }

  .ecu .rightImage .txtBox h2,
  .ecu .LeftImage .txtBox h2 {
    font-size: 20px;
  }

  .ecu .LeftImage {
    flex-direction: column-reverse;
    padding: 20px 0;
  }

  .supersoco_tc_wanderer .mv h1 {
    width: 40%;
  }



  .supersoco_tc_wanderer .grid-container {
    display: block;
  }

  .supersoco_tc_wanderer .grid-container>article .inner {
    padding: 0;
  }

  .supersoco_tc_wanderer .grid-container .intro .w-75 {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .bms {
    height: 1050px;
  }

  .bms-ttl {
    font-size: 50px;
  }

  .bmsBox>li {
    font-size: 12px;
    padding: 15px 5px;
  }

  .supersoco_tc_wanderer .mv {
    /* background-size: 200%; */
  }

  .supersoco_tc_wanderer .mv h1 {
    width: 50%;
  }

  .ds4_c_boot_div ul {
    width: 360px;
  }

  .ds4_c_bottom_i {
    font-size: 13px;
    width: 170px;
    margin-top: 12px;
  }

  .ds4_c_bottom_i.font {
    font-size: 10px;
  }

  .supersoco_tc_wanderer .grid-container>article {
    min-height: 60vh;
  }

  .supersoco_tc_wanderer .grid-container>article h2 {
    font-size: 1.4em;
  }

  .supersoco_tc_wanderer .grid-container>article p {
    font-size: 1em;
  }

  .supersoco_tc_wanderer .grid-container .storage {
    min-height: 60vh;
  }

  .supersoco_tc_wanderer .grid-container .stylish {
    min-height: 60vh;
  }

  .supersoco_tc_wanderer .grid-container .brake {
    background-position: bottom right;
    background-size: 70%;
  }

  .supersoco_tc_wanderer .grid-container .brake>.inner {
    padding-left: 0;
  }

  .supersoco_tc_wanderer .grid-container .light>.inner {
    padding-right: 0;
  }

  .supersoco_tc_wanderer .point>.container>.row>.col-12+.col-12 {
    margin-top: 50px;
  }
}

@media only screen and (max-width:480px) {
  .supersoco_tc_wanderer .mv {
    background-size: 270%;
    padding-top: 0;
    height: 560px;
  }

  .supersoco_tc_wanderer .mv .inner {
    padding: 95px 0 0;
  }

  .supersoco_tc_wanderer .mv h1 {
    width: 40%;
  }

  .supersoco_tc_wanderer .mv p {
    font-size: 15px;
  }

  .supersoco_tc_wanderer .details-tc-two-view {
    padding: 35% 0;
  }

  .supersoco_tc_wanderer .details-tc-two-view .head {
    margin: 4%;
  }

  .supersoco_tc_wanderer .details-tc-two-view .head .ttl {
    font-size: 18px;
  }

  .supersoco_tc_wanderer .details-tc-two-view .head p {
    font-size: 13px;
  }

  .supersoco_tc_wanderer .details-tc-three-view .head .ttl {
    padding-bottom: 5px;
  }

  .supersoco_tc_wanderer .details-tc-four-view .head {
    margin: 0;
    padding: 65px 0;
  }

  .supersoco_tc_wanderer .details-tc-four-view .head .ttl-sub {
    font-size: 35px;
    text-align: center;
  }

  .supersoco_tc_wanderer .details-tc-four-view .head .ttl-sub .sub {
    font-size: 13px;
  }

  .supersoco_tc_wanderer .details-tc-four-view .desc {
    font-size: 10px;
    margin-left: 15px;
  }

  .prev-arrow {
    margin-top: -60px;
    margin-left: -11%;
    width: 9%;
  }

  .next-arrow {
    margin-top: -60px;
    margin-left: 103%;
    width: 9%;
  }


  .details-tc-six-view .inner.flex {
    display: block;
  }

  .details-tc-six-view {
    background-color: #000;
  }

  .details-tc-six-view_head {
    width: 100%;
  }

  .details-tc-six-view_head .ttl.text-center {
    font-size: 20px;
  }

  .details-tc-six-view_head .text-center.mt-3 {
    font-size: 10px;
    margin-bottom: 30px;
  }

  .details-tc-six-view_head .time-center .left {
    padding: 4px;
    margin: 0;
  }

  .details-tc-six-view_head .time-center p {
    font-size: 22px;
    margin: 0;
  }

  .details-tc-six-view .inner .desc p {
    font-size: 10px;
  }

  .details-tc-six-view .img {
    width: 100%;
  }

  .details-tc-seven-view {
    overflow: hidden;
    padding: 7% 0;
  }

  .details-tc-seven-view .img {
    width: 100%;
  }

  .details-tc-seven-view .txt {
    padding: 0;
  }

  .details-tc-seven-view_head {
    width: 100%;
    padding: 0;
    display: block;
  }

  .details-tc-seven-view_head .text-center {
    font-size: 20px;
  }

  .details-tc-seven-view_head .text-center.mt-3 {
    font-size: 10px;
    margin-bottom: 30px;
  }

  .details-tc-seven-view_head .time-center .left {
    padding: 4px;
    margin: 0;
    font-size: 18px;
  }

  .details-tc-seven-view_head .time-center p {
    font-size: 22px;
    margin: 0;
  }

  .details-tc-eight-view .inner {
    display: block;
  }

  .details-tc-eight-view .text-center.mt-3 {
    font-size: 12px;
  }

  .bms {
    background-size: 320%;
  }

  .bms-ttl {
    font-size: 50px;
  }

  .bms .text-center {
    font-size: 15px;
  }

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

  .ds4_c_boot_div ul {
    width: 82%;
    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: 125px;
    text-align: center;
    margin-bottom: 11px;
  }

  .ds4_c_bottom_i.font {
    font-size: 10px;
  }

  .nineCenter .item h3 {
    font-size: 30px;
  }

  .supersoco_spec .price dl dd {
    font-size: 25px;
  }

  .optionBox {
    width: 96%;
  }

  .optionBox-image {
    width: 30%;
  }

}

.supersoco_spec .price dl {
  align-items: center;
}

.supersoco_spec .price dl dd {
  width: 50%;
  padding-left: 3%;
  font-size: 2.2em;
  font-weight: bold;
  text-align: left;
}

.supersoco_spec .price dl dd::before {
  content: none;
  font-size: .8em;
}

.supersoco_spec .price dl dd::after {
  content: none;
  padding-right: .4em;
  font-size: .4em;
}

.supersoco_spec .price dl dd .pricemod::before {
  content: '¥';
  font-size: .8em;
}

.supersoco_spec .price dl dd .pricemod.ex::after {
  content: '(税抜)';
  padding-right: .4em;
  font-size: .4em;
}
.supersoco_spec .price dl dd .pricemod.in {
  margin-bottom: unset;
  margin-left: 1.4em;
}

.supersoco_spec .price dl dd .pricemod.in::after {
  content: '(税込)';
  padding-right: .4em;
  font-size: .4em;
}

@media (max-width: 576px) {

  .supersoco_spec .price dl dd {
    font-size: 25px;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


.inc_option_list {
  width: 80%;
  margin: 30px auto 0;
}

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

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

.inc_option_list li .txt {
  width: 80%;
  height: 140px;
}

.inc_option_list li .img img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1000px) {
  .inc_option_list li .img img {
    width: 160px;
    height: 160px;
  }
}

.inc_option_list li .txt .menu a[href] {
  color: inherit;
  font-size: 23px;
  font-weight: 600;
  width: 100%;
}

.inc_option_list li p a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
  font-size: 23px;
  font-weight: 600;
  width: 100%;
}

.inc_option_list li .txt .model_num {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  word-break: break-all;
  color: #393330;
}

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

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

.inc_option_list li .txt .price::before {
  font-size: 1em;
}

.inc_option_list li .txt .price::after {
  font-size: .8em;
}

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

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

  .inc_option_list li .txt {
    width: 80%;
    margin-left: 2%;
  }

  .inc_option_list li .txt .menu a[href] {
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0px;
    color: #3ebdd4;
  }

  .inc_option_list li .txt .model_num {
    line-height: 1.4;
    letter-spacing: 1px;
    word-break: break-all;
    color: #393330;
    font-size: 10px;
  }

  a:not([href]):not([class]) {
    color: #3ebdd4;
  }

  .inc_option_list li .img {
    width: 28%;
    margin-right: 2%;
  }

  .inc_option_list li .txt {
    width: 70%;
    margin-left: 2%;
    height: auto;
  }

  .inc_option_list li p a:not([href]):not([class]) {
    color: #3ebdd4;
    font-size: 14px;
  }

}