@charset "UTF-8";
/*　sass ベースファイルのインポート　/　*/
/* / common sass */
/*　/ sass ベースファイルのインポート　*/
/*--=== SP ONLY max-width: 960px ===-- / */
@media screen and (max-width: 960px) {
  #news_list {
    width: 100%;
    margin: 0 auto;
  }
  #news_list dt {
    float: left;
    clear: both;
    padding: 0.8em 0.2em;
    width: 8em;
  }
  #news_list dd {
    margin-left: 8.5em;
    padding: 0.8em 0.2em;
  }

  /* common class / */
  /* / common class */
}
/*--=== / SP ONLY max-width: 960px ===-- */
/*--=== PC ONLY min-width: 961px ===-- / */
@media print, screen and (min-width: 961px) {
  #news_list {
    width: 90%;
    margin: 0 auto;
  }
  #news_list dt {
    float: left;
    clear: both;
    padding: 0.8em 0.2em;
    width: 8em;
  }
  #news_list dd {
    margin-left: 8.5em;
    padding: 0.8em 0.2em;
  }

  #ticket .ticket_box {
    position: relative;
    border: 1px solid #9b0707;
    margin: 40px 0;
    padding: 40px;
    margin-top: 5rem;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
  }
  #ticket .ticket_box.normal {
    margin: 20px 0;
  }
  #ticket .ticket_box.the_other_on_limited {
    border-top: none;
  }
  #ticket .ticket_box.the_other_on_limited:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #9b0707 0%, #9b0707 22%, rgba(180, 180, 180, 0) 22.1%, rgba(180, 180, 180, 0) 77.9%, #9b0707 78%, #9b0707 100%);
  }
  #ticket .ticket_box.the_other_on_limited:before {
    content: attr(data-caption);
    position: absolute;
    top: 0;
    left: calc(50% - 9em);
    font-size: 2.1rem;
    width: 18em;
    height: auto;
    text-align: center;
    transform: translateY(-50%);
  }
  #ticket .ticket_box .hr_box {
    border-bottom: 1px dotted #666;
    margin: 30px 0;
  }
  #ticket .ticket_box .pre_sale_box {
    margin-top: 50px;
  }
  #ticket .ticket_box .pre_sale_banner {
    margin-bottom: 20px;
  }
  #ticket .ticket_box .pre_sale_txt {
    font-size: 2rem;
  }
  #ticket .ticket_box h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  #ticket .ticket_box .price {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  #ticket .ticket_box .price span {
    font-size: 1.8rem;
  }
  #ticket .ticket_box .info {
    font-size: 1.6rem;
  }

  /* common class / */
  /* / common class */
}
/*--=== / PC ONLY min-width: 961px ===-- */

/*# sourceMappingURL=common.css.map */
