@charset "utf-8";

/* CSS Document */
body {
  margin: 0;
  padding: 0;
}

.tsx_body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

section:not(.price.option_list) image {
  margin: 0;
  padding: 0;
}

section.mv {
  padding-top: 122px;
  background: #202020;
  text-align: center;
}

section.mv h1 {
  text-align: center;
}

section.mv h1 img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1204px;
  margin: 0 auto;
}

section:not(.price.option_list) h2 {
  padding-bottom: 1em;
  font-size: 2em;
  font-weight: 600;
}

section:not(.price.option_list) figure.sp {
  display: none;
}

section.headlight {
  text-align: center;
  width: 100%;
  height: auto;
  background: #f1f1f1 url("../images/light_back.jpg") no-repeat;
  background-position: 80% top;
  background-size: auto 100%;
}

section:not(.price.option_list) .txt {
  width: 50%;
  padding: 10em 0 10em 6%;
}

section.headlight .txt .inner {
  display: flex;
  justify-content: center;
}

section.headlight .txt .inner article {
  width: 32%;
  max-width: 170px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0.5em 0;
  margin-right: 10px;
}

section.headlight .txt .inner article p, section.motor .txt .inner article p, section.autonomy .txt .inner article p {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}

section.headlight .txt .inner article p span, section.motor .txt .inner article p span, section.autonomy .txt .inner article p span {
  display: block;
  font-size: 0.6em;
  font-weight: 400;
}

.beam {
  background-color: #161616;
  text-align: center;
}

.beam h3 {
  color: #fff;
  font-size: 1.2em;
  padding-top: 3em;
}

.beam div {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 1em 0 5em;
}

.beam article p {
  color: #fff;
  position: relative;
  line-height: 2em;
  text-indent: 2em;
  font-size: 0.9em;
}

.beam article p::before {
  position: absolute;
  left: 0;
  width: 2em;
  height: 2em;
  padding-right: 0.5em;
}

.beam article.high p::before {
  content: url("../images/light_high_icon.png");
}

.beam article.day p::before {
  content: url("../images/light_day_icon.png");
}

.beam article.low p::before {
  content: url("../images/light_low_icon.png");
}

section.motor {
  width: 100%;
  height: auto;
  background: #fafafa url("../images/motor_back.jpg") no-repeat;
  background-position: 90% top;
  background-size: auto 90%;
}

section.motor div>p {
  line-height: 2em;
  padding-bottom: 2em;
  text-shadow: 0px 0px 2px #fff;
}

section.motor .txt .inner {
  display: flex;
  justify-content: flex-start;
}

section.motor .txt .inner article {
  width: 22%;
  border-right: 1px solid #000;
  padding: 0.5em;
}

section.motor .txt .inner article:last-child {
  border-right: none;
}

section.points_4 {
  display: flex;
  flex-wrap: wrap;
}

section.points_4 article {
  width: 50%;
  padding: 4em 4em 20em;
}

section.points_4 article h3 {
  font-size: 1.5em;
  font-weight: 600;
  padding-bottom: 1em;
}

section.points_4 article p {
  line-height: 2em;
}

section.points_4 article.taillight {
  background: url("../images/taillight_back.jpg") no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}

section.points_4 article.taillight p {
  color: #000;
  text-shadow: 0px 0px 3px #fff;
}

section.points_4 article.controller {
  background: #1f1f1f url("../images/controller_back.jpg") no-repeat;
  background-size: cover;
  background-position: bottom left;
  color: #fff;
}

section.points_4 article.frontsuspention {
  background: #1f1f1f url("../images/frontsuspension_back.jpg") no-repeat;
  background-size: cover;
  background-position: bottom left;
  color: #fff;
}

section.points_4 article.rearsuspention {
  background: url("../images/rearsuspension_back.jpg") no-repeat;
  background-size: cover;
  background-position: bottom left;
  text-shadow: 0px 0px 3px #fff;
  padding-bottom: 0;
}

section.points_4 article.rearsuspention p {
  width: 50%;
}

section.splitframe {
  width: 100%;
  height: auto;
  background: #2b2b2b url("../images/splitframe_back.jpg") no-repeat;
  background-position: 10% top;
  background-size: contain;
  color: #fff;
}

section.splitframe div {
  margin-left: 42%;
}

section.autonomy {
  width: 100%;
  height: auto;
  background: #131313 url("../images/160km_back.jpg") no-repeat;
  background-position: 90% bottom;
  background-size: auto 90%;
  color: #fff;
}

section.autonomy .txt {
  width: 50%;
}

section.autonomy .txt>p, section.coating .txt>p {
  line-height: 2em;
}

section.autonomy .txt .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 3em;
}

section.autonomy .txt .inner article {
  width: 30%;
  padding: 0.5em;
}

section.coating {
  width: 100%;
  height: auto;
  background: #000 url("../images/coating_back.jpg") no-repeat;
  background-position: 0% bottom;
  background-size: auto 90%;
  color: #fff;
}

section.coating .txt {
  width: 50%;
  margin-left: 45%;
}

section.img {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

section.img img {
  width: 25%;
  height: auto;
  align-self: start;
}

section.spec h2, section.color h2 {
  font-size: 3em;
  text-align: center;
}

section.spec, section.color {
  padding-top: 7em;
}

section.spec .inner {
  width: 55%;
  margin: 0 auto;
}

section.spec dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: .9em;
  border-bottom: none;
}

section.spec dl dt {
  width: 20%;
  padding: 1.2em 1em;
  color: #222;
  border-bottom: 1px solid #888;
}

section.spec dl dd {
  width: 30%;
  padding: 1.2em 1em;
  border-bottom: 1px solid #888;
}

section.spec .right_txt {
  text-align: left;
  padding-top: 0.5em;
  font-size: 0.8em;
}

section.color {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

section.color img {
  width: 100%;
}

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

.tsx_body .color .swiper-slide img {
  max-width: 100%;
}

.tsx_body .color .swiper-slide p {
  font-size: 1.4em;
}

div .grade {
  margin-top: 40px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

div .bike_price {
  margin: 20px 0;
  text-align: center;
  font-size: 1.6em;
}

div .bike_price span {
  font-size: 0.5em;
  display: inline-block;
  /*padding: 0.5em 1em;
	border: 1px solid #000;*/
}

div .bike_price span::before {
  content: "- "
}

div .bike_price span::after {
  content: " -"
}

div .bike_price strong {
  padding: 0 .2em;
  font-size: 2.6em;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

div .bike_price small {
  font-size: 0.8em;
}

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

.tsx_body .tsx_buy {
  margin-top: 60px;
  text-align: center;
  padding-bottom: 2em;
}

.tsx_body .tsx_buy a {
  display: inline-block;
  width: 100%;
  max-width: 880px;
  padding: 1em;
  color: #fff;
  background-color: #ad1d28;
  border: 1px solid transparent;
}

.tsx_body .tsx_buy a:hover {
  color: #ad1d28;
  background-color: transparent;
  border-color: #ad1d28;
}

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

.reserve h2+p {
  color: #999;
  text-align: center;
}

.reserve table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

.reserve table tr>* {
  padding: 1em;
  border: 1px solid #888;
}

.reserve table thead th {
  background: #d7e2e3;
}

.reserve table tbody th::before {
  display: inline-block;
  content: '\f111';
  padding-right: .6em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: .8;
}

.reserve table tbody .sv::before {
  color: #5e5e60;
}

.reserve table tbody .bk::before {
  color: #000;
}

.reserve table tbody .rd::before {
  color: #cb0b0a;
}

.reserve table tbody .yl::before {
  color: #f79b07;
}

.reserve table td {
  text-align: center;
}

.reserve table td p.zaikoari {
  font-weight: bold;
  background: #f9fbe0;
}

.reserve table td p.zaikoari::before {
  content: '在庫有 残り';
  padding-right: .4em;
}

.reserve table td p.zaikoari::after {
  content: '台';
  padding-left: .4em;
}

.reserve>p {
  color: #999;
  font-size: .8em;
  text-align: center;
}

.buy_fixed {
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  word-break: break-all;
  color: #333;
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.con31-desc[data-v-dcdf0366] {
  font-size: 0.8em;
  width: 100%;
  margin-left: -.133333rem;
  color: #999;
  text-align: left;
}

.section31 .con31-desc p span[data-v-dcdf0366] {
  flex-grow: 1;
  line-height: 26px;
}

.buy_inner {
  width: 80%;
  max-width: 880px;
  margin: 0 auto;
}

.buy_fixed a {
  display: block;
  padding: 1em;
  color: #fff;
  font-size: .9em;
  text-align: center;
  background-color: rgba(223, 6, 31, .9);
}

.buy_fixed a:hover {
  background-color: rgba(224, 52, 101, 1);
}

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

@media screen and (max-width: 1200px) {
  section.headlight {
    background-position: 100% bottom;
    background-size: auto 100%;
  }

  .beam div {
    width: 80%;
  }

  section.motor {
    background-position: 100% top;
    background-size: auto 70%;
  }

  section.motor div>p {
    width: 80%;
  }

  section.motor .txt .inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  section.motor .txt .inner article {
    width: 80%;
    border-right: none;
    border-bottom: 1px solid #000;
  }

  section.motor .txt .inner article:last-child {
    border-bottom: none;
  }

  section.splitframe {
    background-position: 0% top;
  }

  section.autonomy {
    background-position: 100% bottom;
  }
}

@media screen and (max-width: 1000px) {
  section.motor {
    background-size: auto 60%;
  }

  section.autonomy {
    background-size: auto 60%;
  }

  section.points_4 article.rearsuspention {
    padding-bottom: 2em;
  }
}

@media only screen and (max-width: 959px) {
  section.mv {
    padding-top: 101px;
  }

  .buy_fixed {
    top: 59px;
    font-size: 14px;
  }
}

@media screen and (max-width: 870px) {
  section.headlight, section.motor, section.splitframe, section.autonomy, section.coating {
    background-image: none;
  }

  section:not(.price.option_list) .txt, section.autonomy .txt, section.coating .txt {
    width: 95%;
    padding: 5em 0 5em 6%;
  }

  section:not(.price.option_list) figure.sp {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }

  section:not(.price.option_list) figure.sp img {
    vertical-align: bottom;
  }

  section.headlight .txt .inner {
    flex-wrap: wrap;
  }

  section.headlight .txt .inner article {
    width: 80%;
    max-width: none;
    margin-bottom: 5px;
  }

  .beam div {
    width: 100%;
    padding: 1em 0 2.5em;
  }

  .beam article p {
    position: inherit;
    line-height: 0em;
    text-indent: 0em;
  }

  .beam article.high p::before {
    content: none;
  }

  .beam article.day p::before {
    content: none;
  }

  .beam article.low p::before {
    content: none;
  }

  section.motor .txt .inner {
    justify-content: center;
  }

  section.motor div>p {
    width: 100%;
  }

  section.motor .txt {
    padding-top: 0em;
  }

  section.points_4 article {
    width: 100%;
    background-size: 100% auto;
    padding: 4em 2em 15em;
  }

  section.points_4 article.rearsuspention {
    padding-bottom: 5em;
  }

  section.points_4 article.rearsuspention p {
    width: 50%;
  }

  section.splitframe div, section.coating .txt {
    margin-left: 0;
  }

  section.autonomy .txt .inner article {
    width: 50%;
  }

  section.img img {
    width: 50%;
    height: auto;
  }

  section.spec .inner {
    width: 80%;
  }

  section.spec dl dt {
    width: 35%;
    border-bottom: 1px solid #888;
  }

  section.spec dl dd {
    width: 65%;
    border-bottom: 1px solid #888;
  }

  .swiper-container[data-v-dcdf0366] {
    width: auto;
    height: auto;
  }

  div .bike_price {
    font-size: 1.2em;
  }

  div .bike_price strong {
    font-size: 2em;
  }

  .buy_inner {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .reserve table tr>* {
    display: block;
    width: 100%;
  }

  .reserve table tr th {
    border-bottom-style: dotted;
  }

  .reserve table tr td {
    border-top: 0;
  }
}

@media screen and (max-width: 450px) {
  section.points_4 article.rearsuspention p {
    width: 80%;
  }
}