@charset "shift_jis";
/* CSS Document  */

* {
    margin: 0;
    padding: 0;
    word-break: break-all;
    list-style: none;
}

body {
    /*font-family:"ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;*/
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0 !important;
    text-align: left !important;
}

img {
    border: none;
    -webkit-backface-visibility: hidden;
}

a {
    color: #416090;
    text-decoration: none;
}

a:visited {
    color: #416090;
}

/*　タブコンテンツ
==================================================*/
/* タブ */
.tab_contents{
    overflow:hidden;
}
.ui_tab{
    margin: 0 -5px 10px;
    border-bottom:#4c5462 3px solid;
}
.ui_tab li{
    float:left;
    width:16.66667%;
    padding:0 5px;
    box-sizing:border-box;
}
.ui_tab li a{
    display:block;
    color:#fff;
    text-align:center;
    padding:10px;
    background:#9fabc0;
}
.ui_tab li.current {
    position:relative;
}
.ui_tab li.current a,
.ui_tab li a:hover{
    background:#4c5462;
    text-decoration:none;
}
.ui_tab li.current:after{
    content: ' ';
    position: absolute;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #4c5462;
    top: 100%;
    left: calc(50% - 8px);
}
.ui_tab li.other{
    float:right;
    width:auto;
    font-size:16px;
    padding:10px 5px 0 0;
}
.ui_tab li.other span{
    color:#E61E25;
    font-size:18px;
}
/*2020RN追加*/
.contents .content.tab_open{
    display: block;
    opacity: 1;
    position: relative;
}

.contents_tab_select.tab_btn_1::after {
    content: "キャンペーン・特集";
    display: block;
    top: 50px;
    transform: rotate(-45deg);
    color: #fff;
    left: -10px;
    position: absolute;
    z-index: 11;
    font-size: 16px;
}
.contents_tab_select.tab_btn_1::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 150px solid transparent;
    border-left: 150px solid #e61e25;
    position: absolute;
    z-index: 10;
}
/*　車種フィルター
==================================================*/
.filter_mybike{
    border-top:#ccc 1px solid;
    border-bottom:#ccc 1px solid;
    background:#efefef;
    padding:10px;
    text-align:right;
    margin:60px 0 0 0;
}
.filter_mybike span{
    color: #e61e25;
    margin: 0 5px 0 0;
}
.filter_mybike select{
    padding:5px 50px 5px 5px;
    border:#333 1px solid;
    color:#333;
    font-size:16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position:relative;
}
.filter_mybike label{
    position:relative;
}
.filter_mybike label:after {
    color:#333;
    content: "\f0dd";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: -4px;
    pointer-events: none;
    line-height: 16px;
}

/*　キャンペーンから探す
==================================================*/
.contents .content{
    display:none;
    opacity:0;
}
.content.by_campaign {
    position:relative;
    padding:0 0 420px 0;
    overflow:hidden;
}
.content.by_campaign .campbox{
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.content.by_campaign .cel {
    position:absolute;
    padding: 5px;
    box-sizing:border-box;
    display:table-cell;
}
.content.by_campaign .cel:nth-child(1) a{
  top: 0;
  right: 5px;
  left: 0;
  bottom: 0;
}

.content.by_campaign .cel:nth-child(2) a{
  top: 0;
  right: 0;
  left: 5px;
  bottom: 6px;
}
.content.by_campaign .cel:nth-child(3) a{
  top: 6px;
  right: 4px;
  left: 4px;
  bottom: 0px;
}
.content.by_campaign .cel:nth-child(4) a{
  top: 6px;
  right: 0;
  left: 8px;
  bottom: 0px;
}
.content.by_campaign .cel a{
    position: absolute !important;
    top: 7px;
    right: 5px;
    bottom: 0;
    left: 5px;
    color:#fff;
}
@-moz-document url-prefix() {
    .content.by_campaign .cel a {
        top: 6px;
    }
}
.content.by_campaign .cel div.banner{
    display:block;
    height:100%;
    width:100%;
    background: transparent no-repeat 50%;

}
.content.by_campaign .cel div.banner:hover{
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}
.content.by_campaign .cel div.banner p{
    background:rgba(0,0,0,0.8);
    display:table;
    width:100%;
    height:100%;
    text-align:center;
}
.content.by_campaign .cel div.banner p span{
    display:table-cell;
    vertical-align:middle;
}
@media screen and (max-width: 1280px) {
.content.by_campaign .cel div.banner{
    background-size:cover;
}
}


/*　車種から探す
==================================================*/
.content.by_motorcycle {
    background:url(//img.webike.net/sys_images/shoppingtop/bg_by_motorcycle.jpg) no-repeat center;
    padding:100px;
    text-align:center;
    height:220px;
    margin: 0;
}
.content.by_motorcycle select{
    padding:5px 10px;
    border:#ccc 1px solid;
    max-width:200px;
    vertical-align: middle;
    height: 34px;
}
.content.by_motorcycle .icon_circle{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    box-sizing: border-box;
    border:#fff 2px solid;
    background:#fff;
}
.content.by_motorcycle .icon_circle img{
    object-fit: cover;
    width: 100px;
    height: 100px;
}

/* Myバイクがある場合 */
.content.by_motorcycle .select_mybike{
    position: relative;
    overflow: hidden;
    margin:50px 0;
}
.content.by_motorcycle .select_mybike ul {
    float:left;
    left:50%;
    position:relative;
}
.content.by_motorcycle .select_mybike li{
    float:left;
    left:-50%;
    position:relative;
    font-size:14px;
    margin:0 15px;
    width:105px;
}
.content.by_motorcycle .select_mybike li.add a{
    display:table-cell;
    width:100px;
    height:100px;
    text-align:center;
    border-radius:50%;
    vertical-align:middle;
    color:#333;
    background:#fff;
}
.content.by_motorcycle .select_mybike li span {
    color:#fff;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000,1px -1px 1px #000,-1px -1px 1px #000;
}
.content.by_motorcycle .select_mybike li a:hover{
    text-decoration:none;
}
.content.by_motorcycle .select_mybike li.add a{
    border:#fff 2px solid;
}
.content.by_motorcycle .select_mybike li.add a:hover{
    border:#E61E25 2px solid;
    color:#E61E25;
    text-decoration:none;
}

/*　純正部品を探す
==================================================*/
.content.by_genuine {
    background:url(//img.webike.net/sys_images/shoppingtop/bg_by_genuine.jpg) no-repeat center;
    padding:30px 5%;
    text-align:center;
    height:540px;
    position:relative;
    top:2px;
}
.content.by_genuine a{
    color:#333;
}
.content.by_genuine .ge_box{
    background:#fff;
    border-radius:3px;
    padding:40px 5%;
}
.content.by_genuine .ge_content{
    background:url(//img.webike.net/sys_images/shoppingtop/bg_by_genuine2.jpg) no-repeat center;
    width:750px;
    height:160px;
    padding:60px 0 20px;
}
.content.by_genuine .ge_btn a{
    border:#e61e25 2px solid;
    color:#e61e25;
    padding:25px 50px;
    display:inline-block;
    border-radius:3px;
    font-size:20px;
}
.content.by_genuine .ge_btn a:hover{
    background:#e61e25;
    color:#fff;
    text-decoration:none;
}
.content.by_genuine .guide_btn{
    margin:10px 0;
    font-size:14px;
}
.content.by_genuine .guide_btn:after{
    content:"\f0f6";
    font-family:FontAwesome;
    margin:0 0 0 5px;
}
.content.by_genuine ul{
    overflow:hidden;
    height:100px;
    margin:20px 0 10px;
}
.content.by_genuine dl dt{
    background:#4c5462;
    color:#fff;
    padding:10px;
    font-size:14px;
}
.content.by_genuine ul li{
    width:25%;
    float:left;
}
.content.by_genuine ul li a{
    display:block;
    border:#fff 1px solid;
    padding:5px;
    box-sizing:border-box;
}
.content.by_genuine ul li a:hover{
    border:#e61e25 1px solid;
    color:#e61e25;
}
.content.by_genuine ul li a:after{
    content:"\f003";
    font-family:FontAwesome;
    margin:0 0 0 5px;
}
.content.by_genuine .g_yamaha a:after,
.content.by_genuine .g_kawasaki a:after{
    content:"\f08e";
}
.content.by_genuine .logo{
    text-indent:-9999pt;
    width:100%;
    padding:0 0 16%;
    height:auto;
    background:url(//img.webike.net/sys_images/shoppingtop/logo_by_genuine.gif) no-repeat center 0;
}
.content.by_genuine .g_suzuki .logo{
    background-position: center -50px;
}
.content.by_genuine .g_yamaha .logo{
    background-position: center -100px;
}
.content.by_genuine .g_kawasaki .logo{
    background-position: center -150px;
}
.content.by_genuine .text{
    text-align:left;
    margin:10px 0;
}


/*　純正部品を探す
==================================================*/
.section{
    margin:90px 0;
}
.section h2{
    border-left:#e61e25 10px solid;
    margin:0 0 25px 0;
    font-size:24px;
    font-weight:normal;
    padding:0 10px;
}
.section h2 .num{
    font-size:14px;
    margin:0 0 0 15px;
}
.section h2 .to_all{
    float:right;
    font-size:12px;
    margin:15px 0 0 0;
    color:#0066cc;
}
.section h2 .to_all a{
    margin:0 0 0 5px;
    color: #333;
}
.section h2 .to_all a:after{
    content:"\f054";
    font-family:FontAwesome;
    margin:0 0 0 5px;
    color: #e61e25;
}

/*　各種スライダー設定
==================================================*/
.pr_banner .bxslider{
    margin:20px auto;
}
.pr_banner .bxslider img{
    width:100%;
    max-width:420px;
    height:150px;
}
/* bxslider */
.bx-wrapper {
    position: relative;
}
.bx-wrapper .bx-viewport {
    height: auto !important;
}
.bx-controls a.bx-prev, .bx-controls a.bx-next {
    position: absolute;
    top: -webkit-calc(50% - 16px);
    top: -moz-calc(50% - 16px);
    top: calc(50% - 16px);
    font-family: FontAwesome;
    background: rgba(0,0,0,0.3);
    display: block;
    color: #fff;
    padding: 15px 10px;
}
.bx-controls a:hover.bx-prev,.bx-controls a:hover.bx-next {
    background: rgba(0,0,0,1);
    text-decoration: none;
}
.bx-controls .bx-prev {
    left: 0;
}
.bx-controls .bx-next {
    right: 0;
}
.bxslider_list01 li{
    float:left;
    width: -webkit-calc(20% - 20px);
    width: -moz-calc(20% - 20px);
    width:calc(20% - 20px);
    margin:0 20px 0 0;
}
.bxslider_list01 .rank{
    position:absolute;
    z-index:10;
    width: 45px;
    height: 45px;
    text-align: center;
    float: left;
    margin: 0 5px 0 0;
    line-height: 45px;
    border:#ccc 1px solid;
    color: #333;
    font-size: 19px;
    top:-1px;
    right:-6px;
    background:#fff;
}
.bxslider_list01 .rank1{
    border:none;
    background: #FFB100;
    color:#fff;
}
.bxslider_list01 .rank2{
    border:none;
    background: #B6B6B6;
    color:#fff;
}
.bxslider_list01 .rank3{
    border:none;
    background: #AA6D44;
    color:#fff;
}
.bxslider_list01 .photo_area {
    display: block;
    position: relative;
    margin: 0 auto 4px;
    height: auto;
    text-align: center;
    border: #ddd 1px solid;
    min-height:235px;
}
.bxslider_list01 .photo_area .photo.old_prod {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.bxslider_list01 .photo_area .photo {
    max-width: 234px;
    max-height: 234px;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.bxslider_list01 .photo_area img.set {
    border: none;
    padding: 0;
}
.bxslider_list01 .favorite {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ccc;
    height: 25px;
    width: 25px;
    font-size: 25px;
    z-index: 10;
    cursor: pointer;
}
.bxslider_list01 .favorite:before {
    font-family: FontAwesome;
    content: "\f005";
}
.bxslider_list01 .favorite.on, .bxslider_list01 .favorite:hover:before {
    color: #FFB100;
}
.bxslider_list01 .icons {
    margin: 5px 0;
    display: block;
    overflow: hidden;
}
.bxslider_list01 .brand {
    display: block;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #999;
}
.bxslider_list01 .name {
    overflow: hidden;
    display: block;
    max-height: 40px;
    height: auto !important;
    height: 40px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    margin: 0;
}
.bxslider_list01 .price {
    color: #333;
    font-weight: normal;
    margin: 5px 0;
    font-size: 16px;
}
.bxslider_list01 .price span {
    color: #555;
    font-weight: normal;
    text-decoration: line-through;
}
.bxslider_list01 .fixed_price {
    text-decoration: line-through;
}
.bxslider_list01 .point {
    color: #333;
    display: block;
    margin: 0 0 5px;
}
.bxslider_list01 .star {
    margin: 0 0 5px 0;
}
.bxslider_list01 .listinner {
    width: 100%;
}
.bxslider_list01 .none{
    text-align:center;
    padding:30px 0;
    font-size:16px;
}

/* ブランド一覧 */
.bxslider_list02 p.lead{
    margin:0 0 10px;
    font-size:14px;
}
.bxslider_list02 ul li{
    position:relative;
    overflow:hidden;
}
.bxslider_list02 .brand_logo{
    float:left;
    max-width:280px;
    width:100%;
    background:#efefef;
    padding:15px;
    box-sizing:border-box;
}
.bxslider_list02 .brand_goods{
    width:calc(100% - 290px);
    float:right;
    margin:15px 0 0;
}
.bxslider_list02 .brand_goods .piece{
    width:20%;
    padding:10px;
    box-sizing:border-box;
    float:left;
}
.bxslider_list02 .brand_goods .piece img{
    width:100%;
    height:auto;
}
.bxslider_list02 .name{
    font-size:14px;
    font-weight:bold;
    line-height:1.2;
    margin:0 0 5px;
}
.bxslider_list02 .exp{
    margin:5px 0 0 0;
}
.bxslider_list02 ul li a{
    display:block;
    color:#333;
}
.bxslider_list02 .bi_list{
    text-align:right;
}
.bxslider_list02 .bi_list a{
    color:#0066cc;
    display:inline;
}
.bxslider_list02 .bi_list a:before{
    content:"\f0da";
    font-family: FontAwesome;
    margin:0 5px 0 0;
}

/* WebikeEWC一覧 */
.bxslider_list03 ul li img{
    width:100%;
}

/* インプレッション */
.bxslider_list04 li, .bxslider_list05 li{
    position:relative;
    overflow:hidden;
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width:calc(25% - 10px);
    margin:0 10px 0 0;
    float:left;
}
.bxslider_list04 ul li .photo, .bxslider_list05 ul li .photo{
    width: 320px;
    height: 300px;
    float: left;
    position: relative;
    text-align: center;
}
.bxslider_list04 ul li .photo img, .bxslider_list05 ul li .photo img{
    max-width: 100%;
    min-height: 300px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none !important;
    transform: scale(1, 1);
    object-fit: cover;
}
.bxslider_list04 .info, .bxslider_list05 .info{
position: absolute;
    width: 90%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 5%;
    bottom: 0;
    -webkit-transition: .3s;
    text-align: left;
    top: 232px;
}
.bxslider_list04 .title, .bxslider_list05 .title{
    margin: 0 0 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 36px;
}
.bxslider_list04 .info .title span, .bxslider_list05 .info .title span{
    display: inline-block;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bxslider_list04 .info .name span, .bxslider_list05 .info .name span{
    display: inline-block;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bxslider_list04 ul li:hover .info, .bxslider_list05 ul li:hover .info{
    top: 65%;
    bottom: 0;
}


/*　未ログイン、非会員用
==================================================*/
.non_members{
    border:#ccc 1px solid;
    border-radius:3px;
    padding:30px;
    background:url(//img.webike.net/sys_images/shoppingtop/obi_no_member.jpg) no-repeat;
    color:#fff;
    text-align:center;
    margin:100px 0;
    font-size:20px;
    position: relative;
    overflow: hidden;
}
.non_members .btn{
    margin:15px 0 0;
    float:left;
    left:50%;
    position:relative;
}
.non_members .btn a{
    border-radius:3px;
    display:inline-block;
    color:#333;
    padding: 12px 25px;
    font-size: 16px;
    margin:0 5px;
    float:left;
    left:-50%;
    position:relative;
}
.non_members .btn a:hover{
    text-decoration:none;
    opacity:0.7;
}
.non_members a.w_btn {
    background: #ffd800;
}
.non_members a.y_btn {
    padding:0;
}
.non_members a.y_btn img{
    width:auto;
    height:49px;
}
.non_members a.login_btn {
    background: #eee;
}


/*　新規取り扱いブランド
==================================================*/
#new_brand .lead{
    margin:0 0 10px;
}
#new_brand .pickup_brand_list{
    margin:0 0 30px;
    display: flex;
    justify-content: space-between;
}
#new_brand .pickup_brand_list li{
    
}
#new_brand .pickup_brand_list li a,#new_brand .pickup_brand_list li a:visited{
border: 1px solid #e61e25;
    padding: 10px;
    text-align: center;
    margin: 10px auto 0;
    border-radius: 5px;
    display: block;
    color: #e61e25;
    max-width: 600px;
    font-size: 16px;
}
}
#new_brand li a:hover{
    text-decoration:none;
    opacity: 0.7;
}
#new_brand .thumbnail{
    margin:5px 0 10px;
}
#new_brand .thumbnail .brand_logo{
    width:210px;
    padding:0 10px 0 0;
}
#new_brand .thumbnail td {
    vertical-align:top;
    padding:0 0 0 5px;
}
#new_brand .thumbnail img{
    width:100%;
    height: 100px;
    object-fit: contain;
}
#new_brand .pickup_brand_list li{
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width:calc(50% - 10px);
    min-height:260px;
}
#new_brand .pickup_brand_list li{
    color:#fff;
    display:block;
    padding:15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing:border-box;
    min-height:260px;
}
#new_brand .pickup_brand_list li .name{
    color: #333;
    font-weight:bold;
    font-size: 18px;
}
#new_brand .pickup_brand_list li .exp{
    color: #333;
    font-size: 14px;
}
#new_brand .etc_brand_list{
    display: flex;
    justify-content: space-between;
}
#new_brand .etc_brand_list li{
    width: calc(100% / 6 - 10px);
}
#new_brand .etc_brand_list li img{
    width: 100%;
}
#new_brand .etc_brand_list .name,#new_brand .etc_brand_list .exp{
    color: #333;
}
#new_brand .etc_brand_list .name{
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0;
}
#new_brand .pickupetc_brand_list_brand_list li a{
    display: block;
    margin: 10px auto 0;
    border: 1px solid #e61e25;
    text-align: center;
    color: #e61e25;
    padding: 10px 0;
    border-radius: 5px;
}
#new_brand .pickup_brand_list li a:hover{
    opacity: 0.8;
}

/*　WebikeTV
==================================================*/
#webiketv .lead{
    margin:0 0 10px;
}
#webiketv ul{
    overflow:hidden;
    margin:0 0 0 -20px;
}
#webiketv li{
    float:left;
    box-sizing:border-box;
    margin:0 0 20px 20px;
}
#webiketv li.col3{
    width: -webkit-calc(33.33% - 20px);
    width: -moz-calc(33.33% - 20px);
    width:calc(33.33% - 20px);
}
#webiketv .zoom{
    text-align:center;
    margin:10px 0 5px;
}
#webiketv .zoom a{
    color:#333;
    display:inline-block;
    border:#ccc 1px solid;
    border-radius:3px;
    padding:5px 15px;
}
#webiketv .zoom a:hover{
    color:#E61E25;
    text-decoration:none;
    border-color:#E61E25;
}
#webiketv .zoom a:after{
    font-family:FontAwesome;
    content:"\f0b2";
    margin:0 0 0 5px;
}
#webiketv .title{
    font-size: 16px;
    margin: 5px 0 10px;
    font-weight: bold;
}
#webiketv .text_box{
    background: #efefef;
    padding: 5px;
}
#webiketv .name{
    margin:5px 0 0;
    font-size:12px;
    font-weight:normal;
    color: #333;
}
#webiketv .link a{
    color: #333;
    display: flex;
    align-items: center;
    margin: 5px 0 0;
}
#webiketv .link a::before{
    font-family:FontAwesome;
    font-size:14px;
    content:"\f054";
    margin:0 5px 0 0;
}

#webiketv .youtube_frame{
    position: relative;
  width: 100%;
  padding-top: 56.25%;
    margin:0 0 5px;
}
#webiketv .youtube_frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-target {
  cursor: pointer;
}
.video-wrapper {
    display: none;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:rgba(0,0,0,0.8);
    z-index: 21000;
}
.video-frame {
    position: absolute;
    top: 50%;
    left: 50%;
}
.video-close{
    float:right;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
}

/*　カテゴリから探す
==================================================*/
#by_category ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#by_category li{
    float:left;
    box-sizing: border-box;
    width:calc(100% / 11);
    text-align:center;
}
#by_category li a{
    display:block;
    width:100%;
    min-height:120px;
    background: url(//img.webike.net/sys_images/shoppingtop/icon_category.png) no-repeat;
    text-indent:-9999pt;
}
#by_category li a:hover{
    background-color:#efefef;
}
#by_category li.m02 a{
    background-position:center -120px;
}
#by_category li.m03 a{
    background-position:center -240px;
}
#by_category li.m04 a{
    background-position:center -360px;
}
#by_category li.m05 a{
    background-position:center -480px;
}
#by_category li.m06 a{
    background-position:center -600px;
}
#by_category li.m07 a{
    background-position:center -720px;
}
#by_category li.m08 a{
    background-position:center -840px;
}
#by_category li.m09 a{
    background-position:center -960px;
}
#by_category li.m10 a{
    background-position:center -1080px;
}
#by_category li.m11 a{
    background-position:center -1200px;
}


/*　車両メーカーから探す
==================================================*/
#by_bike_maker ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#by_bike_maker li{
    float:left;
    box-sizing: border-box;
    width:calc(100% / 11);

    text-align:center;
}
#by_bike_maker li a{
    display:block;
    width:100%;
    min-height:120px;
    background: url(//img.webike.net/sys_images/shoppingtop/icon_bike_maker.png) no-repeat;
    text-indent:-9999pt;
}
#by_bike_maker li a:hover{
    background-color:#efefef;
}
#by_bike_maker li.m02 a{
    background-position:center -120px;
}
#by_bike_maker li.m03 a{
    background-position:center -240px;
}
#by_bike_maker li.m04 a{
    background-position:center -360px;
}
#by_bike_maker li.m05 a{
    background-position:center -480px;
}
#by_bike_maker li.m06 a{
    background-position:center -600px;
}
#by_bike_maker li.m07 a{
    background-position:center -720px;
}
#by_bike_maker li.m08 a{
    background-position:center -840px;
}
#by_bike_maker li.m09 a{
    background-position:center -960px;
}
#by_bike_maker li.m10 a{
    background-position:center -1080px;
}
#by_bike_maker li.m11 a{
    background-position:center -1200px;
}



/*　ブランドからから探す
==================================================*/
#by_brand ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#by_brand li{
    float:left;
    box-sizing: border-box;
    width:calc(100% / 5 - 2%);
    text-align:center;
    margin:0 1% 10px;
    text-align: left;
    font-weight: bold;
}
#by_brand li a{
    color: #333;
}
#by_brand li img{
    width:100%;
}

.webike_magazine .tab_ui{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin:50px 0 25px;
}
.webike_magazine .tab_ui li{
    position: relative;
    margin:0 1% -1px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.webike_magazine .tab_ui li a{
    display: table-cell;
    padding:15px;
    width: 100%;
    vertical-align: middle;
    background: #efefef;
}
.webike_magazine .tab_ui li a:hover,
.webike_magazine .tab_ui li.current a{
    background:#2a313c;
    color:#fff;
    text-decoration: none;
}
.webike_magazine .tab_ui li .num{
    position: absolute;
    background:#fff;
    border: #2a313c 1px solid;
    color:#2a313c;
    display: block;
    right: -20px;
    top: -15px;
    padding: 5px;
    text-align: center;
    min-width:30px;
}
.webike_magazine .list{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.webike_magazine .list li{
    width:25%;
    padding:10px;
    box-sizing: border-box;
}
.webike_magazine .list .icon{
    position:absolute;
    background:#e61e25;
    color:#fff;
    padding:5px 12px;
}
.webike_magazine .list li a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.webike_magazine .imgbox img{
    width:100%;
    margin: 0 0 10px;
    height: auto;
}
.webike_magazine .name {
    color:#333;
    font-size: 14px;
}
.webike_magazine .date,
.webike_magazine .cat,
.webike_magazine .model,
.webike_magazine .tag{
    margin-top: 3px;
    color:#999;
}
.webike_magazine .cat:before{
    font-family: "FontAwesome";
    content:"\f249";
}
.webike_magazine .model:before{
    font-family: "FontAwesome";
    content:"\f21c";
}
.webike_magazine .cat{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.webike_magazine .model{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.webike_magazine .tag{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.to_list2 {
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff !important;
    border: solid 1px #416090;
    min-width: 230px;
    max-width: 520px;
    margin: 30px auto;
}

.to_list2 a{
    display: block;
    padding: 20px 0;
}

.to_list2 a:before{
    font-family: FontAwesome;
    content: "\f138";
    margin: 0 5px 0 0;
}

.to_list2 a:hover{
    background: #416090;
    color: #fff;
    text-decoration: none;
}

.select_bike_list select[disabled]{
    background: darkgray;
    color: white;
}
.shopping_top .quick_search_div{
     display: inline-block;
}
.shopping_top .quick_search_div #btnQuickSearch{
    background: #ffe100;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    color: black;
    border: none;
    padding: 5px 15px;
    vertical-align: middle;
    height: 40px;
}
.shopping_top input#btnQuickSearch[disabled]{
    color: #fff !important;
    background: darkgray;
}
.shopping_top input#btnQuickSearch:not([disabled]):hover{
    cursor:pointer;
}

/* わがままリプリセット追加 */
/* Page Views Block */

#pageview-block .box-content {
    padding: 10px 15px;
    border: 1px #e7e7e7 solid;
    background: #f2f2f2;
}

#pageview-block .box-content .left,
#pageview-block .box-content .right {
    display: block;
    float: left;
}

#pageview-block .box-content .left {
    border-right: 1px #e7e7e7 solid;
    padding: 0 20px 0 5px;
    width:48%;
}

#pageview-block .box-content .right {
    border-left: 1px #e7e7e7 solid;
    padding: 0 5px 0 20px;
    width:45%;}

#pageview-block ul {
    display: block;
}

#pageview-block ul>li {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#pageview-block ul>li::before {
    content: "● ";
    color: #e50012;
    font-size: smaller;
}
.select_bike_list.shopping_top{
    white-space: nowrap;
}
.select_bike_list.shopping_top select{
    height: 40px;
    margin-right: 20px
}
/*トップスクエアバナー*/
.top_square_bnr{
    background: #efefef;
    padding: 20px 0;
    width: 99vw;
    margin: 20px 0 0 0;
    position: relative;
    transform: translate(-50%, 0);
    left: 50%;
}
.top_square_bnr .bxslider li{
    width: 240px;
    height: 201px;
    position: relative;
    float: left;
    list-style: none;
    position: relative;
    width: 240px;
    margin-right: 20px;
}
.top_square_bnr .bxslider{
    overflow: hidden;
}
.top_square_bnr .bxslider img{
    width: 240px;
    height: 201px;
}
.top_square_bnr .bxslider li a.favorite_sale img,
.top_square_bnr .bxslider li a.order_history img{
    filter: brightness(30%);
    object-fit: cover;
}
.top_square_bnr .bxslider li a.favorite_sale,
.top_square_bnr .bxslider li a.order_history{
    display: block;
}
.top_square_bnr .bxslider li a.favorite_sale::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 80px solid transparent;
    border-left: 80px solid #e61e25;
    position: absolute;
    z-index: 100;
}
.top_square_bnr .bxslider li a.favorite_sale::after {
    content: "SALE";
    display: block;
    top: 18px;
    transform: rotate(-45deg);
    color: #fff;
    left: 8px;
    position: absolute;
    z-index: 101;
    font-size: 16px;
}
.top_square_bnr .bxslider li a.favorite_sale p,
.top_square_bnr .bxslider li a.order_history p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 14px;
    width: max-content;
    max-width:100%;
    text-align: center;
}

.top_list_link,.top_list_link:visited{
    border: 1px solid #e61e25;
    padding: 20px;
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
    display: block;
    color: #e61e25;
    max-width: 600px;
    font-size: 16px;
}
.top_list_link:hover{
    opacity: 0.7;
}
/*新製品のニュース、カスタム日記*/
.new_product_news ul,.bike_custom_diary ul{
    display: flex;
    flex-wrap: wrap;
}
.new_product_news ul li,.bike_custom_diary ul li{
    width: calc(33% - 20px);
    margin: 0 0 10px;
    border-bottom: 1px dashed #ccc;
    padding: 10px;
    
}
.new_product_news ul li a,.bike_custom_diary ul li a{
    display: flex;
}
.new_product_news ul li a .title{
    color: #333;
    font-size: 16px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.bike_custom_diary ul li a .title{
    color: #333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_product_news ul li a .text,.bike_custom_diary ul li a .text{
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new_product_news ul li a .date,.bike_custom_diary ul li a .date{
    font-size: 14px;
    color: #999;
}
.new_product_news ul li a .text_area,.bike_custom_diary ul li a .text_area{
    width: calc(100% - 124px);
}
.new_product_news ul li a:hover p,.bike_custom_diary ul li a:hover p{
    opacity: 0.8;
}
.new_product_news ul li a img,.bike_custom_diary ul li a img{
    width: 114px;
    height: 86px;
    object-fit: contain;
    margin: 0 10px 0 0;
}
/*最近チェックした商品*/
.check_product_slider ul li a img{
    width: 100%;
    max-height: 118px;
    object-fit: contain;
    max-width: 118px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.check_product_slider ul li a .name{
    color: #333;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.check_product_slider .sale_label::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #e61e25;
    position: absolute;
    z-index: 100;
}
.check_product_slider .sale_label::after {
    content: "SALE";
    display: block;
    top: 13px;
    transform: rotate(-45deg);
    color: #fff;
    left: 2px;
    font-size: 14px;
    position: absolute;
    z-index: 101;
}
/*特集・キャンペーン*/
.pickup_campaign_flex{
    display: flex;
    justify-content: space-between;
}
.pickup_campaign_flex li{
    width: calc(100% / 3 - 10px);
    max-width:420px;
}
.pickup_campaign_flex li .title{
    color: #333;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0 0;
}
.pickup_campaign_flex li .text{
    color: #333;
    font-size: 14px;
}
.campaign_square_flex{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}
.campaign_square_flex li{
    width: calc(100% / 5 - 10px);
}
.campaign_square_flex li img,.pickup_campaign_flex li img{
    max-width: 100%;
}
/*セールラベル*/
.sale_label::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 80px solid transparent;
    border-left: 80px solid #e61e25;
    position: absolute;
    z-index: 100;
}
.sale_label::after {
    content: "SALE";
    display: block;
    top: 18px;
    transform: rotate(-45deg);
    color: #fff;
    left: 8px;
    font-size: 16px;
    position: absolute;
    z-index: 101;
}

/*商品一覧星表示*/
.listinner .impre_star{
    color: #333;
}
.check_product_slider li .brand{
    color: #999;
    font-size:12px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*セール商品一覧*/
.bxslider_list01 .real_price{
    color: #333;
    display: block;
    font-size: 12px;
}
.bxslider_list01 .real_price .price_red{
    color: #e61e25;
    font-weight: bold;
    font-size: 16px;
}
.bxslider_list01 .selling_price{
    color: #999;
    font-size: 12px;
}
.bxslider_list01 .sale_point{
    background: #e61e25;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px;
    margin: 0 0 10px;
    position: relative;
    font-size:14px;
}
.bxslider_list01 .sale_point:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #e61e25;
}
/*アイコン*/
.label_area span{
    font-size: 12px;
    padding: 1px 5px;
    display: inline-block;
    margin: 0 0 3px;
    border-radius: 5px;
}
.label_area .icon_tekigo{
    color: #ffffff;
    background: #8BC34A;
}
.label_area .icon_shuri{
    color: #ffffff;
    background: #64B5F7;
}
.icon_new{
    color:#e43562;
    font-weight: bold;
}
.bxslider_list04 .info_st_only, .bxslider_list05 .info_st_only {
    position: absolute;
    width: 90%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 5%;
    bottom: 0;
    -webkit-transition: .3s;
    text-align: left;
    top: 232px;
}
.top_square_bnr .square_bnr_ul{
    display: flex;
    text-align: center;
    max-width: 1280px;
    margin: 0px auto;
}
.top_square_bnr .square_bnr_ul li{
    float: left;
    list-style: none;
    position: relative;
    width: 240px;
    margin-right: 20px;
}
.top_square_bnr .square_bnr_ul li img {
    width: 240px;
    height: 201px;
}
.check_product_slider ul.bxslider {
  display: flex;
}
.check_product_slider ul.bxslider li {
    width: 120px;
}
.check_product_slider ul.bxslider_small li {
    width: 120px;
    padding-right: 25px;
}
.check_product_slider .listinner .photo_area{
  position: relative;
  height: 120px;
  width: 120px;
}
#contents .section .info_st_only p.impre_name { 
    margin: 0 0 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 36px;
}
#contents .section .info p.name { 
    margin-top: 7px;
}
/*buyer's collection*/
.buyers_top_lead {
    padding: 10px 0 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 10px;
    align-items: center;
}
.buyers_block {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.buyers_list {
    width: calc(100% / 3);
    box-sizing: border-box;
    border-radius: 5px;
}
.buyers_list_inner {
    border: 1px solid #ccc;
    padding: 10px;
}
.buyers_list.-type2 .buyers_list_inner {
    padding: 10px 10px 0;
}
span.top_lead_author_name_wrap {
    margin: 0 6px 0 0;
    font-weight: bold;
}
.buyers_author_img {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
}
.buyers_author_img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
}
.buyers_text_block {
    width: 100%;
}
.buyers_lead_title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 4px solid #e61e25;
}
.buyers_tag_block {
    margin: 0 auto 20px;
}
span.buyers_tag {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: bold;
    margin: 0 6px 0 0;
}
.buyers_tag.-limited {
    background: #ffe1e1;
    color: #e61e25;
}
.buyers_tag.-price {
    background: #d3ecff;
    color: #0867af;
}
.buyers_tag.-point {
    background: #d4f3c0;
    color: #117d11;
}
.buyers_tag.-new {
    background: #ffffc4;
    color: #e2640b;
}
.buyers_text {
    margin: 10px 0;
}
.buyers_btn,.buyers_btn:visited {
    display: block;
    text-align: center;
    background: #416090;
    border: 1px solid #416090;
    border-radius: 5px;
    padding: 6px;
    color: #fff;
    margin: 10px auto;
}
.buyers_btn:hover {
    border: 1px solid #416090;
    color: #416090;
    background: #fff;
}
.buyers_list.-type1 .buyers_btn {
    width: 80%;
}
.buyers_list.-type3 .buyers_btn {
    padding: 15px 6px;
}
.buyers_item_img {
    text-align: center;
}
.buyers_list.-type1 .buyers_item_img {
    max-width: 300px;
    margin: 0 auto;
}
.buyers_list .buyers_item_img img {
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 auto;
}
.buyers_description {
    margin: 10px auto 0;
}
.buyers_item_list_block {
    display: flex;
    flex-wrap: wrap;
}
.buyers_item_list {
    width: calc(50% - 20px);
    margin: 10px;
}
.buyers_item_list_description {
    margin: 10px auto;
}
.buyers_list.-type3 .buyers_item_list {
    margin: 10px 10px 0;
}
.buyers_list.-type3 .buyers_item_list_description {
    margin: 10px auto 0;
}
.buyers_item_list_wrap:not(:last-child) {
    margin: 0 auto 20px;
}
.listinner .label_area .tag-green {
    background: rgba(21,162,76,.9);
    color: #fff;
}
.listinner .label_area .tag-blue {
    background: rgba(0,102,204,.9);
    color: #fff;
}
.listinner .label_area .tag-orange {
    background: rgba(245,130,32,.9);
    color: #fff;
}
.listinner .label_area .tag-cyan {
    background: rgba(5,206,244,.9);
    color: #fff;
}
.bxslider_list01 .listinner .label_area span{
    border-radius: 3px;
    color: #fff;
    height: 15px;
    margin: 0 5px 5px 0 !important;
    padding: 1px 2px;
    font-size: 10px;
    border-radius: 3px;
    display: inline-block !important;
    text-align: center;
}