/*!
 * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Noto Sans JP", -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

body {
  background: #000;
  min-height: 100dvh;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.2rem);
}

.main_cont h2 {
  font-family: "Oswald", serif;
  padding-top: 2rem;
  margin: 4rem auto 2rem;
  font-size: 3em;
  border-top: 1px solid #474747;
  text-align: center;
}

.btn {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  width: min(220px, 80%);
  margin: 1rem auto 0;
  text-align: center;
  border: 1px solid #ffffff;
  padding: 0.8em 0;
  cursor: pointer;
  font-weight: bold;
}

.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover::before {
  width: 100%;
}

.w100 {
  width: 100%;
}

.top_cont {
  background: url(img/top.jpg) center;
  background-size: cover;
  height: 80svh;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_cont img {
  width: 90%;
  max-width: 600px;
}

.main_cont,
.sub_cont {
  color: #fff;
}

.message {
  text-align: center;
  padding: 3rem 0.25rem;
  font-size: 1.2em;
  line-height: 2.2rem;
  text-shadow: 0px 0px 9px rgba(229, 216, 108, 1);
}

.message div {
  font-size: 1.7em;
  padding-bottom: 1rem;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Oswald";
}

.message span {
  padding: 0 0.25rem;
  font-size: 0.7em;
}

.message p {
  font-size: 1.2rem;
  padding: 0.25rem 0 0;
  font-family: "Noto Sans JP";
}

.news_list li {
  width: 90%;
  max-width: 800px;
  border-top: 1px dotted #474747;
  padding: 1rem;
  margin: 0 auto;
}

.news_list p {
  font-size: 0.9em;
  margin-bottom: 0.3rem;
}

.news_list a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  cursor: pointer;
  padding-right: 0.5rem;
}

.news_list a:after {
  border: 2px solid;
  border-color: transparent #fff #fff transparent;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.7em;
  width: 9px;
  height: 9px;
  border-radius: 4px;
  transform: rotate(-45deg) translateY(-50%);
  transition: 0.2s;
}

.pick_a {
  margin: 0 auto 3rem;
}

.pick_a .artist_cont {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 6vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3vw 0vw;
}

.pick_a .artist_cont li {
  width: 100%;
  background: #fff;
}

.pick_a .artist_cont .name {
  font-size: 1.7em;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Oswald";
}

.pick_a .artist_cont .name p {
  font-size: 0.6em;
  margin: 0 0.5rem 0 0;
  padding: 0.2rem 1.5rem 0.3rem;
  border-radius: 1rem;
  line-height: 1.1;
  color: #fff;
  font-weight: 400;
  color: #000000;
  background: #e5d34a;
  max-width: 200px;
}

.pick_a .artist_cont .name div {
  width: 100%;
}

.artist_cont {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4vw 2vw;
}

.artist_cont li {
  width: calc(50% - 2vw);
  background: #fff;
}

.artist_cont a {
  text-decoration: none;
  color: #333;other
}

.artist_cont .name {
  padding: 0.75rem 0;
  font-weight: 500;
  margin: 0;
  text-align: center;
  line-height: 1.2;
  font-family: "Oswald";
}

.a_other {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
  padding: 4vw 6vw 0;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
}

.a_other li {
  background: #fff;
  color: #333;
  padding: 0.45rem;
  font-weight: 600;
  font-size: 0.95em;
  letter-spacing: -0.02rem;
  font-family: "Oswald", "Noto Sans JP";
}

.a_other li a {
  color: rgb(51 51 51);
  text-decoration: underline;
}

.artist_cont.other {
  margin: 1.25rem auto 0;
  gap: 2vw;
}

.artist_cont.other li {
  width: calc(33.333333% - 1.4vw);
}

.artist_cont.other .name {
  padding: 0.3rem 0;
}

.thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ticket_info .btn {
  padding: 1em 0;
  width: min(300px, 80%);
  font-size: 1.1em;
}

.activity a {
  color: #fff;
  text-decoration: none;
}

.activity ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4vw 2vw;
}

.activity li {
  width: calc(100% - 2vw);
  background: #fff;
}

.activity .txt {
  background: #2b2b2b;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 0.5rem 0 0.75rem;
  font-size: 0.8em;
}

.activity .ttl {
  font-weight: 700;
  font-size: 1.1rem;
}

.fire{
    text-align: center;
}

.fire img{
  max-width: 400px;
}

.drink {
  display: flex;
  flex-wrap: wrap;
}

.drink img {
  padding: 0 0 5px;
}

footer {
  position: sticky;
  top: 100%;
  margin-top: 5rem;
  padding: 1.5rem 0 3rem;
  background: #fff;
}

footer .btn {
  margin: 0 auto 2rem;
  background-color: #fff;
  color: #2f2f2f;
  border: 1px solid #979797;
  border-radius: 2rem;
  padding: 0.8rem;
  width: min(300px, 80%);
}

footer .btn::before {
  background-color: #ededed;
}

footer .copy {
  font-size: 0.75em;
  text-align: center;
}

/*----------------------------------
              枝ページ
-----------------------------------*/
.sub_cont {
  max-width: 1000px;
  margin: 0 auto;
}

.sub_cont > h2 {
  font-family: "Oswald", serif;
  margin: 6.5rem auto 1rem;
  font-size: 3em;
  text-align: center;
}

.sub_cont .kana {
  font-size: 0.4em;
  padding-top: 0.5rem;
  font-family: "noto sans jp";
}

.news_cont {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 3rem 2rem 2rem;
}

.news_cont .date {
  font-size: 0.9em;
  margin-bottom: 0.7rem;
}

.news_cont h3 {
  font-size: 1.2em;
  padding: 0 0 1rem;
  font-weight: 700;
  margin: 0 0 1rem;
  border-bottom: 1px solid #474747;
}

.news_cont .txt_box {
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.7;
}

.news_cont .txt_box a {
  color: #10d1ff;
}

.ticket_cont {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

.ticket_cont ul {
  padding: 0 4vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4vw 2vw;
}

.ticket_cont li {
  width: 100%;
  max-width: 400px;
  margin: 1rem auto;
  text-align: center;
  position: relative;
}

.ticket_cont li .ttl_box {
  border-radius: 15px 15px 0 0;
  background-color: #e76767;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}

.ticket_cont .adv .ttl_box {
  border-radius: 15px 15px 0 0;
  background-color: #3d60dd;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}

.ticket_cont li .ttl_box p {
  margin: 0.5rem 0 0;
  font-weight: 500;
  font-size: 1rem;
}

.ticket_cont .txt_box {
  background: #fff;
  color: #000;
  border-radius: 0 0 15px 15px;
  padding: 0 0 1.5rem;
}

.ticket_cont .price {
  font-weight: 500;
  font-family: "Oswald";
  padding: 1.5rem 0 0;
  line-height: 1.5;
  font-size: 1.5em;
}

.price + .price {
  padding: 0 0 0.5rem;
}

.ticket_cont .price span {
  display: inline-block;
  padding-left: 0.5rem;
  font-size: 2em;
}

.ticket_cont .txt_box img {
  display: block;
  width: 80%;
  margin: 0.5rem auto;
}

.ticket_cont .txt_box p {
  display: block;
  width: 90%;
  margin: 0.5rem auto;
}

.ticket_cont .txt_box p span {
    display: block;
    padding: 0.5rem 0 0;
    font-size: 0.8rem;
}


.ticket_cont .txt_box .dl {
  color: #ff3737;
  font-weight: 700;
  font-size: 1em;
  padding: 0;
}

.ticket_cont .com {
  font-family: "Noto Sans JP";
  font-size: 0.85em;
  padding: 0.5rem 0 0;
}

.ticket_cont .coming {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 99.9%);
  font-size: 1.4em;
  font-family: "Oswald";
  letter-spacing: 0.1rem;
  border: 1px solid #737373;
  border-radius: 15px;
}

.ticket_cont .sold {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #fff;
  background-color: #ab2929;
  text-decoration: none;
  width: min(220px, 80%);
  margin: 1rem auto 0;
  text-align: center;
  padding: 0.8em 0;
  font-weight: bold;
}

.ticket_cont .vip_p .txt_box p,.ticket_cont .rental_p .txt_box p{
  display: block;
  width: 80%;
  margin: 0.5rem auto;
  text-align: left;
  font-size: 0.9em;
}

.ticket_cont .vip_p .ttl_box {
  background-color: #b19942;
}

.ticket_cont .rental_p .ttl_box {
  background-color: #72ad6b;
}

.access_cont {
  padding: 1.5rem;
}

.access_cont h4 {
  font-size: 1.1em;
}

.access_cont .map {
  height: 400px;
}

.access_cont .map iframe {
  padding-top: 1rem;
  height: 100%;
  width: 100%;
}

.access_cont p {
  text-align: center;
  font-size: 0.9em;
  margin-top: 1rem;
}

.artist_prof {
  max-width: 750px;
  margin: 0 auto;
}

.artist_prof h5,
.contact h5,
.activity_cont h5 {
  font-size: 1.2em;
  font-family: "Oswald";
  letter-spacing: 0.1rem;
  padding: 2rem 0 0.5rem;
  border-bottom: 1px solid #333;
}

.artist_prof .txt_box,
.contact .txt_box,
.activity_cont .txt_box {
  padding: 0 1rem;
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.6;
}

.txt_box i {
  font-size: 2em;
  color: #fff;
  text-decoration: none;
}

.artist_prof p {
  padding: 0.5rem;
}

.artist_prof .btn {
  margin: 1rem 0 0.5rem;
}

.artist_prof ul {
  display: flex;
  gap: 1.5rem;
}

.about_cont {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 3rem 2rem 2rem;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.7;
  word-break: break-all;
}

.about_cont h3 {
  text-align: center;
  margin: 0 0 2rem;
  font-family: "Oswald";
}

.about_cont h4 {
  padding: 2rem 0 0.75rem;
  margin: 0 0 1rem;
  font-size: 1.2em;
  border-bottom: 1px solid #666;
}
.about_cont h5 {
  font-weight: 800;
  font-size: 1.2em;
}

.about_cont ul {
  margin: 1rem 0;
  font-weight: 500;
}

.about_cont .btn {
  margin: 1rem 0;
}

.about_cont a {
  color: #fff;
  text-decoration: none;
}

.about_cont i {
  font-size: 2em;
}

.activity_cont {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 0 2rem;
  border-bottom: 1px solid #666;
}

.activity_cont h3,
.activity_cont p {
  text-align: center;
}

.activity_cont .txt_box {
  padding: 1rem;
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.6;
}

.activity_cont ul {
  display: flex;
  padding: 1rem 0 0;
  gap: 1rem;
}
.activity_cont span {
  font-size: 1.1em;
  font-weight: 700;
  padding-bottom: 0.5rem;
  display: block;
}

.activity_cont .shop {
  font-size: 1.3em;
  text-align: center;
}

.activity_cont a {
  color: #fff;
}

.activity_cont .btn {
  margin: 1rem 0 0;
}

#history ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#history li {
  width: 70%;
  margin: 0 auto 1rem;
}

#history li img {
  width: 100%;
}

.goods_cont{
  text-align: center;
}

.goods_cont h4{
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.goods{
    padding: 2rem 2rem 0;
    border-top: 1px solid #666;
}

.goods img{
  max-width: 700px;
}

.goods .size{
    margin-top: 0.5rem;
}

.goods .txt_box{
  font-size: 0.95rem;
  line-height: 1.3;
  text-align: left;
  padding: 1rem 0;
  max-width: 800px;
  margin: 0 auto;
}


@media (min-width: 600px) {
  .artist_cont:before {
    content: "";
    display: block;
    width: calc(25% - 2vw);
    height: 0;
    order: 1;
  }

  .artist_cont:after {
    content: "";
    display: block;
    width: calc(25% - 2vw);
    height: 0;
  }

  .artist_cont li {
    width: calc(25% - 2vw);
  }

  .artist_cont.other li {
    width: calc(20% - 2vw);
  }

  .pick_a .artist_cont {
    max-width: 1000px;
  }

  .pick_a .artist_cont li {
    width: calc(50% - 1.5vw);
  }

  .pick_a .artist_cont .name {
    font-size: 1.3em;
  }

  .pick_a .artist_cont .name p {
    width: 70%;
    margin-bottom: 0.25rem;
  }

  .ticket_cont li {
    width: calc(50% - 2vw);
  }

  .history li {
    width: calc(33.333% - 1rem);
  }
}

@media (min-width: 768px) {
  .activity li {
    width: calc(50% - 2vw);
    background: #fff;
    font-size: 0.85em;
  }

  .drink img {
    width: 50%;
    padding: 0 2px;
  }
  #history li {
  width: calc(50% - 1rem);
  }
}

@media (min-width: 1200px) {
  .pick_a .artist_cont .name {
    font-size: 1.8em;
  }
}

/*------------ メニュー部分 /*------------*/

header {
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
header > div {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

header h1 {
  line-height: 0;
  margin: 0;
  padding: 0;
}

nav a {
  color: #fff;
  text-decoration: none;
}

nav .checkbox-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
nav .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}
nav .checkbox-toggle:checked + .hamburger > div:before,
nav .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
nav .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
nav .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
nav .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 0.75s;
}
nav .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
nav .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
nav .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
nav .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  background: #000;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fefefe;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .hamburger > div:before,
nav .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(-60px / 6);
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
nav .hamburger > div:after {
  top: calc(60px / 6);
}
nav .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .menu > div {
  width: 200vw;
  height: 200vw;
  color: #fefefe;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
nav .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 1.7em;
  display: block;
  font-family: "Oswald";
  letter-spacing: 0.15rem;
}

nav .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
}

:target {
  scroll-margin-top: 60px;
}
