* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

#wrap img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
ul {
  list-style: none;
}

.pc-hidden {
  display: none !important;
}
.sp-hidden {
  display: block;
}
.hidden {
  display: none !important;
}

.section {
  overflow: hidden;
  position: relative;
}

.text-gold {
  color: #E6CD9B;
}
.text-white {
  color: #fff;
}
.text-red {
  color: #89000A;
}
.text-md {
  font-size: 22px;
}
.text-lg {
  font-size: 28px;
}
.text-sm {
  font-size: 14px;
}
.text-xs {
  font-size: 13px;
}
.font-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.mt-10 {
  margin-top: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-100 {
  margin-bottom: 100px;
}

.pa-15 {
  padding: 15px;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.w-150 {
  width: 150px;
}

.scroll {
  cursor: pointer;
}

.header {
  width: calc(100% - 100px);
  padding: 0 50px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 50;
  justify-content: space-between;
}
.header ul.flex {
  gap: 40px;
  height: 70px;
}
.header ul li {
  height: calc(100% - 4px);
  border-bottom: 4px solid #019E77;
}
.header a {
  text-decoration: none;
  color: #000;
  height: 100%;
  gap: 8px;
}

.hi {
  width: 100%;
  height: auto;
}
.hi img {
  width: 100%;
}

.bg {
  background: url('../image/main_bg.png') repeat center;
  background-size: 250px 86px;
}
.inner {
  padding: 100px 0;
  max-width: 800px;
  margin: 0 auto;
}
.bg-event .inner {
  padding-bottom: 250px;
}
.bg-stamp .inner {
  padding-top: 200px;
}

.body {
  line-height: 2;
}

.logo {
  width: 560px;
}
.comingsoon {
  width: 388px;
}

.event-ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
}

.movie {
  width: 720px;
  height: 0;
  padding-top: 56.3%;
  position: relative;
}
.movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie-title {
  width: 720px;
}

.character-image {
  width: 540px;
  margin-top: -200px;
  margin-bottom: -140px;
  position: relative;
  z-index: 10;
}
.about-image {
  width: 300px;
}

.bg-stamp {
  width: 100%;
  background: linear-gradient(45deg, #0E9876 25%, transparent 25%, transparent 75%, #0E9876 75%),
              linear-gradient(45deg, #0E9876 25%, transparent 25%, transparent 75%, #0E9876 75%);
  background-color: #019E77;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}

.stamp-image {
  width: 560px;
}
.stamp--image {
  width: 418px;
}
.stamp-link {
  width: 460px;
  display: block;
}

.black-block {
  background: #000;
  width: 100%;
  height: 60px;
  display: grid;
  place-items: center;
}
.white-block {
  background: #fff;
  width: 100%;
  height: 50px;
  display: grid;
  place-items: center;
}
.genre-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.genre-list li {
  width: 260px;
}
.genre-list .grey {
  background: #C0C0C0;
  height: 45px;
}
.genre-list .white {
  background: #fff;
  height: 50px;
}

.present-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.present-list li {
  width: 390px;
}
.present-list .title {
  background-color: #E6BA62;
  height: 45px;
}
.present-list div.flex {
  justify-content: flex-start;
  align-items: flex-start;
  height: 115px;
  padding: 15px;
}
.present-list img {
  width: 100px;
  display: block;
}
.present-list div.flex p {
  margin-left: 10px;
}
.present-list .tag {
  background: #C0C0C0;
  width: 250px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  margin: 8px 0 4px;
}


.stamp-places .place,
.event-time {
  height: 50px;
  line-height: 50px;
  width: calc(100% - 28px);
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}
.stamp-places .place::before,
.event-time::before {
  content: '';
  width: 8px;
  height: 100%;
  background: #E6BA62;
  position: absolute;
  top: 0;
  left: 0;
}
.stamp-places .place::after,
.event-time::after {
  content: '＋';
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 20px;
}
.stamp-places .place.active::after,
.event-time.active::after {
  content: 'ー';
}
.place-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.place-list li {
  width: 370px;
  padding: 10px 10px 0 10px;
  min-height: 100px;
  position: relative;
}
.place-list li::before {
  content: '';
  width: 53px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
}
.place-list li.j1::before {
  background-image: url('../image/stamp/logo_j1.svg');
}
.place-list li.j2::before {
  background-image: url('../image/stamp/logo_j2.svg');
}
.place-list li.j3::before {
  background-image: url('../image/stamp/logo_j3.svg');
}
.place-list .name {
  color: #1A0DAB;
  padding-left: 28px;
  position: relative;
}
.place-list .name::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url('../image/stamp/icon_map.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.place-list p {
  margin-bottom: 10px;
}
.place-list a {
  text-decoration: none;
  color: #000;
  display: block;
  margin: 0;
}
.place-list address {
  font-style: normal;
}
.place-item a address {
  margin-bottom: 14px;
}
.place-item a address.last,
.place-item a address:last-child {
  font-size: smaller;
  font-weight: normal;
}

.stamp-slider {
  width: 1500px;
  position: relative;
  transform: translateX(calc(50vw - 750px));
  margin-bottom: 100px;
}
.stamp-slider .slick-slide {
  margin: 0 80px;
}
.stamp-slider .slick-slide img {
  margin-bottom: 20px;
}
.stamp-slider .slick-list {
  margin: 0 -80px;
}
.stamp-slider .slick-dots li {
  width: 80px;
  height: 5px;
}
.stamp-slider .slick-dots li.slick-active {
  background: #DA4A52;
}
.stamp-slider .slick-arrow.slick-next {
  background: url('../image/stamp/button_next.svg') no-repeat center;
  background-size: contain;
  right: 450px;
  top: 200px;
}
.stamp-slider .slick-arrow.slick-prev {
  background: url('../image/stamp/button_prev.svg') no-repeat center;
  background-size: contain;
  left: 450px;
  top: 200px;
}

.vw {
  width: 100vw;
  transform: translateX(calc(400px - 50vw));
}

.bg-event {
  background: url('../image/event/bg_event.jpg') repeat center;
  background-size: 138px 80px;
}
.band-red {
  background: #89000A;
  display: inline-block;
  padding: 12px 24px;
}
.box-green {
  background: #019E77;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.box-green::after {
  content: '';
  width: 48px;
  height: 12px;
  background: #019E77;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  left: calc(50% - 24px);
  bottom: -12px;
}

.area-nav ul {
  gap: 10px;
}
.area-nav li{
  width: 125px;
  height: 80px;
  border-radius: 10px;
}
.area-nav li a {
  text-decoration: none;
  color: #000;
  position: relative;
  margin-bottom: 12px;
}
.area-nav li a::after {
  content: '';
  width: 10px;
  height: 15px;
  background: url('../image/event/arrow_down.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 5px);
}

.event-list.flex {
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
}
.event-list li {
  width: 390px;
  cursor: pointer;
}
.event-list .area-title {
  margin-left: 75px;
  height: 35px;
  background: #E6BA62;
  position: relative;
}
.event-list .area-title::after {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.event-list .area-title.j1::after {
  background: #DC000C;
}
.event-list .area-title.j2::after {
  background: #006D31;
}
.event-list .area-title.j3::after {
  background: #000;
}
.event-list .area-title p {
  line-height: 35px;
  padding-left: 40px;
  position: relative;
}
.event-list .area-title p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  text-align: center;
}
.event-list .area-title.j1 p::before {
  content: 'J1';
}
.event-list .area-title.j2 p::before {
  content: 'J2';
}
.event-list .area-title.j3 p::before {
  content: 'J3';
}
.event-list .area-title::before {
  content: '';
  width: 66px;
  height: 35px;
  position: absolute;
  top: 0;
  left: -75px;
}
.event-list .area-title.j1::before {
  background: url('../image/stamp/logo_j1.svg') no-repeat center;
  background-size: contain;
}
.event-list .area-title.j2::before {
  background: url('../image/stamp/logo_j2.svg') no-repeat center;
  background-size: contain;
}
.event-list .area-title.j3::before {
  background: url('../image/stamp/logo_j3.svg') no-repeat center;
  background-size: contain;
}

.event-card {
  padding: 20px 10px;
  transition: background-color .3s;
  position: relative;
}
.event-item:hover .event-card {
  background: #ededed;
}
.event-card::after {
  content: '';
  width: 8px;
  height: 28px;
  background: url(../image/icon_arrow.svg) no-repeat center / contain;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.event-card .flex {
  justify-content: flex-start;
  align-items: flex-start;
}
.event-card .flex.info {
  align-items: center;
}
.event-card .logo {
  width: 48px;
}
.event-card .img {
  width: 150px;
  margin-right: 10px;
}
.event-card .txt {
  width: 200px;
  height: 100px;
}
.tag-list.flex {
  gap: 8px;
}
.modal .tag,
.tag-list li{
  width: auto;
  padding: 4px 10px;
  border-radius: 30px;
  display: inline-block;
}
.modal .tag.ticket,
.tag-list li.ticket {
  background: #FEC63C;
}
.modal .tag.event,
.tag-list li.event {
  background: #11BBE6;
}
.modal .tag.goods,
.tag-list li.goods {
  background: #55E46F;
}

.modal {
  width: 100vw;
  height: 100vh;
  background: rgba(1, 158, 119, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  cursor: initial;
}
.bg-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal .container {
  width: 520px;
  max-height: calc(100vh - 200px);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;  
  position: relative;
  z-index: 10;
}
.modal .container::-webkit-scrollbar {
  display: none;
}
.modal .container .hero {
  width: 100%;
}
.modal .inner {
  padding: 20px 20px 40px;
}
.modal .inner .flex {
  justify-content: flex-start;
  align-items: flex-start;
}
.modal .logo {
  width: 60px;
  margin-right: 16px;
}
.modal .button {
  display: block;
  width: 390px;
  position: relative;
  z-index: 20;
}
.modal-close {
  background: #DCDCDC;
  padding: 8px;
  cursor: pointer;
  position: relative;
  z-index: 20;
}
.modal .img {
  width: 180px;
}
.modal .txt {
  width: 280px;
  font-size: 14px;
}
.modal .inner .event-modal.flex {
  gap: 20px;
}

.under {
  width: 460px;
  height: 10px;
  background: #000;
  clip-path: polygon(0% 0% , calc(50% - 10px) 0%, 50% 8px, calc(50% + 10px) 0%, 100% 0%, 100% 2px, calc(50% + 10px) 2px, 50% 10px, calc(50% - 10px) 2px, 0% 2px );
  margin: 20px auto 30px;
}