.tickets_info_block.sold .sale_end span, .tickets_info_block .tickets_info_name .cat_red,
.tickets_info_block .tickets_info_name .cat_black {
  font-size: clamp(1.2rem, 3vw, 1.4rem);
}

.tickets_modal_inner .price, .tickets_info_block .tickets_cont_text_price {
  font-size: clamp(1.5rem, 3.75vw, 2.3rem);
  font-weight: bold;
}

.tickets_modal_inner .title {
  font-size: clamp(1.7rem, 4.25vw, 2.2rem);
  font-weight: bold;
  line-height: 1.5;
}

.tickets_privilege_item .priv_box .priv_text_box .title {
  font-size: clamp(1.5rem, 3.75vw, 1.8rem);
  font-weight: bold;
  line-height: 1.5;
}

.tickets_info_block .tickets_cont_area_guide_item .title strong {
  font-size: clamp(1.3rem, 3.25vw, 1.6rem);
  font-weight: bold;
  line-height: 1.5;
}

.tickets_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  color: #fff;
}
.tickets_table .col_01,
.tickets_table .title {
  width: calc(100% - 110px);
}
@media print, screen and (min-width: 600px) {
  .tickets_table .col_01,
  .tickets_table .title {
    width: calc(100% - 140px);
  }
}
.tickets_table .col_02,
.tickets_table .price {
  width: 70px;
}
@media print, screen and (min-width: 600px) {
  .tickets_table .col_02,
  .tickets_table .price {
    width: 80px;
  }
}
.tickets_table .col_03,
.tickets_table .detail {
  width: 40px;
}
@media print, screen and (min-width: 600px) {
  .tickets_table .col_03,
  .tickets_table .detail {
    width: 60px;
  }
}
.tickets_table tr {
  border-bottom: 1px solid #e5e5e5;
}
.tickets_table th {
  font-weight: normal;
  padding: 6px 0;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .tickets_table th {
    padding: 8px 0;
  }
}
.tickets_table th:first-child {
  text-align: left;
}
.tickets_table th.title {
  font-weight: bold;
}
.tickets_table td {
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .tickets_table td {
    font-size: 1.5rem;
    padding: 12px 0;
  }
}
.tickets_table td i {
  font-size: 1.7rem;
}
@media print, screen and (min-width: 768px) {
  .tickets_table td i {
    font-size: 2rem;
  }
}
.tickets_table td i::before {
  transition: 0.3s ease;
  color: #fff;
}
.tickets_table td i:hover::before {
  opacity: 0.6;
}

.tickets_map {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  gap: 8px;
}
.tickets_map .text > *:first-child {
  margin-top: 0 !important;
}

.tickets_privilege {
  margin-top: 30px;
}

.tickets_privilege_item {
  position: relative;
  padding: clamp(2.6rem, 6.5vw, 3.2rem) clamp(2.4rem, 6vw, 3rem);
}
.tickets_privilege_item + .tickets_privilege_item {
  margin-top: 14px;
}
.tickets_privilege_item {
  border-radius: 6px;
  background: repeating-linear-gradient(135deg, #b5bbc9 0%, #e4e3f1 18%, #f8e8e2 25%, #fff2ee 28%, #b5bbc9 50%);
  color: #08104a;
  overflow: hidden;
}
.tickets_privilege_item .priv_img {
  position: absolute;
  top: clamp(2.5rem, 6.25vw, 2.6rem);
  right: clamp(1.8rem, 4.5vw, 2.4rem);
  width: clamp(5.5rem, 13.75vw, 6.5rem);
  margin-top: 0;
}
@media print, screen and (min-width: 600px) {
  .tickets_privilege_item .priv_img {
    top: 20px;
    width: 80px;
  }
}
.tickets_privilege_item .priv_catch {
  display: inline-block;
  background-color: #08104a;
  color: #fff;
  line-height: 1;
  padding: 6px 12px;
  font-weight: bold;
  border-radius: 3px;
}
.tickets_privilege_item .priv_box {
  position: relative;
  margin-top: 10px;
}
.tickets_privilege_item .priv_box .priv_text_box > *:first-child {
  margin-top: 0 !important;
}
.tickets_privilege_item .priv_box .priv_text_box .title {
  padding-right: clamp(5.5rem, 13.75vw, 6.5rem);
  color: #08104a;
}
@media print, screen and (min-width: 600px) {
  .tickets_privilege_item .priv_box .priv_text_box .title {
    padding-right: 80px;
  }
}
.tickets_privilege_item .priv_box .priv_text_box .text {
  margin-top: 15px;
  color: #08104a;
}

.tickets_info_block {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #08104a;
  box-shadow: 2px 2px #08104a;
}
.tickets_info_block + .tickets_info_block {
  margin-top: 30px;
}
.tickets_info_block .sale_end {
  display: none;
}
.tickets_info_block .tickets_info_date {
  padding: clamp(1.4rem, 3.5vw, 1.8rem) clamp(2.4rem, 6vw, 2.8rem);
  background: #535981;
  color: #fff;
  font-size: clamp(1.3rem, 3.25vw, 1.5rem);
  font-weight: bold;
  line-height: 1.5;
}
.tickets_info_block .tickets_info_name {
  position: relative;
  font-size: clamp(1.3rem, 3.25vw, 1.5rem);
  font-weight: bold;
  padding: clamp(1.4rem, 3.5vw, 1.8rem) clamp(1.4rem, 3.5vw, 1.8rem);
  padding-right: clamp(4rem, 10vw, 4.8rem);
  line-height: 1.5;
}
@media print, screen and (min-width: 920px) {
  .tickets_info_block .tickets_info_name {
    cursor: pointer;
  }
}
.tickets_info_block .tickets_info_name .toggle {
  position: absolute;
  display: block;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 600px) {
  .tickets_info_block .tickets_info_name .toggle {
    width: 25px;
    height: 25px;
    right: 20px;
  }
}
.tickets_info_block .tickets_info_name .toggle:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  content: "\e921";
  font-size: 22px;
  color: #08104a;
  transition: 0.3s;
  font-size: 20px;
  transition: 0.3s ease;
  transform-origin: center;
}
@media print, screen and (min-width: 600px) {
  .tickets_info_block .tickets_info_name .toggle:before {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 920px) {
  .tickets_info_block .tickets_info_name:hover .toggle {
    opacity: 0.6;
  }
}
.tickets_info_block .tickets_info_name .notes {
  display: block;
  color: #333;
  margin-top: 5px;
  font-size: 1.1rem;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .tickets_info_block .tickets_info_name .notes {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.tickets_info_block .tickets_info_name .cat_red,
.tickets_info_block .tickets_info_name .cat_black {
  display: inline-block;
  line-height: 1;
  padding: 4px clamp(0.6rem, 1.5vw, 1rem) 5px;
  color: #fff;
  background: #ff4d5e;
  position: relative;
  font-weight: bold;
  border-radius: 3px;
  margin-bottom: 5px;
}
.tickets_info_block .tickets_info_name .cat_black {
  background: #08104a;
}
.tickets_info_block .tickets_info_name .cat_orange {
  display: inline-flex;
  line-height: 1;
  margin-left: 14px;
  color: #08104a;
  gap: 5px;
}
.tickets_info_block .tickets_info_name .cat_orange i {
  position: relative;
  top: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: url(../img/tickets/privilege_bg.svg) no-repeat 0 0;
  background-size: 100%;
  font-style: normal;
  color: #fff;
}
.tickets_info_block .tickets_info_contents {
  padding: 0 clamp(1.4rem, 3.5vw, 1.8rem);
  display: none;
}
.tickets_info_block .tickets_cont_item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tickets_info_block .tickets_cont_item * {
  color: #08104a;
}
.tickets_info_block .tickets_cont_item p {
  color: #08104a;
}
.tickets_info_block .tickets_cont_item ul li,
.tickets_info_block .tickets_cont_item ol li {
  color: #08104a;
}
.tickets_info_block .tickets_cont_item > *:first-child {
  margin-top: 0 !important;
}
.tickets_info_block .tickets_cont_item + .tickets_cont_item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 0;
}
.tickets_info_block .tickets_cont_item:last-of-type {
  border-bottom: 0;
}
.tickets_info_block .tickets_cont_text_price {
  margin-top: 5px;
}
.tickets_info_block .tickets_cont_price_box_item + .tickets_cont_price_box_item {
  margin-top: 30px;
}
.tickets_info_block .tickets_cont_confirm {
  font-size: 1.7rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .tickets_info_block .tickets_cont_confirm {
    font-size: 2.3rem;
  }
}
.tickets_info_block .tickets_cont_confirm > span {
  display: inline-block;
}
.tickets_info_block .tickets_cont_priv_box {
  background: url(../img/common/parts_h2_bottom_line_b.svg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: calc(30px + clamp(1.2rem, 3.5vw, 2rem));
}
.tickets_info_block .tickets_cont_priv_box_item {
  display: flex;
  align-items: center;
}
.tickets_info_block .tickets_cont_priv_box_item + .tickets_cont_priv_box_item {
  margin-top: 30px;
}
.tickets_info_block .tickets_cont_priv_box_item .priv_img {
  margin-top: 0;
}
.tickets_info_block .tickets_cont_priv_box_item .priv_img img {
  width: 46px;
}
@media print, screen and (min-width: 600px) {
  .tickets_info_block .tickets_cont_priv_box_item .priv_img img {
    width: 55px;
  }
}
.tickets_info_block .tickets_cont_priv_box_item .priv_text {
  margin-top: 0;
  padding-left: clamp(1rem, 2.5vw, 1.5rem);
  width: 10.5em;
  color: #08104a;
}
.tickets_info_block .tickets_cont_priv_box_item .priv_sub_text {
  font-weight: bold;
  padding: 0 3px;
}
.tickets_info_block .tickets_cont_priv_box_item .priv_sub_text.orange {
  padding: 0;
}
.tickets_info_block .tickets_cont_priv_box_item .priv_sub_text.orange i {
  width: 43px;
  height: 43px;
  background: url(../img/tickets/privilege_bg.svg) no-repeat 0 0;
  background-size: 100%;
}
.tickets_info_block .tickets_cont_priv_box_item .priv_sub_text i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0 0 2px 0;
  color: #fff;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: bold;
  border-radius: 100px;
  background: #b2b7d3;
}
.tickets_info_block .tickets_cont_area_guide_item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.tickets_info_block .tickets_cont_area_guide_item .title {
  width: 50%;
  padding-right: 5%;
}
.tickets_info_block .tickets_cont_area_guide_item .title strong {
  display: block;
  color: #ff4d5e;
}
.tickets_info_block .tickets_cont_area_guide_item .title .mini {
  display: block;
}
.tickets_info_block .tickets_cont_area_guide_item .img {
  width: 50%;
}
.tickets_info_block .tickets_info_sale_site {
  border-top: 1px solid #e5e5e5;
  padding: clamp(1.4rem, 3.5vw, 1.8rem);
}
.tickets_info_block .tickets_sale_site_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tickets_info_block .tickets_sale_site_list li {
  width: calc((100% - 10px) / 2);
}
.tickets_info_block .tickets_sale_site_list li.wide {
  width: 100%;
}
.tickets_info_block .tickets_sale_site_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  position: relative;
  background: #fff;
  padding: 1px 0;
  border: 1px solid #e5e5e5;
}
@media print, screen and (min-width: 768px) {
  .tickets_info_block .tickets_sale_site_list li a {
    height: 62px;
    justify-content: center;
  }
}
.tickets_info_block .tickets_sale_site_list li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #e5e5e5 transparent;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 920px) {
  .tickets_info_block .tickets_sale_site_list li a:hover {
    border-color: #ff4d5e;
  }
  .tickets_info_block .tickets_sale_site_list li a:hover:before {
    border-color: transparent transparent #ff4d5e transparent;
  }
}
.tickets_info_block .tickets_sale_site_list li a img {
  max-height: 100%;
}
.tickets_info_block .tickets_sale_site_list li a.no_link {
  pointer-events: none;
}
.tickets_info_block .tickets_sale_site_list li p {
  font-weight: bold;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .tickets_info_block .tickets_sale_site_list li p {
    font-size: 1.3rem;
  }
}
.tickets_info_block .tickets_sale_site_list li p .red {
  color: #e74c3c;
}
.tickets_info_block .tickets_sale_site_list li.coming_soon a, .tickets_info_block .tickets_sale_site_list li.before a {
  background-color: #dedede;
  pointer-events: none;
}
.tickets_info_block .tickets_sale_site_list li.coming_soon a img, .tickets_info_block .tickets_sale_site_list li.before a img {
  opacity: 0.6;
}
.tickets_info_block .tickets_sale_site_list li.coming_soon span.mini, .tickets_info_block .tickets_sale_site_list li.before span.mini {
  font-size: 1.1rem;
}
.tickets_info_block.active .tickets_info_name .toggle {
  opacity: 0.5;
}
.tickets_info_block.active .tickets_info_name .toggle:before {
  margin-top: -1px;
  transform: rotate(180deg);
}

.ticket_link {
  color: #dc5014;
  text-decoration: underline;
}

.tickets_info_block.sold {
  background-color: #9b9b9b;
}
.tickets_info_block.sold .tickets_info_date {
  background-color: #b2b7d3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tickets_info_block.sold .sale_end {
  display: inline-block;
}
.tickets_info_block.sold .sale_end span {
  display: inline-block;
  line-height: 1;
  padding: 4px clamp(0.6rem, 1.5vw, 1rem) 5px;
  color: #fff;
  background: #08104a;
  position: relative;
  font-weight: bold;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.tickets_info_block.sold .tickets_info_sale_site {
  border-top-color: #e5e5e5;
}
.tickets_info_block.sold .tickets_cont_item {
  border-bottom-color: #e5e5e5;
}
.tickets_info_block.sold .tickets_info_name .cat_red,
.tickets_info_block.sold .tickets_info_name .cat_blue {
  background-color: #ff4d5e;
}

.js-scrollable td,
.js-scrollable th {
  white-space: nowrap;
}

.tickets_table_buy_paragraph {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .tickets_table_buy_paragraph {
    margin-bottom: 30px;
  }
}

.tickets_h2 {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .tickets_h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

.tickets_small {
  color: #999;
  font-size: 1.2rem;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .tickets_small {
    font-size: 1.4rem;
  }
}

.tickets_modal_box {
  position: relative;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) {
  .tickets_modal_box {
    max-width: 500px;
  }
}
.tickets_modal_box button.mfp-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #08104a;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 1;
  transition: 0.3s ease;
}
.tickets_modal_box button.mfp-close .left {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}
.tickets_modal_box button.mfp-close .right {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  pointer-events: none;
}
.tickets_modal_box button.mfp-close:active {
  top: -20px;
}
.tickets_modal_box button.mfp-close:hover {
  opacity: 0.6;
}

.tickets_modal_inner {
  padding: 35px 0;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .tickets_modal_inner {
    padding: 50px 0;
    width: calc(100% - 80px);
  }
}
.tickets_modal_inner .title {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .tickets_modal_inner .title {
    margin-bottom: 10px;
  }
}
.tickets_modal_inner .price {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .tickets_modal_inner .price {
    margin-bottom: 20px;
  }
}
.tickets_modal_inner .text .color_red,
.tickets_modal_inner .text .color_red_bold {
  color: #ff4d5e;
}
.tickets_modal_inner .text .color_red_bold {
  font-weight: bold;
}

.tickets_area_img {
  margin-top: 30px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .tickets_area_img {
    margin-top: 40px;
  }
}
.tickets_area_img figcaption {
  font-weight: bold;
  font-size: 1.7rem;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .tickets_area_img figcaption {
    font-size: 1.8rem;
  }
}

.page_text_link.coming_soon {
  color: #08104a;
  text-decoration: none;
  pointer-events: none;
}

.page_title_h3 .resale_category {
  position: relative;
  top: -2px;
  font-style: normal;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1;
  padding: 1px 7px 2px;
}
@media print, screen and (min-width: 768px) {
  .page_title_h3 .resale_category {
    font-size: 1.3rem;
    padding: 2px 7px 3px;
    top: -3px;
  }
}
.page_title_h3 .resale_category.red {
  background: #e6492f;
}
.page_title_h3 .resale_category.blue {
  background: #1c91ff;
}

.tickets_resale_date {
  font-size: 1.7rem;
  font-weight: bold;
}
@media print, screen and (min-width: 920px) {
  .tickets_resale_date {
    font-size: 2.3rem;
  }
}
.tickets_resale_date span {
  display: inline-block;
}

.resale .page_number_list > li::before {
  color: #ff4d5e;
}

.resale_example_box {
  background-color: #f7f6f5;
  padding: 20px;
  margin: 20px 0 20px -22px;
}
@media print, screen and (min-width: 768px) {
  .resale_example_box {
    padding: 40px;
  }
}
.resale_example_box .box_inner {
  margin-top: 25px;
}
.resale_example_box .box_inner dd {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 5px;
}
.resale_example_box .box_inner dd:last-child {
  margin-bottom: 0;
}
.resale_example_box .box_inner dd span {
  color: #7b7b7b;
  margin-right: 0.3em;
}

.resale_category {
  padding: 4px 10px;
  margin-left: 8px;
  font-size: 1.5rem;
}

.tickets_table_resale {
  width: 100%;
  border-top: 1px solid #ff4d5e;
  margin-top: 30px;
  font-size: 1.4rem;
}
.tickets_table_resale a {
  text-decoration: underline;
}
.tickets_table_resale a:hover {
  color: #dc5014;
  text-decoration: none;
}
.tickets_table_resale thead tr {
  background: #ff4d5e;
  color: #fff;
}
.tickets_table_resale thead th,
.tickets_table_resale thead td {
  padding: 8px 10px;
  vertical-align: middle;
}
.tickets_table_resale thead .red,
.tickets_table_resale thead .blue {
  display: inline-block;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  padding: 3px 8px;
  margin-left: 5px;
}
.tickets_table_resale thead .red {
  background: #e6492f;
}
.tickets_table_resale thead .blue {
  background: #1c91ff;
}
.tickets_table_resale tbody th,
.tickets_table_resale tbody td {
  line-height: 1.6;
  padding: 12px 15px;
  border-bottom: 1px solid #dedede;
  vertical-align: middle;
}
.tickets_table_resale tbody th {
  background: #f7f6f5;
  text-align: left;
  font-weight: normal;
  font-size: 1.4rem;
}
.tickets_table_resale tbody td {
  text-align: center;
  font-size: 1.3rem;
}
.tickets_table_resale tbody td .child {
  display: block;
}
.tickets_table_resale tbody td .child:last-of-type {
  padding-top: 8px;
}

@media print, screen and (max-width: 767px) {
  .tickets_table_resale {
    margin-top: 22px;
  }
  .tickets_table_resale tbody th,
  .tickets_table_resale tbody td {
    padding: 8px 10px;
    border-bottom: 1px solid #dedede;
  }
}
.tickets_table_resale_note {
  margin-top: 10px;
  text-align: right;
  font-size: 1.3rem;
}