@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    archive_pc.css
*
*
------------------------------------------------------------------------------------------ */
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
#bg{
    position: relative;
}

#bg:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image:url(../images/parts_bg_b_op30.png);
    position: fixed;
    top: 0;
    left: 0;
}

#bg .switch_pc{
    width: 100%;
    min-width: 980px;
    height: 100%;
    position: fixed;
    top: 85px;
    left: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    z-index: -1;
}

#bg .switch_pc:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

#bg .switch_pc:after{ background-image:url(../images/archive/pic_mv.jpg);}

.is_sp #bg .switch_pc,
.is_sp #bg .switch_pc:after{
    height: 100vh;
}

#contents_area{
    width: 100%;
    height: 100%;
    padding: 85px 0 0 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


/* --------------------------------------------------
*
    #section_title
*
-------------------------------------------------- */
#section_title .section_inner{
    width: 100%;
    min-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}

#section_title h2{
    width: 100%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    font-family: '見出ゴMB31';
    font-size: 36px;
    color: #fff;
    letter-spacing: .15em;
    line-height: 1.6em;
    position: relative;
}

#section_title h2 img{
    width: 254px;
    height: auto;
}

#section_title.fit_img h2{ min-width: 980px; font-size: 0; padding: 0;}
#section_title.fit_img h2 img{ width: 100%; height: auto; line-height: 0;}

#section_title h2 span.sub{
    margin: 5px 0 0 0;
    font-size: 24px;
    display: block;
}



/* --------------------------------------------------
*
    #archive_contents
*
-------------------------------------------------- */
#archive_contents{
    background-image:url(../images/parts_bg_w_op90.png);
    overflow: hidden;
    padding: 60px 0 0 0;
}

#archive_contents h3{
    width: 100%;
    margin: 0 0 60px 0;
    text-align: center;
    font-family: '見出ゴMB31';
    font-size: 32px;
    color: #000;
    letter-spacing: .15em;
    line-height: 1.6em;
}

#archive_contents h3 span{
    font-family: 'din-2014';
    font-weight: 600;
    font-size: 20px;
    display: block;
}

#archive_contents .archive_list{
    overflow: hidden;
}

#archive_contents ul{
    letter-spacing: -.40em;
}

#archive_contents li{
    width: 50%;
    margin: 0 0 80px 0;
    display: inline-block;
    letter-spacing: normal;
}

#archive_contents li img{
    opacity: 1 !important;
}

#archive_contents li a{
    transition: opacity .15s ease 0s;
}

.is_pc #archive_contents li a:hover,
.is_sp #archive_contents li a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

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