@charset "utf-8";

.wf-mplus1p {
     font-family: "M PLUS 1p";
}

body{
    font-family: 'M PLUS 1p', sans-serif;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
}

.homev {
    width: 100%;
}

.home {
    line-height: 30px;
    text-align: center;
    position: relative;
}

/*>
.bike1 {
    width: 38%;
    position: absolute;
    top: 2px;
    left: 63px;
} /*>

/*>
.chouchou {
    width: 50%;
    margin-left: 130px;
    margin-bottom: -50px;
    position:absolute;
    top: 32px;
} <*/

.omitumori {
    margin-left: 270px;
   width: 100px;
   margin-top: 5px;
   margin-bottom: 30px;
}

.goobike {
    margin-left: 10px;
    margin-top: -25px;
}

.menu {
    margin-left: 345px;
    margin-top: 20px;
}

#top {
    height: 25px;
}


.size {
   margin-left: 2px;
   margin-top: -15px;
}


.specstitle {
    margin-left: 150px;
}

p {
    font-family: 'M PLUS 1p', sans-serif;
}

.d-flex {
    display: flex;
    margin-left: 10px;
}

.table1 {
    font-size: 12px;
    border-spacing: 5px;

}

.table2 {
    font-size: 12px;
    border-spacing: 5px;
}

.right {
    border-left: 0.5px solid #535353;
}

#owner {
    background-image:url(img/backgroundmaru.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 170px;
}

.voice {
    margin-left: 55px;
    margin-top: 25px;
}

#owner {
    margin-bottom: 10px;
}

.owner {
    margin-top: 12px;
    margin-left: 13px;
    width: 325px;
    border-radius: 6px;
}

.situmon {
    color: whitesmoke;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 5px;
}


.kaitou {
    color: rgb(230, 230, 230);
    font-size: 14px;
    margin-left: 30px;
    margin-right: 15px;
    margin-top: -10px;
    margin-bottom: 23px;
}

.omitumorisiro {
   margin-left: 270px;
   margin-top: px;
   width: 100px;
}

.tori {
    width: 75%;
    margin-top: 10px;
    margin-bottom: -24px;
    margin-left: 45px;
}

.gallerytitle {
    margin-top: 10px;
    margin-left: 42px;
    width: 230px;
}

.gallery {
    margin-top: -45px;
    margin-bottom: -25px;
    width: 420px;
}


.gallery2 {
    background-size: cover; 
    padding-bottom: 20px;
}


.slider {
    position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 45vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url(img/gallery1.JPG)
}

.slider-item02 {
    background:url(img/gallery2.JPG);
}

.slider-item03 {
    background:url(img/garelly3.JPG);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: 100%;/*背景画像が.slider-item全体を覆い表示*/
    margin-bottom: 100px;
    margin-top: -160px
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 14px;
    width: 14px;
    margin-top:40px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
  margin-top: -306px;/*ドットの位置*/
  margin-left: 15px;

}

.slick-dots li {
    display:inline-block;
    margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    border-radius: 80%;
    width:5px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/
ul{
  margin:0;
  padding: 0;
  list-style: none;
}

a{
  color: #fff;
}

a:hover,
a:active{
  text-decoration: none;
}

#enginesound {
    margin-top: 25px;
    margin-bottom: 10px
}
   
.enginesound {
    margin-left: 10px;
    margin-bottom: 25px;
    margin-top: 20px;
    position: relative;
    width: 120px;
}

.audio {
    margin-top: -65px;
    margin-left: 70px;
    width:220px
}

.hero {
    position: relative;
    margin-bottom: -2px;
}

.video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin-bottom: -215px;
    margin-top: 5px;
}

.video {
    position: absolute;
    width: 300%;
    margin-left: 400px;
    margin-top: 150px;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: rotate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-box {
    position: absolute;
    top: 35%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}

h1 {
  font-family: Roboto;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #ffffff;
}

h3 {
    font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #ffffff;
}

footer {
    height: 300zpx;
}


.biketitle {
    text-align: center;
    margin-top: 20px;
}

.atogaki {
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px;
}

.goobokelink {
    text-align: center;
    margin-top: -20px;
}

.hana {
    width: 200px;
    margin-left: 45px;
}

.syousai {
    font-size: 10px;
    margin-left: 45px;
    margin-top: -20px;
}