@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html body .main .content__wrapper__inner .main-content .dls-wrapper {
  width: 100%;
  max-width: 100%;
}

.info-tickets .table-wrap {
  overflow-x: auto;
}
.info-tickets table {
  border-bottom: solid 1px #666;
  width: 1100px;
}
.info-tickets table th,
.info-tickets table td {
  padding: 12px 14px;
  border-left: solid 1px #666;
  border-right: solid 1px #666;
}
@media screen and (max-width: 768px) {
  .info-tickets table th,
  .info-tickets table td {
    padding: 8px 12px;
  }
}
.info-tickets table .check {
  vertical-align: sub;
  width: 32px;
}
@media screen and (max-width: 768px) {
  .info-tickets table .check {
    width: 26px;
  }
}
.info-tickets table th {
  text-align: center;
  vertical-align: bottom;
  background: #4d4d4d;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  font-size: 16px;
  line-height: 1.5;
  width: 170px;
  padding-block: 20px;
}
@media screen and (max-width: 768px) {
  .info-tickets table th {
    padding-block: 15px;
    font-size: 14px;
    width: 150px;
  }
}
.info-tickets table th.big {
  width: 240px;
}
.info-tickets table th.first {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .info-tickets table th.first {
    width: 200px;
  }
}
.info-tickets table th i {
  font-style: normal;
  font-size: 14px;
}
.info-tickets table th .fle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-tickets table th .fle p {
  position: relative;
}
.info-tickets table th .fle p:first-child {
  margin-right: 30px;
}
.info-tickets table th .fle p:first-child::before {
  content: "";
  width: 90%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.info-tickets table th .fle p:first-child::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -15px;
  translate: 50% -50%;
  font-size: 16px;
}
.info-tickets table th span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .info-tickets table th span {
    font-size: 16px;
  }
}
.info-tickets table th span.en {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .info-tickets table th span.en {
    font-size: 16px;
  }
}
.info-tickets table th span.vip {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .info-tickets table th span.vip {
    font-size: 24px;
  }
}
.info-tickets table th span i {
  font-style: normal;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .info-tickets table th span i {
    font-size: 13px;
  }
}
.info-tickets table td {
  text-align: center;
  vertical-align: middle;
  background: #000;
  border: solid 1px #5c5c5c;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .info-tickets table td {
    font-size: 14px;
  }
}
.info-tickets table td.td-title {
  height: 72px;
  text-align: left;
  font-weight: bold;
  color: #fff;
  background: #323232;
  border-bottom: solid 1px #111111;
}
.info-tickets table td.td-title-last {
  border-bottom: solid 1px #5c5c5c;
}
.info-tickets table td ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info-tickets table td ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}
.info-tickets table td.first {
  padding-top: 15px;
}
.info-tickets table td.last {
  padding-bottom: 15px;
}
.info-tickets table td span.big {
  line-height: 1;
  font-size: 24px;
  margin-right: -25px;
}
@media screen and (max-width: 768px) {
  .info-tickets table td span.big {
    font-size: 22px;
    margin-inline-end: -23px;
  }
}
.info-tickets .anno {
  margin-top: 10px;
  font-size: 12px !important;
}
.info-tickets .anno span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.info-tickets .anno span.big {
  padding: 10px 15px;
  border: solid 1px #fff;
  text-indent: 0;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .info-tickets .anno span.big {
    font-size: 14px;
  }
}

.first-text {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .first-text {
    font-size: 14px;
  }
}

.hyou {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .hyou {
    margin-bottom: 50px;
  }
}

.valen-banner {
  max-width: 500px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .valen-banner {
    margin-bottom: 80px;
  }
}
.valen-banner a {
  transition: opacity 0.3s;
}
@media (hover) {
  .valen-banner a:hover {
    opacity: 0.7 !important;
  }
}

.btn_area {
  margin-bottom: 20px;
}
.btn_area .ticket_btn {
  border: solid 2px var(--red);
  color: #fff;
  background: var(--red);
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  max-width: 600px;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .btn_area .ticket_btn {
    width: 80%;
    font-size: 14px;
    height: 50px;
  }
}
@media (hover) {
  .btn_area .ticket_btn:hover {
    color: var(--red);
  }
}
.btn_area .ticket_btn i {
  font-style: normal;
  z-index: 6;
}
.btn_area .ticket_btn span {
  position: absolute;
  z-index: 5;
  background: #fff;
}

/*# sourceMappingURL=style.css.map */
