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

/* --------------------------------------------------
*
    #contents_area
*
-------------------------------------------------- */
#contents_area{
    margin: 50px 0 60px 0;
    border: 1px solid #fff;
}


/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    margin: 0 0 40px 0;
}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    margin: 0 0 55px 0;
    font-size: 0;
    letter-spacing: -.40em;
    text-align: center;
}

#section_yodogawa p{
    display: inline-block;
    vertical-align: top;
}

#section_yodogawa p.btn_profile{
    margin: 0 50px 0 0;
}

#modal_profile{
    text-align: left;
}

#modal_profile a{
    color: #507D63;
}

#modal_profile a:hover{
    text-decoration: underline;
}

#modal_profile h3{
    margin: 0 0 30px 0;
    font-size: 20px;
    letter-spacing: .1em;
}

#modal_profile h3 .en{
    margin: 0 0 0 5px;
    font-size: 14px;
}

#modal_profile p{
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: .1em;
}


/* --------------------------------------------------
*
    #section_talk
*
-------------------------------------------------- */
#section_talk{
    width: 650px;
    padding: 50px 0 0 0;
    margin: 0 auto 50px auto;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
}

#section_talk h2{
    width: 560px;
    padding: 0 0 10px 0;
    margin: 0 auto 25px auto;
    text-align: center;
    border-bottom: 1px solid #D9D8D6;
    line-height: 1em;
}

#section_talk dl{
    width: 540px;
    margin: 0 auto;
    overflow: hidden;
}

#section_talk dt{
    width: 70px;
    clear: both;
    float: left;
    font-size: 16px;
    line-height: 1.75em;
    color: #6D3469;
}

#section_talk dd{
    float: left;
    margin: 0 0 35px 0;
    font-size: 16px;
    line-height: 1.75em;
}

#section_talk dd + dd{
    margin-top: -20px;
    padding-left: 70px;
}

#section_talk .img{
    width: 550px;
    margin: -10px auto 30px auto;
}

#section_talk .continue{
    margin: 10px 0 60px 0;
    clear: both;
    text-align: center;
    font-size: 14px;
    letter-spacing: .1em;
}

/* --------------------------------------------------
*
    #talk_nav
*
-------------------------------------------------- */
#talk_nav{
    clear: both;
    margin: 0 0 65px 0;
    text-align: center;
}

#talk_nav ul{
    letter-spacing: -.40em;
    font-size: 0;
    line-height: 0;
}

#talk_nav li{
    margin: 0 50px;
    height: 30px;
    display: inline-block;
}

#talk_nav li.disabled{
    visibility: hidden;
}

#talk_nav li img{
    width: auto;
    height: 30px;
}


/* --------------------------------------------------
*
    #btm_nav
*
-------------------------------------------------- */
#btm_nav{
    margin: 0 0 50px 0;
    text-align: center;
}

#btm_nav ul{
    letter-spacing: -.40em;
    font-size: 0;
    line-height: 0;
}

#btm_nav li{
    width: 150px;
    margin: 0 25px;
    display: inline-block;
}

#btm_nav li.disabled{
    opacity: .5 !important;
}

#btm_nav li img{
    width: 100%;
    height: auto;
}


/* --------------------------------------------------
*
    #section_movie
*
-------------------------------------------------- */
#section_movie{
    margin: 0 0 50px 200px;
    padding: 0 0 10px 35px;
    border-left: 1px solid #fff;
}

#section_movie a{
    color: #507D63;
}

#section_movie a:hover{
    text-decoration: underline;
}

#section_movie h3{
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.555em;
    letter-spacing: .1em;
}

#section_movie p{
    font-size: 14px;
    line-height: 1.642em;
    letter-spacing: .1em;
}

#section_movie .mov_detail{
    margin: 25px 0 0 0;
}

#section_movie .mov_detail .img{
    margin: 0 0 15px 0;
}

#section_movie .mov_detail .img img{
    width: 350px;
    height: auto;
}

#section_movie .mov_detail .cat{
    margin: 0 0 5px 0;
    font-size: 12px;
    letter-spacing: .1em;
}

#section_movie .mov_detail h4{
    margin: 0 0 10px 0;
    font-size: 20px;
    letter-spacing: .1em;
    text-indent: -.5em;
}

#section_movie .mov_detail p{
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.69em;
}


/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    margin: 0 0 25px 0;
    text-align: center;
}

#foot_share ul{
    letter-spacing: -.40em;
    font-size: 0;
}

#foot_share li{
    margin: 0 15px;
    display: inline-block;

}

#foot_share li img{
    width: auto;
    height: 30px;
}

#contents_area .copyright{
    margin: 0 0 50px 0;
    text-align: center;
}

#contents_area .copyright img{
    width: 169px;
    height: auto;
}

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