@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_pc.css
*
*
------------------------------------------------------------------------------------------ */
#index_nav .disabled{ opacity: .6 !important; cursor: normal !important;}
#index_nav .disabled a,
#index_nav .disabled img{ opacity: 1 !important; cursor: normal !important;}

@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    margin: 0 auto;
    padding: 85px 0 0 0;
    overflow: hidden;
}

.btn_gakkou{
    width: 400px;
    margin: -5px auto 55px auto;
    position: relative;
    z-index: 10;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 40px 0;
    padding: 65px 0 0 80px;
    text-align: left;
    position: relative;
}

#mv .head_logo{
    position: absolute;
    top: 20px;
    right: 30px;
}

#mv .head_logo img{
    width: 149px;
}

#mv .badge img{
    width: 100px;
}

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

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

#yodogawa .btn_banner{
    width: 425px;
    margin: 0 0 55px 0;
    background-image:url(../images/btn_banner_buy_bg.png);
    background-size: 420px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#yodogawa .btn_banner img{
    width: 420px;
    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;
}

.banner_event{
    margin: 0 0 65px 0;
}


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

#h_information .poster{
    margin: 0 0 25px 0;
}

#h_information .poster img{
    width: 100%;
}

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

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

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

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

#h_information dt{
    clear: both;
    float: left;
}

#h_information dd{
    float: left;
}

#h_information dd.nw{
    white-space: nowrap;
}

#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{
    padding: 20px 0;
}

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

#h_information .actor li{
    width: 112px;
    display: inline-block;
    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{
    margin: 20px 0 30px 0;
    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: 40px 0 0 0;
    font-size: 16px;
    white-space: nowrap;
}

/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    overflow: hidden;
}

#index_nav h3{
    margin: 70px 0 20px 0;
}

#index_nav li{
    line-height: 0;
    margin: 0 0 27px 0;
}

#index_nav li.disabled{
    
}

.btm_btn_ticket{
    width: 415px;
    margin: 50px auto 10px auto;
    position: relative;
    line-height: 0;
}

#index_nav .btm_btn_ticket{ margin-top: 70px;}

.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: 55px 0 15px 0;
}

#contents_area{
    margin-bottom: 70px;
    padding: 0 0 45px 0;
}

#contents_body{
    width: 600px;
    margin: 0 auto 20px auto;
    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 30px 0;
    text-align: left;
    line-height: 0;
}

#contents_body #section_title h2{
    font-size: 27px;
    padding: 20px 0 8px 30px;
    background-color: #FFFF00;
}

#contents_body #section_title h2 img{
    width: auto;
    height: 35px;
    margin: 0 20px 0 0;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

#contents_body #post_yodogawa{
    margin: 0 0 55px 0;
    text-align: center;
}

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

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

#contents_body #post_body p{
    font-size: 16px;
    line-height: 2em;
    margin: 0 0 35px 105px;
}

#contents_body #post_body dl{
    font-size: 16px;
    line-height: 2em;
    margin: 0 0 35px 105px;
}

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

#contents_body #post_body dt{
    width: 120px;
    clear: both;
    float: left;
}

#contents_body #post_body dd{
    float: left;
}

#contents_body #post_body h3{
    margin: 55px 0 20px 135px;
    display: inline-block;
    font-size: 21px;
    line-height: 1.52em;
    position: relative;
}

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

#contents_body #post_body h3:before{
    content: '';
    width: 40px;
    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: -4px;
    left: -50px;
}

#contents_body #post_body .pic + h3{ margin-top: 20px;}
    
#contents_body #post_body .pic{
    width: 440px;
    margin-top: -20px;
    position: relative;
    left: -25px;
    text-align: center;
}

#contents_body #post_body .pic.v img{
    width: 320px !important;
}

#contents_body #post_body .pic img{
    width: 100%;
}


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

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

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

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

#contents_body #post_body .conv dd{
    float: left;
    font-size: 16px;
    line-height: 2em;
    margin: 0 0 35px 0;
}

#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{
    font-size: 13px;
    text-align: center;
    text-indent: 0;
    margin-top: 3px;
    line-height: 2em;
}

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

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

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

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

#contents_area .btn_second{
    width: 178px;
    height: 40px;
    margin: -20px auto 50px 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{
    width: 600px;
    margin: 55px auto 0 auto;
    padding: 0 0 15px 0;
    background-color: #FAF6C7;
}

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

#section_column #column_title h2{
    padding: 13px 0 13px 50px;
    font-size: 23px;
    line-height: 1.3913em;
    text-align: left;
}

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

#section_column #column_body p{
    margin: 0 0 40px 105px;
    font-size: 16px;
    line-height: 2em;
}

#section_column #column_body .pic{
    margin-bottom: 25px;
    width: 440px;
    position: relative;
    left: -30px;
}

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

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



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

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

#btm_info h3{
    margin: 0 0 15px 90px;
    font-size: 33px;
}

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

#btm_info .date{
    font-size: 20px;
    line-height: 2em;
}

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

#btm_info .btn_banner{
    width: 425px;
    margin: -10px auto 40px auto;
    background-image:url(../images/btn_banner_buy_bg.png);
    background-size: 420px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

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

#btm_info .btn_banner a{
    border: none !important;
}

.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;
}

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

.banner_gakkou a{
    border: none !important;
}

.banner_gakkou img{
    width: 400px;
}


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

footer ul{
    margin: 0 0 35px 0;
}

footer li{
    margin: 0 10px;
    display: inline-block;
}

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

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

footer .copyright img{
    width: 210px;
}

footer .credit{
    font-size: 12px;
}
    
} /* ----- min-width : 641px ----- */
