@charset "UTF-8";
/* Header Image */
.kv-wrapper {
  background: #bc1aa9;
}

.kv {
  padding-bottom: 6.5rem;
  width: 100%;
  border-top: 10px solid #ff4aea;
  background: var(--bg-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
}

@media (max-width: 540px) {
  .kv {
    border-top: 6px solid #ff4aea;
    padding-bottom: 1.5rem;
    width: 100%;
  }
}
.kv-item {
  width: 100%;
}

section {
  position: relative;
  padding: 5rem 0 13.5rem 0;
}
@media (max-width: 540px) {
  section {
    padding: 4rem 0;
  }
}

.bg {
  position: absolute;
  bottom: 100%;
  width: 100%;
}

.section-title {
  height: 6rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 540px) {
  .section-title {
    height: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
.section-title img {
  width: auto;
  height: 100%;
}

/* Container */
.container {
  margin: 5rem auto;
  min-height: 100vh;
  padding: 0;
}
@media (max-width: 540px) {
  .container {
    margin-top: 0;
  }
}
.container.fade-in {
  opacity: 1;
}

.inner {
  width: 67.6rem;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .inner {
    margin-top: 0;
  }
}
.inner.fade-in {
  opacity: 1;
}

.news-wrapper {
  background: #0587ec;
}

.news {
  background: #bc1aa9;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
}

/* 上の黒いナナメパネル */
.news-more-container {
  display: none;
  text-align: center;
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .news-more-container {
    margin-top: 20px;
  }
  .news-more-container .news-more-button {
    font-size: 14px;
    padding: 10px 25px;
  }
}

.news-section {
  gap: 2rem;
  padding: 2rem;
}
@media (max-width: 1200px) {
  .news-section {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .news-section {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0;
    max-width: 100%;
    padding: 1.5rem;
  }
}

.news-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}
@media (max-width: 540px) {
  .news-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.news-item {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .news-item {
    gap: 1rem;
    flex-direction: column;
    justify-content: baseline;
    align-items: initial;
  }
}

.news-date {
  font-size: var(--font-size-sm);
  letter-spacing: 0.02rem;
  line-height: 1.5;
  white-space: nowrap;
}

.news-text {
  font-size: var(--font-size-sm);
  letter-spacing: 0.0225rem;
  line-height: 1.5;
  flex: 1;
}

.news-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 3.5rem;
  background-color: var(--primary-color);
  border-radius: 0.625rem;
  color: white;
  border: none;
  text-decoration: none;
  transition: background-color 0.3s ease;
  transition: 0.3s;
  font-size: var(--font-size-sm);
}
@media (max-width: 540px) {
  .news-button {
    width: 9rem;
    text-align: center;
    justify-content: center;
    padding: 0.71429rem 1rem;
    margin: 0 auto;
  }
}

.news-button:hover {
  transition: 0.3s;
  opacity: 0.8;
}

.news-button span {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.arrow-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  width: 1rem;
  height: 1rem;
}
@media (max-width: 540px) {
  .arrow-icon {
    width: 1.14286rem;
    height: 1.14286rem;
  }
}

.arrow-icon path {
  stroke: #fff;
}

.schedule-wrapper {
  position: relative;
  background: #02a985;
}

.schedule-wrapper::after {
  position: absolute;
  content: "";
  height: 1rem;
  width: 100%;
  background-color: #02a985;
}

.schedule {
  background: #0587ec;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
}
@media (max-width: 1200px) {
  .schedule {
    width: 100%;
  }
}

.accordion {
  width: 100%;
}

.accordion-item {
  margin-bottom: 2rem;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  background: url(../images/schedule.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid var(--line-color);
}
@media (max-width: 540px) {
  .accordion-header {
    padding: 1.5rem 1.5rem;
  }
}

.accordion-header:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.location-info {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex: 1;
}
@media (max-width: 540px) {
  .location-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0rem;
  }
}

.city-name {
  font-family: "Source Serif 4", serif;
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  color: white;
  white-space: nowrap;
}
@media (max-width: 540px) {
  .city-name {
    font-size: 2rem;
  }
}

.venue-details {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.venue-name,
.venue-dates {
  font-size: 1.575rem;
  letter-spacing: 0.0275rem;
  line-height: 1.5;
  color: white;
}
@media (max-width: 540px) {
  .venue-name,
  .venue-dates {
    font-size: 1.15rem;
  }
}

.accordion-icon {
  width: 2rem;
  height: 2rem;
  color: white;
}

.accordion-item:not(.active) .minus-icon {
  display: none;
}

.accordion-item.active .plus-icon {
  display: none;
}

.accordion-content {
  border-top: none;
  transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 69rem;
}
@media (max-width: 540px) {
  .accordion-item.active .accordion-content {
    max-height: 63rem;
  }
}

.location-details {
  padding: 2rem;
}
.location-details iframe {
  margin: 0.5rem 0;
}

.details-title {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (max-width: 540px) {
  .details-title {
    font-size: 1.4rem;
    letter-spacing: 0.02857rem;
  }
}

.details-text {
  font-weight: 400;
  font-size: var(--font-size-sm);
  letter-spacing: 0.0225rem;
  line-height: 1.5;
  color: #fff;
}

.map-image {
  width: 100%;
  max-width: 51.6875rem;
  height: 17.1875rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.payment-info {
  font-weight: 400;
  font-size: var(--font-size-sm);
  letter-spacing: 0.0225rem;
  line-height: 1.5;
  color: #fff;
}

.payment-info a {
  color: #fff;
  text-decoration: underline;
}

/* How to Enter Section */
.how-to-enter-section {
  width: 100%;
  background-size: cover;
  background-position: 0 -4rem;
  background-attachment: fixed;
  padding: 5rem 0;
}
@media (max-width: 1200px) {
  .how-to-enter-section {
    width: 100%;
    background-position: 0 0rem;
  }
}
@media (max-width: 540px) {
  .how-to-enter-section {
    padding: 4rem 0 5rem;
  }
}

.how-to-enter-inner {
  margin: 0 auto;
}

.card {
  padding: 3.5rem 12%;
  border-radius: 1rem;
  border: 2px solid #fff;
}
@media (max-width: 540px) {
  .card {
    padding: 2.8rem 2.2rem;
  }
}

.card iframe {
  width: 100%;
  height: 266px;
}
@media (max-width: 540px) {
  .card iframe {
    height: 12rem;
  }
}

.card-title {
  font-size: var(--font-size-2xl);
  letter-spacing: 0.04rem;
  line-height: 1.5;
  color: white;
  text-align: center;
  padding: 0.3rem 0 0.3rem 2.4rem;
  margin-bottom: 1.7rem;
}
@media (max-width: 540px) {
  .card-title {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
  }
}

.card-content {
  font-size: 1.125rem;
  letter-spacing: 0.0225rem;
  line-height: 1.5;
  color: #ffffff;
}
.card-content h3 {
  font-size: var(--font-size-xl);
}
.card-content h4 {
  font-size: var(--font-size-lg);
  font-weight: 500;
}
@media (max-width: 540px) {
  .card-content h4 {
    font-size: 1.3rem;
  }
}
.card-content .card-content-image {
  margin: 1rem 0;
}

.card-content-text {
  font-size: 1.25rem;
  line-height: 1.7;
}
@media (max-width: 540px) {
  .card-content-text {
    font-size: 1.125rem;
  }
}

.card-content-item {
  margin-bottom: 2rem;
}
.card-content-item h5 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.7rem;
}
@media (max-width: 540px) {
  .card-content-item h5 {
    font-size: 1.2rem;
  }
}
.card-content-item p {
  font-size: var(--font-size-sm);
  font-weight: 400;
}

.card-image {
  margin: 1rem 0;
}

.card-content-location {
  margin-bottom: 3rem;
}
.card-content-location h4 {
  margin-top: 1.5rem;
  background-color: white;
  color: black;
  font-size: 1.2rem;
  padding: 0.1rem 0.9rem;
  display: inline-block;
  margin-bottom: 0.3rem;
}
.card-content-location span {
  margin: 0.2rem 0 !important;
  font-size: 0.95rem !important;
}
@media (max-width: 540px) {
  .card-content-location span {
    font-size: 1rem !important;
  }
}
.card-content-location p {
  font-size: 1.3rem;
}
.card-content-location .card-content-location-item-content {
  border-bottom: 1px solid var(--line-color);
}
.card-content-location .card-content-location-item-date {
  margin-bottom: 1.5rem;
}

.card-button {
  position: relative;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  gap: 1.4rem;
  color: #ffffff;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  width: 30rem;
  max-width: 90%;
  padding: 1.1rem 0.8rem;
  margin: 0 auto;
  transition: opacity 0.3s;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
}
@media (max-width: 540px) {
  .card-button {
    width: 100%;
    font-size: 1.2rem;
    padding: 1rem;
  }
}

.modal-button {
  text-align: center;
}

.card-button:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.card-button .arrow-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}

.card-button .arrow-icon path {
  stroke: #fff;
  stroke-width: 1;
}

.goods-wrapper {
  position: relative;
  background: #d02f07;
}

.goods-section {
  background-color: var(--bg-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
}
@media (max-width: 1200px) {
  .goods-section {
    width: 100%;
  }
}

.goods-link {
  cursor: pointer;
}

.goods-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .goods-grid {
    gap: 1rem;
  }
}
.goods-grid::after {
  width: 21.166875rem;
  content: "";
}
@media (max-width: 1200px) {
  .goods-grid::after {
    width: 47%;
  }
}

.goods-item {
  width: 21.166875rem;
}
@media (max-width: 1200px) {
  .goods-item {
    width: 47%;
  }
}

.text-cs {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 3rem */
  letter-spacing: 0.04rem;
}
@media (max-width: 540px) {
  .text-cs {
    font-size: 2rem;
  }
}

.howtoenter-wrapper {
  background: #2323ea;
}

.howtoenter {
  background: #02a985;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
}

.reservation-section {
  background: #2323ea;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
}

.reservation-section .card-button {
  width: 12rem;
  font-size: 0.875rem;
  border-radius: 0.625rem;
  background: #2f2826;
}

.novelty-wrapper {
  background: #7102a9;
}

.novelty {
  background: #d02f07;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
}
.novelty h3 {
  font-size: var(--font-size-lg);
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 540px) {
  .novelty h3 {
    font-size: var(--font-size-md);
  }
}
.notes-title {
  text-align: center;
  font-size: 3rem;
}
@media (max-width: 540px) {
  .notes-title {
    margin-bottom: 2rem;
  }
}

/* ONLINE STORE */
.onlinestore-wrapper {
  background: #636363;
}

.onlinestore {
  background: #7102a9;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
}
.onlinestore h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 540px) {
  .onlinestore h3 {
    font-size: var(--font-size-md);
  }
}

.contact-section {
  background: #636363;
  text-align: center;
}
@media (max-width: 1200px) {
  .contact-section {
    width: 100%;
  }
}

.contact-subtitle {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.03rem;
  line-height: 1.5;
  color: white;
  text-align: center;
}
@media (max-width: 1200px) {
  .contact-subtitle {
    font-size: 1.4rem;
  }
}

.contact-button-container {
  justify-content: center;
  display: flex;
  margin: 2rem 0;
}

.contact-button {
  position: relative;
  padding: 1rem 3.5rem;
  background-color: white;
  border: 1px solid var(--line-color);
  color: black;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-button:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.contact-button span {
  font-weight: 600;
  font-size: 1.125rem;
  color: black;
}

.contact-button .arrow-icon path {
  stroke: black;
}

.contact-note {
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.02rem;
  line-height: 1.5;
  color: white;
  text-align: center;
}

/* Entry Modal */
.entry-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
}
.entry-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.entry-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.entry-modal-content {
  position: relative;
  background: white;
  max-width: 90%;
  padding: 0 3rem;
  width: 1000px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1102;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
@media (max-width: 540px) {
  .entry-modal-content {
    width: 95%;
    max-height: 87vh;
    border-radius: 12px;
    padding: 0rem;
  }
}

.entry-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1103;
  transition: background 0.3s ease;
}
.entry-modal-close:hover {
  background: rgba(0, 0, 0, 0.1);
}
.entry-modal-close svg {
  width: 40px;
  height: 40px;
  color: #333;
}
@media (max-width: 540px) {
  .entry-modal-close {
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
  }
}

.entry-modal-body {
  padding: 60px 20px 40px;
}
@media (max-width: 540px) {
  .entry-modal-body {
    padding: 50px 1.5rem 24px;
  }
}

.entry-modal-title {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0rem;
  text-align: center;
  color: var(--primary-color);
  padding: 0.8rem 0.6rem;
  margin-bottom: 1rem;
}
@media (max-width: 540px) {
  .entry-modal-title {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}

.entry-modal-content-inner {
  line-height: 1.8;
  color: #1e3c69;
}
.entry-modal-content-inner h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1e3c69;
  margin: 0.4rem 0 0.4rem;
  margin-top: 4rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #005a80;
  text-align: center;
}
@media (max-width: 540px) {
  .entry-modal-content-inner h3 {
    font-size: 1.3rem;
    margin: 3rem 0 0.4rem;
    padding: 0.5rem 0rem;
  }
}
.entry-modal-content-inner p {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}
@media (max-width: 540px) {
  .entry-modal-content-inner p {
    font-size: 1rem;
  }
}

.coming-soon {
  background-color: white;
  color: #24346a;
  text-align: center;
  padding: 6rem 0;
  font-size: 1.8rem;
}/*# sourceMappingURL=styles.css.map */