@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/*  TOPページにだけ適用　　*/
/* #contents_wrap {
    margin-top: -50px;
    background-color: white !important;
}

#contents {
    background-color: white !important;
} */

.pagetop{
    position: fixed;
    right: 0;
    bottom: 5%;
}
.pagetop a{
    border: 2px solid #fff;
    display: block;
    width: 55px;
    height: 55px;
    transition: .3s;
    font-size: 2.6rem;
    color: #fff;
}
@media screen and (max-width: 834px) {
}
@media screen and (max-width: 640px) {
   
}

/*  20241213_t.h_motorcycles flex　　*/
.bikelist {
    gap: 0;
    margin: 0 5%;
}

.bikelist > div.box {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    box-sizing: border-box;
    div{
    margin-bottom: 10px;
    }
    img{
        aspect-ratio: 4 / 3;
        overflow: hidden;
        object-fit: cover;
    }
}
.bikelist > div.box:nth-child(3n) {
    margin-right: 0;
}
@media screen and (max-width: 640px) {
  .bikelist > div.box {
        width: calc((100% - 10px) / 2);
    }
    .bikelist > div.box:nth-child(3n) {
    margin-right: 10px;
  }
    .bikelist > div.box:nth-child(2n) {
        margin-right: 0;
    }
}

.bikelist span {
    font-weight: inherit;
    color: #ff7f00;
}