@charset "utf-8";

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

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

section.mv h1 img {
  width: 100%;
  height: auto;
  display: block;
}

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:not(.price.option_list) .txt {
  width: 50%;
  padding: 10em 0 10em 6%;
}

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

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

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

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

section.motor .txt .inner article {
  width: 33%;
  padding: 0.5em 0;
}

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

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

section.range {
  width: 100%;
  height: auto;
  background: #fff url("../images/range_back.jpg") no-repeat;
  background-position: 0% center;
  background-size: 50% auto;
}

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

section.range .txt {
  margin-left: 45%;
}

section.range .txt .inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.5em 0;
}

section.range .txt .inner article {
  width: 50%;
  padding: 1em 0;
}

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

section.range .txt .inner article p small {
  color: #888;
  font-size: 0.5em;
  display: block;
  font-weight: 400;
}

section.lighting {
  background: #474747 url("../images/lighting_back.jpg") no-repeat;
  background-position: 90% bottom;
  background-size: contain;
  color: #fff;
}

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.foc {
  background: #eeeeee url("../images/foc_back.jpg") no-repeat;
  background-size: contain;
  background-position: bottom right;
}

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

section.points_4 article.tire {
  background: #f4f4f4 url("../images/tire_back.jpg") no-repeat;
  background-size: contain;
  background-position: top right;
  padding: 13em 4em 4em;
  text-shadow: 0px 0px 3px #fff;
}

section.points_4 article.tire p span {
  display: block;
  color: #888888;
  font-size: 0.9em;
}

section.points_4 article.tire p span:last-child {
  line-height: 1em;
}

section.points_4 article.rearcarrier {
  background: #f4f4f4 url("../images/rearcarrier_back.jpg") no-repeat;
  background-size: contain;
  background-position: -100px bottom;
  padding: 20em 0em 4em 20%;
  text-shadow: 0px 0px 3px #fff;
}

section.points_4 article.brake {
  background: #f1f1f1 url("../images/brake_back.jpg") no-repeat;
  background-size: contain;
  background-position: bottom right;
  text-shadow: 0px 0px 3px #fff;
  padding-bottom: 0;
}

section.points_4 article.reverse {
  background: #2f2f2f url("../images/reverse_back.jpg") no-repeat;
  background-size: contain;
  background-position: top left;
  color: #fff;
  padding: 15em 4em 4em;
}

section.points_4 article.usb {
  background: #fff url("../images/usb_back.jpg") no-repeat;
  background-size: auto 100%;
  background-position: top left;
  padding: 10em 2em 8.5em 20%;
  text-shadow: 0px 0px 3px #fff;
}

section.points_4 article.seat {
  background: #fff url("../images/seat_back.jpg") no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  text-shadow: 0px 0px 3px #fff;
}

section.points_4 article.space {
  background: #2b2b2b url("../images/space_back.jpg") no-repeat;
  background-size: contain;
  background-position: bottom right;
  color: #fff;
  text-shadow: 0px 0px 3px #2b2b2b;
  padding: 10em 4em 8.5em 4em;
}

section.lighting {
  text-align: center;
}

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;
  margin-top: 50px;
}

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: 50%;
}

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

.cpx_body .color .swiper-slide p {
	padding: 1em 0;
	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;
}

div .release {
  font-size: 0.7em;
  text-align: center;
}

.cpx_body .spec .news_btn {
  margin-top: 20px;
  text-align: center;
}

.cpx_body .spec .news_btn a {
  color: #666;
  text-decoration: underline;
}

.cpx_body .spec .news_btn a:hover {
  color: #e92c30;
}

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

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

.reserve table tbody .gy::before {
  color: #2E2E2E;
}

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

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

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

.buy_fixed {
  font-weight: 400;
  font-family: "Noto Sans Japanese";
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  word-break: break-all;
  color: #fff;
  padding: 10px;
  text-align: center;
  background-color: #333;
  opacity: 0.9;
  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;
  display: block;
  padding: 1em;
  color: #fff;
  font-size: .9em;
  text-align: center;
  background-color: rgba(0, 0, 0);
}

.buy_fixed a {

}

.buy_fixed a:hover {
  background-color: rgb(0, 0, 0);
}

@media screen and (max-width: 1200px) {
  section:not(.price.option_list) .txt {
    padding: 5em 2em 5em;
  }

  section.range {
    background-position: left center;
  }

  section.range .txt .inner {
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

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

@media screen and (max-width: 1000px) {
  section.motor {
    background-position: 100% center;
  }

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

@media only screen and (max-width: 959px) {

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

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

  section:not(.price.option_list) .txt, section.motor .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.range .txt .inner {
    justify-content: center;
  }

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

  section.range .txt {
    margin-left: 0;
  }

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

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

  section.points_4 article.rearcarrier {
    padding-left: 40%;
  }

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

  section.points_4 article.usb {
    padding-left: 40%;
  }

  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.brake p {
    width: 80%;
  }

  section.points_4 article.space h3 {
    width: 80%;
  }

  section.points_4 article.foc {
    padding-bottom: 22em;
  }

  section.points_4 article.tire {
    padding: 23em 2em 4em;
  }

  section.points_4 article.rearcarrier {
    padding: 4em 2em 25em;
    text-shadow: 0px 0px 3px #fff;
  }

  section.points_4 article.usb {
    padding-left: 20%;
  }
}