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

/* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
#head{
    width: 100px;
    height: 100%;
    min-height: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
}

#head p{
    position: absolute;
    top: 35px;
    right: 25px;
}


/* --------------------------------------------------
*
    #contents_area
*
-------------------------------------------------- */
#contents_area{
    max-width: 1295px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 85px 150px 0 150px;
    box-sizing: border-box;
}

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

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

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


/* --------------------------------------------------
*
    .contents_inner
*
-------------------------------------------------- */
.contents_inner{
    width: 540px;
    margin: 0 0 0 23%;
}
    
    
/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    margin: 0 0 30px 0;
    padding: 0 0 0 10px;
}

#sec_yodogawa p{
    font-family: 'A1明朝', serif !important;
    line-height: 2.3em;
    letter-spacing: .2em;
}



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

#profile_nav.talk{
    margin: 0 0 120px 0;
}

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

#profile_nav li{
    border-bottom: 1px dotted #c80000;
    font-size: 20px;
    letter-spacing: .24em;
}

#profile_nav li a{
    padding: 25px 13px;
    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 0 70px 0;
}

#index_nav h3{
    margin: 0 0 20px 15px;
    font-size: 15px;
    letter-spacing: .72em;
    color: #c80000;
}

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

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

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

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

#index_nav li.n04 a{
    padding-left: 105px;
    letter-spacing: .06em;
}

.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{
    font-size: 20px;
    letter-spacing: .2em;
    position: absolute;
    top: 47px;
    left: 15px;
}

#index_nav li .date{
    font-size: 15px;
    letter-spacing: .2em;
    position: absolute;
    top: 49px;
    left: 390px;
}


/* --------------------------------------------------
*
    #sec_info
*
-------------------------------------------------- */
#sec_info{
    
}

#sec_info h2{
    margin: 0 0 20px 0;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: .34em;
    white-space: nowrap;
}

#sec_info h2 .small{
    margin: 0 0 20px 0;
    font-size: 21px;
    display: block;
}

#sec_info .date{
    margin: 0 0 45px 0;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background-color: #c80000;
    line-height: 1em;
    font-size: 18px;
    letter-spacing: 0;
}

#sec_info .desc{
    margin: 0 0 45px 0;
    padding: 0 0 0 55px;
}

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

#sec_info .ex_info{
    width: 450px;
    margin: 0 0 0 45px;
    padding: 30px 0 25px 20px;
    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 30px 0;
    font-size: 16px;
    letter-spacing: .07em;
    font-weight: bold;
}

#sec_info .ex_info dl{
    margin: 0 0 15px 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.875em;
    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 .s{
    font-size: 14px;
    display: block;
}

#sec_info .ex_info .notes{
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.769em;
    letter-spacing: .05em;
}

/* --------------------------------------------------
*
    #profile
*
-------------------------------------------------- */
#profile{
    text-align: center;
}

#profile h2{
    margin: 0 0 55px 0;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    left: 0;
}

#profile .desc{
    display: inline-block;
    margin: 0 0 60px 0;
    text-align: left;
}

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

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

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

#profile #pauline{
    margin: 0 0 40px 0;
    padding: 85px 0 0 0;
}

/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    width: 775px;
    margin: 0 0 0 23%;
    position: relative;
    left: -115px;
}


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

#talk_main:after{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #c80000;
    position: absolute;
    top: 0;
    left: 135px;
}



/* --------------------------------------------------
*
    #talk_title
*
-------------------------------------------------- */
#talk_title{
    padding: 60px 0 55px 170px;
    border-bottom: 2px solid #c80000;
    position: relative;
}

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

#talk_title h2{
    margin: 0 0 80px 0;
    font-family: 'A1明朝', serif !important;
    font-size: 55px;
    letter-spacing: .2em;
}

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

#talk_title .copy{
    padding: 0 0 0 55px;
    color: #c80000;
}

#talk_title .copy .en{
    font-family: "adobe-jenson-pro-caption", serif !important;
    margin: 0 0 35px 0;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 2em;
}

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


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

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

.talk_nav li{
    padding: 15px 25px;
    display: inline-block;
}

.talk_nav li.disabled{
    visibility: hidden;
}

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

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

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


/* --------------------------------------------------
*
    .conv
*
-------------------------------------------------- */
.conv{
    padding: 80px 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{
    width: 135px;
    padding: 0 40px 0 0;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    color: #777;
    letter-spacing: .2em;
    line-height: 2.25em;
    vertical-align: top;
    text-align: right;
}

.conv dd{
    width: 640px;
    padding: 0 0 0 35px;
    margin: 0 0 70px 0;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .2em;
    line-height: 2em;
    vertical-align: top;
}

.conv dd+dd{
    margin: -35px 0 70px 135px;
}

#talk_body .img{
    width: 440px;
    margin: -30px 0 45px 170px;
}

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

#talk_body .img .caption{
    margin: 7px 0 65px 0;
    text-align: right;
    font-size: 11px;
    display: block;
    line-height: 1.5em;
    letter-spacing: 0;
    white-space: nowrap;
}

#talk_body .continue{
    margin: -20px 0 35px 170px;
}

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

#talk_body .notes{
    margin: 0 0 105px 170px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    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: 60px 0 0 0;
    text-align: center;
    overflow: hidden;
}

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

#foot_share li{
    margin: 0 20px;
    display: inline-block;
}

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

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

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

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