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

.talk_nav .disabled{
    visibility: hidden;
}

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

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 40px 0;
    text-align: center;
    overflow: hidden;
}

#mv h1{
    margin: 0 0 0 35px;
    line-height: 0;
}

#mv .logo_hobo{
    margin: 20px 0 35px 0;
    text-align: center;
}

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

/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    margin: 0 0 65px 0;
    text-align: center;
}

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

#sec_profile{
    margin: 0 0 120px 0;
    text-align: center;
}

#sec_profile li{
    width: 256px;
    height: 79px;
    margin: 0 21px;
    display: inline-block;
    text-align: center;
}

#sec_profile li img{
    width: 256px;
    height: 79px;
    opacity: 1 !important;
}

#sec_profile li a{
    width: 256px;
    height: 79px;
    box-sizing: border-box;
    padding: 0 0;
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    color: #fff;
    box-shadow: 3px 3px 0 #000;
    border-radius: 8px;
    position: relative;
    top: 0;
    left: 0;
    transition: box-shadow .15s ease .0s, transform .15s ease .0s;
    -webkit-transition: box-shadow .15s ease .0s, transform .15s ease .0s;
}

.is_sp #sec_profile li a.touch,
.is_pc #sec_profile li a:hover{
    box-shadow: 1px 1px 1px #000;
    transform: translateX(3px) translateY(3px);
    transition: box-shadow .15s ease .05s, transform .15s ease .05s;
    -webkit-transform: translateX(3px) translateY(3px);
    -webkit-transition: box-shadow .15s ease .05s, transform .15s ease .05s;
}

/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    margin: 0 0 100px 0;
    text-align: center;
}

#index_nav h3{
    margin: 0 0 20px 0;
}

#index_nav h3 img{
    width: 114px;
}

#index_nav ul{
    width: 600px;
    border-top: 1px solid #000;
    display: inline-block;
    text-align: left;
}

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

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

#index_nav li img{
    width: auto;
    height: 57px;
    opacity: 1 !important;
}

#index_nav li a{
    padding: 28px 0 28px 5px;
    display: block;
    box-sizing: border-box;
    background-size: auto 57px;
    background-repeat: no-repeat;
    background-position: 5px center;
    transition: opacity .1s ease .0s;
    position: relative;
}

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

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

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


#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/btn_nav_index_02_off.png); }
#index_nav li.t03.disabled a{ background-image:url(../images/btn_nav_index_03_off.png); }



/* --------------------------------------------------
*
    #sec_artwork
*
-------------------------------------------------- */
#sec_artwork{
    width: 800px;
    margin: 0 auto;
    background-image:url(../images/parts_bg_p.png);
    overflow: hidden;
    position: relative;
}

#sec_artwork h2{
    margin: 60px 0 20px 0;
    text-align: center;
}

#sec_artwork h2 img{
    width: 458px;
}

#sec_artwork .img_slider div{
    text-align: center;
    margin: 0 auto;
}

#sec_artwork .img_slider div img{
    width: 500px;
    display: inline-block;
}

#sec_artwork .num{
    padding: 15px 0 65px 0;
    font-family: 'YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
    font-weight: bold;
    letter-spacing: .4em;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

#sec_artwork .btn_prev{
    width: 46px;
    height: 46px;
    background-image:url(../images/parts_ico_arrow_left_w.png);
    background-repeat: no-repeat;
    background-size: 46px;
    background-position: center;
    position: absolute;
    top: calc(50% - 23px + 77px);
    left: 80px;
}

#sec_artwork .btn_next{
    width: 46px;
    height: 46px;
    background-image:url(../images/parts_ico_arrow_right_w.png);
    background-repeat: no-repeat;
    background-size: 46px;
    background-position: center;
    position: absolute;
    top: calc(50% - 23px + 77px);
    right: 80px;
}

#sec_artwork .btn_prev,
#sec_artwork .btn_next{
    transition: transform .1s ease .0s;
    -webkit-transition: transform .1s ease .0s;
    cursor: pointer;
}

.is_pc #sec_artwork .btn_prev:hover,
.is_pc #sec_artwork .btn_next:hover,
.is_sp #sec_artwork .btn_prev.touch,
.is_sp #sec_artwork .btn_next.touch{
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transition: transform .15s ease .05s;
    -webkit-transition: transform .15s ease .05s;
}



/* --------------------------------------------------
*
    #sec_column
*
-------------------------------------------------- */
#sec_column{
    padding: 95px 0 0 0;
    text-align: center;
}

#sec_column h2{
    margin: 0 0 40px 0;
}

#sec_column h2 img{
    width: 388px;
}

#sec_column .book{
    text-align: center;
}

#sec_column .book img{
    width: 280px;
}

#sec_column .book .caption{
    margin: 8px 0 40px 0;
    font-size: 14px;
    line-height: 1.857em;
}

#sec_column .book .caption a{
    padding: 0 0 1px 0;
    border-bottom: 1px solid #000;
    color: #000;
}

.is_pc #sec_column .book .caption a:hover,
.is_sp #sec_column .book .caption a.touch{
    border: none;
}

#sec_column .desc{
    min-width: 400px;
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 2em;
    display: inline-block;
    text-align: left;
}

#sec_column .pic{
    text-align: center;
    display: block;
    margin: 0 0 40px 0;
}

#sec_column .pic img{
    width: 400px;
}

#sec_column .pic .caption{
    margin: 15px 0 0 0;
    display: block;
    font-size: 13px;
}

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

.talk_nav.btm{
    margin-bottom: 105px;
}

.talk_nav li{
    margin: 0 55px;
    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: auto;
    height: 77px;
}


/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    margin: 0 0 70px 0;
}

#talk_body h2{
    margin: 0 0 40px 0;
    padding: 76px 0 0 0;
    text-align: center;
    position: relative;
}

#talk_body h2:before{
    content: '';
    width: 100%;
    height: 56px;
    display: block;
    background-image:url(../images/parts_ico_title_01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 56px;
    position: absolute;
    top: 0;
    left: 0;
}

#talk_body h2.t02:before{ background-image:url(../images/parts_ico_title_02.png);}
#talk_body h2.t03:before{ background-image:url(../images/parts_ico_title_03.png);}

#talk_body .pic{
    margin: 35px 0 25px 0;
    text-align: center;
}


#talk_body .pic + .pic{
    margin-top: -10px;
}


#talk_body .conv{
    width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2em;
}

#talk_body .h{
    color: #808075;
}

#talk_body dl{
    clear: both;
    min-height: 56px;
    padding: 5px 0 0 0;
    margin: 0 0 35px 215px;
    overflow: hidden;
}

#talk_body dt{
    clear: both;
    min-width: 75px;
    float: left;
    position: relative;
}

#talk_body dt:before{
    content: '';
    width: 41px;
    height: 56px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 41px;
    position: absolute;
    top: -5px;
    left: 0;
}

#talk_body dt.f:before{ background-image:url(../images/parts_ico_fujioka.png);}
#talk_body dt.m:before{ background-image:url(../images/parts_ico_murai.png);}

#talk_body dt.f,
#talk_body dt.m{ text-indent: -9999em; font-size: 0;}
#talk_body dt.h{ padding: 0 25px 0 0; box-sizing: border-box; text-align: right; letter-spacing: -.05em;}

#talk_body dd{
    float: left;
}

.isIE #talk_body dd{
    padding-left: 75px;
    box-sizing: border-box;
}

.isIE #talk_body dd.h{
    padding: 0;
}

#talk_body dd + dd{
    clear: both;
    margin: 30px 0 0 0;
    padding: 0 0 0 75px !important;
}

#talk_body .continue{
    text-align: center;
    font-size: 16px;
}

#talk_body .continue .date{
    font-family: 'YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
    margin: 35px 0 0 0;
    font-size: 12px;
    letter-spacing: .4em;
    color: #8f8f8f;
}

#talk_body .quote{
    width: 560px;
    margin: 0 auto 40px auto;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
    border: 5px solid #f9bac3;
}

#talk_body .quote h3{
    margin: 0 0 30px 0;
    text-align: center;
    line-height: 1.8em;
    font-size: 23px;
    letter-spacing: -.02em;
    white-space: nowrap;
}

#talk_body .quote p{
    line-height: 2em;
}

#talk_body .quote h3 .s{
    font-size: 75%;
}

#talk_body .pic.btm{
    margin: 0 0 40px 0;
}

/* --------------------------------------------------
*
    #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 55px 0;
}

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


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



/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    min-width: 900px;
    height: 100%;
    padding-bottom: 80px;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_wrapper{
    box-sizing: border-box;
    display: inline-block;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

#modal_inner{
    display: inline-block;
    margin: 60px 0 80px 0;
    background-color: #fff;
    border-radius: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    text-align: center;
    position: relative;
    top: -80px;
    z-index: 2;
}

#modal_data{
    min-width: 480px;
    max-width: 800px;
    box-sizing: border-box;
    padding: 40px 40px 40px 40px;
    margin: 0 0 0 0;
    display: inline-block;
    text-align: center;
}

#modal_data img{
    width: 320px;
    height: auto;
}

#modal .overlay{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

#modal .btn_close{
    content: '閉じる';
    width: 220px !important;
    height: 40px;
    color: #000;
    font-size: 14px;
    background-color: #f9acb7;
    background-repeat: no-repeat;
    border-radius: 3px;
    line-height: 40px;
    letter-spacing: .1em;
    position: absolute;
    bottom: 162px;
    left: calc(50% - 110px);
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease;
}

#modal .btn_close:hover{
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
}

#modal_data h3{
    font-size: 20px;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    letter-spacing: .1em;
    position: relative;
}

#modal_data h3 .kana{
    margin: 10px 0 0 0;
    font-size: 75%;
    display: block;
    letter-spacing: 0;
}

#modal_data .desc{
    display: inline-block;
    text-align: left;
}

#modal_data p{
    margin: 0 0 25px 0;
    font-size: 15px;
    line-height: 1.8em;
}

.is_pc #modal_data p a{
    border-bottom: 1px solid #e5889a;
}

.is_pc #modal_data p a:hover,
.is_sp #modal_data p a.touch{
    border: none;
}



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