@charset "UTF-8";
:root {
  --color--black02: #171717;
  --color--gray: #f1f1f1;
  --color--blue02: #85add0;
  --color--green: #0a8b62;
  --color--red: #e24864;
  --color-grayout-bg: #c1c1c1;
  --color-grayout-font: #ddd;
  --color--purple: #d155eb;
  --grad: linear-gradient(90deg, rgba(0,98,223,1) 0%, rgba(10,139,98,1) 100%);
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #f1f1f1;
  --color-blue: #0062df;
  --color-red: #fc0900;
  --color-border: #c8c8c8;
  --color-footer-bg: #171717;
  --color-grad: linear-gradient(90deg, rgb(0, 98, 223) 0%, rgba(10,139,98,1) 100%);
  --color-attraction: linear-gradient(90deg, #d77aa3, #7a9bde);
  --color-about: linear-gradient(90deg, #e2ef72, #77e7ea);
  --color-stage: linear-gradient(90deg, #ff8274, #f9caa2);
  --ease-main: cubic-bezier(0.33, 1, 0.68, 1);
  --font-all: "Noto Sans JP","Outfit","游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --font-en: "Poppins", "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --font-w-r: 400;
  --font-w-m: 500;
  --font-w-sb: 600;
  --font-w-b: 700;
  --font-w-eb: 800;
  --font-w-bk: 900;
}

.l-ticket_link,
.l-enquete_link {
  display: none;
}

.-attlist {
  font-size: 80%;
  text-align: left;
}
.-attlist__item, .-attlist-item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.-attlist__item + .-attlist__item, .-attlist__item + .-attlist-item, .-attlist-item + .-attlist__item, .-attlist-item + .-attlist-item {
  margin-top: 3px;
}
.-attlist__item strong, .-attlist-item strong {
  font-weight: 800;
  vertical-align: baseline;
}

.is-form .l-in .l-in__contents-main {
  margin-right: auto;
}

.l-in__title-text {
  font-size: 4rem;
}
@media only screen and (max-width:768px) {
  .l-in__title-text {
    font-size: 2.4rem;
  }
}
.l-in__title-text_ttlimg {
  margin: 0 auto 14px;
  max-width: 390px;
}
@media only screen and (max-width:768px) {
  .l-in__title-text_ttlimg {
    width: 66.6vw;
    margin-bottom: 6px;
  }
}
.l-in__title-text .-main {
  display: inline-block;
  font-family: var(--font-all);
  color: var(--color--black);
  margin-top: 0.8rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
}
@media only screen and (max-width:768px) {
  .l-in__title-text .-main {
    font-size: 1.8rem;
  }
}

.p-form__limit {
  margin: 6.6vw auto 0;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .p-form__limit {
    margin-top: 50px;
  }
}
.p-form__limit_dt {
  display: inline;
  padding: 2px 9px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--color-white);
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.035em;
  background-color: var(--color-blue);
}
@media only screen and (max-width:768px) {
  .p-form__limit_dt {
    font-size: 14px;
  }
}
.p-form__limit_dd {
  font-size: 2rem;
  letter-spacing: 0.035em;
  line-height: 1.8;
  font-weight: 800;
}
@media only screen and (max-width:768px) {
  .p-form__limit_dd {
    font-size: 16px;
  }
}
.p-form__main-item {
  border-radius: 5px;
  background: var(--color--white);
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  .p-form__main-item {
    width: 50%;
  }
}
@media only screen and (max-width:768px) {
  .p-form__main-item + .p-form__main-item {
    margin-top: 7.2vw;
  }
}
.p-form__main-item_cap {
  padding: 10px 0 12px;
  color: var(--color--white);
  background: var(--color--blue);
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
@media only screen and (min-width:768px) {
  .p-form__main-item_cap {
    padding: 12px 0 14px;
  }
}
.p-form__main-item_cap.-day02 {
  background: var(--color--green);
}
.p-form__main-item_list {
  padding: 0 8vw 13.3vw;
  text-align: left;
}
@media only screen and (min-width:768px) {
  .p-form__main-item_list {
    padding: 0 35px;
  }
}
.p-form__main-item_list-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--color--border);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}
@media only screen and (min-width:768px) {
  .p-form__main-item_list-item {
    font-size: 14px;
  }
}
@media only screen and (min-width:768px) {
  .-day02 .p-form__main-item_list-item:last-child {
    border-bottom: 0;
  }
}
.p-form__main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 6.6vw auto 0;
  padding: 7.4vw;
  border-radius: 10px;
  background: var(--color--gray);
}
@media only screen and (min-width:768px) {
  .p-form__main {
    margin-top: 50px;
    padding: 54px 55px;
  }
}
.p-form__attlist {
  margin-top: 4vw;
  font-size: 11px;
}
@media only screen and (max-width:768px) {
  .p-form__attlist {
    text-align: left;
  }
}
@media only screen and (min-width:768px) {
  .p-form__attlist {
    margin-top: 30px;
    font-size: 12px;
  }
}
.p-form__attlist-item {
  line-height: 1.6;
}
.p-form__attlist-item + .p-form__attlist-item {
  margin-top: 0.5rem;
}
.p-form__lead {
  font-size: 13px;
  line-height: 1.6;
}
@media only screen and (max-width:768px) {
  .p-form__lead {
    text-align: left;
  }
}
@media only screen and (min-width:768px) {
  .p-form__lead {
    font-size: 14px;
  }
}
.p-form__lead a {
  text-decoration: underline;
  color: var(--color--blue);
}
@media only screen and (min-width:768px) {
  .p-form__lead a:hover {
    text-decoration: none;
  }
}
.p-form__form__ttl {
  position: relative;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 25px;
  background: #150300;
  background: -webkit-gradient(linear, left top, right top, from(#150300), to(#b01d00));
  background: linear-gradient(90deg, #150300 0%, #b01d00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .p-form__form__ttl {
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 15px;
    text-align: left;
  }
}
.p-form__form__ttl::before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #150300;
  background: -webkit-gradient(linear, left top, right top, from(#150300), to(#b01d00));
  background: linear-gradient(90deg, #150300 0%, #b01d00 100%);
}
.p-form__form__ttl::after {
  content: "";
  display: block;
  bottom: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #150300;
  background: -webkit-gradient(linear, left top, right top, from(#150300), to(#b01d00));
  background: linear-gradient(90deg, #150300 0%, #b01d00 100%);
}
.p-form__form__content-lead {
  font-size: 13px;
  line-height: 1.6;
}
@media only screen and (min-width:768px) {
  .p-form__form__content-lead {
    font-size: 14px;
  }
}
.p-form__item {
  letter-spacing: 0.04em;
}
@media only screen and (min-width:768px) {
  .p-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width:768px) {
  .p-form__item + .p-form__item {
    margin-top: 20px;
  }
}
.p-form__item dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  line-height: 1.7;
}
@media only screen and (min-width:768px) {
  .p-form__item dt {
    width: 140px;
    font-size: 14px;
  }
}
@media only screen and (max-width:768px) {
  .p-form__item dt {
    margin-bottom: 0.4rem;
  }
}
.p-form__item dt span {
  font-size: 80%;
}
.p-form__item dd {
  padding-top: 2px;
  font-size: 12px;
  line-height: 1.7;
}
@media only screen and (min-width:768px) {
  .p-form__item dd {
    width: calc(100% - 140px);
    font-size: 14px;
    padding-top: 3px;
  }
}
.p-form__error {
  margin-bottom: 30px;
  color: var(--color-red);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .p-form__error {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.p-attention-main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
  padding: 6.6vw 0 0;
}
@media only screen and (min-width:768px) {
  .p-attention-main {
    padding: 54px 55px 0;
  }
}
.p-attention__cont {
  line-height: 1.6;
}
.p-attention__cont small {
  font-size: 11px;
}
@media only screen and (min-width:768px) {
  .p-attention__cont small {
    font-size: 12px;
  }
}
.p-attention__cont a {
  color: var(--color--black);
  text-decoration: underline;
}
@media only screen and (min-width:768px) {
  .p-attention__cont a:hover {
    text-decoration: none;
  }
}

.p-attention__cont-attlist {
  margin-top: 0.5rem;
  font-size: 11px;
  text-align: left;
}
@media only screen and (min-width:768px) {
  .p-attention__cont-attlist {
    font-size: 12px;
  }
}

.p-attention__cont-attlist.-bottom {
  border-top: 1px solid var(--color--border);
  margin-top: 11px;
  padding-top: 11px;
}

@media only screen and (min-width: 768px) {
  .p-attention__cont-attlist.-bottom {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.p-attention__cont-attlist_item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

.p-attention__cont-attlist_item + .p-attention__cont-attlist_item {
  margin-top: 3px;
}

.p-attention__cont-attlist_item strong {
  font-weight: 800;
  vertical-align: baseline;
}

/************************/
input,
select,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-weight: 400;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  width: auto;
  width: 100%;
  margin: 0;
  padding: 9px 0.5em 11px;
  border: 1px solid var(--color--gray);
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-font-base);
  -webkit-transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid var(--color--blue);
}
@media only screen and (max-width:768px) {
  input,
  select,
  textarea {
    width: calc(100% - 4px);
  }
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  width: calc(100% - 1em - 4px);
}
@media only screen and (max-width:768px) {
  select {
    width: calc(100% - 4px);
  }
}

.btn_submit {
  position: relative;
  width: 80%;
  margin: 30px auto 0;
}
.btn_submit input[type=submit] {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  width: 100%;
  margin: auto;
  border: 0;
  text-decoration: none;
  position: relative;
  text-align: center;
  font-size: 11px;
  padding: 15px 0;
  display: block;
  border-radius: 1000px;
  background: unset;
  overflow: hidden;
  text-decoration: none;
  -webkit-transform: translate(-0.1em, 0.05em);
          transform: translate(-0.1em, 0.05em);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  background: var(--color--black);
  color: var(--color--white);
}
@media only screen and (min-width:768px) {
  .btn_submit input[type=submit] {
    font-size: 12px;
    max-width: 280px;
  }
  .btn_submit input[type=submit]:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.float_ok {
  display: block;
  position: relative;
  z-index: 999999999999;
  font-size: 32px;
  font-weight: bold;
}

.m-modal[data-modal-type=template] {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.m-modal[data-modal-type=template] .m-modal__bg {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 98, 223)), to(rgb(10, 139, 98)));
  background: linear-gradient(90deg, rgb(0, 98, 223) 0%, rgb(10, 139, 98) 100%);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.m-modal[data-modal-type=template] .m-modal__content {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s;
}
.m-modal[data-modal-type=template] .float_contents {
  background: var(--color--gray);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 54px 55px;
}
@media only screen and (max-width:768px) {
  .m-modal[data-modal-type=template] .float_contents {
    padding: 7.4vw;
  }
}
.m-modal[data-modal-type=template] .float_contents .float_caption {
  display: inline-block;
  font-family: var(--font-all);
  color: var(--color--black);
  margin-bottom: 0.8rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
}
@media only screen and (max-width:768px) {
  .m-modal[data-modal-type=template] .float_contents .float_caption {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
}
.m-modal[data-modal-type=template] .float_contents .float_text {
  margin: 0 auto 20px;
  font-size: 13px;
  line-height: 1.7;
}
@media only screen and (min-width:768px) {
  .m-modal[data-modal-type=template] .float_contents .float_text {
    margin: 0 auto 40px;
    font-size: 14px;
  }
}
.m-modal[data-modal-type=template] .float_contents .form_code__btn {
  position: relative;
}
.m-modal[data-modal-type=template] .float_contents .form_code__error {
  margin-bottom: 1.5rem;
  color: #fc0900;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .m-modal[data-modal-type=template] .float_contents .form_code__error {
    font-size: 12px;
  }
}
.m-modal[data-modal-type=template] .float_contents .float_text__error {
  color: #fc0900;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .m-modal[data-modal-type=template] .float_contents .float_text__error {
    font-size: 12px;
  }
}
.m-modal[data-modal-type=template] .float_contents .float_attention {
  margin-top: 40px;
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width:768px) {
  .m-modal[data-modal-type=template] .float_contents .float_attention {
    margin-top: 20px;
    font-size: 1rem;
  }
}
.m-modal[data-modal-type=template] .float_contents .btn_close {
  cursor: pointer;
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #0062df;
  -webkit-transition: 0.7s var(--easing) 0s;
  transition: 0.7s var(--easing) 0s;
}
@media only screen and (max-width:768px) {
  .m-modal[data-modal-type=template] .float_contents .btn_close {
    margin-top: 6.6vw;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width:768px) {
  .m-modal[data-modal-type=template] .float_contents .btn_close:hover {
    opacity: 0.7;
  }
}
.m-modal[data-modal-type=template] .float_contents .btn_close p {
  line-height: 1;
}
.m-modal[data-modal-type=template] .float_contents .btn_close p.btn_close__icon {
  padding-right: 10px;
}

.m-modal .float_contents .form_code .form_code__input input {
  width: 100%;
}

@media only screen and (min-width: 961px) {
  .m-modal[data-modal-type=template] .m-modal__content {
    min-height: 100vh;
  }
  .m-modal .float_contents .form_code {
    width: 600px;
    margin: auto;
  }
}
@media only screen and (max-width: 960px) {
  .m-modal[data-modal-type=template] .m-modal__content {
    min-height: 100vh;
  }
}
.m-modal.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.m-modal.is-open .m-modal__bg:after {
  width: 0;
}

.m-modal.is-open .m-modal__content {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main_area-chara, .main_area-logo, .main_area-title {
  opacity: 0;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

.is_start .main_area .main_area-chara, .is_start .main_area .main_area-logo, .is_start .main_area .main_area-title {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.11, 0, 0.5, 0), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.11, 0, 0.5, 0), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.6s cubic-bezier(0.11, 0, 0.5, 0), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.6s cubic-bezier(0.11, 0, 0.5, 0), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.6s cubic-bezier(0.11, 0, 0.5, 0), transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

@media only screen and (min-width: 961px) {
  .is_start .main_area .main_area-logo, .is_start .main_area .main_area-title {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
@media only screen and (max-width: 960px) {
  .is_start .main_area .main_area-logo {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .is_start .main_area .main_area-title {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.modal_cover {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 98, 223)), to(rgb(10, 139, 98)));
  background: linear-gradient(90deg, rgb(0, 98, 223) 0%, rgb(10, 139, 98) 100%);
  opacity: 0.9;
  z-index: 200;
  display: none;
  opacity: 0;
}

.modal_cover .moda_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
}
.modal_cover .moda_icon span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-top-color: #FFF;
  -webkit-animation: spin 1.5s infinite linear;
          animation: spin 1.5s infinite linear;
}
@media only screen and (max-width:768px) {
  .modal_cover .moda_icon span {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-top-color: #FFF;
  }
}

.modal_cover.is_open {
  display: block;
  opacity: 1;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}