@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Noto Sans;
}

html,
body {
  letter-spacing: -1px;
  color: #edd837;
  background-color: #121212;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 50px;
}

.header {
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  padding: 0;
  background: #121212;
  z-index: 99;
}

.header .header_inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.header h1 span {
  font-size: 12px;
}

.header a {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 2px 12px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: bold;
  color: #121212;
  background: #edd837;
}

.header a span {
  font-size: 10px;
}

img {
  display: block;
}

.container,
.container .visual,
.container .visual img {
  width: 100%;
}

.container .visual {
  position: relative;
}

.container .visual dl {
  position: absolute;
  left: 50%;
  top: 30px;
  width: fit-content;
  transform: translate(-50%, 0);
  text-align: center;
}

.bridge_text,
.container .visual dl {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.container .visual.visual-2 dl,
.container .visual.visual-1 dl {
  top: 60px;
}

.container .visual dl {
  color: #111;
}

.container .visual dl dt {
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0 0 10px #fff;
}

.container .visual dl dd {
  font-size: 18px;
  text-shadow: 0 0 10px #fff;
}

.bridge_text {
  padding: 50px 0;
  text-align: center;
  color: #e7e7e7;
}

.bridge_text dt {
  font-size: 28px;
  font-weight: bold;
}

.bridge_text dd {
  font-size: 18px;
}
.footer {
  width: 100%;
  background: #e7e7e7;
}
.footer .footer_inner {
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  font-size: 12px;
  padding: 20px 0;
  color: #121212;
}
.footer .footer_inner .copy {
  font-size: 10px;
}
.footer .footer_inner .numbers {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: auto;
}
.footer .footer_inner .numbers a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 99px;
  font-size: 14px;
  color: #fff;
  background: #000;
}

.seats {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 0 0 50px;
}

.seats dl {
  width: 300px;
}

.seats dl dt {
  text-align: center;
}

.seats dl {
  color: #e7e7e7;
}

.seats dl dd {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.seats dl dd strong {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
.seats dl dd strong br {
  display: none;
}
.seats dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.seats dl dd ul li {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
}
.seats dl dd ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 1px;
  background: #e7e7e7;
}

.seats img {
  width: 100%;
}

.price {
  padding-bottom: 50px;
}

.price h2 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #e7e7e7;
}

.price table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px auto 0;
  border: solid #999;
  border-width: 1px 0 0 1px;
}

.price h3 {
  font-size: 16px;
  font-weight: 500;
  color: #e7e7e7;
}

.price table + h3 {
  margin-top: 20px;
}

.price table th,
.price table td {
  padding: 10px 20px;
  color: #e7e7e7;
  border: solid #999;
  border-width: 0 1px 1px 0;
  text-align: center;
}
@media (max-width: 1280px) {
  .header {
    padding: 0 16px;
  }
  .price {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1024px) {
  .footer .footer_inner {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 768px) {
  .container .visual.visual-1 dl {
    left: 16px;
    top: 16px;
    transform: none;
    text-align: left;
    gap: 0;
  }

  .bridge_text dt,
  .container .visual.visual-2 dl dt,
  .container .visual.visual-1 dl dt {
    font-size: 18px;
    white-space: nowrap;
  }
  .bridge_text dd,
  .container .visual.visual-2 dl dd,
  .container .visual.visual-1 dl dd {
    font-size: 12px;
    white-space: nowrap;
  }

  .container .visual.visual-2 dl {
    top: 8px;
    gap: 0;
  }

  .bridge_text {
    padding: 20px 0;
  }

  .seats {
    gap: 20px;
  }
  .seats dl {
    width: 160px;
  }

  .seats dl dd div {
    font-size: 12px;
  }
  .seats dl dd div strong {
    font-size: 14px;
  }
  .seats dl dd div strong br {
    display: block;
  }
  .seats dl dd div ul {
    font-size: 10px;
  }

  .price table th,
  .price table td {
    padding: 5px 10px;
    font-size: 12px;
  }
}
