@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    width: 1000px;
    height: 1000px;
    margin: 0 auto;
    text-align: center;
/* background-image:url(../images/parts_bg_obj.png); */
    background-repeat: no-repeat;
    background-position: center top;
}

#main_visual h1{
    line-height: 0 !important;
}


/* --------------------------------------------------
*
    #content_main
*
-------------------------------------------------- */
#content_main{
    background-image:url(../images/parts_bg_wave.png);
    background-repeat: repeat-y;
    background-position: center top;
}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    margin: -250px 0 0 0;
    padding: 35px 0;
    text-align: center;
}

#section_yodogawa p{
    margin: 0 0 35px 0;
    font-size: 17px;
    line-height: 1.94em;
    letter-spacing: .02em;
}


/* --------------------------------------------------
*
    #content_main
*
-------------------------------------------------- */
#content_main{
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 92px 0;
    text-align: center;
}

#content_main .section{
    margin: 0 0 230px 0;
}

#content_main .section h2{
    width: 1000px;
    height: 131px;
    margin: 0 auto;
    padding: 140px 0 0 0;
    text-align: center;
    font-family: inherit !important;
    background-image:url(../images/parts_num_obj.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 125px;
    font-size: 38px;
    font-weight: bold !important;
    color: #49905e;
    line-height: 1.315em;
    position: relative;
}

#content_main .section h2:after{
    content: '';
    width: 100%;
    text-align: center;
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 64px;
    left: 0;
}

#content_main .section h2.n01:after{ content: '1'; left: 1px; }
#content_main .section h2.n02:after{ content: '2'; left: 1px;}
#content_main .section h2.n03:after{ content: '3'; left: 2px;}
#content_main .section h2.n04:after{ content: '4';}
#content_main .section h2.n05:after{ content: '5';}
#content_main .section h2.n06:after{ content: '6';}
#content_main .section h2.n07:after{ content: '7';}
#content_main .section h2.n08:after{ content: '8';}

#content_main .section p{
    margin: 0 0 35px 0;
    font-size: 16px;
    line-height: 1.9375em;
    letter-spacing: .02em;
}

#content_main .section p:last-child{ margin: 0;}

#content_main .section .pic{
    margin: 0 0 30px 0;
}

#content_main .section .pic .caption{
    width: 700px;
    margin: 0 auto;
    text-align: right;
    display: block;
    font-size: 11px;
    line-height: 1em;
    color: #808080;
}

#content_main .section .pic .caption.center{
    text-align: center;
}

#content_main .section .pic_desc{
    margin: -30px 0 60px 0;
    font-size: 13px;
    color: #e47734;
}

#content_main .section p a{
    transition: opacity .15s ease .0s;
}

#content_main .section p a:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#content_main .section .date{
    color: #e47734;
}

.btm_banner{
    margin: -110px 0 0 0;
}

.banner_interview{
    margin: 0 0 85px 0;
}

.banner_tobichi{
    display: inline-block;
    background-image:url(../images/img_banner_tobichi_on.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 0;
}

.banner_tobichi img{
    opacity: 1 !important;
    transition: opacity 0s ease 0s !important;
}

.is_pc .banner_tobichi:hover,
.is_sp .banner_tobichi.touch{
    background-size: auto;
}

.is_pc .banner_tobichi:hover img,
.is_sp .banner_tobichi.touch img{
    opacity: 0 !important;
}


/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#content_foot{
    text-align: center;
    height: 263px;
    margin: -13px 0 0 0;
    padding: 60px 0 0 0;
    box-sizing: border-box;
    background-image:url(../images/parts_bg_btm_wave.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#foot_share{
    margin: 0 0 65px 0;
}

#foot_share li{
    margin: 0 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 0;
}

#foot_share li.tw{ background-image:url(../images/parts_share_tw_on.png);}
#foot_share li.fb{ background-image:url(../images/parts_share_fb_on.png);}
#foot_share li.mail{ background-image:url(../images/parts_share_mail_on.png);}
#foot_share li.home{ background-image:url(../images/parts_share_home_on.png);}

#foot_share li img{
    opacity: 1 !important;
    width: auto;
    height: 26px;
    transition: opacity 0s ease 0s !important;
}

.is_pc #foot_share li:hover,
.is_sp #foot_share li.touch{
    background-size: auto 26px;
}

.is_pc #foot_share li:hover img,
.is_sp #foot_share li.touch img{
    opacity: 0 !important;
}

#content_foot .copyright img{
    width: 219px;
    height: auto;
}


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