@charset "utf-8";
main{
    width:100%;
    padding:9px;
}
h2{
    font-size: 25px;
    padding:22px 0;
}
/* hamburger menu ------------------------------- */
.menu-btn{
    right:30px;
    top:47px;
}
.menu-btn:hover{
    top:52px;
}
.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span::after,
.hamburger-menu .menu-btn span::before{
    width:41px;
}
.hamburger-menu .menu-btn span::before{
    bottom:9px;
}
.hamburger-menu .menu-btn span::after{
    top:9px;
}
nav.nav-menu{
    width:33%;
    right:-33%;
}
/* hamburger menuここまで -------------------------------*/
/* homeスタイル----------------------------------------- */
#home div.main-img{
    padding:98px;
}
/* homeスタイルここまで----------------------------------- */
/* aboutスタイル----------------------------------------- */
/* aboutスタイルここまで----------------------------------- */
/* discスタイル------------------------------------------ */
#disc .main-content .item{
    padding-bottom: 55px;
}
#disc .main-content .item .jacket,
#disc .main-content .item .truckList{
    padding:11px;
}
#disc .main-content .item .truckList ol li{
    padding-bottom: 2px;
}
#disc .main-content .item .truckList ol+p{
    bottom:20px;
    left:30%;
}
/* videoスタイル------------------------------------------ */
#video .main-content .item h3{
    font-size: 19px;
}
/* videoスタイルここまで----------------------------------- */
