:root {
  --white: #fff;
  --black: #333;
  --orange: #F79D36;
  --yellow: #F4D42B;
  --light-yellow: #F0D600;
  --dark-blue: #052364;
}

.content-wrap {
  container: content-wrap/inline-size;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: grid;
  grid-template-columns: 1fr 430px 1fr;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .content-wrap {
    display: block;
  }
}
.content-wrap .grid-left {
  height: fit-content;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}
.content-wrap .grid-left .side-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83.2661290323%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-wrap .grid-left .side-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap .grid-left .side-title {
    display: none;
  }
}
.content-wrap .grid-right {
  height: fit-content;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}
.content-wrap .grid-right .side-point {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62.7016129032%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-wrap .grid-right .side-point {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap .grid-right .side-point {
    display: none;
  }
}
.content-wrap .grid-center {
  border-right: 10px solid var(--yellow);
  border-left: 10px solid var(--yellow);
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .content-wrap .grid-center {
    margin: 0 auto;
  }
}
@container content-wrap (max-width: 441px) {
  .content-wrap .grid-center {
    border-right: none;
    border-left: none;
  }
}
.content-wrap .grid-center .main-visual {
  padding: 24px 0 59px;
  background-image: url(../images/center-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.content-wrap .grid-center .main-visual .title-logo {
  margin: 0 5px;
}
.content-wrap .grid-center .main-visual .open-date {
  margin: 5px auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
.content-wrap .grid-center .main-visual .how-to {
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.content-wrap .grid-center .main-visual .how-to .step {
  color: var(--white);
  font-family: "zen kaku gothic new", sans-serif;
  position: relative;
  font-size: clamp(10px, 3.023255814vw, 13px);
  font-weight: 700;
}
.content-wrap .grid-center .main-visual .how-to .step:not(:last-child)::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border-top: 6px solid var(--light-yellow);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: none;
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
}
.content-wrap .grid-center .main-visual .point {
  margin: 10px auto;
}
.content-wrap .grid-center .main-visual .point img, .content-wrap .grid-center .main-visual .point svg {
  width: 100%;
}
.content-wrap .grid-center .headline {
  margin: 0 auto;
  padding: 16px 24px;
  background-color: var(--orange);
}
.content-wrap .grid-center .headline .headline-text {
  color: var(--white);
  font-family: "zen kaku gothic new", sans-serif;
  font-size: clamp(12px, 3.2558139535vw, 14px);
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.content-wrap .grid-center .event-outline, .content-wrap .grid-center .shop-list {
  background-color: var(--white);
  padding: 24px;
  overflow: hidden;
}
.content-wrap .grid-center .event-outline .section-title, .content-wrap .grid-center .shop-list .section-title {
  margin: 0 -24px 24px;
}
.content-wrap .grid-center .event-outline .outline-slider {
  position: relative;
}
.content-wrap .grid-center .event-outline .outline-slider .navigation-button {
  width: 40px;
  height: 40px;
  background-color: var(--yellow);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.content-wrap .grid-center .event-outline .outline-slider .navigation-button.direction-right {
  background-image: url(../images/slider-arrow-right.svg);
  background-position: center right 45%;
  right: -16px;
}
.content-wrap .grid-center .event-outline .outline-slider .navigation-button.direction-left {
  background-image: url(../images/slider-arrow-left.svg);
  background-position: center left 45%;
  left: -16px;
}
.content-wrap .grid-center .shop-list .area-stage .area-wrap {
  position: relative;
  padding: 24px 0;
}
.content-wrap .grid-center .shop-list .area-stage .area-wrap:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  background-image: radial-gradient(circle at 4px 2px, var(--yellow) 2px, rgba(244, 212, 43, 0) 0%);
  background-position: bottom;
  background-size: 8px 4px;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
}
.content-wrap .grid-center .shop-list .area-stage .area-wrap .area-title {
  color: var(--dark-blue);
  font-family: "zen kaku gothic new", sans-serif;
  font-size: clamp(16px, 5.1162790698vw, 22px);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  opacity: 1;
}
.content-wrap .grid-center .shop-list .area-stage .area-wrap .area-title:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.content-wrap .grid-center .shop-list .area-stage .area-wrap .area-title::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: var(--orange);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-image: url(../images/accordion-arrow-down.svg);
  background-position: center;
}
.content-wrap .grid-center .shop-list .area-stage .area-wrap .area-list {
  display: none;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.3s ease;
}
@starting-style {
  .content-wrap .grid-center .shop-list .area-stage .area-wrap .area-list {
    opacity: 1;
    transform: scaleY(1);
  }
}
.content-wrap .grid-center .shop-list .area-stage .area-wrap .area-list .area {
  margin: 16px 0;
}
.content-wrap .grid-center .shop-list .area-stage .area-wrap .area-list .area .prefecture {
  color: var(--orange);
  font-family: "zen kaku gothic new", sans-serif;
  font-size: clamp(14px, 4.1860465116vw, 18px);
  font-weight: 900;
}
.content-wrap .grid-center .shop-list .area-stage .area-wrap .area-list .area .franchises .franchise {
  margin: 8px 0;
}
.content-wrap .grid-center .shop-list .area-stage .area-wrap .area-list .area .franchises .franchise .franchise-link {
  color: var(--black);
  font-family: zen kaku gothic new, sans-serif;
  font-size: clamp(12px, 3.488372093vw, 15px);
  font-weight: 700;
  text-decoration: none;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content-wrap .grid-center .shop-list .area-stage .area-wrap .area-list .area .franchises .franchise .franchise-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.content-wrap .grid-center .shop-list .area-stage .area-wrap .area-list .area .franchises .franchise .franchise-link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  margin-left: 8px;
  transform: rotate(45deg);
}
.content-wrap .grid-center .shop-list .area-stage .area-wrap.open .area-title::after {
  background-image: url(../images/accordion-arrow-up.svg);
}
.content-wrap .grid-center .shop-list .area-stage .area-wrap.open .area-list {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}
@starting-style {
  .content-wrap .grid-center .shop-list .area-stage .area-wrap.open .area-list {
    opacity: 0;
    transform: scaleY(0);
  }
}
.content-wrap .grid-center #footer {
  background-color: var(--white);
  margin: 0;
  padding: 0;
}
.content-wrap .grid-center #footer .container {
  padding: 0 16px;
}
.content-wrap .grid-center #footer .container .row {
  margin: 0 -4px;
}
.content-wrap .grid-center #footer .container .row.btnSet {
  display: flex;
  flex-wrap: wrap;
}
.content-wrap .grid-center #footer .container .row.btnSet li {
  width: 50%;
}
.content-wrap .grid-center #footer .container .row.btnSet li:first-child {
  width: 100%;
  margin-bottom: 20px;
}
.content-wrap .grid-center #footer .container .row.btnSet li a span {
  font-size: 1rem;
}
.content-wrap .grid-center #footer .container .row.contentsMap li {
  width: 100%;
}
.content-wrap .grid-center #footer .container .row.contentsMap li a {
  font-size: 0.75rem;
}
.content-wrap .grid-center #footer .container .row.contentsMap-other li a {
  font-size: 0.625rem;
}
.content-wrap .grid-center #footer .container .footer-bottom {
  padding: 24px 0;
}
.content-wrap .grid-center .sp_topcta {
  left: 0;
}

/*# sourceMappingURL=style.css.map */
