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

.talk_nav .disabled{
    visibility: hidden;
}

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

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    max-width: 1280px;
    margin: 10px auto 5px auto;
    text-align: center;
    position: relative;
}

#mv h1{
    line-height: 0;
}

#mv .logo_hobo{
    display: inline-block;
    position: absolute;
    top: 465px;
    left: calc(50% - 81px);
}

#mv .logo_hobo img{
    width: 162px;
}

/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    font-family: 'ヒラギノ丸ゴ W6 JIS2004';
    margin: 15px 0 25px 0;
    text-align: center;
}

#sec_yodogawa p{
    font-size: 16px;
    line-height: 1.8125em;
}

.btn_profile{
    width: 260px;
    height: 60px;
    margin: 0 auto 80px auto;
    text-align: center;
}

.btn_profile a{
    width: 260px;
    height: 60px;
    box-sizing: border-box;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    color: #fff;
    background-color: #ca7661;
    box-shadow: 4px 4px 1px #000;
    border-radius: 8px;
    position: relative;
    top: 0;
    left: 0;
    transition: box-shadow .15s ease .0s, top .15s ease .0s, left .15s ease .0s;
}

.is_sp .btn_profile a.touch,
.is_pc .btn_profile a:hover{
    top: 3px;
    left: 3px;
    box-shadow: 1px 1px 1px #000;
    transition: box-shadow .15s ease .05s, top .15s ease .05s, left .15s ease .05s;
}

/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    font-family: 'ヒラギノ丸ゴ W6 JIS2004';
    margin: 60px 0 90px 0;
    text-align: center;
}

#index_nav ul{
    border-top: 2px solid #000;
    display: inline-block;
}

#index_nav li{
    border-bottom: 1px solid #000;
}

#index_nav li:last-child{
    border-bottom: 2px solid #000;
}

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

#index_nav li a{
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .1s ease .0s;
    position: relative;
}

#index_nav li a:after{
    content: '';
    width: 36px;
    height: 36px;
    display: block;
    background-image:url(../images/parts_nav_arrow_right.png);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center;
    position: absolute;
    top: calc(50% - 18px);
    right: 15px;
    transition: right .15s ease .0s;
}

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

#index_nav li a:hover:after,
#index_nav li a.touch:after{
    right: 10px;
    transition: right .15s ease .05s;
}

#index_nav .date{
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .4em;
    color: #000;
    text-align: left;
    position: absolute;
    bottom: 25px;
    left: 145px;
}


#index_nav li.disabled a{ cursor: default; opacity: 1 !important;}
#index_nav li.disabled a img{ opacity: 0 !important;}
#index_nav li.disabled a .date{ color: #948080 !important;}
#index_nav li.disabled a:after{ display: none;}
#index_nav li.t02.disabled a{ background-image:url(../images/img_index_nav_02.png); }
#index_nav li.t03.disabled a{ background-image:url(../images/img_index_nav_03.png); }
#index_nav li.t04.disabled a{ background-image:url(../images/img_index_nav_04.png); }
#index_nav li.t05.disabled a{ background-image:url(../images/img_index_nav_05.png); }


/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.talk_nav{
    width: 720px;
    margin: 0 auto 40px auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.talk_nav li{
    margin: 0 77px;
    display: inline-block;
}

.talk_nav a{
    transition: background .15s ease .0s, opacity .15s ease .0s;
}

.is_sp .talk_nav a.touch,
.is_pc .talk_nav a:hover{
    opacity: .7;
    transition: background .15s ease .05s, opacity .15s ease .05s;
}

.talk_nav img{
    width: 77px;
}
    


/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    width: 720px;
    margin: 0 auto 50px auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid #000;
}

#talk_body h2{
    margin: 50px 0 40px 0;
}

.is_sp #talk_body a.touch,
.is_pc #talk_body a:hover{
    text-decoration: underline;
}

#talk_body dl{
    margin: 0 0 0 180px;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    line-height: 2em;
}

#talk_body dl:after{
    content: '';
    display: block;
    clear: both;
}

#talk_body dt{
    clear: both;
    width: 70px;
    float: left;
}

#talk_body dt:after{
    content: '：';
}

#talk_body dt.talker0{
    letter-spacing: -.20em;
}

#talk_body dd{
    margin: 0 0 35px 0;
    float: left;
}

#talk_body dd + dd{
    margin-top: -15px;
    margin-left: 70px;
    clear: both;
}

#talk_body .img{
    margin: 20px 0 60px 0;
    text-align: left;
    display: inline-block;
}

#talk_body .img + .img{
    margin-top: -40px;
}

#talk_body .img.v img{
    width: 365px;
}

#talk_body .img .caption{
    margin: 10px 0 0 0;
    display: block;
    font-size: 16px;
    color: #93a076;
    text-align: center;
}

#talk_body .talk_date{
    margin: 10px 0 70px 0;
    text-align: center;
}

#talk_body .talk_date .continue{
    margin: 0 0 40px 0;
    font-size: 16px;
}

#talk_body .talk_date .date{
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .4em;
}



/* --------------------------------------------------
*
    #sec_profile
*
-------------------------------------------------- */
#sec_profile{
    text-align: center;
}

#sec_profile .pic img{
    width: 120px;
}

#sec_profile h2{
    font-family: 'ヒラギノ丸ゴ W6 JIS2004';
    margin: 0 0 10px 0;
    font-size: 20px;
}

#sec_profile h2 span{
    font-size: 75%;
}

#sec_profile .profile_mukaigawa{
    margin: 0 0 110px 0;
}

#sec_profile .profile_mukaigawa .pic{
    margin: 60px 0 15px 0;
}

#sec_profile .profile_mukaigawa .desc{
    font-size: 16px;
    line-height: 2em;
}

#sec_profile .profile_member{
    margin: 0 0 15px 0;
}

#sec_profile .profile_member h3{
    font-family: 'ヒラギノ丸ゴ W6 JIS2004';
    margin: 0 0 40px 0;
    font-size: 26px;
    color: #ca7661;
}

#sec_profile ul{
    width: 600px;
    margin: 0 auto;
    letter-spacing: -.40em;
}

#sec_profile li{
    width: 50%;
    margin: 0 0 60px 0;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

#sec_profile li .pic{
    margin: 0 0 20px 0;
}

#sec_profile .profile_member h4{
    font-family: 'ヒラギノ丸ゴ W6 JIS2004';
    margin: 0 0 10px 0;
    font-size: 20px;
}

#sec_profile .profile_member h4 span{
    margin: 0 0 0 5px;
    font-size: 70%;
}

#sec_profile .profile_member .desc{
    font-size: 16px;
}

#sec_profile .btn_back{
    
}

#sec_profile .btn_back img{
    width: 76px;

}

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

#foot_share li{
    margin: 0 13px 30px 13px;
    display: inline-block;
    vertical-align: top;
}

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

#foot_share .copyright{
    margin: 0 0 85px 0;
}

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

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