@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    archive_sp.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    padding-top: 20px;
}

#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;
    z-index: 1;
}

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

#bg .switch_sp: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_sp:after{ background-image:url(../images/archive/pic_mv_sp.jpg);}

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

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


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

#section_title h2{
    width: 100%;
    text-align: center;
    font-family: '見出ゴMB31';
    font-size: 20px;
    color: #fff;
    letter-spacing: .15em;
    line-height: 1.6em;
}

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

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


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




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

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

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

#archive_contents .archive_list{
    overflow: hidden;
}

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

#archive_contents li{
    margin: 0 0 40px 0;
    padding: 0 30px;
    display: inline-block;
    letter-spacing: normal;
}

#archive_contents li img{
    width: 100%;
    max-width: 320px;
    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;
}


} /* ----- max-width : 640px ----- */