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

#wrap{
    margin: 0 auto;
}

.btn_gakkou{
    text-align: center;
    margin: 40px auto;
    padding: 0 25px;
    position: relative;
    z-index: 10;
}

.btn_gakkou img{
    width: 100%;
    max-width: 360px;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 25px 0;
    text-align: center;
}

.head_logo{
   text-align: center;
   padding: 10px 0;
}

.head_logo img{
    width: 120px;
}

#mv .pic{
    position: relative;
}

#mv .pic .badge img{
    width: 18%;
    max-width: 100px;
    min-width: 60px;
}

#mv img{
    width: 100%;
}

#mv h1{
    margin: 3% 15px;
}
#mv h1 img{
    max-width: 420px;
}


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

#yodogawa p{
    margin: 0 0 25px 0;
    padding: 0 25px;
    font-size: 14px;
    line-height: 2em;
    display: inline-block;
    text-align: left;
    color: #fff;
}

#yodogawa .btn_banner{
    width: 285px;
    margin: 0 auto 25px auto;
    padding: 0;
    background-image:url(../images/btn_banner_buy_bg.png);
    background-size: 280px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#yodogawa .btn_banner img{
    width: 280px;
    opacity: 1 !important;
    position: relative;
    top: 0;
    left: 0;
    transition: top .1s ease-out .0s, left .1s ease-out .0s;
}

.is_pc #yodogawa .btn_banner a:hover img,
.is_sp #yodogawa .btn_banner a.touch img{
    top: 4px;
    left: 4px;
    transition: top .15s ease-out .05s, left .15s ease-out .05s;
}



/* --------------------------------------------------
*
    #h_information
*
-------------------------------------------------- */
#h_information{
    margin: 0 15px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
}

#h_information .poster{
    margin: 0 0 15px 0;
    text-align: center;
}

#h_information .poster img{
    width: 100%;
    max-width: 380px;
}

#h_information h2{
    margin: 0 0 5px 0;
    font-size: 14px;
    text-align: left;
    line-height: 2em;
    white-space: nowrap;
}

#h_information h2 .l{
    font-size: 18px;
}

#h_information dl{
    text-align: left;
    font-size: 14px;
    line-height: 2em;
}

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

#h_information dt{
    margin: 25px 0 0 0;
    clear: both;
}

#h_information dd{
}

#h_information a{
    padding: 0 0 2px 0;
    border-bottom: 1px solid #023D21;
    transition: border .1s ease .0s;
}

.is_pc #h_information a:hover,
.is_sp #h_information a.touch{
    padding: 0 0 2px 0;
    border-bottom: 1px solid transparent;
    transition: border .15s ease .05s;
}

#h_information .actor{
    max-width: 280px;
    padding: 20px 0;
    margin: 0 auto;
}

#h_information .actor ul{
    width: calc(100% + 30px);
    margin: 0 0 -30px 0;
    text-align: center;
    letter-spacing: -.40em;
    position: relative;
    left: -15px;
}

#h_information .actor li{
    width: 112px;
    display: inline-block;
    margin: 0 0 20px 0;
    text-align: center;
    letter-spacing: normal;
}

#h_information .actor li span{
    margin: 5px 0 0 0;
    display: block;
    font-size: 12px;
    white-space: nowrap;
}

#h_information .actor li img{
    width: 90px;
}

#h_information .btn_ticket{
    max-width: 360px;
    margin: 20px auto 30px auto;
    position: relative;
    line-height: 0;
}

#h_information .btn_ticket a{ display: block; border: none !important; position: relative;}
#h_information .btn_ticket img{
    width: 100%;
    opacity: 1 !important;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    transition: top .15s ease .0s, left .15s ease .0s;
}

#h_information .btn_ticket a:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #87AFA7;
    border-radius: 20px;
    position: absolute;
    bottom: -3px;
    left: 5px;
    z-index: 0;
}

.is_pc #h_information .btn_ticket a:hover img,
.is_sp #h_information .btn_ticket a.touch img{
    top: 4px;
    left: 5px;
    transition: top .25s ease .05s, left .25s ease .05s;
}

#h_information .detail{
    margin: 30px 0 10px 0;
    font-size: 14px;
    line-height: 2em;
}



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

#index_nav li{
    line-height: 0;
    margin: 0 0 15px 0;
    padding: 0 5px;
    text-align: center;
}

#index_nav li img{
    width: 100%;
    max-width: 420px;
}

#index_nav h3{
    margin: 40px 0 20px 0;
    text-align: center;
}

#index_nav h3 img{
    width: 100%;
    max-width: 420px;
}


.btm_btn_ticket{
    width: 100%;
    max-width: 360px;
    margin: 40px auto;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    line-height: 0;
}

#index_nav .btm_btn_ticket{ margin: 40px auto 20px auto;}

.btm_btn_ticket a{ display: block; border: none !important; position: relative;}
.btm_btn_ticket img{
    width: 100%;
    opacity: 1 !important;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    transition: top .15s ease .0s, left .15s ease .0s;
}

.btm_btn_ticket a:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #87AFA7;
    border-radius: 20px;
    position: absolute;
    bottom: -4px;
    left: 4px;
    z-index: 0;
}

.is_pc .btm_btn_ticket a:hover img,
.is_sp .btm_btn_ticket a.touch img{
    top: 4px;
    left: 4px;
    transition: top .25s ease .05s, left .25s ease .05s;
}


/* --------------------------------------------------
*
    #contents_body
*
-------------------------------------------------- */
.cont_title_ws{
    padding: 40px 15px 15px 15px;
    text-align: center;
}

.cont_title_ws img{
    width: 100%;
    max-width: 360px;
}

#contents_area{
    padding-top: 15px;
    overflow: hidden;
}

#contents_body{
    margin: 0 10px 20px 10px;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
}

#contents_body a{
    border-bottom: 1px solid #023d21;
    transition: border .1s ease .0s;
}

.is_pc #contents_body a:hover,
.is_sp #contents_body a.touch{
    border-bottom: 1px solid transparent;
    transition: border .15s ease .05s;
}

#contents_body #section_title{
    margin: 0 0 20px 0;
    text-align: left;
}

#contents_body #section_title h2{
    font-size: 18px;
    padding: 15px 0;
    line-height: 1em;
    background-color: #FFFF00;
    text-align: center;
}

#contents_body #section_title h2 img{
    width: auto;
    height: 25px;
    margin: 0 auto 10px auto;
    line-height: 1em;
    display: block;
    vertical-align: middle;
}

#contents_body #section_title .pic_main img{
    width: 100%;
}

#contents_body #post_yodogawa{
    margin: 0 0 80px 0;
    padding: 0 15px;
    text-align: center;
}

#contents_body #post_yodogawa p{
    font-size: 14px;
    line-height: 2em;
    display: inline-block;
    text-align: left;
}

#contents_body #post_body.second{
    margin-top: -60px;
}

#contents_body #post_body p{
    font-size: 14px;
    line-height: 2em;
    margin: 0 0 25px 0;
    padding: 0 15px;
}


#contents_body #post_body dl{
    font-size: 14px;
    line-height: 2em;
    margin: 0 30px 30px 30px;
}

#contents_body #post_body dl:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#contents_body #post_body dt{
    display: block;
    margin: 1em 1em 0 0;
}

#contents_body #post_body dd{
    display: block;
    padding: 0 10px;
}


#contents_body #post_body h3{
    margin: 85px 0 25px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.52em;
    position: relative;
}

#contents_body #post_body h3:first-child{ margin-top: 0;}

#contents_body #post_body h3:before{
    content: '';
    width: 100%;
    height: 39px;
    display: block;
    background-image:url(../images/parts_ico_cup.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    position: absolute;
    top: -45px;
    left: 0;
}

#contents_body #post_body .pic{
    text-align: center;
    margin: -5px 0 15px 0;
    position: relative;
    left: 0;
}

#contents_body #post_body .pic img{
    width: 100%;
    max-width: 420px;
}

#contents_body #post_body .pic.v img{
    max-width: 320px;
}

#contents_body #post_body .conv{
    padding: 15px 0 0 0;
}

#contents_body #post_body .conv dl{
    padding: 0 15px;
    position: relative;
}

#contents_body #post_body .conv dl:after{
    content: '';
    clear: both;
    display: block;
}

#contents_body #post_body .conv dt{
    clear: both;
    width: 37px;
    height: 53px;
    margin: 0 15px 10px -5px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 37px;
    text-indent: -9999em;
    font-size: 0;
}

#contents_body #post_body .conv dd{
    font-size: 14px;
    line-height: 2em;
    margin: 0 0 25px 0;
    padding: 0 5px;
}

#contents_body #post_body .conv dt.i{ background-image:url(../images/parts_ico_face_itoi.png);}
#contents_body #post_body .conv dt.h{ background-image:url(../images/parts_ico_face_hashimoto.png);}
#contents_body #post_body .conv dt.f{ background-image:url(../images/parts_ico_face_fujino.png);}
#contents_body #post_body .conv dt.k{ background-image:url(../images/parts_ico_face_kouno.png);}
#contents_body #post_body .conv dt.m{ background-image:url(../images/parts_ico_face_muraguchi.png);}

#contents_body #post_body .conv dt.all{
    height: inherit;
    font-size: 12px;
    text-align: center;
    text-indent: 0;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 2em;
}

#contents_body .btm_notes{
    margin: 0 0 30px 0;
    text-align: center;
}

#contents_body #post_body .btm_notes p{
    padding: 0 !important;
    margin: 0 0 2px 0 !important;
    font-size: 14px;
}

#contents_body .btm_notes .date{
    font-size: 12px !important;
    letter-spacing: .3em;
    color: #ADADAD;
}

#contents_body #post_body .notes{
    margin: 0 0 25px 0;
    padding: ０ 25px;
    text-align: center;
    font-size: 13px;
    color: #EC5A0C;
    line-height: 1.84615em;
}


#contents_area .btn_second{
    width: 170px;
    height: 40px;
    margin: 20px auto 40px auto !important;
    border-radius: 40px;
    letter-spacing: .2em;
    text-align: center;
    border: 1px solid #023D21;
}

#contents_area .btn_second a{
    height: 40px;
    display: block;
    border: none !important;
    background-image:url(../images/parts_arrow_right.png);
    background-position: calc(100% - 35px) center;
    background-size: 14px;
    background-repeat: no-repeat;
    font-size: 23px;
    line-height: 40px;
    transition: opacity .1s ease .0s;
}

.is_pc #contents_area .btn_second a:hover,
.is_sp #contents_area .btn_second a.touch{
    opacity: .6;
    transition: opacity .15s ease .05s;
}


#contents_area .btn_second.prev a{
    background-image:url(../images/parts_arrow_left.png);
    background-position: 35px center;
}


#section_column{
    margin: 35px 10px 0 10px;
    padding: 0 0 0 0;
    overflow: hidden;
    background-color: #FAF6C7;
}

#section_column #column_title{
    margin: 0 0 20px 0;
    background-color: #FFFF00;
    line-height: 0;
}

#section_column #column_title h2{
    padding: 13px 20px;
    font-size: 15px;
    line-height: 1.3913em;
    text-align: left;
    white-space: nowrap;
}

#section_column #column_title .img img{
    width: 100%;
}

#section_column #column_body{
    text-align: left;
}

#section_column #column_body p{
    margin: 0 0 25px 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 2em;
}

#section_column #column_body .pic{
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
}

#section_column #column_body .pic img{
    width: 100%;
}

#section_column #column_body .caption{
    color: #EC5A0C;
    display: block;
    font-size: 13px;
    line-height: 1.5em;
    text-indent: -1em;
    padding-left: 1em;
}





/* --------------------------------------------------
*
    #btm_info
*
-------------------------------------------------- */
#btm_info{
    padding: 20px 0 10px 0;
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
}

#btm_info:after{
    content: '';
    display: block;
    width: 90%;
    height: 12px;
    background-image:url(../images/parts_line.png);
    background-size: 90%;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: calc(5%);
}

#btm_info h3{
    margin: 0 0 20px 0;
    padding: 0 15px;
    font-size: 28px;
}

#btm_info h3 .s{
    margin: 0 0 10px 0;
    font-size: 16px;
    display: block;
}

#btm_info .date{
    font-size: 15px;
    line-height: 2em;
    white-space: nowrap;
}

#btm_info p .caution{
    display: block;
    font-size: 12px;
}

#btm_info .btn_banner{
    width: 285px;
    margin: 0 auto 25px auto;
    padding: 0;
    background-image:url(../images/btn_banner_buy_bg.png);
    background-size: 280px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#btm_info .btn_banner img{
    width: 280px;
    opacity: 1 !important;
    position: relative;
    top: 0;
    left: 0;
    transition: top .1s ease-out .0s, left .1s ease-out .0s;
}

.is_pc #btm_info .btn_banner a:hover img,
.is_sp #btm_info .btn_banner a.touch img{
    top: 4px;
    left: 4px;
    transition: top .15s ease-out .05s, left .15s ease-out .05s;
}

#btm_info .notes{
    font-size: 13px;
    line-height: 2em;
}

#btm_info a{
    border: none !important;
}

.banner_gakkou{
    margin: 30px 0 25px 0 !important;
    padding: 0 !important;
    text-align: center;
}

.banner_gakkou a{
    border: none !important;
}

.banner_gakkou img{
    width: 280px;
}


/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    padding: 40px 0 25px 0;
    background-color: #023e21;
    position: relative;
    text-align: center;
    color: #fff;
}

footer ul{
    max-width: 300px;
    margin: 0 auto 25px auto;
    letter-spacing: -.40em;
}

footer li{
    width: 25%;
    text-align: center;
    display: inline-block;
    letter-spacing: normal;
}

footer li img{
    width: auto;
    height: 40px;
}

footer .copyright{
    margin: 0 0 10px 0;
}

footer .copyright img{
    width: 200px;
}

footer .credit{
    font-size: 10px;
}



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