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

#wrap{
    overflow: hidden;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 5px 0;
    text-align: center;
    position: relative;
}

#mv h1{
    line-height: 0;
}

#mv h1 img{
    width: 100%;
}

#mv .logo_hobo{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

#mv .logo_hobo img{
    width: 40%;
    min-width: 130px;
}

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

#sec_yodogawa p{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 1.8125em;
    letter-spacing: 0;
    white-space: nowrap;
}

.btn_profile{
    width: 260px;
    height: 60px;
    margin: 0 auto 40px 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: 40px 15px;
    text-align: center;
}

#index_nav ul{
    max-width: 420px;
    border-top: 1px solid #000;
    display: inline-block;
}

#index_nav li{
    margin: 0 0 -4px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #000;
}

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

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

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

#index_nav li a:after{
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background-image:url(../images/parts_nav_arrow_right.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    position: absolute;
    top: calc(50% - 12px);
    right: 5px;
    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: 0px;
    transition: right .15s ease .05s;
}

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


#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{
    margin: 0 auto 30px auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

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

.talk_nav li:first-child{ margin-left: 0;}
.talk_nav li:last-child{ margin-right: 0;}

.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: 55px;
}
    

/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, .5);
    overflow: hidden;
}

#talk_body h2{
    margin: 40px 0 20px 0;
    padding: 0 15px;
}

#talk_body h2 img{
    width: 100%;
    max-width: 420px;
}

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

#talk_body dl{
    padding: 0 15px;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    line-height: 1.857em;
}

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

#talk_body dt{
    clear: both;
}

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

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

#talk_body dd{
    padding: 0 5px;
    margin: 0 0 25px 0;
}

#talk_body dd + dd{
    margin-top: -5px;
}

#talk_body .img{
    margin: 0 0 20px 0;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
}

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

#talk_body .img img{
    width: 100%;
    max-width: 480px;
}

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

#talk_body .talk_date .continue{
    margin: 0 0 15px 0;
    font-size: 14px;
}

#talk_body .talk_date .date{
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
    font-size: 11px;
    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: 70%;
}

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

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

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

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

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

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

#sec_profile li{
    margin: 0 0 30px 0;
    display: block;
    letter-spacing: normal;
    vertical-align: top;
}

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

#sec_profile .profile_member h4{
    font-family: 'ヒラギノ丸ゴ W6 JIS2004';
    margin: 0 0 8px 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: 14px;
}

#sec_profile .btn_back{
    
}

#sec_profile .btn_back img{
    width: 55px;
}

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

#foot_share ul{
    width: 100%;
    max-width: 420px;
    box-sizing: border-box;
    padding: 0 15px 0 0;
    margin: 0 0 20px 0;
    display: inline-block;
    letter-spacing: -.40em;
}
#foot_share li{
    width: 25%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    letter-spacing: normal;
}

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

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

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

} /* ----- max-width: 640px ----- */
