@charset "UTF-8";



/* **********************************
 *  Home
 * ********************************* */
.pg_home{

}
.pg_home .section#sec1{
  padding-top: 55px;
}
.pg_home .section#sec2{
  padding-top:70px;
}
.pg_home .section#sec3{
  background: #f15a22;
  position: relative;
  z-index: 2;
  padding: 7px 0 50px;
  border: 1px solid #000;
  border-left: 0;
  border-right: 0;
  margin-top: 50px;
}
.pg_home .section#sec3:before{
  content: "";
  display: block;
  width: 38.28%;
  aspect-ratio:735 / 480;
  background-image: url(/img/home/bike.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pg_home .section#sec4{
  position: relative;
  z-index: 2;
  padding: 70px 0 50px;
  border-bottom: 1px solid #000;
}
.pg_home .section#sec5{
  padding: 50px 0;
  border-bottom: 1px solid #000;
}
.pg_home .section#sec6{
  padding: 50px 0;
}

.chra{
  position: relative;
}
.chra:after{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

/*レース情報*/
.home_contents1_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_contents1_box1{
  width: 100%;
}
.home_contents1_box1 .post_items{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-10px;
  border-bottom: 1px solid #000000;
  padding-bottom: 31px;
}
.home_contents1_box1 .post_items .item{
  width: 50%;
  display: block;
  padding-inline:10px;
  padding: 0 10px;
  border-top: 0;
}
.home_contents1_box1 .post_items .item:last-child{
  border-bottom: 0;
}
.home_contents1_box1 .post_items .item:after{
  display: none;
}
.home_contents1_box1 .post_items .item:nth-child(n+3){
  margin-top: 20px
}
.home_contents1_box1 .post_items .item a{
  display: block;
  border:1px solid #000000;
  border-radius: 20px;
  overflow: hidden;
}
.home_contents1_box1 .post_items .item .img{
  overflow: hidden;
}
.home_contents1_box1 .post_items .item .img img{
  border-radius: 20px 20px 0 0;
}
.home_contents1_box1 .post_items .item .img:before{
  padding-top: 62.5%;
}
.home_contents1_box1 .post_items .item .content{
  padding: 19px 26px;
}
.home_contents1_box1 .post_items .item .meta{
  display: flex;
  align-items: center;
}
.home_contents1_box1 .post_items .item .category{
  width: auto;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid #000000;
  border-radius: 13px;
  text-align: center;
  padding: 2px 10px;
}
.home_contents1_box1 .post_items .date{
  width: auto;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  letter-spacing: 0;
  margin-left: 23px;
}
.home_contents1_box1 .post_items .title{
  width: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875em;
  margin-top: 10px;
}
.home_contents1_box2{
  width: 100%;
}
.bnr_btn{

}
.home_contents1_box1 .read_more{
  margin-top: 29px;
}

/*about*/
.contents_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.home_contents2_wrap:before{
  content: "";
  display: block;
  width: 100vw;
  height: 150%;
  background: #f2f2f2;
  position: absolute;
  top: 165px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.contents_items .box1{
  width: 100%;
  position: relative;
  z-index: 1;
}
.home_contents2_wrap .box1:after{
  content: "";
  display: block;
  width: 328px;
  aspect-ratio:328 / 266;
  background-image: url(/img/home/msg1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.home_contents2_wrap .img{

}
.home_contents2_wrap .img img{
  border-radius: 20px;
  border:1px solid #000;
}
.home_contents2_wrap .img:before{
  padding-top:60%;
}

.contents_items .box2{
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  ;
}
.tt2_sm{

}
.tt2_sm_en{
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
}
.tt2_sm_ja{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
.tt2_sm_ja:before{
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f15a22;
  margin-right: 12px;
}
.sec_sub_title{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
.content_desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.25em;
  text-align: justify;
  margin-top: 20px;
}
.home_contents2_wrap .read_more{
  margin-top:40px;
}

/*魅力*/
.flowing_letters{
  font-size: clamp(2.5rem, 1.125rem + 6.88vw, 9.375rem);
  font-weight: 700;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: rgba(255,255,255,0.2);
  margin-bottom: -0.2em;
}
.infiniteslide_wrap{
  overflow: visible!important;
}

.home_contents3_wrap{

}
.home_contents3_wrap .box1{
  width: 100%;
}
.home_contents3_wrap .chra:after{
  width: 265px;
  aspect-ratio:265 / 261;
  background-image: url(/img/home/char2.png);
  bottom: 0;
  right: 0;
}
.home_contents3_wrap .responsive_video:before{
  padding-top: 56.25%;
}
.home_contents3_wrap .responsive_video iframe{
  border-radius: 20px;
  border: 1px solid #000;
}
.home_contents3_wrap .box2{

}
.home_contents3_tt{
  display: inline-block;
  position: relative;
  padding: 0 19px;
  line-height: 2em;
}
.home_contents3_tt:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transform: skewX(-10deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home_contents3_tt .txt{
  display: inline-block;
  color: #fee101;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.4em;
  position: relative;
  z-index: 1;
}
.home_contents3_wrap .box2{
  color: #fff;
}
/*.home_contents3_tt .txt:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
   transform: skewX(-17deg);
  position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}*/

/*パイオニア*/
.home_contents4_wrap{
  position: relative;
}
.contents_items.bg_gray{
  padding: 30px 0;
}
.contents_items.bg_gray:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.home_contents4_wrap .chra:after{
  width: 536px;
  aspect-ratio:536 / 341;
  background-image: url(/img/home/char3.png);
  top: 0;
  left: 0;
}
.home_contents4_wrap .img:before{
  padding-top: 75%;
}
.home_contents4_wrap .img img{
  border-radius: 20px;
}
.home_contents4_wrap .title_logo{

}
.home_contents4_wrap .home_contents3_tt{
  padding: 5px 19px;
  margin-top: 20px;
}

.home_contents4_wrap .home_contents3_tt:after{
  background: #f12336;
}
.home_contents4_wrap .home_contents3_tt .txt{
  color: #fff;
}
.home_contents4_wrap .content_desc{

}
.home_contents4_wrap .read_more{
  margin-top: 40px;
}

/*kayo*/
.home_contents5_wrap{

}
.home_contents5_wrap .chra:after{
  width: 452px;
  aspect-ratio:452 / 313;
  background-image: url(/img/home/char4.png);
  top: 0;
  left: 0;
}
.home_contents5_wrap .box1{

}
.home_contents5_wrap .title_logo{
  margin-bottom: 30px;
}
.home_contents5_wrap .home_contents3_tt{
  padding: 3px 19px;
}
.home_contents3_tt + .home_contents3_tt{
  margin-top: 12px;
}
.home_contents5_wrap .home_contents3_tt:after{
  background: #f15a22;
}
.home_contents5_wrap .home_contents3_tt .txt{
  color: #fff;
}
.home_contents5_wrap .content_desc{
  margin-top: 28px;
}
.home_contents5_wrap .read_more{
  margin-top: 40px;
}
.home_contents5_wrap{

}
.home_contents5_wrap{

}
.home_contents5_wrap .box2{

}
.home_contents5_wrap .img:before{
  padding-top: 75%;
}
.home_contents5_wrap .img img{
  border-radius: 20px;
}

.bnr_box{
  display: block;
  text-align: center;
}
.bnr_box img{
  transition: all .2s;
}
.bnr_box:hover img{
  transform: scale(1.05);
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  /*レース情報*/
  .home_contents1_box1 .post_items .item .content{
    padding: 19px 16px;
  }
  .home_contents1_box1 .post_items .item .meta{
    flex-wrap: wrap;
  }
  .home_contents1_box1 .post_items .date{
    margin-left: 0;
    margin-top: 10px;
  }
  .home_contents1_box2{
    margin-top: 50px;
  }

  /*about*/
  .home_contents2_wrap:before{
    top: 50px;
  }
  .home_contents2_wrap .box1:after{
    width: 170px;
    top: -30px;
  }

  /*魅力*/
  .home_contents3_wrap .chra:after{
    width: 130px;
    bottom: -60px;

  }
  .home_contents3_wrap .box2{
    margin-top: 60px;
  }

  /*パイオニア*/
  .home_contents4_wrap .chra:after{
    width: 160px;
    top: -50px;
  }
  .home_contents4_wrap .title_logo{
    width: 180px;
  }

  /*kayo*/
  .home_contents5_wrap .chra:after{
    width: 160px;
    top: -50px;
  }
  .home_contents5_wrap .title_logo{
    width: 180px;
  }

  /*お知らせ*/
  .bnr_btn + .bnr_btn{
    margin-top: 10px;
  }
}
@media (min-width:768px){
  .pg_home{

  }
  .pg_home .section#sec1{
    padding-top: 55px;
  }
  .pg_home .section#sec2{
    padding-top: 150px;
  }
  .pg_home .section#sec3{
    padding: 7px 0 100px;
    margin-top: 100px;
  }
  .pg_home .section#sec4{
    padding: 100px 0;
  }
  .pg_home .section#sec5{
    padding: 100px 0;
  }
  .pg_home .section#sec6{
    padding: 100px 0;
  }

  /*レース情報*/
  .home_contents1_wrap{

  }
  .home_contents1_box1{

  }
  .home_contents1_box1 .post_items{

  }
  .home_contents1_box1 .post_items .item{

  }

  .home_contents1_box1 .post_items .item a{

  }
  .home_contents1_box1 .post_items .item .img:before{

  }
  .home_contents1_box1 .post_items .item .content{
    padding: 19px 26px 27px;
  }
  .home_contents1_box1 .post_items .date{

  }
  .home_contents1_box1 .post_items .title{

  }
  .home_contents1_box2{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    margin-top: 50px;
    ;
  }
  .bnr_btn{
    width: 47%;
  }

  /*about*/
  .home_contents2_wrap{

  }
  .contents_items .box1{

  }
  .home_contents2_wrap .box1:after{
    left: 0;
    top: -60px;
  }
  .home_contents2_wrap .img{

  }
  .home_contents2_wrap .img:before{
    padding-top: 45.5%;
  }
  .contents_items .box2{
    margin-top: 30px;
    ;
  }
  .tt2_sm{

  }
  .tt2_sm_en{
    font-size: 50px;
  }
  .tt2_sm_ja{

  }
  .sec_sub_title{
    font-size: 24px;
    margin-top: 43px;
  }
  .content_desc{
    margin-top: 36px;
  }
  .home_contents2_wrap .read_more{
    margin-top: 51px;
  }

  /*魅力*/
  .flowing_letters{
    margin-bottom: -0.4em;
  }
  .home_contents3_wrap{

  }

  .home_contents3_wrap .chra:after{
    bottom: -120px;
    right: -5%;
  }

  .home_contents3_wrap .box1{

  }
  .home_contents3_wrap .responsive_video:before{

  }
  .home_contents3_wrap .box2{

  }
  .home_contents3_tt{

  }
  .home_contents3_tt .txt{
    font-size: 28px;
  }
  .home_contents3_wrap .content_desc{
    margin-top: 16px;
  }

  /*パイオニア*/
  .home_contents4_wrap{

  }
  .contents_items.bg_gray{
    padding: 50px 0;
  }
  .home_contents4_wrap .chra:after{
    width: 400px;
    top: -100px;
    left: 0;
  }
  .home_contents4_wrap .img:before{

  }
  .home_contents4_wrap .title_logo{

  }
  .home_contents4_wrap .home_contents3_tt{
    margin-top: 50px;
  }
  .home_contents4_wrap .home_contents3_tt .txt{
    font-size: 20px;
  }
  .home_contents4_wrap .content_desc{
    margin-top: 31px;
  }
  .home_contents4_wrap .read_more{
    margin-top: 53px;
  }

  /*kayo*/
  .home_contents5_wrap{

  }
  .home_contents5_wrap .chra:after{
    width: 350px;
    top: -135px;
    left: 0;
    ;
  }
  .home_contents5_wrap .box1{

  }
  .home_contents5_wrap .title_logo{
    margin-bottom: 50px;
  }
  .home_contents5_wrap .home_contents3_tt{

  }
  .home_contents5_wrap .home_contents3_tt .txt{
    font-size: 20px;
  }
  .home_contents5_wrap .content_desc{
    margin-top: 28px;
  }
  .home_contents5_wrap .read_more{
    margin-top: 60px;
  }
  .home_contents5_wrap{

  }
  .home_contents5_wrap{

  }
  .home_contents5_wrap .box2{

  }
  .home_contents5_wrap .img:before{

  }
}
@media (min-width:1024px){
  .pg_home{

  }
  .pg_home .section#sec1{
    padding-top: 55px;
  }
  .pg_home .section#sec2{
    padding-top: 220px;
  }
  .pg_home .section#sec3{
    padding: 7px 0 100px;
    margin-top: 140px;
  }
  .pg_home .section#sec4{
    padding: 160px 0 120px;
  }
  .pg_home .section#sec5{
    padding: 160px 0 120px;
  }
  .pg_home .section#sec6{
    padding: 140px 0 53px;
  }

  /*レース情報*/
  .home_contents1_wrap{

  }
  .home_contents1_box1{
    width: 100%;
  }
  .home_contents1_box1 .post_items{

  }

  .home_contents1_box1 .post_items .item{
    width: 33.333%;
  }
  .home_contents1_box1 .post_items .item:nth-child(n+3){
    margin-top: 0;
  }
  .home_contents1_box1 .post_items .item a{

  }
  .home_contents1_box1 .post_items .item .img:before{

  }
  .home_contents1_box1 .post_items .item .content{

  }
  .home_contents1_box1 .post_items .date{

  }
  .home_contents1_box1 .post_items .title{

  }
  .home_contents1_box2{
    width:100%;
  }
  .bnr_btn{
    width: auto;
  }

  /*about*/
  .home_contents2_wrap{
    align-items: flex-start;
  }

  .home_contents2_wrap .box1{

  }
  .home_contents2_wrap .box1:after{
    left: 0;
    top: -60px;
  }
  .home_contents2_wrap .img{

  }
  .home_contents2_wrap .box2{

  }
  .tt2_sm{

  }
  .tt2_sm_en{
    font-size: 60px;
  }
  .tt2_sm_ja{

  }
  .sec_sub_title{
    font-size: 30px;
  }
  .content_desc{

  }
  .home_contents2_wrap .read_more{

  }

  /*魅力*/
  .flowing_letters{
    margin-bottom: -0.4em;
  }

  /*パイオニア*/
  .home_contents4_wrap{

  }
  .home_contents4_wrap .chra:after{
    width: 400px;
    top: -150px;
    left: 0;
    ;
  }
  .home_contents4_wrap .img:before{

  }
  .home_contents4_wrap .title_logo{

  }
  .home_contents4_wrap .home_contents3_tt{
    margin-top: 50px;
  }
  .home_contents4_wrap .home_contents3_tt .txt{

  }
  .home_contents4_wrap .content_desc{

  }

  /*kayo*/
  .home_contents5_wrap{

  }
  .home_contents5_wrap .chra:after{
    width: 452px;
    top: -135px;
    left: 0;
    ;
  }
  .home_contents5_wrap .box1{

  }
  .home_contents5_wrap .home_contents3_tt{

  }
  .home_contents5_wrap .home_contents3_tt .txt{

  }
  .home_contents5_wrap .content_desc{

  }
  .home_contents5_wrap{

  }
  .home_contents5_wrap{

  }
  .home_contents5_wrap .box2{

  }
  .home_contents5_wrap .img:before{

  }
}
@media (min-width:1200px){
  /*レース情報*/
  .home_contents1_box1{
    width: 66.11%;
  }
  .home_contents1_box1 .post_items .item{
    width: 33.33%;
  }
  .home_contents1_box2{
    display: block;
    text-align: left;
    width: 29.73%;
  }
  .home_contents1_box1 .post_items .item:nth-child(n+3){
    margin-top: 0;
  }
  /*お知らせ*/
  .bnr_btn + .bnr_btn{
    margin-top: 10px;
  }


  /*about*/
  .home_contents2_wrap{

  }
  .contents_items .box1{
    width: 38.48%;
  }
  .home_contents2_wrap .box1:after{
    left: 0;
    top: -60px;
  }
  .home_contents2_wrap .img{
    margin-left: var(--margin-for-device-side);
  }
  .home_contents2_wrap .img img{
    border-radius: 0 20px 20px 0;
  }
  .home_contents2_wrap .img:before{
    padding-top: 45.5%;
    padding-top: 450px;
  }
  .contents_items .box2{
    width: 57.23%;
    margin-top: 0;
  }
  .tt2_sm{

  }
  .tt2_sm_en{

  }
  .tt2_sm_ja{

  }
  .sec_sub_title{

  }
  .content_desc{

  }
  .home_contents2_wrap .read_more{

  }

  /*魅力*/
  .home_contents3_wrap .chra:after{
    bottom: -120px;
    right: -5%;
  }
  .flowing_letters{
    margin-bottom: -0.4em;
  }
  .home_contents3_wrap{

  }
  .home_contents3_wrap .box1{
    width: 47.5%;
    order: 2;
  }
  .home_contents3_wrap .sec_sub_title{
    margin-top: 50px;
  }
  .home_contents3_wrap .responsive_video:before{
    padding-top: 405px;
  }
  .home_contents3_wrap .box2{
    width: 47.5%;
    order: 1;
    margin-top: 0;
  }
  .home_contents3_tt{

  }
  .home_contents3_tt .txt{
    font-size: 32px;
  }

  /*パイオニア*/
  .home_contents4_wrap{

  }
  .contents_items.bg_gray{
    padding: 0;
  }
  .contents_items.bg_gray:before{
    width: 100%;
    margin-left: 0;
    margin-right: 0;

  }
  .home_contents4_wrap.bg_gray:before{
    height: 90%;
    top: 180px;
    right:21.05%;
    border-radius: 0 30px 0 0;
  }
  .home_contents5_wrap.bg_gray:before{
    height: 90%;
    top: 180px;
    left:21.05%;
    border-radius: 30px 0 0 0;
  }
  .home_contents4_wrap.bg_gray:before{

  }
  .home_contents4_wrap .chra:after{
    width: 400px;
    top: -150px;
    left: -5%;
    ;
  }
  .home_contents4_wrap .img:before{

  }
  .home_contents4_wrap .title_logo{

  }
  .home_contents4_wrap .box1{
    width: 52.63%;
  }
  .home_contents4_wrap .box2{
    width: 42.76%;
    padding-left: 5px;
  }
  .home_contents4_wrap .home_contents3_tt{

  }
  .home_contents4_wrap .home_contents3_tt .txt{
    font-size: 17px;
  }
  .home_contents4_wrap .content_desc{

  }

  /*kayo*/
  .home_contents5_wrap{

  }
  .home_contents5_wrap .chra:after{
    width: 452px;
    top: -135px;
    left: -20.62%;
    ;
  }
  .home_contents5_wrap .box1{
    width: 52.63%;
    order: 2;
  }
  .home_contents5_wrap .home_contents3_tt{

  }
  .home_contents5_wrap .home_contents3_tt .txt{
    font-size: 17px;
  }
  .home_contents5_wrap .content_desc{

  }
  .home_contents5_wrap{

  }
  .home_contents5_wrap{

  }
  .home_contents5_wrap .box2{
    width: 42.76%;
    order: 1;
  }
  .home_contents5_wrap .img:before{

  }
}
@media (min-width:1470px){
  /*about*/
  .home_contents2_wrap .box1:after{
    left: 0;
    top: -60px;
  }


  /*魅力*/
  .home_contents3_wrap .chra:after{
    bottom: -120px;
    right: -5%;
  }
  .flowing_letters{
    margin-bottom: -0.4em;
  }
  .tt2_sm_en{
    font-size: 50px;
  }

  /*パイオニア*/
  .home_contents4_wrap .chra:after{
    width: 536px;
    top: -193px;
    left: -21.62%;
    ;
  }
}
@media (min-width:1536px){
  /*魅力*/
  .home_contents3_wrap .chra:after{
    bottom: -120px;
    right: -5%;
  }
  .home_contents3_tt .txt{
    font-size: 40px;
  }

  /*パイオニア*/
  .home_contents4_wrap .chra:after{
    width: 536px;
    top: -193px;
    left: -21.62%;
    ;
  }
}
@media (min-width:1720px){
  /*about*/
  .home_contents2_wrap .box1:after{
    left: -23.33%;
    top: -60px;
  }

  /*魅力*/
  .home_contents3_wrap .chra:after{
    bottom: -120px;
    right: -5%;
  }

  .flowing_letters{
    margin-bottom: -0.4em;
  }
  .tt2_sm_en{
    font-size: 60px;
  }
  .home_contents3_tt .txt{
    font-size: 48px;
  }

  .home_contents4_wrap .home_contents3_tt .txt{
    font-size: 24px;
  }

  /*パイオニア*/
  .home_contents4_wrap .chra:after{
    top: -193px;
    left: -21.62%;
    ;
  }
  .home_contents5_wrap .home_contents3_tt .txt{
    font-size: 24px;
  }

}
