@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: 1400px;
  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;
}

.mv {
  background-color: #0f0f12;
  background-image: url(../img/photo01.png);
  background-size: auto 100%;
  background-position: right center;
  padding-top: 75px;
}

.mv .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  max-width: 1200px;
  margin: 0 auto;
}

.mv .inner .logoImage {
  /* width: 350px; */
  margin-left: 50px;
}

/* .mv .inner .logoImage .Award{
  width: 210px;
} */

.mv .inner .logoImage .main{
  font-size: 18px;
  color:#fff;
  margin-bottom: 5px;
}

.mv .inner .logoImage .sub{
  font-size: 14px;
  color:#fff;
  margin-bottom: 0;
}

.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: #1a1a1a;
}

.aboutBox {
  position: relative;
}

.aboutBox .txtBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  color: white;
}

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

.aboutBox .txtBox .weight {
  font-size: 40px;
}

.aboutBox .txtBox .desc {
  font-size: 16px;
}

.aboutBox img {
  width: 100%;
}

.arm {
  background-color: #111111;
}

.armBox {
  position: relative;
}

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

.armBox .txtBox .desc {
  font-size: 16px;
}

.txtBox .desc {
  font-size: 16px;
}

.armBox .txtBox .caution {
  margin-top: 100px;
}

.frame {
  background-color: #000;
}

.frameBox {
  position: relative;
}

.frameBox .txtBox {
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}

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

.gearBox {
  position: relative;
  padding-top: 7rem
}
@media screen and(max-width: 576px){
  .gearBox {
    padding-top: 3rem
  }
}

.gearBox .txtBox {
  margin: 0 auto
}

.gear-img{
  overflow: hidden;
  max-height: 50rem;
}

.gear-img img{
  margin-top: calc(-6rem - 12vw);
}

.column_type {
  margin: 0 auto;
  width: calc(28rem + 2vw); 
}

.column_type .column_wrap {
    display: grid;
    grid-template-columns: 1fr 1.8fr 1fr;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.column_type .column_wrap img:nth-child(2n) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-inline: 20px;
}

.gearBox .column_spec {
  margin: 40px auto 0;
  position: relative;
}

.vector {
  background-color: #0f0f12;
  color: white;
  margin-top: -30px;
}

.vectorBox {
  position: relative;
}

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

.vcu {
  background-color: #0d0d0d;
  padding-top: 50px;
  margin-top: -30px;
}

.vcu .inner .ttl {
  color: whtie;
  position: relative;
  z-index: 50;
}

.vcu .inner .desc {
  color: whtie;
  position: relative;
  z-index: 50;
  font-size: 15px;
}

.text-white {
  color: white;
}

.vcuBox {
  position: relative;
  margin-top: -80px;
}

.vcuBox .txtBox {
  position: absolute;
  top: 50%;
  left: 14%;
  color: white;
}

.txtBox02 {
  display: flex;
  justify-content: space-around;
  color: white;
  padding-bottom: 2rem;
  margin-top: -60px;
  position: relative;
  z-index: 50;
}

.vcuBox .txtBox02 h3{
  font-size: 18px;
  text-align: center;
}

.vcuBox .txtBox02 .desc{
  font-size: 40px;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}

.vcuBox .txtBox02 .desc2{
  font-size: 15px;
  text-align: center;
}

.control {
  background-color: #0f0f12;
}

.controlBox {
  position: relative;
}

.controlBox .txtBox {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  color: white;
  max-width: 40%;
}

.controlBox .txtBox .desc {
  text-align: left;
}

.display {
  padding: 70px 0 40px;
  background-color: #000;
  margin-top: -18px;
}

.display .ttl {
  position: relative;
  z-index: 50;
}

.display .desc {
  font-size: 15px;
  position: relative;
  z-index: 50;
}

.display .image {
  margin-top: -150px;
}

.riding .ttl {
  position: relative;
  z-index: 50;
}

.riding .desc {
  font-size: 15px;
  position: relative;
  z-index: 50;
}

.cbs {
  background-color: #101010;
  padding: 60px 0;
}

.cbs .ttl {
  position: relative;
  z-index: 50;
}

.cbs .desc {
  position: relative;
  z-index: 50;
  font-size: 15px;
}

.cbs .image {
  margin-top: -100px;
}

.lock {
  background-color: #101010;
  padding: 60px 0;
}

.lock .ttl {
  position: relative;
  z-index: 50;
}

.lock .desc {
  position: relative;
  z-index: 50;
  font-size: 15px;
  margin-bottom: -70px;
}

.lock .image {
  margin-top: -100px;
}

.paint {
  background-color: #0f0f11;
}

.paint .image02 {
  position: relative;
}

.paint .image02 .txtBox {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.riding {
  padding: 70px 0;
  background-color: white;
}

.riding .image {
  margin-top: -150px;
}

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

.youtube iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 20px;
}

.spec {
  padding: 50px 0;
}

dd {
  margin: 0;
}

.specTable {
  padding-top: 40px;
  width: 80%;
  margin: 0 auto;
}

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

.caption{
  text-align: start;
}

/* .tableOuter {
} */

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

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

.catalog{
  font-size: 15px;
  width: 100%;
	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{
    padding: 10px;
    display: block;
    text-decoration: none;
  }

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

.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: 1rem;
}

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

.price dl dd {
  width: 40%;
  font-size: 2.2em;
  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;
  margin-right: unset;
}

.price dl dd p.in {
  font-size: .6em;
  margin-right:1.6em;
  margin-bottom: unset;
}

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

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

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

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

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

.inc_option_list li .txt {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}

@media (max-width: 1200px) {
}

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

@media (max-width: 576px) {
  /* .mv .inner .logoImage .Award{
    width: 80px;
  } */

  .mv .inner .logoImage .main{
    font-size: 15px;
    margin-bottom: 5px;
  }

  .mv .inner .logoImage .sub{
    font-size: 12px;
    margin-bottom: 0;
  }

  .mv .inner {
    height: 200px;
    align-items: flex-end;
  }

  .mv .inner .logoImage {
    /* width: 150px; */
    margin-left: 0;
  }
}

.pc {
  display: block !important;
  }

.sp {
  display: none !important;
}

@media only screen and (max-width:480px) {
  /* .mv .inner .logoImage .Award{
    width: 80px;
  } */

  .mv .inner .logoImage .main{
    font-size: 10px;
    margin-bottom: 5px;
  }

  .mv .inner .logoImage .sub{
    font-size: 10px;
    margin-bottom: 0;
  }

  .about{
    padding: 10px 0;
  }

  .aboutBox img{
    width: 85%;
  }

  .about .inner{
    width: 100%;
  }

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

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

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

  .aboutBox .txtBox {
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
    width: 55%;
  }

  .arm{
    padding: 10px 0;
  }

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

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

  .armBox .txtBox .caution {
    margin-top: 40px;
  }

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

  .frame{
    padding: 10px 0;
  }

  .frame .inner{
    margin: 0;
    padding: 0;
  }

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

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

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

  .gear{
    padding-top: 20px;
  }

  .gearBox .txtBox .text-center{
		font-size: 15px;
    margin-bottom: 10px;
	}

  .gearBox .txtBox .text-center.desc{
		font-size: 10px;
	}

  .gearBox .txtBox {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    /* width: 85%; */
  }

  .gearBox .column .column_wrap {
    margin-top: 20px;
  }

  .gear .text-center img{
    margin-top: 20px;
  }

  .gearBox .column_spec {
    margin-top: 20px;
  }

  .vector{
    padding-bottom: 20px;
  }

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

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

  .vectorBox .txtBox {
    position: absolute;
    top: 63%;
    left: 0;
    transform: translateY(-50%);
    width: 55%;
  }

  .vectorBox .txtBox .column{
		font-size: 12px;
	}

  .vector .text-center img{
    margin-top: 43px;
  }

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

  .vcu{
    padding: 30px 0;
  }
  .vcu .sensor{
    font-size: 10px;
  }

  .vcuBox .txtBox .column h3{
		font-size: 16px;
  }

  .vcuBox .txtBox .column p{
		font-size: 10px;
  }

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

  .vcu .text-center.desc.text-white{
    font-size: 10px;
  }

  .vcuBox .text-center img{
    margin: 50px 0 30px 0;
    padding-top: 100px;
  }

  .vcuBox .text-center02 img{
    margin: 0 auto;
    margin-top: 95px;
    width: 70%;
  }

  .vcuBox .txtBox02 {
    left: 0;
    transform: translateY(65%);
  }

  .vcuBox .txtBox02 .item h3{
    font-size: 11px;
    text-align: center;
  }

  .vcuBox .txtBox02 .item .desc{
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
  }

  .vcuBox .txtBox02 .item .desc2{
    font-size: 12px;
    text-align: center;
  }

  .control{
    padding-top: 30px;
  }

  .control .inner{
    margin: 0;
    padding: 0;
    width: 95%;
  }

  .control .txtBox h3{
		font-size: 15px;
  }

  .control .txtBox p{
		font-size: 10px;
  }

  .control .txtBox {
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
  }

  .control .text-center img{
    margin-top: 30px;
  }

  .display{
    padding: 50px 0 20px 0;
  }

  .display .ttl.text-center.text-white{
		font-size: 15px;
    margin-bottom: 10px;
	}

  .display .desc.text-center.text-white{
		font-size: 10px;
	}

  .display .image img{
    margin-top: 90px;
  }

  .riding{
    padding: 40px 0;
  }

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

  .riding .inner .ttl.text-center{
    font-size: 15px;
    margin: 10px 0 20px 0;
  }

  .riding .inner .desc.text-center{
    font-size: 10px;
    margin: 0 40px;
  }

  .riding .image img{
    margin-top: 90px;
  }

  .cbs{
    padding: 10px 0;
  }

  .cbs .image img{
    margin-top: 40px;
  }

  .cbs .inner .ttl.text-center{
    font-size: 15px;
    margin-bottom: 10px;
  }

  .cbs .inner .desc.text-center{
    font-size: 10px;
  }

  .lock{
    padding: 10px 0;
  }

  .lock .image img{
    margin-top: 40px;
  }

  .lock .inner .ttl.text-center{
    font-size: 15px;
    margin-bottom: 10px;
  }

  .lock .inner .desc.text-center{
    font-size: 10px;
    margin-bottom: -30px;
  }

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

  .paint .txtBox .ttl.text-center.text-white{
		font-size: 15px;
    margin-bottom: 10px;
	}

  .paint .txtBox .desc.text-center.text-white{
		font-size: 10px;
	}

  .paint .txtBox {
    position: absolute;
    top: 70%;
    left: 0;
    transform: translateY(-50%);
    width: 95%;
  }

  .paint img{
    margin-top: 100px;
  }

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

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

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

  /* .spec .font-weight-bold.text-center{
    margin-bottom: -85px;
  } */

  .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: 15px;
  }

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

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

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

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

  section.youtube {
    margin: 70px 0 30px 0;
  }

}

#tromox_ukkos .inc_option_list li{
  gap: 1rem;
}

.inc_option_list {
  margin-top: 0;
}

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

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

.inc_option_list li .txt {
  margin-bottom: auto;
  margin-top: 10px;
}

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

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

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

.inc_option_list li .txt .price {
  margin-top: 30px;
  font-size: 1.4em;
  font-size: 20px;
}

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

.inc_option_list li .txt .price::after {
  content: '(税込)';
  padding-left: .2em;
  font-size: .8em;
}

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

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

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

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

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

  .inc_option_list li .txt .price {
    margin-top: 10px;
  }

  .inc_option_list li {
    padding: 10px 0;
  }

  .inc_option_list li .txt .menu a {
    font-size: 14px;
  }
}