@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */


/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 

#contents_area{
    width: 900px;
    min-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #e5e5e5;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    min-width: 900px;
    position: relative;
    text-align: center;
    background-color: #000;
}

#mv .logo_hobo{
    padding: 30px 0;
    text-align: center;
    display: block;
    line-height: 0;
}

#mv .logo_hobo img{
    width: auto;
    height: 9px;
    line-height: 0;
}

#mv h1{
    margin: 0 0 45px 0;
}

#mv .sec_yodogawa{
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 60px 0;
    text-align: right;
    position: relative;
}

#mv .sec_yodogawa .profile{
    position: absolute;
    top: 0;
    left: 0;
}

#mv .sec_yodogawa .profile:after{
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#mv .sec_yodogawa .profile p{
    margin: 0 30px 0 0;
    float: right;
}


/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    padding: 80px 0 0 0;
    text-align: center;
}

#index_nav h3{
    font-size: 28px;
    margin: 0 0 80px 0;
    letter-spacing: .1em;
}

#index_nav li{
    margin: 0 0 80px 0;
    display: inline-block;
}

#index_nav li.disabled a{
    opacity: .3 !important;
    cursor: default;
}

#index_nav li a{
    color: #000;
    transition: opacity .1s ease 0s;
    display: block;
}

.is_pc #index_nav li a:hover,
.is_sp #index_nav li a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#index_nav li img{
    width: 480px;
    opacity: 1 !important;
}

#index_nav li .date{
    margin: 20px 0 0 0;
    font-size: 15px;
    letter-spacing: .2em;
    display: block;
}

/* --------------------------------------------------
*
    #sec_body_wrap
*
-------------------------------------------------- */
#sec_body_wrap{
    width: 900px;
    min-width: 900px;
    margin: 0 auto;
}

#sec_body_wrap h2{
    margin: 50px 0 90px 0;
    text-align: center;
}

#sec_body{
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

#sec_body dl{
    padding: 0 0 0 40px;
    clear: both;
    line-height: 2em;
    letter-spacing: .1em;
    overflow: hidden;
}

#sec_body dt{
    clear: both;
    float: left;
    text-align: right;
    width: 75px;
    margin: 0 40px 0 0;
}

#sec_body dt.t{
    letter-spacing: 0;
}

#sec_body dd{
    width: 445px;
    margin: 0 0 40px 0;
    float: left;
}

#sec_body dd + dd{
    padding: 0 0 0 115px;
}

#sec_body .pic{
    margin: 0 0 40px 0;
}

#sec_body .pic.s{
    width: 330px;
    margin-left: auto;
    margin-right: auto;
}

#sec_body .pic + .pic{
    margin-top: 45px;
}

#sec_body .pic img{
    width: 100%;
}

#sec_body .pic .caption{
    margin: 5px 0 0 0;
    font-size: 13px;
    line-height: 1.5em;
    display: block;
    letter-spacing: .1em;
}

#sec_body .continue{
    clear: both;
    margin: 10px 0 80px 0;
    text-align: center;
}

#sec_body .continue .date{
    font-size: 16px;
    margin: 55px 0 0 0;
    letter-spacing: .2em;
}

#sec_body_wrap .talk_nav{
    width: 700px;
    margin: 0 auto 80px auto;
    text-align: center;
}

#sec_body_wrap .talk_nav ul{
    letter-spacing: -.40em;
    position: relative;
}

#sec_body_wrap .talk_nav li{
    display: inline-block;
    letter-spacing: normal;
}

#sec_body_wrap .talk_nav li.disabled{
    visibility: hidden;
}

#sec_body_wrap .talk_nav li:first-child,
#sec_body_wrap .talk_nav li:last-child{ position: absolute; top: 0;}
#sec_body_wrap .talk_nav li:first-child{ left: 0;}
#sec_body_wrap .talk_nav li:last-child{ right: 0;}


#sec_body_wrap .talk_nav li img{
    width: auto;
    height: 36px;
}



/* --------------------------------------------------
*
    #btm_info
*
-------------------------------------------------- */
#btm_info{
    width: 700px;
    padding: 0 0 75px 0;
    margin: 0 auto;
    background-color: #999999;
    border-radius: 15px;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

#btm_info h3{
    margin: 50px 0 30px 0;
    text-align: center;
    font-size: 40px;
    letter-spacing: .015em;
    line-height: 1.6em; 
    color: #ffd232;
}

#btm_info .pic{
    margin: 0 0 25px 0;
}

#btm_info p{
    line-height: 2em;
    letter-spacing: .1em;
    display: inline-block;
    text-align: left;
}

#btm_info .info_detail{
    padding: 35px 0 0 60px;
    text-align: left;
    color: #000;
    overflow: hidden;
}

#btm_info .info_detail a{
    padding: 0 0 3px 0;
    border-bottom: 1px solid transparent;
    transition: border .1s ease .0s;
}

.is_pc #btm_info .info_detail a:hover,
.is_sp #btm_info .info_detail a.touch{
    border-color: #005000;
    transition: border .15s ease .05s;
}

#btm_info .info_detail:after{
    content: '';
    display: block;
    clear: block;
    font-size: 0;
}

#btm_info .info_detail h4{
    margin: 0 0 30px 0;
    font-size: 25px;
    letter-spacing: .1em;
    line-height: 1.6em;
}

#btm_info .info_detail dl{
    line-height: 2em;
    letter-spacing: .1em;
}

#btm_info .info_detail dt{
    clear: both;
    float: left;
}

#btm_info .info_detail dd{
    float: left;
}

#btm_info .info_tobichi{
    margin: 75px 0 0 0;
}

#btm_info .info_tobichi h4{
    white-space: nowrap;
}

#btm_info .info_tobichi .ls{
    letter-spacing: .025em;
}



/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    width: 900px;
    margin: 0 auto;
    background-color: #e5e5e5;
    text-align: center;
}

#foot_share ul{
    width: 700px;
    margin: 0 auto 40px auto;
    padding: 50px 0 60px 0;
    letter-spacing: -.40em;
    position: relative;
}

#foot_share ul:after{
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background-color: #999;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#foot_share li{
    margin: 0 55px;
    display: inline-block;
    letter-spacing: normal;
}

#foot_share li img{
    width: 50px;
}

#foot_share .btm_nav{
    letter-spacing: -.40em;
}

#foot_share .btm_nav p{
    margin: 0 40px;
    display: inline-block;
}

#foot_share .btm_nav .send_mail img{ width: 130px;}
#foot_share .btm_nav .hobo_home img{ width: 151px;}

#foot_share .copyright{
    padding: 45px 0 65px 0;
}

#foot_share .copyright img{
    width: 260px;
}



/* --------------------------------------------------
*
    #modal_profile
*
-------------------------------------------------- */
.modal_wrap{
    display: none;
}

.modal_profile{
    text-align: left;
}

.modal_profile .section{
    margin: 0 0 60px 0;
}

.modal_profile .section:last-child{
    margin: 0;
}

.modal_profile h3{
    margin: 0 0 25px 0;
    font-size: 24px;
}

.modal_profile a{
    border-bottom: 1px solid transparent;
}

.is_pc .modal_profile a:hover,
.is_sp .modal_profile a.touch{
    border-bottom: 1px solid #005000;
}

.modal_profile h3 .kana{
    font-size: 18px;
    position: relative;
    top: -2px;
}

.modal_profile p{
    margin: 0 0 25px 0;
    font-size: 15px;
    line-height: 2em;
}

.modal_profile p:last-child{
    margin: 0;
}

.modal_profile .pic{
    text-align: center;
}

.modal_profile .pic img{
    width: 450px;
}


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