@charset "UTF-8";
/* common
---------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  /*
    scroll-behavior: smooth;
    scroll-padding-top: calcVw(102px);
  */
}

body {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 1.5;
  color: #3c3c3c;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
}
body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

a {
  color: #3c3c3c;
  text-decoration: underline;
  overflow: hidden;
  outline: none;
  transition: all 0.3s ease;
}
a:active {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

sup {
  font-size: 60%;
  vertical-align: top;
}

.center {
  text-align: center;
}

.notes-txt {
  font-size: 2.6666666667vw;
  margin: 0.5em 0 0 0;
}
.notes-txt li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.link-arrow {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 1em 0 0;
  position: relative;
}
.link-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6666666667vw 0 0.6666666667vw 1.2vw;
  border-color: transparent transparent transparent #3c3c3c;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.js-accordion > dd {
  display: none;
}

.tab-contents {
  display: none;
}

/* header
---------------------------------------------------- */
.header {
  width: 100%;
  height: 13.6vw;
  padding: 0 5.0666666667vw;
  border-bottom: 1px solid #9c9c9c;
  background: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__logo {
  width: 26.5333333333vw;
  line-height: 1;
}
.header__logo img {
  vertical-align: top;
}
.header .menubtn {
  position: absolute;
  top: 1.3333333333vw;
  right: 3.6vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
.header .menubtn .line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.0666666667vw;
  height: 1.0666666667vw;
  background-color: #286bb4;
  border-radius: 0.5333333333vw;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.header .menubtn .line::before, .header .menubtn .line::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 9.0666666667vw;
  height: 1.0666666667vw;
  background-color: #286bb4;
  border-radius: 0.5333333333vw;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.header .menubtn .line::before {
  top: -2.2666666667vw;
}
.header .menubtn .line::after {
  top: 2.2666666667vw;
}
.header .menubtn.active .line {
  background-color: transparent;
}
.header .menubtn.active .line::before {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}
.header .menubtn.active .line::after {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}

.menunav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  padding-top: 13.3333333333vw;
  background-color: rgba(255, 255, 255, 0.95);
}
.menunav ul li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.menunav ul li a {
  display: block;
  padding: 4vw;
  font-size: 4vw;
  text-decoration: none;
}

/* application
---------------------------------------------------- */
/* notes
---------------------------------------------------- */
.notes {
  background: #e6e6e6;
  padding: 4.6666666667vw 5.0666666667vw 10.6666666667vw;
  font-size: 2.9333333333vw;
}
.notes__dl01 dt:not(:nth-of-type(1)) {
  margin: 1.2em 0 0 0;
}
.notes__no {
  margin: 5.3333333333vw 0;
}
.notes__dl02 dt {
  background: #fff;
  line-height: 4.8vw;
}
.notes__dl02 dt:not(:nth-of-type(1)) {
  margin: 5.0666666667vw 0 0 0;
}
.notes__dl02 dd {
  padding: 1.3333333333vw 0 0 0;
}
.notes__dl02 ul {
  display: flex;
  justify-content: center;
  margin: 0.6666666667vw 0 0 0;
}
.notes__dl02 li {
  line-height: 1;
}
.notes__dl02 li:not(:first-child) {
  border-left: 1px solid #3c3c3c;
  padding: 0 0 0 1.3333333333vw;
  margin: 0 0 0 1.3333333333vw;
}
.notes__dl02Company {
  font-weight: bold;
}
.notes__copyright {
  margin: 7.3333333333vw 0 0 0;
  text-align: center;
}
.notes__bicycle {
  margin: 0 0 4vw 0;
}
.notes__bicycle li:not(:first-child) {
  margin: 1.5em 0 0 0;
}

/* cv-loppi
---------------------------------------------------- */
.cv-loppi {
  padding: 5.0666666667vw 0;
}
.cv-loppi.floating {
  padding: 2.6666666667vw 0;
}
.cv-loppi__txt01 {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1;
}
.floating .cv-loppi__txt01 {
  font-size: 2.9333333333vw;
}
.cv-loppi__btn {
  width: 89.8666666667vw;
  margin: 2.6666666667vw auto 0 auto;
}
.floating .cv-loppi__btn {
  margin: 1.3333333333vw auto 0 auto;
}
.cv-loppi__btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 14.6666666667vw;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  background: #286bb4;
  border-radius: 100vh;
  box-shadow: 0px 1.0666666667vw 0px 0px rgb(29, 78, 130);
  position: relative;
}
.floating .cv-loppi__btn a {
  height: 10.6666666667vw;
}
.cv-loppi__btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4666666667vw 0 1.4666666667vw 2.5333333333vw;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 5.8666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
.cv-loppi__btn a > span {
  display: block;
  width: 100%;
}
.cv-loppi__btn a > span:nth-child(1) {
  font-size: 5.0666666667vw;
}
.floating .cv-loppi__btn a > span:nth-child(1) {
  font-size: 4.5333333333vw;
}
.cv-loppi__btn a > span:nth-child(2) {
  font-size: 3.2vw;
}
.floating .cv-loppi__btn a > span:nth-child(2) {
  font-size: 2.1333333333vw;
}
.cv-loppi__link {
  margin: 3.3333333333vw 0 0 0;
}
.cv-loppi__link li:not(:first-child) {
  margin: 1.3333333333vw 0 0 0;
}
.cv-loppi__link a {
  font-size: 3.2vw;
}
.cv-loppi.floating {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.cv-loppi.floating ul {
  display: flex;
  justify-content: space-evenly;
}
.cv-loppi.floating ul li:not(:first-child) {
  margin: 0;
}

/* modal
---------------------------------------------------- */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 5.3333333333vw;
  line-height: 1.35;
  font-feature-settings: "palt";
}
.modal .modaloverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
body.displayQR .modal .modaloverlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.modal .inner {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-height: 100%;
  padding: 10.6666666667vw 4.6666666667vw 5.3333333333vw;
  overflow: auto;
  background-color: #fff;
  pointer-events: all;
  transform: translateY(-50%);
}
.modal .content h2 {
  margin-bottom: 2.6666666667vw;
  color: #286bb4;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
}
.modal .content h2.motorcycle {
  color: #57a745;
}
.modal .content h3 {
  margin-bottom: 2.6666666667vw;
  text-align: center;
}
.modal .content h3 strong {
  display: inline-block;
  min-height: 8vw;
  padding: 1.3333333333vw 4vw;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  background-color: #286bb4;
  border-radius: 6.6666666667vw;
}
.modal .content h4 {
  margin-bottom: 2.6666666667vw;
  font-size: 3.2vw;
  font-weight: 700;
}
.modal .content h4.center {
  text-align: center;
}
.modal .content h4 strong {
  font-size: 4vw;
}
.modal .content p {
  font-size: 2.9333333333vw;
  line-height: 1.5;
}
.modal .content p + p {
  margin-top: 3.3333333333vw;
}
.modal .content dl + dl {
  margin-top: 6vw;
}
.modal .content dl dt {
  margin-bottom: 2vw;
  color: #286bb4;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.modal .content .disc {
  margin-top: 3.3333333333vw;
  font-size: 2.9333333333vw;
}
.modal .content .disc li {
  position: relative;
  padding-left: 1em;
}
.modal .content .disc li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 0.25em;
  height: 0.25em;
  background-color: #3c3c3c;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.modal .content .notes {
  margin-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
  background: #fff;
  padding: 0;
}
.modal .content .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.modal .content .notes li::before {
  content: "※";
}
.modal .content .numnotes {
  margin-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
}
.modal .content .numnotes li {
  padding-left: 1.875em;
  text-indent: -1.875em;
}
.modal .content .attention {
  margin-top: 6.6666666667vw;
  padding: 2.6666666667vw;
  border: solid 0.2666666667vw #e5e5e5;
  border-radius: 2.6666666667vw;
}
.modal .content .attention p {
  margin-bottom: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.modal .content .attention .disc {
  margin-top: 0;
  font-size: 3.2vw;
}
.modal .content hr {
  display: block;
  position: relative;
  width: 100%;
  height: 0.2666666667vw;
  margin: 4vw 0 5.3333333333vw;
  background-color: #e5e5e5;
}
.modal .content .modalqr-img {
  display: block;
  width: 80%;
  margin: auto;
}
.modal .close {
  margin-top: 5.3333333333vw;
  text-align: center;
}
.modal .close .modalclose {
  position: relative;
  display: inline-block;
  padding-left: 1.25em;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.modal .close .modalclose::before, .modal .close .modalclose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 0.4vw;
  height: 1em;
  background-color: #3c3c3c;
}
.modal .close .modalclose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .close .modalclose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* loppi
---------------------------------------------------- */
.loppi {
  padding: 4vw 5.0666666667vw 5.3333333333vw 5.0666666667vw;
  background: #dfe9f4;
}
.loppi__copy {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  margin: 2vw 0 0 0;
}
.loppi__tab {
  display: flex;
  justify-content: space-between;
  margin: 4vw 0 0 0;
}
.loppi__tab li {
  width: 43.6vw;
  height: 14.2666666667vw;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #cdcdcd;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.loppi__tab li.is-active {
  background: #fff;
  color: #286bb4;
}
.loppi__box {
  background: #fff url(../common/img/loppi-illust.png) no-repeat 50% 100%;
  background-size: 32.9333333333vw auto;
  padding: 6vw 5.3333333333vw 25.3333333333vw 5.3333333333vw;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}
main.bicycle .loppi__box {
  background: #fff url(../../common/img/loppi-illust.png) no-repeat 50% 100%;
  background-size: 32.9333333333vw auto;
}
.loppi h2 + .loppi__box {
  margin: 5.3333333333vw 0 0 0;
}
.loppi__txt01 {
  font-size: 3.4666666667vw;
  font-weight: bold;
  line-height: 1.2;
  color: #f36500;
  margin: 0 0 3.3333333333vw 0;
}
.loppi__txt02 {
  font-size: 3.4666666667vw;
  font-weight: bold;
  line-height: 1.3;
}
.loppi__notes01 {
  font-size: 2.6666666667vw;
  line-height: 1.3;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 1.3333333333vw 0 0 0;
}
.loppi__notes02 {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.3;
  color: #286bb4;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 1.3333333333vw 0 0 0;
}
.loppi__thumb {
  width: 55.3333333333vw;
  margin: 1.3333333333vw 0 0 0;
}
.loppi ol li {
  padding: 0 0 0 12vw;
  position: relative;
}
.loppi ol li:not(:first-child) {
  margin: 8.5333333333vw 0 0 0;
}
.loppi ol li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.6666666667vw;
}
.loppi ol li:nth-child(1)::after {
  width: 8vw;
  height: 7.0666666667vw;
  background: url(../common/img/loppi-no01.png) no-repeat;
  background-size: 100%;
}
main.bicycle .loppi ol li:nth-child(1)::after {
  background: url(../../common/img/loppi-no01.png) no-repeat;
  background-size: 100%;
}
.loppi ol li:nth-child(2)::after {
  width: 8.9333333333vw;
  height: 7.3333333333vw;
  background: url(../common/img/loppi-no02.png) no-repeat;
  background-size: 100%;
}
main.bicycle .loppi ol li:nth-child(2)::after {
  background: url(../../common/img/loppi-no02.png) no-repeat;
  background-size: 100%;
}
.loppi ol li:nth-child(3)::after {
  width: 8.9333333333vw;
  height: 7.4666666667vw;
  background: url(../common/img/loppi-no03.png) no-repeat;
  background-size: 100%;
}
main.bicycle .loppi ol li:nth-child(3)::after {
  background: url(../../common/img/loppi-no03.png) no-repeat;
  background-size: 100%;
}
.loppi ol li:nth-child(4)::after {
  width: 9.0666666667vw;
  height: 8.1333333333vw;
  background: url(../common/img/loppi-no04.png) no-repeat;
  background-size: 100%;
}
main.bicycle .loppi ol li:nth-child(4)::after {
  background: url(../../common/img/loppi-no04.png) no-repeat;
  background-size: 100%;
}

/* bicycle
---------------------------------------------------- */
.bicycle .product__ttl01 {
  background: #ffb700;
}
.bicycle__meritNo1 {
  margin-top: 3vw;
  position: relative;
}
.bicycle__meritNo1Link {
  width: 27.6vw;
  position: absolute;
  bottom: 2.8vw;
  right: 5.6vw;
}
.bicycle__meritAccident {
  margin: 2.6666666667vw 0 0 0;
}
.bicycle__priceTxt01 {
  font-size: 3.4666666667vw;
  font-weight: bold;
  margin: 1.3333333333vw 0 0 0;
}
.bicycle__tab {
  display: flex;
  justify-content: space-between;
  margin: 5.3333333333vw 0 0 0;
}
.bicycle__tab li {
  width: 38.2666666667vw;
  height: 14.1333333333vw;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #cdcdcd;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bicycle__tab li.is-active {
  background: #feefe5;
  color: #f36500;
}
.bicycle__box {
  background: #feefe5;
  padding: 4vw 2.6666666667vw;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}
.bicycle__priceList {
  display: flex;
  justify-content: space-between;
}
.bicycle__priceList li {
  width: 24vw;
}
.bicycle__priceMyself {
  margin: 2.6666666667vw 0 0 0;
}
.bicycle__priceMyself h3 {
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 2vw 0;
}
.bicycle__priceMyself h3:not(:nth-of-type(1)) {
  margin-top: 4vw;
}
.bicycle__mandatory h2 {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  color: #f36500;
}
.bicycle__mandatoryTxt01 {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1;
  margin: 2.4vw 0 3.2vw 0;
}
.bicycle__priceContent {
  margin: 4.6666666667vw 0 0 0;
}
.bicycle__priceContent h3 {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.3;
  color: #f36500;
  margin: 0 0 2vw 0;
}
.bicycle__priceContent .notes-txt {
  margin-top: 1.5em;
}
.bicycle__priceContent .notes-txt > li:not(:first-child) {
  margin: 0.5em 0 0 0;
}
.bicycle__flowPoint {
  margin: 5.6vw 0 0 0;
}
.bicycle__flowPoint li {
  padding: 2vw 3.3333333333vw 2vw 22.9333333333vw;
  border: 1px solid #f36500;
  border-radius: 2.6666666667vw;
  background: url(../../common/img/bicycle-img17.png) no-repeat 0 50%;
  background-size: 19.2vw auto;
}
.bicycle__flowPoint li:not(:first-child) {
  margin: 2.6666666667vw 0 0 0;
}
.bicycle__flowPoint p:not(.notes-txt) {
  font-size: 3.4666666667vw;
  font-weight: bold;
  line-height: 1.3;
}

.anchor-wrap {
  position: relative;
}

.anchor {
  position: absolute;
  top: -13.6vw;
  left: 0;
}

/* fv
---------------------------------------------------- */
.fv {
  margin: 13.6vw 0 0 0;
}
.fv h1 {
  position: relative;
  z-index: -1;
}
.fv__btn {
  width: 37.3333333333vw;
  position: absolute;
}
.fv__bike {
  margin: -5.3333333333vw 0 0 0;
  position: relative;
  padding-bottom: 10vw;
  background: linear-gradient(180deg, rgba(87, 167, 69, 0) 0%, rgb(87, 167, 69) 50%);
}
.fv__bike .fv__btn {
  bottom: 23.3333333333vw;
  right: 29.3333333333vw;
}
.fv__tyoinori {
  margin: -10vw 0 0 0;
  position: relative;
}
.fv__tyoinori .fv__btn {
  bottom: 6.8vw;
  left: 6.2666666667vw;
}
.fv__bicycle {
  margin: -3.4666666667vw 0 0 0;
  position: relative;
}
.fv__bicycle .fv__btn {
  bottom: 13.3333333333vw;
  right: 16.6666666667vw;
}
.fv__notes {
  width: 49.3333333333vw;
  position: absolute;
  bottom: 19.7333333333vw;
  right: 7.7333333333vw;
}
.fv__link a {
  font-size: 3.2vw;
  line-height: 11.3333333333vw;
}

/* product
---------------------------------------------------- */
.product {
  padding: 0 5.0666666667vw 5.3333333333vw 5.0666666667vw;
  position: relative;
}
.product h2 {
  margin: 0 0 3.6vw 0;
}
.product__box {
  padding: 4vw 5.3333333333vw;
  background: #fff;
  border-radius: 4vw;
}
.product__box:not(:nth-of-type(1)) {
  margin: 4vw 0 0 0;
}
.product .bike__box01 {
  margin: 4vw 0 0 0;
}
.product__ttl01 {
  min-height: 8vw;
  padding: 1.3333333333vw 0;
  font-size: 4.5333333333vw;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 4vw 0;
}

/* bike
---------------------------------------------------- */
.bike {
  background: #57a745;
}
.bike h2 {
  position: relative;
  top: -0.6666666667vw;
  margin-bottom: 2.9333333333vw;
}
.bike .product__ttl01 {
  background: #57a745;
}
.bike .product__ttl01 + .notes {
  color: #57a745;
  color: #999;
  font-weight: bold;
  text-align: center;
  margin: -1em auto 1em;
  padding: 0;
  background: none;
  font-size: 2.6666666667vw;
}
.bike__meritList {
  position: relative;
}
.bike__meritTxt01 {
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.2;
}
.bike__meritTxt01 span {
  font-size: 4.2666666667vw;
  color: #57a745;
}
.bike__meritBtn {
  width: 30.9333333333vw;
  position: absolute;
  bottom: 0;
  right: 2.8vw;
}
.bike__meritBtn a {
  display: block;
  font-size: 2.9333333333vw;
  font-weight: bold;
  text-decoration: none;
  line-height: 5.4666666667vw;
  border: 1px solid #3c3c3c;
  border-radius: 100vh;
  position: relative;
}
.bike__meritBtn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6666666667vw 0 0.6666666667vw 1.2vw;
  border-color: transparent transparent transparent #57a745;
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
}
.bike__present {
  margin: 3.3333333333vw 0 0 0;
}
.bike__present a {
  display: inline-block;
}
.bike__price .tabs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 3.3333333333vw auto 0;
}
.bike__price .tabs .tab {
  flex-basis: 48.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.6666666667vw 0 1.3333333333vw;
  color: #fff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  background-color: #ccc;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  transition: all 0.5s ease-in-out;
}
.bike__price .tabs .tab.active {
  color: #57a745;
  background-color: #fff;
}
.bike__price .panel {
  border-radius: 0 0 4vw 4vw;
  border-radius: 4vw;
  display: none;
}
.bike__price .panel.active {
  display: block;
}
.bike__price table {
  width: 100%;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #c1c1c1;
}
.bike__price th,
.bike__price td {
  padding: 1.3333333333vw 0;
}
.bike__price th {
  white-space: nowrap;
  vertical-align: middle;
}
.bike__price td {
  font-size: 3.7333333333vw;
  text-align: center;
}
.bike__price tr:nth-of-type(1) th {
  font-size: 3.2vw;
  padding-bottom: 14.6666666667vw;
}
.bike__price tr:nth-of-type(1) th:nth-child(2) {
  background: url("../img/type1.svg") no-repeat 50% 95%/auto 13.3333333333vw;
}
.bike__price tr:nth-of-type(1) th:nth-child(3) {
  background: url("../img/type2.svg") no-repeat 50% 95%/auto 13.3333333333vw;
}
.bike__price tr:nth-of-type(1) th:nth-child(4) {
  background: url("../img/type3.svg") no-repeat 50% 95%/auto 13.3333333333vw;
}
.bike__price tr:not(:nth-of-type(1)) th {
  font-size: 3.2vw;
  color: #57a745;
}
.bike__price tr:not(:nth-of-type(1)) th,
.bike__price tr:not(:nth-of-type(1)) td {
  border-top: 1px solid #c1c1c1;
}
.bike__priceTxt01 {
  font-size: 2.9333333333vw;
}
.bike__priceTxt02 {
  font-size: 3.2vw;
}
.bike__riskTxt01 {
  font-size: 4.5333333333vw;
  font-weight: bold;
  line-height: 1.3;
  color: #57a745;
  margin: 3.3333333333vw 0 0 0;
}

/* tyoinori
---------------------------------------------------- */
.tyoinori {
  background: #286bb4;
  padding-top: 5.6vw;
}
.tyoinori .product__ttl01 {
  background: #286bb4;
}
.tyoinori__merit .notes-txt {
  margin: 1em 0 0 0;
  padding: 0 4.6666666667vw;
}
.tyoinori__meritImg {
  margin: 5.3333333333vw 0 0 0;
}
.tyoinori__priceTxt01 {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1;
}
.tyoinori__priceBox {
  background: #dfe9f4;
  border-radius: 2.8vw;
  margin: 3.0666666667vw 0 0 0;
  padding: 4vw 2.6666666667vw;
}
.tyoinori__pricePlan {
  display: flex;
  justify-content: space-between;
}
.tyoinori__pricePlan li {
  width: 24vw;
}
.tyoinori__priceDetail {
  margin: 3.3333333333vw 0 0 0;
  text-align: center;
}
.tyoinori__priceDetail dt {
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #286bb4;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-right: 4vw;
}
.tyoinori__priceDetail dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.7333333333vw 0 1.7333333333vw 2.9333333333vw;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #286bb4;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.tyoinori__priceDetail dt.is-active::after {
  transform: translateY(-50%) rotate(90deg);
}
.tyoinori__priceDetail dd {
  padding: 4.6666666667vw 0 0 0;
}
.tyoinori__priceScene {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}
.tyoinori__priceScene .flexCenter {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  margin: 1.3333333333vw 0 -1.3333333333vw 0;
}
.tyoinori__priceScene .h3,
.tyoinori__priceScene .h4 {
  display: inline-block;
  font-size: 3.2vw;
  font-size: 2.6666666667vw;
  font-weight: 700;
  font-weight: 400;
  margin: 0;
  margin-left: 2.6666666667vw;
}
.tyoinori__priceScene .h3 strong,
.tyoinori__priceScene .h4 strong {
  font-size: 4vw;
  font-size: 3.2vw;
  font-weight: 400;
}
.tyoinori__priceScene > li:not(:first-child) {
  margin: 3.3333333333vw 0 0 0;
  margin: 5.3333333333vw 0 0 0;
}
.tyoinori__priceScene > li ul {
  display: flex;
  justify-content: space-between;
  margin: 2.6666666667vw 0 0 0;
}
.tyoinori__priceScene > li ul li {
  width: 24vw;
  min-height: 10.4vw;
  font-size: 5.0666666667vw;
  font-weight: normal;
  padding: 2vw 0;
  background: #fff;
  border-radius: 2.6666666667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tyoinori__priceScene > li ul li:nth-child(1) {
  color: #008bf7;
}
.tyoinori__priceScene > li ul li:nth-child(2) {
  color: #57a745;
}
.tyoinori__priceScene > li ul li:nth-child(3) {
  color: #f36500;
}
.tyoinori__priceScene > li ul li span {
  display: block;
  width: 100%;
  font-size: 2.9333333333vw;
  line-height: 1.13;
}
.tyoinori__priceSceneWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tyoinori__priceSceneWrap p:not(.tyoinori__priceQuestion)::before {
  content: "";
  width: 0.3em;
  height: 1.4em;
  background: #286bb4;
  display: inline-block;
  margin: 0 0.5em -0.4em 0;
}
.tyoinori__priceQuestion {
  width: 4.2666666667vw;
}
.tyoinori__priceSceneTxt01 {
  font-size: 2.9333333333vw;
  font-weight: normal;
  margin: 0 auto 5.3333333333vw;
  font-size: 2.6666666667vw;
  text-align: right;
  text-align: center;
}

/* bicycle
---------------------------------------------------- */
.bicycle {
  background: #f7e200;
}
.bicycle h2 {
  position: relative;
  top: -3.7333333333vw;
  margin-bottom: 0;
}

/* cv
---------------------------------------------------- */
.cv {
  padding: 5.0666666667vw 0;
}
.cv__txtWh {
  color: #fff;
}
.cv__txt01 {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
}
.bike .cv__txt01, .tyoinori .cv__txt01 {
  color: #fff;
}
.cv__btn {
  width: 89.8666666667vw;
  margin: 2.6666666667vw auto 0 auto;
}
.cv__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 14.6666666667vw;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  background: #f36500;
  border-radius: 100vh;
  box-shadow: 0px 1.0666666667vw 0px 0px rgb(217, 76, 0);
  position: relative;
}
.cv__btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4666666667vw 0 1.4666666667vw 2.5333333333vw;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 5.8666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
.cv__link {
  margin: 3.3333333333vw 0 0 0;
}
.cv__link a {
  font-size: 3.2vw;
}
.bike .cv__link a, .tyoinori .cv__link a {
  color: #fff;
}

/* qa
---------------------------------------------------- */
.qa {
  padding: 8vw 5.0666666667vw;
}
.qa h2 {
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  line-height: 8vw;
  background: #286bb4;
  border-radius: 100vh;
}
.qa h3 {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1;
}
.qa dl {
  margin: 4vw 0 0 0;
}
.qa dt {
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 0 0 6.6666666667vw;
  position: relative;
}
.qa dt::before {
  content: "Q";
  font-size: 5.3333333333vw;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -0.3em;
}
.qa dt:not(:nth-of-type(1)) {
  margin: 6vw 0 0 0;
}
.qa dd {
  font-size: 3.2vw;
  line-height: 1.5;
  padding: 0 0 0 6.6666666667vw;
  margin: 4.6666666667vw 0 0 0;
  position: relative;
}
.qa dd::before {
  content: "A";
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #f36500;
  position: absolute;
  left: 0;
  top: -0.3em;
}
.qa__list > li {
  padding: 5.3333333333vw;
  margin: 5.3333333333vw 0 0 0;
  border-radius: 4vw;
}
.qa__bike {
  background: #eef6ec;
}
.qa__bike h3,
.qa__bike dt::before {
  color: #57a745;
}
.qa__tyoinori {
  background: #e9f0f7;
}
.qa__tyoinori h3,
.qa__tyoinori dt::before {
  color: #286bb4;
}
.qa__bicycle {
  background: #fefbe0;
}
.qa__bicycle h3,
.qa__bicycle dt::before {
  color: #f36500;
}
.qa__bicycle dd::before {
  color: #286bb4;
}
.qa__all {
  background: #f4f4f4;
}
.qa__all h3,
.qa__all dt::before {
  color: #286bb4;
}

/* floating-btn
---------------------------------------------------- */
.floating-btn {
  position: fixed;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  z-index: 100;
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  display: none;
}
.floating-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 3.2vw;
  font-weight: bold;
  color: #fff;
  background: #0068b7;
  border: 1px solid #fff;
  border-radius: 100vh;
}

/* info
---------------------------------------------------- */
#info section {
  margin: 2% auto 1%;
  width: 98vw;
}
#info .info_inner {
  padding: 7px 5px 2px 5px;
  border: 2px solid #f00;
  border-radius: 10px;
  text-align: center;
}
#info .info_inner p {
  font-size: 11px;
  color: #f00;
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin: 0 0 5px 0;
}
#info .info_inner p .small {
  font-size: 9px;
}
#info .info_inner + .info_inner {
  margin-top: 10px;
}/*# sourceMappingURL=top.css.map */