@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    margin: 0 auto;
    padding: 45px 0 0 0;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 -30px 0;
    position: relative;
}

#mv h1{
    position: relative;
    top: -45px;
    left: -60px;
}

#mv .head_logo{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

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

#mv .badge{
    position: absolute;
    top: 10px;
    right: 40px;
}

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


/* --------------------------------------------------
*
    #yodogawa
*
-------------------------------------------------- */
#yodogawa{
    margin: 0 0 75px 0;
    text-align: center;
}

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



/* --------------------------------------------------
*
    #event_info
*
-------------------------------------------------- */
.box_line{
    width: 475px;
    margin: 15px auto;
    padding: 25px 0 20px 0;
    background-image:url(../images/parts_line_box_mid.png);
    background-repeat: repeat-y;
    background-position: center top;
    position: relative;
    text-align: left;
}

.box_line .inner{
    padding: 0 55px;
}

.box_line:before,
.box_line:after{
    content: '';
    display: block;
    width: 475px;
    height: 15px;
    position: absolute;
    left: 0;
    z-index: 2;
}

.box_line:before{
    background-image:url(../images/parts_line_box_top.png);
    top: -15px;
}

.box_line:after{
    background-image:url(../images/parts_line_box_btm.png);
    bottom: -15px;
}

.box_line h2{
    margin: 0 0 15px 0;
    font-size: 30px;
}

.box_line h2 span{
    margin: 0 0 10px 0;
    display: block;
    font-size: 16px;
}

.box_line .notes{
    margin: 0 0 5px 0;
    font-size: 16px;
}

.box_line dl{
    margin: 0 0 10px 0;
    font-size: 19px;
    line-height: 1.6315em;
    position: relative;
    white-space: nowrap;
}

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

.box_line dt{ clear: both; float: left;}
.box_line dd{ float: left;}

.box_line .btn_ticket{
    width: 357px;
    margin: 25px auto 15px auto;
}

.box_line .btn_ticket img{
    width: 357px;
    opacity: 1 !important;
    position: relative;
    z-index: 2;
    position: relative;
    top: -3px;
    left: -4px;
    transform: translate3d(0, 0, 0);
    transition: top .15s ease .0s, left .15s ease .0s, opacity .15s ease .0s;
}

.is_pc .box_line .btn_ticket a:hover img,
.is_sp .box_line .btn_ticket a.touch img{
    opacity: .95 !important;
    top: -1px;
    left: -1px;
    transition: top .2s ease .05s, left .2s ease .05s, opacity .2s ease .05s;
}

.box_line .btn_ticket a{
    width: 357px;
    height: 96px;    
    display: block;
    position: relative;
}

.box_line .btn_ticket a:before{
    content: '';
    width: 357px;
    height: 96px;
    border-radius: 15px;
    display: block;
    background-color: #42210b;
    position: absolute;
    left: 0;
    bottom: 0;
}

.box_line dl a{
    border-bottom: 2px solid #42210b;
    transition: opacity .1s ease .0s;
}

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

#event_info{
    margin-bottom: 105px;
}


/* --------------------------------------------------
*
    .post_body
*
-------------------------------------------------- */
.post_body{
    width: 600px;
    margin: 0 auto 100px auto;
    padding: 60px 0 0 90px;
    box-sizing: border-box;
    text-align: left;
    background-color: #FFF;
}

.post_body p{
    margin: 0 0 2em 0;
    font-size: 16px;
    line-height: 2em;
}

.post_body a{
    padding: 0 0 2px 0;
    border-bottom: 1px solid #42210b;
    transition: opacity .1s ease .0s;
}

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

.post_body .pic{
    margin: 45px 0 0 0;
    line-height: 0;
    text-align: left;
    position: relative;
    left: -30px;
}

.section_shikake{
    width: 600px;
    margin: 0 auto 30px auto;
    padding: 35px 0 0 0;
    box-sizing: border-box;
    border: 6px solid #ffff00;
    background-color: #fff;
    text-align: left;
}

.section_shikake h3{
    margin: 0 0 25px 0;
    text-align: center;
}

.section_shikake .inner{
    padding: 0 0 0 85px;
}

.section_shikake .inner p{
    margin: 0 0 35px 0;
    font-size: 16px;
    line-height: 2em;
}

.section_shikake .inner_box{
    width: 360px;
    padding: 15px 65px;
    margin: 40px auto 45px auto;
    border: 1px solid #42210b;
    box-sizing: border-box;
    background-color: #ffff00;
}


.section_shikake .inner_box p{
    font-size: 16px;
    line-height: 2em;
}

.section_shikake.n05 .img{
    margin: -25px 0 15px 10px;
    text-align: center;
}

.section_shikake.n07 .img{
    margin: -15px 0 55px 0;
    text-align: center;
}

.section_shikake.n07 .img img{
    width: 325px;
}

.afterword{
    margin: 30px 0 50px 0;
    font-size: 16px;
    line-height: 2em;
    display: inline-block;
    text-align: left;
    position: relative;
    left: -10px;
}

#btm_info{
    margin: 0 auto 85px auto;
    display: inline-block;
}

.profile{
    margin: 0 0 -25px 0;
}

.profile a{
    padding: 0 0 2px 0;
    border-bottom: 1px solid #42210b;
    transition: opacity .1s ease .0s;
}

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

.profile .pic{
    margin: 40px 0 -20px 0;
    position: relative;
    left: -25px;
}

.profile .pic img{
    width: 420px;
}

.profile h3{
    margin: 40px 0 10px 0;
    font-size: 18px;
}

.profile p{
    margin: 0 0 2em 0;
    font-size: 14px;
    line-height: 2em;
}

/* --------------------------------------------------
*
    .banner_list
*
-------------------------------------------------- */
.banner_list{
    margin: 75px 0;
    text-align: center;
    position: relative;
    z-index: 10;
}

.banner_list p{
    margin: 0 0 15px 0;
}

.banner_list p:last-child{ margin: 0;}

.banner_list img{
    width: 400px;
}


/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    padding: 70px 0 60px 0;
    background-color: #85decf;
    position: relative;
    text-align: center;
}

footer ul{
    margin: 0 0 30px 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 ----- */
