@charset "UTF-8";
/* (original_pc.css) */
/* ================= contents =================
[0] reset
[1] base
[2] headerArea
[3] contentsArea
[4] footerArea
============================================ */
/* ============================================
0. reset
============================================ */
/* --------------------------------------------------------------------------------
margin padding
-------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* font-family */
body {
  font-family: Tahoma,helvetica,clean,sans-serif; }

/* line-height */
body {
  line-height: 1.45; }

*:first-child + html * {
  letter-spacing: 0; }

/* --------------------------------------------------------------------------------
other
-------------------------------------------------------------------------------- */
ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal; }

img, iframe {
  border: 0; }

img {
  vertical-align: bottom; }

li {
  list-style: none; }

address {
  font-style: normal;
  font-weight: normal; }

/* --------------------------------------------------------------------------------
table form
-------------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

th, td {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: inherit; }

fieldset {
  border: 0; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/* --------------------------------------------------------------------------------
block
-------------------------------------------------------------------------------- */
body {
  text-align: left; }

div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, iframe, form, fieldset, legend, blockquote, input, textarea, p, pre {
  text-align: left; }

div {
  margin: 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

img, a img {
  border: none; }

table {
  letter-spacing: 1px; }

iframe {
  border: none; }

strong {
  font-weight: bold; }

/* --------------------------------------------------------------------------------
clearfix
-------------------------------------------------------------------------------- */
.cf_og:after {
  content: "";
  clear: both;
  display: block; }

/* ============================================
 1.base
============================================ */
html, body {
  position: relative;
  width: 100%;
  color: #000;
  letter-spacing: .6px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  font-family: 'Noto Serif JP',"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  -webkit-text-size-adjust: 100%; }

a {
  text-decoration: none;
  will-change: transform;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1; }
  a:hover {
    opacity: .7;
    color: #d31917; }

.menu {
  cursor: pointer;
  will-change: transform;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.menu.active {
  opacity: .6; }

/* ----------- no-js ----------- */
html#no-js #countdown_time {
  display: none; }

#noscriptBlock {
  width: 520px;
  position: absolute;
  top: 27px;
  left: 27px;
  padding: 10px;
  background: #FFFFFF; }

#noscriptBlock p {
  font-size: 14px;
  background: #FDF3F2;
  color: #D72400;
  border: 1px dotted #F4C3BE;
  padding: 6px 10px;
  line-height: 1.4; }

#container {
  z-index: 100;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/bg.jpg) repeat-y;
  background-size: cover; }

/* ============================================
 2.headerArea
============================================ */
.ticket_btn {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000; }
  .ticket_btn img {
    max-width: 140px; }

#headerArea {
  position: relative;
  z-index: 100;
  padding-bottom: 30px;
  border-bottom: 1px solid #000; }
  #headerArea .logo {
    padding-top: 30px;
    text-align: center; }
    #headerArea .logo img {
      max-width: 250px; }
  #headerArea .tit {
    margin: 35px auto 5px;
    text-align: center; }
    #headerArea .tit img {
      max-width: 600px; }

.sns {
  position: absolute;
  right: 35px;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-size: 2rem; }
  .sns div {
    margin: 0 10px; }
    .sns div a {
      color: #b3b3b3; }

/* ============================================
3.contentsArea
============================================ */
#contentArea {
  z-index: 10;
  position: relative;
  top: 0;
  width: 100%; }

.contentAreaInner {
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1; }

/*---------------- content base ---------------*/
.box_content {
  width: 100%;
  margin: 30px auto;
  background: rgba(255, 255, 255, 0.4);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-bottom: 30px; }
  .box_content h2 {
    letter-spacing: 5px;
    color: #04477b;
    margin: 40px auto 20px;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-size: 2.6666666667rem;
    font-weight: 700;
    text-align: center;
    width: 100%; }
  .box_content .wrapper {
    width: 1044px;
    margin: 0 auto;
    padding: 30px 0 30px; }

.border_box {
  border: solid 1px #000;
  padding: 22px; }
  .border_box .inner {
    border: solid 1px #000;
    padding: 50px; }

/*---------------- artist ---------------*/
#artist .read {
  margin: 15px auto;
  color: #141d3e;
  text-align: center;
  font-size: 16px;
  font-size: 1.3333333333rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 2.5; }
#artist .information_banner {
  text-align: center;
  margin: 50px auto; }
  #artist .information_banner a {
    border-radius: 20px;
    display: block;
    width: 100%;
    background: #e60012;
    padding: 10px 25px;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    font-size: 2rem; }
#artist .artist_main {
  text-align: center;
  margin-bottom: 30px; }
  #artist .artist_main .artist_img {
    text-align: center;
    display: inline-block; }
  #artist .artist_main .artist_name {
    color: #141d3e;
    letter-spacing: 1.2px;
    font-size: 17px;
    font-size: 1.4166666667rem;
    font-weight: 700;
    margin-top: 5px;
    text-align: center; }
    #artist .artist_main .artist_name.special_name {
      font-size: 20px;
      font-size: 1.6666666667rem; }
      #artist .artist_main .artist_name.special_name span {
        display: inline-block; }
#artist .artist_list .artist_sub {
  margin: 0 auto;
  max-width: 710px; }
  #artist .artist_list .artist_sub ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -30px 0 0 -3%; }
    #artist .artist_list .artist_sub ul li {
      width: 30.33%;
      margin: 30px 0 0 3%; }
      #artist .artist_list .artist_sub ul li .artist_img {
        text-align: center; }
      #artist .artist_list .artist_sub ul li .artist_name {
        color: #141d3e;
        letter-spacing: 1.2px;
        font-size: 17px;
        font-size: 1.4166666667rem;
        font-weight: 700;
        margin-top: 5px;
        text-align: center; }
        #artist .artist_list .artist_sub ul li .artist_name.special_name {
          font-size: 20px;
          font-size: 1.6666666667rem; }
          #artist .artist_list .artist_sub ul li .artist_name.special_name span {
            display: inline-block; }
#artist .navigator-produce {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 -3%; }
  #artist .navigator-produce .artist_main {
    margin-bottom: 0; }
  #artist .navigator-produce .border_box {
    width: 47%;
    margin: 0 0 0 3%; }
    #artist .navigator-produce .border_box .inner {
      padding: 20px; }
    #artist .navigator-produce .border_box.special_band {
      width: 97%;
      margin: 0 0 0 3%; }
      #artist .navigator-produce .border_box.special_band .special_name {
        line-height: 1.8;
        letter-spacing: 3px;
        font-size: 20px;
        font-size: 1.6666666667rem; }
        #artist .navigator-produce .border_box.special_band .special_name span {
          display: inline-block; }
  #artist .navigator-produce h3 {
    text-align: center;
    color: #04477b;
    font-size: 18px;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 20px; }

/*---------------- date ---------------*/
#date {
  position: relative;
  overflow: hidden;
  z-index: 9;
  color: #141d3e; }
  #date .date_txt {
    margin-bottom: 45px;
    letter-spacing: 7px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-size: 2.3333333333rem;
    font-weight: 300;
    padding-bottom: 15px;
    border-bottom: 1px solid #000; }
    #date .date_txt span {
      display: inline-block;
      margin-right: 25px; }
    #date .date_txt small {
      display: inline-block;
      font-size: 20px;
      font-size: 1.6666666667rem; }
  #date .place_txt {
    margin-bottom: 25px;
    letter-spacing: 7px;
    line-height: 1.7;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-size: 2.3333333333rem;
    padding-bottom: 15px;
    border-bottom: 1px solid #000; }
    #date .place_txt span {
      display: inline-block;
      margin-right: 25px; }
    #date .place_txt small {
      display: inline-block;
      font-size: 20px;
      font-size: 1.6666666667rem; }
    #date .place_txt .ico_ggmap {
      font-size: 16px;
      font-size: 1.3333333333rem;
      margin-left: 20px; }
      #date .place_txt .ico_ggmap a {
        color: #000; }
        #date .place_txt .ico_ggmap a i {
          font-size: 30px;
          font-size: 2.5rem; }
  #date .attention {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 7px;
    font-size: 18px;
    font-size: 1.5rem; }

#ticket {
  font-family: 'Noto Sans JP', sans-serif;
  color: #141d3e; }
  #ticket .ticket_price .ticket_list {
    display: flex;
    margin: 0 0 0 -4%; }
    #ticket .ticket_price .ticket_list p {
      margin: 0 0 0 4%;
      width: 46%;
      margin-bottom: 25px;
      letter-spacing: 7px;
      line-height: 1.7;
      font-size: 28px;
      font-size: 2.3333333333rem;
      padding-bottom: 15px;
      padding-left: 10px;
      border-bottom: 1px solid #000; }
  #ticket .ticket_buy_list:first-child {
    margin-bottom: 0; }
  #ticket .ticket_buy_list:last-child .ticket_kikan {
    padding-bottom: 0;
    margin-bottom: 0; }
  #ticket .ticket_buy_list .ticket_buy {
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 7px;
    line-height: 1.7;
    font-size: 28px;
    font-size: 2.3333333333rem;
    padding-bottom: 15px;
    border-bottom: 1px solid #000; }
    #ticket .ticket_buy_list .ticket_buy small {
      display: inline-block;
      font-size: 20px;
      font-size: 1.6666666667rem; }
  #ticket .ticket_buy_list .ticket_kikan {
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 7px;
    line-height: 1.7;
    font-size: 28px;
    font-size: 2.3333333333rem;
    padding-bottom: 15px; }
    #ticket .ticket_buy_list .ticket_kikan small {
      display: inline-block;
      font-size: 20px;
      font-size: 1.6666666667rem; }
  #ticket .ticket_buy_list .playguide {
    text-align: center;
    font-size: 24px;
    font-size: 2rem;
    letter-spacing: 5px;
    margin: 50px auto 0;
    font-weight: bold; }
  #ticket .ticket_buy_list .playguide_code {
    letter-spacing: 5px;
    text-align: center;
    font-size: 20px;
    font-size: 1.6666666667rem; }
  #ticket .btn_ticket {
    margin-top: 10px;
    margin-bottom: 20px; }
    #ticket .btn_ticket a {
      display: block;
      border-radius: 10px;
      text-align: center;
      padding: 10px 20px;
      background: #d31917;
      color: #fff;
      font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
      font-weight: bold;
      font-size: 26px;
      font-size: 2.1666666667rem;
      letter-spacing: 7px; }
  #ticket .attention {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 7px;
    margin: 50px auto 0;
    font-size: 18px;
    font-size: 1.5rem; }
  #ticket .bottom_attention {
    margin-top: 25px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 7px;
    font-size: 14px;
    font-size: 1.1666666667rem; }

/*---------------- introduction ---------------*/
/*---------------- ticket ---------------*/
#credit {
  margin: 100px auto -50px; }
  #credit p {
    text-align: center;
    font-size: 20px;
    font-size: 1.6666666667rem;
    line-height: 2;
    color: #fff; }

/* ============================================
 4.footerArea
============================================ */
#footerArea {
  position: relative;
  border-top: 1px solid #000; }
  #footerArea .credit dl {
    margin-top: 45px;
    color: #04477b;
    font-weight: 700;
    letter-spacing: 5px; }
    #footerArea .credit dl dt {
      font-size: 20px;
      font-size: 1.6666666667rem;
      margin-bottom: 15px;
      text-align: center;
      font-weight: bold; }
    #footerArea .credit dl dd {
      font-size: 16px;
      font-size: 1.3333333333rem;
      text-align: center;
      font-weight: bold; }
  #footerArea .copyrights {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-weight: bold;
    margin-top: 60px;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 1;
    letter-spacing: 5px;
    color: #000; }

.no_pc {
  display: none; }

.no_sp {
  display: inline; }

.fadein, .fadein_sc {
  will-change: transform;
  transition: all 0.45s ease-out;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  opacity: 0; }

.fadein.scrolling {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.fadein_sc.scrolling {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.delay2 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms; }

.delay3 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms; }

.delay4 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms; }

.delay5 {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms; }

.delay6 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms; }

.delay7 {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms; }

.delay8 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms; }

#caution_popup {
  height: 100vh;
  padding: 50px; }
  #caution_popup .popup_inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 720px;
    background: #fff;
    padding: 70px 50px;
    overflow-y: scroll; }
  #caution_popup h2 {
    font-size: 24px;
    font-size: 2rem;
    color: #e60012;
    font-weight: bold;
    margin-bottom: 30px; }
  #caution_popup p {
    margin: 20px 0;
    font-size: 16px;
    font-size: 1.3333333333rem; }

@media screen and (max-width: 900px) {
  .no_pc {
    display: inline; }

  .no_sp {
    display: none; }

  /* ============================================
   2.headerArea
  ============================================ */
  .ticket_btn {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000; }
    .ticket_btn img {
      max-width: 100px; }

  #headerArea {
    position: relative;
    z-index: 100;
    padding-bottom: 30px;
    border-bottom: 1px solid #000; }
    #headerArea .logo {
      padding-top: 23px;
      text-align: center; }
      #headerArea .logo img {
        width: 40%;
        max-width: 100%; }
    #headerArea .tit {
      margin: 25px auto 5px;
      text-align: center; }
      #headerArea .tit img {
        width: 80%;
        max-width: 100%; }

  .sns {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-size: 2rem; }
    .sns div {
      margin: 0 10px; }
      .sns div a {
        color: #b3b3b3; }

  /* ============================================
  3.contentsArea
  ============================================ */
  #contentArea {
    z-index: 10;
    position: relative;
    top: 0;
    width: 100%; }

  .contentAreaInner {
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1; }

  /*---------------- content base ---------------*/
  .box_content {
    width: 100%;
    margin: 10px auto;
    background: rgba(255, 255, 255, 0.4);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-bottom: 30px; }
    .box_content h2 {
      letter-spacing: 5px;
      color: #04477b;
      margin: 40px auto 20px;
      font-family: 'Noto Serif JP', serif;
      font-size: 24px;
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      width: 100%; }
    .box_content .wrapper {
      width: 90%;
      margin: 0 auto;
      padding: 10px 0 10px; }

  .border_box {
    border: solid 1px #000;
    padding: 10px; }
    .border_box .inner {
      border: solid 1px #000;
      padding: 20px; }

  /*---------------- artist ---------------*/
  #artist .read {
    margin: 15px auto;
    color: #141d3e;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 2.3; }
  #artist .information_banner {
    text-align: center;
    margin: 30px auto; }
    #artist .information_banner a {
      display: block;
      width: 100%;
      background: #e60012;
      padding: 5px 20px;
      font-weight: bold;
      color: #fff;
      font-size: 16px;
      font-size: 1.3333333333rem; }
  #artist .artist_main {
    text-align: center;
    margin-bottom: 30px; }
    #artist .artist_main .artist_img {
      text-align: center;
      display: inline-block;
      width: 70%; }
    #artist .artist_main .artist_name {
      color: #141d3e;
      letter-spacing: 1.2px;
      font-size: 15px;
      font-size: 1.25rem;
      font-weight: 700;
      margin-top: 5px;
      text-align: center; }
      #artist .artist_main .artist_name.special_name {
        font-size: 18px;
        font-size: 1.5rem; }
  #artist .artist_list .artist_sub {
    margin: 0 auto;
    max-width: 710px; }
    #artist .artist_list .artist_sub ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin: -30px 0 0 -5%; }
      #artist .artist_list .artist_sub ul li {
        width: 45%;
        margin: 30px 0 0 5%; }
        #artist .artist_list .artist_sub ul li .artist_img {
          text-align: center; }
        #artist .artist_list .artist_sub ul li .artist_name {
          color: #141d3e;
          letter-spacing: 1.2px;
          font-size: 15px;
          font-size: 1.25rem;
          font-weight: 700;
          margin-top: 5px;
          text-align: center; }
          #artist .artist_list .artist_sub ul li .artist_name.special_name {
            font-size: 20px;
            font-size: 1.6666666667rem; }
  #artist .navigator-produce {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0; }
    #artist .navigator-produce .artist_main {
      text-align: center;
      margin-bottom: 0; }
      #artist .navigator-produce .artist_main .artist_img {
        text-align: center;
        display: inline-block;
        width: 50%; }
      #artist .navigator-produce .artist_main .artist_name {
        color: #141d3e;
        letter-spacing: 1.2px;
        font-size: 15px;
        font-size: 1.25rem;
        font-weight: 700;
        margin-top: 5px;
        text-align: center; }
    #artist .navigator-produce .border_box {
      width: 100%;
      margin: 0 0 0 0; }
      #artist .navigator-produce .border_box .inner {
        padding: 20px; }
      #artist .navigator-produce .border_box:last-child {
        margin-top: 20px; }
    #artist .navigator-produce h3 {
      text-align: center;
      color: #04477b;
      font-size: 18px;
      font-size: 1.5rem;
      letter-spacing: 1.5px;
      font-weight: 700;
      margin-bottom: 20px; }

  /*---------------- date ---------------*/
  #date {
    position: relative;
    overflow: hidden;
    z-index: 9;
    color: #141d3e; }
    #date .date_txt {
      margin-bottom: 25px;
      letter-spacing: 3px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 22px;
      font-size: 1.8333333333rem;
      font-weight: 300;
      padding-bottom: 15px;
      border-bottom: 1px solid #000; }
      #date .date_txt span {
        display: inline-block;
        margin-right: 25px; }
      #date .date_txt small {
        display: inline-block;
        font-size: 14px;
        font-size: 1.1666666667rem; }
    #date .place_txt {
      margin-bottom: 25px;
      letter-spacing: 3px;
      line-height: 1.7;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 22px;
      font-size: 1.8333333333rem;
      padding-bottom: 15px;
      border-bottom: 1px solid #000; }
      #date .place_txt span {
        display: inline-block;
        margin-right: 0; }
      #date .place_txt small {
        display: inline-block;
        font-size: 14px;
        font-size: 1.1666666667rem; }
      #date .place_txt .ico_ggmap {
        font-size: 14px;
        font-size: 1.1666666667rem;
        margin-left: 0; }
        #date .place_txt .ico_ggmap a {
          color: #000; }
          #date .place_txt .ico_ggmap a i {
            font-size: 30px;
            font-size: 2.5rem; }
    #date .attention {
      text-align: left;
      letter-spacing: 1px;
      font-size: 13px;
      font-size: 1.0833333333rem; }

  /*---------------- ticket ---------------*/
  #ticket {
    font-family: 'Noto Sans JP', sans-serif;
    color: #141d3e; }
    #ticket .ticket_price .ticket_list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 -20px 0; }
      #ticket .ticket_price .ticket_list p {
        margin: 0 0 0 0;
        width: 100%;
        margin-bottom: 20px;
        letter-spacing: 3px;
        line-height: 1.7;
        font-size: 22px;
        font-size: 1.8333333333rem;
        padding-bottom: 15px;
        padding-left: 10px;
        border-bottom: 1px solid #000; }
    #ticket .ticket_buy_list:first-child {
      margin-bottom: 15px; }
    #ticket .ticket_buy_list:last-child .ticket_kikan {
      padding-bottom: 0;
      margin-bottom: 0; }
    #ticket .ticket_buy_list .ticket_buy {
      text-align: center;
      margin-bottom: 15px;
      letter-spacing: 3px;
      line-height: 1.7;
      font-size: 22px;
      font-size: 1.8333333333rem;
      padding-bottom: 15px;
      border-bottom: 1px solid #000; }
      #ticket .ticket_buy_list .ticket_buy small {
        display: inline-block;
        font-size: 16px;
        font-size: 1.3333333333rem; }
    #ticket .ticket_buy_list .ticket_kikan {
      text-align: center;
      margin-bottom: 5px;
      letter-spacing: 2px;
      line-height: 1.7;
      font-size: 21px;
      font-size: 1.75rem;
      padding-bottom: 15px; }
      #ticket .ticket_buy_list .ticket_kikan small {
        display: inline-block;
        font-size: 16px;
        font-size: 1.3333333333rem; }
    #ticket .ticket_buy_list .playguide {
      text-align: center;
      font-size: 20px;
      font-size: 1.6666666667rem;
      letter-spacing: 5px;
      margin: 30px auto 0;
      font-weight: bold; }
    #ticket .ticket_buy_list .playguide_code {
      letter-spacing: 5px;
      text-align: center;
      font-size: 16px;
      font-size: 1.3333333333rem; }
    #ticket .btn_ticket {
      margin-bottom: 20px; }
      #ticket .btn_ticket a {
        display: block;
        border-radius: 10px;
        text-align: center;
        padding: 10px 20px;
        background: #d31917;
        color: #fff;
        font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.5rem;
        letter-spacing: 2px; }
    #ticket .attention {
      text-align: center;
      letter-spacing: 1px;
      margin: 30px auto 0;
      font-size: 13px;
      font-size: 1.0833333333rem; }
    #ticket .bottom_attention {
      margin-top: 15px;
      text-align: center;
      letter-spacing: 1px;
      font-size: 11px;
      font-size: 0.9166666667rem; }

  /* ============================================
   4.footerArea
  ============================================ */
  #footerArea {
    position: relative;
    border-top: 1px solid #000; }
    #footerArea .credit {
      width: 90%;
      margin: 0 auto; }
      #footerArea .credit dl {
        margin-top: 45px;
        color: #04477b;
        font-weight: 700;
        letter-spacing: 0.5px; }
        #footerArea .credit dl dt {
          font-size: 16px;
          font-size: 1.3333333333rem;
          margin-bottom: 10px;
          text-align: center;
          font-weight: bold; }
        #footerArea .credit dl dd {
          font-size: 12px;
          font-size: 1rem;
          text-align: center;
          font-weight: bold; }
    #footerArea .copyrights {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 300;
      font-weight: bold;
      margin-top: 60px;
      padding-bottom: 50px;
      width: 100%;
      text-align: center;
      font-size: 10px;
      font-size: 0.8333333333rem;
      line-height: 1;
      letter-spacing: 5px;
      color: #000; }

  #caution_popup {
    height: 100vh;
    padding: 30px; }
    #caution_popup .popup_inner {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      max-width: 720px;
      background: #fff;
      padding: 30px 20px;
      overflow-y: scroll; }
    #caution_popup h2 {
      font-size: 18px;
      font-size: 1.5rem;
      color: #e60012;
      font-weight: bold;
      margin-bottom: 20px; }
    #caution_popup p {
      margin: 20px 0;
      font-size: 14px;
      font-size: 1.1666666667rem; }
      #caution_popup p a {
        text-decoration: underline;
        color: #e60012; } }

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