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


/* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
#head{
    margin: 0 0 20px 0 !important;
    padding: 20px 0;
    background-color: #000;
    text-align: center;
}

#head p{
    line-height: 0;
}

#head img{
    width: 195px;
    height: auto;
    line-height: 0;
}


/* --------------------------------------------------
*
    #contents_area
*
-------------------------------------------------- */
#contents_area{
    margin: 0 auto;
    box-sizing: border-box;
}

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

#mv h1 img{
    width: 100%;
    height: auto;
}

#mv .caption{
    margin: 5px 20px 0 0;
    text-align: right;
    font-size: 11px;
    line-height: 1.5em;
}


/* --------------------------------------------------
*
    .contents_inner
*
-------------------------------------------------- */
.contents_inner{

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

#sec_yodogawa p{
    font-family: 'A1明朝', serif !important;
    font-size: 16px;
    line-height: 1.875em;
}



/* --------------------------------------------------
*
    #profile_nav
*
-------------------------------------------------- */
#profile_nav{
    font-family: 'A1明朝', serif !important;
    margin: 0 20px 35px 20px;
}

#profile_nav.talk{
    margin-bottom: 45px;
}

#profile_nav ul{
    border-top: 1px dotted #c80000;
}

#profile_nav li{
    border-bottom: 1px dotted #c80000;
    font-size: 16px;
    line-height: 1.5625em;
    letter-spacing: .04em;
}

#profile_nav li a{
    padding: 15px 5px;
    display: block;
    position: relative;
    transition: opacity .15s ease .0s;
}

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

#profile_nav li a:after{
    content: '';
    width: 9px;
    height: 100%;
    display: block;
    background-image:url(../images/parts_arrow_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    position: absolute;
    top: 0;
    right: 15px;
    transition: right .15s ease 0s;
}

.is_pc #profile_nav li a:hover:after,
.is_sp #profile_nav li a.touch:after{
    right: 10px;
    transition: right .15s ease .05s;
}


/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    font-family: 'A1明朝', serif !important;
    margin: 0 20px 40px 20px;
}

#index_nav h3{
    margin: 0 0 10px 5px;
    font-size: 12px;
    letter-spacing: .65em;
    color: #c80000;
}

#index_nav ul{
    border-top: 1px solid #c80000;
}

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

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

#index_nav li a{
    padding: 10px 0 10px 5px;
    display: block;
    box-sizing: border-box;
    font-size: 27px;
    letter-spacing: .2em;
    color: #000;
    position: relative;
    transition: color .15s ease .0s;
}

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

#index_nav li .num{
    margin: 0 0 15px 0;
    font-size: 15px;
    letter-spacing: .2em;
    display: block;
}

#index_nav li .date{
    width: 120px;
    font-size: 12px;
    letter-spacing: .15em;
    white-space: nowrap;
    position: absolute;
    top: 12px;
    right: 0;
}


/* --------------------------------------------------
*
    #sec_info
*
-------------------------------------------------- */
#sec_info{
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
}

#sec_info h2{
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .27em;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
}

#sec_info h2 .small{
    margin: 0 0 12px 0;
    font-size: 13px;
    letter-spacing: .34em;
    display: block;
}

#sec_info .date{
    margin: 0 0 10px 0;
    padding: 5px 0 8px 0;
    text-align: center;
    color: #fff;
    background-color: #c80000;
    line-height: 1.428em;
    font-size: 14px;
    letter-spacing: .02em;
}

#sec_info .desc{
    margin: 0 0 25px 0;
    text-align: left;
}

#sec_info .desc p{
    font-size: 15px;
    line-height: 1.777em;
    letter-spacing: .07em;
}

#sec_info .ex_info{
    padding: 15px 0 15px 5px;
    text-align: left;
    box-sizing: border-box;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

#sec_info .ex_info a{
    border-bottom: 0 solid #fff;
    transition: border .15s ease .0s, opacity .15s ease .0s;
}

.is_pc #sec_info .ex_info a:hover,
.is_sp #sec_info .ex_info a.touch{
    opacity: .7;
    border-bottom: 1px solid #c80000;
    transition: border .15s ease .05s, opacity .15s ease .05;
}

#sec_info .ex_info h3{
    margin: 0 0 15px 0;
    font-size: 13px;
    letter-spacing: .07em;
    font-weight: bold;
}

#sec_info .ex_info dl{
    min-width: 340px;
    margin: 0 0 15px 0;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.815em;
    position: relative;
}

#sec_info .ex_info dl:after{
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#sec_info .ex_info dt{
    clear: both;
    float: left;
}

#sec_info .ex_info dd{
    float: left;
}

#sec_info .ex_info dd .indent{
    margin-left: -.5em;
}

#sec_info .ex_info dd .s{
    display: block;
}

#sec_info .ex_info .notes{
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5em;
    letter-spacing: 0;
}


/* --------------------------------------------------
*
    #profile
*
-------------------------------------------------- */
#profile{
    padding: 0 10px;
}

#profile h2{
    margin: 0 0 25px 0;
    padding: 10px 0 0 0;
    text-align: center;
}

#profile h2 img{ width: auto; height: 65px;}

#profile .desc{
    margin: 0 0 40px 0;
    padding: 0 10px;
}

#profile .desc p{
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.6em;
}

#profile .btn_back{
    text-align: center;
}

#profile .btn_back img{
    width: 95px;
    height: auto;
}

#profile #pauline{
    border-top: 1px solid #c80000;
    margin: 40px 0 40px 0;
    padding: 30px 0 0 0;
}


/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    position: relative;
}


/* --------------------------------------------------
*
    #talk_main
*
-------------------------------------------------- */
#talk_main{
    overflow: hidden;
    position: relative;
}

/* --------------------------------------------------
*
    #talk_title
*
-------------------------------------------------- */
#talk_title{
    padding: 35px 0;
    margin: 0 20px;
    border-bottom: 1px solid #c80000;
    position: relative;
    text-align: center;
}

#talk_title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c80000;
    position: absolute;
    left: 0;
    bottom: -8px
}

#talk_title h2{
    margin: 0 0 35px 0;
    font-family: 'A1明朝', serif !important;
    font-size: 30px;
    letter-spacing: .2em;
    text-indent: -1em;
    padding-left: 1em;
    white-space: nowrap;
}

#talk_title h2 .num{
    margin: 0 0 22px 0;
    display: block;
    font-size: 15px;
    letter-spacing: .2em;
}

#talk_title .copy{
    padding: 0 20px;
    color: #c80000;
    text-align: left;
}

#talk_title .copy .en{
    font-family: "adobe-jenson-pro-caption", serif !important;
    margin: 0 0 45px 0;
    font-size: 15px;
    line-height: 1.4em;
}

#talk_title .copy .ja{
    font-family: 'A1明朝', serif !important;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.76em;
}


/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.talk_nav{
    margin: 0 20px;
    border-top: 1px solid #c80000;
    border-bottom: 1px solid #c80000;
    position: relative;
    text-align: center;
}

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

.talk_nav li{
    padding: 12px 0;
    display: inline-block;
}


.talk_nav li.disabled{
    visibility: hidden;
}

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

.talk_nav li.prev{
    position: absolute;
    top: 0;
    left: 0;
}

.talk_nav li.next{
    position: absolute;
    top: 0;
    right: 0;
}


/* --------------------------------------------------
*
    .conv
*
-------------------------------------------------- */
.conv{
    padding: 40px 0 0 0;
}

.conv dl{
    clear: both;
    position: relative;
    letter-spacing: -.40em;
}

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

.conv dt{
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #777;
    letter-spacing: .1em;
    line-height: 1.7em;
    vertical-align: top;

}

.conv dd{
    padding: 0 20px;
    margin: 0 0 2em 0;
    box-sizing: border-box;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.7em;
}

.conv dd+dd{
    margin-top: -1em;
}

#talk_body .img{
    margin: -5px 0 25px 0;
}

#talk_body .img.p{
    padding: 0 20px;
}

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

#talk_body .img .caption{
    padding: 0 10px;
    margin: 3px 0 25px 0;
    text-align: right;
    font-size: 11px;
    display: block;
    line-height: 1.5em;
    letter-spacing: 0;
}

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

#talk_body .continue p{
    font-size: 12px;
    line-height: 1.8em;
    letter-spacing: .2em;
}

#talk_body .notes{
    margin: 0 20px 25px 20px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
    letter-spacing: .2em;
    line-height: 1.642em;
}

#talk_body .notes a{
    border-bottom: 0 solid #fff;
    transition: border .15s ease .0s, opacity .15s ease .0s;
}

.is_pc #talk_body .notes a:hover,
.is_sp #talk_body .notes a.touch{
    opacity: .7;
    border-bottom: 1px solid #c80000;
    transition: border .15s ease .05s, opacity .15s ease .05;
}


/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    padding: 20px 0 0 0;
    text-align: center;
    overflow: hidden;
}

#foot_share ul{
    padding: 0 30px;
    margin: 0 0 15px 0;
    letter-spacing: -.40em;
}

#foot_share li{
    width: 25%;
    letter-spacing: normal;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
}

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

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

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


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