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

#wrap{
    overflow: hidden;
}

/* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
#head{
    height: 35px;
    line-height: 33px;
    text-align: center;
}

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

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 15px 0;
    overflow: hidden;
    background-position: center top;
    position: relative;
}

#mv h1{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 5%;
    left: -5.3%;
    z-index: 2;
}

#mv h1 img{
    width: 50%;
    max-width: 260px;
}

#mv .img img{
    width: 100%;
}

/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    padding: 0 20px;
    position: relative;
    top: 0;
    left: 0;
}

#sec_yodogawa .section_inner{
    position: relative;
    text-align: center;
}

#sec_yodogawa p{
    line-height: 2.1em;
    text-align: left;
}

#sec_yodogawa .btn_profile.switch_sp{
    margin: 30px 0 40px 0;
    font-size: 16px;
    line-height: 1.4em;
    display: inline-block;
}

#sec_yodogawa .btn_profile a{
    color: #000;
    height: 80px;
    padding: 15px 0 0 100px;
    box-sizing: border-box;
    display: block;
    background-repeat: no-repeat;
    background-image:url(../images/parts_manabu_ikeda.jpg);
    background-position: left center;
    background-size: 80px;
    position: relative;
    transition: opacity .15s ease .0s;
}

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

#sec_yodogawa .btn_profile span{
    display: block;
    font-size: 13px;
    letter-spacing: .15em;
}

/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    margin: 0 0 80px 0;
    padding: 0 20px;
    text-align: center;
}

#index_nav li{
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
    margin: 0 auto 5px auto;
    background-color: #333;
}

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

#index_nav li img{
    width: 100%;
    opacity: 0;
    line-height: 0;
}

#index_nav li.disabled img{
    opacity: 1 !important;
    cursor: default;
}

#index_nav li a{
    width: 100%;
    height: 100%;
    display: block;
    line-height: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: opacity .15s ease .0s;
}

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

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

#index_nav li.t01 a{ background-image:url(../images/btn_gnav_01_sp_on.jpg);}
#index_nav li.t02 a{ background-image:url(../images/btn_gnav_02_sp_on.jpg);}
#index_nav li.t03 a{ background-image:url(../images/btn_gnav_03_sp_on.jpg);}
#index_nav li.t04 a{ background-image:url(../images/btn_gnav_04_sp_on.jpg);}
#index_nav li.t05 a{ background-image:url(../images/btn_gnav_05_sp_on.jpg);}

/* --------------------------------------------------
*
    #sec_info
*
-------------------------------------------------- */
#sec_info{
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #f3f0eb;
}

#sec_info h2{
    padding: 25px 0 0 0;
    margin: 0 0 30px 40px;
    font-size: 15px;
    letter-spacing: .07em;
    line-height: 1.92em;
    text-align: left;
    position: relative;
}

#sec_info h2:before{
    content: '';
    display: block;
    width: 4px;
    height: 128px;
    background-color: #000;
    position: absolute;
    top: -20px;
    left: -20px;
}

#sec_info .desc{
    padding: 0 40px;
    text-align: left;
}

#sec_info .desc p{
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.846em;
}

#sec_info .exhibition{
    margin: 25px 20px 20px 20px;
    padding: 25px 0 20px 20px;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    overflow: hidden;
}

#sec_info .exhibition h3{
    margin: 0 0 15px 0;
    font-size: 14px;
    letter-spacing: .08em;
    white-space: nowrap;
}

#sec_info .exhibition dl{
    margin: 0 0 5px 0;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
}

#sec_info .exhibition dt{
    width: auto;
    margin: 0 0 10px 0;
    clear: both;
    float: left;
}

#sec_info .exhibition dd{
    width: auto;
    margin: 0 0 10px 0;
    float: left;
}

#sec_info .exhibition_02{
    margin: 25px 20px 0px 20px;
    padding: 25px 0 10px 20px;
    border-top: 1px dotted #aaa;
    overflow: hidden;
}

#sec_info .exhibition_02 h3{
    margin: 0 0 40px 0;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3em;
    letter-spacing: 0.1em;
}

#sec_info .exhibition_02 p{
    line-height: 1.8em;
    font-size: 12px;
    letter-spacing: 0.15em;
}

#sec_info .notes{
    font-size: 11px;
    line-height: 2em;
    clear: both;
}

#sec_info .notes a.bdb{
    margin: 0 0 0 1em;
}

#sec_info .book{
    margin: 0 auto;
    padding: 0 40px 30px 40px;
    overflow: hidden;
}

#sec_info .book .img{
    margin: 0 0 10px 0;
    text-align: center;
}

#sec_info .book .img img{
    width: 100%;
    max-width: 420px;
}

#sec_info .book h4{
    margin: 0 0 5px 0;
    padding: 0 0 0 5px;
    font-size: 14px;
    letter-spacing: .08em;
    white-space: nowrap;
}

#sec_info .book p.txt{
    padding: 0 0 0 5px;
    font-size: 11px;
    letter-spacing: .1em;
    line-height: 2em;
}

/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    padding: 30px 0 25px 0;
    text-align: center;
}

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

#foot_share li{
    width: 25%;
    padding: 0 7px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
}

#foot_share li img{
    width: 100%;
    max-width: 64px;
}

#footer .copyright img{
    width: 235px;
}



/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.line_top{
    width: 100%;
    height: 75px;
    background-repeat: no-repeat;
    background-image:url(../images/parts_pic_line.jpg);
    background-position: center;
    background-size: cover;
}

.t02 .line_top{ background-image:url(../images/parts_pic_line_02.jpg); }
.t03 .line_top{ background-image:url(../images/parts_pic_line_03.jpg); }
.t04 .line_top{ background-image:url(../images/parts_pic_line_04.jpg); }
.t05 .line_top{ background-image:url(../images/parts_pic_line_05.jpg); }

.talk_nav{
    text-align: center;
}

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

.talk_nav li{
    width: 33.333%;
    padding: 15px 0;
    font-size: 12px;
    display: inline-block;
    letter-spacing: .1em;
}

.talk_nav li.disabled{ visibility: hidden;}

.talk_nav li a{
    color: #000;
    position: relative;
    transition: opacity .15s ease .0s;
}

.talk_nav li.prev{ text-align: left;}
.talk_nav li.next{ text-align: right;}

.talk_nav li.prev a:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image:url(../images/parts_nav_arrow_left.png);
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: left center;
    position: absolute;
    top: 0;
    left: -15px;
    transition: left .15s ease .0s;
}

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

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

.is_pc .talk_nav li.prev a:hover:after,
.is_sp .talk_nav li.prev a.touch:after{
    left: -18px;
    transition: left .15s ease .05s;
}

.is_pc .talk_nav li.next a:hover:after,
.is_sp .talk_nav li.next a.touch:after{
    right: -18px;
    transition: right .15s ease .05s;
}

/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#talk_body .talk_title{
    margin: 30px 0 30px 0;
    text-align: center;
    color: #a2000d;
    overflow: hidden;
}

#talk_body .talk_title .num{
    padding: 5px 12px;
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 1.2em;
    border-left: 1px solid #a2000d;
    border-right: 1px solid #a2000d;
    display: inline-block;
}

#talk_body .talk_title h2{
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 1.8787em;
    position: relative;
    left: .65em;
}

#talk_body .conv{
    padding: 0 20px;
    margin: 0 auto;
}

#talk_body .conv .img{
    margin: 5px 0 20px 0;
}

#talk_body .conv .img img{
    width: 100%;
}

#talk_body .conv .work{
    margin: 5px 0 30px 0;
    text-align: center;
}

#talk_body .conv .work .img{
    margin: 5px 0 15px 0;
}

#talk_body .conv .work h4{
    font-size: 14px;
    letter-spacing: .1em;
}

#talk_body .conv .work .caption{
    margin: 10px 0 0 0;
    font-size: 11px;
    line-height: 1.5888em;
    letter-spacing: .02em;
}

#talk_body .conv dl{
    letter-spacing: .06em;
    position: relative;
}

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

#talk_body .conv dt{
    clear: both;
    margin: 0;
    width: auto;
    color: #a2000d;
    line-height: 2em;
}

#talk_body .conv dt.talker{
    letter-spacing: 0;
}

#talk_body .conv dd{
    width: auto;
    margin: 0 0 20px 0;
    padding: 0 5px;
    line-height: 1.8em;
}

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

#talk_body .conv dd a{
    transition: opacity .15s ease 0s;
}

.is_pc #talk_body .conv dd a:hover,
.is_sp #talk_body .conv dd a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s
}

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

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


.btm_works{
    margin: -5px 0 60px 0;
    text-align: center;
}

.btm_works .img{
    margin: 5px 0 15px 0;
}

.btm_works .img img{
    width: 100%;
}

.btm_works h4{
    font-size: 14px;
    letter-spacing: .1em;
}

.btm_works .caption{
    margin: 10px 0 0 0;
    font-size: 11px;
    line-height: 1.5888em;
    letter-spacing: .02em;
}



/* --------------------------------------------------
*
    #profile
*
-------------------------------------------------- */
#profile{
    margin: 55px auto 0 auto;
    padding: 0 20px;
    text-align: center;
}

#profile .name{
    padding: 0 0 20px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #000;
    font-size: 20px;
    text-align: center;
    letter-spacing: .1em;
}

#profile .name span{
    font-size: 14px;
    position: relative;
    top: -2px;
}

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

#profile .desc p{
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 13px;
    letter-spacing: .08em;
    line-height: 2.2777em;
}

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

#profile .btn_back img{
    width: 68px;
}



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