@charset "UTF-8";
/* variable ------------------------- */
/* mixin ------------------------- */
/* ここからcss ------------------------- */
.sp_only {
  display: none;
}

.jal_logo {
  filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.3));
}

html {
  scroll-behavior: smooth;
}

.inview {
  transition: 0.6s;
  opacity: 0;
  transform: translate(0, 60px);
}

.inview_on {
  opacity: 1;
  transform: translate(0, 0) !important;
}

.fade_up {
  overflow: hidden;
}

.fade_up span {
  position: relative;
  bottom: -100px;
  display: inline-block;
  line-height: 1.2;
}

.fade_up_on span {
  animation: nyu 0.5s ease-out forwards;
}

@keyframes nyu {
  0% {
    bottom: -100px;
  }
  80% {
    bottom: 5px;
  }
  100% {
    bottom: 0px;
  }
}
.size_up {
  opacity: 0;
  transform: scale(1.2);
  transition: 0.5s;
}

.size_up_on {
  opacity: 1;
  transform: scale(1);
}

.top_up {
  opacity: 0;
  transform: scale(1);
  transition: transform 6s;
}

.top_up_on {
  opacity: 1;
  transform: scale(1.2, 1.2);
}

.top_image_up {
  opacity: 0;
  transform: scale(0.9, 0.9);
  transition: transform 1s, opacity 1s;
  transition-delay: 0.5s;
}

.top_image_up_on {
  opacity: 1;
  transform: scale(1.1, 1.1);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

body {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-style: normal;
  overflow-x: hidden;
}

.font_anton {
  font-family: "Anton", serif;
  font-style: normal;
}

.font_russo {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.right_nav {
  display: none;
}

[id] {
  scroll-margin-top: 4.53vw;
}

.global_header {
  background-color: black;
  position: sticky;
  top: 0;
  z-index: 999;
}
.global_header .header_inner {
  height: 4.53vw;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global_header .header_inner h1 {
  width: 20vw;
}
.global_header .header_inner ul {
  display: flex;
  gap: 3vw;
  align-items: center;
}
.global_header .header_inner ul li {
  color: #fff;
  font-weight: bold;
  letter-spacing: normal;
  font-size: clamp(12px, 0.729vw, 14px);
}
.global_header .header_inner ul li img {
  width: clamp(17px, 1.041vw, 20px);
}
.global_header .header_inner .sp_only {
  display: none;
}

/* ヘッダー非表示内容*/
.global_header_nav li:nth-child(5) {
  /*非表示にしておく*/
}

.global_header_nav li:nth-child(6) {
  /*非表示にしておく*/
}

.global_header_nav li:nth-child(7) {
  /*非表示にしておく*/
}

.fv {
  background: #000;
  position: sticky;
  top: 4.53vw;
  z-index: -1;
}
.fv .fv_image {
  height: calc(100vh - 4.53vw);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fv .fv_image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv_image p {
  position: absolute;
  width: 60vw;
  max-width: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buy_btn {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}
.buy_btn .buy_btn_pc {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.buy_btn .buy_btn_pc img {
  width: 44px;
}

.redfont {
  color: #E60027;
}

.whiteont {
  color: #fff;
}

.bluefont {
  color: #1D2088;
}

.taxfont {
  font-size: clamp(14px, 0.83vw, 16px);
  margin-left: clamp(5px, 0.25vw, 5px);
}

.taxfont_s {
  font-size: clamp(10px, 0.5vw, 10px);
}

.sec-wrapper {
  background-image: url(../image/back_2026.jpg);
  background-position: center center;
  background-size: cover;
}

.content_title {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  padding-bottom: clamp(30px, 2.6vw, 50px);
}
.content_title .content_title_l {
  font-size: clamp(35px, 3.645vw, 70px);
  letter-spacing: 1px;
}
.content_title .content_title_m {
  font-size: clamp(15px, 0.937vw, 18px);
  margin-left: 0.5vw;
  font-weight: bold;
  letter-spacing: normal;
}

.schedule {
  padding-top: clamp(50px, 5.2vw, 100px);
  overflow: hidden;
}

.schedule_content {
  max-width: 640px;
  margin: 0 auto;
}
.schedule_content ul {
  display: flex;
  width: 640px;
}
.schedule_content ul .schedule_year {
  width: 87px;
  height: 100px;
  background-color: #1D2088;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule_content ul .schedule_year .schedule_year_text {
  transform: rotate(-90deg);
  width: clamp(55px, 4vw, 76px);
  color: #fff;
  font-size: clamp(24px, 1.82vw, 35px);
  letter-spacing: normal;
}
.schedule_content ul .schedule_date {
  font-size: clamp(45px, 3.125vw, 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 296px;
  height: 100px;
  background-image: url(../image/haikei.jpg);
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}
.schedule_content ul .schedule_start {
  width: 257px;
  height: 100px;
  color: #fff;
  background-color: #1D2088;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: lamp(17px, 1.041vw, 20px);
}
.schedule_content ul .schedule_start .schedule_start_text {
  font-size: clamp(24px, 1.82vw, 35px);
  text-align: center;
  letter-spacing: normal;
}
.schedule_content ul .schedule_start .schedule_start_coment {
  font-size: clamp(12px, 0.729vw, 14px);
  text-align: center;
  letter-spacing: normal;
}

.button {
  max-width: 800px;
  margin: 0 auto;
  padding-top: clamp(30px, 2.6vw, 50px);
}
.button .ticket_button {
  font-size: clamp(16px, 1.145vw, 22px);
  background-color: #E60027;
  color: #fff;
  width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-radius: 30px;
  text-align: center;
  line-height: clamp(20px, 1.145vw, 22px);
  margin-left: auto;
  font-weight: bold;
  letter-spacing: normal;
  border: #E60027 solid 2px;
  transition-duration: 0.3s;
}
.button .ticket_button:hover {
  background-color: #ffffff;
  color: #E60027;
  padding-top: 10px;
  padding-bottom: 10px;
  border: #E60027 solid 2px;
}

.about {
  margin-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
}
.about .about_content {
  max-width: 640px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: normal;
  font-size: clamp(15px, 0.937vw, 18px);
  line-height: clamp(24px, 1.56vw, 30px);
}

.news {
  padding-top: clamp(50px, 5.2vw, 100px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
  background: #fff;
}
.news .news_content {
  max-width: 640px;
  margin: 0 auto;
}
.news .news_content p {
  display: inline;
}
.news .news_content dt {
  font-size: clamp(12px, 0.729vw, 14px);
  letter-spacing: normal;
}
.news .news_content dt:not(:first-child) {
  padding-top: clamp(10px, 0.52vw, 10px);
}
.news .news_content dd {
  font-size: clamp(14px, 0.83vw, 16px);
  letter-spacing: normal;
  padding-top: clamp(10px, 0.52vw, 10px);
  padding-bottom: clamp(5px, 0.25vw, 5px);
  border-bottom: 1px solid #000;
}

.all_button {
  font-size: clamp(18px, 1.041vw, 20px);
  width: 150px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  border-radius: 30px;
  border: 2px solid #1D2088;
  background-color: #fff;
  text-align: center;
  color: #1D2088;
  line-height: clamp(20px, 1.145vw, 22px);
  margin-left: auto;
  font-weight: bold;
  letter-spacing: normal;
  transition-duration: 0.3s;
}
.all_button:hover {
  background-color: #1D2088;
  color: #ffffff;
  padding-top: 11px;
  padding-bottom: 11px;
  border: #1D2088 solid 2px;
}

.artist {
  padding-top: clamp(50px, 5.2vw, 100px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
  background-color: #E7F5FE;
}
.artist p.artist_comingsoon {
  font-size: 24px;
  color: #000000;
  text-align: center;
  padding: 3rem 0 3rem 0;
}
.artist .artist_day {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(10px, 0.52vw, 10px);
  max-width: 800px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  text-align: center;
  font-size: clamp(35px, 3.15vw, 60px);
  letter-spacing: normal;
  line-height: 1;
  /*非表示にしておく*/
}
.artist .artist_day .artist_week {
  font-size: clamp(15px, 1.56vw, 30px);
  margin-left: 0.5vw;
  line-height: 1.7;
}
.artist .artist_day::before,
.artist .artist_day::after {
  background: #000;
  content: "";
  width: clamp(0px, 40%, 290px);
  height: 5px;
  position: absolute;
  bottom: 10px;
}
.artist .artist_day_red {
  margin-top: clamp(50px, 5.2vw, 100px);
}
.artist .artist_day::before {
  left: 0;
}
.artist .artist_day::after {
  right: 0;
}
.artist .artist_content {
  max-width: 800px;
  margin: 0 auto;
}
.artist .artist_content .artist_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2vw;
  margin-bottom: 2vw;
}
.artist .artist_content .artist_img .artist_l {
  width: 800px;
}
.artist .artist_content .artist_img .artist_m {
  width: 394px;
}
.artist .artist_content .artist_img .artist_m span.opning_act {
  padding-left: 10px;
  font-size: 12px;
}
.artist .artist_content .artist_img p {
  background-color: #1D2088;
  color: #fff;
  font-size: clamp(15px, 0.937vw, 18px);
  letter-spacing: normal;
  padding: 8px 0 8px 10px;
}
.artist .artist_01 {
  padding-bottom: clamp(35px, 3.645vw, 70px);
  /*非表示にしておく*/
}

.artist_02 {
  /*非表示にしておく*/
}

.artist_text .content_title .artist_name_n {
  /*非表示にしておく*/
}

.ticket {
  /*非表示にしておく*/
  padding-top: clamp(50px, 5.2vw, 100px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
  background: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.ticket p.ticket_comingsoon {
  font-size: 24px;
  color: #000000;
  text-align: center;
  padding: 3rem 0 3rem 0;
}
.ticket .ticket_content {
  max-width: 800px;
  margin: 0 auto;
}
.ticket .ticket_01 {
  margin-top: clamp(20px, 1.562vw, 30px);
  background-color: #fff;
  padding-top: clamp(20px, 1.562vw, 30px);
  padding-bottom: clamp(20px, 1.562vw, 30px);
  padding-left: clamp(20px, 2.08vw, 40px);
  padding-right: clamp(20px, 2.08vw, 40px);
  border-radius: 30px;
  border: 2px solid #000;
}
.ticket .ticket_01 .ticket_name {
  display: flex;
}
.ticket .ticket_01 .ticket_name > li {
  width: 50%;
  font-size: clamp(13px, 1.354vw, 26px);
  letter-spacing: normal;
  font-weight: bold;
}
.ticket .ticket_02 {
  background-color: #fff;
  padding-top: clamp(20px, 1.562vw, 30px);
  padding-bottom: clamp(20px, 1.562vw, 30px);
  padding-left: clamp(20px, 2.08vw, 40px);
  padding-right: clamp(20px, 2.08vw, 40px);
  border-radius: 30px;
  border: 2px solid #000;
}
.ticket .ticket_02 .ticket_name {
  display: flex;
  align-items: center;
  border-bottom: #000 1px solid;
  padding-bottom: clamp(20px, 1.041vw, 20px);
}
.ticket .ticket_02 .ticket_name > li {
  width: 50%;
  font-size: clamp(13px, 1.354vw, 26px);
  letter-spacing: normal;
  font-weight: bold;
}
.ticket .ticket_02 .ticket_image {
  display: flex;
  gap: 12px;
  margin-top: clamp(20px, 1.041vw, 20px);
}
.ticket .ticket_02 .ticket_image li {
  width: calc((100% - 12px) / 2);
}
.ticket .ticket_02 .ticket_image p {
  font-size: clamp(12px, 0.729vw, 14px);
  letter-spacing: normal;
  text-align: right;
  margin-top: clamp(20px, 1.041vw, 20px);
}
.ticket .ticket_02-2 {
  margin-top: clamp(20px, 1.562vw, 30px);
  background-color: #fff;
  padding-top: clamp(20px, 1.562vw, 30px);
  padding-bottom: clamp(20px, 1.562vw, 30px);
  padding-left: clamp(20px, 2.08vw, 40px);
  padding-right: clamp(20px, 2.08vw, 40px);
  border-radius: 30px;
  border: 2px solid #000;
}
.ticket .ticket_02-2 .ticket_name {
  display: flex;
}
.ticket .ticket_02-2 .ticket_name > li {
  width: 50%;
  font-size: clamp(13px, 1.354vw, 26px);
  letter-spacing: normal;
  font-weight: bold;
}
.ticket .ticket_03 {
  margin-top: clamp(20px, 1.562vw, 30px);
  margin-bottom: clamp(40px, 4.166vw, 80px);
  background-color: #fff;
  padding-top: clamp(20px, 1.562vw, 30px);
  padding-bottom: clamp(20px, 1.562vw, 30px);
  padding-left: clamp(20px, 2.08vw, 40px);
  padding-right: clamp(20px, 2.08vw, 40px);
  border-radius: 30px;
  border: 2px solid #000;
}
.ticket .ticket_03 .ticket_name {
  display: flex;
  align-items: center;
  border-bottom: #000 1px solid;
  padding-bottom: clamp(20px, 1.041vw, 20px);
}
.ticket .ticket_03 .ticket_name > li {
  width: 50%;
  font-size: clamp(13px, 1.354vw, 26px);
  letter-spacing: normal;
  font-weight: bold;
}
.ticket .ticket_03 .ticket_name > li .ticket_coment_s {
  font-size: clamp(12px, 0.729vw, 14px);
  letter-spacing: normal;
}
.ticket .ticket_03 .ticket_03_coment .ticket_03_01 {
  font-size: clamp(12px, 0.729vw, 14px);
  letter-spacing: normal;
  line-height: 26px;
  margin-top: clamp(20px, 1.562vw, 30px);
}
.ticket .ticket_03 .ticket_03_coment .ticket_03_02 {
  font-size: clamp(12px, 0.729vw, 14px);
  letter-spacing: normal;
  line-height: 26px;
  padding: 20px;
  background-color: #1D2088;
  border-radius: 30px;
  color: #fff;
  margin-top: clamp(20px, 1.562vw, 30px);
}
.ticket .ticket_04 {
  padding-top: clamp(20px, 1.562vw, 30px);
  padding-left: clamp(20px, 2.08vw, 40px);
  padding-right: clamp(20px, 2.08vw, 40px);
  border-radius: 30px;
  background: linear-gradient(180deg, #FFFBD1 0%, #FFFBD1 86%, #E60027 14%, #E60027 100%);
}
.ticket .ticket_04 .buy_ticket .buy_title {
  font-size: clamp(15px, 1.56vw, 30px);
  letter-spacing: normal;
  font-weight: bold;
  color: #E60027;
}
.ticket .ticket_04 .buy_ticket .buy_coment {
  padding-top: clamp(10px, 0.52vw, 10px);
  padding-bottom: clamp(20px, 1.562vw, 30px);
  font-size: clamp(18px, 1.041vw, 20px);
  letter-spacing: normal;
  font-weight: bold;
  line-height: 40px;
  max-width: 640px;
  margin: 0 auto;
}
.ticket .ticket_04 .buy_ticket .buy_text {
  margin-top: clamp(20px, 1.562vw, 30px);
  margin-bottom: clamp(20px, 1.562vw, 30px);
  font-size: clamp(12px, 0.729vw, 14px);
  letter-spacing: normal;
  text-align: center;
}
.ticket .ticket_04 .buy_ticket .buy_attend {
  font-size: clamp(14px, 0.83vw, 16px);
  letter-spacing: normal;
  font-weight: bold;
  margin: 0 auto;
  width: 310px;
  padding: 6px 30px;
  color: #1D2088;
  border-radius: 30px;
  border: 1px solid #1D2088;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.557);
}
.ticket .ticket_04 .buy_ticket .buy_button {
  margin-left: auto;
  margin-right: auto;
  height: 65px;
  width: 100%;
}
.ticket .ticket_04 .buy_ticket .buy_button a {
  margin-top: clamp(30px, 3.125vw, 60px);
  display: block;
  line-height: 65px;
  font-size: clamp(18px, 1.82vw, 28px);
  color: #fff;
  letter-spacing: normal;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.goods {
  /*非表示にしておく*/
  padding-top: clamp(50px, 5.2vw, 100px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
  background-image: url(../image/back_2026.jpg);
  background-position: center center;
  background-size: cover;
}
.goods p.goods_comingsoon {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 3rem 0 3rem 0;
}
.goods .goods_content {
  max-width: 800px;
  margin: 0 auto;
  display: none;
}
.goods .goods_content .goods_text {
  margin-top: clamp(40px, 4.166vw, 80px);
  background-color: #fff;
  padding-top: clamp(20px, 1.562vw, 30px);
  padding-bottom: clamp(20px, 1.562vw, 30px);
  padding-left: clamp(20px, 2.08vw, 40px);
  padding-right: clamp(20px, 2.08vw, 40px);
  border-radius: 30px;
  font-size: clamp(12px, 0.729vw, 14px);
  line-height: 24px;
  border: 2px solid #000;
}

.faq {
  /*非表示にしておく*/
  padding-top: clamp(50px, 5.2vw, 100px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
  background: #E7F5FE;
}
.faq p.faq_comingsoon {
  font-size: 24px;
  color: #000000;
  text-align: center;
  padding: 3rem 0 3rem 0;
}
.faq .faq_content {
  display: none;
  max-width: 640px;
  margin: 0 auto;
}
.faq .faq_content .faq_text {
  font-size: clamp(13px, 0.781vw, 15px);
  letter-spacing: normal;
}
.faq .faq_content .faq_text li {
  margin-top: clamp(10px, 0.52vw, 10px);
  line-height: 1.2;
}
.faq .faq_content .faq_text .faq_title::before {
  content: "Q.";
  color: #E60027;
  font-size: clamp(15px, 1.56vw, 30px);
  margin-right: clamp(10px, 0.52vw, 10px);
  font-weight: bold;
}
.faq .faq_content .faq_text .faq_answer::before {
  content: "A.";
  color: #1D2088;
  font-size: clamp(15px, 1.56vw, 30px);
  margin-right: clamp(10px, 0.52vw, 10px);
  font-weight: bold;
}
.faq .faq_content .faq_text:not(:first-child) {
  margin-top: clamp(30px, 2.6vw, 50px);
}

.access {
  padding-top: clamp(50px, 5.2vw, 100px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
  background-color: #ffffff;
}
.access .access_content {
  max-width: 640px;
  margin: 0 auto;
}
.access .access_content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.access .access_content ul .access_title {
  font-size: clamp(14px, 0.83vw, 16px);
  letter-spacing: normal;
  font-weight: bold;
}
.access .access_content ul .access_map {
  font-size: clamp(14px, 0.83vw, 16px);
  letter-spacing: normal;
  line-height: 30px;
  font-weight: bold;
}
.access .access_content ul .access_map .access_map01 img {
  margin-right: clamp(10px, 0.52vw, 10px);
  width: 25px;
}
.access .access_content ul .access_map .access_map02 {
  margin-top: clamp(20px, 1.562vw, 30px);
}
.access .access_content .access_mapimage {
  width: 65%;
}

.archive {
  padding-top: clamp(50px, 5.2vw, 100px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
  background-image: url(../image/0M9A7952.jpg);
  background-size: contain;
  background-position: top;
  background-color: rgba(255, 255, 255, 0.1);
  background-blend-mode: lighten;
}
.archive .archive_movie {
  max-width: 800px;
  margin: 0 auto;
}
.archive .archive_movie video {
  width: 800px;
}

footer {
  padding-top: clamp(50px, 5.2vw, 100px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
  background-color: #E7F5FE;
}
footer .footer_content {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
footer .footer_content img {
  width: 16.45vw;
}
footer .footer_content p {
  margin-top: clamp(30px, 3.125vw, 60px);
  font-size: clamp(14px, 0.83vw, 16px);
  letter-spacing: normal;
  text-align: center;
  line-height: 30px;
}

.news_pagenation {
  max-width: 640px;
  margin: 0 auto;
}
.news_pagenation .news_page_inner {
  margin-top: clamp(20px, 1.562vw, 30px);
  display: flex;
  gap: 2vw;
  justify-content: center;
}
.news_pagenation .news_page_inner li {
  font-size: clamp(14px, 0.83vw, 16px);
}
.news_pagenation .news_page_inner li a.news_active {
  color: #E60027;
  font-weight: bold;
}

.ticket_info {
  max-width: 640px;
  margin: 0 auto;
}
.ticket_info .ticket_s {
  margin-top: clamp(30px, 2.6vw, 50px);
  font-size: clamp(14px, 0.83vw, 16px);
}
.ticket_info .ticket_m {
  margin-top: clamp(10px, 0.52vw, 10px);
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 1.4;
  color: #1D2088;
  font-weight: bold;
  border-bottom: #E60027 2px solid;
  display: inline-block;
}

.news_c_details {
  max-width: 640px;
  margin: 0 auto;
  margin-top: clamp(30px, 2.6vw, 50px);
  font-size: clamp(15px, 0.937vw, 18px);
  line-height: 1.4;
}

.ticket_infomation {
  padding-top: clamp(50px, 5.2vw, 100px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
}
.ticket_infomation .ticket_info_content {
  max-width: 640px;
  margin: 0 auto;
}
.ticket_infomation .ticket_info_content .content_title_s {
  font-size: clamp(15px, 0.937vw, 18px);
  font-weight: bold;
  color: #E60027;
}
.ticket_infomation .ticket_info_content .ticket_info_innner {
  margin-top: clamp(20px, 1.041vw, 20px);
}
.ticket_infomation .ticket_info_content .ticket_info_innner li {
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 1.8;
  padding-top: clamp(15px, 0.781vw, 15px);
  padding-bottom: clamp(15px, 0.781vw, 15px);
}
.ticket_infomation .ticket_info_content .ticket_info_innner li + li {
  border-top: #1D2088 1px solid;
}

.artist .artist_content .artist_img .back_blue {
  background: #1D2088;
  padding-top: clamp(20px, 1.041vw, 20px);
  padding-bottom: clamp(20px, 1.562vw, 30px);
}
.artist .artist_content .artist_img .back_blue .artist_names {
  text-align: center;
  font-size: clamp(18px, 1.041vw, 20px);
  padding-left: 0;
}
.artist .artist_content .artist_img .back_blue .artist_button {
  text-align: center;
  background: #E60027;
  border-radius: 20px;
  width: 200px;
  margin-top: clamp(10px, 0.52vw, 10px);
  margin-left: auto;
  margin-right: auto;
}

.tmb {
  max-width: 800px;
  margin: 0 auto;
  display: none;
}

.tmb_img {
  width: 100%;
  height: auto;
}

.tmb_img:hover {
  cursor: pointer;
}

.popup {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}

.popup__btn {
  display: block;
  z-index: 13;
  position: absolute;
  top: 10vh;
  right: 8vh;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}

.popup__btn::before,
.popup__btn::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: "";
}

.popup__btn::before {
  transform: rotate(45deg);
}

.popup__btn::after {
  transform: rotate(-45deg);
}

.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup__img {
  z-index: 11;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -55%);
  height: auto;
  width: clamp(0px, 80vw, 1000px);
}

.popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}

.font-color--red a {
  color: #E60027;
}

.jal-info {
  padding-top: clamp(50px, 5.2vw, 100px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
  background: #1D2088;
}
.jal-info .jal-info_list {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
}
.jal-info .jal-info_item {
  padding-inline: 80px;
  margin: 0 auto;
}
.jal-info .jal-info_title {
  font-size: clamp(15px, 1.56vw, 30px);
  color: #1D2088;
  line-height: 1.4;
  font-weight: bold;
}
.jal-info .jal-info_comment {
  display: grid;
  grid-template-columns: 8fr 2fr;
}
.jal-info .jal-info_comment .jal-info_desc {
  font-size: clamp(15px, 0.937vw, 18px);
  line-height: 2;
}
.jal-info .jal-info_comment {
  margin-bottom: clamp(10px, 0.52vw, 10px);
}
.jal-info .jal-info_link a {
  display: inline-block;
  width: 100%;
  background: #fff;
  color: #E60027;
  border: 2px solid #E60027;
  border-radius: 20px;
  text-align: center;
  font-size: clamp(15px, 1.56vw, 30px);
  font-weight: bold;
  line-height: 2.6;
  transition-duration: 0.3s;
}
.jal-info .jal-info_link a:hover {
  background: #fff;
  color: #E60027;
  border: 2px solid #E60027;
}
.jal-info .jal-info_attn {
  font-size: clamp(15px, 0.937vw, 18px);
  line-height: 2;
  margin-bottom: clamp(10px, 0.52vw, 10px);
}/*# sourceMappingURL=pc_style.css.map */