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

#contents_area{
    margin: 0 auto;
    overflow: hidden;
    background-color: #e8ebeb;
}



/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    padding: 0 0 10px 0;
    position: relative;
    text-align: center;
    background-color: #000;
    overflow: hidden;
}

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

#mv .logo_hobo img{
    width: 60%;
    max-width: 320px;
    height: auto;
    line-height: 0;
}

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

#mv h1 img{
    width: 100%;
}

#mv .btn_home{
    width: 56%;
    height: 5vw;
    display: block;
    position: absolute;
    top: 2vw;
    left: calc(50% - 28%);
    z-index: 2;
}

#mv .sec_yodogawa{
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    position: relative;
}

#mv .sec_yodogawa img{
    width: 100%;
    max-width: 360px;
}

#mv .sec_yodogawa .profile{
    margin: 35px 0 0 0;
}

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

#mv .sec_yodogawa .profile p{
    width: 110%;
    margin: 0 0 20px 0;
    display: block;
    position: relative;
    left: -5%;
}


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

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

#index_nav li{
    margin: 0 0 40px 0;
}

#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: 90%;
    opacity: 1 !important;
}

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


/* --------------------------------------------------
*
    #sec_body_wrap
*
-------------------------------------------------- */
#sec_body_wrap{
    margin: 0 auto;
}

#sec_body_wrap h2{
    margin: 25px 0 30px 0;
    text-align: center;
}

#sec_body_wrap h2 img{
    width: 100%;
    max-width: 360px;
}

#sec_body{
    margin: 0 auto;
    overflow: hidden;
}

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

#sec_body dt{
    clear: both;
}

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

#sec_body dd{
    margin: 0 0 25px 0;
    padding: 0 8px;
}

#sec_body .pic{
    margin: 0 0 35px 0;
    padding: 0 15px;
}

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

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

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

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

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

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

#sec_body_wrap .talk_nav{
    width: 100%;
    max-width: 420px;
    margin: 0 auto 40px 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: 10px;}
#sec_body_wrap .talk_nav li:last-child{ right: 10px;}


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



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

#btm_info h3{
    margin: 30px 0 25px 0;
    padding: 0 10px;
    text-align: center;
    color: #ffd232;
}

#btm_info h3 img{
    width: 100%;
}

#btm_info .pic{
    margin: 5px 0 15px 0;
}

#btm_info .pic img{
    width: 100%;
    max-width: 420px;
}

#btm_info p{
    padding: 0 15px;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .1em;
    display: inline-block;
    text-align: left;
}

#btm_info .info_detail{
    padding: 25px 15px 0 15px;
    display: inline-block;
    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;
    word-break: break-all;
}

.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 20px 0;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.6em;
}

#btm_info .info_detail dl{
    line-height: 2em;
    letter-spacing: .05em;
    font-size: 13px;
}

#btm_info .info_detail dt{
    clear: both;
}

#btm_info .info_detail dd{
    margin: 0 0 15px 0;
}

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



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

#foot_share ul{
    margin: 0 10px 30px 10px;
    padding: 40px 0 45px 0;
    letter-spacing: -.40em;
    position: relative;
}

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

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

#foot_share li img{
    width: 45px;
}

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

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

#foot_share .btm_nav .send_mail img{ width: auto; height: 15px;}
#foot_share .btm_nav .hobo_home img{ width: auto; height: 15px;}

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

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



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

.modal_profile{
    text-align: left;
}

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

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

.modal_profile h3{
    margin: 0 0 15px 0;
    font-size: 18px;
}

.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: 13px;
    position: relative;
    top: -2px;
}

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

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

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

.modal_profile .pic img{
    width: 100% !important;
    max-width: 450px !important;
}


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