.apply-wrap .label, .btn-fixed-area, .countdown-wrap,.te-box .confirm-wrap a.disabled{
        display: none;
    }

@media screen and (min-width: 768px) {
    .schedule-wrap {
    margin: 0 auto 60px;
    width: 840px;
}
.schedule-wrap dl.s06{

}
    .btn-fixed-area {
            position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 100px 0 0 0;
    height: 89px;
    }

        .btn-fixed-area .fixed-content{
            width: 100%;
    background: #fff;
    height: 89px;
    padding: 10px 40px;
    box-sizing: border-box;
            box-shadow: 0px -3px 6px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px -3px 6px rgba(0,0,0,0.3);
    }
    .btn-fixed-area .fixed-inner{
        max-width: 1200px;
/*    overflow: hidden;*/
    min-width: 950px;
    margin: 0 auto;
        position: relative;
    }
    .btn-fixed-area .fixed-inner .game-txt{
        float: left;
    width: 50%;
    padding: 6px 0;
}

    .btn-fixed-area .fixed-inner .btn-ticketifixed{
    float: left;
    /*width: 49.5%;*/
    width: 100%;
    margin-right: 1%;
    background: #e23b43;
        border:solid  5px #e23b43;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-align: center;
    padding: 17px 0;
    box-sizing: border-box;
        transition: all 0.2s;
    }
        .btn-fixed-area .fixed-inner .btn-ticketifixed:hover{
        background: #fff;
            color: #e23b43;
    }
    .btn-fixed-area .fixed-inner .btn-ticketifixed.disabled{
    float: left;
    width: 49.5%;
    margin-right: 1%;
    background: #e23b43;
    border: solid 5px #e23b43;
    color: #fff;
    cursor: default;
    font-size: 20px;
    }
    .btn-fixed-area .fixed-inner .btn-ticketifixed.not-buy{
    background:#666;
    border: solid 5px #666;
    color: #fff;
    cursor: default;
    font-size: 20px;
    }
    .btn-fixed-area .fixed-inner .btn-ticketifixed.not-buy:hover{
    background:#666;
    border: solid 5px #666;
    color: #fff;
    cursor: default;
    font-size: 20px;
    }
    .btn-fixed-area .fixed-inner .btn-ticketifixed:last-child{
    margin-right: 0 !important;
    }
    .btn-fixed-area .fixed-inner .btn-ticketifixed:hover{
        background: #fff;
        color: #e23b43;
    }
    .btn-fixed-area .fixed-inner .btn-ticketifixed.disabled:hover{
        background: #666;
        color: #fff;
    }
    .btn-fixed-area .hukidashi-area{
        top: -95px;
    position: absolute;
    right: -39px;
    }
.apply-wrap a{
    display: inline-block;
    padding: 20px 46px;
    color: #FFF!important;
    font-size: 21px;
    font-family: notoB;
    letter-spacing: .1em;
    text-decoration: none;
    border: 3px solid;
    transition: all .2s;
    -webkit-transition: all .2s;
    background: #e23b43;
    border-color: #e23b43;
    cursor: pointer!important;
}

.apply-wrap a:hover{
  color:#e23b43!important;
  background:#fff;
  border-color:#e23b43;
}
.apply-wrap a.disabled{
    background: #e23b43;
    border-color: #e23b43;
  cursor: default!important;

}
.apply-wrap a.disabled:hover{
  color:#fff!important;
  background:#666;
  border-color:#e23b43;

}
.apply-wrap a.not-buy{
    background: #666;
    border-color: #666;
  cursor: default!important;

}
.apply-wrap a.not-buy:hover{
  color:#fff!important;
  background:#666;
  border-color:#666;

}
.border-box {
    margin: 90px 0;
}
.footer {
    padding: 20px 20px 120px;
}
span.note.tousen a {
    color: #fff;
}
span.note.tousen {
    margin-top: 5px;
    vertical-align: middle;
    float: right;
    line-height: 1.5;
}
span.note.tousen img {
    margin: 0 7px 0 5px;
}
.confirm-txt {
    font-size: 24px;
    font-weight: bold;
    line-height: 23px;
    padding: 50px 0 15px 0;
    font-family: notoB;
    margin-top: -32px;
    letter-spacing: .1em;
}
.confirm-txt span.nowonsale {
    color: #fff !important;
    background-color: #e23b43;
    padding: 5px 38px;
    border:3px solid #e23b43;
}
.confirm-txt a:hover {
    opacity: 1 !important;
}
.confirm-txt a:hover span.nowonsale {
    color: #e23b43 !important;
    background-color: #fff;
    border:3px solid #e23b43;
    transition: all 0.2s;
}
.confirm-txt span.offsale {
    color: #fff !important;
    background-color: #666666;
    padding: 5px 19px;    
    margin-right: 5px;
    border:3px solid #666666;
}
.confirm-txt a.non-a-tag {
    background: none !important;
    display: inline !important;
}
.seatview ul.js-tab {
    width: 800px;
    margin: 50px auto 30px;
}
.seatview ul.js-tab li.show-tab {
    background: #000 !important;
    color: #fff !important;
    border-left: solid 1px #414141;
}
.seatview ul.js-tab li {
    background: #545454;
    float: left;
    width: 400px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-family: "bleageFont";
    font-size: 36px;
    cursor: pointer;
    color: #fff;
    letter-spacing: 0.2em;
}
.seatview ul.js-tab li span{
    font-family: notoB;
    letter-spacing: .1em;
}
.seatview h3.tit {
    margin-bottom: 30px;
    font-size: 40px;
    font-family: notoB;
    letter-spacing: .1em;
    margin-top: 70px;
}
.apply-wrap .label {
    top: -30px !important;
    left: 60% !important;
}
.benefit-wrap.kaimaku-tokuten.tokuten-05 {
    padding-top: 77px;
    margin-top: -77px;
    position: relative;
    margin-bottom: 15%;
}
.benefit-wrap.kaimaku-tokuten.tokuten-05:before {
    content: '';
    position: absolute;
    top: 33px;
    left: 50%;
    display: block;
    margin-left: -15%;
    width: 30%;
    border-top: 3px solid;
}
.kaimaku-tokuten.tokuten-05 iframe {
    margin-top: -27%;
    margin-bottom: 10px;
}
.countdown{
      position: absolute;
      width: 281px;
      height: 320px;
      z-index: 1;
      color:#fff;
      top: 50px;
      background: url(/files/user/_/league_common/img/countdown/bg.png) no-repeat center top;
      opacity: 0;
      transition: all 0.5s;
      right: 30px;
    }
.loaded .countdown{
  opacity: 1;
}
.countdown div{
  position: absolute;

}
.countdown img{
  
}
.countdown .min{top: 85px;left: 162px;}
.countdown .hour{top: 85px;left: 125px;}
.countdown .day{top: 33px;left: 95px;}

.countdown .min img{width: 28px!important;}
.countdown .hour img{width: 28px!important;}
.countdown .day img{width: 47px!important;}







}

@media screen and (max-width: 767px) {
    .page-special .sp_gnav .btn-close {
    z-index: 9999;
    }
    .btn-fixed-area {
        position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0;
    height: 77px;

    }

        .btn-fixed-area .fixed-content{
    width: 100%;
    background: #fff;
    height: 78px;
    padding: 10px 10px;
    box-sizing: border-box;
            box-shadow: 0px -3px 6px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px -3px 6px rgba(0,0,0,0.3);}
    .btn-fixed-area .fixed-inner{
    margin: 0 auto;
        position: relative;
    }
    .btn-fixed-area .fixed-inner .game-txt{
display: none;
    }
        .btn-fixed-area .fixed-inner .game-txt img{
            width: 100%;
    }

    .btn-fixed-area .fixed-inner .btn-ticketifixed{
    display: inline-block;
    background: #e23b43;
    border: solid 5px #e23b43;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    /* letter-spacing: 0.1em; */
    text-decoration: none;
    text-align: center;
    padding: 17px 0;
    box-sizing: border-box;
    transition: all 0.2s;
    /*width: 48.5%;*/
    width: 100%;

    margin-right: 1%;
    }
    .btn-fixed-area .fixed-inner .btn-ticketifixed:last-child{
    margin-right: 0 !important;
    }
        .btn-fixed-area .fixed-inner .btn-ticketifixed:hover{
        background: #fff;
            color: #e23b43;
    }
    .btn-fixed-area .fixed-inner .btn-ticketifixed.disabled,
    .btn-fixed-area .fixed-inner .btn-ticketifixed.disabled:hover{
        border: solid 5px #e23b43;
        background: #e23b43;
        color:#fff;
    }

    .btn-fixed-area .fixed-inner .btn-ticketifixed.not-buy,
    .btn-fixed-area .fixed-inner .btn-ticketifixed.not-buy:hover{
        border: solid 5px #666;
        background: #666;
        color:#fff;
    }
    
    .btn-fixed-area .hukidashi-area{
            top: -95px;
    position: absolute;
    right: -39px;
    display: none;
    }

    .box-ticket .apply-wrap {
     margin-top: 0px; 
    }
    .border-box {
    margin: 60px 0;
}
    .apply-wrap a{
    color:#FFF !important;
        background: #e23b43 !important;
        border-color: #e23b43 !important;
    }
    .apply-wrap a:hover{
        background: #fff !important;
        color: #e23b43 !important;
    }
    .apply-wrap a.disabled,
    .apply-wrap a.disabled:hover{
        border-color: #e23b43 !important;
         background: #e23b43 !important;
        color:#fff !important;
    }
    .apply-wrap a.not-buy,
    .apply-wrap a.not-buy:hover{
        border-color: #666 !important;
         background: #666 !important;
        color:#fff !important;
    }

    .footer {
        padding-bottom: 84px;
    }
    span.note.tousen a {
        color: #fff;
    }
    span.note.tousen img {
        margin: 4px 5px 0 4px;
    }
.confirm-txt {
    margin-top: -45px;
    font-size: 14px;
    font-weight: bold;
    line-height: 37px;
    font-family: notoB;
    padding: 45px 0 0 0;
    letter-spacing: .1em;
}
span.confirm-txt-date {
    width: 50%;
    text-align: right;
    display: inline-block;
}
.confirm-txt span.nowonsale {
    color: #fff !important;
    background-color: #e23b43;
    /* padding: 5px 19px; */
    display: inline-block;
    width: 50%;
    float: right;
}
.confirm-txt a.non-a-tag {
    background: none !important;
    display: inline !important;
}
.confirm-txt span.offsale {
    color: #fff !important;
    background-color: #666666;
    /* padding: 5px 19px; */
    margin-bottom: -2px;
    display: inline-block;
    width: 50%;
    float: right;
}
.seatview ul.js-tab {
    width: 800px;
    margin: 50px auto 30px;
}
.seatview ul.js-tab li.show-tab {
    background: #000 !important;
    color: #fff !important;
    border-left: solid 1px #414141;
}
.seatview ul.js-tab li {
    background: #545454;
    float: left;
    width: 400px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-family: "bleageFont";
    font-size: 36px;
    cursor: pointer;
    color: #fff;
    letter-spacing: 0.2em;
}
.seatview ul.js-tab li span{
    font-family: notoB;
    letter-spacing: .1em;
}
.seatview h3.tit {
    margin-bottom: 30px;
    font-size: 26px;
    font-family: notoB;
    letter-spacing: .1em;
    margin-top: 70px;
}
.seatview .seat-date {
    background: #000 !important;
    color: #fff !important;
    border-left: solid 1px #414141;
    font-family: notoB;
    letter-spacing: .1em;
    padding: 10px;
    margin-bottom: 10px;
}
.seatview .seat-0922{
    margin-bottom: 40px;
}
.apply-wrap a {
    margin-bottom: 10px !important;
}
.benefit-wrap.kaimaku-tokuten.tokuten-04 {
    margin-bottom: 80px;
}
.benefit-wrap.kaimaku-tokuten.tokuten-05 {
    padding-top: 105px;
    margin-top: -105px;
    position: relative;
}
.benefit-wrap.kaimaku-tokuten.tokuten-05:before {
    content: '';
    position: absolute;
    top: 60px;
    left: 50%;
    display: block;
    margin-left: -15%;
    width: 30%;
    border-top: 3px solid;
}
.kaimaku-tokuten.tokuten-05 iframe {
    margin-top: -28px;
}


.countdown{
  position: absolute;
  width: 240px;
  height: 320px;
  z-index: 1;
  color:#fff;
  top: 55.5%;
  background: url(/files/user/_/league_common/img/countdown/bg.png) no-repeat center top;
  background-size: 100% auto;
  opacity: 0;
  left: 50%;
  margin-left: -120px;
}
.loaded .countdown{
  opacity: 1;
}
.countdown div{
  position: absolute;

}

.countdown .min{top: 33%;left: 34%;}
.countdown .hour{top: 33%;left: 10%;}
.countdown .day{top: 27%;left: 3%;}

.countdown .min img{ width: 17%!important;}
.countdown .hour img{ width: 13%!important;}
.countdown .day img{ width: 22%!important; }





}

@media screen and (max-width: 320px) {

    .countdown{
        top: 52%;
    }
    img.openingshow {
    margin-top: -112px;
    margin-bottom: 30px;
    }
    .sg-box.box-blk.box-schedule {
    margin-top: 84px;
    }

}
@media (min-width: 1292px) and (max-width: 1317px) {

    .countdown{
        right: 30px;
    }

}

@media screen and (min-width: 1291px) {

    .countdown{
        position: absolute;
        width: 281px;
        height: 320px;
        z-index: 1;
        color: #fff;
        top: 440px;
        background: url(/files/user/_/league_common/img/countdown/bg.png) no-repeat center top;
        opacity: 0;
        transition: all 0.5s;
        right: 50px;
    }

}

