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

#wrap:after{
    content: '';
    width: 100%;
    height: 100%;
    min-height: 568px;
    display: block;
    background-image:url(../images/parts_bg_sp.jpg);
    background-position: center top;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.is_sp #wrap:after{
    height: 100vh;
    min-height: 100vh;
}

#contents_area{
    margin: 0 auto;
}


/* --------------------------------------------------
*
    #section_title
*
-------------------------------------------------- */
#section_title{
    margin: 15px auto;
    overflow: hidden;
    position: relative;
}

#section_title h1,
#section_title p{
    position: absolute;
    top: 0;
    left: 0;
}

#section_title h1 img,
#section_title p img{
    width: 100%;
    height: auto;
}

#section_title p.blank{
    position: relative;
}

#section_title p.t_bg{ z-index: 0;}
#section_title p.t_interview{ z-index: 1;}

#section_title p.t_hobo a{
    width: 16%;
    height: 65%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

#section_title p.t_profile a{
    width: 22%;
    height: 65%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}

/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    margin: 0 0 20px 0;
}

#section_yodogawa .section_inner{
    margin: 0 10px;
    padding: 25px;
    background-image:url(../images/parts_bg_op_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

#section_yodogawa p{
    font-size: 15px;
    letter-spacing: .15em;
    line-height: 2.105em;
    display: inline-block;
    text-align: left;
}


/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    margin: 0 0 20px 0;
}

#index_nav h3{
    margin: 0 0 25px 0;
    font-size: 14px;
    letter-spacing: .25em;
}

#index_nav .section_inner{
    margin: 0 10px;
    padding: 25px;
    background-image:url(../images/parts_bg_op_s_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

#index_nav ul{
    max-width: 260px;
    margin: 0 auto;
    text-align: left;
}

#index_nav li{
    margin: 0 0 25px 0;
    font-size: 14px;
    letter-spacing: .15em;
    overflow: hidden;
    position: relative;
    transition: opacity .15s ease .0s;
    display: inline-block;
    white-space: nowrap;
}

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

#index_nav li:last-child{ margin: 0;}

#index_nav li.disabled{
    opacity: .5 !important;
}

#index_nav li.disabled a{
    opacity: 1 !important;
}

#index_nav li .date{
    padding: 10px 0 0 55px;
    font-size: 12px;
    letter-spacing: .2em;
    display: inline-block;
    box-sizing: border-box;
}


/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    margin: 0 0 20px 0;
}

#section_info .section_inner{
    margin: 0 10px;
    padding: 25px;
    background-image:url(../images/parts_bg_op_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

#section_info .ex_desc{
    margin: 0 0 20px 0;
}

#section_info .ex_desc h3{
    margin: 0 0 10px 0;
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 1.9333em;
    white-space: nowrap;
}

#section_info .ex_desc p{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2em;
}

#section_info .ex_date{
    display: inline-block;
    text-align: left;
}

#section_info .ex_date h3{
    margin: 0 0 5px 0;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.9333em;
    color: #e64600;
    text-align: center;
    white-space: nowrap;
}

#section_info .ex_date ul{
    margin: 0 0 30px 0;
}

#section_info .ex_date li{
    text-align: left;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 2em;
    text-indent: -4.5em;
    padding-left: 4.5em;
}

#section_info .ex_date .caution{
    text-align: left;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 2em;
    text-indent: -1em;
    padding-left: 1em;
}

#section_info .ex_date .caution a{
    transition: opacity .15s ease .0s;
}

.is_pc #section_info .ex_date .caution a:hover,
.is_sp #section_info .ex_date .caution a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}


/* --------------------------------------------------
*
    #section_banner
*
-------------------------------------------------- */
#section_banner{
    margin: 0 10px 20px 10px;
    background-color: rgba(255, 255, 255, .9);
    overflow: hidden;
}

#section_banner h3{
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: .15em;
}

#section_banner li{
    width: 95%;
    max-width: 420px;
    margin: 0 auto 20px auto;
    text-align: center;
}

#section_banner li img{
    width: 95%;
    max-width: 420px;
    height: auto;
}

#section_banner li .title{
    width: 95%;
    max-width: 420px;
    margin: 0 auto 20px auto;
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.5em;
}

#section_banner li .title .small{
    font-size: 12px;
}

/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    margin: 0 auto;
    padding: 25px 0;
    background-image:url(../images/parts_bg_op_s_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

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

#foot_share li{
    width: 25%;
    display: inline-block;
}

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

#foot_share .copyright img{
    width: 180px;
    height: auto;
}



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

#modal_profile{
    max-width: 640px;
}

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

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


/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.talk_nav{
    margin: 0 0 20px 0;
    text-align: center;
}

.talk_nav .section_inner{
    margin: 0 10px;
    padding: 25;
    background-image:url(../images/parts_bg_op_talk_nav_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}


.talk_nav ul{
    padding: 30px 15px;
    letter-spacing: -.40em;
}

.talk_nav li{
    width: 33.333%;
    font-size: 14px;
    letter-spacing: .15em;
    display: inline-block;
    letter-spacing: normal;
}

.talk_nav li.disabled{
    visibility: hidden;
}

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

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


/* --------------------------------------------------
*
    #section_talk
*
-------------------------------------------------- */
#section_talk{
    margin: 0 auto 20px auto;
}

#section_talk h2{
    padding: 20px 0;
    margin: 0 10px;
    background-color: rgba(255, 195, 0, .9);
    font-size: 19px;
    letter-spacing: .15em;
    text-align: center;
}

#section_talk h2 .num{
    margin: 0 0 10px 0;
    display: block;
    font-size: 13px;
}

#talk_body{
    overflow: hidden;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: .1em;
}

#talk_body dl:first-child{
    padding-top: 20px;
}

#talk_body dl{
    margin: 0 10px;
    padding: 0 15px;
    position: relative;
    background-color: rgba(255, 255, 255, .9);
}

#talk_body dl:after{
    content: '';
    clear: both;
    display: block;
    font-size: 0;
    overflow: hidden;
}

#talk_body dt{
    clear: both;
    display: inline;
    color: #e64600;
    padding: 0 10px 0 0;
}

#talk_body dd{
    display: inline;
    position: relative;
}

#talk_body dd:after{
    content: '';
    display: block;
    padding: 0 0 20px 0;
}

#talk_body .img{
    margin: 0 10px;
    padding: 0 15px 25px 15px;
    text-align: center;
    overflow: hidden;
    line-height: 0;
    background-color: rgba(255, 255, 255, .9);
}

#talk_body .img.full{
    background-color: transparent;
}

#talk_body .img.full{
    padding: 0;
    margin: 0;
}

#talk_body .img.full .caption{
    margin: 0 10px;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, .9);
}

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

#talk_body .img img{
    width: 100%;
    height: auto;
}

#talk_body .img .caption{
    padding-top: 5px !important;
    font-family: 'A1明朝' !important;
    font-size: 12px;
    letter-spacing: .01em;
    line-height: 1.6em;
    text-align: left;
}

#talk_body .section_continue{
    margin: 0 10px;
    background-color: rgba(255, 255, 255, .9);
    overflow: hidden;
}

#talk_body .continue{
    margin: 10px 0 5px 0;
    text-align: center;
}

#talk_body .date{
    margin: 0 0 35px 0;
    text-align: center;
    font-size: 11px;
    letter-spacing: .25em;
}

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