@charset "UTF-8";


/*******************************
*　共通
********************************/
body{
  color: #000;
}

*{
  transition: 0.2s all;
}
a,
a:hover{
  text-decoration: none;
}
a:hover img{
  opacity: 1;
}

.read_more a{
  font-weight: 500;
}

@media (max-width:767px){
  body{
    padding-bottom: 49px;
  }
}
@media (min-width:768px){
  .anchor{
    top: -200px;
  }
}
@media (min-width:1536px){
  .lg_nobr br{
    display: none !important;
  }
}


/*******************************
*　ヘッダー
********************************/
.hdr_logo{
  display: flex;
  align-items: center;
}
.hdr_txt{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  margin-left: 20px;
}
.hdr_contact_btn{
  position: relative;
  z-index: 1;
}
.hdr_contact_btn .roboto{
  font-family: "Roboto","Noto Sans JP", sans-serif;
  font-style: italic;
}
.hdr_contact_btn.external{
  
}
.hdr_contact_btn.external:before{
  content: "";
  width: 11px;
  height: 11px;
  background-image: url('/img/hdr_external.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}

.gnav li a{
  
}
.gnav li a:hover{
  background-color: #f15a22;
  color: #FFF;
}


.mv_txt2{
  font-family: "Roboto";
}

@media (max-width:767px){
  header .hdr1{
    justify-content: center;
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  .gnav li{
    border-bottom: 1px dotted #CCC;
  }
  .gnav li a{
    border: 0;
    padding: 10px 10px;
  }
  
  .mv_content{
    position: relative;
    z-index: 2;
    margin-top: -170px;
  }
  .mv_txt1,
  .mv_txt2{
    color: #FFF;
    filter: drop-shadow(0 0 4px #333);
  }
  
}

@media (min-width:768px){
  .hdr_txt{
    font-size: 14px;
    margin-left: 10px;
  }
  .hdr_contact_btns {
    margin-left: 0;
  }
  
  .hdr_contact_btn{
    
  }
  .hdr_contact_btn:last-child{
    border-radius: 0 ;
    border-right: 1px solid #000;
  }
  
  
  
  .hdr_menubtn{
    margin-left: 0;
  }
  .hdr_menubtn a > p{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  
  .mv_txt1,
  .mv_txt2{
    filter: drop-shadow(0 0 4px #333);
  }
  
}
@media (min-width:1024px){
  .hdr_txt{
    font-size: 16px;
    margin-left: 20px;
  }
}
@media (min-width:1200px){
  
  .hdr_txt{
    white-space: nowrap;
    /*font-size: 16px;*/
    /*margin-left: 20px;*/
  }
  
  .hdr_contact_btns {
    margin-left: 15px;
  }
  .hdr_contact_btn{
    width: 120px;
    font-size: 12px;
  }
  .hdr_contact_btn:last-child{
    border-radius: 0 10px 10px 0;
    border-right: 0;
  }
  
  .gnav li a{
    font-size: 16px;
  }
}

@media (min-width:1536px){
  
  .hdr_txt{
    font-size: 18px;
    margin-left: 20px;
  }
  .hdr_contact_btns {
    margin-left: 38px;
  }
  .hdr_contact_btn{
    width: 140px;
    font-size: 14px;
  }
  
  .gnav li a{
    font-size: 18px;
  }
  
}

/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  
}
.pg_header .container{
  height: 100px;
}
.pg_header .tt1{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFF;
}

@media (min-width:768px){
  .pg_header .container{
    height: 300px;
  }
  .pg_header .tt1{
    font-size: 36px;
    margin-bottom: -100px;
  }
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
}

/*******************************
*　フッター
********************************/

footer{
  padding-bottom: 0;
}
footer .ftr_addr a:hover,
footer .ftr_links li a:hover{
  color: #fee101;
}
.ftr_1{
  z-index: 1;
  padding-bottom: 0;
}
.ftr_1:before,
.ftr_1:after{
  z-index: -1;
}

.ftr_logo{
  display: flex;
  align-items: center;
}
.ftr_txt{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF;
  margin-left: 10px;
}

.ftr_links_wrap{
  display: flex;
  flex-wrap: wrap;
}
.ftr_links_wrap .ftr_links{
  flex-direction: column;
  margin-right: 0;
}
.ftr_links_wrap .ftr_links + .ftr_links{
  margin-left: 40px;
}
.ftr_links_wrap .ftr_links li:nth-child(3n),
.ftr_links_wrap .ftr_links li:nth-child(3n - 1),
.ftr_links_wrap .ftr_links li:nth-child(3n - 2){
  width: auto;
}
.ftr_links_wrap .ftr_links li+li{
  margin-top: 20px;
}

footer .copy{
  font-family: "Roboto","Noto Sans JP", sans-serif;
  font-weight: 700;
}

.footer_fix{
  background: #fee101;
}
.footer_fix ul li a{
  background: #f15a22;
}

.pagetop{
  z-index: 10;
}


@media (max-width:1023px){
 
  .ftr_1:before{
    width: 30%;
  }
  .ftr_1:after{
    width: 30%;
  }
  
}
@media (max-width:1024px){
  .ftr_contact_inner .box2 a{
    width: 49%;
  }
  .ftr_contact_inner .box2 a img{
    width: 100%;
  }
}
@media (max-width:1023px){
  .ftr_contact_inner .box2{
    margin-top: 20px;
  }
}
@media (max-width:767px){
 
  footer{
    padding-bottom: 0;
  }
  .ftr_logo{
    justify-content: center;
  }
  
  .ftr_contact_inner .box2 a{
    width: 100%;
  }
  .ftr_contact_inner .box2 a:last-child{
    margin-bottom: 0;
  }
  
  .ftr_1:before{
    width: 40%;
  }
  .ftr_1:after{
    width: 40%;
  }
  
  .footer_fix{
    display: flex;
    transform: translateY(100%);
    transition: 0.2s all;
  }
  .footer_fix.show{
    transform: translateY(0);
  }

  
}
@media (min-width:768px){
  
  .ftr_txt{
    font-size: 16px;
    margin-left: 10px;
  }
  
  .ftr_links_wrap{
  }
  .ftr_links_wrap .ftr_links{
    width: 50%;
    margin-right: 0;
  }
  .ftr_links_wrap .ftr_links + .ftr_links{
    margin-left: 0;
  }
  .ftr_links_wrap .ftr_links li+li{
    margin-top: 20px;
  }
  
}
@media (min-width:1024px){
  .ftr_contact_inner .box1{
    align-content: center;
  }
  .ftr_contact_btn{
    padding: 4px 0;
  }
  
  .ftr_links_wrap{
  }
  .ftr_links_wrap .ftr_links{
    width: auto;
  }
  .ftr_links_wrap .ftr_links + .ftr_links{
    margin-left: 30px;
  }
  .ftr_links_wrap .ftr_links li+li{
    margin-top: 20px;
  }
}
@media (min-width:1200px){
  
  .ftr_contact_btn{
    margin-left: 10px;
    padding: 8px 0;
  }
  
  .ftr_txt{
    font-size: 16px;
    margin-left: 10px;
  }
  
  .ftr_links_wrap{
  }
  .ftr_links_wrap .ftr_links{
    margin-right: 0;
  }
  .ftr_links_wrap .ftr_links + .ftr_links{
    margin-left: 40px;
  }
  .ftr_links_wrap .ftr_links li+li{
    margin-top: 20px;
  }
  
  
}

@media (min-width:1536px){
  
  .ftr_txt{
    font-size: 18px;
    margin-left: 10px;
  }
  
}

/*******************************
*　リスト
********************************/
.webgene-item .img_fit{
  overflow: hidden;
}
.webgene-item.races_cat_item,
.webgene-item.news_cat_item,
.webgene-item.posts_cat_item{
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}
.webgene-item.races_cat_item a,
.webgene-item.news_cat_item a,
.webgene-item.posts_cat_item a{
  display: block;
  padding: 3px 5px;
  border: 1px solid #000;
  border-radius: 50px;
  font-weight: 500;
}
.webgene-item.races_cat_item a.on,
.webgene-item.news_cat_item a.on,
.webgene-item.races_cat_item a:hover,
.webgene-item.news_cat_item a:hover{
  background: #f15a22;
  color: #FFF;
}

.webgene-item.posts_cat_item a{
  background: #f15a22;
  color: #FFF;
}
.webgene-item.posts_cat_item a.on,
.webgene-item.posts_cat_item a:hover{
  background: #000;
  color: #FFF;
}


.race_list_thumb .box1 .img,
.shop_list_thumb .box1 .img,
.handling_list_thumb .box1 .img,
.ycf_list_thumb .box1 .img,
.ycf_list_thumb .box1 .img,
.kayo_list_thumb .box1 .img{
  border-radius: 20px 20px 0 0;
}


.handling_list_thumb{
  width: 100%;
}
.handling_list_thumb .webgene-item .view_more{
  border: 1px solid;
}

.select_wrap select{
  font-weight: 500;
}

@media (max-width:767px){
 
  .pg_shop #wgc-side-category{
    display: flex;
  }
  .pg_news #wgc-side-category,
  .pg_race #wgc-side-category{
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .webgene-item.news_cat_item,
  .webgene-item.races_cat_item,
  .webgene-item.posts_cat_item{
    width: 50%;
    margin: 0;
    padding: 3px;
  }
}
@media (min-width:768px){
 
  .webgene-item.races_cat_item a,
  .webgene-item.news_cat_item a,
  .webgene-item.posts_cat_item a{
    padding: 1px 5px;
  }
  
}


/*******************************
*　HOME
********************************/
/* TOPバナー */
.bnr_btn a{
  
}
.bnr_btn a:hover img{
  transform: scale(1.02);
}

.home_contents1_box1 .post_items .item a{
  height: 100%;
}

.home_contents4_wrap .img{
  border: 1px solid #000;
  border-radius: 20px;
  overflow: hidden;
}
.home_contents4_wrap .img img{
  border: 0;
  border-radius: 0;
}


@media (max-width:1199px){
  .pg_home .section#sec1 .home_contents1_box2 .bnr_btn{
    width: 100%;
  }
}
@media (max-width:1023px){
  
  .pg_home .section#sec3:before{
    width: 50%;
  }
  .home_contents1_box1 .read_more,
  .home_contents2_wrap .read_more,
  .home_contents4_wrap .read_more,
  .home_contents5_wrap .read_more{
    display: flex;
    justify-content: center;
  }
  
  
}
@media (max-width:1023px){
  .home_contents1_box1 .post_items .item:nth-child(n+3){
    display: none;
  }
}
@media (max-width:767px){
 
  .pg_home .section#sec1{
    padding-top: 30px;
  }
  
  .pg_home .section#sec3{
    padding-top: 20px;
  }
  .pg_home .section#sec3:before{
    width: 50%;
  }
  .pg_home .section#sec4{
    padding-bottom: 0;
  }
  .pg_home .section#sec5{
    padding-bottom: 0;
  }
  
  .home_contents1_wrap{
    padding-top: 15px;
  }
  
  .home_contents1_box1 .post_items .item .content{
    padding: 10px 10px;
  }
  .home_contents1_box1 .post_items .item .category{
    padding: 1px 10px 2px;
  }
  .home_contents1_box1 .post_items .date{
    width: 100%;
  }
  .home_contents1_box1 .post_items .title{
    font-size: 13px;
    margin-top: 5px;
  }
  
  .home_contents2_wrap:before{
    top: 100px;
  }
  .home_contents1_box1 .post_items .item:nth-child(n+3){
    display: none;
  }
  .contents_items.bg_gray{
    padding-bottom: 50px;
  }
  .contents_items.bg_gray:before{
    top: 130px;
    bottom: 0;
    height: auto;
  }
  
  .flowing_letters{
    padding: 0 10px;
  }
  
}
@media (min-width:768px){
  
}
@media (min-width:768px) and (max-width:1199px){
  
  .pg_home .section#sec4{
    padding-bottom: 0;
  }
  .pg_home .section#sec5{
    padding-bottom: 0;
  }
  .home_contents4_wrap .chra:after{
    left: -50px;
  }
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
  .pg_home .section#sec4{
    
  }
  .pg_home .section#sec5{
    position: relative;
    z-index: 3;
  }
  
  .pg_home .section#sec4:after{
    content: "";
    position: absolute;
    z-index: 2;
    border-top: 1px solid;
    top: 100%;
    left: 0;
    width: 100%;
    height: 50px; /* 隠したい高さ分 */
    background: white; /* 背景色で隠す */
    pointer-events: none;
  }
  .home_contents1_box2{
    margin-top: 0;
  }
}
@media (min-width:1536px){
  
}


/*******************************
*　ログイン
********************************/
.mem_login{
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 30px 30px;
  text-align: center;
  background-image: url('/img/mem_login_bg.jpg');
  background-size: cover;
  background-position: center;
}
.mem_login_txt{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.mem_login_error{
  color: red;
  font-weight: 700;
  margin-bottom: 10px;
}


.mem_login_pw{
  
}
.mem_login_pw input{
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
  width: 500px;
  max-width: 100%;
  height: 50px;
  /*font-size: 40px;*/
  font-weight: 700;
  /*line-height: 0;*/
  /*padding-bottom: 8px;*/
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.mem_login_pw input::placeholder{
  font-size: 16px;
  line-height: 1;
  color: #b3b3b3;
  /*position: absolute;
  z-index: 1;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
}
.mem_login_btn{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.mem_login_btn button{
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 11px 0 11px 22px;
  border-radius: 28px;
  background: #000000;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  border: 1px solid #000;
  transition: all .2s;
  
}
.mem_login_btn button:before{
  content: "";
  width: 30px;
  aspect-ratio: 1;
  background-image: url(/img/arr1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all .2s;
  
}
.mem_login_btn button:hover:before{
  margin-right: -5px;
}

@media (min-width:768px){
  
  .mem_login{
    padding: 50px 50px;
  }
  .mem_login_txt{
    font-size: 24px;
    margin-bottom: 35px;
  }
  .mem_login_error{
    margin-bottom: 20px;
  }
  .mem_login_btn{
    margin-top: 65px;
  }
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
}


/*******************************
*　詳細ページ
********************************/
.bike_gallery_wrap{
  margin-left: -10px;
  margin-right: -10px;
}
.bike_gallery{
  width: 100%;
}
.bike_gallery .swiper-slide{
  width: 300px !important;
}
.bike_gallery_item{
  cursor: pointer;
}
.bike_gallery_item_img{
  border-radius: 20px;
  border: 1px solid #000;
  overflow: hidden;
}
.bike_gallery_item_img.img_fit:before{
  padding-top: 67.777%;
}

.bike_gallery_sub{
  margin-top: 18px;
}
.bike_gallery_sub .swiper-slide{
  width: 100px;
}
.bike_gallery_sub_item{
  cursor: pointer;
}
.bike_gallery_sub_item_img{
  /*width: 100px;*/
  border-radius: 10px;
  border: 1px solid #000;
  overflow: hidden;
}
.bike_gallery_sub_item_img.img_fit:before{
  padding-top: 68%;
}

/**/

.bike_gallery .sp-mask{
  width: 100% !important;
}


@media (max-width:767px){
  .pg_ycf .post_items .item.single_item{
    padding-top: 20px;
  }
}
@media (min-width:768px){
  .bike_gallery_wrap{
    margin-left: -10px;
    margin-right: -10px;
  }
  .bike_gallery .swiper-slide{
    width: 900px !important;
  }
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  .bike_gallery_wrap{
    margin-left: -25px;
    margin-right: -25px;
  }
}

/*******************************
*　詳細ページ(Slick版)
********************************/


.bike_gallery_wrap{
  position: relative;
  z-index: 1;
}

/* ラッパーははみ出し表示させたいので overflow:visible */
/*.slider-wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}*/

.bike_gallery_slider{
  /* slickがoverflow:hiddenを当てるので、左右チラ見えは centerPadding で作る */
}
.bike_gallery_slider .slick-slide{
  transition: transform .3s ease, opacity .3s ease;
  padding: 0 8px;                 /* スライド間の余白 */
  opacity: .5;                    /* 非アクティブは薄く */
}
.bike_gallery_slider .slick-center{
  opacity: 1;
  transform: scale(1);            /* 必要なら拡大: scale(1.02) 等 */
}
.bike_gallery_slider img{
  /*width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;*/
}

/* 矢印の簡易スタイル（必要なら） */
.slick-prev:before, .slick-next:before{
  color:#333;
  font-size: 28px;
}

/* ドット位置微調整（任意） */
.slick-dots{
  bottom: -28px;
}

/* スマホ時は左右チラ見え幅を小さくするための微調整用 */
@media (max-width: 767px){
  .bike_gallery_slider .slick-slide{
    padding: 0 6px;
  }
}



.bike_gallery_btn{
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.bike_gallery_btn.slick-prev{
  left: 1.5%;
}
.bike_gallery_btn.slick-next{
  right: 1.5%;
}


@media (min-width:768px){
  .bike_gallery_slider .slick-slide{
    padding: 0 20px;  
  }
  
  .bike_gallery_btn{
    width: 50px;
  }
  .bike_gallery_btn.slick-prev{
    left: 11.5%;
  }
  .bike_gallery_btn.slick-next{
    right: 11.5%;
  }
}  
@media (min-width:1024px){
  .bike_gallery_btn.slick-prev{
    left: 18.5%;
  }
  .bike_gallery_btn.slick-next{
    right: 18.5%;
  }
}
@media (min-width:1200px){
  
}

.bike_gallery_sub_item{
  cursor: pointer;
  padding: 0 5px;
}

/* スライド数が slidesToShow 以下のとき付けるクラス */
.slick-slider.is-static .slick-track{
  display: flex !important;
  justify-content: center;          /* ここを flex-start にすると左寄せ */
  transform: none !important;       /* これでメインに合わせて動かない */
}
.slick-slider.is-static .slick-slide{
  float: none;                       /* flex で中央寄せするため浮動解除 */
}
.slick-slider.is-static .slick-list{
  overflow: visible;                 /* なくても可。微妙な切れ対策 */
}

/*******************************
*　取扱店
********************************/
.handling_tbl{
  
}
.handling_tbl td{
  font-weight: 500;
}
.handling_tbl .hp-link{
  color: #34a4e4;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.handling_tbl .hp-link:hover{
  text-decoration: none;
}

/*******************************
*　ショップ概要
********************************/

.company_tbl th{
  /*font-weight: 500;*/
  font-weight: 700;
}
.company_tbl td{
  /*font-weight: 400;*/
  font-weight: 500;
}

.d-flex{
  display: flex;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next{
  width: 50%;
  align-items: center;
}

/*******************************
*　お問い合わせ
********************************/

.contact_form th{
  font-weight: 700;
}
.contact_form td{
  font-weight: 500;
}

.contact_form td input, 
.contact_form td textarea, 
.contact_form td select{
  
}

.contact_form_acceptance{
  font-weight: 500;
}


.mwform-checkbox-field label, 
.mwform-radio-field label{
  font-weight: 500;
}
.mwform-checkbox-field input, 
.mwform-radio-field input{
  margin-right: 2px;
}