*{
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
html{
  font-size: calc(100vw / 192);
  scroll-behavior: smooth;
}
a{
  transition: 300ms;
}
a:hover{
  opacity: 0.7;
}
img{
  display: block;
  width: 100%;
}
.oswald{
  font-family: 'Oswald', sans-serif;
}



#top_wrapper{
  position: relative;
}
.top_logo{
  position: absolute;
  width: 22.4rem;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.navi_area{
  position: absolute;
  right: 7rem;
  top: 6rem;
}
.navi{
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  line-height: 2.2;
  margin-right: 2em;
}
.navi_green{
  color: black;
  background-color: #CCFF00;
  border-radius: 1.1em;
  padding: 5px 5em;
  margin-right: 1.7em;
}
.hbg{
  display: inline-block;
  vertical-align: middle;
  width: 4.3rem;
}
.hbg_modal{
  display: none;
}
.top_catch{
  position: absolute;
  font-size: 2.8rem;
  line-height: 1.3;
  color: white;
  font-weight: bold;
  top: 61%;
  left: 71.3%;
}
.top_catch span{
  font-size: 270%;
  margin-left: -1rem;
}
#belt_wrapper{
  position: relative;
  background-color: black;
  padding: 3.6rem 0;
}
.belt_logo{
  display: inline-block;
  vertical-align: middle;
  width: 62.1rem;
  margin-left: 28rem;
  margin-right: 19rem;
}
.belt_p{
  display: inline-block;
  vertical-align: middle;
  font-size: 5rem;
  font-weight: bold;
  color: white;
}
.belt_p span{
  color: #CCFF00;
}
#about_wrapper{
  position: relative;
}
.z2{
  position: relative;
  z-index: 2;
}
.about_h2{
  font-size: 8rem;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 96rem;
  padding-top: 2.5em;
  padding-bottom: 0.3em;
}
.about_p{
  font-size: 3.3rem;
  line-height: 1.2;
  padding-left: 96rem;
  padding-bottom: 0.5em;
  width: 64rem;
  font-weight: bold;
}
.about_gray_p{
  font-size: 2.5rem;
  line-height: 1.3;
  color: #D0D0D0;
  padding-left: 96rem;
  width: 66rem;
  padding-bottom: 17em;
}
.about_movie_area{
  position: relative;
}
.about_movie{
  display: inline-block;
  width: 127.5rem;
  margin-left: 32.25rem;
}
.about_right {
  position: absolute;
  width: 62rem;
  top: -65rem;
  right: 0;
  z-index: -1;
}
.about_bg_text{
  position: absolute;
  width: 115.9rem;
  top: 74rem;
  left: 10rem;
}
.about_bg_il{
  position: absolute;
  width: 57.3rem;
  top: 72rem;
  right: 0rem;
}
.about_bike{
  position: absolute;
  width: 86.8rem;
  top: 13rem;
  left: 1rem;
}
.about_movie_p{
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  padding-top: 1em;
}
#spec_wrapper{
  position: relative;
}
.spec_h2{
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.8em;
}
.spec_ibs{
  text-align: center;
}
.spec_ib{
  display: inline-block;
  vertical-align: top;
  width: 44rem;
  margin: 0 5rem;
}
.spec_logo{
  display: inline-block;
  width: 24.3rem;
}
.spec_bike{
  display: inline-block;
  width: 44rem;
  padding: 4rem 0;
}
.spec_h5{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 0.6em;
}
.spec_h3{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.7em;
  text-align: center;
}
.spec_price{
  font-size: 1.95rem;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 1.8em;
}
.spec_price_span01{
  font-size: 200%;
  font-weight: bold;
  padding-left: 2em;
}
.spec_price_span02{
  font-weight: 100;
  margin-left: 0.6em;
}
.spec_price_span03{
  font-size: 70%;
  font-weight: 100;
}
.spec_more{
  font-size: 3.9rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 0.4em;
  color: black;
  text-decoration: none;
  background-color: #CCFF00;
  cursor: pointer;
}
.spec_modal{
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
}
.spec_modal_inner{
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 150rem;
  background-color: white;
  box-shadow: 1rem 1rem 2rem #ddd;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.spec_modal_top{
  width: 95%;
  margin: 0 auto;
  background-color: #CCFF00;
  position: relative;
}
.spec_modal_top_p{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 1em;
}
.spec_modal_close{
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 1.5rem;
  font-size: 2.5rem;
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.spec_modal h3{
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 1.8em;
  padding-top: 1em;
  padding-bottom: 1.5em;
}
.spec_modal_left{
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-left: 4%;
  margin-right: 4%;
}
.spec_modal_right{
  display: inline-block;
  vertical-align: top;
  width: 44%;
}
.spec_modal_right h5{
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 1em;
}
.spec_modal_right table{
  width: 100%;
}
.spec_modal_right table th, .spec_modal_right table td{
  border: none;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
}
#gallery_wrapper{
  position: relative;
}
.gallery_h2{
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-top: 2.7em;
  padding-bottom: 1em;
}
.gallery_nowrap_area {
  white-space: nowrap;
  overflow-x: scroll;
  padding: 0rem;
  margin-top: 100px;
}
.gallery_nowrap{
  display: inline-block;
  vertical-align: top;
  margin: 0 1.8rem;
}
.interviews{
  width: 128.4rem;
  margin-left: 31.8rem;
  margin-top: 66rem;
  padding: 0;
}
.interviews li{
  position: relative;
}
.interview_link{
  position: absolute;
  font-size: 1.8rem;
  line-height: 2.2;
  padding: 0 2.5em;
  border-radius: 1.1em;
  color: black;
  text-decoration: none;
  background-color: #CCFF00;
  right: 4rem;
  bottom: 2.5rem;
}
.slick-dots{
  display: none;
}
.slick-dots li button:before{
  opacity: 1;
  color: #CCFF00;
}
.gallery_bg_text{
  position: absolute;
  width: 115.9rem;
  top: -37rem;
  left: 72rem;
}
.gallery_bg_il{
  position: absolute;
  width: 57.3rem;
  top: -39rem;
  left: 0rem;
  transform: scaleX(-100%);
}
.gallery_bg_il02{
  position: absolute;
  width: 57.3rem;
  top: 268rem;
  right: 0rem;
}
.gallery_bike{
  position: absolute;
  width: 110.2rem;
  top: -55rem;
  left: 22rem;
}
.gallery_hoge_area{
  text-align: center;
  padding-top: 10rem;
}
.gallery_hoge{
  display: inline-block;
  width: 63.8rem;
}
.gallery_hoge_p{
  font-size: 2.5rem;
  line-height: 1.3;
  width: 64rem;
  padding-top: 0.8em;
  padding-bottom: 5em;
  margin-left: 64rem;
}
.minigp_area{
  text-align: center;
  padding-bottom: 18rem;
}
.minigp_left{
  display: inline-block;
  vertical-align: top;
  width: 55.5rem;
  margin-right: 8rem;
}
.minigp_right{
  display: inline-block;
  vertical-align: top;
  margin-right: 14rem;
}
.minigp_logo{
  display: inline-block;
  width: 18.5rem;
}
.minigp_p{
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: left;
  width: 64rem;
  padding-top: 0.8em;
}
.gallery_logo_area{
  margin: 0 auto;
  padding-bottom: 10rem;
}
.gallery_logo_main_img_area{
  width: 90rem;
  margin: 0 auto;
}
.gallery_logo_exp_area{
  margin: 0 auto;
  width: 78rem;
  padding-top: 8rem;
  text-align: center;
}
.gallery_logo_exp_img_area{
  display: inline-block;
  vertical-align: middle;
  width: 15rem;
}
.gallery_logo_exp_txt_area {
  display: block; /* or keep inline-block */
  width: 58rem;
  margin: 0 auto;
}
.gallery_logo_exp_txt_area h5{
  font-size: 2.5rem;
  line-height: 1.2;
  padding-bottom: 0.4em;
  font-weight: bold;
}
.gallery_logo_exp_txt_area p{
  font-size: 1.8rem;
  line-height: 1.2;
}
#support_wrapper{
  position: relative;
  padding-bottom: 13rem;
}
.support_h2{
  font-size: 13rem;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 44rem;
}
.support_p01{
  font-size: 2.2rem;
  line-height: 1.2;
  padding-left: 44rem;
  padding-bottom: 1.8em;
}
.support_mail{
  font-size: 5.4rem;
  line-height: 1.2;
  padding-left: 54rem;
  padding-bottom: 0.3em;
}
.support_p02{
  font-size: 2.2rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 78rem;
  padding-right: 6rem;
  margin: 2.2em 0;
}
.support_qr{
  display: inline-block;
  vertical-align: middle;
  width: 10rem;
}
.support_caution{
  display: inline-block;
  vertical-align: top;
  width: 4.7rem;
  margin-left: 45rem;
  margin-right: 4rem;
}
.support_p03{
  font-size: 0.7rem;
  line-height: 1.3;
  display: inline-block;
  vertical-align: top;
  width: 66rem;
}
#contact_wrapper{
  text-align: center;
}
.contact_h2{
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 1em;
  padding-bottom: 0.4em;
}
.contact_h3{
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 2em;
}
.contact_link{
  display: inline-block;
  width: 128.4rem;
}
.contact_logo_area{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.contact_logo{
  display: inline-block;
  vertical-align: top;
  width: 16rem;
  margin: 0 2.5rem;
}
footer{
  background-color: black;
}
.footer_logo{
  width: 85rem;
  margin: 0 auto;
  padding-top: 5rem;
}
.footer_support_area{
  width: 34rem;
  margin: 0 auto;
  text-align: center;
}
.footer_headset_area{
  display: inline-block;
  width: 6rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.footer_support_p01{
  font-size: 2rem;
  line-height: 1.5;
  color: white;
  font-weight: bold;
  text-align: left;
}
.footer_support_p02{
  font-size: 1.7rem;
  line-height: 1.5;
  color: white;
  font-weight: bold;
  text-align: left;
}
.footer_support_p03{
  font-size: 1.7rem;
  line-height: 1.4;
  color: white;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 4em;
  text-align: left;
}
.footer_links{
  text-align: center;
}
.footer_link{
  font-size: 2.7rem;
  line-height: 1.2;
  color: white;
  margin: 0 1.5em;
}
.footer_copyright{
  font-size: 2.5rem;
  line-height: 1.2;
  color: #CCFF00;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.top_video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* 必要なら */
}
.top_video_SP {
  padding-top: 24vw;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* 必要なら */
}

.color-circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-right: 0.5em;
  border: 1px solid #ccc; /* optional: 輪郭線 */
  vertical-align: middle;
}

.footer_support_p03 a {
  color: #CCFF00;
  text-decoration: none;
}
.spec_h2_2 {
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background-color: black; /* 背景を黒 */
  color: #CCFF00;            /* 文字色を白 */
  padding: 0.3em 1em;      /* 中の余白 */
  margin-top: 30px; /* ← これを追加！ */
}





.sp_only, .sp_only_ib{
  display: none !important;
}
@media (max-width:767px) {
  .sp_only{
    display: block !important;
  }
  .sp_only_ib{
    display: inline-block !important;
  }
  .pc_only{
    display: none !important;
  }
  #top_wrapper{
    overflow: hidden;
  }
  .top_img{
    padding-top: 24vw;
  }
  .navi_area{
    width: 100%;
    height: 24vw;
    top: 0;
    left: 0;
    right: 0;
    background-color: black;
  }
  .hbg {
    width: 12vw;
    padding-left: 82vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    background: black;
  }
  .hbg_a{
    width: 12vw;
    padding-left: 82vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    background: black;
  }
  .hbg_modal{
    position: fixed;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
  }
  .hbg_modal_top{
    position: relative;
    padding-top: 8.2vw;
    padding-bottom: 8vw;
  }
  .hbg_modal_logo{
    width: 65vw;
    padding-left: 6vw;
  }
  .hbg_close{
    position: absolute;
    width: 12vw;
    left: 82vw;
    transform: translateY(-50%);
    top: 50%;
  }
  .hbg_modal_main {
    width: 92vw;
    margin-left: 8vw;
    margin-top: -8vw;
  }
  .hbg_contact{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 15vh;
    font-size: 4vw;
    color: black;
    text-decoration: none;
    text-align: center;
    background-color: #CCFF00;
    width: 85vw;
    border-radius: 1vw;
    line-height: 2.3;
    font-weight: bold;
  }
  .top_catch {
    font-size: 4.4vw;
    top: 62%;
    left: 43%;
    white-space: nowrap;
  }
  .belt_logo {
    position: absolute;
    top: -150vw;
    left: 6vw;
    width: 65vw;
    margin: 0;
  }
  .belt_p {
    text-align: center;
    font-size: 6.4vw;
    display: block;
    padding: 1.1em 0;
  }
  #about_wrapper{
    overflow: hidden;
  }
  .about_h2 {
    font-size: 12vw;
    padding-left: 6vw;
    padding-top: 0.5em;
    padding-bottom: 0.4em;
  }
  .about_p {
    font-size: 5.3vw;
    padding-left: 6vw;
    width: 88vw;
    line-height: 1.4;
  }
  .about_gray_p {
    font-size: 3.4vw;
    padding-left: 6vw;
    width: 60vw;
    margin-top: 0em;
    padding-bottom: 29.8em;
  }
  .about_bike {
    width: 123vw;
    top: 105vw;
    left: -19vw;
  }
  .about_bg_text {
    width: 125vw;
    top: 169vw;
    left: 2vw;
  }
  .about_bg_il {
    width: 47vw;
    top: 228vw;
  }
  .about_movie {
    width: 86vw;
    margin-left: 7vw;
  }
  .about_right {
    width: 54vw;
    margin-left: 46vw;
    margin-top: -25vw;
  }
  .spec_h2{
    font-size: 10vw;
    line-height: 0.2;
    padding-top: 1.5em;
  }
  .spec_ibs{
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
     margin-top: -55px;
     padding-top: 0;
  }
  .spec_ib{
    width: 86vw;
    margin: 0 7vw;
    position: relative;
  }
  .spec_logo {
    position: absolute;
    top: 113vw;
    left: 0;
    width: 38vw;
  }
  .spec_bike {
    width: 86vw;
    padding-top: 37vw;
    padding-bottom: 10vw;
  }
  .spec_h3 {
    position: absolute;
    font-size: 6.5vw;
    transform: translateX(-50%);
    left: 50%;
    top: 20vw;
  }
  .spec_price {
    padding-left: 42vw;
    font-size: 3.3vw;
    padding-bottom: 3vw;
    margin-bottom: 6vw;
  }
  .spec_price_span01{
    padding-left: 0;
  }
  .spec_h5 {
    font-size: 4vw;
    text-align: center;
    padding-bottom: 2em;
  }
  .spec_more {
    font-size: 5.7vw;
  }
  .spec_modal_inner {
    width: 90vw;
    box-shadow: 1vw 1vw 2vw #ddd;
    padding-top: 2vw;
    padding-bottom: 5vw;
  }
  .spec_modal_top_p {
    font-size: 5vw;
    padding-left: 0.7em;
  }
  .spec_modal_close {
    right: 2vw;
    font-size: 7vw;
  }
  .spec_modal h3 {
    font-size: 4.5vw;
    padding-left: 1.3em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .spec_modal_left {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 8vw;
  }
  .spec_modal_right {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .spec_modal_right h5 {
    font-size: 4vw;
    padding-bottom: 0.7em;
  }
  .spec_modal_right table th, .spec_modal_right table td{
    font-size: 2vw;
  }
  #gallery_wrapper{
    overflow: hidden;
  }
  .gallery_h2 {
    font-size: 12vw;
    text-align: left;
    padding-left: 6vw;
    padding-bottom: 0.4em;
    padding-top: 2em;
  }
  .gallery_p {
    font-size: 6.3vw;
    line-height: 1.3;
    padding-left: 6vw;
    width: 88vw;
  }
  .gallery_nowrap_area {
    padding: 0 6vw;
    margin-bottom: 50px; /* ← これを追加！ */
  }
  .gallery_bg_text {
    width: 200vw;
    top: 50vw;
    left: -40vw;
  }
  .gallery_bg_il {
    width: 52vw;
    top: 9vw;
  }
  .gallery_bike {
    width: 110vw;
    top: 34vw;
    left: -10vw;
  }
  .interviews{
    width: 86vw;
    margin-left: 7vw;
    margin-top: 106vw;
  }
  .interview_link{
    font-size: 2.6vw;
  }
  .slick-dots{
    bottom: -17vw;
  }
  .gallery_hoge_area{
    padding-top: 18vw;
  }
  .gallery_hoge {
    width: 86vw;
  }
  .gallery_hoge_p {
    font-size: 6.3vw;
    width: 86vw;
    margin-left: 7vw;
    padding-bottom: 2.5em;
  }
  .minigp_left {
    width: 86vw;
    margin-right: 0;
    margin-bottom: 12vw;
  }
  .minigp_right {
    margin-right: -1vw;
  }
  .minigp_logo {
    width: 30vw;
  }
  .minigp_p{
    font-size: 6.3vw;
    width: 86vw;
  }
  .gallery_logo_area {
    padding-bottom: 10vw;
  }
  .gallery_logo_main_img_area{
    width: 100%;
  }
  .gallery_logo_exp_area {
    width: 80vw;
    padding-top: 10vw;
  }
  .gallery_logo_exp_img_area{
    width: 14vw;
  }
  .gallery_logo_exp_txt_area {
    width: 80vw;
  }
  .gallery_logo_exp_txt_area h5{
    font-size: 4vw;
    line-height: 1.4;
  }
  .gallery_logo_exp_txt_area p{
    font-size: 1.8vw;
  }
  .support_h2{
    font-size: 12vw;
    padding-left: 6vw;
  }
  .support_p01 {
    font-size: 2.8vw;
    padding-top: 3em;
    padding-left: 6vw;
  }
  .support_mail {
    font-size: 5.2vw;
    padding-left: 22vw;
  }
  .support_p02 {
    font-size: 2.8vw;
    padding-left: 21vw;
  }
  .support_qr {
    width: 11vw;
  }
  .support_p03 {
    font-size: 1.3vw;
    padding-top: 10em;
    padding-bottom: 20em;
    padding-left: 6vw;
    line-height: 2.7;
    width: 69vw;
  }
  .contact_h2{
    font-size: 11vw;
  }
  .contact_h3{
    font-size: 3vw;
  }
  .contact_link{
    width: 86vw;
  }
  .contact_logo_area {
    padding-top: 10vw;
    padding-bottom: 20vw;
  }
  .contact_logo {
    width: 22vw;
    margin: 0 2vw;
  }
  footer{
    position: relative;
  }
  .footer_logo {
    width: 86vw;
    padding-top: 10vw;
  }
  .footer_support_area{
    width: 86vw;
  }
  .footer_headset_area {
    display: inline-block;
    width: 13vw;
    padding-top: 17vw;
    padding-bottom: 5vw;
  }
  .footer_support_p01{
    font-size: 5.2vw;
  }
  .footer_support_p02{
    font-size: 4.8vw;
  }
  .footer_support_p03{
    font-size: 4.8vw;
  }
  .footer_links{
    padding-left: 6vw;
    text-align: left;
  }
  .footer_link {
    font-size: 6vw;
    margin-left: 0;
    margin-right: 54vw;
    display: inline-block;
    margin-bottom: 0.6em;
  }
  .footer_copyright {
    font-size: 4vw;
    padding-top: 3em;
  }
  .spec_h2_2 {
  font-size: 20rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background-color: black; /* 背景を黒 */
  color: #CCFF00;            /* 文字色を白 */
  padding: 0.3em 1em;      /* 中の余白 */
  margin-top: 30px;
}
}