@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px){
    
.parts_line{
    text-align: center;
    overflow: hidden;
}

.parts_line img{
    height: 20px;
    height: auto;
}


/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    margin: 0 auto 10px auto;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

#main_visual img{
    width: 100%;
}

#main_visual .badge_01{
    display: none;
}

#main_visual .badge_02{
    display: none;
}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    margin: 0 0 50px 0;
    padding: 0 15px;
    text-align: center;
}

#section_yodogawa p{
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 2em;
    text-align: left;
}

#section_yodogawa .btn_profile{
    margin: 0 0 0 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

#section_yodogawa .btn_profile img{
    width: 75%;
    max-width: 320px;
    transition: opacity .15s ease 0s;
}

.is_sp #section_yodogawa .btn_profile.touch img,
.is_pc #section_yodogawa .btn_profile:hover img{
    opacity: .7;
    transition: opacity .15s ease .05s;
}


/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    margin: 0 auto 60px auto;
    text-align: center;
    position: relative;
}

#index_nav li{
    padding: 60px 0 0 0;
    margin: 0 0 50px 0;
    position: relative;
}

#index_nav li a{
    display: inline-block;
}

#index_nav li:last-child{
    padding-bottom: 80px;
}

#index_nav li.disabled,
#index_nav li.disabled a{
    color: #534741;
    cursor: default !important;
}

#index_nav li:before,
#index_nav li:last-child:after{
    content: '';
    display: block;
    width: 100%;
    height: 16px;
    background-image:url(../images/parts_line_short.png);
    background-repeat: no-repeat;
    background-size: 43px auto;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

#index_nav li:last-child:after{
    top: inherit;
    bottom: 0;
}


#index_nav li .num{
    margin: 0 0 15px 0;
    font-size: 15px;
}

#index_nav li h3{
    margin: 0 0 15px 0;
    font-size: 18px;
    white-space: nowrap;
}

#index_nav li .date{
    font-size: 15px;
}

#index_nav img{
    width: 60%;
    max-width: 180px;
    height: auto;
}

#index_nav .parts_fish_01{
    position: absolute;
    top: 165px;
    right: -20px;
}

#index_nav .parts_fish_02{
    position: absolute;
    top: 380px;
    left: -15px;
}

#index_nav .parts_fish_03{
    position: absolute;
    top: 738px;
    right: -25px;
}

#index_nav .parts_fish_04{
    position: absolute;
    top: 962px;
    right: -25px;
}


/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    padding: 30px 0 0 0;
    margin: 0 auto -30px auto;
    text-align: center;
    position: relative;
    letter-spacing: .02em;
}

#section_info h2{
    margin: 0 0 20px 0;
    font-size: 23px;
    line-height: 1.315em;
    color: #003481;
}

#section_info .info{
    margin: 0 0 60px 0;
}

#section_info .btn_banner{
    margin: 0 0 40px 0;
    text-align: center;
}

#section_info .btn_banner img{
    width: 100%;
    max-width: 480px;
    height: auto;
}

#section_info .num{
    margin: 0 0 5px 0;
}

#section_info .num img{
    width: 152px;
    height: auto;
}

#section_info h3{
    margin: 0 0 10px 0;
    font-size: 19px;
    line-height: 1.736em;
    letter-spacing: .02em;
    color: #003481;
}

#section_info .info.n02 h3{
    margin: 0 0 20px 0;
}

#section_info p{
    padding: 0 15px;
    margin: 0 0 30px 0;
    line-height: 2em;
}

#section_info .desc{
    text-align: left;
}

#section_info .img{
    margin: 0 0 5px 0;
}

#section_info .img img{
    width: 95%;
    max-width: 320px;
    height: auto;
}

#section_info .book_desc{
    margin: 0 0 15px 0;
    font-size: 13px;
    line-height: 2em;
    color: #db7734;
}

#section_info .info_event{
    color: #db7734;
    white-space: nowrap;
    text-align: left;
}


/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#content_foot{
    text-align: center;
    padding: 40px 0 0 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center top;
}

#foot_share{
    margin: 0 0 40px 0;
}

#foot_share ul{
    max-width: 480px;
    margin: 0 auto;
    letter-spacing: -.40em;
}

#foot_share li{
    width: 25%;
    display: inline-block;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 0;
}

#foot_share li.tw{ background-image:url(../images/parts_share_tw_on.png);}
#foot_share li.fb{ background-image:url(../images/parts_share_fb_on.png);}
#foot_share li.mail{ background-image:url(../images/parts_share_mail_on.png);}
#foot_share li.home{ background-image:url(../images/parts_share_home_on.png);}

#foot_share li img{
    opacity: 1 !important;
    width: auto;
    height: 60px;
    transition: opacity 0s ease 0s !important;
}

.is_pc #foot_share li:hover,
.is_sp #foot_share li.touch{
    background-size: auto 60px;
}

.is_pc #foot_share li:hover img,
.is_sp #foot_share li.touch img{
    opacity: 0 !important;
}

#content_foot .copyright img{
    margin: 0 0 80px 0;
    width: auto;
    height: 10px;
}



/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.talk_nav{
    margin: -10px 0 30px 0;
    text-align: center;
    position: relative;
}

.talk_nav:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

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

.talk_nav ul{
    max-width: 420px;
    margin: 0 auto;
    padding: 0 10px 140px 10px;
}

.talk01 .talk_nav ul{
    margin: -60px 0 0 0;
}

.talk_nav li.prev{
    float: left;
}

.talk_nav li.next{
    float: right;
}

.talk_nav li.index{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.talk_nav li.disabled{
    visibility: hidden;
}

.talk_nav li img{
    width: auto;
    height: 54px;
}


/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    padding: 35px 0 0 0;
    margin: 0 auto;
}

.archive #talk_body{
    padding-top: 25px;
}

#talk_body .section_title{
    margin: 0 0 20px 0;
    text-align: center;
}

#talk_body .section_title h2{
    margin: 0 0 20px 0;
    font-size: 23px;
    line-height: 1.3em;
}

#talk_body .section_title h2 .num{
    margin: 0 0 5px 0;
    display: block;
    font-size: 14px;
}

#talk_body .section_title h2 .indent{
    text-indent: .5em;
    display: block;
}

#talk_body .section_title img{
    width: auto;
    height: 200px;
}

#talk_body .section_title.n01 img{
    margin: 0 0 0 40px;
}

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

#talk_body .conv .talker0{
    color: #808080;
}

#talk_body .conv dt{
    width: 75px;
    clear: both;
}

#talk_body .conv dt.blank{
    display: none;
}

#talk_body .conv dd{
    margin: 0 0 25px 0;
    width: auto;
}

#talk_body .conv .img{
    clear: both;
    margin: -10px 0 20px 0;
    text-align: center;
}

#talk_body .conv .img .caption{
    margin: 6px 0 40px 0;
    font-size: 12px;
    display: block;
    text-align: center;
}

#talk_body .conv .img .caption .credit{
    margin: 5px 0 0 0;
    display: block;
}

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

.continue{
    padding: 35px 0 60px 0;
    clear: both;
    text-align: center;
    color: #808080;
}

.continue .date{
    margin: 20px 0 0 0;
    font-size: 12px;
}



/* --------------------------------------------------
*
    #modal_profile
*
-------------------------------------------------- */
#modal_profile{
    text-align: left;
}

#modal_profile{
    max-width: 640px;
}

#modal_profile h3{
    margin: 0 0 30px 0;
    font-size: 23px;
    text-align: center;
    letter-spacing: .05em;
}

#modal_profile h3 span{
    margin: 10px 0 0 0;
    font-size: 12px;
    display: block;
    letter-spacing: 0;
}

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


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