@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho:wght@400;500;700;900&display=swap");
body {
  font-size: 16px;
  color: #121820;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: normal;
  color: #121820;
  letter-spacing: 0.1em;
}

input,
button {
  font-size: 16px;
  color: #121820;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: normal;
  color: #000;
}

.head-title {
  max-width: fit-content;
  margin: 2em auto;
  text-align: center;
  position: relative;
}
.head-title .title-line {
  position: absolute;
  width: 1em;
  height: 100%;
  top: 0;
  left: 0;
}
.head-title .title-line:after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #BF9C50;
}
.head-title .title-line::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  background-color: #BF9C50;
}
.head-title .title-line.ri {
  left: 100%;
  transform: rotate(180deg) translateX(16px);
}
.head-title h1 {
  font-size: 2.5em;
  font-weight: bold;
  padding: 0 1.5em;
}

.midl-title {
  text-align: center;
  padding: 1em 0;
  max-width: 350px;
  margin: 1em auto;
}
.midl-title .number-title {
  color: #bf9c50;
  font-size: 1.2em;
  letter-spacing: 0.3em;
  font-weight: bold;
}
.midl-title .number-title .num {
  font-size: 2em;
}
.midl-title h2 {
  font-size: 1.8em;
  width: fit-content;
  margin: auto;
  padding: 0.2em 1em;
  position: relative;
  font-weight: 600;
}
.midl-title h2.ver2::after {
  background-color: #121820;
}
.midl-title h2.ver2::before {
  background-color: #121820;
}
.midl-title h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2em;
  width: 2em;
  height: 1px;
  background-color: #fff;
}
.midl-title h2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  width: 2em;
  height: 1px;
  background-color: #fff;
}
.midl-title .sab-title {
  background: #bf9c50;
  padding: 0.3em;
  margin-top: 0.5em;
}

.min-title {
  max-width: 1000px;
  margin: 0 auto 2em;
  text-align: center;
}
.min-title h3 {
  padding: 0.5em;
  background-color: #121820;
  font-weight: bold;
}
.min-title p {
  padding: 0.5em;
  background-color: #333940;
}

.small-title {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 1.5em;
}
.small-title.botom {
  margin: 0 auto 3.5em;
}
.small-title h4 {
  width: fit-content;
  margin: auto;
  padding: 0 1.5em;
  position: relative;
  font-weight: bold;
  font-size: 1.1em;
}
.small-title h4:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 50%;
  left: 0;
  background-color: #BF9C50;
  transform: translateY(-50%);
}
.small-title h4::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 50%;
  right: 0;
  background-color: #BF9C50;
  transform: translateY(-50%);
}
.small-title p {
  margin-top: 0.5em;
}
.small-title .sm-sab {
  color: #BF9C50;
  margin: 0.5em 0;
}

.ft-w {
  color: #fff;
}

.ft-g {
  color: #BF9C50;
}

.ft-bold-bg {
  font-weight: 900;
}

.ft-bold {
  font-weight: 600;
}

.ft-mdl {
  font-size: 1.5em;
}

.ft-lg {
  font-size: 1.1em;
}

.ft-s {
  font-size: 0.9em;
}

.ft-min {
  font-size: 0.85em;
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
    color: #121820;
    font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Zen Old Mincho", serif;
    font-weight: 500;
    line-height: normal;
  }
}
@media screen and (max-width: 760px) {
  body {
    font-size: 14px;
    color: #121820;
    font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Zen Old Mincho", serif;
    font-weight: 500;
    line-height: normal;
  }
  .head-title .title-line.ri {
    transform: rotate(180deg) translateX(14px);
  }
  .head-title h1 {
    font-size: 1.7em;
  }
  .head-title h1.ver2 {
    padding: 0 1em;
    font-size: 1.3em;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
    color: #121820;
    font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Zen Old Mincho", serif;
    font-weight: 500;
    line-height: normal;
  }
  .midl-title h2 {
    font-size: 1.4em;
  }
  .small-title {
    margin: 0 auto 1em;
  }
}
@keyframes fadeInEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html,
body {
  width: 100%;
  min-height: 100%;
  background-position: center;
  background-blend-mode: lighten;
  background-attachment: fixed;
  position: relative;
  overflow-x: clip;
}

header {
  width: 100%;
}

.cbc-gizi-header {
  width: 100%;
  height: 52px;
  background-color: #fff;
}

img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

section {
  display: block;
  position: relative;
  z-index: 0;
  padding: 80px 0;
}

.bg-bul {
  background-color: #121820;
}

.about-se {
  background-color: rgba(255, 231, 177, 0.2);
}

.inner-wrap {
  padding: 0 1em;
  width: calc(100% - 2em);
  max-width: 1440px;
  margin: auto;
  position: relative;
}

.nav {
  width: 100%;
  position: sticky;
  z-index: 100;
  height: 60px;
  top: 0;
  left: 0;
  box-shadow: 0 3px 3px rgba(51, 51, 51, 0.2);
}
.nav .nav-btn {
  display: none;
}
.nav .nav-box {
  height: 55px;
  display: flex;
  gap: 20px;
  padding: 0.2em 1em;
  background-color: #BF9C50;
  align-items: center;
  justify-content: end;
}
.nav .nav-box .nav-item {
  font-size: 1.1em;
  padding: 0.5em;
  transition: all 0.3s linear;
  font-weight: 700;
}
.nav .nav-box .nav-item.coming {
  pointer-events: none;
  filter: brightness(0.5);
}
.nav .nav-box .nav-item:hover {
  color: #121820;
}
.nav .nav-box .nav-item.icon {
  width: 30px;
  height: 30px;
}
.nav .nav-box .nav-item.icon:hover .cls-top .cls-1 {
  fill: #121820;
}
.nav .nav-box .nav-item.icon .cls-top {
  fill: #BF9C50;
}
.nav .nav-box .nav-item.icon .cls-1 {
  transition: all 0.3s linear;
  fill: #fff;
}

.bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.07;
}

.mv {
  position: relative;
}
.mv .mv-text {
  display: none;
  position: absolute;
  width: 25%;
  height: calc(100% - 65px);
  padding-top: 65px;
  top: 0;
  left: 50%;
  color: #342400;
}
.mv .mv-text .mv-event-content {
  position: absolute;
  font-weight: bolder;
  bottom: 40px;
  right: 0;
  width: 100%;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  text-align: end;
}
.mv .mv-text .mv-event-content .mv-event-day {
  display: flex;
  flex-direction: column;
}
.mv .mv-text .mv-event-content .mv-event-day .top-day {
  font-size: 2.5em;
  text-align: end;
  letter-spacing: normal;
}
.mv .mv-text .mv-event-content .mv-event-day .top-day .day-min {
  font-size: 2rem;
}
.mv .mv-text .mv-event-content .mv-event-day .top-day-sp {
  display: none;
}
.mv .mv-text .mv-event-content .season {
  margin-top: 1em;
  font-size: 0.85em;
}
.mv .mv-text .mv-event-content .venue {
  margin-top: 1rem;
  font-size: 1.2em;
  font-weight: bold;
}
.mv .mv-text .mv-event-content .event-time {
  margin-top: 1em;
}
.mv .mv-text .mv-event-content .closed-days {
  margin-top: 0.3em;
}
.mv .mv-sp {
  display: none;
}
.mv .mv-ipd {
  display: none;
}
.mv .mv-pc {
  height: 95vh;
  width: 100%;
  background-image: url(../images/pc-mv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mv .mv-pc img {
  display: none;
}

.sp-logo {
  background-color: #fff;
  display: block;
  padding: 1em;
}
.sp-logo img {
  max-width: 250px;
  margin: 1em auto;
}

.news-box {
  max-width: 1000px;
  margin: auto;
  padding: 1em 2em;
  width: calc(100% - 4em);
  background: #F6EFE1;
}
.news-box .news-link {
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-weight: 700;
  padding: 1em 0;
  border-bottom: 0.5px solid #BF9C50;
}
.news-box .news-link.coming {
  pointer-events: none;
}
.news-box .news-link .news-link-btn {
  font-weight: 500;
  padding-right: 50px;
  position: relative;
}
.news-box .news-link .news-link-btn span {
  position: absolute;
  width: 30px;
  height: 100%;
}
.news-box .news-link .news-link-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #121820;
  border-right: 1px solid #121820;
}
.news-box .news-link .news-link-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #121820;
  border-right: 1px solid #121820;
}

.news-btn {
  max-width: 250px;
  margin: 1.5em auto;
  padding: 0.5em;
  text-align: center;
  position: relative;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(51, 51, 51, 0.2);
  cursor: pointer;
}
.news-btn:after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #121820;
}
.news-btn::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 8px;
  background-color: #121820;
}

.left-bg-img {
  position: absolute;
  width: 100%;
  max-width: 300px;
  left: 0;
  top: 150px;
  opacity: 0.2;
  z-index: -1;
}

.right-bg-img {
  position: absolute;
  width: 100%;
  max-width: 300px;
  right: 0;
  top: 150px;
  opacity: 0.2;
  z-index: -1;
}

.intro-img {
  display: flex;
  max-width: 450px;
  gap: 50px;
  margin: 80px auto 80px;
  justify-content: center;
  align-items: end;
}
.intro-img .int-img-left,
.intro-img .int-img-right {
  max-width: 130px;
}
.intro-img .int-img-center {
  max-width: 40PX;
}

.intro-box {
  max-width: 750px;
  margin: auto;
  padding: 2.5em;
}
.intro-box p {
  line-height: 2.5em;
  text-align: left;
}

.accordion-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 2em;
  padding-top: 30px;
}
.accordion-box .acdion-flex {
  background-color: #BF9C50;
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: auto;
}
.accordion-box .acdion-flex.trivia {
  background-color: #333940;
}
.accordion-box .acdion-flex .acdion-title {
  text-align: center;
  padding: 1em;
  position: relative;
  cursor: pointer;
}
.accordion-box .acdion-flex .acdion-title.trivia::after {
  border-top: 2px solid #7F8D9C;
  border-right: 2px solid #7F8D9C;
}
.accordion-box .acdion-flex .acdion-title.active:after {
  transition: all 0.3s linear;
  transform: translateY(-50%) rotate(315deg);
}
.accordion-box .acdion-flex .acdion-title:after {
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #846219;
  border-right: 2px solid #846219;
}
.accordion-box .acdion-flex .acdion-title .acdion-mein {
  font-size: 1.8em;
}
.accordion-box .acdion-flex .acdion-content {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease, padding 0.3s ease;
}
.accordion-box .acdion-flex .acdion-content.trivia {
  color: white;
}
.accordion-box .acdion-flex .acdion-content .acdion-in-te {
  padding: 0 1em 1em 1em;
  color: #fff;
}
.accordion-box .acdion-flex .acdion-content .thum-box {
  padding: 0 1em 0;
}
.accordion-box .acdion-flex .acdion-content .thum-box .thum-item {
  background-color: #121820;
  max-width: 750px;
  margin: 1.5em auto;
}
.accordion-box .acdion-flex .acdion-content .thum-box .thum-item.w-mdl {
  max-width: 500px;
}
.accordion-box .acdion-flex .acdion-content .thum-box .thum-item.w-min {
  max-width: 400px;
}
.accordion-box .acdion-flex .acdion-content .thum-box .thum-item.w-small {
  max-width: 300px;
  margin: 1.5em 0;
}
.accordion-box .acdion-flex .acdion-content .thum-box .thum-item .thum-te {
  padding: 0.5em 1em;
  background-color: #121820;
}
.accordion-box .acdion-flex .acdion-content .thum-box .thum-item .thum-te.flex {
  display: flex;
  gap: 1em;
  align-items: center;
}
.accordion-box .acdion-flex .acdion-content .thum-box .thum-item .thum-te.col-btomm {
  padding: 0 1em 0.5em;
}
.accordion-box .acdion-flex .acdion-content .thum-box .thum-item .era {
  color: #7F8D9C;
}
.accordion-box .acdion-flex .acdion-content .thum-box.flex {
  display: flex;
  gap: 10px;
}
.accordion-box .acdion-flex .acdion-content .thum-box.column2 {
  justify-content: center;
}

.content-flex {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.content-flex .tab-btn-box {
  width: 35%;
  height: auto;
  position: relative;
}
.content-flex .tab-btn-box .flex-sticky {
  position: sticky;
  top: 25%;
}
.content-flex .tab-btn-box .flex-sticky .tab-item {
  cursor: pointer;
  max-width: 250px;
  margin: 1em auto;
  transition: all 0.3s linear;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}
.content-flex .tab-btn-box .flex-sticky .tab-item:hover .clip-out-a .clip-out-b {
  background-color: #121820;
}
.content-flex .tab-btn-box .flex-sticky .tab-item:hover .clip-out-a .clip-out-b .clip-in-a {
  background-color: #BF9C50;
}
.content-flex .tab-btn-box .flex-sticky .tab-item:hover .clip-out-a .clip-out-b .clip-in-a .clip-in-b {
  background-color: #121820;
}
.content-flex .tab-btn-box .flex-sticky .tab-item:hover .tab-number {
  color: #BF9C50;
}
.content-flex .tab-btn-box .flex-sticky .tab-item:hover .tab-title,
.content-flex .tab-btn-box .flex-sticky .tab-item:hover .tab-name {
  color: #fff;
}
.content-flex .tab-btn-box .flex-sticky .tab-item.active .clip-out-a .clip-out-b {
  background-color: #121820;
}
.content-flex .tab-btn-box .flex-sticky .tab-item.active .clip-out-a .clip-out-b .clip-in-a {
  background-color: #BF9C50;
}
.content-flex .tab-btn-box .flex-sticky .tab-item.active .clip-out-a .clip-out-b .clip-in-a .clip-in-b {
  background-color: #121820;
}
.content-flex .tab-btn-box .flex-sticky .tab-item.active .tab-number {
  color: #BF9C50;
}
.content-flex .tab-btn-box .flex-sticky .tab-item.active .tab-title,
.content-flex .tab-btn-box .flex-sticky .tab-item.active .tab-name {
  color: #fff;
}
.content-flex .tab-btn-box .flex-sticky .tab-item .tab-number {
  font-size: 1.5em;
  font-weight: bold;
  transition: all 0.3s linear;
}
.content-flex .tab-btn-box .flex-sticky .tab-item .tab-title,
.content-flex .tab-btn-box .flex-sticky .tab-item .tab-name {
  transition: all 0.3s linear;
}
.content-flex .tab-btn-box .flex-sticky .tab-item .clip-out-a {
  padding: 2px;
  background: #121820;
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
}
.content-flex .tab-btn-box .flex-sticky .tab-item .clip-out-a .clip-out-b {
  background: #fff;
  padding: 5px;
  text-align: center;
  transition: all 0.3s linear;
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
}
.content-flex .tab-btn-box .flex-sticky .tab-item .clip-out-a .clip-out-b .clip-in-a {
  padding: 2px;
  background: #121820;
  transition: all 0.3s linear;
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
}
.content-flex .tab-btn-box .flex-sticky .tab-item .clip-out-a .clip-out-b .clip-in-a .clip-in-b {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.7em;
  min-height: 80px;
  background: #fff;
  text-align: center;
  transition: all 0.3s linear;
  clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0 calc(100% - 11px), 0 11px);
}
.content-flex .content-bg {
  width: 65%;
  background-color: #121820;
  padding: 1.5em;
  max-width: 800px;
}
.content-flex .content-bg .content-box {
  width: 100%;
  color: #fff;
  opacity: 0;
  transition: opacity 1s ease;
}
.content-flex .content-bg .content-box.is-show {
  display: block;
  opacity: 1;
  animation: fadeInEffect 0.5s ease forwards;
}
.content-flex .content-bg .content-box .content-pdf-btn {
  max-width: 600px;
  display: block;
  margin: auto;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3490196078));
  transition: all 0.3s linear;
}
.content-flex .content-bg .content-box .content-pdf-btn:hover .clip-path-a .clip-path-b {
  background-color: #fff;
}
.content-flex .content-bg .content-box .content-pdf-btn:hover .clip-path-a .clip-path-b .pdf-btn {
  color: #121820;
}
.content-flex .content-bg .content-box .content-pdf-btn .clip-path-a {
  background-color: #BF9C50;
  padding: 2px;
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
}
.content-flex .content-bg .content-box .content-pdf-btn .clip-path-a .clip-path-b {
  transition: all 0.3s linear;
  background-color: #121820;
  padding: 1em;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
}
.content-flex .content-bg .content-box .content-pdf-btn .clip-path-a .clip-path-b .pdf-btn {
  transition: all 0.3s linear;
  color: #BF9C50;
}
.content-flex .content-bg .content-box .content-text {
  margin: 1em 0;
  padding: 1em 0;
  text-align: center;
}
.content-flex .content-bg .content-box .content-item {
  margin: 1em 0 3em;
  padding: 1em 0;
}
.content-flex .content-bg .content-box .content-item .content-card {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 0;
}
.content-flex .content-bg .content-box .content-item .content-card.lg {
  max-width: 500px;
}
.content-flex .content-bg .content-box .content-item .content-card.midl {
  max-width: 400px;
}
.content-flex .content-bg .content-box .content-item .content-card.min {
  max-width: 350px;
}
.content-flex .content-bg .content-box .content-item .content-card .img-xs {
  max-width: 130px;
}
.content-flex .content-bg .content-box .content-item .content-card .img-s {
  max-width: 260px;
}
.content-flex .content-bg .content-box .content-item .content-card .cont-te-box {
  padding: 0.5em;
}
.content-flex .content-bg .content-box .content-item .content-card .cont-te-box .cont-name {
  font-weight: bold;
}
.content-flex .content-bg .content-box .content-item .content-card .cont-te-box .cont-name .cont-era {
  margin-left: 1em;
  font-weight: normal;
}
.content-flex .content-bg .content-box .content-item.flex {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.special-content {
  color: #fff;
  max-width: 800px;
  margin: auto;
}
.special-content p {
  margin: 1em 0;
}

.table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.table.access {
  margin: 1em auto 3.5em;
}
.table.access th {
  font-size: 1.1em;
  font-weight: bold;
}
.table tr {
  border-bottom: 1px solid #342400;
}
.table th,
.table td {
  padding: 1em;
  vertical-align: middle;
}
.table th {
  width: 220px;
  color: #342400;
}
.table th p {
  padding-left: 4em;
  width: fit-content;
  letter-spacing: 0.3em;
}
.table td .abuto-te-mein {
  font-size: 1.3em;
  font-weight: bold;
}
.table td .abuto-te-mein .about-te-min {
  font-size: 1rem;
  margin-left: 1em;
  font-weight: 400;
}
.table td .about-te {
  margin-top: 1.5em;
}
.table td a {
  display: inline-block;
  margin-top: 12px;
  color: #222;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.table td a:hover {
  opacity: 0.7;
}
.table td .flex {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
.table td .flex .col-a:first-child {
  padding: 0.5em 1em;
  background: #121820;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.table td .flex .col-a:last-child {
  font-size: 18px;
}

.ticket-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 1em;
  border-collapse: collapse;
  table-layout: fixed;
  color: #fff;
}
.ticket-table thead tr {
  border-top: 0.5px solid rgba(255, 244, 219, 0.5);
  border-bottom: 0.5px solid rgba(255, 244, 219, 0.5);
}
.ticket-table thead tr.gold-line {
  border-top: 2px solid #BF9C50;
  border-bottom: 2px solid #BF9C50;
}
.ticket-table thead th {
  padding: 0.8em 1em;
  text-align: center;
}
.ticket-table thead th.ticket-top {
  font-size: 1.3em;
  color: #DFAF46;
}
.ticket-table thead th.ticket-top .tic-spa-te {
  font-size: 0.8em;
}
.ticket-table thead th:first-child {
  width: 26%;
}
.ticket-table thead th:not(:last-child) {
  border-right: 0.5px dashed rgba(255, 244, 219, 0.5);
}
.ticket-table tbody tr {
  border-bottom: 0.5px solid rgba(255, 244, 219, 0.5);
  font-size: 1.3em;
}
.ticket-table tbody th,
.ticket-table tbody td {
  padding: 1.5em 1em;
  text-align: center;
  vertical-align: middle;
}
.ticket-table tbody th {
  border-right: 0.5px dashed rgba(255, 244, 219, 0.5);
}
.ticket-table tbody td:not(:last-child) {
  border-right: 0.5px dashed rgba(255, 244, 219, 0.5);
}
.ticket-table tbody td span {
  font-size: 0.85rem;
  margin-left: 0.25em;
}
.ticket-table tbody td.free {
  letter-spacing: 0.08em;
  color: #DFAF46;
}

.rule-list {
  color: #fff;
  max-width: 1000px;
  padding: 1.5em 0;
  margin: auto;
}
.rule-list .list-item {
  padding-left: 1.5em;
  position: relative;
  margin: 0.5em 0;
}
.rule-list .list-item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 0;
  background-color: #BF9C50;
}
.rule-list ul {
  padding-left: 1em;
  margin-bottom: 1em;
}
.rule-list ul li {
  margin: 0.2em 0;
}

.ticket-point {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 3em;
}
.ticket-point.goods-box {
  display: flex;
  text-align: left;
  flex-direction: row-reverse;
}
.ticket-point.goods-box .goods-text {
  width: 48%;
  margin: 0 auto 0;
  padding: 1em;
  background-color: #333940;
}
.ticket-point.goods-box .goods-text .goods-title {
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  color: #BF9C50;
}
.ticket-point.goods-box .goods-text p {
  margin-bottom: 1em;
}
.ticket-point.goods-box img {
  max-width: 300px;
  width: 48%;
}

.ticket-btns {
  max-width: 800px;
  margin: 0 auto 3em;
}
.ticket-btns .et-ticket-link {
  display: flex;
}
.ticket-btns .ticket-link {
  margin: 2em 0;
  display: block;
  transition: all 0.3s linear;
  text-align: center;
}
.ticket-btns .ticket-link.col {
  width: 48%;
  margin: auto;
  pointer-events: none;
}
.ticket-btns .ticket-link:hover {
  filter: brightness(0.6);
}
.ticket-btns .ticket-link .ticket-btn {
  background: #fff;
  padding: 5px;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}
.ticket-btns .ticket-link .ticket-btn .clip-path-a {
  padding: 2px;
  background-color: #BF9C50;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}
.ticket-btns .ticket-link .ticket-btn .clip-path-a .clip-path-b {
  background-color: #fff;
  clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px);
}
.ticket-btns .ticket-link .ticket-btn .clip-path-a .clip-path-b img {
  max-width: 280px;
}
.ticket-btns .ticket-link .ticket-btn .clip-path-a .clip-path-b {
  padding: 0.5em;
}
.ticket-btns .ticket-link .ticket-btn .clip-path-a .clip-path-b .ticket-neme {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.precautions {
  max-width: 1000px;
  margin: auto;
  padding: 0.5em;
  font-size: 1.2em;
  background-color: #333940;
  text-align: center;
}

.connection-te {
  text-align: center;
  margin: 2em 0 1em;
}

.connection-box {
  max-width: 1000px;
  margin: auto;
  padding: 2em 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.connection-box .connection-card .card-title-box {
  display: flex;
  background: #121820;
  color: #fff;
  align-items: center;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.connection-box .connection-card .card-title-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 110px;
  height: 140px;
  transform: rotate(-15deg) translate(0, -50%);
  top: 50%;
  left: 0;
  background-color: #BF9C50;
}
.connection-box .connection-card .card-title-box .day {
  width: 100px;
  padding: 1em;
  padding-right: 0;
}
.connection-box .connection-card .card-title-box .instructor {
  padding: 1em 0 1em 1em;
}
.connection-box .connection-card .card-title-box .instructor .inst-name {
  font-size: 1.3em;
  font-weight: bold;
}
.connection-box .connection-card .card-title-box .instructor .inst-post {
  font-size: 0.85em;
}
.connection-box .connection-card .card-content {
  background: #fff;
  padding: 1em;
}
.connection-box .connection-card .card-content h6 {
  padding-left: 0.5em;
  font-size: 1.1em;
  margin-bottom: 1.2em;
  font-weight: bold;
  position: relative;
}
.connection-box .connection-card .card-content h6::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #121820;
  top: 0;
  left: 0;
}
.connection-box .connection-card .card-content p {
  margin-bottom: 1em;
}
.connection-box .connection-card .card-content p.max {
  margin-bottom: 0;
  padding: 0.5em;
  background-color: #F6F6F6;
  text-align: center;
  margin-top: 2em;
}
.connection-box .connection-card .card-content .card-bnt {
  padding: 0.5em;
  display: block;
  margin-top: 1em;
  text-align: center;
  background: #BF9C50;
  color: #fff;
  transition: all 0.3s linear;
}
.connection-box .connection-card .card-content .card-bnt:hover {
  background-color: #121820;
}

.google-map {
  max-width: 800px;
  margin: auto;
  padding: 0.5em 0 0.5em;
}
.google-map iframe {
  margin-bottom: 1em;
  max-width: 800px;
  width: 100%;
}
.google-map p {
  text-align: center;
}

.area-map {
  max-width: 400px;
  margin: 1em auto 2em;
  padding: 1em 0 0.5em 0;
  cursor: pointer;
  transition: all 0.3s linear;
}
.area-map:hover {
  filter: brightness(0.7);
}

.popup {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup.is-show {
  display: block;
}
.popup .popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 24, 32, 0.8);
}
.popup .pop-cluoes {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #BF9C50;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.popup .pop-cluoes span {
  position: absolute;
  width: 60%;
  left: 50%;
  top: 50%;
  height: 3px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.popup .pop-cluoes span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup .pop-cluoes span:nth-last-of-type(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup .popup__content {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 650px;
}
.popup .popup__content img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
}

footer {
  background-color: #121820;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}
footer .foot-text {
  font-size: 12px;
}

@media screen and (max-width: 1300px) {
  .mv .mv-pc {
    width: 100%;
    height: 100%;
    background-image: none;
  }
  .mv .mv-pc img {
    display: block;
  }
}
@media screen and (max-width: 1070px) {
  .nav {
    height: 55px;
    background-color: #BF9C50;
  }
  .nav .nav-box {
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s linear;
    position: fixed;
    background: #BF9C50;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .nav .nav-box.active {
    transform: translateX(0);
    opacity: 1;
    padding: 0;
  }
  .nav .nav-box .nav-item {
    max-width: 300px;
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .nav .nav-box .nav-item.icon {
    border-bottom: none;
  }
  .nav .nav-box .nav-item.icon:hover {
    border-bottom: none;
  }
  .nav .nav-box .nav-item:hover {
    border-bottom: 1px solid #121820;
  }
  .nav .nav-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  .nav .nav-btn.active .nav-line {
    position: fixed;
    top: 0;
    right: 0;
  }
  .nav .nav-btn.active .nav-line span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    transition: all 0.3s linear;
  }
  .nav .nav-btn.active .nav-line span:nth-of-type(2) {
    opacity: 0;
    transition: all 0.3s linear;
  }
  .nav .nav-btn.active .nav-line span:nth-last-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 0.3s linear;
  }
  .nav .nav-btn .nav-line {
    width: 55px;
    height: 55px;
    position: static;
  }
  .nav .nav-btn .nav-line span {
    width: 55%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
    opacity: 1;
  }
  .nav .nav-btn .nav-line span:nth-of-type(1) {
    top: 30%;
    transform: translate(-50%, -30%);
    transition: all 0.3s linear;
  }
  .nav .nav-btn .nav-line span:nth-last-of-type(1) {
    top: 70%;
    transform: translate(-50%, -70%);
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 900px) {
  .mv {
    padding-top: 0px;
  }
  .mv .mv-pc {
    display: none;
  }
  .mv .mv-ipd {
    display: block;
  }
  .mv .mv-sp {
    display: none;
  }
  .mv .mv-text {
    display: block;
    position: static;
    width: 100%;
    padding-top: 0;
    background: #342400;
    color: #fff;
  }
  .mv .mv-text .mv-event-content {
    max-width: 100%;
    position: static;
    padding: 1em;
    width: calc(100% - 2em);
    text-align: center;
  }
  .mv .mv-text .mv-event-content .season {
    margin-top: 0;
    font-size: 1em;
  }
  .mv .mv-text .mv-event-content .mv-event-day {
    padding: 0.5em 0;
    display: block;
  }
  .mv .mv-text .mv-event-content .mv-event-day .top-day {
    display: none;
  }
  .mv .mv-text .mv-event-content .mv-event-day .top-day-sp {
    display: block;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
  }
  .content-flex {
    flex-direction: column;
  }
  .content-flex .tab-btn-box {
    width: 100%;
    position: sticky;
    top: calc(100% - 80px);
    z-index: 10;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
  }
  .content-flex .tab-btn-box .flex-sticky {
    display: grid;
    position: relative;
    padding: 1em;
    position: relative;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }
  .content-flex .tab-btn-box .flex-sticky .tab-item {
    margin: 0;
  }
  .content-flex .tab-btn-box .flex-sticky .tab-item .tab-number {
    font-size: 1em;
  }
  .content-flex .tab-btn-box .flex-sticky .tab-item .tab-title {
    display: none;
  }
  .content-flex .tab-btn-box .flex-sticky .tab-item .tab-name {
    display: none;
  }
  .content-flex .tab-btn-box .flex-sticky .tab-item .clip-out-a {
    padding: 1px;
    clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0 calc(100% - 11px), 0 11px);
  }
  .content-flex .tab-btn-box .flex-sticky .tab-item .clip-out-a .clip-out-b {
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
    padding: 2px;
  }
  .content-flex .tab-btn-box .flex-sticky .tab-item .clip-out-a .clip-out-b .clip-in-a {
    padding: 1px;
    clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px);
  }
  .content-flex .tab-btn-box .flex-sticky .tab-item .clip-out-a .clip-out-b .clip-in-a .clip-in-b {
    clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
    padding: 0.5em;
    min-height: 30px;
  }
  .content-flex .content-bg {
    width: calc(100% - 3em);
    margin: auto;
    padding-bottom: 120px;
  }
  .left-bg-img {
    display: none;
  }
  .right-bg-img {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  section {
    padding: 40px 0;
  }
  .news-box .news-link {
    flex-direction: column;
    align-items: baseline;
  }
  .news-box .news-link .news-link-btn {
    margin-top: 0.5em;
  }
  .accordion-box .acdion-flex .acdion-title {
    padding: 1em 2.3em;
  }
  .accordion-box .acdion-flex .acdion-title .acdion-mein {
    font-size: 1.3em;
  }
  .accordion-box .acdion-flex .acdion-content .thum-box {
    margin-bottom: 1em;
  }
  .accordion-box .acdion-flex .acdion-content .thum-box .thum-item {
    max-width: 350px;
    margin: 0 auto;
  }
  .accordion-box .acdion-flex .acdion-content .thum-box .thum-item.w-small {
    max-width: 350px;
    margin: 0 auto;
  }
  .accordion-box .acdion-flex .acdion-content .thum-box .thum-item .thum-te.flex {
    flex-direction: column;
    gap: 0;
    align-items: baseline;
  }
  .accordion-box .acdion-flex .acdion-content .thum-box.flex {
    flex-direction: column;
  }
  .intro-box {
    padding: 1em;
  }
  .intro-box p {
    line-height: 1.6em;
  }
  .intro-img {
    gap: 30px;
    margin: 40px auto 40px;
  }
  .intro-img .int-img-left, .intro-img .int-img-right {
    max-width: 70px;
  }
  .intro-img .int-img-center {
    max-width: 20px;
  }
  .table {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .table.access {
    margin: 1em 0 2em;
  }
  .table.access th {
    text-align: center;
    width: calc(100% - 2em);
    padding: 1em 1em 0.5em 1em;
  }
  .table.access td {
    text-align: center;
    padding: 0.5em 1em 1em 1em;
  }
  .table tr {
    display: flex;
    flex-direction: column;
  }
  .table th {
    width: calc(100% - 2em);
    display: block;
    padding: 1em;
  }
  .table th p {
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
  }
  .table td {
    padding: 1em;
    text-align: center;
  }
  .table td .abuto-te-mein {
    font-size: 1.1em;
  }
  .table td .abuto-te-mein .about-te-min {
    display: block;
    margin: 0;
    margin-left: 0;
    font-size: 0.9em;
  }
  .table td .flex {
    flex-direction: column;
    gap: 10px;
    align-items: normal;
  }
  .connection-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .ticket-point.goods-box {
    flex-direction: column-reverse;
    gap: 1em;
  }
  .ticket-point.goods-box img {
    width: 100%;
    max-width: 330px;
  }
  .ticket-point.goods-box .goods-text {
    width: calc(100% - 2em);
    margin: 1em auto 0;
  }
}
@media screen and (max-width: 600px) {
  .mv {
    padding-top: 0px;
  }
  .mv .mv-pc {
    display: none;
  }
  .mv .mv-ipd {
    display: none;
  }
  .mv .mv-sp {
    display: block;
  }
  section#content {
    padding-bottom: 0;
  }
  .content-flex .tab-btn-box {
    top: calc(100% - 142px);
    padding: 1em;
    margin-left: -1em;
  }
  .content-flex .tab-btn-box .flex-sticky {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .content-flex .content-bg {
    width: 100%;
    margin-left: -1.5em;
    padding: 1.5em 1.5em 170px 1.5em;
  }
  .content-flex .content-bg .content-box .content-item {
    margin: 1em auto 1em;
    padding: 0;
  }
  .content-flex .content-bg .content-box .content-item.flex {
    flex-direction: column;
  }
  .content-flex .content-bg .content-box .content-item .content-card {
    max-width: 350px;
  }
  .ticket-table {
    font-size: 12px;
  }
  .ticket-table.special thead th:first-child {
    width: 40%;
  }
  .ticket-table tbody td span {
    font-size: 0.85em;
  }
  .ticket-table tbody tr {
    font-size: 12px;
  }
  .ticket-btns .et-ticket-link {
    flex-direction: column;
  }
  .ticket-btns .et-ticket-link .col {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 440px) {
  .nav {
    height: 40px;
  }
  .nav .nav-btn {
    right: 0;
  }
  .nav .nav-btn .nav-line {
    width: 40px;
    height: 40px;
  }
  .content-flex .tab-btn-box {
    top: calc(100% - 141px);
  }
}

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