@charset "UTF-8";
/* ============================
  TOP
============================ */
#mv .inner {
  border: none;
  box-shadow: none;
}
#mv .movie {
  width: 100%;
  height: 100vh;
  position: relative;
}
#mv .movie:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  background-image: radial-gradient(rgba(0, 0, 0, 0.7) 30%, transparent 30%), radial-gradient(rgba(0, 0, 0, 0.7) 30%, transparent 30%);
  background-size: 3px 3px;
  background-position: 0 0, 6px 6px;
}
@media screen and (min-width: 768px) {
  #mv .movie {
    height: 100%;
  }
}
#mv .movie video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .movie .main_image {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  background: url(../img/top/img_main_visual.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  #mv .movie .main_image {
    background-size: contain;
  }
}
#mv .lead {
  padding: 6rem 0;
  text-align: center;
  color: #fff;
  position: relative;
  background: url(../img/top/bg_lead_ornament01.webp) left 0 top 2rem/7.2rem no-repeat, url(../img/top/bg_lead_ornament02.webp) right 0 top 3rem/7rem no-repeat;
}
#mv .lead::before, #mv .lead::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.4rem;
  background: url(../img/top/bg_lead_line.webp) center/contain repeat-x;
  position: absolute;
  left: 0;
}
#mv .lead::before {
  top: 6px;
}
#mv .lead::after {
  bottom: 6px;
  rotate: 180deg;
}
#mv .lead h2 {
  font-weight: 900;
  font-size: 2.3rem;
  margin-bottom: 1em;
  line-height: 1.43;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.6), 0 0 15px rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px) {
  #mv .lead h2 {
    font-size: 2.8rem;
  }
}
#mv .lead > p {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #mv .lead > p {
    font-size: 1.7rem;
  }
}
#mv .lead .sns_link {
  background: url(../img/top/bg_sns_link.webp) center top/contain no-repeat;
  max-width: calc(100% - 10rem);
  margin: 3rem auto 0;
  padding: 6rem 0 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #mv .lead .sns_link {
    padding: 6.5rem 0 3.5rem;
  }
}
#mv .lead .sns_link p {
  color: #FFFF13;
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  #mv .lead .sns_link p {
    font-size: 2rem;
  }
}
#mv .lead .sns_link ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.8rem;
}
#mv .lead .sns_link ul a {
  max-width: 2.7rem;
}
#mv .main_img_slider .slick-slider div {
  transition: none;
}
#mv .mv_navi {
  padding: 0.7rem 0 3.5rem;
}
@media screen and (min-width: 768px) {
  #mv .mv_navi {
    padding: 9rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
#mv .mv_navi ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#mv .mv_navi ul > li {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #7BBAFD;
  box-shadow: 0 0 8px rgba(22, 122, 214, 0.75);
}
@media screen and (min-width: 768px) {
  #mv .mv_navi ul > li {
    width: auto;
    text-align: center;
  }
}
#mv .mv_navi ul > li:nth-child(odd) {
  border-right: 1px solid #7BBAFD;
}
#mv .mv_navi ul > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 1.5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
  position: relative;
}
#mv .mv_navi ul > li a::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_nav_arrow.svg) center/contain no-repeat;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  #mv .mv_navi ul > li a::after {
    right: 3rem;
  }
}
#mv .mv_navi ul > li a span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #mv .mv_navi ul > li a span {
    font-size: 4rem;
  }
}
#mv .mv_navi ul > li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #mv .mv_navi ul > li a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}
#mv .mv_navi ul > li.contents1 a {
  color: #4ACB4A;
}
#mv .mv_navi ul > li.contents1 a::before {
  background-image: url(../img/icon_nav_contents1.webp);
}
#mv .mv_navi ul > li.contents2 a {
  color: #EA3789;
}
#mv .mv_navi ul > li.contents2 a::before {
  background-image: url(../img/icon_nav_contents2.webp);
}
#mv .mv_navi ul > li.contents3 a {
  color: #4BA7FF;
}
#mv .mv_navi ul > li.contents3 a::before {
  background-image: url(../img/icon_nav_contents3.webp);
}
#mv .mv_navi ul > li.contents4 a {
  color: #FFFF13;
}
#mv .mv_navi ul > li.contents4 a::before {
  background-image: url(../img/icon_nav_contents4.webp);
}
@media screen and (min-width: 768px) {
  #mv .mv_navi ul:nth-child(1) {
    display: block;
    order: 1;
  }
}
#mv .mv_navi ul:nth-child(1) li:nth-child(-n+2) {
  border-top: 1px solid #7BBAFD;
}
@media screen and (min-width: 768px) {
  #mv .mv_navi ul:nth-child(1) li:nth-child(-n+2) {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  #mv .mv_navi ul:nth-child(1) li:nth-child(1) {
    border-top: 1px solid #7BBAFD;
  }
}
#mv .mv_navi ul:nth-child(1) li a {
  padding-left: 5.5rem;
}
#mv .mv_navi ul:nth-child(1) li a::before {
  content: "";
  display: inline-block;
  width: 3.4rem;
  height: 3.4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 1rem;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  #mv .mv_navi ul:nth-child(1) li a::before {
    width: 7rem;
    height: 7rem;
    left: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #mv .mv_navi ul:nth-child(1) li a {
    align-items: flex-start;
    font-size: 1.3rem;
    padding-left: 11.5rem;
  }
}
@media screen and (min-width: 768px) {
  #mv .mv_navi ul:nth-child(2) {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  #mv .mv_navi ul:nth-child(2) li {
    border-top: 1px solid #7BBAFD;
    border-bottom: none;
  }
}
#mv .mv_navi ul:nth-child(2) li a {
  align-items: center;
}
@media screen and (min-width: 768px) {
  #mv .mv_navi ul:nth-child(2) li a {
    font-size: 1.8rem;
    padding: 2rem;
  }
  #mv .mv_navi ul:nth-child(2) li a::after {
    position: static;
    display: block;
    margin-top: 1.35rem;
    translate: none;
  }
}
#mv .mv_navi .btn_summary {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 5.5rem;
  margin: 3rem auto 0;
  border: 1px solid;
  border-radius: 100vmax;
  position: relative;
}
#mv .mv_navi .btn_summary::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.01, 1.22);
  border-radius: 100vmax;
}
#mv .mv_navi .btn_summary::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_nav_arrow.svg) center/contain no-repeat;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
}
#mv .mv_navi .btn_summary span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
#mv .mv_navi .btn_summary span::before {
  content: "";
  display: inline-block;
  background: url(../img/icon_nav_btn_summary.webp) center/contain no-repeat;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 1rem;
}
@media screen and (min-width: 768px) {
  #mv .mv_navi .btn_summary {
    order: 2;
    font-size: 2.4rem;
    height: 6rem;
    margin: auto;
  }
}

.inner_ttl {
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  .inner_ttl {
    font-size: 5rem;
  }
}
.inner_ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 1.4rem;
  margin-top: 1rem;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .inner_ttl span {
    font-size: 1.7rem;
  }
}
.inner_ttl span::before, .inner_ttl span::after {
  content: "";
  display: inline-block;
  background: url(../img/top/img_ttl_shine.webp) center/145% no-repeat;
  width: 1.8em;
  height: 1.8em;
}
@media screen and (min-width: 768px) {
  .inner_ttl span::before, .inner_ttl span::after {
    width: 1.8em;
    height: 2em;
    background-size: 143%;
  }
}

#contents .contents_box {
  color: #fff;
  padding: 3rem 3px 4rem;
}
@media screen and (min-width: 768px) {
  #contents .contents_box {
    padding: 4.7rem 3px 3.6rem;
  }
}
#contents .contents_box .txt {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #contents .contents_box .txt {
    margin-bottom: 3.8rem;
  }
}
#contents .contents_box.night_market .inner_ttl {
  text-shadow: 0 0 10px rgba(74, 203, 74, 0.5), 0 0 20px rgb(74, 203, 74);
}
#contents .contents_box.night_market .inner_ttl span {
  color: #4ACB4A;
}
#contents .contents_box.performance .inner_ttl {
  text-shadow: 0 0 10px rgba(234, 55, 137, 0.5), 0 0 20px rgb(234, 55, 137);
}
#contents .contents_box.performance .inner_ttl span {
  color: #EA3789;
}
#contents .contents_box.activity .inner_ttl {
  text-shadow: 0 0 10px rgba(75, 167, 255, 0.5), 0 0 20px rgb(75, 167, 255);
}
#contents .contents_box.activity .inner_ttl span {
  color: #4BA7FF;
}
#contents .contents_box .btn_wrap {
  margin-top: 3.4rem;
}
#contents .contents_box .more_btn {
  width: 28rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: auto;
  border: 1px solid;
  border-radius: 100vmax;
  position: relative;
}
#contents .contents_box .more_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.01, 1.22);
  border-radius: 100vmax;
}
#contents .contents_box .more_btn::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_nav_arrow.svg) center/contain no-repeat;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
}
#contents .shop_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}
#contents .shop_list li {
  position: relative;
}
#contents .shop_list li .area {
  background-color: #5959DD;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 1.2rem;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
}
#contents .shop_list li .photo {
  position: relative;
}
#contents .shop_list li .photo::before {
  content: "";
  background: linear-gradient(180deg, rgba(2, 0, 36, 0.1) 60%, rgba(9, 9, 121, 0.3) 75%, rgb(18, 12, 59) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .shop_list li .photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#contents .shop_list li .info {
  position: absolute;
  bottom: 6px;
  left: 6px;
}
#contents .shop_list li .info .name {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  #contents .shop_list li .info .name {
    font-size: 1.4rem;
  }
}
#contents .shop_list li .info .name span {
  font-size: 1.2rem;
}
#contents .shop_list li .info .shop {
  font-size: 1.1rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  #contents .shop_list li .info .shop {
    font-size: 1.2rem;
  }
}
#contents .performance_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  #contents .performance_list {
    gap: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #contents .performance_list li {
    display: flex;
    gap: 1rem;
  }
}
#contents .performance_list li .photo {
  margin-bottom: 0.6rem;
}
#contents .performance_list li .photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #contents .performance_list li .photo {
    margin-bottom: 0;
    width: 24rem;
  }
}
#contents .performance_list li .info {
  padding: 0 1.8rem;
}
@media screen and (min-width: 768px) {
  #contents .performance_list li .info {
    width: calc(100% - 25rem);
    padding: 0 1rem 0 0;
  }
}
#contents .performance_list li .info .name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #contents .performance_list li .info .name {
    font-size: 1.7rem;
  }
}
#contents .performance_list li .info .name span {
  font-size: 1.3rem;
  font-weight: 500;
}
#contents .performance_list li .info .day {
  font-size: 1.3rem;
  border: 1px solid;
  display: inline-block;
  padding: 2px 1rem;
}
@media screen and (min-width: 768px) {
  #contents .performance_list li .info .day {
    padding: 0 0.9rem;
  }
}
#contents .activity_list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
#contents .activity_list li .photo {
  margin-bottom: 1rem;
}
#contents .activity_list li .name {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  line-height: 1.45;
}
#contents .activity_list li .name::before, #contents .activity_list li .name::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #fff;
}
#contents .activity_list li .name::before {
  margin-right: 1.2rem;
}
#contents .activity_list li .name::after {
  margin-left: 1.2rem;
}

#information .information_box {
  color: #fff;
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  #information .information_box.access {
    padding: 6.2rem 5.2rem 4.2rem;
  }
  #information .information_box.info {
    padding: 4.5rem 2rem 5rem;
  }
  #information .information_box.info .inner_ttl {
    font-size: 4rem;
  }
}
#information .inner_ttl {
  text-shadow: 0 0 10px rgba(255, 255, 19, 0.5), 0 0 20px rgb(255, 255, 19);
  margin-bottom: 2.5rem;
}
#information .inner_ttl span {
  color: #FFFF13;
}
#information .access .access_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 0.8rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #information .access .access_ttl {
    font-size: 3rem;
    padding-bottom: 1rem;
    margin-bottom: 2.2rem;
  }
}
#information .access .access_ttl small {
  font-size: 0.66em;
}
@media screen and (min-width: 768px) {
  #information .access .access_ttl small {
    font-size: 0.53em;
  }
}
#information .access .address {
  font-size: 1.4rem;
  border-bottom: 1px solid;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #information .access .address {
    font-size: 1.6rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2.6rem;
  }
}
#information .access .address span {
  display: inline-block;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  #information .access .address span {
    margin-right: 1.5em;
  }
}
#information .access .route {
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  #information .access .route {
    font-size: 1.6rem;
  }
}
#information .access .route div:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  #information .access .route div:not(:last-child) {
    margin-bottom: 0;
  }
}
#information .access .route dt,
#information .access .route dd {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #information .access .route dt,
  #information .access .route dd {
    display: inline-block;
  }
}
#information .access .route dt {
  text-indent: -0.5em;
}
#information .access .note {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 2.6rem;
}
@media screen and (min-width: 768px) {
  #information .access .note {
    font-size: 1.4rem;
  }
}
#information .map_wrap {
  position: relative;
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  #information .map_wrap {
    padding-top: 52.73%;
  }
}
#information .map_wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#information .info .bnr_list {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  #information .info .bnr_list {
    margin-bottom: 4.5rem;
  }
}
#information .info .bnr_list li:not(:last-child) {
  margin-bottom: 3.4rem;
}
#information .info .bnr_list li a p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1rem;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  #information .info .bnr_list li a p {
    line-height: 1.5;
  }
}
#information .info .bnr_list li a p::before {
  content: "";
  display: inline-block;
  background: url(../img/icon_nav_arrow.svg) center/contain no-repeat;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
  translate: none;
  top: 7px;
  left: 0;
  right: auto;
}
#information .info .sns_link_wrap p {
  color: #FFFF13;
  font-size: 1.9rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.7rem;
}
#information .info .sns_link_wrap p::before, #information .info .sns_link_wrap p::after {
  content: "";
  display: inline-block;
  background: url(../img/top/bg_sns_ttl.svg) center/contain no-repeat;
  width: 2rem;
  height: 2.8rem;
}
#information .info .sns_link_wrap p::after {
  transform: scale(-1, 1);
}
#information .info .sns_link_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
#information .info .sns_link_wrap ul li {
  line-height: 1;
}
#information .info .sns_link_wrap ul li a {
  display: inline-block;
  max-width: 2.8rem;
}

/* ============================
  ポップアップバナー
============================ */
.popup_bnr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.popup_bnr #popup_bg {
  background-color: rgba(0, 8, 22, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup_bnr .popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 75%;
}
@media screen and (min-width: 768px) {
  .popup_bnr .popup_content {
    max-width: 330px;
  }
}
.popup_bnr button.popup_close {
  position: absolute;
  top: -26px;
  right: -26px;
  width: 26px;
  height: 26px;
  padding: 0;
}
.popup_bnr button.popup_close::before, .popup_bnr button.popup_close::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.popup_bnr button.popup_close::before {
  rotate: 45deg;
}
.popup_bnr button.popup_close::after {
  rotate: -45deg;
}