.top {
  background-color: #312312;
}
.top__inner {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.top__inner .h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.4;
}
.top__inner .h2__inner {
  display: inline-block;
  position: relative;
}
.top__inner .h3 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.4;
}
.top__stamplist {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: left;
  margin: 0px 15px 15px;
}
.top__stamplist--item {
  display: inline-block;
  width: 33%;
  text-align: center;
  padding: 0 5px 8px 5px;
}
.top__stamplist--item.col_2 {
  width: 50%;
  padding: 0 5px 8px 5px;
}
.top__stamplist--item.col_4 {
  width: 25%;
  padding: 0 5px 8px 5px;
}
.top__stamplist--item .getstamp {
  display: none;
}
.top__stamplist--item .getstamp img {
  display: inline-block;
  visibility: hidden;
  animation: stamp_anime 2s paused both;
}
.top__stamplist--item.on .nostamp {
  display: none;
}
.top__stamplist--item.on .getstamp {
  display: block;
}
.top__stamplist--item.on .getstamp img {
  animation-play-state: running;
}
.top__hintlist {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0px 15px 15px;
}
.top__hintlist li {
  display: inline-block;
  width: 33%;
  text-align: center;
  padding: 0 5px 8px 5px;
}

@keyframes stamp_anime {
  0% {
    visibility: visible;
    opacity: 0;
    transform: rotate(-40deg) scale(4.5);
  }
  30% {
    visibility: visible;
    opacity: 0.5;
    transform: rotate(-10deg) scale(1.54);
  }
  60% {
    visibility: visible;
    opacity: 0.8;
    transform: rotate(5deg) scale(1.04);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg);
  }
}
html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.top__inner .h2__inner {
  display: inline-block;
  position: relative;
}
.top__inner .h3 {
  font-size: 14px;
  color: #fff;
}

.btn {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: none;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
}
.btn__reward {
  background: url(../img/hus/v1/icon_btn_bg_on.png) no-repeat center/contain;
  margin: 0 auto 6px;
  width: 294px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn__reward::before {
  content: "";
  display: inline-block;
}
.btn__reward:disabled {
  background: url(../img/hus/v1/icon_btn_bg_off.png) no-repeat center/contain;
}
.btn__camera::before {
  background: url(../img/common/icon_btn_cam.png) no-repeat 0px -2px/contain;
  width: 32px;
  height: 25px;
}
.btn__ticket::before {
  background: url(../img/common/icon_btn_ticket.png) no-repeat 0px -2px/contain;
  width: 32px;
  height: 25px;
}
.btn__hint {
  background: linear-gradient(180deg, #bf891f 0%, #fff99a 47.67%, #995c00 100%);
  box-shadow: 0px 4px 0px #8c5c00;
  text-decoration: none;
  font-size: 16px;
  padding: 16px 0px 16px 0px;
  color: #343434;
  width: 100%;
  display: flex;
  justify-content: center;
}
.btn__hint::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_btn_hint.png) no-repeat -1px -1px/contain;
  width: 21px;
  height: 22px;
}
.btn__hint:disabled {
  background: #d9d9d9;
  color: #888888;
  box-shadow: 0 4px 0 0 #888888;
}
.btn__hint:disabled::before {
  background-image: url(../img/common/icon_btn_hint_disabled.png);
}

.font-sm {
  font-size: 12px;
  font-weight: normal;
}
.heading .font-sm {
  font-size: 15px;
}

#guide-section {
  margin-bottom: 30px;
}
#guide-section .btn {
  margin: 0 auto 15px;
  display: block;
  width: 183px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#guide-section .btn::before {
  content: "";
  display: inline-block;
}
#guide-section .btn__guide {
  color: #333333;
  background: #ffffff;
  box-shadow: 0px 4px 0px #d9d9d9;
}
#guide-section .btn__guide::before {
  background: url(../img/hus/icon_beginner.png) no-repeat 0px/contain;
  width: 14px;
  height: 20px;
}
#guide-section .btn__qr {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
#guide-section .btn__qr::before {
  background: url(../img/hus/icon_qr.svg) no-repeat 0px/contain;
  width: 18px;
  height: 18px;
}

.copy-right {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 10px;
  padding: 5px;
}

.top {
  background-color: #312312;
}
.top__inner {
  background: url(../img/hus/v1/bg_venue_1.png) repeat-y;
  background-size: contain;
}
.top__inner article {
  padding-bottom: 20px;
}

.copy-right {
  background: #5F0000;
}/*# sourceMappingURL=collection_1.css.map */