@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    archive_pc.css
*
*
------------------------------------------------------------------------------------------ */
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
#wrap{
    padding-top: 50px;
}

#contents_area{
    width: 950px;
    min-width: 950px;
    margin: 0 auto;
    overflow: hidden;
}

/* --------------------------------------------------
*
    .schedule
*
-------------------------------------------------- */
.schedule{
    width: 100%;
    margin: 0 0 105px 0;
    display: table;
}

.schedule .col_l{
    width: 210px;
    min-width: 210px;
    height: 100%;
    display: table-cell;
    vertical-align: top;
}

#section_archive .col_l{ background-image:url(../images/parts_bg_stripe_g.png);}

.schedule .col_l h2{
    margin: 20px 20px 35px 20px;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: .12em;
    line-height: 1.52777em;
    position: relative;
}

.schedule .col_l h2 span{
    display: block;
}

.schedule .col_l h2:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.schedule .col_l h2:after{
    content: '';
    width: 23px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    position: absolute;
    bottom: 5px;
    right: -35px;
}

#section_archive h2:after{ background-image:url(../images/parts_ico_flag_g.png);}

.schedule .col_l ul{
    padding: 0 0 0 25px;
}

.schedule .col_l li{
    margin: 0 0 30px 0;
    opacity: 0;
    display: none;
    font-size: 15px;
    letter-spacing: .06em;
    color: #888;
    font-weight: bold;
}

.schedule .col_l li a{
    font-size: 15px;
    letter-spacing: .06em;
    color: #367498;
    font-weight: bold;
    display: block;
    transition: opacity .1s ease 0s;
    position: relative;
    left: -1px;
}

.schedule .col_l li a:hover,
.schedule .col_l li a.touch{
    opacity: .7;
    transition: opacity .15s ease 0s;
}

.schedule .col_r{
    width: 100%;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.schedule .col_r ul{
    margin: 0 0 65px 0;
    letter-spacing: -.40em;
}

.schedule .col_r ul.on{
    height: auto !important;
}

.schedule .col_r li{
    width: 280px;
    margin: 0 0 45px 63px;
    overflow: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    border: 1px solid #d8d8d8;
    position: relative;
}

.schedule .col_r li a{
    color: #000;
    display: block;
    position: relative;
}

.schedule .col_r li a:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    lefT: 0;
    transition: opacity .1s ease .0s;
}

.is_pc .schedule .col_r li a:hover:after,
.is_sp .schedule .col_r li a.touch:after{
    opacity: 1;
    transition: opacity .15s ease .05s;
}

.schedule .col_r li .pic{
    overflow: hidden;
}

.schedule .col_r li .pic img{
    width: 100%;
    margin-top: 0 !important;
}

.schedule .col_r li .pic img.square{
    margin-top: 0 !important;
}

.schedule .col_r li .date{
    width: 100%;
    padding: 5px 0;
    font-size: 15px;
    text-indent: .5em;
    letter-spacing: .12em;
    text-align: center;
    white-space: nowrap;
    border-top: 1px solid #d8d8d8;
    background-color: #e4e4e4;
}

.schedule .col_r .btn_detail_arrow{
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 63px;
}


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