/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
body, html {
  height: 100%; }

body#top {
  background: #000; }
  body#top #show-movie {
    display: none; }
  body#top section.contents {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 10px;
    font-family: 'Oswald', sans-serif; }
    body#top section.contents h2 {
      -webkit-font-smoothing: antialiased;
      font-size: 55px;
      font-size: 5.5rem;
      letter-spacing: 1px;
      text-align: center;
      text-transform: none;
      font-family: 'canto', sans-serif;
      font-style: normal;
      font-weight: 400;
      line-height: .7em;
      letter-spacing: .72px;
      text-transform: uppercase;
      margin: 20px 0 20px 0; }

.furikae {
    display: block;
    width: auto;
    text-align: center;
    color: #fff;
    background-color: #3BFF00;
    border-radius: 3px;
    padding: 5px;
    margin: 0 30px;
    font-size: 18px;
    font-size: 3rem;
}
.enkiicon {
    /* display: block; */
    display: inline-block;
    vertical-align: middle;
    width: auto;
    text-align: center;
    color: #fff;
    background-color: #DABC00;
    border-radius: 3px;
    padding: 5px;
    margin: 10px;
    font-size: 18px;
    font-size: 3rem;
}

  body#top section.contents#english {
    font-family: 'Oswald', sans-serif; }
  body#top #main-contents {
    width: 1000px;
    margin: 0 auto;
    position: relative; 0}
    body#top #main-contents section.contents#news {
      width: 900px;
      /*margin: 0;*/ }
    body#top #main-contents section.contents#tickets {
      width: 1000px;
      margin: 0; }
    body#top #main-contents #side-bar {
      position: absolute;
      right: 0;
      top: 0;
      width: 0; }
      body#top #main-contents #side-bar .frame-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        margin-bottom: 50px; }
      body#top #main-contents #side-bar .frame-wrapper iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      body#top #main-contents #side-bar .tw-scr {
        height: 500px;
        overflow: scroll; }
  body#top #news .news-box {
    padding-bottom: 30px;
    /*margin-bottom: 30px;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    body#top #news .news-box hr {
      background-color: #696969; }
    body#top #news .news-box .day {
      width: 15%; }
    body#top #news .news-box .text {
          width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
      body#top #news .news-box .text h4 {
        font-size: 25px;
    font-size: 2.5rem;
    margin: 0 0 10px 0;
}
body#top #news .news-box .texttop h4 {
        font-size: 25px;
    font-size: 2.5rem;
    margin: 0 0 10px 0;
}

body#top #news .news-box .text h4:after {
    float: right;
    top: 12px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 160%;
    line-height: 100%;
    text-align: center;
    content: "\f105";
}
body#top .tickets .ticket-wrap .ticket-ttl .cityenki {
    margin-right: 20px;
    position: relative;
    z-index: 100;
    -webkit-text-fill-color: #a6a6a6;
}
  body#top #news .news-flex-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    body#top #news .news-flex-box img {
      padding: 0 10px;
      width: 50%;
      height: 50%; }
    body#top #news .news-flex-box .frame-box {
      padding: 0 10px;
      width: 50%;
      height: auto; }
  body#top #news .news-jk {
    width: 70%;
    text-align: center;
    display: block;
    margin: 0 auto 30px auto; }
  body#top #news .news-box:last-child {
    margin-bottom: 0; }
  body#top #news .frame-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px; }
  body#top #news .frame-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  body#top .tickets .ticket-wrap {
    margin-bottom: 70px; }
body#top .tickets span.soldout {
    display: block;
    width: 60%;
    text-align: center;
    color: #fff;
    background-color: #dc0000;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
}
body#top .tickets span.new {
    display: block;
    width: 65%;
    text-align: center;
    color: #fff;
    background-color: #F100AC;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
}
body#top .tickets span.enki {
    display: block;
    width: 65%;
    text-align: center;
    color: #fff;
    background-color: #DA0000;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
}
body#top .tickets span.newtic {
    display: inline-block;
    /* width: 50%; */
    text-align: center;
    /* float: left; */
    color: #fff;
    background-color: #F100AC;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}
body#top .tickets span.sold {
    display: inline-block;
    /* width: 50%; */
    text-align: center;
    /* float: left; */
    color: #fff;
    background-color: #F00000;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}
    body#top .tickets .ticket-wrap .ticket-ttl {
      position: relative;
      z-index: 10;
      text-align: center;
      font-weight: 700;
      font-size: 35px;
      font-size: 3.5rem;
      color: #FFFFF;
     }
      body#top .tickets .ticket-wrap .ticket-ttl .ticket-f-b {
        font-weight: 900;
        font-size: 55px;
        font-size: 5.5rem; }
      body#top .tickets .ticket-wrap .ticket-ttl .city {
        margin-right: 20px;
        position: relative;
        z-index: 100;
        -webkit-text-fill-color: #a6a6a6; }
      body#top .tickets .ticket-wrap .ticket-ttl .city:after {
        content: " ";
        width: 110%;
        height: 15px;
        position: absolute;
        bottom: 5px;
        left: -5px;
        z-index: -10; }
 body#top .tickets .ticket-wrap .map {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
          justify-content: center;
	 border-radius: 3px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
	 
      font-family: 'Oswald', sans-serif; }

body#top .tickets .ticket-wrap .map a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
	 width: 200px;
          justify-content: center;
	 border-radius: 3px;
	text-decoration: none;
    padding: 10px;
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 20px;
      font-weight: 700;
	 background: #5A5A5A;
      font-family: 'Oswald', sans-serif; }
    body#top .tickets .ticket-wrap .time {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      font-size: 20px;
      font-size: 2rem;
      margin: 20px 0;
      font-weight: 700;
      font-family: 'Oswald', sans-serif; }
body#top .tickets .ticket-wrap .kaijo {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      font-size: 1.5rem;
      margin: 20px 0;
      font-weight: 700;
      font-family: 'Oswald', sans-serif; }
      body#top .tickets .ticket-wrap .time .map a,
      body#top .tickets .ticket-wrap .time .map a:link,
      body#top .tickets .ticket-wrap .time .map a:visited,
      body#top .tickets .ticket-wrap .time .map a:active {
        border: 1px solid #1c1d17;
        background: #e8e8e8;
        margin: 0 0 0 30px;
        border-radius: 3px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        padding: 5px 10px;
        text-decoration: none;
        color: #000;
        font-size: 15px;
        font-size: 1.5rem; }
        body#top .tickets .ticket-wrap .time .map a .fas,
        body#top .tickets .ticket-wrap .time .map a:link .fas,
        body#top .tickets .ticket-wrap .time .map a:visited .fas,
        body#top .tickets .ticket-wrap .time .map a:active .fas {
          padding-right: 5px;}
body#top .tickets .ticket-wrap i .fas {font-size: 1rem;}
      body#top .tickets .ticket-wrap .time .map:hover a,
      body#top .tickets .ticket-wrap .time .map:hover a:link,
      body#top .tickets .ticket-wrap .time .map:hover a:visited,
      body#top .tickets .ticket-wrap .time .map:hover a:active {
        border: 1px solid #1c1d17;
        background: #333;
        padding: 5px 10px;
        text-decoration: none;
        color: #1c1d17; }
    body#top .tickets .ticket-wrap .acts {
      font-size: 30px;
      font-size: 3rem;
      margin-top: 5px;
      border: 3px solid #1c1d17;
      background: #e8e8e8;
      text-align: center;
      color: #020202;
      padding: 10px 5px;
      margin-right: 10px;
      line-height: .7em;
      font-family: 'Oswald', sans-serif;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase;
      font-weight: 400;
      padding-right: 5px; }
    body#top .tickets .ticket-wrap .ticket-price-wrap {
      border: 3px solid #1c1d17;
      color: #020202;
      padding: 20px 10px;
      text-align: center;
      margin-top: 30px; }
      body#top .tickets .ticket-wrap .ticket-price-wrap .ticket-price {
        word-break: break-all;
        font-size: 35px;
        font-size: 3.5rem;
        font-weight: 800;
        border-bottom: 2px solid #000000;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        body#top .tickets .ticket-wrap .ticket-price-wrap .ticket-price .price-f-s {
          font-size: 18px;
          font-size: 1.8rem; }
      body#top .tickets .ticket-wrap .ticket-price-wrap .ticket-price.tickt-alert-top {
        border-bottom: 2px dotted #000000; }
      body#top .tickets .ticket-wrap .ticket-price-wrap .ticket-price.tickt-alert {
        text-align: center;
        display: block;
        margin: 0;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem; }
      body#top .tickets .ticket-wrap .ticket-price-wrap .ticket-price:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      body#top .tickets .ticket-wrap .ticket-price-wrap .ticket-coution {
        font-size: 13px;
        font-size: 1.3rem;
        text-align: left; }
    body#top .tickets .ticket-wrap .gold-ticket {
      color: #020202;
      padding: 0 0 20px 0;
      text-align: center;
      margin-top: 30px; }
      body#top .tickets .ticket-wrap .gold-ticket h3 {
        font-size: 30px;
        font-size: 3rem;
        font-weight: 700;
        padding: 10px 0;
        background-image: -moz-linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
        background-image: -webkit-linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
        background-image: -o-linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
        background-image: -ms-linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
        background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03); }
      body#top .tickets .ticket-wrap .gold-ticket span.spcial {
        background-image: -moz-linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
        background-image: -webkit-linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
        background-image: -o-linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
        background-image: -ms-linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
        background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
        border-radius: 5px;
        padding: 5px 20px;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        margin-right: 5px; }
      body#top .tickets .ticket-wrap .gold-ticket span.spcial:last-child {
        margin-right: 0; }
      body#top .tickets .ticket-wrap .gold-ticket p {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 20px 20px 0 20px;
        text-align: left; }
    body#top .tickets .ticket-wrap .pre-bnr {
      text-align: center;
      margin: 10px 0 10px 0; }
    body#top .tickets .ticket-wrap .official-banner {
      margin-bottom: 30px; }
      body#top .tickets .ticket-wrap .official-banner ul {
        padding: 0;
        margin: 20px 0 0 0;
        list-style: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center; }
        body#top .tickets .ticket-wrap .official-banner ul li {
          margin-right: 10px; }
          body#top .tickets .ticket-wrap .official-banner ul li img {
            width: 240px;
            height: auto; }
          body#top .tickets .ticket-wrap .official-banner ul li span {
            font-size: 10px; }
          body#top .tickets .ticket-wrap .official-banner ul li a {
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
            opacity: 1;
            filter: alpha(opacity=100); }
          body#top .tickets .ticket-wrap .official-banner ul li a:hover {
            opacity: 0.6;
            filter: alpha(opacity=60); }
        body#top .tickets .ticket-wrap .official-banner ul li:last-child {
          margin-right: 0; }
      body#top .tickets .ticket-wrap .official-banner p {
        color: #1c1d17; }
    body#top .tickets .ticket-wrap .official-banner-wrap .official-banner {
      display: none; }
    body#top .tickets .ticket-wrap .plygid-ttl {
      text-align: center;
      font-size: 25px;
      font-size: 2.5rem; }
    body#top .tickets .ticket-wrap .plygid-wrap {
      margin: 30px 0; }
      body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx {
        padding: 20px 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #777; }
        body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx h5 {
          margin: 0;
          font-size: 18px;
          font-size: 1.8rem; }
          body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx h5 span {
            display: block;
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: normal; }
        body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx a {
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          background-color: #e41e25;
          border-radius: 5px;
          color: #fff;
          text-decoration: none;
          line-height: 4rem;
          padding: 0 2rem;
          width: auto;
          text-align: center;
          border: 3px solid #e41e25; }
body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx-fn {
        padding: 20px 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #777; }
body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx-fn h5 {
          margin: 0;
          font-size: 18px;
          font-size: 1.8rem; 
color: grey;}
          body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx-fn h5 span {
            display: block;
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: normal;
color: grey;}
        body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx-fn a {
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          background-color: #585858;
          border-radius: 5px;
          color: #fff;
          text-decoration: none;
          line-height: 4rem;
          padding: 0 2rem;
          width: auto;
          text-align: center;
          border: 3px solid #585858; }
        body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx-fn a:hover {
          border: 3px solid #585858;
          color: #333;
          background-color: #fff; }body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx a:hover {
          border: 3px solid #e41e25;
          color: #333;
          background-color: #fff; }
      body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx:last-child {
        border-bottom: 1px solid #777; }
    body#top .tickets .ticket-wrap .sell-btn {
      cursor: pointer;
      border: 1px solid #1c1d17;
      background: #e8e8e8;
      margin: 0 0 0 30px;
      border-radius: 3px;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      padding: 5px 10px;
      text-decoration: none;
      color: #000;
      font-weight: 900;
      font-size: 15px;
      font-size: 1.5rem;
      width: 300px;
      text-align: center;
      margin: 0 auto;
      padding: 10px 0; }
      body#top .tickets .ticket-wrap .sell-btn .fas {
        padding-right: 10px;
        font-size: 18px;
        font-size: 1.8rem; }
    body#top .tickets .ticket-wrap .ticket-sale {
      text-align: center;
      font-size: 23px;
      font-size: 2.3rem;
      margin: 30px 0; }
    body#top .tickets .ticket-wrap .coution {
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
      border: 1px solid #fff;
      color: #fff;
      padding: 20px 10px;
      text-align: center;
		font-size: 1.2rem;
      margin-top: 30px; }
    body#top .tickets .ticket-wrap .sponsor {
      justify-content: center;
      margin-top: 30px;
      text-align: center; }
      body#top .tickets .ticket-wrap .sponsor .sponsor-menber {
        display: inline;
        text-align: center;
        color: #fff;
        padding: 10px 5px;
        margin-right: 10px;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 700; }
        body#top .tickets .ticket-wrap .sponsor .sponsor-menber a,
        body#top .tickets .ticket-wrap .sponsor .sponsor-menber a:link,
        body#top .tickets .ticket-wrap .sponsor .sponsor-menber a:visited,
        body#top .tickets .ticket-wrap .sponsor .sponsor-menber a:active {
          color: #fff; }
        body#top .tickets .ticket-wrap .sponsor .sponsor-menber a:hover {
          color: #ff75a6; }
      body#top .tickets .ticket-wrap .sponsor .sponsor-menber:last-child {
        margin-right: 0; }
    body#top .tickets .ticket-wrap .informaition {
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      border-radius: 3px;
      color: #fff;
      padding: 5px 10px;
      text-align: center;
      margin-top: 5px; }
    body#top .tickets .ticket-wrap .one-btn {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.134rem;
      padding: 20px 0 10px 0; }
      body#top .tickets .ticket-wrap .one-btn a,
      body#top .tickets .ticket-wrap .one-btn a:link,
      body#top .tickets .ticket-wrap .one-btn a:visited,
      body#top .tickets .ticket-wrap .one-btn a:active {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        background-color: #1c1d17;
        border-radius: 5px;
        color: #fff;
        text-decoration: none;
        line-height: 4rem;
        font-weight: 500;
        padding: 10px 8rem;
        text-align: center;
        border: 1px solid #848484; }
      body#top .tickets .ticket-wrap .one-btn a:hover {
        background-color: #1b1c17;
        color: #1c1d17; }
  body#top .tickets .sponsor-all {
    border-top: 1px solid #333;
    text-align: center;
    color: #1c1d17;
    padding: 15px 5px 10px 5px;
    margin-right: 0;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700; }
    body#top .tickets .sponsor-all a,
    body#top .tickets .sponsor-all a:link,
    body#top .tickets .sponsor-all a:visited,
    body#top .tickets .sponsor-all a:active {
      color: #1c1d17; }
    body#top .tickets .sponsor-all a:hover {
      color: #ff75a6; }
  body#top .tickets .ticket-wrap-2cul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row {
      width: 50%;
      text-align: center;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd7cd7+0,7a84e2+50,d6d6d6+100 */
      background: #73cbff;
      /* Old browsers */
      background: linear-gradient(to right,#3d3d3d,#c4c4c4);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(to right,#3d3d3d,#c4c4c4);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,#3d3d3d,#c4c4c4);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73cbff', endColorstr='#fbff00',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      padding: 0 3px 3px 3px;
      margin: 0 5px; }
      body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row .ticket-wrap-2cul-ttl {
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 600;
        padding: 10px;
        color: #fff;
        text-shadow: 2px 2px 2px #545454; }
body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row .ticket-wrap-2cul-ttl span {
        font-size: 0.8rem;
        font-weight: 600;
        color: #fff;
	padding-left: 5px;
        text-shadow: 2px 2px 2px #545454; }
      body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row .ticket-wrap-2cul-price {
        background: #fff;
        padding: 5px;
        font-size: 35px;
        font-size: 3.5rem; }
body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row .ticket-wrap-2cul-price2 {
display: block;
    line-height: 1.3;
    font-size: 1rem;
	color: #000;
}
        body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row .ticket-wrap-2cul-price span {
          font-size: 20px;
          font-size: 1.0rem; }
body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row2 {
      width: 100%;
      text-align: center;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd7cd7+0,7a84e2+50,d6d6d6+100 */
      background: #73cbff;
      /* Old browsers */
      background: linear-gradient(to right,#363636,#999999);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(to right,#363636,#999999);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,#363636,#999999);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73cbff', endColorstr='#fbff00',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      padding: 0 3px 3px 3px;
      margin: 0 5px; }
      body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row2 .ticket-wrap-2cul-ttl {
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 600;
        padding: 10px;
        color: #fff;
        text-shadow: 2px 2px 2px #545454; }
body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row.nomal span.newtic {
    display: inline-block;
    /* width: 50%; */
    text-align: center;
    /* float: left; */
    color: #fff;
    background-color: #F100AC;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
	
}
body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row.nomal span.sold {
    display: inline-block;
    /* width: 50%; */
    text-align: center;
    /* float: left; */
    color: #fff;
    background-color: #F10000;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}

      body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row2 .ticket-wrap-2cul-price {
        background: #fff;
        padding: 10px;
        font-size: 35px;
        font-size: 3.5rem; }
        body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row2 .ticket-wrap-2cul-price span {
          font-size: 20px;
          font-size: 1.0rem; }
    body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row.nomal {
      background: #f1f438;
      /* Old browsers */
      background: -moz-linear-gradient(to right,#363636,#999999);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(to right,#363636,#999999);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,#363636,#999999);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f438', endColorstr='#eaeaea',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
  body#top .tickets .ticket-wrap:last-child {
    margin-bottom: 0; }
  body#top .tickets#english .ticket-wrap .gold-ticket .spcial-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 20px; }
  body#top #bio .prof-wrap .prof-img img, body#top #video .prof-wrap .prof-img img {
    width: 50%;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px; }
  body#top #bio .disc-wrap, body#top #video .disc-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 700px;
	  text-align: center;
    margin: 15px auto 15px auto; }
    body#top #bio .disc-wrap .disc-box, body#top #video .disc-wrap .disc-box {
      padding: 0 10px; }
      body#top #bio .disc-wrap .disc-box img, body#top #video .disc-wrap .disc-box img {
        margin-bottom: 5px; }
      body#top #bio .disc-wrap .disc-box h3, body#top #video .disc-wrap .disc-box h3 {
        font-size: 13px;
        font-size: 1.3rem;
        margin: 0; }
      body#top #bio .disc-wrap .disc-box p, body#top #video .disc-wrap .disc-box p {
        font-size: 10px;
        font-size: 1.0rem;
        margin: 5px 0 0 0; }
  body#top #bio .frame-wrapper, body#top #video .frame-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px; }
  body#top #bio .frame-wrapper iframe, body#top #video .frame-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  body#top #mess #first-pop {
    display: none; }
  body#top #mess .frame-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px; }
  body#top #mess .frame-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  body#top #social .sns-wrap {
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around; }
    body#top #social .sns-wrap .sns-link {
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      body#top #social .sns-wrap .sns-link .fab, body#top #social .sns-wrap .sns-link .fas {
        font-size: 30px;
        font-size: 3rem;
        color: #1c1d17; }
      body#top #social .sns-wrap .sns-link .fab:hover, body#top #social .sns-wrap .sns-link .fas:hover {
        color: #ff75a6; }
    body#top #social .sns-wrap .sns-link:hover {
      margin-top: -10px; }
  body#top .menber {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    border-top: 1px solid #bdbdbd;
    padding: 10px 0 0 0; }
    body#top .menber .menber-wrap {
      width: 500px;
      margin: 0 auto; }
      body#top .menber .menber-wrap img {
        width: 240px;
        height: auto; }
      body#top .menber .menber-wrap a {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
      body#top .menber .menber-wrap a:first-child {
        margin-right: 10px; }
      body#top .menber .menber-wrap a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
  body#top #menber.one-banner,
  body#top #menber {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: fixed;
    z-index: 100;
    bottom: -200px;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    border-top: 1px solid #bdbdbd;
    padding: 10px 0; }
    body#top #menber.one-banner #menber-wrap,
    body#top #menber #menber-wrap {
      width: 525px;
      margin: 0 auto; }
      body#top #menber.one-banner #menber-wrap img,
      body#top #menber #menber-wrap img {
        width: 250px;
        height: auto; }
      body#top #menber.one-banner #menber-wrap a,
      body#top #menber #menber-wrap a {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
      body#top #menber.one-banner #menber-wrap a:first-child,
      body#top #menber #menber-wrap a:first-child {
        margin-right: 15px; }
      body#top #menber.one-banner #menber-wrap a:hover,
      body#top #menber #menber-wrap a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    body#top #menber.one-banner #menber-wrap.one-banner,
    body#top #menber #menber-wrap.one-banner {
      width: 550px;
      margin: 0 auto; }
      body#top #menber.one-banner #menber-wrap.one-banner img,
      body#top #menber #menber-wrap.one-banner img {
        width: 550px;
        height: auto; }
      body#top #menber.one-banner #menber-wrap.one-banner a,
      body#top #menber #menber-wrap.one-banner a {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
      body#top #menber.one-banner #menber-wrap.one-banner a:first-child,
      body#top #menber #menber-wrap.one-banner a:first-child {
        margin-right: 0; }
      body#top #menber.one-banner #menber-wrap.one-banner a:hover,
      body#top #menber #menber-wrap.one-banner a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
  body#top #menber.one-banner {
    padding: 5px 0 0px 0; }
    body#top #menber.one-banner #menber-wrap {
      width: 400px; }
      body#top #menber.one-banner #menber-wrap img {
        width: 500px; }
      body#top #menber.one-banner #menber-wrap a:first-child {
        margin-right: 0; }
  body#top #menber.active {
    bottom: 0; }

.fancybox-content {
    display: inline-block;
    width: 90%;
    position: relative;
    text-align: left;
    vertical-align: middle;
    background: black;
    color: white;
    margin: 0px 0px 6px;
    overflow: auto;
    padding: 100px;
}



/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1000px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/4);
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border: 1px solid grey;
    /* line-height: 100px; */
    font-size: 16px;
    text-align: center;
    color: #D5D5D5;
    /* display: block; */
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 1.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#design2:checked ~ #design_content2{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #ED007B;
  color: #fff;
}

/*タブ切り替え全体のスタイル*/
.tabs2 {
  margin-top: 50px;
  padding-bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1000px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item2 {
  width: calc(100%/5);
	width: 20%;
  height: 100px;
  border: 1px solid grey;
  
  font-size: 16px;
  text-align: center;
  color: #D5D5D5;
    display: flex;
    justify-content: center;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item2:hover {
  opacity: 1.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item2"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content2 {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all2:checked ~ #all2_content,
#programming2:checked ~ #programming2_content,
#design_2:checked ~ #design_2_content,
#design2_2:checked ~ #design_content2_2,
#design2_3:checked ~ #design_content2_3{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs2 input:checked + .tab_item2 {
  background-color: #ED007B;
  color: #fff;
}
.ap{
	color: grey;
	    padding: 15px 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
	
}
.notice_link2 {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto 3vw;
}

.notice_link2 a {
    display: block;
    background: linear-gradient(-135deg, #0003FE,#0093F2 );
    color: #fff;
    font-weight: bold;
    padding: 30px 0 30px 25px;
    font-size: 28px;
    line-height: 1em;
    text-decoration: none;
}
.notice_link2 a:after {
    content: "＞";
    float: right;
    font-family: "Oswald";
    padding-right: 25px;
    font-size: 20px;
}
.fancybox-slide--current #hidden-content-harai {
    transform: translateY(0);
    color: #FFF;
    background-color: #2C2C2C;
}

#hidden-content-harai {
    /*max-width: 550px;*/
    border-radius: 4px;
    transform: translateY(-50px);
    transition: all .33s;
}
@media screen and (max-width: 980px) {
  body#top #key {
    margin-top: 55px;
    height: auto;
    max-height: none;
    min-height: auto;
    background-image: none; }
	body#top #key2 {
    margin-top: 50px;
    height: auto;
    max-height: none;
    min-height: auto;
    background-image: none; }
    body#top #key img {
      display: block; }
  body#top section.contents {
    width: auto;
    padding: 30px 5px; }
    body#top section.contents h2 {
      font-size: 45px;
      font-size: 4.5rem; }
  body#top #main-contents {
    width: auto; }
    body#top #main-contents section.contents#news {
      width: auto; }
    body#top #main-contents section.contents#tickets {
      width: auto; }
    body#top #main-contents #side-bar {
      display: none; }
  body#top #news {
    padding: 30px 10px; }
    body#top #news .news-box {
      display: block;
      padding-bottom: 15px; }
      body#top #news .news-box .day {
        width: auto; }
      body#top #news .news-box .text {
        width: auto; }
    body#top #news .news-flex-box {
      display: block; }
      body#top #news .news-flex-box img {
        padding: 0;
        width: 100%;
        height: 100%; }
      body#top #news .news-flex-box .frame-box {
        padding: 0;
        width: 100%;
        height: auto; }
    body#top #news .news-jk {
      width: 100%;
      margin: 0 auto 20px auto; }
  body#top .tickets .ticket-wrap {
    margin-bottom: 70px; }
    body#top .tickets .ticket-wrap .ticket-ttl {
      line-height: 1.3;
      font-size: 30px;
      font-size: 2.8rem; }
      body#top .tickets .ticket-wrap .ticket-ttl .ticket-f-b {
        font-weight: 900;
        font-size: 40px;
        font-size: 4rem; }
	body#top .tickets .ticket-wrap .ticket-ttl .ticket-f-b .fas {
        font-size: 1rem; }
    body#top .tickets .ticket-wrap .time {
      font-size: 18px;
      font-size: 1.8rem;
      display: block;
      text-align: center; }
      body#top .tickets .ticket-wrap .time .map a,
      body#top .tickets .ticket-wrap .time .map a:link,
      body#top .tickets .ticket-wrap .time .map a:visited,
      body#top .tickets .ticket-wrap .time .map a:active {
        border: 1px solid #1c1d17;
        background: #e8e8e8;
        margin: 20px 15px 0 15px;
        display: block;
        border-radius: 3px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        padding: 25px 10px;
        text-decoration: none;
        color: #000;
        font-size: 23px;
        font-size: 2.3rem; }
        body#top .tickets .ticket-wrap .time .map a .fas,
        body#top .tickets .ticket-wrap .time .map a:link .fas,
        body#top .tickets .ticket-wrap .time .map a:visited .fas,
        body#top .tickets .ticket-wrap .time .map a:active .fas {
          padding-right: 15px; }
      body#top .tickets .ticket-wrap .time .map:hover a,
      body#top .tickets .ticket-wrap .time .map:hover a:link,
      body#top .tickets .ticket-wrap .time .map:hover a:visited,
      body#top .tickets .ticket-wrap .time .map:hover a:active {
        border: 1px solid #1c1d17;
        background: #e8e8e8;
        margin: 20px 15px 0 15px;
        padding: 25px 10px;
        text-decoration: none;
        color: #000; }
    body#top .tickets .ticket-wrap .acts {
      line-height: .9em; }
    body#top .tickets .ticket-wrap .ticket-price-wrap .ticket-price {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 1.3; }
      body#top .tickets .ticket-wrap .ticket-price-wrap .ticket-price .price-f-s {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.3;
        display: inline; }
    body#top .tickets .ticket-wrap .ticket-price-wrap .ticket-price.tickt-alert-top {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 2px dotted #000000; }
    body#top .tickets .ticket-wrap .ticket-price-wrap .ticket-price.tickt-alert {
      text-align: center;
      display: block;
      margin: 0;
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem; }
    body#top .tickets .ticket-wrap .ticket-price-wrap .ticket-price:last-child {
      padding-bottom: 0; }
    body#top .tickets .ticket-wrap .gold-ticket {
      background: #e8e8e8;
      color: #020202;
      padding: 0 0 20px 0;
      text-align: center;
      margin-top: 30px;
      padding-bottom: 15px; }
      body#top .tickets .ticket-wrap .gold-ticket h3 {
        margin-bottom: 15px; }
      body#top .tickets .ticket-wrap .gold-ticket .spcial-wrap {
        padding: 0 10px; }
      body#top .tickets .ticket-wrap .gold-ticket span.spcial {
        display: block;
        margin-top: 5px;
        margin-right: 0;
        font-weight: 900; }
    body#top .tickets .ticket-wrap .pre-bnr {
      text-align: center;
      margin: 5px 0 10px 0; }
    body#top .tickets .ticket-wrap .official-banner ul {
      padding: 0;
      margin: 0px 0 0 0;
      list-style: none;
      display: block;
      justify-content: center; }
      body#top .tickets .ticket-wrap .official-banner ul li {
        margin-right: 0;
        margin-top: 10px; }
        body#top .tickets .ticket-wrap .official-banner ul li img {
          width: 100%;
          height: auto; }
        body#top .tickets .ticket-wrap .official-banner ul li a:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
      body#top .tickets .ticket-wrap .official-banner ul li:last-child {
        margin-right: 0; }
    body#top .tickets .ticket-wrap .official-banner p {
      color: #1c1d17; }
    body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx h5 {
      margin: 0;
      font-size: 13px;
      font-size: 1.3rem; }
      body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx h5 span {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: normal; }
	body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx-fn h5 {
      margin: 0;
      font-size: 13px;
      font-size: 1.3rem; }
      body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx-fn h5 span {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: normal; }
    body#top .tickets .ticket-wrap .plygid-wrap .plygid-bx-fn a {
      font-size: 13px;
      font-size: 1.3rem; }
    body#top .tickets .ticket-wrap .sell-btn {
      cursor: pointer;
      border: 1px solid #1c1d17;
      background: #e8e8e8;
      margin: 0 0 0 30px;
      border-radius: 3px;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      padding: 5px 10px;
      text-decoration: none;
      color: #000;
      font-weight: 900;
      font-size: 15px;
      font-size: 1.5rem;
      width: 300px;
      text-align: center;
      margin: 0 auto;
      padding: 20px 0; }
      body#top .tickets .ticket-wrap .sell-btn .fas {
        padding-right: 10px;
        font-size: 18px;
        font-size: 1.8rem; }
    body#top .tickets .ticket-wrap .sponsor {
      display: block; }
      body#top .tickets .ticket-wrap .sponsor .sponsor-menber {
        margin: 5px 20px;
        padding: 5px 0; }
      body#top .tickets .ticket-wrap .sponsor .sponsor-menber:last-child {
        margin: 5px 20px; }
    body#top .tickets .ticket-wrap .informaition {
      margin-top: 10px; }
    body#top .tickets .ticket-wrap .one-btn a,
    body#top .tickets .ticket-wrap .one-btn a:link,
    body#top .tickets .ticket-wrap .one-btn a:visited,
    body#top .tickets .ticket-wrap .one-btn a:active {
      font-weight: 700;
      padding: 25px 6rem; }
  body#top .tickets .ticket-wrap-2cul {
    display: block; }
    body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row {
      width: auto;
      margin: 10px 0; }
	body#top .tickets .ticket-wrap-2cul .ticket-wrap-2cul-row2 {
      width: auto;
      margin: 10px 0; }
  body#top .tickets#english .ticket-wrap .gold-ticket .spcial-wrap {
    display: block; }
  body#top .tickets#english .ticket-wrap .gold-ticket span.spcial {
    margin-top: 10px;
    margin-right: 0; }
  body#top #bio h2, body#top #video h2 {
    font-size: 45px;
    font-size: 4.5rem; }
  body#top #bio .prof-wrap .prof-img img, body#top #video .prof-wrap .prof-img img {
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
    width: 100%;
    height: auto; }
  body#top #bio .disc-wrap, body#top #video .disc-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: auto;
	  text-align: center;
    margin: 15px auto 15px auto; }
    body#top #bio .disc-wrap .disc-box, body#top #video .disc-wrap .disc-box {
      padding: 0 10px; }
      body#top #bio .disc-wrap .disc-box img, body#top #video .disc-wrap .disc-box img {
        margin-bottom: 5px; }
      body#top #bio .disc-wrap .disc-box h3, body#top #video .disc-wrap .disc-box h3 {
        font-size: 11px;
        font-size: 1.1rem;
        margin: 0; }
      body#top #bio .disc-wrap .disc-box p, body#top #video .disc-wrap .disc-box p {
        font-size: 10px;
        font-size: 1.0rem;
        margin: 5px 0 0 0; }
  body#top #social .sns-wrap .sns-link .fab {
    font-size: 25px;
    font-size: 2.5rem; }
  body#top #social .sns-wrap .sns-link:hover {
    margin-top: 0; }
  body#top #menber #menber-wrap {
    width: auto;
    margin: 0 auto; }
    body#top #menber #menber-wrap img {
      width: 49%;
      height: auto; }
    body#top #menber #menber-wrap a {
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    body#top #menber #menber-wrap a:first-child {
      margin-right: 0; }
    body#top #menber #menber-wrap a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
  body#top .menber .menber-wrap {
    width: auto;
    margin: 0 auto; }
    body#top .menber .menber-wrap img {
      width: 49%;
      height: auto; }
    body#top .menber .menber-wrap a {
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    body#top .menber .menber-wrap a:first-child {
      margin-right: 0; }
    body#top .menber .menber-wrap a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); } 
 .notice_link2 a {
    padding: 10px 0 10px 10px;
    font-size: 1.6rem;
    line-height: 1.4em;
}

}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: auto;
  margin: 0 auto;}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
	width: 25%;
  font-size: 20px;
  text-align: center;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 0px 0;
  clear: both;
  overflow: hidden;
}

/*タブ切り替え全体のスタイル*/
.tabs2 {
  margin-top: 50px;
  padding-bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: auto;
  margin: 0 auto;}
/*タブのスタイル*/
.tab_item2 {
  width: calc(100%/5);
	width: 20%;
  font-size: 16px;
  text-align: center;
     display: flex;
    justify-content: center;
	align-items: center;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
/*タブ切り替えの中身のスタイル*/
.tab_content2 {
  display: none;
  padding: 10px 0px 0;
  clear: both;
  overflow: hidden;
}

/*もっとみる*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 60px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: -10px;
	left: 50%;
	width: 16rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content: "\f13a" "もっと見る";
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 80px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content: "\f139" "閉じる";
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

/*アコーディオン*/
.acd-check{
    display: none;
}
.acd-label{
    margin-top: 10px;
        background: linear-gradient(to right,#363636,#999999);
    background: -webkit-linear-gradient(to right,#363636,#999999);
    background: linear-gradient(to right,#363636,#999999);
    width: 100%;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 20px;
    position: relative;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
}
.acd-label:after{
  background: #ED007B;
	background: linear-gradient(to right,#363636,#999999);
    background: -webkit-linear-gradient(to right,#363636,#999999);
    background: linear-gradient(to right,#363636,#999999);
    box-sizing: border-box;
    content: "\f102";
    font-weight: 900;
    display: block;
    font-family: "Font Awesome 5 Free";
    padding: 20px 20px;
    position: absolute;
    right: 0;
	top: 0px;}

.acd-content{
    border: 2px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: "\f103";
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 5px;
    visibility: visible;
}
.button {
    text-align: right;
}


.more {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
   /* margin: 20px auto 0;*/
    padding: 5px 24px;
    border: none;
    border-radius: 100px;
    background: red;
    color: #fff;
    font-size: 130%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.fancybox-content-more {
    display: inline-block;
    width: 90%;
    position: relative;
    text-align: left;
    vertical-align: middle;
    background: black;
    color: white;
    margin: 0px 0px 6px;
    overflow: auto;
    padding: 50px 200px;
    font-family: 'Oswald', sans-serif;
}

.fancybox-content-more .text {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.fancybox-content-more .text h4 {
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0 0 10px 0;
}

.fancybox-content-more h2 {
    -webkit-font-smoothing: antialiased;
    font-size: 55px;
    font-size: 5.5rem;
    letter-spacing: 1px;
    text-align: center;
    text-transform: none;
    font-family: 'canto', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: .7em;
    letter-spacing: .72px;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
}

.fancybox-content-more .news-box .text h4:after {
    float: right;
    top: 12px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 160%;
    line-height: 100%;
    text-align: center;
    content: "\f105";
}

.post {
    border: 5px solid #c5c5c5;
    padding: 10px 30px;
    margin-bottom: 30px;
}

/*ボックス全体*/
.accbox {
    padding: 0;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    font-weight: bold;
    /*background: #fff2cc;*/
    border: solid;
    cursor :pointer;
    transition: all 0.5s;
    font-size: 2rem;
}

/*アイコンを表示*/
.accbox label:before {
   content: "\f102";
        font-family: "Font Awesome 5 Free";
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :pink;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    margin-top: 20px;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
       content: "\f103";
}

@media screen and (max-width: 980px) {
.acd-label {
    font-size: 2rem;
    font-weight: 700;
}

.tab_item {

    font-size: 12px;
}
	
	.tab_item2 {

    font-size: 1rem;
}
	
	.enkiicon {
    /* display: block; */
    display: inline-block;
    vertical-align: middle;
    width: auto;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
    margin: 10px;
    font-size: 18px;
    font-size: 1.5rem;
}


body#top .tickets .ticket-wrap .ticket-ttl .cityenki {
	vertical-align: middle;
    margin-right: 20px;
    position: relative;
    z-index: 100;
    -webkit-text-fill-color: #a6a6a6;
    font-size: 1.5rem;
}

	.fancybox-content-more {
    display: inline-block;
    width: 90%;
    position: relative;
    text-align: left;
    vertical-align: middle;
    background: black;
    color: white;
    margin: 0px 0px 6px;
    overflow: auto;
     padding: 10px;
    font-family: 'Oswald', sans-serif;
}

.fancybox-content {
    display: inline-block;
    width: 90%;
    position: relative;
    text-align: left;
    vertical-align: middle;
    background: black;
    color: white;
    margin: 0px 0px 6px;
    overflow: auto;
    padding: 10px; 
}
	
.fancybox-content-more .text h4 {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 10px 0;
}
body#top .tickets .ticket-wrap .coution {
      text-align: left;
}
}