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

#wrap{
    overflow: hidden;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    position: relative;
    padding: 15px 0;
    text-align: center;
    background-image:url(../images/bg_kabuki.png);
    background-repeat: repeat;
    background-size: 100% auto;
}

#mv h1{
    margin: 0;
    line-height: 0;
    letter-spacing: 0;
}

#mv h1 img{
    width: 100%;
}

#mv .copy{
    padding: 0 5%;
}

#mv .copy img{
    width: 100%;
    max-width: 360px;
}

#mv .logo_hobo{
    margin: 0 0 10px 0;
    position: relative;
    z-index: 2;
}

#mv .logo_hobo img{
    width: 130px;
}

#mv .ico{
    position: absolute;
    bottom: 32.5%;
    right: -10px;
    z-index: 2;
}

#mv .ico img{
    width: 110px;
}

/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    margin: 25px 0 35px 0;
    padding: 0 10%;
    color: #fff;
    text-align: center;
}

#sec_yodogawa .banner{
    margin-bottom: 10px;
}

#sec_yodogawa .banner img{
    max-width: 100%;
}

#sec_yodogawa p{
    font-family: 'TB丸ゴシック DB', 'ヒラギノ丸ゴ W4 JIS2004','游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0;
    margin: 0 0 10px 0 !important;
}

#sec_yodogawa .desc{
    margin: 0 0 15px 0;
}

#sec_yodogawa .detail li{
    margin: 0 0 20px 0;
    text-align: center;
}

#sec_yodogawa .detail li img{
    width: 100%;
    max-width: 400px;
}

/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    padding: 10px 3% 15px 3%;
    text-align: center;
}

#index_nav ul{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

#index_nav li{
    width: 100%;
    margin: 0 0 15px 0;
    line-height: 0;
    background-color: #fff;
}

#index_nav li a{
    width: 100%;
    max-width: 580px;
    height: 110px;
    padding: 18px 0 0 20px;
    box-sizing: border-box;
    display: block;
    text-align: left;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .1s ease .0s;
    position: relative;
}

#index_nav li a:after{
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    background-image:url(../images/parts_ico_arrow_r.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    position: absolute;
    top: calc(50% - 16px);
    right: 10px;
    transition: right .15s ease .0s;
}

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

#index_nav li a:hover:after,
#index_nav li a.touch:after{
    right: 5px;
    transition: right .15s ease .05s;
}


#index_nav li.disabled a{ cursor: default; opacity: .4 !important;}
#index_nav li.disabled a:after{ display: none;}

#index_nav h3{
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin: 0 0 12px 0;
    font-size: 17px;
    line-height: 1.5em;
}

#index_nav .date{
    font-size: 11px;
    letter-spacing: .2em;
}


/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.talk_nav{
    margin: 0 auto 30px auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.talk_nav.sub{
    margin: 0 auto;
    padding: 10px 0 50px 0;
    background-color: #F4E62F;
    overflow: hidden;
}

.talk_nav li{
    margin: 0 30px;
    display: inline-block;
}

.talk_nav li:first-child{ margin-left: 0;}
.talk_nav li:last-child{ margin-right: 0;}

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

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

.talk_nav img{
    width: 55px;
}
    

/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    margin: 0 auto 30px auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
    color: #023e21;
}

#talk_body br {
    display: inherit;
}

#talk_body h2{
    padding-left: .5em;
    margin: 30px 0 20px 0;
    font-size: 21px;
    line-height: 1.5em;
}

#talk_body h2 img{
    width: auto;
    height: 18px;
}

#talk_body .talk_lead {
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: left;
    font-size: 14px;
    line-height: 2em;
}

#talk_body a{
    display: inline-block;
    margin: 0 5px 0 0;
    border-bottom: 1px dashed #023E21;
    transition: border .1s ease .0s;
}

.is_sp #talk_body a.touch,
.is_pc #talk_body a:hover{
    border-bottom: 1px dashed #fff;
    transition: border .15s ease .05s;
}


#talk_body dl{
    padding: 0 15px;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    line-height: 2em;
}

#talk_body dl:after{
    content: '';
    display: block;
    clear: both;
}

#talk_body dt{
    clear: both;
    position: relative;
    font-size: 0;
}

#talk_body dt.all{
    font-size: 13px;
    padding: 0 0 0 0;
    margin-bottom: -45px;
}

#talk_body dt:before,
#talk_body dt:after{
    content: '';
    display: block;
    width: 38px;
    height: 79px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px;
    position: absolute;
    top: 0;
    left: -5px;
}

#talk_body dt:before{ left: 48px;}

#talk_body dt.hayano:after{ background-image:url(../images/parts_face_hayano.png);}
#talk_body dt.yanai:after{ background-image:url(../images/parts_face_yanai.png);}
#talk_body dt.kichibou:after{ background-image:url(../images/parts_face_kichibou.png);}


#talk_body dd{
    padding: 48px 5px 0 5px;
    margin: 0 0 25px 0;
}

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

#talk_body .img{
    margin: 0 0 20px 0;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
}
#talk_body .cap{
    margin-top: -15px;
    margin-bottom: 20px;
    margin-right: 15px;
    text-align: right;
    font-size: 12px;
}

#talk_body .img + .img{
    margin-top: 0;
}

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

#talk_body .img .caption{
    margin: 10px 0 0 0;
    display: block;
    font-size: 16px;
    color: #93a076;
    text-align: center;
}

#talk_body .talk_date{
    margin: 10px 0 30px 0;
    text-align: center;
}

#talk_body .talk_date .continue{
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.6em;
}

#talk_body .talk_date .date{
    font-size: 12px;
}


#talk_body h3{
    margin: 25px 0;
    padding: 45px 0 0 0;
    text-align: center;
    font-size: 18px;
    position: relative;
}

#talk_body h3:before{
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-image:url(../images/parts_cup.png);
    background-position: center top;
    background-size: 28px;
    position: absolute;
    top: 0;
    left: 0;
}




/* --------------------------------------------------
*
    #btm_info
*
-------------------------------------------------- */
#btm_info{
    padding: 20px 5% 40px 5%;
    text-align: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#btm_info .info_inner{
    padding: 30px 0 25px 0;
    margin: 0 auto 40px auto;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .12);
    text-align: center;
}

#btm_info h3{
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.5em;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
}

#btm_info p{
    padding: 0 5%;
    font-size: 14px;
    line-height: 2em;
    text-align: left;
}

#btm_info .btn_banner{
    text-align: center;
    line-height: 1em;
}

#btm_info .btn_banner img{
    width: 100%;
    max-width: 400px;
    margin: 0 0 12px 0;
}

#btm_info .btn_banner span{
    display: block;
}

/* --------------------------------------------------
*
    .online_column
*
-------------------------------------------------- */
.online_column {
    width: 90%;
    max-width: 600px;
    padding: 20px 20px 15px;
    margin: 0 auto;
    background-color: rgba(255, 255, 0, .7);
    box-sizing: border-box;
}
.online_column + .online_column {
    margin-top: 25px;
}
.online_column h2 {
    font-size: 20px;
    line-height: 1.5;
}
.online_column p {
    margin-top: 1em;
    font-size: 15px;
    line-height: 2;
}
.online_column_banner {
    margin-top: 10px;
    text-align: center;
}
.online_column_banner img {
    width: 100%;
}


/* --------------------------------------------------
*
    #section_profile
*
-------------------------------------------------- */
#section_profile{
    margin: 0 auto;
    padding: 50px 10% 30px 10%;
    background-color: #F4E62F;
    overflow: hidden;
    color: #fff;
}

#section_profile li{
    margin: 0 0 45px 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
    position: relative;
}

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

#section_profile .img{
    margin: 0 0 10px 0;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
}

#section_profile .img img{
    width: 120px;
}

#section_profile li h3{
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 21px;
}

#section_profile li h3 .s{
    display: block;
    font-size: 13px;
    line-height: 1.5em;
}

#section_profile li .desc{
    font-size: 15px;
    line-height: 2em;
}


/* --------------------------------------------------
*
    #section_summary
*
-------------------------------------------------- */
#section_summary{
    margin: 0 auto;
    background-color: #F4E62F;
    padding: 60px 10% 30px 10%;
    box-sizing: border-box;
    overflow: hidden;
}

#section_summary h2{
    font-size: 18px;
    margin: 0 0 20px 0;
}

#section_summary p{
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 2em;
}

#section_summary p:last-child{
    margin: 0;
}





/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    padding: 35px 0 0 0;
    text-align: center;
    background-color: #023E21;
    overflow: hidden;
}

#foot_share ul{
    width: 100%;
    max-width: 420px;
    box-sizing: border-box;
    padding: 0 15px 0 0;
    margin: 0 0 30px 0;
    display: inline-block;
    letter-spacing: -.40em;
}
#foot_share li{
    width: 25%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    letter-spacing: normal;
}

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

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

#foot_share .copyright img{
    width: 200px;
}

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