@charset "UTF-8";
/* CSS Document */
/***********************************************
***  Common
***********************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: "";
  content: none;
}
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
}
button:hover {
  cursor: pointer;
}
button:focus, button:active {
  background: transparent;
  outline: none;
  box-shadow: none;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  min-height: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body {
  background-color: #fff;
  width: 100%;
  color: #000;
  font-family: Ryumin Regular KL, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "游ゴシック", YuGothic, 'メイリオ', Meiryo, sans-serif;
  line-height: 1;
  font-weight: 500;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}

br.sp {
  display: none;
}
br.pc {
  display: none;
}
#pageTop {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 100;
  -webkit-transition: bottom 1s, -webkit-transform 1s;
  transition: bottom 1s, transform 1s;
}
#pageTop a {
  display: block;
  z-index: 999;
  width: 60px;
  height: 60px;
}
.common-section {
  padding: 70px 0 0;
}
main{
  overflow-y: hidden;
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ib{
    display:inline-block;
}
.mb20{
    margin-bottom:20px;
}
.mb40{
    margin-bottom:40px;
}
.heading-default {
  width: 740px;
  display: block;
  margin: 0 auto 10px;
  padding: 50px 50px 40px;
  background: url(../img/common/haeding-default-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  position: relative;
}
.heading-default:before {
  position: absolute;
  content: "";
  width: 160px;
  height: 130px;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/event/about-heading-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.text-strong {
  color: #4d4d4d;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 2px;
}
.text-default {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.link-default {
  color: #000;
  text-decoration: none;
  position: relative;
}
.link-default.blue {
  color: #17467e;
}
.link-default.white {
  color: #fff;
}
.link-default:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ff5781;
  bottom: -4px;
  left: 0;
}
.link-default:link, .link-default:visited {
  color: #000;
}
.link-default.blue:link, .link-default.blue:visited {
  color: #17467e;
}
.link-default.white:link, .link-default.white:visited {
  color: #fff;
}
.link-default:hover {
  opacity: 0.7;
}
.btn-default {
  vertical-align: middle;
  margin: auto;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 40px;
  font-size: clamp(15px, 3vw, 16px);
  border-bottom: 4px solid #9D072E;
  background-color: #ff5781;
  color: #fff;
  position: relative;
  text-align: center;
cursor: pointer;
}
.btn-default.inline {
  display: inline-block;
}
.btn-default.strong {
  display: block;
  margin: auto;
  max-width: 500px;
  text-align: center;
  font-size: 24px;
  padding: 10px 20px;
}
.btn-default.blue {
  display: block;
  margin: auto;
  max-width: 500px;
  text-align: center;
  font-size: 18px;
  padding: 10px 20px;
    border-bottom: 4px solid #69079d;
    background-color: #b965e1;
}
.btn-default.blue.zemi a{
   width: 100%;
    height: 100%;
    display:block;
}
.btn-container{
    padding-bottom:20px;
}
.btn-default.blue:hover {
  margin-top: 3px;
  border-bottom: 1px solid #69079d;
  color: #fff;
}
.btn-default.blue .small{
    font-size: 0.7em;
    padding-top: 1px;
    vertical-align: top;
    display: inline-block;
}

.btn-default.strong:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  bottom: -20px;
  right: 0;
  background: url(../img/common/icon-click.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  pointer-events: none;
}
.btn-default:hover {
  margin-top: 3px;
  border-bottom: 1px solid #9D072E;
  color: #fff;
}
.btn-default.strong:hover {
  margin-top: 3px;
  border-bottom: 1px solid #9D072E;
  color: #fff;
}
.btn-default a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}
.btn-default-container {
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1200px) {
  .inner {
    width: 92%;
  }
}
@media only screen and (max-width: 800px) {
  .inner {
    width: 90%;
  }
  .text-strong {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
    .inner {
    width: 96%;
    overflow-y: hidden;
  }
  .common-section {
  padding: 20px 0 0;
}
  .heading-default {
    width: 100%;
    padding: 40px 20px 20px;
  }
  .text-strong {
    font-size: 14px;
  }
  .btn-default.blue {
    font-size: 16px;
  }
  .btn-default.strong {
    display: block;
    margin: auto;
    max-width: 100%;
    font-size: 4vw;
    padding: 10px 20px;
  }
  .btn-default.strong:after {
    width: 14%;
    height: 50px;
    bottom: -20px;
    right: -5%;
  }
}

.common-goods-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 20px;
  row-gap: 20px;
}
.common-goods-list {
  width: 49%;
  text-align: center;
      background-color: #fff;
    padding: 10px 30px;
    max-width: 800px;
    display: block;
    position: relative;
    z-index: 1;
    outline: 2px dashed #A7A297;
    outline-offset: -10px;
}
.common-goods-list.apr:after {
  position: absolute;
  content: "";
  background: url("../img/common/icon_goods_apr.png");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  right: -70px;
  top: -40px;
  z-index: 2;
}
.common-notice-lists{
  margin-left: 2em;
}
.common-notice-list {
  color: #000;
  text-shadow: none;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: left;
  position: relative;
}
.common-notice-list:before {
  position: absolute;
  content: "＊";
  color: #ff5781;
  left: -20px;
  top: 0;
}

.common-notice-lists.center .common-notice-list{
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .common-goods-lists{
    flex-direction: column;
    align-items: center;
  }
    .common-goods-list{
      width: 100%;
    }
}
/***********************************************
***  モーダル
***********************************************/
.entry-modal-open-inline,
.about-ticket1-modal-open-inline,
.about-ticket2-modal-open-inline,
.about-ticket3-modal-open-inline,
.about-ticket4-modal-open-inline,
.ticket-modal-open-inline,
.stage-ticket-modal-open-inline,
.plaza-modal-open-inline{
  display: inline-block;
  text-decoration: underline;
}
.entry-modal-open-requirement-inline,
.about-ticket1-modal-open-requirement-inline,
.about-ticket2-modal-open-requirement-inline,
.about-ticket3-modal-open-requirement-inline,
.about-ticket4-modal-open-requirement-inline,
.ticket-modal-open-requirement-inline,
.stage-ticket-modal-open-requirement-inline,
.plaza-modal-open-requirement-inline,
.yaiba-modal-open-requirement-inline{
  display: inline-block;
  font-size: 0.9em;
  padding: 0 4px;
  margin: 0 5px;
  color: #fff;
  background: #000;
  cursor: pointer;
  background-color: #0068b7;
  border-radius: 20px;
  border: 2px solid #fff;
}
.plaza-modal-open-requirement-inline{
     font-size: 1em;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    padding: 2px 20px;
    margin-top: 10px;
}
.entry-modal-open-btn,
.about-ticket1-modal-open-btn,
.about-ticket2-modal-open-btn,
.about-ticket3-modal-open-btn,
.about-ticket4-modal-open-btn,
.ticket-modal-open-btn,
.stage-ticket-modal-open-btn,
.plaza-modal-open-btn,
.yaiba-modal-open-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  width: 240px;
  height: 40px;
  color: #fff;
  background: #000;
  cursor: pointer;
  background-color: #0068b7;
  border-radius: 100px;
  border: 3px solid #fff;
  box-shadow: 0 3px 0 #bbb;
  margin: 10px auto 30px;
  position: relative;
}

.entry-modal-open-btn:hover,
.about-ticket1-modal-open-btn:hover,
.about-ticket2-modal-open-btn:hover,
.about-ticket3-modal-open-btn:hover,
.about-ticket4-modal-open-btn:hover,
.ticket-modal-open-btn:hover,
.stage-ticket-modal-open-btn:hover,
.plaza-modal-open-btn:hover{
  background-color: #035491;
  box-shadow: 0 1px 0 #bbb;
  top: 3px;
}
.entry-modal-container,
.about-ticket1-modal-container,
.about-ticket2-modal-container,
.about-ticket3-modal-container,
.about-ticket4-modal-container,
.ticket-modal-container,
.stage-ticket-modal-container,
.plaza-modal-container,
.yaiba-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 60%);
  padding: 40px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99999;
}
.entry-modal-container:before,
.about-ticket1-modal-container:before,
.about-ticket2-modal-container:before,
.about-ticket3-modal-container:before,
.about-ticket4-modal-container:before,
.ticket-modal-container:before,
.stage-ticket-modal-container:before,
.plaza-modal-container:before,
.yaiba-modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.entry-modal-container.active,
.about-ticket1-modal-container.active,
.about-ticket2-modal-container.active,
.about-ticket3-modal-container.active,
.about-ticket4-modal-container.active,
.ticket-modal-container.active,
.stage-ticket-modal-container.active,
.plaza-modal-container.active,
.yaiba-modal-container.active {
  opacity: 1;
  visibility: visible;
}
.entry-modal-body,
.about-ticket1-modal-body,
.about-ticket2-modal-body,
.about-ticket3-modal-body,
.about-ticket4-modal-body,
.ticket-modal-body,
.stage-ticket-modal-body,
.plaza-modal-body,
.yaiba-modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  width: 90%;
}
.entry-modal-close,
.about-ticket1-modal-close,
.about-ticket2-modal-close,
.about-ticket3-modal-close,
.about-ticket4-modal-close,
.ticket-modal-close,
.stage-ticket-modal-close,
.plaza-modal-close,
.yaiba-modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.about-ticket-item {
  background:#fff;
    padding: 10px 30px;
    max-width: 800px;
    margin: 0 auto 20px;
    display: block;
    position: relative;
    z-index: 1;
    outline-offset: -10px;
    border: 1px solid #A7A297;
    text-align: center;
    font-size: 16px;
    line-height: 1.5; 
    font-weight: 800;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    transition: 0.5s;
    cursor: pointer;
}
.about-ticket-item a{
    color: #000;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}
.about-ticket-item:hover {
    background-color: #d4feff;
}
.about-ticket1-modal-open,
.about-ticket2-modal-open,
.about-ticket3-modal-open,
.about-ticket4-modal-open{
width: 100%;
height: 100%;
display: block;
pointer-events: cursor;
}
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
    color: #000;
        border-radius: 15px;
}
.modal-content-heading{
        font-size: 15px;
    line-height: 1.5;
    color:#000;
    margin-bottom: 20px;
}
.modal-content .event-program-notice-lists{
    margin-left: 2em;
}
.modal-content .event-program-notice-list{
    color:#000;
}
.modal-content-image{
    width:60%;
    margin: 0 auto 20px;
    text-align: center;
}
.modal-content-text{
    font-size: 15px;
    line-height: 1.5;
    color:#000;
   text-align: left;
   margin-bottom: 10px;
}
.modal-content-text.mb30{
    margin-bottom: 30px;
}
.modal-content-btn{
  border: 1px solid #A7A297;
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 30px;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 20px;
  display: block;
}
.modal-content-btn:hover{
  background-color: #d4feff;
}
.modal-content-btn a{
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  font-size: clamp(14px, 3vw, 16px);
}
@media only screen and (max-width: 800px) {
    .modal-content-image{
    width:100%;
}
}