@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

#contents_area{
    overflow-x: hidden;
    background-image:url(../images/parts_bg_btm_wave_sp.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
    position: relative;
}

#contents_area:after{
    content: '';
    width: 100%;
    height: 350px;
    display: block;
    background-color: #ffffb0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    text-align: center;
    background-image:url(../images/parts_bg_obj.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#main_visual img{
    width: 100%;
    height: auto;
}

#main_visual h1{
    line-height: 0;
}

/* --------------------------------------------------
*
    #content_main
*
-------------------------------------------------- */
#content_main{
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    padding: 25px 0 40px 0;
    text-align: left;
}

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


/* --------------------------------------------------
*
    #content_main
*
-------------------------------------------------- */
#content_main{
    margin: 0 auto;
    padding: 0 8%;
    text-align: left;
}

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

#content_main .section h2{
    height: 75px;
    margin: 0 auto;
    padding: 115px 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: 100px;
    font-size: 20px;
    font-weight: bold !important;
    color: #49905e;
    line-height: 1.315em;
    position: relative;
    white-space: nowrap;
}

#content_main .section h2:after{
    content: '';
    width: 100%;
    text-align: center;
    display: block;
    font-size: 41px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 57px;
    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: 1px;}
#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 20px 0;
    font-size: 13px;
    line-height: 1.9375em;
    letter-spacing: .02em;
}

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

#content_main .section .pic{
    margin: 0 0 20px 0;
    text-align: center;
}

#content_main .section .pic.vertical img{
    max-width: 360px;
}

#content_main .section .pic img{
    width: 100%;
    height: auto;
}

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

#content_main .section .pic .caption.center{
    text-align: center;
    line-height: 1.7em;
}

#content_main .section .pic_desc{
    margin: -20px 0 20px 0;
    font-size: 11px;
    text-align: center;
    color: #e47734;
    white-space: nowrap;
}

#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: -40px 0 0 0;
    text-align: center;
}

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

.banner_interview img{
    width: 100%;
    height: auto;
}

.banner_tobichi{
    width: 80%;
    margin: 0 auto 20px auto;
    text-align: center;
    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{
    width: 100%;
    height: auto;
    opacity: 1 !important;
    transition: opacity 0s ease 0s !important;
}

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

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


/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#content_foot{
    padding: 40px 0 0 0;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

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

#foot_share li{
    margin: 0 0 40px 0;
    display: block;
}

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

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

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

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

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

#content_foot .copyright{
    margin: 0 0 40px 0;
}

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


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