/* Japan Premiere Tour */
@keyframes jpt_shine {
  0% {
    background-position: 100% 0;
    text-shadow: none;
  }
  18% {
    text-shadow: 0 0 12px rgba(255, 240, 195, 0.28), 0 0 34px rgba(212, 178, 100, 0.22);
  }
  50% {
    text-shadow: 0 0 14px rgba(255, 245, 215, 0.42), 0 0 42px rgba(212, 178, 100, 0.32);
  }
  82% {
    text-shadow: 0 0 12px rgba(255, 240, 195, 0.28), 0 0 34px rgba(212, 178, 100, 0.22);
  }
  100% {
    background-position: 0% 0;
    text-shadow: none;
  }
}
@keyframes jpt_flash {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
  }
}
@keyframes jpt_shine_subtle {
  0% {
    background-position: 100% 0;
    text-shadow: none;
  }
  50% {
    text-shadow: 0 0 16px rgba(255, 246, 222, 0.22);
  }
  100% {
    background-position: 0% 0;
    text-shadow: none;
  }
}
html body {
  padding: 0;
}
html body .jpt_hero_flash {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}
html body .jpt_hero_flash.is_flash {
  animation: jpt_flash 0.22s ease-out 1;
}
html body .page_wrap.jpt_wrap {
  width: 100%;
  max-width: none;
  margin: 40px 0 0;
  background: #0a0a0a;
  color: white;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
html body .page_wrap.jpt_wrap .jpt_inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
html body .page_wrap.jpt_wrap p,
html body .page_wrap.jpt_wrap li,
html body .page_wrap.jpt_wrap dd,
html body .page_wrap.jpt_wrap th,
html body .page_wrap.jpt_wrap td,
html body .page_wrap.jpt_wrap h2,
html body .page_wrap.jpt_wrap h3,
html body .page_wrap.jpt_wrap h4 {
  line-break: strict;
  word-break: auto-phrase;
  text-wrap: pretty;
}
html body .page_wrap.jpt_wrap .jpt_sec_label {
  color: #bdb478;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  margin: 0 0 18px;
}
html body .page_wrap.jpt_wrap .jpt_sec_title {
  font-family: "swear-display", "Times New Roman", serif;
  font-size: clamp(2.8rem, 3.4vw, 4.8rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 0 24px;
}
html body .page_wrap.jpt_wrap .jpt_sec_note {
  color: #bfbfbf;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 56px;
}
html body .page_wrap.jpt_wrap .jpt_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 16px 34px;
  box-sizing: border-box;
  border: 1px solid #bdb478;
  color: #bdb478;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-decoration: none;
  background: transparent;
  transition: background 0.5s, color 0.5s;
}
html body .page_wrap.jpt_wrap .jpt_btn:hover {
  background: #bdb478;
  color: #000;
}
html body .page_wrap.jpt_wrap .jpt_btn.is_disabled {
  border-color: rgba(255, 255, 255, 0.18);
  color: #7c7b7b;
  cursor: default;
  pointer-events: none;
}
html body .page_wrap.jpt_wrap .jpt_btn.jpt_btn_lg {
  min-width: 260px;
  padding: 22px 40px;
}
html body .page_wrap.jpt_wrap .jpt_hero {
  width: 100%;
  height: 100vh;
  min-height: 620px;
  position: relative;
  overflow: hidden;
}
html body .page_wrap.jpt_wrap .jpt_hero .jpt_hero_media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}
html body .page_wrap.jpt_wrap .jpt_hero .jpt_hero_veil {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.85) 100%);
}
html body .page_wrap.jpt_wrap .jpt_hero .jpt_hero_inner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30vh;
  padding: 0 60px;
  box-sizing: border-box;
  text-align: center;
}
html body .page_wrap.jpt_wrap .jpt_hero .jpt_hero_inner .jpt_hero_eyebrow {
  color: #ccc;
  font-size: 1.3rem;
  letter-spacing: 0.4em;
  margin: 0 0 22px;
}
html body .page_wrap.jpt_wrap .jpt_hero .jpt_hero_inner .jpt_hero_title {
  font-family: "swear-display", "Times New Roman", serif;
  font-size: clamp(4rem, 7vw, 9.6rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin: 0 0 28px;
}
html body .page_wrap.jpt_wrap .jpt_hero .jpt_hero_inner .jpt_hero_title.is_shine {
  color: transparent;
  background-size: 300% 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(100deg, #fff 0%, #fff 40%, #fdf6e6 46%, #efe0bb 50%, #fdf6e6 54%, #fff 60%, #fff 100%);
  animation: jpt_shine_subtle 2.6s cubic-bezier(0.4, 0.12, 0.35, 0.95) 1;
}
html body .page_wrap.jpt_wrap .jpt_hero .jpt_hero_inner .jpt_hero_lead {
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  margin: 0 0 10px;
}
html body .page_wrap.jpt_wrap .jpt_hero .jpt_hero_inner .jpt_hero_sub {
  color: #bdb478;
  font-size: 1.4rem;
  letter-spacing: 0.24em;
  margin: 0;
}
html body .page_wrap.jpt_wrap .jpt_hero .jpt_hero_scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  color: #ccc;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
html body .page_wrap.jpt_wrap .jpt_hero .jpt_hero_scroll span {
  width: 1px;
  height: 46px;
  background: rgba(255, 255, 255, 0.18);
  display: block;
}
html body .page_wrap.jpt_wrap .jpt_intro {
  padding: 140px 0;
}
html body .page_wrap.jpt_wrap .jpt_intro .jpt_sec_title {
  font-size: clamp(2.2rem, 2.5vw, 3.4rem);
  line-height: 1.7;
}
html body .page_wrap.jpt_wrap .jpt_intro .jpt_intro_body p {
  color: #ccc;
  font-size: 1.6rem;
  line-height: 2.4;
  margin: 0 0 28px;
  text-align: justify;
  text-justify: inter-character;
}
html body .page_wrap.jpt_wrap .jpt_intro .jpt_intro_body .jpt_intro_sign {
  color: #bdb478;
  font-family: "swear-display", "Times New Roman", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin: 40px 0 0;
}
html body .page_wrap.jpt_wrap .jpt_venues {
  padding: 120px 0 140px;
  background: #111;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.5s, transform 0.5s;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card:hover {
  border-color: rgba(189, 180, 120, 0.6);
  transform: translateY(-6px);
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card.is_tba, html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card.is_closed {
  opacity: 0.55;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card.is_tba:hover, html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card.is_closed:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.18);
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card .jpt_venue_thumb {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card .jpt_venue_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card .jpt_venue_thumb .jpt_venue_area {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: white;
  font-size: 1.2rem;
  letter-spacing: 0.28em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card .jpt_venue_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 20px 26px;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card .jpt_venue_body .jpt_venue_name {
  font-family: "swear-display", "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 12px;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card .jpt_venue_body .jpt_venue_name span {
  display: block;
  color: #bfbfbf;
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  margin-top: 8px;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card .jpt_venue_body .jpt_venue_date {
  flex: 1;
  color: #bdb478;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin: 0 0 22px;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card .jpt_venue_body .jpt_venue_date span {
  padding: 0 4px;
  opacity: 0.6;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid .jpt_venue_card .jpt_venue_body .jpt_btn {
  width: 100%;
  min-width: 0;
  padding: 14px 10px;
  letter-spacing: 0.16em;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venues_note {
  max-width: 900px;
  margin: 72px auto 0;
  padding-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venues_note h3 {
  font-family: "swear-display", "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: white;
  margin: 0 0 22px;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venues_note h3 span {
  margin: 0 0.4em;
  color: #bdb478;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venues_note h3 em {
  font-family: "swear-display", "Times New Roman", serif;
  font-style: normal;
  font-size: 1.5rem;
  color: #a8a8a8;
}
html body .page_wrap.jpt_wrap .jpt_venues .jpt_venues_note p {
  color: #ccc;
  font-size: 1.6rem;
  line-height: 2.2;
  margin: 0;
}
html body .page_wrap.jpt_wrap .jpt_detail {
  padding: 130px 0 140px;
  scroll-margin-top: 0;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_tabs {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 56px;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_tabs .jpt_tab {
  padding: 16px 30px;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #bfbfbf;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  cursor: pointer;
  transition: color 0.5s, border-color 0.5s;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_tabs .jpt_tab:hover {
  color: white;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_tabs .jpt_tab.is_active {
  color: #bdb478;
  border-bottom-color: #bdb478;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_tabs .jpt_tab.is_tba, html body .page_wrap.jpt_wrap .jpt_detail .jpt_tabs .jpt_tab.is_closed {
  color: #7c7b7b;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_tabs .jpt_tab.is_tba span, html body .page_wrap.jpt_wrap .jpt_detail .jpt_tabs .jpt_tab.is_closed span {
  margin-left: 8px;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  opacity: 0.8;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel {
  display: none;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel.is_active {
  display: block;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_visual {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 64px;
  overflow: hidden;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: stretch;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_info .jpt_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_info .jpt_table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_info .jpt_table tr th {
  width: 150px;
  padding: 20px 0;
  color: #bfbfbf;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-align: left;
  vertical-align: top;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_info .jpt_table tr td {
  padding: 20px 0;
  font-size: 1.6rem;
  line-height: 1.9;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_info .jpt_table tr td .jpt_tag {
  display: inline-block;
  margin-left: 14px;
  padding: 3px 12px;
  border: 1px solid rgba(189, 180, 120, 0.5);
  color: #bdb478;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_info .jpt_table tr td .jpt_addr {
  color: #bfbfbf;
  font-size: 1.4rem;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_info .jpt_notes {
  list-style: none;
  padding: 26px 0 0;
  margin: 34px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_info .jpt_notes li {
  color: #7c7b7b;
  font-size: 1.3rem;
  line-height: 1.9;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_info .jpt_notes li + li {
  margin-top: 14px;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_access {
  height: 100%;
  display: flex;
  flex-direction: column;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_access .jpt_access_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_access .jpt_access_info .jpt_min_title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin: 0;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_access .jpt_access_info .jpt_list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_access .jpt_access_info .jpt_list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 14px;
  color: #ccc;
  font-size: 1.6rem;
  line-height: 2.2;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_access .jpt_access_info .jpt_list li:last-child {
  margin-bottom: 0;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_access .jpt_access_info .jpt_list li::before {
  content: "";
  width: 5px;
  height: 1px;
  position: absolute;
  top: 1em;
  left: 0;
  background: #bdb478;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_access_map {
  border: 1px solid rgba(255, 255, 255, 0.18);
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_access_map a {
  display: block;
  position: relative;
  text-decoration: none;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_access_map a:hover .jpt_zoom {
  background: #bdb478;
  border-color: #bdb478;
  color: #000;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_access_map img {
  width: 100%;
  height: auto;
  display: block;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_access_map .jpt_zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.6);
  color: #ccc;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  transition: background 0.5s, color 0.5s;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_map {
  width: 100%;
  aspect-ratio: 21/9;
  position: relative;
  margin-top: 56px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_map iframe {
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(1) invert(0.92) contrast(0.85);
  transition: filter 0.5s;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_map .jpt_map_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_map.is_active iframe {
  filter: grayscale(0) invert(0) contrast(1);
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_map.is_active .jpt_map_cover {
  display: none;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form {
  margin-top: 110px;
  padding: 64px 56px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form .jpt_form_title {
  font-family: "swear-display", "Times New Roman", serif;
  font-size: 2.8rem;
  font-weight: 400;
  margin: 0 0 16px;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form .jpt_form_target {
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
  padding: 24px 28px;
  margin: 0 0 32px;
  border-left: 2px solid #bdb478;
  background: rgba(255, 255, 255, 0.03);
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form .jpt_form_target div {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 6px 0;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form .jpt_form_target dt {
  flex: 0 0 auto;
  color: #bdb478;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form .jpt_form_target dd {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form .jpt_form_target dd span {
  color: #bfbfbf;
  font-size: 1.4rem;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form .jpt_form_note {
  color: #bfbfbf;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 40px;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form input[type=text],
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form input[type=email],
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form input[type=tel],
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form input[type=date],
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form textarea,
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 1.6rem;
  box-sizing: border-box;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form input[type=submit] {
  min-width: 240px;
  width: auto;
  margin-top: 20px;
  padding: 18px 40px;
  border: 1px solid #bdb478;
  background: transparent;
  color: #bdb478;
  letter-spacing: 0.24em;
  cursor: pointer;
  transition: background 0.5s, color 0.5s;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form input[type=submit]:hover {
  background: #bdb478;
  color: #000;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_tba,
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_closed {
  padding: 120px 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_tba .jpt_tba_mark,
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_tba .jpt_closed_mark,
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_closed .jpt_tba_mark,
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_closed .jpt_closed_mark {
  color: #bdb478;
  font-family: "swear-display", "Times New Roman", serif;
  font-size: 5.4rem;
  letter-spacing: 0.18em;
  margin: 0 0 24px;
}
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_tba p,
html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_closed p {
  color: #bfbfbf;
  font-size: 1.6rem;
  line-height: 2.2;
  margin: 0;
}
html body .page_wrap.jpt_wrap .jpt_machines {
  padding: 120px 0 140px;
  background: #111;
}
html body .page_wrap.jpt_wrap .jpt_machines .jpt_machine_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin: 20px 0 70px;
}
html body .page_wrap.jpt_wrap .jpt_machines .jpt_machine_row .jpt_machine {
  margin: 0;
}
html body .page_wrap.jpt_wrap .jpt_machines .jpt_machine_row .jpt_machine .jpt_machine_img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
html body .page_wrap.jpt_wrap .jpt_machines .jpt_machine_row .jpt_machine .jpt_machine_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s;
}
html body .page_wrap.jpt_wrap .jpt_machines .jpt_machine_row .jpt_machine:hover .jpt_machine_img img {
  transform: scale(1.06);
}
html body .page_wrap.jpt_wrap .jpt_machines .jpt_machine_row .jpt_machine figcaption {
  padding: 22px 24px 0;
}
html body .page_wrap.jpt_wrap .jpt_machines .jpt_machine_row .jpt_machine figcaption h3 {
  font-family: "swear-display", "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0 0 8px;
}
html body .page_wrap.jpt_wrap .jpt_machines .jpt_machine_row .jpt_machine figcaption p {
  color: #bfbfbf;
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0;
}
html body .page_wrap.jpt_wrap .jpt_machines .jpt_notes {
  list-style: none;
  padding: 0;
  margin: 0;
}
html body .page_wrap.jpt_wrap .jpt_machines .jpt_notes li {
  color: #7c7b7b;
  font-size: 1.4rem;
  line-height: 2.1;
}
html body .page_wrap.jpt_wrap .jpt_cta {
  padding: 150px 0 170px;
  text-align: center;
}
html body .page_wrap.jpt_wrap .jpt_cta h2 {
  font-family: "swear-display", "Times New Roman", serif;
  font-size: clamp(3.2rem, 4vw, 5.4rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0 0 24px;
}
html body .page_wrap.jpt_wrap .jpt_cta h2.is_shine {
  color: transparent;
  background-size: 300% 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(100deg, #fff 0%, #fff 24%, #fdf3dc 32%, #e8cf94 40%, #d4b264 50%, #e8cf94 60%, #fdf3dc 68%, #fff 76%, #fff 100%);
  animation: jpt_shine 1.4s cubic-bezier(0.3, 0.35, 0.3, 1) 1;
}
html body .page_wrap.jpt_wrap .jpt_cta p {
  color: #bfbfbf;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin: 0 0 50px;
}
@media screen and (max-width: 1024px) {
  html body .page_wrap.jpt_wrap .jpt_inner {
    padding: 0 28px;
  }
  html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  html body .page_wrap.jpt_wrap .jpt_venues .jpt_venues_note {
    margin-top: 56px;
  }
  html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  html body .page_wrap.jpt_wrap .jpt_machines .jpt_machine_row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  html body .page_wrap.jpt_wrap {
    margin-top: 28px;
  }
  html body .page_wrap.jpt_wrap .jpt_inner {
    padding: 0 20px;
  }
  html body .page_wrap.jpt_wrap .jpt_hero {
    height: 88vh;
    min-height: 520px;
  }
  html body .page_wrap.jpt_wrap .jpt_hero .jpt_hero_inner {
    bottom: 26vh;
    padding: 0 24px;
  }
  html body .page_wrap.jpt_wrap .jpt_hero .jpt_hero_inner .jpt_hero_lead {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  html body .page_wrap.jpt_wrap .jpt_intro {
    padding: 84px 0;
  }
  html body .page_wrap.jpt_wrap .jpt_venues {
    padding: 76px 0 84px;
  }
  html body .page_wrap.jpt_wrap .jpt_venues .jpt_venue_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  html body .page_wrap.jpt_wrap .jpt_detail {
    padding: 80px 0 90px;
  }
  html body .page_wrap.jpt_wrap .jpt_detail .jpt_tabs {
    overflow-x: auto;
    margin-bottom: 36px;
    -webkit-overflow-scrolling: touch;
  }
  html body .page_wrap.jpt_wrap .jpt_detail .jpt_tabs .jpt_tab {
    flex: 0 0 auto;
    padding: 14px 20px;
    font-size: 1.4rem;
  }
  html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_visual {
    aspect-ratio: 4/3;
    margin-bottom: 40px;
  }
  html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_info .jpt_table tr th,
  html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_info .jpt_table tr td {
    display: block;
    width: 100%;
  }
  html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_info .jpt_table tr th {
    padding: 18px 0 4px;
  }
  html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_info .jpt_table tr td {
    padding: 0 0 18px;
  }
  html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_panel_grid .jpt_panel_info .jpt_table tr td .jpt_tag {
    display: inline-block;
    margin: 8px 0 0;
  }
  html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form {
    margin-top: 64px;
    padding: 36px 22px;
  }
  html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form .jpt_form_target {
    gap: 0;
    padding: 18px 20px;
  }
  html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_form .jpt_form_target div {
    flex-direction: column;
    gap: 4px;
  }
  html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_tba,
  html body .page_wrap.jpt_wrap .jpt_detail .jpt_panel .jpt_closed {
    padding: 70px 20px;
  }
  html body .page_wrap.jpt_wrap .jpt_machines {
    padding: 76px 0 90px;
  }
  html body .page_wrap.jpt_wrap .jpt_machines .jpt_machine_row {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 16px 0 50px;
  }
  html body .page_wrap.jpt_wrap .jpt_machines .jpt_machine_row .jpt_machine .jpt_machine_img {
    aspect-ratio: 4/3;
  }
  html body .page_wrap.jpt_wrap .jpt_cta {
    padding: 90px 0 100px;
  }
  html body .page_wrap.jpt_wrap .jpt_cta .jpt_btn_lg {
    width: 100%;
    min-width: 0;
  }
}
