/* common.css - shared layout / header / footer / utility classes */
@media screen and (min-width: 813px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 813px) {
  .pc-only {
    display: none;
  }
}

.icon-flex {
  display: flex;
  gap: 15px;
}

.icon-flex a img {
  height: 25px !important;
}

.fod-title {
  background-color: #597765;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 1000px;
  margin: 50px auto 0 auto;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .fod-title {
    width: 100%;
  }
}

.icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

#past-link {
  background-color: #597765;
  text-align: center;
  margin-top: 100px;
  padding: 20px 10px;
}

.past-flex {
  display: flex;
  gap: 30px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .past-flex {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .past-flex .past-link-btn {
    width: calc(50% - 5px);
    box-sizing: border-box;
    padding: 12px 10px;
    text-align: center;
  }
}

#past-link .past-link-btn {
  font-size: 16px;
  font-weight: bold;
  color: #597765;
  background-color: #F9F6F4;
  padding: 12px 30px;
  border-radius: 100vh;
  text-decoration: none;
  transition: 0.3s all;
}

#past-link .past-link-btn:hover {
  opacity: 0.6;
}

#tt-map {
  width: 1000px;
  margin: 50px auto;
}

@media screen and (max-width: 767px) {
  #tt-map {
    width: 100%;
  }
}

.stage-time {
  color: #F9F6F4;
  background-color: #597765;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
}

#danner-camp {
  font-family: "Noto Sans JP", sans-serif;
  color: #2B2A27;
  box-sizing: border-box;
}

#danner-camp img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

#danner-camp .dc-btn {
  font-size: 15px;
  color: #fff;
  background-color: #597765;
  padding: 12px 30px;
  border-radius: 100vh;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
}

#danner-camp .dc-btn:hover {
  opacity: 0.6;
}

.dc-btn-close{
  font-size: 15px;
  color: #597765;
  border:2px solid #597765;
  padding: 12px 30px;
  border-radius: 100vh;
  display: inline-block;
  text-decoration: none;
}

#danner-camp header {


  height: 80px;
  position: fixed;
  z-index: 800;
  top: 0;
  width: 100%;
}

#danner-camp header,
header#js-header[data-js-scroll="true"] {
  background-color: #597765 !important;
  opacity: 0.9;
}

header#js-header {
  background-color: transparent !important;
  transition: 0.5s all;
}

#danner-camp .header-wrapper {

  width: 100%;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  height: 80px;
}

#danner-camp .header-wrapper h2 {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 385px;

}

#danner-camp .header-wrapper ul {
  float: right;
  display: flex;

  position: absolute;
  z-index: 10;
  top: 50%;
  right: 43px;
  transform: translate(0, -50%);
}

#danner-camp .header-wrapper ul li {
  padding-left: 32px;
  text-align: center;
  position: relative;
}

#danner-camp .header-wrapper ul li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 1px;
  top: 50%;
  left: 16px;
  background-color: #ffffff;
  transform: translate(0, -50%);
}

#danner-camp .header-wrapper ul li:first-child:before {
  position: absolute;
  content: "";
  height: 0px;
  width: 0px;

}

#danner-camp .header-wrapper ul li a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#danner-camp .header-wrapper ul li a img {
  height: 11px;
  width: auto;
  margin: 0 auto;
}

#danner-camp .header-wrapper ul li a span {
  font-size: 11px;
  color: #fff;
}

#danner-camp .ticket-fixed {
  position: fixed;
  z-index: 700;
  top: 70%;
  right: 0;
  width: 65px;
}

#main {
  margin: 0 auto;

  width: 100%;

  height: auto;
}

#main img.pc-block {

  margin: 0 auto;
  width: 100%;
  height: auto;
}


/* Utilities */
/* Utilities generated from former inline style attributes */
.u-style-9c7663 {
  display: none;
}

.u-style-7023da {
  text-align: center;
}

.u-style-351bef {
  margin-top: 5px;
}

.u-style-886e32 {
  margin-top: 15px;
}

.u-style-8f95bd {
  margin-top: 50px;
}

.u-style-bef442 {
  margin: 0 auto;
}

.u-style-1f7279 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.u-style-610167 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-style-3da471 {
  width: auto;
  height: 40px !important;
}

.u-style-369959 {
  color: #597765;
}

.u-style-a12bcd {
  width: auto;
}

.u-style-8ced3a {
  margin-top: 10px;
}

.u-style-012333 {
  border: 0;
}

.u-style-020165 {
  width: 90px;
  height: auto;
}

.u-style-96ce7e {
  display: block;
}

.u-style-541ffc {
  justify-content: center;
}

.u-style-57e800 {
  margin-bottom: 20px;
}

.u-style-9e46da {
  color: #E52823;
}
.red {
  color: #E52823;
}
.black {
  color: #000;
}

.u-style-a00849 {
  color: #E52823;
}

.u-style-f76250 {
  text-align: center;
  margin: 20px auto;
}

.u-style-273e41 {
  margin-bottom: 10px;
}

.u-style-e539ab {
  margin-bottom: 50px;
}

.u-style-9ab9be {
  margin-bottom: 15px;
}


.modaal-gallery-item.is_active {
  opacity: 1;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.modaal-gallery-item-wrap {
  position: relative;
}

.modaal-image .modaal-content {
  overflow: visible;
}

.gallery-movie {
  margin-top: 0px;
}

.gallery-movie video {
  width: 100%;
  display: block;
}

.section-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin: 0;
}

.section-title__en {
  font-family: 'DINOT', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 0.7;
  letter-spacing: 0.02em;
  color: #2B2A27;
}

.section-title__ja {
  font-size: 18px;
  font-weight: 100;
  line-height: 1;
  color: #2B2A27;
}

.section-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  margin-top: 8px;
  background-color: #597765;
  border-radius: 0 100vh 100vh 0;
}

.section-title--center {
  align-items: center;
  text-align: center;
}

.section-title--center::after {
  border-radius: 0 100vh 100vh 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .section-title {
    gap: 12px;
  }

  .section-title__en {}

  .section-title__ja {}

  .section-title::after {}
}

.access-rfk-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.access-rfk-title__en {
  font-family: 'DINOT', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.access-rfk-title__jp {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .access-rfk-title__en {
    font-size: 4.6vw;
  }

  .access-rfk-title__ja {
    font-size: 4.2vw;
  }
}

#contact {
  background-color: #F9F6F4;
  padding: 40px 0;
  margin-top: 100px;
}

#contact .contact {
  border: 1px solid #183028;
  width: 500px;
  box-sizing: border-box;
  padding: 40px 40px;
  margin: 0 auto;
  text-align: left;
  background-color: #ffffff;
}

#contact .contact a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: center;
  justify-content: center;
  text-decoration: none;
}

#contact .contact a img {
  display: none;
}

#contact .contact .contact-title {
  font-family: 'DINOT', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #597765;
  flex-shrink: 0;
}

#contact .contact .contact-mail {
  font-family: 'DINOT', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #597765;
  word-break: break-word;
}

#contact .contact a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #contact {
    padding: 40px 20px;
  }

  #contact .contact {
    width: 100%;
    padding: 20px 20px;
  }

  #contact .contact a {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  #contact .contact .contact-title {}

  #contact .contact .contact-mail {
    line-height: 1.4;
  }
}


/* =========================================================
   Shared parts 2026-06-04
   Header / global nav / section title / contact / footer
   ========================================================= */

/* Header text nav */
#danner-camp .header-wrapper ul li a.nav-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

#danner-camp .header-wrapper ul li a.nav-link:hover {
  opacity: 0.65;
}

#danner-camp .header-wrapper ul li a.nav-link .nav-link__en {
  font-family: 'DINOT', 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0;
}

#danner-camp .header-wrapper ul li a.nav-link .nav-link__ja {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 0;
}

/* Page title variation */
.section-title--page {
  align-items: center;
  gap: 14px;
  text-align: center;
}


.section-title--page::after {
  width: 42px;
  height: 10px;
  margin-top: 0;
}

/* Footer */
.site-footer {
  background-color: #F9F6F4;
  border-top: 1px solid #dfdfdf;
  padding-top: 80px;
  padding-bottom: 20px;
  text-align: center;
  box-sizing: border-box;
}

.site-footer .footer-logo {
  width: 170px;
  margin-bottom: 20px;
}

.site-footer .footer-icon img,
.site-footer img {
  margin-bottom: 20px;
}

.site-footer p {
  color: #183028;
  font-size: 12px;
}

@media screen and (max-width: 1440px) {

  #danner-camp header,
  #danner-camp .header-wrapper {
    height: 4.86vw;
  }

  #danner-camp .header-wrapper h2 {
    width: 21.25vw;
  }

  #danner-camp .header-wrapper ul {
    right: 2.98vw;
  }

  #danner-camp .header-wrapper ul li {
    padding-left: 2.22vw;
  }

  #danner-camp .header-wrapper ul li::before {
    left: 1.11vw;
  }

  #danner-camp .header-wrapper ul li a.nav-link .nav-link__en {
    font-size: 1.04vw;
  }

  #danner-camp .header-wrapper ul li a.nav-link .nav-link__ja {
    font-size: 0.76vw;
  }

  #contact .contact {
    width: 50vw;
    padding: 4.86vw 2.77vw;
  }

  #contact .contact a {
    width: 38.05vw;
    margin: 0 auto;
  }

  .site-footer {
    padding-top: 5.55vw;
    padding-bottom: 1.38vw;
  }
}

@media screen and (max-width: 767px) {

  #danner-camp header,
  #danner-camp .header-wrapper {
    height: 17vw;
  }

  #danner-camp .header-wrapper {
    max-width: 1440px;
  }

  #danner-camp .header-wrapper h2 {
    width: 56.8vw;
  }

  #danner-camp .header-wrapper ul {
    display: block !important;
    width: 100%;
    height: 100vh;
    background-color: #597765;
    top: 0;
    left: -120vw;
    transform: translate(0, 0);
    transition: 1s all;
  }

  #danner-camp .header-wrapper ul.nav-open {
    left: 0 !important;
  }

  #danner-camp .header-wrapper ul li {
    padding-left: 7.46vw;
    text-align: left;
    margin-top: 7vw;
  }

  #danner-camp .header-wrapper ul li:first-of-type {
    margin-top: 20vw;
  }

  #danner-camp .header-wrapper ul li::before {
    display: none;
  }

  #danner-camp .header-wrapper ul li a.nav-link {
    align-items: flex-start;
    gap: 3.2vw;
  }

  #danner-camp .header-wrapper ul li a.nav-link .nav-link__en {
    font-size: 5.53vw;
  }

  #danner-camp .header-wrapper ul li a.nav-link .nav-link__ja {
    font-size: 4vw;
  }

  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
    z-index: 4000;
  }

  #danner-camp .header-wrapper .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: ease 0.75s;
  }

  #danner-camp .header-wrapper .icon span:nth-of-type(1) {
    top: 20px;
  }

  #danner-camp .header-wrapper .icon span:nth-of-type(2) {
    bottom: 20px;
  }

  #danner-camp .header-wrapper .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }

  #danner-camp .header-wrapper .close span:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 28px;
  }

  .section-title--page {
    gap: 10px;
  }

  .section-title--page .section-title__en {
    font-size: 12vw;
  }

  .section-title--page .section-title__ja {
    font-size: 4vw;
  }

  #contact .contact {
    width: 86.6vw;
    padding: 9.3vw 12vw;
    margin: 12vw auto 14.3vw;
  }

  #contact .contact a {
    width: 61.6vw;
  }

  .site-footer {
    padding-top: 13.3vw;
    padding-bottom: 6.6vw;
  }

  .site-footer img {
    margin-bottom: 12vw;
  }

  .site-footer p {
    font-size: 3.2vw;
  }
}

.image-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.image-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 0;
  width: 100%;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.image-slider::-webkit-scrollbar {
  display: none;
}

.image-slider img {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  border-radius: 8px;
  scroll-snap-align: start;
}

.slider-arrow {
  background: rgba(89, 119, 101, 0.6);
  color: white;
  font-size: 24px;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s;
  text-decoration: none;
  border-radius: 50%;
}

.slider-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.slider-arrow.left {
  position: absolute;
  left: -20px;
}

.slider-arrow.right {
  position: absolute;
  right: -20px;
}

@media screen and (max-width: 767px) {
  .slider-arrow.left {
    position: absolute;
    left: -10;
  }

  .slider-arrow.right {
    position: absolute;
    right: -10;
  }
}