@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    margin: 0 auto;
    overflow: hidden;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    width: 100%;
    min-height: 800px;
    background-size: 100%;
    overflow: hidden;
    display: table;
    background-color: #023e21;
    position: relative;
    z-index: 2;
}

#mv:before{
    content: '';
    width: 100%;
    height: 100%;
    min-height: 800px;
    margin: 0 auto;
    display: block;
    background-image:url(../images/home/img_main_darwin2019.png);
    background-color: #023e21;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

#mv .mv_inner{
    height: 100%;
    padding: 60px 20px 0 20px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

#mv .num{
    max-width: 778px;
    margin: 0 auto;
    text-align: left;
}

#mv h1{
    min-width: 1060px;
    text-align: right;
    position: absolute;
    top: 8.75%;
    left: 50%;
    transform: translateX(-50%);
}

#mv .arrow{
    width: 47px;
    height: 35px;
    background-image:url(../images/parts_arrow_btm.png);
    background-repeat: no-repeat;
    background-size: 47px;
    position: absolute;
    left: calc(50% - 29px);
    bottom: 20px;
    cursor: pointer;
    z-index: 3;
}

#mv .arrow.fix{
    position: fixed;
    bottom: 20px !important;
}

#mv .badge{
    text-align: right;
    position: absolute;
    bottom: 6.25%;
    left: 50%;
    transform: translateX(-120%);
}

#mv .badge img{
    width: 200px;
    margin: 0 240px 0 0;
}

#mv .badge.end{ bottom: 7%;}
#mv .badge.end img{ width: 118px;}

/* --------------------------------------------------
*
    #content_body
*
-------------------------------------------------- */
#content_body .section_inner{
    position: relative;
}

#content_body .section_inner h2{
    margin: 0 0 30px 0;
    line-height: 1.346em;
}

#content_body .section_inner p{
    margin: 0 0 35px 0;
    font-size: 16px;
    line-height: 2em;
}

#content_body .section_inner a{
    text-decoration: underline;
}

#content_body .section_inner a:hover,
#content_body .section_inner a.touch{
    text-decoration: none;
}

.menu_list{
    width: 320px;
    margin: 0 0 40px 82px;
}

.menu_list li{
    height: 62px;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    display: inline-block;
}

.menu_list li a{
    height: 62px;
    display: block;
    box-sizing: border-box;
    border: 3px solid #023e21;
    border-radius: 10px;
    cursor: pointer;
    transition: background .15s ease .0s;
}

.is_pc .menu_list li a:hover,
.is_sp .menu_list li a.touch{
    background-color: rgba(2, 62, 33, .15);
    transition: background .2s ease .05s;
}

.menu_list li img{
    width: 320px;
    position: relative;
    top: -5px;
    opacity: 1 !important;
}


} /* ----- min-width : 641px ----- */
