* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

img {
  width: 100%;
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: url(./images/main_bg_deco01.webp) left top/cover, url(./images/main_bg.webp) no-repeat center top/cover;
  position: relative;
}
body#top, body#get, body#map {
  color: #fff;
}
body.mypage {
  background: url(./images/mypage_bg.webp) #ebebeb left top/cover;
}
body.reward {
  background: url(./images/reward_bg_deco01.webp) no-repeat right 3.738vw top 9.346vw/10%, url(./images/mypage_bg.webp) #ebebeb left top/cover;
}
body#map {
  background: none;
}
body#map::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(./images/main_bg_deco01.webp) left top/cover, url(./images/main_bg.webp) no-repeat center top/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

button {
  background: none;
  border: none;
}

section {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.logo {
  width: 15.187vw;
  position: absolute;
  top: 5.841vw;
  left: 3.738vw;
}
.logo-mypage {
  width: 17.757vw;
}

.top_parts {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.bottom_parts {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}

#top h1 {
  width: 72.897vw;
  margin: 0 auto;
  padding-top: 14.019vw;
}

.top_txt {
  font-size: 4.673vw;
  line-height: 1.7;
  filter: drop-shadow(0px 0px 6px rgba(250, 250, 250, 0.5));
}

.qr {
  background: none;
  border: none;
  width: 79.206vw;
  height: 79.206vw;
  position: relative;
  margin-top: 9.346vw;
}
.qr::before {
  content: "";
  background: url(./images/btn_qr_outer.webp) no-repeat center center/contain;
  width: 110%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 40s linear infinite;
  pointer-events: none;
}

.mypage .mini_qr_btn {
  width: 20.561vw;
  height: 20.561vw;
  position: fixed;
  top: 8.411vw;
  right: 1.869vw;
  z-index: 98;
}
.mypage .qr {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  margin-top: 0;
}
.mypage .qr::before {
  content: "";
  background: url(./images/btn_qr_outer_mini.webp?2025091602) no-repeat center center/contain;
  width: 115%;
  height: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 90s linear infinite;
  pointer-events: none;
}

.btn_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.869vw;
  width: 92.523vw;
  margin: 0 auto;
  margin-top: 8.178vw;
}

.mypage .btn_box {
  margin-top: 7.009vw;
  margin-bottom: 11.682vw;
}

.btn_stamp {
  display: block;
  width: 54.206vw;
}

.btn_map {
  display: block;
  width: 36.449vw;
}

footer .copy {
  width: 74.299vw;
  margin: 0 auto;
  padding-bottom: 2.336vw;
}
footer .footer_bg {
  width: 100%;
  height: 12.85vw;
  background: url(./images/footer_bg.webp) no-repeat center bottom/contain;
  display: flex;
  justify-content: center;
}
footer .footer_bg a {
  display: block;
  width: 23.131vw;
  margin: 0 auto;
  padding-top: 4.673vw;
}

.mypage footer .copy,
.reward footer .copy {
  filter: brightness(0);
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.mypage_box {
  position: relative;
  padding-top: 7.477vw;
  margin-bottom: 9.346vw;
}
.mypage_box::before {
  content: "";
  width: 96.729vw;
  height: 157.477vw;
  background-image: url(./images/mypage_frame.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 7.477vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

h1.subtitle {
  width: 51.869vw;
  margin: 0 auto;
  margin-top: 2.336vw;
}

.mypage_txt {
  font-size: 3.505vw;
  line-height: 1.4;
  margin-bottom: 2.336vw;
}

.number {
  position: relative;
  background-color: #232429;
  width: 85.047vw;
  height: 11.682vw;
  margin: 0 auto;
  margin-bottom: 3.505vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.number::before {
  content: "";
  width: 4vw;
  height: 3px;
  background-color: #fafafa;
  position: absolute;
  top: 54%;
  left: 72.5%;
  transform: rotate(-65deg);
}
.number p {
  color: #fafafa;
  font-size: 3.505vw;
  position: relative;
  padding-left: 2.804vw;
  padding-right: 3.505vw;
  margin-right: 3.505vw;
  display: inline-block;
}
.number p::before {
  content: "";
  width: 1.636vw;
  height: 1.636vw;
  background: #95846d;
  background: linear-gradient(90deg, rgb(149, 132, 109) 0%, rgb(212, 205, 207) 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.number p::after {
  content: "";
  width: 1px;
  height: 8.178vw;
  background-color: #fafafa;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.number span {
  font-size: 5.14vw;
  font-family: "chakra-petch", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fafafa;
}
.number span.get {
  width: 9.346vw;
  font-size: 7.477vw;
  margin-right: 4.5vw;
}
.number span.todal {
  margin-top: 1.636vw;
}

#stampArea {
  width: 88%;
  height: 90.187vw;
  margin-left: 7.477vw;
  position: relative;
}
#stampArea.noveltyget {
  height: 74.2vw;
}
#stampArea.noveltyget .stamparea_inner {
  height: 74.2vw;
}
#stampArea.benefits_get::before {
  content: "";
  width: 78.271vw;
  height: 38.318vw;
  background: url(./images/icon_completed.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
#stampArea .stamparea_inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  gap: 7.009vw 3.505vw;
  padding-right: 4.2vw;
  overflow-y: scroll;
  height: 90.187vw;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: auto;
}
#stampArea .stamp {
  height: 40.654vw;
  position: relative;
}
#stampArea .stamp.got::before {
  opacity: 0;
}
#stampArea .stamp.got::after {
  opacity: 1;
}
#stampArea .stamp .stamp_no {
  font-size: 4.673vw;
  font-family: "chakra-petch", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fafafa;
  width: 17.523vw;
  height: 7.009vw;
  background: url(./images/stamp_no_bg.webp) no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -2.336vw;
  right: -1.168vw;
  z-index: 1;
}
#stampArea .stamp::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(./images/lock.webp) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#stampArea .stamp::after {
  content: "";
  width: 79%;
  height: 79%;
  background: url(./images/icon_stamp.webp) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.totop {
  color: #0d0d0d;
  display: block;
  font-size: 4.206vw;
  text-decoration: none;
  position: relative;
  height: 6.075vw;
  padding-left: 9.346vw;
}
.totop::before {
  content: "";
  width: 3.271vw;
  height: 6.075vw;
  background-image: url(./images/icon_top_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#get .img-box .stamp {
  width: 79%;
  margin: 0 auto;
}
#get .stamp_get {
  font-size: 8.411vw;
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: italic;
  width: 78.505vw;
  margin: 0 auto;
  margin-top: 29.439vw;
  position: relative;
}
#get .stamp_get::before, #get .stamp_get::after {
  content: "";
  width: 30%;
  height: 0.234vw;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#get .stamp_get::before {
  left: 0;
}
#get .stamp_get::after {
  right: 0;
}
#get .stamp_get_txt {
  font-size: 5.607vw;
  text-align: center;
  filter: drop-shadow(0px 0px 6px rgba(250, 250, 250, 0.5));
  margin-top: 4.673vw;
  margin-bottom: 2.336vw;
}
#get .btn_stamp {
  width: 72.43vw;
  margin: 0 auto;
  margin-top: 2.336vw;
  margin-bottom: 21vw;
}

#reader {
  background: #000;
}
#reader video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#rewardButton {
  width: 85.047vw;
  margin: 0 auto;
  margin-top: -5.841vw;
}

#rewardMessage {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #0d0d0d;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
#rewardMessage.show {
  opacity: 1;
  pointer-events: auto;
}
#rewardMessage .close_btn {
  width: 7.477vw;
  height: 7.477vw;
  margin-top: 30.14vw;
  margin-left: auto;
  margin-right: 7.477vw;
  margin-bottom: 7.477vw;
}
#rewardMessage .modal {
  width: 90%;
  margin: 0 auto;
  padding: 7.009vw 3.505vw 4.673vw;
  background-color: #ebebeb;
  border-radius: 0.935vw;
}
#rewardMessage .modal h2 {
  font-size: 8.411vw;
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: italic;
  position: relative;
}
#rewardMessage .modal h2::before, #rewardMessage .modal h2::after {
  content: "";
  width: 18%;
  height: 0.234vw;
  background-color: #0d0d0d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#rewardMessage .modal h2::before {
  left: 0;
}
#rewardMessage .modal h2::after {
  right: 0;
}
#rewardMessage .modal .modal_img {
  width: 26.168vw;
  margin: 0 auto;
  margin-top: 2.336vw;
}

#reward h1,
#map h1 {
  width: 59.579vw;
  margin: 0 auto;
  padding-top: 14.019vw;
}
#reward .btn_box,
#map .btn_box {
  gap: 0;
  margin-bottom: 11.682vw;
}
#reward .btn_box a,
#map .btn_box a {
  width: 46.963vw;
  height: 11.449vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #0d0d0d;
}
#reward .btn_box a::after,
#map .btn_box a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(./images/btn_reward_bg.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#reward .btn_box a.totop,
#map .btn_box a.totop {
  font-size: 3.738vw;
  padding-left: 0;
}
#reward .btn_box a.totop::before,
#map .btn_box a.totop::before {
  content: none;
}
#reward .btn_box a.btn_map,
#map .btn_box a.btn_map {
  font-size: 3.738vw;
}

.benefits_img_box {
  margin-top: 4.673vw;
  margin-bottom: 7.009vw;
}
.benefits_img_box img {
  width: 40vw;
  margin: 0 auto;
}
.benefits_img_box p {
  font-size: 3.738vw;
}
.benefits_img_box p span {
  position: relative;
  padding-right: 4.673vw;
}
.benefits_img_box p span::before {
  content: "";
  width: 3.738vw;
  height: 3.738vw;
  background-image: url(./images/icon_dl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.note_box {
  margin-bottom: 7.009vw;
}
.note_box p {
  font-size: 4.206vw;
  line-height: 1.5;
  font-weight: 900;
  color: #9e2529;
}

.attention_box {
  width: 93%;
  margin: 0 auto;
  margin-bottom: 11.682vw;
  padding-top: 5vw;
  padding-bottom: 4.673vw;
  border: 1px solid #0d0d0d;
  position: relative;
}
.attention_box h3 {
  font-size: 4.673vw;
  letter-spacing: 0.1em;
  margin-bottom: 2.336vw;
  position: absolute;
  top: -3.271vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ebebeb;
  width: 31%;
}
.attention_box p {
  width: 90%;
  margin: 0 auto;
  font-size: 3.738vw;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}

#map h1 {
  width: 59.579vw;
  margin: 0 auto;
  padding-top: 14.019vw;
}

.map_place {
  width: 77.57vw;
  margin: 0 auto;
  margin-top: 4.673vw;
  margin-bottom: 2.336vw;
}

.map_txt {
  font-size: 3.505vw;
}

.areamap_box {
  width: 81.308vw;
  margin-left: 7.477vw;
  margin-bottom: 16.355vw;
  display: flex;
  justify-content: space-between;
}

.area_map_box_left {
  width: 7.477vw;
  margin-top: 19vw;
}
.area_map_box_left .area {
  width: 7.477vw;
  height: 7.477vw;
  border-radius: 50%;
  background-color: #95846d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.206vw;
  color: #fafafa;
  margin-bottom: 7.009vw;
}
.area_map_box_left .area:last-of-type {
  margin-bottom: 0;
}
.area_map_box_left .area.active {
  background-color: #6a55ec;
}

.area_map_box_right {
  width: 63.551vw;
}
.area_map_box_right .area {
  width: 7.477vw;
  height: 7.477vw;
  border-radius: 50%;
  background-color: #95846d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.206vw;
  color: #fafafa;
  margin-bottom: 7.009vw;
}
.area_map_box_right .area:last-of-type {
  margin-bottom: 0;
}
.area_map_box_right .area.active {
  background-color: #6a55ec;
}

.accordion {
  margin-bottom: -20vw;
  position: relative;
}
.accordion:nth-of-type(1) {
  z-index: 7;
}
.accordion:nth-of-type(2) {
  z-index: 6;
}
.accordion:nth-of-type(3) {
  z-index: 5;
}
.accordion:nth-of-type(4) {
  z-index: 4;
}
.accordion:nth-of-type(5) {
  z-index: 3;
}
.accordion:nth-of-type(6) {
  z-index: 2;
}
.accordion:nth-of-type(7) {
  z-index: 1;
  margin-bottom: 0;
}

.accordion-header {
  width: 63.551vw;
  height: 27.103vw;
  background-image: url(./images/map_booth.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: -1;
}
.accordion-header::before {
  content: "";
  width: 3.505vw;
  height: 3.505vw;
  background: url(./images/icon_close.webp) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 4.673vw;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.accordion.active .accordion-header {
  background-image: url(./images/map_booth_active.webp);
}

.accordion-content {
  width: 56.075vw;
  height: 0;
  transition: height 0.4s ease;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 21.6vw auto -14.019vw;
}
.accordion-content img {
  height: 0;
}
.accordion-content a {
  display: block;
  height: 0;
  pointer-events: none;
  position: relative;
}
.accordion-content a::before {
  content: "";
  width: 10.981vw;
  height: 10.981vw;
  background: url(./images/icon_zoom.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -7.009vw;
  right: -4.673vw;
  z-index: 1;
  opacity: 0;
}

.accordion.active .accordion-content {
  padding: 0;
  height: 28.505vw;
  border: 1px solid #0d0d0d;
}
.accordion.active .accordion-content img {
  height: 100%;
}
.accordion.active .accordion-content a {
  display: block;
  height: 100%;
  pointer-events: auto;
}
.accordion.active .accordion-content a::before {
  opacity: 1;
}
.accordion.active .accordion-content.accordion-content-6 {
  height: 54.206vw;
}

.modal_box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}
.modal_box .modal_inner {
  width: 93%;
  padding: 0;
  background: #fff;
  border: 1px solid #0d0d0d;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_box .close_btn {
  width: 7.477vw;
  height: 7.477vw;
  background-image: url(./images/icon_close.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -14.019vw;
  right: 7.009vw;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */