@charset "UTF-8";
html {
  font-size: 10px;
}
@media screen and (max-width: 500px) {
  html {
    font-size: 8.5px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

section {
  max-width: 1920px;
  margin: 0 auto;
}

section.fv {
  max-width: none;
  width: 100%;
}

.underline {
  text-decoration: underline;
}

.linkHoverStyle {
  cursor: pointer;
}
.linkHoverStyle:hover {
  opacity: 0.7;
}

.size-14 {
  font-size: 1.4rem;
}

.size-15 {
  font-size: 1.5rem;
}

.size-16 {
  font-size: 1.6rem;
}

.size-18 {
  font-size: 1.8rem;
}

.size-20 {
  font-size: 2rem;
}

.size-21 {
  font-size: 2.1rem;
}

.size-22 {
  font-size: 2.2rem;
}

.size-24 {
  font-size: 2.4rem;
}

.size-25 {
  font-size: 2.5rem;
}

.size-28 {
  font-size: 2.8rem;
}

.size-30 {
  font-size: 3rem;
}

.size-32 {
  font-size: 3.2rem;
}

.size-35 {
  font-size: 3.5rem;
}

.size-40 {
  font-size: 4rem;
}

@media screen and (max-width: 700px) {
  .size-14 {
    font-size: 1.4rem;
  }
  .size-15 {
    font-size: 1.5rem;
  }
  .size-16 {
    font-size: 1.6rem;
  }
  .size-18 {
    font-size: 1.8rem;
  }
  .size-20 {
    font-size: 2rem;
  }
  .size-21 {
    font-size: 2.05rem;
  }
  .size-22 {
    font-size: 2.1rem;
  }
  .size-24 {
    font-size: 2.15rem;
  }
  .size-25 {
    font-size: 2.2rem;
  }
  .size-28 {
    font-size: 2.4rem;
  }
  .size-30 {
    font-size: 2.5rem;
  }
  .size-32 {
    font-size: 2.55rem;
  }
  .size-35 {
    font-size: 2.6rem;
  }
  .size-40 {
    font-size: 2.8rem;
  }
}
.pad-top-10 {
  padding-top: 1rem;
}
.pad-top-15 {
  padding-top: 1.5rem;
}
.pad-top-20 {
  padding-top: 2rem;
}
.pad-top-25 {
  padding-top: 2.5rem;
}
.pad-top-30 {
  padding-top: 3rem;
}
.pad-top-40 {
  padding-top: 4rem;
}
.pad-top-50 {
  padding-top: 5rem;
}
.pad-top-60 {
  padding-top: 6rem;
}
.pad-top-70 {
  padding-top: 7rem;
}
.pad-top-80 {
  padding-top: 8rem;
}
.pad-top-90 {
  padding-top: 9rem;
}
.pad-top-100 {
  padding-top: 10rem;
}
.pad-bottom-10 {
  padding-bottom: 1rem;
}
.pad-bottom-15 {
  padding-bottom: 1.5rem;
}
.pad-bottom-20 {
  padding-bottom: 2rem;
}
.pad-bottom-25 {
  padding-bottom: 2.5rem;
}
.pad-bottom-30 {
  padding-bottom: 3rem;
}
.pad-bottom-40 {
  padding-bottom: 4rem;
}
.pad-bottom-50 {
  padding-bottom: 5rem;
}
.pad-bottom-60 {
  padding-bottom: 6rem;
}
.pad-bottom-70 {
  padding-bottom: 7rem;
}
.pad-bottom-80 {
  padding-bottom: 8rem;
}
.pad-bottom-90 {
  padding-bottom: 9rem;
}
.pad-bottom-100 {
  padding-bottom: 10rem;
}
.pad-4-4 {
  padding: 0.4rem 0.4rem;
}

@media screen and (max-width: 700px) {
  .pad-top-10 {
    padding-top: 1rem;
  }
  .pad-top-15 {
    padding-top: 1.3rem;
  }
  .pad-top-20 {
    padding-top: 1.5rem;
  }
  .pad-top-25 {
    padding-top: 2rem;
  }
  .pad-top-30 {
    padding-top: 2rem;
  }
  .pad-top-40 {
    padding-top: 2rem;
  }
  .pad-top-50 {
    padding-top: 2.5rem;
  }
  .pad-top-60 {
    padding-top: 3rem;
  }
  .pad-top-70 {
    padding-top: 3rem;
  }
  .pad-top-80 {
    padding-top: 3rem;
  }
  .pad-top-90 {
    padding-top: 4rem;
  }
  .pad-top-100 {
    padding-top: 4rem;
  }
  .pad-bottom-10 {
    padding-bottom: 1rem;
  }
  .pad-bottom-15 {
    padding-bottom: 1.3rem;
  }
  .pad-bottom-20 {
    padding-bottom: 1.5rem;
  }
  .pad-bottom-25 {
    padding-bottom: 2rem;
  }
  .pad-bottom-30 {
    padding-bottom: 2rem;
  }
  .pad-bottom-40 {
    padding-bottom: 2rem;
  }
  .pad-bottom-50 {
    padding-bottom: 2.5rem;
  }
  .pad-bottom-60 {
    padding-bottom: 3rem;
  }
  .pad-bottom-70 {
    padding-bottom: 3rem;
  }
  .pad-bottom-80 {
    padding-bottom: 3rem;
  }
  .pad-bottom-90 {
    padding-bottom: 4rem;
  }
  .pad-bottom-100 {
    padding-bottom: 4rem;
  }
}
.margin-center {
  margin: 0 auto;
}

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

.w-60 {
  width: 60%;
}

.w-20 {
  width: 20%;
}

.d-block {
  display: block !important;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 700px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 700px) {
  .pc-none {
    display: block;
  }
}

.num {
  font-size: 2.5em;
  font-weight: 700;
}

.red {
  color: red;
}

.white {
  color: white;
}

.light-white {
  color: #ddd;
}

.black {
  color: #333;
}

.bg-white {
  background-color: white;
}

.bg-bluedark {
  background-color: #172431;
}

.bg-lightBlue {
  background-color: #76B9C5;
}

figure {
  margin: 0;
}

figure.full > img {
  width: 100%;
}

.d-flex {
  display: flex;
}

.d-flex-j {
  display: flex;
  justify-content: center;
}

.d-flex-ja {
  display: flex;
  justify-content: center;
  align-item: center;
}

@media screen and (max-width: 700px) {
  .d-block-sp {
    display: block !important;
  }
}

.line-height-10 {
  line-height: 1;
}
.line-height-12 {
  line-height: 1.2;
}
.line-height-15 {
  line-height: 1.5;
}

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

/*以下個別スタイル*/
.f01 {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 60px;
}
@media screen and (min-width: 960px) {
  .f01 {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1225px) {
  .f01 {
    padding-top: 75px;
  }
}

.section-ttl {
  font-size: 2.8rem;
}
@media screen and (max-width: 700px) {
  .section-ttl {
    font-size: 2.4rem;
  }
}

.fv {
  position: relative;
}
.fv .logo {
  position: absolute;
  width: 20%;
  top: 32%;
  left: 10%;
  z-index: 1;
}

.appeal {
  color: #333;
}
.appeal article {
  position: relative;
}
.appeal-inner-right {
  position: absolute;
  width: 35%;
  right: 0%;
  top: 0;
  padding-top: 3rem;
  color: white;
}
.appeal-inner-right-pad-1 {
  padding-top: 3.5714285714vw;
}
@media screen and (max-width: 1000px) {
  .appeal-inner-right-pad-1 {
    padding-top: 1.6666666667vw;
  }
}
.appeal-inner-right-pad-2 {
  padding-top: 2.380952381vw;
}
@media screen and (max-width: 1000px) {
  .appeal-inner-right-pad-2 {
    padding-top: 0.9523809524vw;
  }
}
.appeal-inner-right-pad-3 {
  padding-top: 4.7619047619vw;
}
@media screen and (max-width: 1000px) {
  .appeal-inner-right-pad-3 {
    padding-top: 2.380952381vw;
  }
}
.appeal-inner-right-pad-4 {
  padding-top: 9.5238095238vw;
}
@media screen and (max-width: 1000px) {
  .appeal-inner-right-pad-4 {
    padding-top: 4.7619047619vw;
  }
}
.appeal-inner-right .appeal-ttl-1 {
  font-size: calc((31vw - 0rem) / 8);
  line-height: 1.5;
}
@media screen and (min-width: 1920px) {
  .appeal-inner-right .appeal-ttl-1 {
    font-size: calc((59520px - 0rem) / 800);
  }
}
.appeal-inner-right .appeal-para-1 {
  font-size: calc((30vw - 0rem) / 21);
}
@media screen and (min-width: 1920px) {
  .appeal-inner-right .appeal-para-1 {
    font-size: calc((57600px - 0rem) / 2100);
  }
}
.appeal-inner-right .appeal-para-2 {
  font-size: calc((24vw - 0rem) / 21);
}
@media screen and (min-width: 1920px) {
  .appeal-inner-right .appeal-para-2 {
    font-size: calc((46080px - 0rem) / 2100);
  }
}
.appeal-inner-right .appeal-para-3 {
  font-size: calc((30vw - 0rem) / 21);
}
@media screen and (min-width: 1920px) {
  .appeal-inner-right .appeal-para-3 {
    font-size: calc((57600px - 0rem) / 2100);
  }
}
.appeal-inner-left {
  position: absolute;
  width: 37%;
  left: 2%;
  top: 40%;
  padding-left: 0rem;
  color: white;
}
.appeal-inner-left-pad-1 {
  padding-top: 2.8571428571vw;
}
.appeal-inner-left-pad-2 {
  padding-top: 2.380952381vw;
}
.appeal-inner-left .appeal-ttl-2 {
  font-size: calc((31vw - 0rem) / 10);
  line-height: 1.5;
}
@media screen and (min-width: 1920px) {
  .appeal-inner-left .appeal-ttl-2 {
    font-size: calc((59520px - 0rem) / 1000);
  }
}
.appeal-inner-center {
  position: absolute;
  width: 42%;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  top: 10%;
  color: white;
}
@media screen and (max-width: 700px) {
  .appeal-inner-center {
    width: 100%;
    position: relative;
    background-color: #76B9C5;
    padding-bottom: 0rem;
  }
  .appeal-inner-center .mode-BoxWrap {
    width: 92%;
    margin: 0 auto;
  }
}
.appeal-inner-center-pad-1 {
  padding-top: 2.8571428571vw;
}
.appeal-inner-center-pad-2 {
  padding-top: 2.380952381vw;
}
.appeal-inner-center .appeal-ttl-3 {
  font-size: calc((37vw - 0rem) / 9);
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .appeal-inner-center .appeal-ttl-3 {
    font-size: 2.5rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1920px) {
  .appeal-inner-center .appeal-ttl-3 {
    font-size: calc((71040px - 0rem) / 900);
  }
}
.appeal-inner-center .appeal-txt-3 {
  font-size: calc((38vw - 0rem) / 21);
  line-height: 1.2;
  font-weight: 700;
  color: #333;
  margin-right: 2rem;
}
@media screen and (max-width: 700px) {
  .appeal-inner-center .appeal-txt-3 {
    font-size: 1.5rem;
    color: #76B9C5;
  }
}
@media screen and (min-width: 1920px) {
  .appeal-inner-center .appeal-txt-3 {
    font-size: calc((72960px - 0rem) / 2100);
  }
}
.appeal-inner-center .appeal-txt-4 {
  font-size: calc((33vw - 0rem) / 22);
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  .appeal-inner-center .appeal-txt-4 {
    font-size: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .appeal-inner-center .appeal-txt-4 {
    font-size: calc((63360px - 0rem) / 2200);
  }
}
.appeal-inner-center .mode-Box {
  text-align: center;
  padding-top: calc((160vw - 70rem) / 21);
}
@media screen and (max-width: 900px) {
  .appeal-inner-center .mode-Box {
    padding-top: calc((120vw - 70rem) / 21);
  }
}
@media screen and (max-width: 700px) {
  .appeal-inner-center .mode-Box {
    padding-bottom: 3rem;
  }
}
.appeal-inner-center .upper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px white;
}
.appeal .border-box-white {
  display: block;
  padding: 0.4rem 0.4rem;
  width: fit-content;
  border: solid 1px white;
  line-height: 1;
  font-size: calc((48vw - 0rem) / 21);
}
@media screen and (min-width: 1920px) {
  .appeal .border-box-white {
    font-size: calc((92160px - 0rem) / 2100);
  }
}
@media screen and (max-width: 700px) {
  .appeal .border-box-white {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 700px) {
  .appeal .d-block-sp .border-box-white {
    margin-left: 4rem;
  }
}
.appeal .unit {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
.appeal-inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .appeal-inner {
    width: 92%;
  }
}
.appeal .battery-txt {
  font-size: calc((30vw - 0rem) / 21);
}
@media screen and (min-width: 1920px) {
  .appeal .battery-txt {
    font-size: calc((57600px - 0rem) / 2100);
  }
}
.appeal .battery-spec {
  text-align: center;
}
@media screen and (max-width: 700px) {
  .appeal .battery-spec {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.appeal .battery-spec:not(:last-child) {
  margin-right: 3rem;
}
@media screen and (max-width: 700px) {
  .appeal .battery-spec:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .appeal .battery-spec .quan {
    margin-right: 4rem;
  }
}
.appeal .eight-pic {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .appeal .eight-pic {
    width: 85%;
  }
}
.appeal .eight-pic > p {
  padding-bottom: 1.6rem;
  border-bottom: solid 1px white;
  font-size: 1.9rem;
}
@media screen and (max-width: 700px) {
  .appeal .eight-pic > p {
    font-size: 1.4rem;
  }
}
.appeal .eight-pic > span {
  display: block;
}

.detail {
  background-color: #dddddd;
}
.detail-inner {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .detail-inner {
    width: 92%;
  }
}
.detail-slide .slick-prev,
.detail-slide .slick-next {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #555;
  top: 37%;
}
@media screen and (max-width: 700px) {
  .detail-slide .slick-prev,
  .detail-slide .slick-next {
    top: 28%;
  }
}
.detail-slide .slick-prev::before,
.detail-slide .slick-next::before {
  color: white;
  opacity: 1;
  display: block;
  font-size: 15px;
}
.detail-slide .slick-prev {
  left: -50px;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .detail-slide .slick-prev {
    left: -10px;
  }
}
.detail-slide .slick-prev::before {
  content: "◀︎";
  transform: translate(-1px, -1px);
}
.detail-slide .slick-next {
  right: -50px;
}
@media screen and (max-width: 700px) {
  .detail-slide .slick-next {
    right: -10px;
  }
}
.detail-slide .slick-next::before {
  content: "▶︎";
  transform: translate(1px, -1px);
}

.color .color-inner {
  width: 50%;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 700px) {
  .color .color-inner {
    width: 92%;
  }
}

.color .slider-for .slick-prev::before, .color .slider-for .slick-next::before {
  font-family: swiper-icons;
  font-size: 30px;
  color: #888;
}
@media screen and (max-width: 700px) {
  .color .slider-for .slick-prev {
    left: 0;
  }
}
.color .slider-for .slick-prev::before {
  content: "prev";
}
@media screen and (max-width: 700px) {
  .color .slider-for .slick-next {
    right: 0;
  }
}
.color .slider-for .slick-next::before {
  content: "next";
}

.color .slider-nav {
  margin: 0 auto;
  width: 30%;
}
@media screen and (max-width: 700px) {
  .color .slider-nav {
    width: 80%;
  }
}

.color p.color-txt {
  font-size: 20px;
  padding-bottom: 1rem;
  padding-top: 2rem;
}

.color .slider-nav .item > div {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  margin: 0 auto;
}
.color .slider-nav .item > div.lbl {
  background: #82C3D2;
}
.color .slider-nav .item > div.rd {
  background: #E31C00;
}
.color .slider-nav .item > div.sbl {
  background: #5D7FA6;
}
.color .slider-nav .item > div.mbl {
  background: #1C6AF4;
}
.color .slider-nav .item > div.bk {
  background: #212126;
}
.color .slider-nav .item > div.wh {
  background: #C3C6CC;
}

.color .slider-nav .slick-track {
  transform: translate3d(0, 0, 0) !important;
}

.spec-inner {
  width: 75%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .spec-inner {
    width: 92%;
  }
}
.spec .tableWrap {
  justify-content: space-evenly;
}
.spec table th {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  padding-right: 2rem;
}
.spec table td {
  font-size: 16px;
  text-align: left;
}
.spec table tr:last-child > td,
.spec table tr:last-child > th {
  border-bottom: solid 1px #dee2e6;
}
.spec .kome {
  font-size: 1.6rem;
}
.spec .manual_link {
  display: block;
  padding: 1rem 0;
  background: red;
  color: white;
  width: 80%;
  text-align: center;
  margin: 3rem auto 0;
}

.price-inner {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .price-inner {
    width: 92%;
  }
}

.price dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 50px;
}

.price dl dt {
  width: 40%;
  text-align: left;
  border-bottom: 1px solid #aaa;
}

.price dl dd {
  width: 60%;
  text-align: right;
  border-bottom: 1px solid #aaa;
}
.price dl dd .pricemod::before {
  content: "¥";
  font-size: 0.8em;
}
.price dl dd .pricemod::after {
  content: "(税込)";
  padding-right: 0.4em;
  font-size: 0.6em;
}

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

.optionBox-image {
  width: 18%;
  padding: 1rem 0;
}

.optionBox-txt {
  width: 80%;
  display: flex;
  /* align-items: space-between */
  flex-wrap: wrap;
  padding: 1rem 0;
}

.optionBox-txt .upper {
  width: 100%;
  padding-top: 2%;
}

.optionBox-txt .bottom {
  width: 100%;
  align-content: flex-end;
  display: flex;
  align-items: flex-end;
}

.optionBox-txt .ttl {
  width: 100%;
}

.optionBox-txt .num {
  width: 100%;
}

.optionPrice {
  text-align: right;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

a.testdrive_link {
  display: block;
  padding: 1em;
  margin-top: 4rem;
  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;
}

.stock-bike-name {
  font-size: 1.8rem;
}
@media screen and (max-width: 700px) {
  .stock-bike-name {
    font-size: 1.3rem;
  }
}

.stocklist-inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}

.stocklist table {
  width: 100%;
  margin-top: 50px;
}

.stocklist table th,
.stocklist table td {
  padding: 1em;
  border: 1px solid #ccc;
}
@media screen and (max-width: 700px) {
  .stocklist table th,
  .stocklist table td {
    display: block;
    width: 100%;
  }
}

.stocklist table td {
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  .stocklist table td {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 700px) {
  .stocklist table tbody tr {
    margin-top: 1.5rem;
    display: block;
  }
}

.stocklist table th span.stock-bike-name > div {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin: 0 auto;
  display: inline-block;
  margin-right: 1rem;
}
.stocklist table th span.stock-bike-name > div.lbl {
  background: #82C3D2;
}
.stocklist table th span.stock-bike-name > div.rd {
  background: #E31C00;
}
.stocklist table th span.stock-bike-name > div.sbl {
  background: #5D7FA6;
}
.stocklist table th span.stock-bike-name > div.mbl {
  background: #1C6AF4;
}
.stocklist table th span.stock-bike-name > div.bk {
  background: #212126;
}
.stocklist table th span.stock-bike-name > div.wh {
  background: #C3C6CC;
}

.stocklist table tbody th .type-number {
  font-size: 1.3rem;
  display: block;
  margin-left: 3rem;
}
@media screen and (max-width: 700px) {
  .stocklist table tbody th .type-number {
    font-size: 1rem;
  }
}

.stocklist table td:not([class]) {
  text-align: center;
}

span.font {
  font-size: 14px;
}

.stocklist table thead > tr > th {
  background-color: #2d3361;
  color: white;
  font-size: 14px;
}

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

.stocklist table .instock {
  text-align: right;
}

.stocklist table .instock::before {
  content: "入荷予定 ";
}

.stocklist table .instock::after {
  content: "台";
}

.stocklist table .outstock {
  text-align: right;
}

.stocklist table .outstock::before {
  content: "";
}

.stocklist table .outstock::after {
  content: "";
}

.stocklist table .soldout {
  text-align: center;
  background-color: #eee;
}

.stockcaution {
  margin-top: 20px;
  text-align: center;
}

.stockcaution small {
  color: #aaa;
}

.stockcaution strong {
  display: inherit;
  padding: 0.4em 1em;
  color: #fff;
  font-size: 1.2em;
  background-color: #b71540;
}

.kounyu-inner {
  width: 80%;
  margin: 0 auto;
}

a.kounyu_link {
  display: block;
  padding: 1.2rem 0;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #EA1E23;
  border: 1px solid transparent;
  font-size: 1.4rem;
}

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

.current_campaign {
  font-size: 1.6rem;
}

.scroll-RtoL {
  overflow: hidden;
  position: relative;
}
.scroll-RtoL .animate-cover {
  overflow: hidden;
  transform: translateX(100%);
}
.scroll-RtoL .animate-cover > h2 {
  transform: translateX(-100%);
}

.scroll-LtoR {
  overflow: hidden;
  position: relative;
}
.scroll-LtoR .animate-cover {
  overflow: hidden;
  transform: translateX(-100%);
}
.scroll-LtoR .animate-cover > h2 {
  transform: translateX(100%);
}

.scroll-RtoL.run .animate-cover {
  transition: ease 1s;
  transform: translateX(0%);
}
.scroll-RtoL.run .animate-cover > h2 {
  transition: ease 1s;
  transform: translateX(0%);
}

.scroll-LtoR.run .animate-cover {
  transition: ease 1s;
  transform: translateX(0%);
}
.scroll-LtoR.run .animate-cover > h2 {
  transition: ease 1s;
  transform: translateX(0%);
}

.slick-slide img {
  width: 100%;
}

.inc_option_list li {
  font-size: 1.6rem;
}

.f01-price-notice {
  padding-bottom: 1rem;
}

.f01-vmoto-price-block {
  font-size: 16px;
}
.f01-vmoto-price-block .sectiontitle h2 {
  font-size: 26px !important;
  font-weight: bold;
  line-height: 1.3;
}
.f01-vmoto-price-block .price dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 0;
}
.f01-vmoto-price-block .price dt,
.f01-vmoto-price-block .price dd {
  border-bottom: none !important;
}
.f01-vmoto-price-block .price dt {
  font-size: 18px !important;
  font-weight: bold;
}
.f01-vmoto-price-block .price dd {
  font-size: 35px !important;
  font-weight: bold;
  line-height: 1.25;
  text-align: right;
}
.f01-vmoto-price-block .price dd::before, .f01-vmoto-price-block .price dd::after {
  content: none !important;
}
.f01-vmoto-price-block .price dd strong {
  display: block;
}
.f01-vmoto-price-block .price dd p {
  font-size: 21px !important;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0.15em;
  margin-right: 1.4em;
}
.f01-vmoto-price-block .price dd .pricemod::before {
  content: "¥";
  font-size: 28px;
}
.f01-vmoto-price-block .price dd p.pricemod::before {
  font-size: 17px;
}
.f01-vmoto-price-block .price dd .pricemod.ex::after {
  content: "(税抜)";
  padding-right: 0.35em;
  font-size: 14px;
  font-weight: bold;
}
.f01-vmoto-price-block .price dd p.pricemod::after {
  content: "(税込)";
  padding-right: 0.35em;
  font-size: 13px;
  font-weight: bold;
}
.f01-vmoto-price-block .price dt span {
  color: #b4241b;
}
@media only screen and (max-width: 768px) {
  .f01-vmoto-price-block .price dl {
    padding-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  .f01-vmoto-price-block .price dd {
    width: 100% !important;
    text-align: center !important;
    border-bottom: none;
  }
  .f01-vmoto-price-block .price dt {
    width: 100% !important;
    text-align: center !important;
    border-bottom: none;
  }
  .f01-vmoto-price-block .price dd p {
    margin-right: unset;
  }
}

/*# sourceMappingURL=index.css.map */
