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

#wrap{
    overflow: hidden;
}

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

#mv h1{
    padding: 0 30px;
    line-height: 0;
}

#mv h1 img{
    width: 100%;
    max-width: 280px;
}

#mv .logo_hobo{
    margin: 15px 0 25px 0;
    text-align: center;
}

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

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

#sec_yodogawa p{
    font-size: 14px;
    line-height: 1.85em;
    white-space: nowrap;
}

#sec_yodogawa p br{
    display: block !important;
}

#sec_yodogawa p br.sp{
    display: none !important;
}

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

#sec_profile li{
    width: 256px;
    height: 79px;
    margin: 0 auto 20px auto;
    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, top .15s ease .0s, left .15s ease .0s;
}

.is_sp #sec_profile li a.touch,
.is_pc #sec_profile li 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{
    margin: 0 0 60px 0;
    text-align: center;
}

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

#index_nav h3 img{
    width: 25%;
    max-width: 114px;
}

#index_nav ul{
    margin: 0 10px;
    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: 100%;
    max-width: 480px;
    height: auto;
    opacity: 1 !important;
}

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

#index_nav li a:after{
    content: '';
    width: 45px;
    height: 45px;
    display: none !important;
    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{
    margin: 0 auto;
    background-image:url(../images/parts_bg_p.png);
    overflow: hidden;
    position: relative;
}

#sec_artwork h2{
    padding: 0 10px;
    margin: 30px 0 20px 0;
    text-align: center;
}

#sec_artwork h2 img{
    width: 95%;
    max-width: 458px;
}

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

#sec_artwork .img_slider div img{
    width: 95%;
    max-width: 480px;
    display: inline-block;
}

#sec_artwork .num{
    padding: 25px 0 45px 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: 36px;
    height: 36px;
    background-image:url(../images/parts_ico_arrow_left_w.png);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center;
    position: absolute;
    bottom: 35px;
    left: calc(50% - 100px);
}

#sec_artwork .btn_next{
    width: 36px;
    height: 36px;
    background-image:url(../images/parts_ico_arrow_right_w.png);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center;
    position: absolute;
    bottom: 35px;
    right: calc(50% - 100px);
}

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

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

#sec_column h2 img{
    width: 90%;
    max-width: 320px;
}

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

#sec_column .book img{
    width: 75%;
    max-width: 280px;
}

#sec_column .book .caption{
    margin: 8px 0 25px 0;
    font-size: 13px;
    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{
    margin: 0 0 30px 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 2em;
    display: inline-block;
    text-align: left;
}

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

#sec_column .pic img{
    width: 90%;
    max-width: 400px;
}

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


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

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

.talk_nav ul{
    width: 120%;
    position: relative;
    left: -10%;
}

.talk_nav li{
    margin: 0 25px;
    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: 60px;
}


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

#talk_body h2{
    width: 100%;
    max-width: 460px;
    margin: 0 auto 40px auto;
    padding: 68px 0 0 0;
    text-align: center;
    position: relative;
}

#talk_body h2 img{
    width: 110%;
    position: relative;
    left: -5%;
}

#talk_body h2.t02 img{ width: 90%; left: 0;}

#talk_body h2:before{
    content: '';
    width: 100%;
    height: 48px;
    display: block;
    background-image:url(../images/parts_ico_title_01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 48px;
    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 15px 0;
    text-align: center;
}

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


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


#talk_body .conv{
    padding: 0 15px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2em;
}

#talk_body .h{
    color: #808075;
}

#talk_body dl{
    clear: both;
    padding: 5px 0 0 0;
    margin: 0 0 15px 0;
    overflow: hidden;
}

#talk_body dt{
    clear: both;
    position: relative;
}

#talk_body dt:before{
    content: '';
    width: 41px;
    height: 56px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 41px;
    position: relative;
    top: 15px;
    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.h:before{ display: none;}

#talk_body dt.f,
#talk_body dt.m{ text-indent: -9999em; font-size: 0;}
#talk_body dt.h{ padding: 0 0 0 0; box-sizing: border-box;}

#talk_body dd{
    padding: 0 5px;
}

.isIE #talk_body dd{
    padding-top: 20px;
    box-sizing: border-box;
}

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

#talk_body dd + dd{
    clear: both;
    margin-top: 10px;
}

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

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


#talk_body .quote{
    margin: 40px 10px 20px 10px;
    padding: 25px 15px;
    box-sizing: border-box;
    background-color: rgba(249, 186, 195, .15);
    border: 3px solid #f9bac3;
}

#talk_body .quote h3{
    margin: 0 0 20px 0;
    text-align: center;
    line-height: 1.8em;
    font-size: 18px;
}

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

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

#talk_body .pic.btm{
    padding: 0 5%;
    margin: 0 0 20px 0;
}


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



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



/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 65535;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

#modal_wrapper{
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
    z-index: 2;
    top: 0 !important;
    position: relative;
    z-index: 10;
}

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

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

#modal .btn_close{
    content: '閉じる';
    width: 100%;
    height: 35px;
    color: #000;
    font-size: 14px;
    background-color: #f9acb7;
    background-repeat: no-repeat;
    border-radius: 0;
    line-height: 35px;
    letter-spacing: .1em;
    position: fixed;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 10;
    cursor: pointer;
    transition: opacity .1s ease;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

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

#modal_data{
    min-height: calc(100vh - 0);
    box-sizing: border-box;
    padding: 0 15px 20px 15px;
    display: inline-block;
    text-align: left;
}

#modal_data h3{
    font-size: 18px;
    margin: 0 0 30px 0;
    text-align: center;
    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 p{
    margin: 0 0 25px 0;
    font-size: 14px;
    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;
}



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