@media screen and (min-width: 769px) {
  .l-main .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-main .pc {
    display: none;
  }
}
.l-main {
  padding-bottom: 0;
}
.l-main .c-btn02 {
  width: calc(33.3333333333% - 26.6666666667px);
  height: 97px;
  background: #006ab9;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main .c-btn02 {
    width: 100%;
    max-width: 330px;
    font-size: 18px;
    height: 60px;
  }
}
.l-main .c-btn02::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .l-main .c-btn02::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    position: absolute;
    right: 15px;
  }
}
.l-main .c-btn02 {
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 769px) {
  .l-main .c-btn02:hover {
    opacity: 0.7;
  }
}
.l-main .bikekan-sec1 {
  width: 100%;
  height: auto;
  position: relative;
}
.l-main .bikekan-sec1 .c-img1 img {
  width: 100%;
  height: auto;
}
.l-main .bikekan-sec1 .btn {
  width: 100%;
  padding: 0px 0px 30px;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec1 .btn {
    padding: 0px 0 40px;
  }
}
.l-main .bikekan-sec1 .btn p {
  text-align: center;
  font-weight: 700;
  font-size: 27px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec1 .btn p {
    font-size: 12px;
    line-height: 1.4;
    text-shadow: 3px 3px 3px #000;
  }
}
.l-main .bikekan-sec1 .btn .c-btn01 {
  border-radius: 15px;
  width: 100%;
  height: 85px;
  max-width: 500px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 158, 231) 0%, rgb(0, 104, 183) 100%);
  margin-top: 30px;
  transition: ease-in-out 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec1 .btn .c-btn01 {
    margin-top: 20px;
    border-radius: 10px;
    height: 35px;
    max-width: 180px;
    font-size: 12px;
  }
}
.l-main .bikekan-sec1 .btn .c-btn01::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec1 .btn .c-btn01::after {
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .l-main .bikekan-sec1 .btn .c-btn01:hover {
    opacity: 0.7;
  }
}
.l-main .bikekan-sec2 {
  width: 100%;
  height: auto;
  background: #e5eaea;
  padding: 90px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec2 {
    padding: 60px 0;
  }
}
.l-main .bikekan-sec2 .block {
  width: 100%;
  height: auto;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec2 .block {
    gap: 25px;
    justify-content: center;
  }
}
.l-main .bikekan-sec2 .block .item1 {
  width: calc(33.3333333333% - 26.6666666667px);
  height: auto;
  background: #fff;
  border-radius: 10px;
  padding: 45px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec2 .block .item1 {
    width: 100%;
    padding: 30px 20px;
    max-width: 330px;
  }
}
.l-main .bikekan-sec2 .block .item1 .img {
  width: 100%;
  height: auto;
  max-width: 145px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec2 .block .item1 .img {
    max-width: 100px;
  }
}
.l-main .bikekan-sec2 .block .item1 .content {
  width: 100%;
  height: auto;
  max-width: 430px;
  margin: 0 auto;
  padding: 20px 0px 10px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec2 .block .item1 .content {
    padding: 10px 0px 0px;
  }
}
.l-main .bikekan-sec2 .block .item1 .content h3 {
  font-size: 30px;
  color: #006ab9;
  font-weight: 700;
}
.l-main .bikekan-sec2 .block .item1 .content h3 span {
  background-image: linear-gradient(#a8dbf2, #a8dbf2);
  background-repeat: no-repeat;
  background-size: 100% 13px;
  background-position: 0 95%;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec2 .block .item1 .content h3 span {
    background-size: 100% 8px;
  }
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec2 .block .item1 .content h3 {
    font-size: 20px;
    text-underline-offset: -2px;
    text-decoration-thickness: 10px;
  }
}
.l-main .bikekan-sec2 .block .item1 .content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec2 .block .item1 .content p {
    font-size: 15px;
    padding-top: 10px;
  }
}
.l-main .bikekan-sec3 {
  width: 100%;
  height: auto;
  padding: 120px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec3 {
    padding: 60px 0;
  }
}
.l-main .bikekan-sec3 .ttl2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 1px 20px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec3 .ttl2 {
    font-size: 15px;
    margin-top: 20px;
  }
}
.l-main .bikekan-sec3 .block {
  width: 100%;
  height: auto;
  max-width: 840px;
  margin: 0 auto;
}
.l-main .bikekan-sec3 .block .table {
  background: #fff;
  margin-top: 50px;
}
.l-main .bikekan-sec3 .block .table .row {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 2px dotted #231f20;
  padding: 10px 0px;
}
.l-main .bikekan-sec3 .block .table .row:last-child {
  border-bottom: 0px;
}
.l-main .bikekan-sec3 .block .table .row .label {
  width: 200px;
  font-size: 23px;
  font-weight: 500;
  text-align: left;
  padding-left: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec3 .block .table .row .label {
    font-size: 14px;
    width: 90px;
    padding-left: 5px;
  }
}
.l-main .bikekan-sec3 .block .table .row .content {
  width: calc(100% - 200px);
  position: relative;
  font-size: 22px;
  text-align: left;
  display: flex;
  font-weight: 900;
  align-items: center;
  justify-self: end;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec3 .block .table .row .content {
    font-size: 13px;
    width: calc(100% - 90px);
    padding-right: 5px;
  }
}
.l-main .bikekan-sec3 .block .table .row .content .cl {
  display: block;
  font-size: 23px;
  color: #ff0000;
  padding-top: 5px;
  line-height: 0.8;
  font-family: "Teko", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec3 .block .table .row .content .cl {
    font-size: 13px;
  }
}
.l-main .bikekan-sec3 .block .table .row .content .note {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec3 .block .table .row .content .note {
    font-size: 12px;
  }
}
.l-main .bikekan-sec3 .block .note1 {
  text-align: right;
  padding-top: 15px;
}
.l-main .bikekan-sec3 .block2 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec3 .block2 {
    margin-top: 20px;
    gap: 20px;
  }
}
.l-main .bikekan-sec4 {
  width: 100%;
  height: auto;
  background: #e5eaea;
  padding: 120px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 {
    padding: 60px 0px;
  }
}
.l-main .bikekan-sec4 .ttl1 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .ttl1 {
    font-size: 22px;
  }
}
.l-main .bikekan-sec4 .txt1 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.77;
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .txt1 {
    font-size: 15px;
    padding-top: 15px;
  }
}
.l-main .bikekan-sec4 .txt1 span {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #a8dbf2;
  text-underline-offset: -2px;
  text-decoration-thickness: 10px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .txt1 span {
    text-underline-offset: -2px;
    text-decoration-thickness: 7px;
  }
}
.l-main .bikekan-sec4 .block {
  width: 100%;
  height: auto;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .block {
    margin-top: 40px;
  }
}
.l-main .bikekan-sec4 .block .item1 {
  width: calc(33.3333333333% - 16.6666666667px);
  height: auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .block .item1 {
    width: 100%;
    padding: 30px 20px;
    max-width: 330px;
  }
}
.l-main .bikekan-sec4 .block .item1:last-child::after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.35;
  content: "";
  left: 0;
  top: 0;
}
.l-main .bikekan-sec4 .block .item1:last-child .table .row:nth-last-child(2) p {
  width: 100%;
  text-align: center;
}
.l-main .bikekan-sec4 .block .item1 .case {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  background: #000;
  padding: 1px 5px;
}
.l-main .bikekan-sec4 .block .item1 h3 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .block .item1 h3 {
    font-size: 24px;
    margin-top: 10px;
  }
}
.l-main .bikekan-sec4 .block .item1 .table {
  background: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .block .item1 .table {
    margin-top: 20px;
  }
}
.l-main .bikekan-sec4 .block .item1 .table .row {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #231f20;
  padding: 7px 20px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .block .item1 .table .row {
    padding: 7px 10px;
  }
}
.l-main .bikekan-sec4 .block .item1 .table .row .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .block .item1 .table .row .label {
    font-size: 13px;
  }
}
.l-main .bikekan-sec4 .block .item1 .table .row .price {
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .block .item1 .table .row .price {
    font-size: 13px;
  }
}
.l-main .bikekan-sec4 .block .item1 .table .row .price .number {
  display: block;
  font-size: 20px;
  padding-top: 5px;
  line-height: 0.8;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .block .item1 .table .row .price .number {
    font-size: 18px;
  }
}
.l-main .bikekan-sec4 .block .item1 .table .row:first-child {
  border-top: 3px solid #000;
}
.l-main .bikekan-sec4 .block .item1 .table .row:first-child > * {
  font-weight: 900;
}
.l-main .bikekan-sec4 .block .item1 .table .row:nth-last-child(2) {
  border-bottom: 0px;
  background: #ffe8f2;
  margin: 5px 0;
}
.l-main .bikekan-sec4 .block .item1 .table .row:nth-last-child(2) .price {
  color: #ff0000;
}
.l-main .bikekan-sec4 .block .item1 .table .row:last-child {
  border-top: 3px solid #000;
  border-bottom: 0px;
}
.l-main .bikekan-sec4 .block .item1 .table .row:last-child > * {
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .block .item1 .table .row:last-child > * {
    font-size: 16px;
  }
}
.l-main .bikekan-sec4 .block .item1 .table .row:last-child .price {
  color: #ff0000;
}
.l-main .bikekan-sec4 .block .item1 .table .row:last-child .price .number {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .block .item1 .table .row:last-child .price .number {
    font-size: 18px;
  }
}
.l-main .bikekan-sec4 .block2 {
  background: #fff;
  padding: 60px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .block2 {
    padding: 20px;
    margin-top: 60px;
  }
}
.l-main .bikekan-sec4 .block2 .btn {
  padding-top: 100px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 40px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .block2 .btn {
    padding-top: 50px;
    gap: 20px;
  }
}
.l-main .bikekan-sec4 .block2 .btn p {
  width: 100%;
  display: block;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .l-main .bikekan-sec4 .block2 .btn p {
    font-size: 18px;
    padding-bottom: 0px;
  }
}
.l-main .bikekan-sec4 .block2 .btn .c-btn02 {
  width: 100%;
  max-width: 350px;
}

.p-pagetitle:not(.-plain, .-mypage) {
  display: none;
}/*# sourceMappingURL=style.css.map */