@charset "UTF-8";
* {
  font-family: "Changa One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 12px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.onlypc {
  display: none !important;
}

@media (min-width: 768px) {
  .onlysp {
    display: none !important;
  }
  .onlypc {
    display: initial !important;
  }
}
img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button_item {
  width: 100%;
  border-radius: 12px;
  font-size: 2.5rem;
  font-family: "Changa One", sans-serif;
  font-weight: 400;
  padding: 0 20px;
  cursor: pointer;
  text-transform: uppercase;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.button_item:hover {
  transform: scale(1.1);
}

.button_wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.line {
  mix-blend-mode: difference;
}

.dev_bg {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
  -o-object-fit: initial;
     object-fit: initial;
  height: auto;
  display: none;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

body {
  background-color: #000000;
}

section {
  position: relative;
  padding: 60px 9%;
  z-index: 1;
}
@media (min-width: 768px) {
  section {
    padding: 100px 20%;
  }
}
section h2.section_title {
  color: white;
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5%;
}
section div.text_wrapper {
  max-width: 700px;
  margin: 0 auto;
}
section div.text_wrapper p.normal_text {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500 !important;
  line-height: 200%;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
  margin: 0;
}
@media (min-width: 768px) {
  section div.text_wrapper p.normal_text {
    font-size: 1rem;
  }
}

#key_visual {
  background-image: url("../images/kv_bg.jpg"), url("../images/kv_bg.jpg");
  height: 100vh;
  width: 100%;
  background-size: 100% 50%;
  background-position: top, bottom;
  background-repeat: no-repeat;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #key_visual {
    padding: 0 9%;
  }
}
#key_visual h1.event_title {
  position: absolute;
  bottom: 45vh;
  left: 9%;
  transform: translateY(50%);
  color: #4E4F7B;
  font-size: 2rem;
  display: none;
}
#key_visual .image_wrapper {
  position: absolute;
  top: 20vh;
  width: 90%;
  max-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  #key_visual .image_wrapper {
    top: 0;
    width: 90%;
  }
}
#key_visual .button_wrapper {
  position: absolute;
  width: 70%;
  left: 50%;
  bottom: 10vh;
  transform: translateX(-50%);
}
#key_visual .button_wrapper .button_item {
  background: linear-gradient(to right, #2D57BF, #ECECEC);
  color: #fff;
  border: 4px solid #fff;
  box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
}

#event_introduction {
  background: linear-gradient(to bottom, #2E3C89, #000);
}
#event_introduction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  background-image: url("../images/section_divide_light.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
#event_introduction .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 700px;
  margin: 0 auto 50px;
  z-index: 0;
}
@media (min-width: 768px) {
  #event_introduction .image_wrapper {
    width: 80%;
    margin-bottom: 80px;
  }
}
#event_introduction .image_wrapper:nth-of-type(2)::after {
  left: -12%;
  transform: scale(-1, 1);
}
#event_introduction .image_wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../images/artist_light.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -20%;
  right: -12%;
  width: 24%;
  aspect-ratio: 4/5;
  z-index: 1;
}

#ticket .price_block {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  color: white;
  line-height: 130%;
  font-size: 2rem;
  border: 1px solid #fff;
  padding: 30px 50px;
  margin: 50px auto;
}
#ticket .price_block dt.price_info {
  width: 100%;
}
@media (min-width: 768px) {
  #ticket .price_block dt.price_info {
    width: 60%;
    min-width: 350px;
  }
}
#ticket .price_block dd.price_info {
  width: 100%;
}
@media (min-width: 768px) {
  #ticket .price_block dd.price_info {
    width: 40%;
  }
}
#ticket .price_block .price_info {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
#ticket .price_block small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
#ticket .price_block dd.price_info small {
  margin-left: 10px;
}
#ticket .seat_image_wrapper {
  width: 80%;
  max-width: 530px;
  box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  margin: 80px auto 50px;
}
#ticket .note_wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  color: white;
  line-height: 130%;
  font-size: 2rem;
  border: 1px solid #fff;
  padding: 30px 50px;
  margin: 50px auto;
}
#ticket .note_wrapper .note_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
#ticket .note_wrapper .note_text .group_shot_text {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 60px;
}
#ticket a.button_link {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
#ticket .button_wrapper.only_update {
  margin-bottom: 60px;
}
#ticket .lemino_btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem !important;
  background: radial-gradient(circle, #FFB92A 30%, #FF0576 70%);
  color: #fff;
  border: 2px solid transparent;
  padding: 20px 40px;
  /* 初期状態を透明に設定 */
  box-shadow: 0 0 10px #FF0576, 0 0 20px #FFB92A, 0 0 30px #FF0576;
  text-transform: initial;
  transition: 0.3s;
  pointer-events: none;
}
#ticket .lemino_btn:hover {
  transform: scale(1.1);
}
#ticket .official_btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  background-color: #fff;
  color: #4E4F7B;
  border: 2px solid #9F8EE5;
  box-shadow: 0 0 10px #9F8EE5, 0 0 20px #9F8EE5, 0 0 30px #9F8EE5;
  padding: 20px 40px;
  transition: 0.3s;
  pointer-events: none;
}
#ticket .official_btn.btn_cn {
  pointer-events: initial;
  opacity: 1;
}
#ticket .official_btn:hover {
  transform: scale(1.1);
}
#ticket .upgrade_btn {
  margin-top: 5%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  background-color: #9F8EE5;
  color: #fff;
  border: 2px solid #9F8EE5;
  box-shadow: 0 0 10px #9F8EE5, 0 0 20px #9F8EE5, 0 0 30px #9F8EE5;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0.4;
  position: relative;
  padding: 20px 0;
}
#ticket .upgrade_btn:hover {
  transform: scale(1.1);
}
#ticket .upgrade_btn .small_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
}
#ticket .schedule_wrapper {
  position: relative;
  color: #000;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  max-width: 700px;
  padding: 30px 100px 30px 30px;
  margin: 10px auto 0;
}
#ticket .schedule_wrapper.only_update {
  border: 2px solid #9F8EE5;
  box-shadow: 0 0 10px #9F8EE5, 0 0 20px #9F8EE5, 0 0 30px #9F8EE5;
}
#ticket .schedule_wrapper.already_closed {
  opacity: 0.4;
}
@media (min-width: 768px) {
  #ticket .schedule_wrapper {
    margin-top: 5%;
  }
}
#ticket .schedule_wrapper .content_block {
  font-family: "Noto Sans JP", sans-serif;
  flex: 1;
  height: 50%;
  text-align: left;
  margin: 10px;
}
#ticket .schedule_wrapper .content_block .update_announce {
  background-color: #fff;
  color: #4E4F7B;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1% 4%;
  border-radius: 100px;
  font-size: 0.7rem;
  margin: 2% 0 5% 0;
  margin-left: -2%;
}
@media (min-width: 768px) {
  #ticket .schedule_wrapper .content_block .update_announce {
    font-size: 0.6rem;
    margin: 1% 0 1% 0;
    padding: 1% 2%;
    margin-left: -1%;
  }
}
#ticket .schedule_wrapper .content_block .main_text {
  margin-bottom: 0;
  font-family: "Changa One", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #ticket .schedule_wrapper .content_block .main_text {
    font-size: 1.2rem;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
#ticket .schedule_wrapper .content_block .schedule_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 10px;
}
#ticket .schedule_wrapper .content_block .schedule_text span {
  background-color: #9F8EE5;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
}
#ticket .schedule_wrapper .content_block .sub_text {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 500;
}
#ticket .schedule_wrapper .content_block .duration {
  display: inline-block;
  margin-left: -10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
#ticket .schedule_wrapper .apply_detail_block {
  margin: 10px;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: none;
}
#ticket .schedule_wrapper .apply_detail_block .foreign_normal_apply {
  color: #9F8EE5 !important;
}
#ticket .schedule_wrapper .schedule_toggle {
  position: absolute;
  top: 60px;
  right: 50px;
  height: 2rem;
  transition: 0.3s;
}
#ticket .schedule_wrapper .schedule_toggle .toggle_detail {
  background: transparent;
  border: none;
}
#ticket .schedule_wrapper .schedule_toggle .toggle_detail .v {
  margin: 0 auto;
  transition: 0.3s;
}
#ticket .schedule_wrapper.active .schedule_toggle .v {
  transform: rotate(180deg);
}
#ticket .schedule_wrapper.upgrade_details {
  border: 2px solid #9F8EE5;
  box-shadow: inset 0 0 10px #9F8EE5, inset 0 0 20px #9F8EE5, inset 0 0 30px #9F8EE5;
  margin-bottom: 10%;
}
#ticket .schedule_wrapper.upgrade_details .main_text {
  padding: 5% 0 0 0;
  text-align: center;
  font-size: 1rem;
}
#ticket .schedule_wrapper.upgrade_details .schedule_toggle {
  background: transparent;
  border: none;
}

#notes .note_wrapper {
  margin-top: 10%;
  color: #fff;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  #notes .note_wrapper {
    margin-top: 0%;
  }
}
#notes .note_wrapper .note_text {
  font-weight: 500 !important;
  margin-bottom: 0;
}
#notes .note_wrapper .note_text_toggle_block {
  font-weight: 500 !important;
  display: none;
}
#notes .note_wrapper .highlight {
  display: inline-block;
  padding: 0 3%;
  margin-left: -1%;
  margin-bottom: 2%;
  background-color: #fff;
  color: #232323;
  border-radius: 100px;
}
#notes .note_wrapper a {
  color: #9F8EE5 !important;
}
#notes .note_wrapper .note_toggle {
  text-align: right;
  border-bottom: dashed 1px #fff;
  display: flex;
  justify-content: end;
  margin-bottom: 10%;
}
#notes .note_wrapper .note_toggle .toggle_detail {
  background: transparent;
  border: none;
  color: #fff;
  display: flex;
  font-size: 1rem;
  margin-bottom: 3%;
}
#notes .note_wrapper .note_toggle .toggle_detail .v {
  width: 30%;
  margin-left: 10%;
  padding: 5% 0;
  transition: 0.3s;
}
#notes .note_wrapper.active .v {
  transform: rotate(180deg);
}

#social_media .x_wrapper {
  margin-top: 10%;
  margin-bottom: 10%;
}
@media (min-width: 768px) {
  #social_media .x_wrapper {
    margin-top: 0%;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

#sponsour {
  display: none;
}
#sponsour .sweper_wrapper {
  width: 100%;
}
#sponsour .sweper_wrapper * {
  padding: 0 !important;
}
#sponsour .swiper {
  width: 100%;
  height: 300px;
}
#sponsour .swiper .swiper-slide {
  box-sizing: border-box;
  margin: 0 auto;
}
#sponsour .swiper .swiper-slide .image_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
#sponsour .swiper .swiper-slide .image_wrapper img {
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
#sponsour .swiper .swiper-button-prev::after,
#sponsour .swiper .swiper-button-next::after {
  color: #fff;
  transform: scale(0.5, 0.5);
}

#footer {
  margin-top: 10%;
  padding: 0;
}
#footer .copyrights {
  background-color: #010101;
  color: #fff;
  text-align: center;
  margin: 0;
  width: 100%;
  padding: 5% 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100 !important;
  font-size: 0.7rem;
}

#header {
  background: transparent;
  position: fixed;
  z-index: 2;
  padding: 0;
}
#header .header_content {
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  justify-content: space-between;
  align-items: center;
}
#header .header_content .image_wrapper {
  display: flex;
  width: 25%;
  height: 100%;
  margin-left: 20px;
}
@media (min-width: 768px) {
  #header .header_content .image_wrapper {
    width: 13%;
    padding: 30px;
  }
}
#header .header_content .ham_wrapper {
  margin-right: 2%;
}
#header .menu_area {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #4E4F7B;
  z-index: -1;
  opacity: 0;
  transition: 0.3s all;
}
#header .menu_area.show {
  opacity: 1;
  top: 0vh;
}
#header .menu_area ul.menu_ul {
  transform: translateY(-50%);
  margin-top: 50vh;
  padding: 0%;
}
#header .menu_area ul.menu_ul li.menu_item {
  list-style: none;
  margin: 5%;
  text-align: center;
}
#header .menu_area ul.menu_ul li.menu_item a.menu_link {
  color: #9F8EE5;
  font-size: 1.3rem;
  text-decoration: none;
}
#header .menu_area .lang_switch_wrapper {
  text-align: center;
  color: #9F8EE5 !important;
  position: absolute;
  bottom: 10vh;
  width: 100%;
}
#header .menu_area .lang_switch_wrapper a {
  color: #9F8EE5 !important;
}

section#video {
  position: fixed;
  bottom: 10px;
  right: 0;
  width: 70vw;
  height: auto;
  aspect-ratio: 16/9;
  z-index: 10;
}/*# sourceMappingURL=additonal.css.map */