@charset "UTF-8";
.sec__title {
  text-align: center;
  font-family: "Poller One", serif;
  font-size: 2.5rem;
  color: #333333;
  margin-bottom: 120px;
}
.sec__title span {
  display: block;
  font-size: 0.875rem;
  color: #d00;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .sec__title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .sec__title span {
    font-size: 0.75rem;
  }
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

@keyframes yurayura {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(3deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.u-yurayura {
  animation: yurayura 3s infinite;
  display: inline-block;
  transform-origin: center;
}

.main-visual {
  width: 100%;
  height: calc(100vh - 80px);
  background-image: url("../img/mv.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  opacity: 0;
}
.main-visual .mv-logo,
.main-visual .mv-text {
  position: absolute;
  left: 50%;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.main-visual .mv-logo {
  width: 60%;
  max-width: 450px;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .main-visual .mv-logo {
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .main-visual .mv-logo {
    top: 20%;
    width: 80%;
    min-width: 320px;
  }
}
.main-visual .mv-text {
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  color: #333333;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  text-shadow: 0 0 8px #fff, 0 0 12px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}
.main-visual .mv-s04 {
  width: 500px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -40px;
}

.header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
.is-home .header {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 10px;
  }
}
.header__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  height: 60px;
  width: auto;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.header__logo img {
  height: 100%;
  width: auto;
  display: block;
}
.header__logo:hover {
  opacity: 0.7;
  transform: scale(1.05);
}
@media screen and (max-width: 769px) {
  .header__logo {
    height: 50px;
  }
}
@media screen and (max-width: 425px) {
  .header__logo {
    height: 30px;
  }
}
.header__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .header__info {
    font-size: 0.825rem;
  }
}
.header__info .info-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .header__info .info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.header__info .info-wrapper .flex-wrapper {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .header__info .info-wrapper .flex-wrapper {
    justify-content: center;
  }
}
.header__info .header__year {
  font-size: 1.25rem;
  font-family: "M PLUS 1", sans-serif;
  padding-right: 15px;
}
@media screen and (max-width: 1024px) {
  .header__info .header__year {
    font-size: 1rem;
  }
}
@media screen and (max-width: 425px) {
  .header__info .header__year {
    font-size: 0.825rem;
  }
}
.header__info .header__date {
  display: flex;
  font-size: 1.5rem;
  align-items: baseline;
  gap: 15px;
}
.header__info .header__date span {
  font-size: 1rem;
  margin: 0 4px;
}
@media screen and (max-width: 1024px) {
  .header__info .header__date {
    font-size: 1.25rem;
    gap: 10px;
  }
  .header__info .header__date span {
    font-size: 1rem;
    margin: 0 2px;
  }
}
@media screen and (max-width: 425px) {
  .header__info .header__date {
    font-size: 0.825rem;
    gap: 3px;
  }
  .header__info .header__date span {
    font-size: 0.7rem;
    margin: 0 2px;
  }
}
.header__info .header__time {
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .header__info .header__time {
    font-size: 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .header__info .header__time {
    font-size: 0.825rem;
  }
}
.header__info .vertical-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
.header__info .vertical-wrapper .place {
  font-size: 0.8rem;
  font-family: "M PLUS 1", sans-serif;
}
@media screen and (max-width: 1024px) {
  .header__info .vertical-wrapper .place {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 425px) {
  .header__info .vertical-wrapper .place {
    font-size: 0.6rem;
  }
}
.header .sp-header-initial {
  display: none;
}
@media screen and (max-width: 769px) {
  .header .sp-header-initial {
    display: flex;
    align-items: center;
    font-family: "M PLUS 1", sans-serif;
    font-weight: bold;
    font-size: 0.85rem;
    white-space: nowrap;
  }
}
.is-scrolled .header .sp-header-initial {
  display: none;
}
.header .sp-accordion {
  display: none;
}
@media screen and (max-width: 769px) {
  .header .sp-accordion {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .is-scrolled .header .sp-accordion {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.header .sp-accordion__btn {
  background: none;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "M PLUS 1", sans-serif;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}
.header .sp-accordion__btn.is-open .sp-accordion__arrow {
  display: inline-block;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.header .sp-accordion__arrow {
  font-size: 0.6rem;
  transition: transform 0.3s;
  color: #d00;
}
.header .sp-accordion__body {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 12px 16px;
  font-size: 0.85rem;
  font-family: "M PLUS 1", sans-serif;
  font-weight: bold;
  z-index: 99;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.header .sp-accordion__body.is-open {
  display: block;
}
.header .sp-accordion__body p {
  margin: 4px 0;
}
.header .sp-accordion__body .pass {
  border-top: 1px solid #d00;
  padding-top: 5px;
}

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

.btn-free {
  display: inline-block;
  background-color: #f0e640;
  color: #000;
  padding: 5px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #000;
  font-family: "M PLUS 1", sans-serif;
}
.btn-free span {
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .btn-free {
    font-size: 0.825rem;
  }
}
@media screen and (max-width: 425px) {
  .btn-free {
    font-size: 0.825rem;
    padding: 5px 10px;
  }
}

.hamburger {
  display: block;
  width: 30px;
  height: 25px;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #d00;
  border-radius: 3px;
  transition: 0.3s;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span:nth-child(3) {
  bottom: 0;
}
.hamburger.is-active span {
  background-color: #fff;
}
.hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.drawer-menu {
  position: fixed;
  top: 0;
  right: -350px;
  width: 330px;
  height: 100vh;
  background-color: #c00;
  padding: 100px 30px 40px;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  z-index: 90;
  transition: 0.5s;
  overflow-y: auto;
}
.drawer-menu.is-open {
  right: 0;
}
.drawer-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drawer-menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.drawer-menu__item a {
  display: block;
  padding: 18px 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: 0.3s;
}
.drawer-menu__item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  padding-left: 10px;
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.drawer-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

body.nav-open {
  overflow: hidden;
}

.main-program {
  background-color: #f0f7ff;
  position: relative;
}
.main-program .main-event {
  height: 100vh;
}
@media screen and (max-width: 425px) {
  .main-program .main-event {
    height: auto;
  }
}
.main-program .main-event__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 425px) {
  .main-program .main-event__sticky {
    position: relative;
    height: auto;
    overflow: visible;
  }
}
.main-program .main-event__speed-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 100vh;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 425px) {
  .main-program .main-event__speed-line {
    display: none;
  }
}
.main-program .main-event__speed-line img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-program .main-event .main-event-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-inline: 2%;
  padding-top: 160px;
  z-index: 3;
}
@media screen and (max-width: 425px) {
  .main-program .main-event .main-event-container {
    height: auto;
    padding-top: 80px;
  }
}
.main-program .main-event .js-title {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 20;
  opacity: 0;
}
@media screen and (max-width: 425px) {
  .main-program .main-event .js-title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 40px;
  }
}
.main-program .main-event .js-event-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  width: 100%;
  max-width: 1000px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .main-program .main-event .js-event-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
}
@media screen and (max-width: 425px) {
  .main-program .main-event .js-event-item {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.main-program .event-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 180px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.main-program .event-item:nth-child(even) {
  flex-direction: row-reverse;
}
.main-program .event-item:nth-child(even) .event-item__img-wrapper {
  margin-left: -80px;
  margin-right: 0;
}
.main-program .event-item__img-wrapper {
  position: relative;
  width: 100%;
  max-width: 700px;
  flex-shrink: 0;
  margin-right: -100px;
  z-index: 50;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 1280px) {
  .main-program .event-item__img-wrapper {
    max-width: 550px;
    margin-right: -60px;
  }
}
@media screen and (max-width: 1024px) {
  .main-program .event-item__img-wrapper {
    width: 100%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 3/2;
    margin: 0 auto;
    order: 1;
  }
}
@media screen and (max-width: 425px) {
  .main-program .event-item__img-wrapper {
    width: 80%;
  }
}
.main-program .event-item__photo {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 10px solid #fff;
  box-shadow: 4px 4px 10px 5px rgba(51, 51, 51, 0.5);
  transform: rotate(2deg);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .main-program .event-item__photo {
    transform: rotate(0);
    border-width: 5px;
  }
}
.main-program .event-item__text-wrapper {
  position: relative;
  width: 380px;
  transform: rotate(-2deg);
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .main-program .event-item__text-wrapper {
    width: 60%;
    margin: 0;
    order: 2;
    transform: rotate(0);
  }
}
@media screen and (max-width: 425px) {
  .main-program .event-item__text-wrapper {
    width: 80%;
  }
}
.main-program .event-item {
  /* --- 偶数番目（2番目）の個別設定セクション --- */
}
.main-program .event-item:nth-child(even) {
  flex-direction: row-reverse;
}
.main-program .event-item:nth-child(even) .event-item__img-wrapper {
  margin-left: -100px;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .main-program .event-item:nth-child(even) {
    flex-direction: column !important;
  }
  .main-program .event-item:nth-child(even) .event-item__img-wrapper {
    /* 1番目・3番目と同じ設定をここにも書く */
    width: 100%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 3/2;
    margin: 0 auto;
    order: 1;
  }
  .main-program .event-item:nth-child(even) .event-item__text-wrapper {
    width: 60%;
    margin: 0 auto;
    order: 2;
    transform: rotate(0);
  }
}
@media screen and (max-width: 425px) {
  .main-program .event-item:nth-child(even) .event-item__img-wrapper {
    /* 1番目・3番目と同じ設定をここにも書く */
    width: 80%;
  }
  .main-program .event-item:nth-child(even) .event-item__text-wrapper {
    width: 80%;
    margin: 0 auto;
  }
}
.main-program .event-item__text-shadow {
  position: absolute;
  top: 20px;
  left: -40px;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: radial-gradient(#0A215D 4px, transparent 4px);
  background-size: 12px 12px;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .main-program .event-item__text-shadow {
    clip-path: none;
    top: 15px;
    left: -15px;
  }
}
.main-program .event-item__text {
  width: 100%;
  position: relative;
  padding: 100px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .main-program .event-item__text {
    padding: 20px;
    clip-path: none;
  }
}
.main-program .event-item__text-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.main-program .event-item__text-inner h3 span {
  font-size: 1.23rem;
}
.main-program .event-item__text-inner h3 {
  font-size: 1.5rem;
  color: #333333;
  margin-bottom: 15px;
  font-family: "Chakra Petch", sans-serif;
}
@media screen and (max-width: 1024px) {
  .main-program .event-item__text-inner h3 {
    font-size: 1.25rem;
  }
}
.main-program .event-item__text-inner p {
  font-size: 1rem;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .main-program .event-item__text-inner p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .main-program .event-item__text-inner .u-sp-none {
    display: none;
  }
}
.main-program .more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5px;
  border-bottom: 1px solid #d00;
  gap: 8px;
  color: #d00;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
  margin-top: 10px;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
  position: relative;
  z-index: 1;
}
.main-program .more-btn__text {
  padding-inline: 5px;
  line-height: 1;
}
.main-program .more-btn__arrow {
  display: inline-block;
  width: 25px;
  position: relative;
}
.main-program .more-btn:hover {
  opacity: 0.7;
}
.main-program .more-btn:hover .more-btn__arrow {
  transform: translateX(3px);
}
.main-program .more-btn::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -15px;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d00;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.main-program .more-btn:hover {
  opacity: 1;
}
.main-program .more-btn:hover::after {
  opacity: 0.5;
}
.main-program .more-btn:hover .more-btn__arrow {
  transform: translateX(3px);
}
.main-program .pick-up {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.main-program .pick-up__deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.main-program .pick-up__deco--left {
  width: 700px;
  height: auto;
  bottom: -100px;
  right: 50%;
  margin-right: 400px;
  z-index: 3;
}
.main-program .pick-up__deco--right {
  width: 700px;
  height: auto;
  top: 30px;
  right: auto;
  left: 50%;
  margin-left: 400px;
  z-index: 3;
}
.main-program .pick-up__deco--mokuiku {
  width: 200px;
  height: auto;
  bottom: 100px;
  right: 50%;
  margin-right: 400px;
  z-index: 5;
  animation: yurayura 3s infinite 0.5s;
  transform-origin: center;
}
.main-program .pick-up__deco--pit {
  width: 200px;
  height: auto;
  top: 200px;
  right: auto;
  left: 50%;
  margin-left: 400px;
  z-index: 5;
  animation: yurayura 3s infinite;
  transform-origin: center;
}
.main-program .pick-up__container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-inline: 2%;
}
.main-program .pick-up__container .asirai01 {
  width: 30%;
  background-image: url("../img/asirai-lightblue");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 30;
}
.main-program .pick-up__grid {
  background: #fff;
  background-image: radial-gradient(#eee 2px, transparent 2px);
  background-size: 20px 20px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  justify-content: center;
  padding: 50px 30px;
  border-radius: 100px;
  margin-top: 100px;
  position: relative;
}
.main-program .pick-up__grid .pickup-btn {
  margin-inline: auto;
}
@media screen and (max-width: 425px) {
  .main-program .pick-up__grid {
    flex-direction: column;
    margin-top: 0;
  }
}
.main-program .pick-up__item {
  width: calc(50% - 15px);
  background: #fff;
  box-shadow: 4px 4px 10px 5px rgba(51, 51, 51, 0.5);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 10;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-program .pick-up__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 425px) {
  .main-program .pick-up__item {
    width: 100%;
  }
}
.main-program .pick-up .event-name {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0;
  text-decoration: none;
  cursor: pointer;
}
.main-program .pick-up .event-name--blue {
  color: #329CF8;
}
.main-program .pick-up .event-name--orange {
  color: #FF8737;
}
.main-program .pick-up .event-name:hover {
  text-decoration: underline;
}
.main-program .pick-up__img-wrapper {
  position: relative;
  padding: 15px 15px 0;
}
.main-program .pick-up__img-wrapper img {
  width: 100%;
  height: 400px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-program .pick-up .label {
  position: absolute;
  top: -30px;
  left: -45px;
  width: 150px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 10px;
  font-size: 0.9rem;
  z-index: 5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.main-program .pick-up .label__textblue {
  font-weight: 700;
  position: absolute;
  right: 15px;
  bottom: 25px;
}
.main-program .pick-up .label__textorange {
  font-weight: 700;
  position: absolute;
  right: 30px;
  bottom: 25px;
}
.main-program .pick-up .label span {
  font-size: 0.8rem;
  font-weight: normal;
}
.main-program .pick-up .label--blue {
  background-color: #329CF8;
}
.main-program .pick-up .label--orange {
  background-color: #FF8737;
}
.main-program .pick-up__content {
  padding: 20px;
}
.main-program .pick-up__content .event-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0;
}
.main-program .pick-up__content .event-name--blue {
  color: #329CF8;
}
.main-program .pick-up__content .event-name--orange {
  color: #FF8737;
}
.main-program .pick-up__content .tag-list {
  display: flex;
  gap: 10px;
  font-size: 10px;
  color: #999;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
.main-program .pick-up__content .tag-list li {
  white-space: nowrap;
  flex-shrink: 0;
}

.after-party {
  background-color: #fff;
  padding-block: 100px;
  overflow: hidden;
  position: relative;
}
.after-party__deco-bg {
  position: absolute;
  pointer-events: none;
  height: auto;
}
.after-party__deco-bg--right {
  width: 700px;
  top: -50px;
  z-index: 3;
  left: 50%;
  margin-left: 300px;
}
.after-party__deco-bg--left {
  width: 600px;
  height: auto;
  bottom: -150px;
  right: 50%;
  margin-right: 250px;
}
.after-party .after-party__deco {
  position: absolute;
  top: 200px;
  width: 200px;
  z-index: 5;
  left: 50%;
  margin-left: 300px;
  right: auto;
}
.after-party__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-inline: 2%;
}
.after-party__card {
  background: #EDF4FB;
  background-image: radial-gradient(#fff 2px, transparent 2px);
  background-size: 20px 20px;
  border-radius: 100px;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.after-party__card .after-party__wrapper {
  width: 100%;
  position: relative;
  z-index: 3;
}
.after-party__card .after-party__wrapper .sec__title {
  margin-bottom: 20px;
}
.after-party__card .after-party__wrapper .after-party__lead {
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .after-party__card .after-party__wrapper .after-party__lead {
    font-size: 1rem;
  }
}
.after-party__card .after-party__wrapper .after-party__video {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.after-party__card .after-party__wrapper .after-party__video video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.after-party__card .after-party__wrapper .after-party__text {
  display: flex;
  justify-content: space-between;
}
.after-party__card .after-party__wrapper .after-party__text p {
  margin-top: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.75rem, 1.25vw + 0.5rem, 1.5rem);
  color: rgb(102, 102, 102);
  font-weight: bold;
}

.obi {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.obi img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  /* ★ アニメーションの設定 */
  transition: transform 1.5s ease-out;
  transform: scale(1);
}
.obi {
  /* ★ このクラスがついたらズームする */
}
.obi.is-zoom img {
  transform: scale(1.15);
}

.time-schedule {
  padding-block: 100px 0px;
  background-color: #EDF4FB;
}
.time-schedule .enjoy {
  overflow: visible;
  position: relative;
  z-index: 0;
}
.time-schedule .enjoy__inner {
  max-width: 1000px;
  margin: 0 auto;
  overflow: visible;
  padding: 2%;
}
.time-schedule .enjoy__cards-wrap {
  overflow: visible;
  position: relative;
}
.time-schedule .enjoy__title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  position: sticky;
  top: 100px;
}
.time-schedule .enjoy__title img {
  height: 55px;
}
.time-schedule .enjoy__title span {
  font-weight: bold;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .time-schedule .enjoy__title {
    flex-direction: column;
  }
  .time-schedule .enjoy__title img {
    height: 45px;
  }
  .time-schedule .enjoy__title span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 655px) {
  .time-schedule .enjoy__title img {
    height: 40px;
  }
  .time-schedule .enjoy__title span {
    font-size: 1rem;
  }
}
.time-schedule .enjoy__card {
  display: grid;
  grid-template-columns: 1fr 320px;
  grid-template-rows: auto 1fr;
  border-radius: 30px;
  padding: 60px 0 60px 80px;
  color: #fff;
  box-shadow: 4px 4px 10px 5px rgba(51, 51, 51, 0.5);
  overflow: visible;
  margin-bottom: 80px;
  position: sticky;
}
.time-schedule .enjoy__card .enjoy__header {
  display: contents;
}
.time-schedule .enjoy__card .enjoy__content {
  grid-column: 1;
  grid-row: 2;
}
.time-schedule .enjoy__card .enjoy__photos {
  grid-column: 2;
  grid-row: 1/3;
  position: relative;
}
@media screen and (max-width: 1000px) and (min-width: 656px) {
  .time-schedule .enjoy__card {
    grid-template-columns: 1fr 220px;
    padding: 40px 0 40px 30px;
    overflow: hidden;
  }
  .time-schedule .enjoy__card .enjoy__lead {
    font-size: 1.4rem;
    margin-left: 70px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 655px) {
  .time-schedule .enjoy__card {
    display: flex;
    flex-direction: column;
    padding: 20px 15px 0;
    overflow: hidden;
  }
  .time-schedule .enjoy__card .enjoy__lead {
    grid-column: unset;
    font-size: 1.2rem;
    margin-left: 70px;
    margin-bottom: 15px;
  }
  .time-schedule .enjoy__card .enjoy__content {
    grid-column: unset;
    grid-row: unset;
    width: 100%;
  }
  .time-schedule .enjoy__card .enjoy__photos {
    grid-column: unset;
    grid-row: unset;
    display: flex;
    flex-direction: row;
    position: static;
    margin-top: 15px;
    gap: 2%;
  }
}
.time-schedule .enjoy .enjoy__img {
  position: absolute;
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  width: clamp(140px, 55%, 200px);
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.time-schedule .enjoy .enjoy__img--big {
  width: clamp(190px, 82%, 280px);
}
.time-schedule .enjoy .enjoy__img--sticker {
  border: none;
  box-shadow: none;
  width: clamp(120px, 50%, 180px);
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
  aspect-ratio: unset;
}
@media screen and (max-width: 655px) {
  .time-schedule .enjoy .enjoy__img {
    position: static;
    transform: none !important;
    width: 50%;
    border: none;
    box-shadow: none;
    border: 2px solid #fff;
    border-radius: 10px;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .time-schedule .enjoy .enjoy__img--big {
    width: 50%;
  }
  .time-schedule .enjoy .enjoy__img--sticker {
    display: none;
  }
}
.time-schedule .enjoy .enjoy__arrow {
  position: absolute;
  width: clamp(28px, 10%, 40px);
}
@media screen and (max-width: 1000px) {
  .time-schedule .enjoy .enjoy__arrow {
    display: none;
  }
}
.time-schedule .enjoy__card__01 {
  background-color: #329CF8;
  border: 4px solid #329CF8;
  top: 200px;
}
.time-schedule .enjoy__card__01 .enjoy__img--sticker {
  top: 0;
  left: 0;
}
.time-schedule .enjoy__card__01 .enjoy__img--photo1 {
  top: 20%;
  right: 4%;
  transform: rotate(5deg);
}
.time-schedule .enjoy__card__01 .enjoy__img--photo2 {
  bottom: 8%;
  left: 25%;
  transform: rotate(-3deg);
}
.time-schedule .enjoy__card__01 .enjoy__arrow--1 {
  top: 30%;
  left: 0;
  transform: rotate(-30deg);
}
.time-schedule .enjoy__card__01 .enjoy__arrow--2 {
  bottom: 20%;
  left: 8%;
  transform: rotate(-20deg);
}
.time-schedule .enjoy__card__02 {
  background-color: #FFBB8D;
  border: 4px solid #FFBB8D;
  top: 210px;
}
.time-schedule .enjoy__card__02 .enjoy__img--sticker {
  top: 50%;
  right: 10%;
  transform: rotate(-5deg);
}
.time-schedule .enjoy__card__02 .enjoy__img--photo1 {
  top: 15%;
  right: 4%;
  transform: rotate(5deg);
}
.time-schedule .enjoy__card__02 .enjoy__img--photo2 {
  bottom: 5%;
  left: 20%;
  transform: rotate(-3deg);
}
.time-schedule .enjoy__card__02 .enjoy__arrow--1 {
  top: 50%;
  left: 10%;
  transform: rotate(-110deg);
}
.time-schedule .enjoy__card__02 .enjoy__arrow--2 {
  bottom: 10%;
  left: 0;
  transform: rotate(-50deg);
}
.time-schedule .enjoy__card__03 {
  background-color: #FF8737;
  border: 4px solid #FF8737;
  top: 220px;
  margin-bottom: 0;
}
.time-schedule .enjoy__card__03 .enjoy__img--sticker {
  top: 55%;
  right: 15%;
  transform: rotate(-5deg);
}
.time-schedule .enjoy__card__03 .enjoy__img--photo1 {
  top: 20%;
  right: 10%;
  transform: rotate(5deg);
}
.time-schedule .enjoy__card__03 .enjoy__img--photo2 {
  bottom: 5%;
  left: 20%;
  transform: rotate(-2deg);
}
.time-schedule .enjoy__card__03 .enjoy__arrow--1 {
  top: 52%;
  left: 0;
  transform: rotate(-100deg);
}
.time-schedule .enjoy__card__03 .enjoy__arrow--2 {
  bottom: 15%;
  left: 2%;
  transform: rotate(-40deg);
}
.time-schedule .enjoy__header {
  display: contents;
}
.time-schedule .enjoy__number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  padding: 50px;
  border-radius: 30px 0 90px 0;
}
@media screen and (max-width: 1000px) {
  .time-schedule .enjoy__number {
    padding: 25px;
    font-size: 1.5rem;
    border-radius: 20px 0 50px 0;
  }
}
@media screen and (max-width: 655px) {
  .time-schedule .enjoy__number {
    padding: 20px;
    font-size: 1.25rem;
  }
}
.time-schedule .enjoy__lead {
  grid-column: 1/-1;
  grid-row: 1;
  font-size: 2.2rem;
  font-family: "M PLUS 1", sans-serif;
  margin-bottom: 40px;
  margin-left: 100px;
  align-self: end;
}
@media screen and (max-width: 1000px) and (min-width: 656px) {
  .time-schedule .enjoy__lead {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 655px) {
  .time-schedule .enjoy__lead {
    font-size: 1.2rem;
  }
}
.time-schedule .enjoy__item {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .time-schedule .enjoy__item {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 425px) {
  .time-schedule .enjoy__item {
    font-size: 0.625rem;
  }
}
.time-schedule .enjoy__item dt {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.time-schedule .enjoy__item dt span {
  margin: 0 10px;
  opacity: 0.7;
  flex-shrink: 0;
}
.time-schedule .enjoy__item dd {
  display: inline-block;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  padding-left: 50px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .time-schedule .enjoy__item dd {
    padding-left: 30px;
  }
}
@media screen and (max-width: 655px) {
  .time-schedule .enjoy__item dd {
    padding-left: 20px;
  }
}
.time-schedule .schedule, .time-schedule .map {
  position: relative;
  overflow: hidden;
}
.time-schedule .schedule__deco, .time-schedule .map__deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.time-schedule .schedule__deco--right, .time-schedule .map__deco--right {
  width: 700px;
  height: auto;
  top: 0;
  right: auto;
  left: 50%;
  margin-left: 400px;
}
.time-schedule .schedule__deco--left, .time-schedule .map__deco--left {
  width: 700px;
  height: auto;
  top: 0;
  right: 50%;
  margin-right: 400px;
  z-index: 1;
}
.time-schedule .schedule__deco--orange, .time-schedule .map__deco--orange {
  width: 700px;
  height: auto;
  display: block;
  transform: rotate(-20deg);
  bottom: 0;
  left: 50%;
  right: auto;
  margin-left: 400px;
  z-index: 1;
}
.time-schedule .schedule__inner, .time-schedule .map__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  background-image: radial-gradient(#eee 2px, transparent 2px);
  background-size: 20px 20px;
  border-radius: 40px;
  padding: 8% 10%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.time-schedule .schedule__inner .sub-map, .time-schedule .map__inner .sub-map {
  padding-top: 80;
}
@media screen and (max-width: 768px) {
  .time-schedule .schedule__inner, .time-schedule .map__inner {
    padding: 10% 10%;
  }
}
.time-schedule .schedule__title, .time-schedule .map__title {
  margin-bottom: 40px;
}
.time-schedule .schedule__board, .time-schedule .map__board {
  max-width: 100%;
  padding: 0;
  margin-bottom: 40px;
}
.time-schedule .schedule__board img, .time-schedule .map__board img {
  width: 100%;
  height: auto;
  display: block;
}
.time-schedule .schedule__btn, .time-schedule .map__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: #d92323;
  color: #fff;
  text-decoration: none;
  padding: 10px 50px;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0 4px 0 #900;
}
.time-schedule .schedule__btn:hover, .time-schedule .map__btn:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #900;
  opacity: 0.9;
}
.time-schedule .schedule__icon, .time-schedule .map__icon {
  width: 20px;
  height: 20px;
}
.time-schedule .schedule {
  padding-top: 100px;
  padding-bottom: 0;
  padding-inline: 2%;
}
@media screen and (max-width: 425px) {
  .time-schedule .schedule {
    padding-top: 40px;
  }
}
.time-schedule .map {
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
  padding-inline: 2%;
}
@media screen and (max-width: 425px) {
  .time-schedule .map {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.time-schedule .sub-map {
  padding-top: 80px;
}

.access {
  font-style: normal;
  background-color: #A2D4FF;
  position: relative;
  padding-block: 160px;
  overflow: hidden;
  padding-inline: 2%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .access {
    padding-block: 80px;
  }
}
.access__card {
  max-width: 1000px;
  margin: 0 auto;
  padding-inline: 3%;
  padding-top: clamp(30px, 30px + 50 * (100vw - 360px) / 920, 80px);
  padding-bottom: clamp(40px, 40px + 120 * (100vw - 360px) / 920, 160px);
  position: relative;
}
.access__card::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  background-image: radial-gradient(#eee 2px, transparent 2px);
  background-size: 20px 20px;
}
.access__wrapper {
  position: relative;
  z-index: 10;
}
.access__wrapper h3 {
  font-size: clamp(20px, 20px + 5 * (100vw - 360px) / 920, 25px);
}
.access__inner {
  max-width: 800px;
  margin-inline: auto;
}
.access__inner li:nth-of-type(3) {
  margin-top: 90px;
}
.access iframe {
  width: 100%;
  height: clamp(200px, 200px + 200 * (100vw - 360px) / 920, 400px);
  margin-block: clamp(20px, 20px + 20 * (100vw - 360px) / 920, 40px);
}
.access dl {
  font-size: clamp(14px, 14px + 2 * (100vw - 360px) / 920, 16px);
  font-style: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.access dl dt {
  position: relative;
  padding-left: 20px;
}
.access dl dt::before {
  position: absolute;
  content: "■";
  left: 0;
  color: #333;
}
.access dl dd {
  margin-bottom: 15px;
}
.access dl .route {
  position: relative;
  padding-left: 1.2em;
}
.access dl .route::before {
  position: absolute;
  content: "●";
  left: 0;
  color: #333;
}
.access h2 {
  font-style: normal;
  margin-bottom: clamp(30px, 30px + 30 * (100vw - 360px) / 920, 60px);
}
.access h3 {
  font-style: normal;
  margin-bottom: clamp(30px, 30px + 30 * (100vw - 360px) / 920, 60px);
}
.access__redcorn1 {
  position: absolute;
  top: 4%;
  left: 23%;
  z-index: 2;
  width: clamp(80px, 80px + 80 * (100vw - 360px) / 664, 160px);
}
.access__ashiraiblue {
  position: absolute;
  z-index: 2;
  top: 5%;
  right: 0;
  width: auto;
  width: clamp(100px, 100px + 180 * (100vw - 360px) / 664, 280px);
  height: auto;
}
.access__car1 {
  position: absolute;
  z-index: 2;
  top: 5%;
  right: 10%;
  width: clamp(100px, 100px + 180 * (100vw - 360px) / 664, 280px);
}
.access__redcorn2 {
  position: absolute;
  z-index: 2;
  top: 6%;
  right: 10%;
  transform: rotate(-80deg);
  width: clamp(30px, 30px + 30 * (100vw - 360px) / 664, 60px);
}
.access__redcorn3 {
  position: absolute;
  z-index: 2;
  top: 10%;
  right: 5%;
  transform: rotate(-10deg);
  width: clamp(50px, 50px + 90 * (100vw - 360px) / 664, 140px);
}
.access__car2 {
  position: absolute;
  z-index: 3;
  bottom: 2%;
  left: 9%;
  width: clamp(200px, 200px + 250 * (100vw - 360px) / 664, 450px);
}
.access__car2parts1 {
  position: absolute;
  z-index: 2;
  bottom: 198px;
  left: 20px;
  opacity: 0.8;
  width: clamp(70px, 70px + 70 * (100vw - 360px) / 664, 140px);
}
.access__car2parts2 {
  position: absolute;
  z-index: 2;
  bottom: 8%;
  left: 0%;
  opacity: 0.8;
  width: clamp(90px, 90px + 140 * (100vw - 360px) / 664, 230px);
}
.access__car2parts3 {
  position: absolute;
  z-index: 2;
  bottom: 16%;
  left: 3%;
  opacity: 0.8;
  width: clamp(20px, 20px + 30 * (100vw - 360px) / 664, 50px);
}
.access__people {
  position: absolute;
  z-index: 2;
  bottom: 4%;
  right: 3%;
  width: clamp(80px, 80px + 120 * (100vw - 360px) / 664, 200px);
}
@media (max-width: 1024px) {
  .access__redcorn1 {
    top: 120px;
    left: 100px;
  }
}
@media (max-width: 768px) {
  .access__redcorn1 {
    top: 49px;
    left: 82px;
  }
  .access__ashiraiblue {
    top: 49px;
    right: -5px;
  }
  .access__car1 {
    top: 125px;
    right: -10px;
  }
  .access__redcorn2 {
    top: 128px;
    right: 7px;
  }
  .access__redcorn3 {
    top: 208px;
    right: -7px;
  }
  .access__car2 {
    bottom: -12px;
    left: -25px;
  }
  .access__car2parts1 {
    bottom: 64px;
    left: -29px;
  }
  .access__car2parts2 {
    bottom: 3%;
    left: -11%;
  }
  .access__car2parts3 {
    display: none;
  }
  .access__people {
    bottom: 30px;
    right: 0px;
  }
}
@media (max-width: 500px) {
  .access__ashiraiblue {
    top: 65px;
  }
  .access__car1 {
    top: 80px;
    right: 14px;
  }
  .access__redcorn1 {
    top: 76px;
    left: 30px;
  }
  .access__redcorn2 {
    top: 83px;
    right: 9px;
  }
  .access__redcorn3 {
    top: 120px;
    right: -8px;
  }
  .access__car2 {
    bottom: -12px;
    left: -25px;
  }
  .access__car2parts1 {
    display: none;
  }
  .access__car2parts2 {
    bottom: 2%;
    left: -11%;
  }
  .access__car2parts3 {
    display: none;
  }
  .access__people {
    bottom: 13px;
    right: 0px;
  }
}
.access h4 {
  font-style: normal;
  font-size: clamp(18px, 18px + 2 * (100vw - 360px) / 920, 20px);
}
.access li:nth-of-type(1) {
  margin-bottom: 100px;
}

.faq {
  background-color: #EDF4FB;
  background-image: url(../img/access8.webp);
  background-position: center -10px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}
.faq h2 {
  padding-top: clamp(100px, 100px + 300 * (100vw - 360px) / 920, 400px);
}
.faq__q {
  max-width: 1000px;
  margin-inline: auto;
  background-color: #c6e1fb;
  cursor: pointer;
  position: relative;
  padding: 1.5em 5em 1.5em 3em;
}
.faq__q::before {
  content: "Q";
  position: absolute;
  left: 1em;
}
.faq__q::after {
  content: "";
  position: absolute;
  right: 64px;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .faq__q::after {
    right: 50px;
  }
}
@media (max-width: 500px) {
  .faq__q::after {
    right: 8px;
  }
}
.faq__q span {
  position: absolute;
  right: 77px;
  top: 50%;
  width: 3px;
  height: 30px;
  background-color: white;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq__q span {
    right: 63px;
  }
}
@media (max-width: 500px) {
  .faq__q span {
    right: 20px;
  }
}
.faq__q.active span {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}
.faq__q:nth-of-type(even) {
  border-top: 1px solid #006dcc;
  border-bottom: 1px solid #006dcc;
}
.faq__a {
  max-width: 1000px;
  margin-inline: auto;
  display: none;
  padding: 1.5em 5em 1.5em 3em;
  position: relative;
}
.faq__a::before {
  content: "A";
  position: absolute;
  left: 1em;
  color: #ff8d8d;
}
.faq {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.faq {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.fixed-img {
  position: relative;
  z-index: 0;
  height: clamp(360px, 360px + 440 * (100vw - 500px) / 780, 800px);
  margin-top: -120px;
  margin-bottom: -50px;
  overflow: hidden;
}
.fixed-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/fixed-img.webp");
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
}

.sponsor {
  background-color: #fcfcfc;
  padding-block: clamp(30px, 30px + 120 * (100vw - 360px) / 920, 150px);
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.sponsor .sec__title {
  margin-bottom: 80px;
  /* 1. 文字色を白にする */
  color: #ffffff;
  /* 2. 文字の縁取り（外の線）を黒にする */
  /* 指定方法: 太さ 色 */
  -webkit-text-stroke: 1px #000000;
}
.sponsor .sec__title span {
  -webkit-text-stroke: 0;
}
.sponsor__image--large {
  display: block; /* 左右マージンでの中央寄せを有効にするためにブロック化 */
  margin-inline: auto; /* 左右のマージンを auto にして中央寄せ */
  margin-bottom: 50px;
  width: auto; /* グリッドの幅いっぱいに広げる */
  max-width: 360px; /* ロゴが大きくなりすぎないように制限（お好みで調整してください） */
  height: auto; /* 比率を保つ */
  -o-object-fit: contain;
     object-fit: contain; /* 枠内に綺麗に収める */
}
@media (max-width: 769px) {
  .sponsor__image--large {
    max-width: 300px;
  }
}
@media (max-width: 426px) {
  .sponsor__image--large {
    max-width: 200px;
  }
}
.sponsor__image--large2 {
  display: block; /* 左右マージンでの中央寄せを有効にするためにブロック化 */
  margin-inline: auto; /* 左右のマージンを auto にして中央寄せ */
  margin-bottom: 40px;
  width: auto; /* グリッドの幅いっぱいに広げる */
  max-width: 200px; /* ロゴが大きくなりすぎないように制限（お好みで調整してください） */
  height: auto; /* 比率を保つ */
  -o-object-fit: contain;
     object-fit: contain; /* 枠内に綺麗に収める */
}
@media (max-width: 769px) {
  .sponsor__image--large2 {
    max-width: 160px;
  }
}
@media (max-width: 426px) {
  .sponsor__image--large2 {
    max-width: 80px;
  }
}
.sponsor__name--large {
  display: block; /* 左右マージンでの中央寄せを有効にするためにブロック化 */
  margin-inline: auto; /* 左右のマージンを auto にして中央寄せ */
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (max-width: 769px) {
  .sponsor__name--large {
    font-size: 2rem;
  }
}
@media (max-width: 426px) {
  .sponsor__name--large {
    font-size: 1.5rem;
  }
}
.sponsor__wrapper {
  max-width: clamp(300px, 300px + 600 * (100vw - 360px) / 920, 1000px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  justify-items: center;
  /* ▼ 縦方向の揃えを中央にする（テキストと画像の高さを揃える） */
  align-items: center;
}
.sponsor__wrapper p {
  font-size: 1.25rem;
  font-weight: 600;
  /* ▼ 長い社名が折り返した際、中央揃えで見やすくなるようにする */
  text-align: center;
  margin: 0;
}
@media (max-width: 426px) {
  .sponsor__wrapper p {
    font-size: 0.9rem;
    font-weight: 600;
  }
}
.sponsor__wrapper {
  /* ▼ 追加：画像のサイズ調整 */
}
.sponsor__wrapper img {
  width: 100%; /* グリッドの幅いっぱいに広げる */
  max-width: 180px; /* ロゴが大きくなりすぎないように制限（お好みで調整してください） */
  height: auto; /* 比率を保つ */
  -o-object-fit: contain;
     object-fit: contain; /* 枠内に綺麗に収める */
}

.footer {
  width: 100%;
  background-image: url(../img/footer-background.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.footer h2 {
  padding-top: clamp(60px, 60px + 40 * (100vw - 360px) / 920, 100px);
  margin-bottom: clamp(25px, 25px + 25 * (100vw - 360px) / 920, 50px);
  z-index: 5;
  position: relative;
}
.footer img {
  width: clamp(50px, 50px + 30 * (100vw - 360px) / 920, 80px);
}
.footer__wrapper {
  max-width: clamp(320px, 80vw, 800px);
  margin-inline: auto;
  align-items: center;
}
.footer__wrapper h3 {
  z-index: 5;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__wrapper h3 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer__wrapper p {
  text-align: center;
  margin-block: 20px;
}
.footer__innerSNS {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .footer__innerSNS {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__innerSNS li {
  display: block;
  text-align: left;
}
.footer__innerSNS li a {
  display: flex;
  align-items: center;
  text-decoration: none; /* リンクの下線を消す */
  color: inherit; /* 文字色を親に合わせる */
  transition: all 0.25s ease;
}
.footer__innerSNS li a .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: clamp(5px, 5px + 15 * (100vw - 360px) / 920, 20px);
}
.footer__innerSNS li a img {
  display: block;
  transition: transform 0.25s ease;
  width: clamp(100px, 70px + 50 * (100vw - 360px) / 920, 180px);
}
.footer__innerSNS li a:hover {
  transform: translateY(-4px);
  opacity: 0.85;
}
.footer__innerSNS li a:hover img {
  transform: scale(1.1);
}
.footer .line {
  font-weight: 600;
}
.footer__logo {
  margin-block: clamp(10px, 10px + 20 * (100vw - 360px) / 920, 40px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  position: relative;
  z-index: 1;
  padding-inline: 5%;
  padding-top: clamp(20px, 20px + 20 * (100vw - 360px) / 920, 60px);
}
@media (max-width: 500px) {
  .footer__logo {
    padding-inline: 2%;
  }
}
.footer__logo a {
  grid-column: 2;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}
.footer__logo a img {
  width: clamp(50px, 50px + 50 * (100vw - 360px) / 920, 100px);
  display: block;
}
.footer__logo a:hover {
  transform: translateY(-5px) scale(1.05);
  filter: brightness(1.2) drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}
.footer__logo .syusai {
  grid-column: 3;
  text-align: right;
  font-weight: 700;
  font-size: clamp(10px, 10px + 2 * (100vw - 360px) / 920, 16px);
  color: #666;
}
.footer__copy {
  background-color: rgba(0, 0, 0, 0.2);
  padding-block: 2px;
  text-align: center;
}
@media (max-width: 500px) {
  .footer__copy {
    padding-block: 1px;
  }
}
.footer__copy small {
  color: white;
  font-size: clamp(10px, 10px + 2 * (100vw - 360px) / 920, 16px);
}
.footer__ashirai .footer-ashirai1 {
  position: absolute;
  top: -100px;
  width: clamp(300px, 50vw, 700px);
  right: 50%;
  margin-right: clamp(100px, 20vw, 500px);
  z-index: 0;
}
.footer__ashirai .footer-ashirai2 {
  position: absolute;
  width: clamp(300px, 50vw, 700px);
  bottom: -100px;
  left: 50%;
  margin-left: clamp(100px, 20vw, 600px);
  z-index: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333333;
  position: relative;
  overflow-x: hidden;
  background-color: #fffaf4;
}
body .bg-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: radial-gradient(#e5e5e5 1.5px, transparent 1.5px);
  background-size: 30px 30px;
  background-repeat: repeat;
  pointer-events: none;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 100px;
  position: relative;
  overflow-x: hidden;
  z-index: auto;
}
@media (max-width: 769px) {
  .container {
    padding: 30px 40px;
  }
}
@media (max-width: 426px) {
  .container {
    padding: 30px 10px 0px;
  }
}
@media (max-width: 361px) {
  .container {
    padding: 30px 20px 0px;
  }
}
.container .bg-shape-orange {
  position: absolute;
  top: 150px;
  right: -320px;
  width: 600px;
  height: 500px;
  background-image: url("../img/ME-asirai01.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
  transform: rotate(-10deg);
}
@media (max-width: 361px) {
  .container .bg-shape-orange {
    right: -420px;
    width: 600px;
    height: 500px;
  }
}
.container .bg-shape-red {
  position: absolute;
  top: 1150px;
  left: -450px;
  width: 600px;
  height: 500px;
  background-image: url("../img/ME-asirai02.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
  transform: rotate(-10deg);
}
@media (max-width: 361px) {
  .container .bg-shape-red {
    top: 1250px;
    left: -400px;
    width: 600px;
    height: 500px;
  }
}
.container .bg-shape-gray {
  position: absolute;
  top: 1900px;
  right: -250px;
  width: 450px;
  height: 400px;
  background-image: url("../img/ME-asirai03.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
  transform: rotate(0deg);
}
@media (max-width: 769px) {
  .container .bg-shape-gray {
    top: 2300px;
    right: -300px;
    width: 450px;
    height: 400px;
  }
}
@media (max-width: 361px) {
  .container .bg-shape-gray {
    top: 2400px;
    right: -350px;
    width: 400px;
    height: 200px;
  }
}

header,
section,
.description-block {
  position: relative;
  z-index: 10;
}

.page-title-area {
  width: 1000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #333333 50%, #d00 50%);
  margin-bottom: 60px;
}
@media (max-width: 361px) {
  .page-title-area {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    margin: 40px 0;
  }
}
.page-title-area .page-title-content {
  color: #fff;
  text-align: center;
  z-index: 1;
}
.page-title-area .page-title-content .page-main-title {
  font-family: "M PLUS 1", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  margin: 0;
}
@media (max-width: 361px) {
  .page-title-area .page-title-content .page-main-title {
    font-size: 1.6rem;
  }
}
.page-title-area .page-title-content .page-sub-title {
  font-family: "Poller One", serif;
  font-size: 0.9rem;
  display: block;
  letter-spacing: 0.1em;
}
@media (max-width: 361px) {
  .page-title-area .page-title-content .page-sub-title {
    font-size: 0.65rem;
  }
}

.main-event-label {
  font-family: "Poller One", serif;
  font-size: 2rem;
  color: #333333;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
  letter-spacing: -0.05em;
}
.main-event-label::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100px;
  height: 50px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 50"><path d="M 10 10 Q 25 5 28 20" stroke="%23d00" stroke-width="1.0" fill="none" stroke-linecap="round"/><circle cx="30" cy="25" r="2.5" fill="%23d00"/><path d="M 33 20 Q 40 0 59 10" stroke="%23d00" stroke-width="1.0" fill="none" stroke-linecap="round"/><circle cx="64" cy="13" r="2.5" fill="%23d00"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.sec__title2 {
  font-family: "Poller One", serif;
  font-size: 2.5rem;
  color: #333333;
  text-align: left;
  margin-bottom: 80px;
  margin-left: 200px;
  position: relative;
}
.sec__title2 .dot {
  position: absolute;
  top: -10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #d11a1b;
  border-radius: 50%;
  animation: moveDot 2.5s infinite linear;
}
@media screen and (max-width: 1024px) {
  .sec__title2 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 769px) {
  .sec__title2 {
    margin-left: 0px;
  }
}

#mix-bowl.event-section,
#garage-shokudo.event-section {
  padding-bottom: 50px;
  margin: 0 auto;
  scroll-margin-top: 100px;
}
#mix-bowl.event-section .event-title,
#garage-shokudo.event-section .event-title {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
  margin: 20px 0;
  flex-wrap: wrap;
}
#mix-bowl.event-section .event-title .title-text,
#garage-shokudo.event-section .event-title .title-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #d00;
  white-space: nowrap;
  line-height: 1.2;
}
@media (max-width: 769px) {
  #mix-bowl.event-section .event-title .title-text,
  #garage-shokudo.event-section .event-title .title-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 426px) {
  #mix-bowl.event-section .event-title .title-text,
  #garage-shokudo.event-section .event-title .title-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 376px) {
  #mix-bowl.event-section .event-title .title-text,
  #garage-shokudo.event-section .event-title .title-text {
    font-size: 1rem;
  }
}
#mix-bowl.event-section .event-title .title-text .tab-br,
#garage-shokudo.event-section .event-title .title-text .tab-br {
  display: none;
}
@media (max-width: 769px) {
  #mix-bowl.event-section .event-title .title-text .tab-br,
  #garage-shokudo.event-section .event-title .title-text .tab-br {
    display: block;
  }
}
#mix-bowl.event-section .event-title .main-title,
#garage-shokudo.event-section .event-title .main-title {
  font-family: "M PLUS 1", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #333333;
  line-height: 0.8;
  margin: 0 4px;
}
@media (max-width: 769px) {
  #mix-bowl.event-section .event-title .main-title,
  #garage-shokudo.event-section .event-title .main-title {
    font-size: 4.5rem;
  }
}
@media (max-width: 426px) {
  #mix-bowl.event-section .event-title .main-title,
  #garage-shokudo.event-section .event-title .main-title {
    font-size: 3rem;
  }
}
@media (max-width: 376px) {
  #mix-bowl.event-section .event-title .main-title,
  #garage-shokudo.event-section .event-title .main-title {
    font-size: 2.25rem;
  }
}
#mix-bowl.event-section .event-title .main-title .main-title-red,
#garage-shokudo.event-section .event-title .main-title .main-title-red {
  position: relative;
}
#mix-bowl.event-section .event-title .main-title .main-title-red::after,
#garage-shokudo.event-section .event-title .main-title .main-title-red::after {
  content: "MIX";
  position: absolute;
  top: 26px;
  left: 8px;
  color: rgba(221, 0, 0, 0.2);
  z-index: -1;
}
@media (max-width: 769px) {
  #mix-bowl.event-section .event-title .main-title .main-title-red::after,
  #garage-shokudo.event-section .event-title .main-title .main-title-red::after {
    top: 22px;
    left: 6px;
  }
}
@media (max-width: 426px) {
  #mix-bowl.event-section .event-title .main-title .main-title-red::after,
  #garage-shokudo.event-section .event-title .main-title .main-title-red::after {
    top: 15px;
    left: 6px;
  }
}
@media (max-width: 361px) {
  #mix-bowl.event-section .event-title .main-title .main-title-red::after,
  #garage-shokudo.event-section .event-title .main-title .main-title-red::after {
    top: 12px;
    left: 5px;
  }
}
#mix-bowl.event-section .catchphrase,
#garage-shokudo.event-section .catchphrase {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 40px 0;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
#mix-bowl.event-section .catchphrase .catchphrase-highlight,
#garage-shokudo.event-section .catchphrase .catchphrase-highlight {
  font-size: 1.5rem;
  display: block;
}
#mix-bowl.event-section .catchphrase .sp-br,
#garage-shokudo.event-section .catchphrase .sp-br {
  display: none;
}
@media (max-width: 426px) {
  #mix-bowl.event-section .catchphrase,
  #garage-shokudo.event-section .catchphrase {
    font-size: 1rem;
  }
  #mix-bowl.event-section .catchphrase .sp-br,
  #garage-shokudo.event-section .catchphrase .sp-br {
    display: block;
  }
}
@media (max-width: 376px) {
  #mix-bowl.event-section .catchphrase,
  #garage-shokudo.event-section .catchphrase {
    font-size: 0.9rem;
  }
  #mix-bowl.event-section .catchphrase .catchphrase-highlight,
  #garage-shokudo.event-section .catchphrase .catchphrase-highlight {
    font-size: 1.25rem;
  }
}
#mix-bowl.event-section .hero-image-box,
#garage-shokudo.event-section .hero-image-box {
  margin-bottom: 30px;
}
#mix-bowl.event-section .hero-image-box img,
#garage-shokudo.event-section .hero-image-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 4px 4px 10px 5px rgba(51, 51, 51, 0.5);
}
#mix-bowl.event-section .description-block,
#garage-shokudo.event-section .description-block {
  max-width: 800px;
  margin: 40px 0;
}
#mix-bowl.event-section .description-block p,
#garage-shokudo.event-section .description-block p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  line-height: 2.2;
  color: #333333;
  margin-bottom: 2em;
  text-align: justify;
  letter-spacing: 0.03em;
}
#mix-bowl.event-section .description-block .drop-cap,
#garage-shokudo.event-section .description-block .drop-cap {
  float: left;
  font-family: "M PLUS 1", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin-right: 12px;
  margin-top: 6px;
  color: #333333;
}
@media (max-width: 769px) {
  #mix-bowl.event-section .description-block .drop-cap,
  #garage-shokudo.event-section .description-block .drop-cap {
    font-size: 2.5rem;
  }
}
@media (max-width: 426px) {
  #mix-bowl.event-section .description-block .drop-cap,
  #garage-shokudo.event-section .description-block .drop-cap {
    font-size: 2rem;
  }
}
@media (max-width: 361px) {
  #mix-bowl.event-section .description-block .drop-cap,
  #garage-shokudo.event-section .description-block .drop-cap {
    font-size: 1.5rem;
  }
}
#mix-bowl.event-section .description-block .description-box,
#garage-shokudo.event-section .description-block .description-box {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
}
#mix-bowl.event-section .description-block .description-box .description-left,
#garage-shokudo.event-section .description-block .description-box .description-left {
  width: 50%;
}
#mix-bowl.event-section .description-block .description-box .description-right,
#garage-shokudo.event-section .description-block .description-box .description-right {
  width: 50%;
}
#mix-bowl.event-section .description-block .description-box .description-right img,
#garage-shokudo.event-section .description-block .description-box .description-right img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 4px 4px 10px 5px rgba(51, 51, 51, 0.5);
}
@media (max-width: 426px) {
  #mix-bowl.event-section .description-block .description-box,
  #garage-shokudo.event-section .description-block .description-box {
    flex-direction: column;
  }
  #mix-bowl.event-section .description-block .description-box .description-left,
  #mix-bowl.event-section .description-block .description-box .description-right,
  #garage-shokudo.event-section .description-block .description-box .description-left,
  #garage-shokudo.event-section .description-block .description-box .description-right {
    width: 100%;
  }
}

#talkshow {
  max-width: 1000px;
  margin: 0 auto;
  scroll-margin-top: 100px;
}
#talkshow .section-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
#talkshow .section-header .title-line {
  flex: 1;
  height: 4px;
  background-color: #333333;
}
@media (max-width: 376px) {
  #talkshow .section-header .title-line {
    display: none;
  }
}
#talkshow .section-header .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
#talkshow .section-header .title-wrap .side-title {
  font-family: "M PLUS 1", sans-serif;
  color: #d00;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 361px) {
  #talkshow .section-header .title-wrap .side-title {
    color: #333333;
  }
}
#talkshow .catchphrase-red-bold {
  color: #d00;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 426px) {
  #talkshow .catchphrase-red-bold {
    font-size: 1rem;
  }
}
#talkshow .catchphrase-red-bold .sp-br {
  display: none;
}
@media (max-width: 426px) {
  #talkshow .catchphrase-red-bold .sp-br {
    display: block;
  }
}
#talkshow .tour-single-image {
  width: 100%;
  aspect-ratio: 208/261;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 5px rgba(51, 51, 51, 0.5);
}
@media (max-width: 769px) {
  #talkshow .tour-single-image {
    width: 70%;
    margin: 0 auto 30px;
  }
}
#talkshow .tour-single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.description-block {
  margin: 40px 0;
}
.description-block p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 2em;
  text-align: justify;
}
.description-block .drop-cap {
  float: left;
  font-family: "M PLUS 1", sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  margin: 4px 12px 0 0;
  color: #333333;
}

#tour.event-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0;
  scroll-margin-top: 50px;
}
@media (max-width: 361px) {
  #tour.event-section {
    padding: 40px 0;
  }
}
#tour.event-section .event-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
#tour.event-section .event-title .main-title {
  font-family: "M PLUS 1", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #d00;
  white-space: nowrap;
}
@media (max-width: 361px) {
  #tour.event-section .event-title .main-title {
    color: #333333;
  }
}
#tour.event-section .event-title .title-line {
  flex: 1;
  height: 4px;
  background-color: #333333;
}
@media (max-width: 376px) {
  #tour.event-section .event-title .title-line {
    display: none;
  }
}
#tour.event-section .tour-catch-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 426px) {
  #tour.event-section .tour-catch-box {
    flex-direction: column;
    gap: 16px;
  }
}
#tour.event-section .tour-catch-box .catchphrase {
  color: #d00;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
#tour.event-section .tour-catch-box .catchphrase .tb-br,
#tour.event-section .tour-catch-box .catchphrase .sp-br {
  display: none;
}
@media (max-width: 769px) {
  #tour.event-section .tour-catch-box .catchphrase .tb-br {
    display: block;
  }
}
@media (max-width: 426px) {
  #tour.event-section .tour-catch-box .catchphrase .sp-br {
    display: block;
  }
}
#tour.event-section .tour-catch-box .tour-qr-wrapper {
  width: 150px;
  flex-shrink: 0;
  text-align: center;
}
#tour.event-section .tour-catch-box .tour-qr-wrapper .qr-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 8px;
}
#tour.event-section .tour-catch-box .tour-qr-wrapper img {
  width: 70%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#tour.event-section .tour-mv {
  width: 100%;
  margin-bottom: 40px;
}
#tour.event-section .tour-mv img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#tour.event-section .tour-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  #tour.event-section .tour-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#tour.event-section .description-block p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: #333333;
  margin-bottom: 1.5em;
  text-align: justify;
}
#tour.event-section .description-block .drop-cap {
  font-family: "M PLUS 1", sans-serif;
  font-size: 3.12rem;
  font-weight: 800;
  line-height: 1;
  color: #333333;
}
@media (max-width: 768px) {
  #tour.event-section .description-block .drop-cap {
    font-size: 2.5rem;
  }
}
#tour.event-section .description-block .lead-text {
  width: calc(200% + 30px);
  max-width: none;
}
@media (max-width: 768px) {
  #tour.event-section .description-block .lead-text {
    max-width: 100%;
    width: 100%;
  }
}
#tour.event-section .tour-sub-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: start;
  align-items: center;
}
#tour.event-section .tour-sub-images img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: fit;
     object-fit: fit;
  display: block;
}
@media (max-width: 768px) {
  #tour.event-section .tour-sub-images img {
    width: 80%;
  }
}

.main-event__bottom-obi {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .main-event__bottom-obi {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 376px) {
  .main-event__bottom-obi {
    width: 100%;
  }
}
.main-event__bottom-obi img {
  width: 100%;
  display: block;
}

#pickup-event .tab {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: clamp(400px, 400px + 600 * (100vw - 500px) / 780, 1000px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#pickup-event .tab li {
  flex: 1 1 0;
  min-width: 0;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
#pickup-event .tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(44px, 44px + 20 * (100vw - 500px) / 780, 64px);
  padding: clamp(6px, 6px + 4 * (100vw - 500px) / 780, 10px);
  background: #ddd;
  text-align: center;
  line-height: 1.35;
  font-size: clamp(10px, 10px + 6 * (100vw - 500px) / 780, 16px);
}
#pickup-event .tab li.active a {
  background: #fff;
}
#pickup-event .area {
  display: none;
  opacity: 0;
  padding: 50px 20px;
}
#pickup-event .area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
#pickup-event .area h2 {
  text-align: center;
  margin-bottom: 80px;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pu {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .pu {
    padding-inline: 2%;
  }
}
@media (max-width: 500px) {
  .pu br {
    display: none;
  }
}
.pu img {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.pu .sec__title2 {
  font-family: "Poller One", serif;
  font-size: 2.5rem;
  color: #333333;
  text-align: left;
  margin-bottom: 80px;
  margin-left: 200px;
  position: relative;
}
.pu .sec__title2 .dot {
  position: absolute;
  top: -10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #d11a1b;
  border-radius: 50%;
  animation: moveDot 2.5s infinite linear;
}
@media screen and (max-width: 1024px) {
  .pu .sec__title2 {
    margin-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pu .sec__title2 {
    margin-left: 40px;
  }
}
@media screen and (max-width: 500px) {
  .pu .sec__title2 {
    margin-left: 10px;
  }
}
@keyframes moveDot {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(60px, -25px);
  }
  40% {
    transform: translate(120px, -5px);
  }
  60% {
    transform: translate(180px, -30px);
  }
  80% {
    transform: translate(240px, -10px);
  }
  100% {
    transform: translate(300px, 0);
  }
}
.pu .u-yurayura {
  display: block;
}
.pu__infocontent .info_sched {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border: 1px solid #3777e4;
  border-radius: 10px;
  padding-inline: 16%;
  background-color: #3777e4;
  color: white;
}
.pu__infocontent p {
  margin-block: 10px;
}
.pu__infocontent span {
  color: #3777e4;
  font-weight: 550;
}
.pu__infocontent br {
  display: inline;
}
.pu__gokan img {
  width: 340px;
}
.pu__gokan {
  z-index: -1;
}
.pu__wrapper {
  max-width: clamp(400px, 400px + 600 * (100vw - 360px) / 920, 1000px);
  margin-inline: auto;
  border-radius: 40px;
  position: relative;
  z-index: 5;
  margin-bottom: clamp(80px, 70px + 20 * (100vw - 360px) / 920, 150px);
  padding-bottom: clamp(5px, 5px + 55 * (100vw - 360px) / 920, 60px);
}
.pu__wrapper .pu-sticker.u-yurayura {
  position: absolute;
  z-index: 10;
  right: -160px;
  top: -82px;
}
.pu__wrapper .pu-sticker.u-yurayura img {
  width: clamp(200px, 200px + 200 * (100vw - 360px) / 920, 400px);
  display: block;
}
@media screen and (max-width: 1024px) {
  .pu__wrapper .pu-sticker.u-yurayura {
    right: -75px;
    top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .pu__wrapper .pu-sticker.u-yurayura {
    right: -100px;
    top: -40px;
  }
}
@media screen and (max-width: 500px) {
  .pu__wrapper .pu-sticker.u-yurayura {
    right: -50px;
    top: -40px;
  }
}
.pu__wrapper .pu__infosticker.u-yurayura {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  animation: none;
}
.pu__wrapper .pu__infosticker.u-yurayura li {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  animation-name: yurayura;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.pu__wrapper .pu__infosticker.u-yurayura li img {
  display: block;
  width: 100%;
}
.pu__wrapper .pu__infosticker.u-yurayura li:nth-of-type(1) {
  bottom: 265px;
  left: -186px;
  width: 240px;
  animation-duration: 3.8s;
  animation-delay: -0.4s;
}
@media screen and (max-width: 1024px) {
  .pu__wrapper .pu__infosticker.u-yurayura li:nth-of-type(1) {
    width: 212px;
    left: -61px;
    bottom: 338px;
  }
}
@media screen and (max-width: 768px) {
  .pu__wrapper .pu__infosticker.u-yurayura li:nth-of-type(1) {
    width: 180px;
    left: -49px;
    bottom: 400px;
  }
}
@media screen and (max-width: 500px) {
  .pu__wrapper .pu__infosticker.u-yurayura li:nth-of-type(1) {
    width: 151px;
    left: -39px;
    bottom: 484px;
  }
}
.pu__wrapper .pu__infosticker.u-yurayura li:nth-of-type(2) {
  right: -24px;
  bottom: 71px;
  width: 143px;
  z-index: 1;
  animation-duration: 2.7s;
  animation-delay: -1.1s;
  animation-direction: reverse;
}
@media screen and (max-width: 1024px) {
  .pu__wrapper .pu__infosticker.u-yurayura li:nth-of-type(2) {
    right: -24px;
    bottom: 0px;
    width: 110px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .pu__wrapper .pu__infosticker.u-yurayura li:nth-of-type(2) {
    right: -10px;
    bottom: 69px;
    width: 107px;
  }
}
@media screen and (max-width: 500px) {
  .pu__wrapper .pu__infosticker.u-yurayura li:nth-of-type(2) {
    right: -40px;
    bottom: 125px;
    width: 91px;
  }
}
.pu__wrapper .pu__infosticker.kitchen.u-yurayura {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  animation: none;
}
.pu__wrapper .pu__infosticker.kitchen.u-yurayura li {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  animation-name: yurayura;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.pu__wrapper .pu__infosticker.kitchen.u-yurayura li img {
  display: block;
  width: 100%;
}
.pu__wrapper .pu__infosticker.kitchen.u-yurayura li:nth-of-type(1) {
  bottom: 197px;
  left: -127px;
  width: 240px;
  animation-duration: 3.8s;
  animation-delay: -0.4s;
}
@media screen and (max-width: 1024px) {
  .pu__wrapper .pu__infosticker.kitchen.u-yurayura li:nth-of-type(1) {
    width: 174px;
    left: -61px;
    bottom: 244px;
  }
}
@media screen and (max-width: 768px) {
  .pu__wrapper .pu__infosticker.kitchen.u-yurayura li:nth-of-type(1) {
    width: 180px;
    left: -49px;
    bottom: 291px;
  }
}
@media screen and (max-width: 500px) {
  .pu__wrapper .pu__infosticker.kitchen.u-yurayura li:nth-of-type(1) {
    width: 129px;
    left: -39px;
    bottom: 312px;
  }
}
.pu__wrapper .pu__infosticker.kitchen.u-yurayura li:nth-of-type(2) {
  right: -24px;
  bottom: 71px;
  width: 143px;
  z-index: 1;
  animation-duration: 2.7s;
  animation-delay: -1.1s;
  animation-direction: reverse;
}
@media screen and (max-width: 1024px) {
  .pu__wrapper .pu__infosticker.kitchen.u-yurayura li:nth-of-type(2) {
    right: -24px;
    bottom: 0px;
    width: 110px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .pu__wrapper .pu__infosticker.kitchen.u-yurayura li:nth-of-type(2) {
    right: -10px;
    bottom: 69px;
    width: 107px;
  }
}
@media screen and (max-width: 500px) {
  .pu__wrapper .pu__infosticker.kitchen.u-yurayura li:nth-of-type(2) {
    right: -40px;
    bottom: 125px;
    width: 91px;
  }
}
.pu__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 140px;
  padding-inline: 3%;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .pu__inner {
    padding-top: 130px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .pu__inner {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.pu__inner .inner-img {
  display: block;
  margin-block: 10px;
  flex-shrink: 0;
}
.pu__inner .pu3-5text {
  margin-block: 25px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pu__inner .pu3-5text {
    font-size: 15.5px;
    margin-block: 10px;
    padding-bottom: 10px;
  }
}
.pu__inner .pu__gokan {
  position: absolute;
  top: -3%;
  left: -11%;
}
.pu__inner .pu__gokan.gokan__1 {
  top: -3%;
  left: -15%;
}
.pu__inner .pu__gokan.gokan__2 {
  top: -4%;
  left: -11%;
}
.pu__inner .pu__gokan.gokan__5 {
  top: -5%;
  left: -10%;
}
.pu__inner .pu__gokan.gokan__8 {
  top: -5%;
  left: -10%;
}
.pu__inner .pu__gokan.gokan__9 {
  top: -5%;
  left: -10%;
}
.pu__inner .pu__gokan.gokan__10 {
  top: -4%;
  left: -11%;
}
.pu__inner .pu__gokan img {
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .pu__inner .pu__gokan img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .pu__inner .pu__gokan img {
    width: 250px;
  }
}
@media screen and (max-width: 500px) {
  .pu__inner .pu__gokan img {
    width: 180px;
  }
}
.pu__inner h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #f8ff6c;
  -webkit-text-stroke: 1px #909090;
}
@media screen and (max-width: 768px) {
  .pu__inner h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 500px) {
  .pu__inner h3 {
    font-size: 26px;
  }
}
.pu__inner h2 {
  text-align: center;
  margin-bottom: 100px;
}
.pu__inner .h3-content {
  color: white;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pu__inner .h3-content {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .pu__inner .h3-content {
    font-size: 15px;
  }
}
.pu__infocontent {
  background-color: white;
  border-radius: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  padding: 30px 40px;
  margin-top: 30px;
}
.pu__infocontent dt {
  float: left;
}
.pu__infocontent dd {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .pu__infocontent {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .pu__infocontent {
    font-size: 13px;
  }
}
.pu__slider__items {
  height: 100%;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.pu__slider__items img {
  width: 100%;
}
.pu__slider__items li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  margin-block: 50px;
}
.pu__slider__items .slick-prev:before,
.pu__slider__items .slick-next:before {
  color: black;
}
.pu__slider__items .slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

.pu-bothparade .pu__wrapper {
  background: #e5ffb8;
}
.pu-bothparade .h3-content {
  color: black;
}

.pu-bothkitchen {
  position: relative;
  scroll-margin-top: 130px;
}
.pu-bothkitchen .pu__wrapper {
  background: #e5ffb8;
}
.pu-bothkitchen p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  flex: 1;
}
.pu-bothkitchen .h3-content {
  color: #333;
}
.pu-bothkitchen__content1 {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 16px + 16 * (100vw - 500px) / 780, 32px);
}
.pu-bothkitchen__content2 {
  position: relative; /* 擬似要素を配置する基準点 */
  width: 100%;
  display: inline-block;
  padding: 10px 0; /* 上下の線の間隔（パディング）を確保 */
}
.pu-bothkitchen__content2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; /* 線の太さ */
  background-color: white; /* 線の色 */
}
.pu-bothkitchen__content2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* 線の太さ */
  background-color: white; /* 線の色 */
}
.pu-bothkitchen__content2 .icon {
  display: flex;
  gap: clamp(10px, 10px + 70 * (100vw - 500px) / 760, 80px);
  padding-bottom: 40px;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-bottom: 0px;
}
.pu-bothkitchen__content2 .icon .icon-img {
  width: 30%;
}
.pu-bothkitchen__content2 .icon .icon-img img {
  width: 100%;
}
.pu-bothkitchen__content2 .icon .pu__contenttext {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  width: 70%;
}
.pu-bothkitchen__content2 .icon .pu__contenttext .blue {
  color: #3777e4;
  font-weight: bold;
}
.pu-bothkitchen__content2 .icon .pu__contenttext .contenttext-pc {
  display: block;
}
.pu-bothkitchen__content2 .icon .pu__contenttext .contenttext-pc p {
  margin-bottom: clamp(0px, 0px + 10 * (100vw - 768px) / 492, 10px);
}
.pu-bothkitchen .pu__infocontent .info_sched {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: clamp(20px, 20px + 60 * (100vw - 500px) / 780, 80px);
  border: 1px solid #3777e4;
  border-radius: 10px;
  background-color: #3777e4;
  color: white;
  text-align: center;
  white-space: nowrap;
}

#pu-jibuzaka .pu__wrapper {
  background: #FFBB8D;
}
#pu-jibuzaka .icontext-blue {
  color: white;
}

.pu-eventarea {
  position: relative;
  scroll-margin-top: 130px;
}
.pu-eventarea h3 {
  padding-top: clamp(20px, 20px + 20 * (100vw - 500px) / 780, 40px);
}
.pu-eventarea p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  flex: 1;
}
.pu-eventarea .pu-img {
  display: flex;
  justify-content: center;
  padding-block: 30px;
}
.pu-eventarea .pu-img img {
  width: clamp(280px, 280px + 240 * (100vw - 500px) / 780, 520px);
  height: clamp(210px, 210px + 180 * (100vw - 500px) / 780, 390px);
  -o-object-fit: cover;
     object-fit: cover;
}
.pu-eventarea .pu-img.mokuiku-img img {
  -o-object-position: -24px 40px;
     object-position: -24px 40px;
}
.pu-eventarea .pu-img.auction-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.pu-eventarea .pu-img.specialcar-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.pu-eventarea__icon {
  position: relative;
  width: 100%;
  padding: 10px 0;
  display: flex;
  gap: clamp(10px, 10px + 70 * (100vw - 500px) / 760, 80px);
  padding-bottom: 40px;
  align-items: center;
  justify-content: center;
}
.pu-eventarea__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; /* 線の太さ */
  background-color: white; /* 線の色 */
}
.pu-eventarea__icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* 線の太さ */
  background-color: white; /* 線の色 */
}
.pu-eventarea__icon .icon-img {
  width: 30%;
}
.pu-eventarea__icon .icon-img img {
  width: 100%;
}
.pu-eventarea__icon .icon-text {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  width: 70%;
}
.pu-eventarea__icon .icon-text .icontext-blue {
  color: #3777e4;
  font-weight: bold;
  font-size: 1.2rem;
}

.pu__infocontent .info_sched {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: clamp(20px, 20px + 60 * (100vw - 500px) / 780, 80px);
  border: 1px solid #3777e4;
  border-radius: 10px;
  background-color: #3777e4;
  color: white;
  text-align: center;
  white-space: nowrap;
}
.pu__infocontent p {
  margin-block: 10px;
}
.pu__infocontent span {
  color: #3777e4;
  font-weight: 550;
}
.pu__infocontent br {
  display: inline;
}
.pu__infocontent .pu__infosticker_1 {
  position: absolute;
  top: -150px;
  left: -300px;
}
@media screen and (max-width: 1024px) {
  .pu__infocontent .pu__infosticker_1 {
    width: 250px;
    left: -80px;
  }
}
@media screen and (max-width: 768px) {
  .pu__infocontent .pu__infosticker_1 {
    width: 200px;
    left: -80px;
    top: -100px;
  }
}
@media screen and (max-width: 500px) {
  .pu__infocontent .pu__infosticker_1 {
    width: 160px;
    left: -40px;
    top: -90px;
  }
}
.pu__infocontent .pu__infosticker_2 {
  position: absolute;
  top: 40px;
  right: -20px;
}
.pu__infocontent .pu__infosticker_2 img {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .pu__infocontent .pu__infosticker_2 {
    width: 150px;
    right: 0px;
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pu__infocontent .pu__infosticker_2 {
    width: 130px;
    right: 0px;
    top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .pu__infocontent .pu__infosticker_2_1 {
    display: none;
  }
}
.pu__infocontent .pu__infosticker_3 {
  position: absolute;
  bottom: -70px;
  right: -80px;
  width: 160px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .pu__infocontent .pu__infosticker_3 {
    bottom: -80px;
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .pu__infocontent .pu__infosticker_3 {
    bottom: -60px;
    right: -50px;
  }
}
@media screen and (max-width: 500px) {
  .pu__infocontent .pu__infosticker_3 {
    width: 100px;
    bottom: -20px;
    right: -30px;
  }
}
.pu__infocontent .pu__infosticker_4 {
  position: absolute;
  bottom: -50px;
  right: 100px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .pu__infocontent .pu__infosticker_4 {
    width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .pu__infocontent .pu__infosticker_4 {
    width: 250px;
    bottom: -50px;
    right: 0px;
  }
}

#pu-hiraya .pu__wrapper {
  background: #b9e5ff;
}

.village-main {
  background-color: #fcfcfc;
  text-align: center;
  padding: clamp(30px, 30px + 120 * (100vw - 360px) / 920, 150px);
}
.village-main .sec__title {
  /* 1. 文字色を白にする */
  color: #ffffff;
  /* 2. 文字の縁取り（外の線）を黒にする */
  /* 指定方法: 太さ 色 */
  -webkit-text-stroke: 1px #000000;
}
.village-main .sec__title span {
  -webkit-text-stroke: 0;
}
.village-main ul {
  max-width: clamp(300px, 300px + 600 * (100vw - 360px) / 920, 1000px);
  margin-inline: auto;
  display: flex;
  gap: 20px;
}
@media (max-width: 500px) {
  .village-main ul {
    flex-direction: column;
  }
}
.village-main ul li {
  width: calc(50% - 15px);
  box-shadow: rgba(51, 51, 51, 0.5) 4px 4px 10px 5px;
  text-align: center;
  z-index: 10;
  display: block;
  color: inherit;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.village-main ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.village-main ul li:hover .name {
  text-decoration: underline;
}
.village-main ul li:nth-child(1) .pct img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 500px) {
  .village-main ul li {
    width: 100%;
  }
}
.village-main ul li a {
  display: grid;
  grid-template-rows: auto clamp(80px, 80px + 40 * (100vw - 360px) / 920, 120px);
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.village-main ul li a .pct {
  padding: 15px 15px 0;
}
.village-main ul li a .pct img {
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.village-main ul li a .name {
  margin: 0;
  align-self: center;
  justify-self: center;
  transform: translateY(35%);
}
.village-main .more-btn {
  margin-top: 60px;
}
.village-main .more-btn a .more-btn__text {
  padding-inline: 5px;
  line-height: 1;
}
.village-main .more-btn a .more-btn__arrow {
  display: inline-block;
  width: 25px;
  position: relative;
}
.village-main .more-btn a::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -15px;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d00;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}

.partnership {
  background-color: #fcfcfc;
  padding-block: clamp(30px, 30px + 120 * (100vw - 360px) / 920, 150px);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.partnership .sec__title {
  /* 1. 文字色を白にする */
  color: #ffffff;
  /* 2. 文字の縁取り（外の線）を黒にする */
  /* 指定方法: 太さ 色 */
  -webkit-text-stroke: 1px #000000;
}
.partnership .sec__title span {
  -webkit-text-stroke: 0;
}
.partnership__wrapper {
  max-width: clamp(300px, 300px + 600 * (100vw - 360px) / 920, 1000px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  justify-items: center;
}
.partnership__wrapper ul {
  max-width: clamp(300px, 300px + 600 * (100vw - 360px) / 920, 1000px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px; /* スマホ時の縦の隙間（お好みで調整してください） */
  justify-items: center;
}
.partnership__wrapper ul li {
  font-size: clamp(1rem, 0.9rem + 0.7vw, 1.25rem);
  font-weight: 600;
  white-space: nowrap; /* テキストの折り返しを防止 */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.partnership__wrapper ul li img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 2.5em; /* テキストの行の高さに合わせて調整 */
  -o-object-fit: contain;
     object-fit: contain;
}
.partnership__wrapper ul li.partnership-list__logo--akkun img {
  max-height: 4em;
}
@media (min-width: 768px) {
  .partnership__wrapper ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px; /* PC時の隙間（縦 40px / 横 20px） */
  }
}
.partnership__wrapper .more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #d00;
  gap: 8px;
  color: #d00;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
  margin-top: 10px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
  position: relative;
  z-index: 1;
}
.partnership__wrapper .more-btn__text {
  padding-inline: 5px;
  line-height: 1;
}
.partnership__wrapper .more-btn__arrow {
  display: inline-block;
  width: 25px;
  position: relative;
}
.partnership__wrapper .more-btn:hover {
  opacity: 0.7;
}
.partnership__wrapper .more-btn:hover .more-btn__arrow {
  transform: translateX(3px);
}
.partnership__wrapper .more-btn::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -15px;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d00;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.partnership__wrapper .more-btn:hover {
  opacity: 1;
}
.partnership__wrapper .more-btn:hover::after {
  opacity: 0.5;
}
.partnership__wrapper .more-btn:hover .more-btn__arrow {
  transform: translateX(3px);
}

.partnership-title {
  font-family: "M PLUS 1", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  margin: 0;
}
@media (max-width: 425px) {
  .partnership-title {
    font-size: 1.5rem;
  }
}

.partnership-list {
  margin-bottom: 120px;
}
.partnership-list ul {
  width: -moz-max-content;
  width: max-content;
  max-width: clamp(300px, 300px + 600 * (100vw - 360px) / 920, 1000px);
  margin-inline: auto;
}
.partnership-list ul li {
  font-size: clamp(1rem, 0.9rem + 0.7vw, 1.25rem);
  font-weight: 600;
  white-space: nowrap;
  padding-block: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.partnership-list ul li img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 2.5em;
  -o-object-fit: contain;
     object-fit: contain;
}
.partnership-list ul li.partnership-list__logo--akkun img {
  max-height: 4em;
}
.partnership-list ul li.partnership-list__logo--scale img {
  max-height: 3em;
}
.partnership-list ul li.partnership-list__logo--jibuzaka img {
  max-height: 1.5em;
}
.partnership-list ul li.partnership-list__logo--nebanomori img {
  max-height: 6em;
}
.partnership-list ul li.partnership-list__logo--aipakkusu img {
  max-height: 6em;
}
.partnership-list ul li.partnership-list__logo--gotogumi img {
  max-height: 4.5em;
}
.partnership-list ul li.partnership-list__logo--kubomasa img {
  max-height: 3.3em;
}
.partnership-list ul li.partnership-list__logo--yamaguti img {
  max-height: 6em;
}

.rallyteam {
  background-color: #fcfcfc;
  padding-bottom: clamp(30px, 30px + 120 * (100vw - 360px) / 920, 150px);
}
@media (max-width: 500px) {
  .rallyteam {
    padding-top: 80px;
  }
}
.rallyteam .wrapper {
  max-width: clamp(300px, 300px + 600 * (100vw - 360px) / 920, 1000px);
  margin-inline: auto;
}
.rallyteam .wrapper p {
  font-size: 1.25rem;
  font-weight: 600;
  /* ▼ 長い社名が折り返した際、中央揃えで見やすくなるようにする */
  margin: 0;
}
.rallyteam .wrapper {
  /* ▼ 追加：画像のサイズ調整 */
}
.rallyteam .wrapper img {
  width: 100%; /* グリッドの幅いっぱいに広げる */
  max-width: 180px; /* ロゴが大きくなりすぎないように制限（お好みで調整してください） */
  height: auto; /* 比率を保つ */
  -o-object-fit: contain;
     object-fit: contain; /* 枠内に綺麗に収める */
}
.rallyteam .sec__title {
  /* 1. 文字色を白にする */
  color: #ffffff;
  /* 2. 文字の縁取り（外の線）を黒にする */
  /* 指定方法: 太さ 色 */
  -webkit-text-stroke: 1px #000000;
}
.rallyteam .sec__title span {
  -webkit-text-stroke: 0;
}
.rallyteam ul {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 60px 20px;
}
.rallyteam ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .rallyteam ul {
    display: flex;
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */