/* ------------------------------
 width: all
------------------------------ */
header {
  z-index: 10000;
}

br.pc {
  display: block !important;
}

br.sp {
  display: none !important;
}

img.pc {
  display: block !important;
}

img.sp {
  display: none !important;
}

main section {
  position: relative;
  background-color: #fff;
}

main section a:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

main section.s01 {
  background-color: #FFFFFF;
  padding: 110px 0px 0;
}

main section.s01 .wrapper {
  margin: 0 auto;
}

main section.s01 .wrapper h1 img {
  width: 100%;
  display: block;
}

main section.s02 .wrapper {
  padding: 60px 40px;
  max-width: 900px;
  margin: 0 auto;
}

main section.s02 .wrapper h2 img {
  width: 100%;
  display: block;
}

main section.s04 {
  padding-bottom: 65px;
}

main section.s04 .wrapper h4 {
  padding: 50px 40px;
}

main section.s04 .wrapper h4 img {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

main section.s04 .wrapper .bike_photo_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main section.s04 .wrapper .bike_photo_list li {
  width: 33.3%;
}

main section.s04 .wrapper .bike_photo_list li a {
  display: block;
  text-decoration: none;
}

main section.s04 .wrapper .bike_photo_list li a img {
  width: 100%;
  display: block;
}

main section.s04 .wrapper .bike_photo_list li a p {
  text-align: center;
  color: #543434;
  font-weight: 500;
  font-size: 16px;
  margin-top: 15px;
}

main section.s04 .wrapper .pricebox_wrapper {
  width: 100%;
  max-width: 650px;
  margin: 60px auto 0;
}

main section.s04 .wrapper .pricebox_wrapper + .bike_photo_list {
  margin-top: 100px;
}

main section.s04 .wrapper .pricebox {
  width: 100%;
  border: 1px solid #707070;
  padding: 35px 20px 35px;
  text-align: center;
}

main section.s04 .wrapper .pricebox .t01 {
  font-size: 18px;
  font-weight: bold;
}

main section.s04 .wrapper .pricebox .t01 span {
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  display: inline-block;
}

main section.s04 .wrapper .pricebox .t02 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
}

main section.s04 .wrapper .pricebox .t02 a {
  color: #000;
  text-decoration: underline;
}

main section.s06 {
  padding: 0 40px;
}

main section.s06 .wrapper {
  max-width: 1650px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main section.s06 .wrapper .photo {
  width: 52%;
  max-width: 855px;
  display: block;
}

main section.s06 .wrapper .txtbox {
  width: 42.4%;
}

main section.s06 .wrapper .txtbox .t01 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

main section.s06 .wrapper .txtbox .t02 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #0F6EB8;
  margin-top: 10px;
}

main section.s06 .wrapper .txtbox table {
  width: 100%;
  margin-top: 40px;
}

main section.s06 .wrapper .txtbox table tr {
  text-align: left;
  position: relative;
}

main section.s06 .wrapper .txtbox table tr::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #707070;
}

main section.s06 .wrapper .txtbox table tr:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #707070;
}

main section.s06 .wrapper .txtbox table tr th {
  vertical-align: bottom;
  font-size: 20px;
  font-weight: bold;
  line-height: 170%;
  padding: 22px 20px 22px 0;
}

main section.s06 .wrapper .txtbox table tr td {
  width: 315px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 24px;
  padding: 29px 0;
}

main section.s06 .wrapper .txtbox table tr td br {
  display: none;
}

main section.s06 .wrapper .txtbox table tr td span {
  font-size: 24px;
  line-height: 24px;
  padding: 0 10px 0 20px;
  vertical-align: baseline;
  display: inline-block;
}

main section.s06 .wrapper .txtbox .t03 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}

main section.s06 .wrapper .txtbox .t03 a {
  color: #000;
  text-decoration: underline;
}

main section.s07 {
  margin-top: 50px;
}

main section.s07 .wrapper .photolist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #cc0000;
  padding: 40px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

main section.s07 .wrapper .photolist li {
  width: calc(50% - 20px);
}

main section.s07 .wrapper .photolist li a {
  display: block;
}

main section.s07 .wrapper .photolist li a p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}

main section.s07 .wrapper .photolist li a img {
  width: 100%;
  display: block;
}

main section.s05 {
  padding: 0 40px;
}

main section.s05 .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0 140px;
}

main section.s05 .wrapper .t01 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
}

main section.s05 .wrapper .btn_search {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 35px auto 0;
  background-color: #cc0000;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
  padding: 52px 0;
}

main section.s08 {
  background-color: #0F6EB8;
  padding: 55px 0 120px;
}

main section.s08 .wrapper .t01 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

main section.s08 .wrapper .recommendlist {
  margin-top: 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.1%;
}

main section.s08 .wrapper .recommendlist li {
  width: 23.4%;
}

main section.s08 .wrapper .recommendlist li a {
  width: 100%;
  display: block;
  text-decoration: none;
}

main section.s08 .wrapper .recommendlist li a img {
  border-radius: 20px;
  display: block;
  width: 100%;
}

main section.s08 .wrapper .recommendlist li a p {
  color: #fff;
  font-size: 14px;
  line-height: 175%;
  font-weight: bold;
  margin-top: 30px;
}

/******************************************
[1500px]
******************************************/
@media screen and (max-width: 1500px) {
  main section.s06 .wrapper .txtbox table tr th {
    vertical-align: middle;
    padding: 15px 15px 15px 0;
  }
  main section.s06 .wrapper .txtbox table tr td {
    vertical-align: middle;
    width: 155px;
    padding: 15px 0;
  }
  main section.s06 .wrapper .txtbox table tr td br {
    display: block;
  }
  main section.s06 .wrapper .txtbox table tr td span {
    padding: 5px 5px 0 0;
  }
}
/******************************************
[1023px]
******************************************/
@media screen and (max-width: 1023px) {
  main section.s06 .wrapper {
    display: block;
  }
  main section.s06 .wrapper .photo {
    width: 100%;
  }
  main section.s06 .wrapper .txtbox {
    width: 100%;
    margin-top: 40px;
  }
  main section.s06 .wrapper .txtbox table tbody {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .txtbox table tr {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .txtbox table tr th {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding: 22px 0 0 0;
  }
  main section.s06 .wrapper .txtbox table tr td {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding: 15px 0;
    border: none !important;
    text-align: right;
  }
  main section.s06 .wrapper .txtbox table tr td br {
    display: none;
  }
  main section.s06 .wrapper .txtbox table tr td span {
    padding: 0 5px 0 15px;
  }
}
/******************************************
[767px]
******************************************/
@media screen and (max-width: 767px) {
  main section {
    position: relative;
  }
  main section a:hover {
    opacity: 0.6;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  main section.s01 {
    background-color: #FFFFFF;
    padding: 60px 0 0;
  }
  main section.s01 .wrapper {
    margin: 0 auto;
  }
  main section.s01 .wrapper h1 img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper {
    padding: 25px 35px;
    max-width: 900px;
    margin: 0 auto;
  }
  main section.s02 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s04 {
    padding-bottom: 65px;
  }
  main section.s04 .wrapper h4 {
    padding: 30px;
  }
  main section.s04 .wrapper h4 img {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
  }
  main section.s04 .wrapper .bike_photo_list {
    padding-top: 15px;
    gap: 20px;
  }
  main section.s04 .wrapper .bike_photo_list li {
    width: calc(50% - 10px);
  }
  main section.s04 .wrapper .bike_photo_list li a {
    display: block;
    text-decoration: none;
  }
  main section.s04 .wrapper .bike_photo_list li a img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .bike_photo_list li a p {
    text-align: center;
    color: #543434;
    font-weight: 500;
    font-size: 14px;
    margin-top: 12px;
  }
  main section.s04 .wrapper .pricebox_wrapper {
    max-width: 1344px;
    width: calc(100% - 40px);
    margin: 35px auto 0;
    display: block;
  }
  main section.s04 .wrapper .pricebox_wrapper + .bike_photo_list {
    margin-top: 60px;
  }
  main section.s04 .wrapper .pricebox {
    width: 100%;
    border: 1px solid #707070;
    padding: 20px 10px 20px;
    text-align: center;
  }
  main section.s04 .wrapper .pricebox + .pricebox {
    margin-top: 20px;
  }
  main section.s04 .wrapper .pricebox .t01 {
    font-size: 18px;
    font-weight: bold;
    line-height: 190%;
  }
  main section.s04 .wrapper .pricebox .t01 span {
    font-size: 24px;
    font-weight: bold;
    padding-left: 0;
  }
  main section.s04 .wrapper .pricebox .t02 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
  }
  main section.s04 .wrapper .pricebox .t02 a {
    color: #000;
    text-decoration: underline;
  }
  main section.s06 {
    margin-top: -20px;
    padding: 0 20px;
  }
  main section.s06 .wrapper {
    display: block;
  }
  main section.s06 .wrapper .photo {
    width: 100%;
  }
  main section.s06 .wrapper .txtbox {
    width: 100%;
    margin-top: 40px;
  }
  main section.s06 .wrapper .txtbox .t01 {
    font-size: 22px;
  }
  main section.s06 .wrapper .txtbox .t02 {
    font-size: 36px;
  }
  main section.s06 .wrapper .txtbox table tbody {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .txtbox table tr {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .txtbox table tr th {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding: 20px 0 0 0;
    font-size: 24px;
  }
  main section.s06 .wrapper .txtbox table tr td {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding: 12px 0 20px;
    border: none !important;
    text-align: right;
  }
  main section.s06 .wrapper .txtbox table tr td br {
    display: none;
  }
  main section.s06 .wrapper .txtbox table tr td span {
    padding: 0 5px 0 15px;
  }
  main section.s06 .wrapper .txtbox .t03 {
    font-size: 22px;
  }
  main section.s07 {
    margin-top: 50px;
  }
  main section.s07 .wrapper .photolist {
    display: block;
    padding: 30px 20px;
  }
  main section.s07 .wrapper .photolist li {
    width: 100%;
  }
  main section.s07 .wrapper .photolist li + li {
    margin-top: 25px;
  }
  main section.s07 .wrapper .photolist li a {
    display: block;
  }
  main section.s07 .wrapper .photolist li a p {
    font-size: 14px;
    margin-top: 10px;
  }
  main section.s07 .wrapper .photolist li a img {
    width: 100%;
    display: block;
  }
  main section.s05 {
    padding: 0 30px;
  }
  main section.s05 .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 70px;
  }
  main section.s05 .wrapper .t01 {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
  }
  main section.s05 .wrapper .btn_search {
    width: 100%;
    display: block;
    margin: 25px auto 0;
    background-color: #0F6EB8;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 100%;
    padding: 54px 0;
  }
  main section.s08 {
    background-color: #0F6EB8;
    padding: 40px 0 40px;
  }
  main section.s08 .wrapper .t01 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
  }
  main section.s08 .wrapper .recommendlist {
    margin-top: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 4%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4vw 4%;
  }
  main section.s08 .wrapper .recommendlist li {
    width: 48%;
  }
  main section.s08 .wrapper .recommendlist li a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  main section.s08 .wrapper .recommendlist li a img {
    border-radius: 8px;
    display: block;
    width: 100%;
  }
  main section.s08 .wrapper .recommendlist li a p {
    color: #fff;
    font-size: 14px;
    line-height: 175%;
    font-weight: bold;
    margin-top: 12px;
  }
  br.pc {
    display: none !important;
  }
  br.sp {
    display: block !important;
  }
  img.pc {
    display: none !important;
  }
  img.sp {
    display: block !important;
  }
}
/******************************************
[reset]
******************************************/
* {
  position: relative;
}

html,
body {
  height: 100%;
  overflow-x: hidden;
}

li {
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

/******************************************
[footer]
******************************************/
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 60px 80px;
  background: #222222;
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__logo {
  width: 180px;
  margin: 0 80px 0 0;
}

.footer__logo-img {
  width: 100%;
  height: auto;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__menu {
  margin: 0 45px 0 0;
}

.footer__menu:last-child {
  margin-right: 0;
}

.footer__menu-item {
  margin: 0 0 5px;
}

.footer__menu-item:last-child {
  margin-bottom: 0;
}

.footer__menu-link {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}

.footer__policy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.footer__policy-item:after {
  content: "|";
  margin: 0 20px;
  color: #999999;
}

.footer__policy-item:last-child:after {
  display: none;
}

.footer__policy-link {
  font-size: 13px;
  color: #999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__copyright {
  text-align: right;
  font-size: 12px;
  color: #999999;
}

@media (hover: hover) {
  .footer__menu-link:hover {
    text-decoration: underline;
    color: #fff;
  }
  .footer__policy-link:hover {
    text-decoration: underline;
    color: #fff;
  }
}
/******************************************
[1919px]
******************************************/
@media screen and (max-width: 1919px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 60px 56px;
  }
  .footer__main {
    margin: 0 0 40px;
  }
  .footer__copyright {
    text-align: left;
  }
}
/******************************************
[1023px]
******************************************/
@media screen and (max-width: 1023px) {
  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__logo {
    margin: 0 0 40px;
  }
  .footer__policy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px 0 16px;
  }
  .footer__policy-item {
    margin: 5px 0 0;
  }
}
/******************************************
[767px]
******************************************/
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 16px 55px;
  }
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__menu {
    margin: 0 0 5px;
  }
  .footer__menu:last-child {
    margin-bottom: 0;
  }
}