@charset "utf-8";
/* CSS Document */

body{
    background-color:#000;
    margin:0;
    padding:0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt" 1;
    overflow:hidden;
}
body.afterresize{
    overflow: auto;
}
#contents{
    position: absolute;
    top:0;
    left:0;
    width: 1920px;
    height: 920px;
    background-image:url('../images/bg_top.jpg');
    background-repeat: no-repeat;
    background-position: center;
    color:#fff;
    transform-origin: 0 0;
}
#header{
    background:#fff;
    height:106px;
    overflow: hidden;
}
#logo{
    position: absolute;
    top:30px;
    left:50%;
    transform:translate(-50%,0);
    width:210px;
    height:58px;
}
#logo_isuzu{
    position: absolute;
    top:40px;
    right:64px;
    width:181px;
    height: 32px;
}
.title{
    position: relative;
    margin-top: 122px;
    margin-bottom: 60px;
}
.title1{
    font-size:38px;
    font-weight: bold;
}
.title2{
    font-size:31px;
    font-weight: bold;
}
.title3{
    font-size:28px;
    font-weight: 500;
}
.link_list{
    display: flex;
    justify-content: center;
    gap:34px;
    font-weight: 500;
    font-size: 30px;
    padding:0;
    flex-wrap: wrap;
}
.link_list li{
    list-style: none;
    cursor: pointer;
}
.link_list li img{
    display: block;
    pointer-events: auto;
}
.link_list li.comingsoon{
    cursor: auto;
}
.link_list li.dummy{
    height: 0;
    pointer-events: none;
    display: block;
    visibility: hidden;
    width: 494px;
}
body.sp .link_list li.dummy{
    width:auto;
    height: auto;
    display: none;
}


.page{
    display: none;
    position: absolute;
    top:106px;
    left:0;
    width: 100%;
    height: auto;
}

a,
a:link,
a:hover,
a:visited,
a:active
{
    color: #fff;
    text-decoration: none;
}
.link_list p{
    margin-top:12px;
    margin-bottom:0;
}
.back_home,
.back_top{
    display: inline-block;
    font-size: 15px;
    margin-top:58px;
    cursor: pointer;
}
.back_top{
    margin-top:68px;
}
    .back_home img{
        width: 44px;
        height: 49px;
    }
    .back_top img{
        width: 45px;
        height: 39px;
    }
    .back_home p,
    .back_top p{
        margin-top:5px;
    }
body.sp #contents{
        width: 100%;
        height: 100%;
        background-size: cover;
    }
body.sp #header{
        height: 75px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
body.sp #logo{
        position: relative;
        width:117px;
        height: auto;
        left:13px;
        top:auto;
        transform:none;
        flex: 0 0 117px;
    }
body.sp #logo_isuzu{
        position: relative;
        width : 103px;
        height:auto;
        top:auto;
        right:25px;
        flex: 0 0 103px;
    }
body.sp .title{
        position: relative;
        margin-top: 42px;
        margin-bottom: 36px;
    }
body.sp .title1{
        font-size:max(19px,3.8dvw);
    }
body.sp .title2{
        font-size:max(15px,3dvw);
    }
body.sp .title3{
        font-size:max(14px,2.8dvw);
    }
body.sp .link_list{
        flex-direction: column;
        padding: 0;
        margin: 0 auto;
        width:66dvw;
        font-size: max(15px,2dvw);
        gap:26px;
    }
body.sp .link_list img{
        width: 100%;
    }
body.sp .link_list p{
        margin-top:6px;
    }
body.sp .only_sp{
        display: block;
    }
body.sp .back_home,
body.sp .back_top{
        margin-top: 30px;
        margin-bottom:40px;
        font-size: max(15px,2dvw);
    }
body.sp .back_home p,
body.sp .back_top p{
        margin-top:6px;
        margin-bottom:0;
    }
body.sp .back_home img
{
        width:38px;
        height:43px;
        display: inline-block;
    }
body.sp .back_top img{
        width:38px;
        height:33px;
}
    
    
@media (max-width: 500px) {
    #contents{
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    #header{
        height: 75px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #logo{
        position: relative;
        width:117px;
        height: auto;
        left:13px;
        top:auto;
        transform:none;
        flex: 0 0 117px;
    }
    #logo_isuzu{
        position: relative;
        width : 103px;
        height:auto;
        top:auto;
        right:25px;
        flex: 0 0 103px;
    }
    .title{
        position: relative;
        margin-top: 42px;
        margin-bottom: 36px;
    }
    .title1{
        font-size:19px;
    }
    .title2{
        font-size:15px;
    }
    .title3{
        font-size:14px;
    }
    .link_list{
        flex-direction: column;
        padding: 0;
        margin: 0 auto;
        width:66dvw;
        font-size: 15px;
        gap:26px;
    }
    .link_list img{
        width: 100%;
    }
    .link_list p{
        margin-top:6px;
    }
    .only_sp{
        display: block;
    }
    .back_home,
    .back_top{
        margin-top: 30px;
        margin-bottom:40px;
    }
    .back_home p,
    .back_top p{
        margin-top:6px;
        margin-bottom:0;
    }
    .back_home img{
        width:38px;
        height:43px;
        display: inline-block;
    }
    .back_top img{
        width:38px;
        height:33px;
        display: inline-block;
    }
}