@charset "UTF-8";




@media screen and (max-width: 1179px) {



  /**content****/
  .conte-normal{
    padding: 90px 15px 90px;
  }
  #event.conte-normal{
    padding: 90px 0 90px;
  }

  .mono .waku-1200{
    max-width:calc(1200px - 30px);
    width:calc(100% - 30px);
    padding: 0 15px 0;
    margin-right: auto;
    margin-left: auto;  
  }
  .mono .waku-900{
    max-width:calc(900px - 30px);
    width:calc(100% - 30px);
    padding: 0 15px 0;
    margin-right: auto;
    margin-left: auto;  
  }
  .mono .team-info .bt-team img {
      max-height: 28px;
      height: 100%;
      width: auto;
  }

  .mono .p-main .p-detail{
    display: flex;
    max-width: 40%;
  }

  .mono .gameday-info{
    max-width: calc(1100px - 30px);
    margin-bottom: 90px;
    padding: 0 15px;
  }
  .mono .gameday-info .event-card{
    margin-left: 70px;
  }

}
@media screen and (max-width: 1023px) {

  .mono .team-info.pc{
    display: none;
  }
  

  .page-nav ul li a,
  .page-nav ul li span{
    font-size: 12px;
  }



  .route.to-left {
      margin-right:15%;
  }
  .mono .gameday-info .event-card{
    margin-left: 50px;
  }



}
@media screen and (max-width: 767px) {

  .mono .pc{
    display: none;
  }
  .mono .sp{
    display: block;
  }
  .mono .title-large.t-en{
    font-size: 32px;
    margin-bottom: 40px;
  }
  .mono .title-large{
    font-size: 18px;
    margin-bottom: 40px;
  }
  .no-thumbs .bg-bl .no {
    top: 0;
  }


  /**content****/
  .conte-normal{
    padding: 70px 15px 70px;
  }
  .bg-w .conte-normal + .conte-normal,
  .conte-normal + .conte-normal {
      padding: 0px 0 70px;
  }
  .conte-normal.d-none + .conte-normal,
  .bg-w .conte-normal,
  .conte-normal{
    padding: 70px 0 70px;
  }
  .bg-w .conte-normal.d-none + .conte-normal {
    padding: 70px 0 70px;
  }



  /* 背景画像 */
  .parallax::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: -2;
    background: url(../img/common/sp-img.jpg) center center / cover no-repeat;
  }


  /**nav**/
  .page-nav.bg-black{
    background: #111;
  }
  .page-nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;  
  }
  .page-nav ul li{
    border-left: none; 
  }
  .page-nav ul li:last-child{
    border-right: none;  
  }
  .page-nav ul li span{
    display: none;
  }
  .page-nav ul li a{
    font-size: 6px;
    width: calc(100% - 12px);
    padding: 6px 6px;
    display: block;
    line-height: 1;
    position: relative;
  }
  .page-nav ul li a:before{
    display: none;
  }
  .page-nav ul li{
    width: calc(100%/8);
  }
  .page-nav ul li:hover a{
    color: #8FC31F;
  }
  /**nav-end**/


 
  .route address,
  .route p{
    font-size: 12px;  
  }
  .route address{
    padding: 20px 0;
    padding-left: 27%;
  }
  .route.to-left {
      margin-right:30px;
  }
  .mono .conte-button,
  #ticket .conte-button,
  .conte-button {
    display: block;
  }
  .mono button.bt-normal{
    width: 100%;
    max-width: 280px;
    margin: 0 auto 0;
    display: table;
  }
  .mono button.bt-normal + button.bt-normal{
    margin-top: 10px;
  }
  .mono button.bt-normal.shiro:after {
      content: '';
      display: block;
      width: 92%;
      height: 90%;
      background: #111;
      position: absolute;
      left: 10px;
      top: 6px;
      border-radius: 50px;
  }

  .mono .hanabi.on img{
    position: absolute;
    top: -1300px;
    left: -5%;
    animation: sparkle 5s ease-in-out forwards infinite;
    animation-delay: 0.3s;
    max-width: 300px;
    height: auto;
  }
  .mono .hanabi.on img:nth-child(2){
    position: absolute;
    left: auto;
    right: -6%;
    top: -1100px;
    animation: sparkle 5s ease-in-out forwards infinite;
    max-width: 400px;
    height: auto;
  }
  .mono .hanabi.on img:nth-child(3){
    position: absolute;
    left: auto;
    right: -10%;
    top: -800px;
    animation: sparkle 5s ease-in-out forwards infinite;
    animation-delay: 0.6s;
    max-width: 150px;
    height: auto;
  }

  .event-card .ph {
      border-radius: 6px 30px 0 0;
  }
  .event-card .bt, 
  .event-card .category{
    font-weight: normal;
    letter-spacing: 0;
    font-size: 9px;
  }

  .mono .bg-p15{
    background: url(../img/player/pc1920-p15-sp.jpg)no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #keyplayer.conte-normal {
      padding: 90px 0 0;
  }
  .mono .p-main{
    margin-bottom: 50px;
  }
  .mono .p-main .player.lv-p15 .ph {
      max-width: 280px;
      left: calc((100% - 280px) / 2);
  }

  .mono .p-main .p-detail {
        display: flex;
        position: relative;
        max-width: 80%;
        bottom: auto;
        margin-top: 30px;
    }
  .mono .p-main .p-detail:after{
    transform: skewX(-10deg);
  }
  .mono .p-main .lv-p15 .name-tag {
      position: absolute;
      left: -20px;
      top: auto;
      bottom: 20px;
  }

  /*.gameday-info*/
  .mono .gameday-info{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
  }
  .mono .gameday-info .event-card{
    margin-left: 0px;
    margin-top: 50px;
  }


  /* ------------------------------
     パララックス
  ------------------------------ */
  .mono .bg-sankaku{
      position: fixed;
      width: 70%;
      height: 1000px;
      z-index: -1;
      left: -10%;
      bottom: -1000px;
  }
  .mono .bg-w.bg-access .bg-parallax {
      background: url(../img/common/bg-access.png) no-repeat right top;
      background-size: 100% auto;
      /*position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 2000px;
      transition: background-position 0.1s linear;*/
  }

}
@media screen and (max-width: 460px) {


















}



