@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.site-header_special {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

.masthead_special {
  position: relative;
  z-index: 1;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.masthead_special .brand-logo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}

.globalnav_special {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  color: #000;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0ms 500ms, pointer-events 0ms 500ms, -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0ms 500ms, pointer-events 0ms 500ms, -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 0ms 500ms, pointer-events 0ms 500ms;
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 0ms 500ms, pointer-events 0ms 500ms, -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
.globalnav_special.preload {
  -webkit-transition: opacity 0ms, pointer-events 0ms, -webkit-transform 0ms;
  transition: opacity 0ms, pointer-events 0ms, -webkit-transform 0ms;
  transition: transform 0ms, opacity 0ms, pointer-events 0ms;
  transition: transform 0ms, opacity 0ms, pointer-events 0ms, -webkit-transform 0ms;
}
.globalnav_special.is-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.globalnav_special.is-open .content {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.globalnav_special .content {
  height: 100dvh;
  overflow-y: auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  background-size: cover;
  background-repeat: repeat;
  background-position: center top;
}
.globalnav_special .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100%;
  padding: 25px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#f0cef8), to(#4e3bb5));
  background: linear-gradient(0deg, #f0cef8 0%, #4e3bb5 100%);
}
.globalnav_special .gnav {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.globalnav_special .gnav-inner {
  position: relative;
  background-color: #ff0;
  background: linear-gradient(135deg, #ead18f 0%, #c49d2c 40%, #f8e4c9 100%);
  border: 1px solid #000;
  border-radius: 6px;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 75px 30px;
}
.globalnav_special .gnav-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  left: 7px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  z-index: -1;
}
.globalnav_special .gnav__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.globalnav_special .gnav-list {
  display: block;
  width: 100%;
  margin-top: 65px;
}
.globalnav_special .gnav-item + .gnav-item {
  margin-top: 30px;
}
.globalnav_special .gnav__link {
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  padding: 0.42em 2em;
}
.globalnav_special .gnav__link::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  top: 50%;
  right: 0.6em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/special_common/icon-btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.globalnav_special .gnav__link.anc-nav_special::before {
  background-image: url(../img/special_common/icon-btn-arrow-bottom.svg);
}
.globalnav_special .gnav__link[target=_blank]::before {
  background-image: url(../img/special_common/icon-btn-arrow-blank_bk.svg);
}
.globalnav_special .fcweb-top {
  margin-top: 58px;
  text-align: center;
}
.globalnav_special .fcweb-top__link {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}
.globalnav_special .sns {
  margin-top: 40px;
}
.globalnav_special .sns__title {
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 800;
}
.globalnav_special .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.gn-nav_special {
  position: fixed;
  top: 12px;
  right: 15px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.gn-nav_special::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: #cfac4f;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}
.gn-nav_special.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.gn-nav_special.is-gnav-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.gn-nav_special .hamburger {
  position: relative;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0px 0px;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-transform: none;
  font: inherit;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  right: auto;
  width: 100%;
  background-color: #000;
  opacity: 1;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 12px;
}

.hamburger-inner {
  top: 60%;
  display: block;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  right: 0;
  width: 22px;
  height: 2px;
  border-radius: 0px;
  background-color: #000;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hamburger-inner::before, .hamburger-inner::after {
  display: block;
  content: "";
}
.hamburger-inner::before {
  top: -5px;
}
.hamburger-inner::after {
  right: 0;
  bottom: -5px;
}
/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body {
  letter-spacing: 0;
}

.no-scroll {
  overflow: hidden;
}
.no-scroll .site-header_special {
  -webkit-transform: translateX(calc(-50% - var(--scrollbar-width, 0) / 2));
          transform: translateX(calc(-50% - var(--scrollbar-width, 0) / 2));
}

.site-main {
  overflow: hidden;
  background-color: #14003c;
  padding-top: 0;
}

.row {
  padding: 0 13px;
}

body {
  position: relative;
}
body::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body.is-special-modal-open::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.preloader span {
  background-color: rgba(255, 255, 255, 0.8);
}

.btn-wrap-special {
  position: relative;
  z-index: 1;
}
.btn-wrap-special + .btn-wrap-special {
  margin-top: 14px;
}
.btn-wrap-special .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  min-height: 40px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #cfac4f;
}
.btn-wrap-special .btn::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/special_common/icon-btn-arrow_gold.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.btn-wrap-special .btn.gold {
  background-color: #cfac4f;
  border: 1px solid #000;
}
.btn-wrap-special .btn.gold::before {
  background-image: url(../img/special_common/icon-btn-arrow.svg);
}

.section-footer {
  position: relative;
  padding-top: 260px;
  padding-bottom: 35px;
}
.section-footer .footer__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0;
  width: 777px;
}
.section-footer .footer-content {
  position: relative;
}
.section-footer .footer .sns {
  margin-top: 20px;
}
.section-footer .footer .sns__title {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
  text-align: center;
}
.section-footer .footer .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 2px;
}

.preload .special-modal {
  display: none;
}

.special-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #333;
}
.special-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.special-modal ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.special-modal ::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 4px;
}
.special-modal ::-webkit-scrollbar-thumb {
  background-color: #ffdfa0;
  border-radius: 4px;
}
.special-modal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.special-modal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.special-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.special-modal-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 455px;
  margin: auto;
}
.special-modal-inner .panel {
  padding: 60px 0;
}
.special-modal-close {
  position: absolute;
  top: 30px;
  right: 0;
  color: transparent;
}
.special-modal-close::before, .special-modal-close::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ffdfa0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.special-modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.special-modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.pager__prev, .pager__item, .pager__next {
  width: 29px;
  height: 29px;
  margin: 0 4px;
  border: none;
  border-radius: 50%;
}
.pager__prev a, .pager__item a, .pager__next a {
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.pager__item span {
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50%;
  color: #000;
  background-color: #cfac4f;
}
.pager__dots {
  width: 13px;
  background-image: url(../img/special_common/icon-pager-dot.svg);
}
.pager__next, .pager__prev {
  z-index: 1;
  border: 1px solid #000;
}
.pager__next a, .pager__prev a {
  z-index: 1;
  background-image: url(../img/special_common/icon-arrow.svg);
  background-size: 25%;
  background-color: #fff;
}
.pager__next a::before, .pager__next a::after, .pager__prev a::before, .pager__prev a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  outline: 1px solid #000;
  border-radius: 50%;
  position: absolute;
}
.pager__next a::before, .pager__prev a::before {
  background-color: #cfac4f;
  top: 2px;
  left: 2px;
  z-index: -1;
}
.pager__next a::after, .pager__prev a::after {
  background-color: #fff;
  background-image: url(../img/special_common/icon-arrow.svg);
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
}

.inview-special {
  opacity: 0;
}
.inview-special.slideIn {
  -webkit-transform: translate(0px, 60px);
          transform: translate(0px, 60px);
}
.inview-special.slideIn.bottom {
  -webkit-transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(0px, 120px);
          transform: translate(0px, 120px);
}
.inview-special.slideIn.animate {
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.inview-special.fadeIn.animate {
  opacity: 1;
  -webkit-transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.masker {
  display: inline-block;
  overflow: hidden;
}
.masker .typo {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.masker.animate .typo {
  -webkit-transition: -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

@-webkit-keyframes reactionActiveAnim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@keyframes reactionActiveAnim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@-webkit-keyframes reactionPushingAnim {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@keyframes reactionPushingAnim {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@-webkit-keyframes twinkle {
  0%, 100% {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    opacity: 0.2;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes twinkle {
  0%, 100% {
    opacity: 0.6;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    opacity: 0.2;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes horse-anim {
  to {
    background-position: 0px center;
  }
}
@keyframes horse-anim {
  to {
    background-position: 0px center;
  }
}
.page-top .section-hero {
  position: relative;
}
.page-top .section-hero.is-hide {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.page-top .section-hero .hero {
  position: relative;
  opacity: 0;
}
.page-top .section-hero .hero-bg__main, .page-top .section-hero .hero-bg__star, .page-top .section-hero .hero-bg__confetti, .page-top .section-hero .hero-bg__tape, .page-top .section-hero .hero-bg__stamp, .page-top .section-hero .hero-bg__fireworks {
  position: absolute;
}
.page-top .section-hero .hero-bg__main img, .page-top .section-hero .hero-bg__star img, .page-top .section-hero .hero-bg__confetti img, .page-top .section-hero .hero-bg__tape img, .page-top .section-hero .hero-bg__stamp img, .page-top .section-hero .hero-bg__fireworks img {
  width: 100%;
}
.page-top .section-hero .hero-bg__main, .page-top .section-hero .hero-bg__star, .page-top .section-hero .hero-bg__confetti {
  width: 100%;
  top: 0;
  left: 0;
}
.page-top .section-hero .hero-bg__confetti {
  height: 100%;
}
.page-top .section-hero .hero-bg__confetti__canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-top .section-hero .hero-live__logo {
  position: absolute;
}
.page-top .section-hero .hero-live__logo img {
  width: 100%;
}
.page-top .section-hero .hero__logo {
  position: absolute;
}
.page-top .section-hero .hero__logo img {
  width: 100%;
}
.page-top .section-hero .hero-fukidashi-item {
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  cursor: pointer;
}
.page-top .section-hero .hero-fukidashi-item.is-hide {
  visibility: hidden;
}
.page-top .section-hero .hero-fukidashi-item:nth-of-type(1) .hero-fukidashi__text span::after {
  background-image: url(../img/top/hero-fukidashi-arrow_gold.svg);
}
.page-top .section-hero .hero-fukidashi-item:nth-of-type(2) .hero-fukidashi__text span::after {
  background-image: url(../img/top/hero-fukidashi-arrow_red.svg);
}
.page-top .section-hero .hero-fukidashi-item:nth-of-type(3) {
  z-index: 1;
}
.page-top .section-hero .hero-fukidashi-item:nth-of-type(3) .hero-fukidashi__text span::after {
  background-image: url(../img/top/hero-fukidashi-arrow_red.svg);
}
.page-top .section-hero .hero-fukidashi-item:nth-of-type(4) .hero-fukidashi__text span::after {
  background-image: url(../img/top/hero-fukidashi-arrow_black.svg);
}
.page-top .section-hero .hero-fukidashi-item:nth-of-type(5) .hero-fukidashi__text span::after {
  background-image: url(../img/top/hero-fukidashi-arrow_gold.svg);
}
.page-top .section-hero .hero-fukidashi__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 77%;
  padding: 8%;
  line-height: 1.23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}
.page-top .section-hero .hero-fukidashi__text span::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.25em;
}
.page-top .section-hero .localnav {
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0;
}
.page-top .localnav {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 6px;
}
.page-top .localnav-item {
  width: calc((100% - 6px) / 2);
}
.page-top .localnav-item:nth-of-type(1) .localnav__btn {
  background-color: #fff;
  border: 1px solid #cfac4f;
}
.page-top .localnav-item:nth-of-type(2) .localnav__btn {
  background-color: #fff;
  border: 1px solid #cfac4f;
}
.page-top .localnav-item:nth-of-type(3) .localnav__btn {
  background-color: #cfac4f;
  border: 1px solid #fff;
}
.page-top .localnav-item:nth-of-type(4) .localnav__btn {
  background-color: #cfac4f;
  border: 1px solid #fff;
}
.page-top .localnav__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  min-height: 31px;
}
.page-top .localnav__btn::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/special_common/icon-btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.page-top .localnav__btn.anc-nav_special::before {
  background-image: url(../img/special_common/icon-btn-arrow-bottom.svg);
}
.page-top .localnav__btn[target=_blank]::before {
  background-image: url(../img/special_common/icon-btn-arrow-blank.svg);
}
.page-top .section-timeline {
  position: relative;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 55px;
  background-color: #a295ff;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.page-top .section-timeline::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 130px);
  position: absolute;
  top: 130px;
  left: 0;
  background-image: url(../img/top/bg-circle03.png);
  background-size: 1175px auto;
  background-position: center -20px;
}
.page-top .section-timeline .bg-sky {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: calc(100% - 130px);
  min-height: 5000px;
}
.page-top .section-timeline .bg-sky .star {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 209, 143, 0.95) 0 40%, rgba(234, 209, 143, 0) 70%);
  opacity: var(--base-opacity, 0.65);
  -webkit-animation: twinkle var(--twinkle, 2.2s) ease-in-out infinite;
          animation: twinkle var(--twinkle, 2.2s) ease-in-out infinite;
  -webkit-animation-delay: calc(var(--delay, 0s) * -1);
          animation-delay: calc(var(--delay, 0s) * -1);
}
.page-top .section-timeline .section-content {
  position: relative;
}
.page-top .section-timeline .headline {
  margin-bottom: 60px;
}
.page-top .section-timeline .headline__text {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.75;
  padding: 0 17px;
}
.page-top .section-timeline .headline.is-hide {
  display: none;
}
.page-top .section-timeline .nologin {
  position: relative;
  z-index: 1;
  max-width: 320px;
  margin: auto;
}
.page-top .section-timeline .nologin-inner {
  position: relative;
  padding: 40px 1.25em;
  min-height: 95px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.page-top .section-timeline .nologin-inner::before, .page-top .section-timeline .nologin-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
}
.page-top .section-timeline .nologin-inner::before {
  top: 6px;
  left: 6px;
  background-color: #333333;
}
.page-top .section-timeline .nologin-inner::after {
  top: 0;
  left: 0;
  background-color: #fff;
}
.page-top .section-timeline .nologin__text {
  font-weight: 700;
  margin-bottom: 2em;
}
.page-top .section-timeline .fukidashi {
  margin-right: 6px;
}
.page-top .section-timeline .fukidashi:nth-of-type(3n) .fukidashi-content::before {
  background-color: #333333;
}
.page-top .section-timeline .fukidashi:nth-of-type(3n - 1) .fukidashi-content::before {
  background-color: #cfac4f;
}
.page-top .section-timeline .fukidashi:nth-of-type(3n - 2) .fukidashi-content::before {
  background-color: #dc0028;
}
.page-top .section-timeline .fukidashi.reverse {
  margin-right: 0;
  margin-left: 6px;
}
.page-top .section-timeline .fukidashi.reverse .fukidashi-outer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.page-top .section-timeline .fukidashi.reverse .fukidashi-inner {
  margin-left: 0;
  margin-right: 18px;
}
.page-top .section-timeline .fukidashi.reverse .fukidashi-inner::before {
  left: initial;
  right: 1px;
  -webkit-transform: translateX(100%) scale(-1, 1);
          transform: translateX(100%) scale(-1, 1);
}
.page-top .section-timeline .fukidashi.reverse .fukidashi-content::before {
  left: initial;
  right: 6px;
}
.page-top .section-timeline .fukidashi + .fukidashi {
  margin-top: 20px;
}
.page-top .section-timeline .fukidashi-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-top .section-timeline .fukidashi__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 43px;
  height: 43px;
}
.page-top .section-timeline .fukidashi__icon img {
  border: 1px solid #fff;
  border-radius: 50%;
}
.page-top .section-timeline .fukidashi-inner {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 18px;
}
.page-top .section-timeline .fukidashi-inner::before {
  content: "";
  display: block;
  width: 11px;
  height: 16px;
  background-image: url(../img/top/fukidashi-parts.svg);
  background-size: contain;
  position: absolute;
  left: 1px;
  top: 20px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1;
}
.page-top .section-timeline .fukidashi-content {
  position: relative;
  padding: 2em 1.25em 16px;
  min-height: 95px;
}
.page-top .section-timeline .fukidashi-content::before, .page-top .section-timeline .fukidashi-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
}
.page-top .section-timeline .fukidashi-content::before {
  top: 6px;
  left: 6px;
  background-color: #dc0028;
}
.page-top .section-timeline .fukidashi-content::after {
  top: 0;
  left: 0;
  background-color: #fff;
}
.page-top .section-timeline .fukidashi__artist {
  font-size: 1.4rem;
}
.page-top .section-timeline .fukidashi__posted {
  font-weight: 700;
  font-size: 1.2rem;
  color: #cfac4f;
}
.page-top .section-timeline .fukidashi__comment {
  font-size: 1.6rem;
  margin-top: 0.25em;
}
.page-top .section-timeline .fukidashi__comment p + p {
  margin-top: 0.5em;
}
.page-top .section-timeline .fukidashi__comment p + img,
.page-top .section-timeline .fukidashi__comment p + .voice,
.page-top .section-timeline .fukidashi__comment p + .video {
  margin-top: 1em;
}
.page-top .section-timeline .fukidashi__comment img + p,
.page-top .section-timeline .fukidashi__comment .voice + p,
.page-top .section-timeline .fukidashi__comment .video + p {
  margin-top: 1em;
}
.page-top .section-timeline .fukidashi__comment img + img,
.page-top .section-timeline .fukidashi__comment img + .voice,
.page-top .section-timeline .fukidashi__comment img + .video,
.page-top .section-timeline .fukidashi__comment .voice + img,
.page-top .section-timeline .fukidashi__comment .voice + .voice,
.page-top .section-timeline .fukidashi__comment .voice + .video,
.page-top .section-timeline .fukidashi__comment .video + img,
.page-top .section-timeline .fukidashi__comment .video + .voice,
.page-top .section-timeline .fukidashi__comment .video + .video {
  margin-top: 1.5em;
}
.page-top .section-timeline .fukidashi-reaction {
  margin-top: 10px;
}
.page-top .section-timeline .fukidashi-reaction-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  margin-left: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.page-top .section-timeline .fukidashi-reaction-btn__light, .page-top .section-timeline .fukidashi-reaction-btn-bright {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 200%;
  top: -17px;
  left: -17px;
  pointer-events: none;
}
.page-top .section-timeline .fukidashi-reaction-btn__light {
  -webkit-transform: scale(0);
          transform: scale(0);
  background: radial-gradient(#e7d34f 25%, transparent 75%);
  border-radius: 50%;
}
.page-top .section-timeline .fukidashi-reaction-btn-bright-parts {
  display: block;
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.page-top .section-timeline .fukidashi-reaction-btn-bright-parts.bright01 {
  background-image: url(../img/special_common/penlight-deco_v1.png);
}
.page-top .section-timeline .fukidashi-reaction-btn-bright-parts.bright02 {
  background-image: url(../img/special_common/penlight-deco_v2.png);
}
.page-top .section-timeline .fukidashi-reaction-btn-bright-parts.bright03 {
  background-image: url(../img/special_common/penlight-deco_v3.png);
}
.page-top .section-timeline .fukidashi-reaction-btn-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-image: url(../img/special_common/icon-penlight.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-top .section-timeline .fukidashi-reaction-btn.is-active .fukidashi-reaction-btn__light {
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.page-top .section-timeline .fukidashi-reaction-btn.is-active .fukidashi-reaction-btn-bright-parts.bright01 {
  -webkit-transition: opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.page-top .section-timeline .empty {
  color: #fff;
  text-align: center;
}
.page-top .section-timeline .pagenation {
  margin-top: 40px;
}
.page-top .section-timeline .sns {
  margin-top: 65px;
}
.page-top .section-timeline .sns__title {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
}
.page-top .section-timeline .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 12px;
}
.page-top .section-intro {
  margin-top: 40px;
}
.page-top .section-intro .row {
  padding: 0 38px;
}
.page-top .section-intro .intro__text {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.75;
}
.page-top .update__btn {
  position: fixed;
  z-index: 5;
  bottom: 20px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.page-top .update__btn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.page-top .notification {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  padding: 25px 20px;
  visibility: hidden;
  opacity: 0;
}
.page-top .notification-inner {
  padding: 11px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top .notification__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-top .notification__text {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 1em;
}
.page-top.newyear .globalnav_special .gnav-inner::before {
  background-color: #dc0028;
}
.page-top.newyear .globalnav_special .gnav__link::before {
  background-image: url(../img/special_common/icon-btn-arrow_red.svg);
}
.page-top.newyear .globalnav_special .gnav__link[target=_blank]::before {
  background-image: url(../img/special_common/icon-btn-arrow-blank_red.svg);
}
.page-top.newyear .site-main {
  background-color: #d3b35e;
}
.page-top.newyear .pager__item span {
  color: #fff;
  background-color: #000;
}
.page-top.newyear .pager__item a {
  color: #000;
}
.page-top.newyear .pager__dots {
  background-image: url(../img/special_common/icon-pager-dot_bk.svg);
}
.page-top.newyear .pager__next a::before, .page-top.newyear .pager__prev a::before {
  background-color: #dc0028;
}
.page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(1) .hero-fukidashi__text span::after {
  background-image: url(../img/top/hero-fukidashi-arrow_red.svg);
}
.page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(2) .hero-fukidashi__text span::after {
  background-image: url(../img/top/hero-fukidashi-arrow_black.svg);
}
.page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(3) .hero-fukidashi__text span::after {
  background-image: url(../img/top/hero-fukidashi-arrow_red.svg);
}
.page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(4) .hero-fukidashi__text span::after {
  background-image: url(../img/top/hero-fukidashi-arrow_black.svg);
}
.page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(5) .hero-fukidashi__text span::after {
  background-image: url(../img/top/hero-fukidashi-arrow_gold.svg);
}
.page-top.newyear .localnav-item:nth-of-type(1) .localnav__btn {
  border-color: #000;
}
.page-top.newyear .localnav-item:nth-of-type(2) .localnav__btn {
  border-color: #000;
}
.page-top.newyear .localnav-item:nth-of-type(3) .localnav__btn {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}
.page-top.newyear .localnav-item:nth-of-type(4) .localnav__btn {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}
.page-top.newyear .localnav__btn::before {
  background-image: url(../img/special_common/icon-btn-arrow_gold.svg);
}
.page-top.newyear .localnav__btn.anc-nav_special::before {
  background-image: url(../img/special_common/icon-btn-arrow-bottom.svg);
}
.page-top.newyear .localnav__btn[target=_blank]::before {
  background-image: url(../img/special_common/icon-btn-arrow-blank.svg);
}
.page-top.newyear .section-timeline {
  background: -webkit-gradient(linear, left bottom, left top, from(#ead18f), color-stop(40%, #c49d2c), to(#f8e4c9));
  background: linear-gradient(0deg, #ead18f 0%, #c49d2c 40%, #f8e4c9 100%);
}
.page-top.newyear .section-timeline::before {
  content: none;
}
.page-top.newyear .section-timeline .headline__text {
  color: #000;
}
.page-top.newyear .section-timeline .sns__title {
  color: #000;
}

@media only screen and (min-width: 933px){
  .site-header_special {
    max-width: 375px;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger.is-active:hover {
    opacity: 0.7;
  }
  .page-top .section-hero .hero {
    height: 750px;
  }
  .page-top .section-hero .hero-bg__tape {
    width: 622px;
    top: 152px;
    left: -130px;
  }
  .page-top .section-hero .hero-bg__stamp {
    width: 323px;
    top: 28px;
    left: 28px;
  }
  .page-top .section-hero .hero-live__logo {
    width: 262px;
    top: 35px;
    left: 56px;
  }
  .page-top .section-hero .hero__logo {
    width: 293px;
    top: 270px;
    left: 44px;
  }
  .page-top .section-hero .hero-fukidashi-item {
    font-size: 1.3rem;
  }
  .page-top .section-hero .hero-fukidashi-item:nth-of-type(1) {
    width: 141px;
    top: 123px;
    left: 39px;
  }
  .page-top .section-hero .hero-fukidashi-item:nth-of-type(2) {
    width: 141px;
    top: 148px;
    left: 193px;
  }
  .page-top .section-hero .hero-fukidashi-item:nth-of-type(3) {
    width: 141px;
    top: 387px;
    left: 142px;
  }
  .page-top .section-hero .hero-fukidashi-item:nth-of-type(4) {
    width: 141px;
    top: 457px;
    left: 32px;
  }
  .page-top .section-hero .hero-fukidashi-item:nth-of-type(5) {
    width: 141px;
    top: 485px;
    left: 200px;
  }
  .page-top .update__btn {
    right: calc(50% - 187.5px + 18px);
  }
  .page-top .notification {
    max-width: 375px;
  }
  .page-top.newyear .section-hero .hero-bg__stamp {
    width: 353px;
    top: 410px;
    left: -2px;
  }
  .page-top.newyear .section-hero .hero-bg__fireworks {
    width: 140px;
  }
  .page-top.newyear .section-hero .hero-bg__fireworks.fireworks01 {
    top: -70px;
    left: 65px;
  }
  .page-top.newyear .section-hero .hero-bg__fireworks.fireworks02 {
    top: 113px;
    left: 256px;
  }
  .page-top.newyear .section-hero .hero-bg__fireworks.fireworks03 {
    top: 158px;
    left: -56px;
  }
  .page-top.newyear .section-hero .hero__logo {
    width: 301px;
    top: 260px;
    left: 35px;
  }
  .page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(1) {
    top: 121px;
    left: 39px;
  }
  .page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(2) {
    top: 146px;
    left: 193px;
  }
  .page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(3) {
    top: 432px;
    left: 142px;
  }
  .page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(4) {
    top: 502px;
    left: 32px;
  }
  .page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(5) {
    top: 525px;
    left: 200px;
  }
}

@media only screen and (max-width: 932px){
  .page-top .section-hero .hero {
    height: calc(750 / 375 * 100vw);
  }
  .page-top .section-hero .hero-bg__tape {
    width: calc(622 / 375 * 100vw);
    top: calc(152 / 375 * 100vw);
    left: calc(-130 / 375 * 100vw);
  }
  .page-top .section-hero .hero-bg__stamp {
    width: calc(323 / 375 * 100vw);
    top: calc(28 / 375 * 100vw);
    left: calc(28 / 375 * 100vw);
  }
  .page-top .section-hero .hero-live__logo {
    width: calc(262 / 375 * 100vw);
    top: calc(35 / 375 * 100vw);
    left: calc(56 / 375 * 100vw);
  }
  .page-top .section-hero .hero__logo {
    width: calc(293 / 375 * 100vw);
    top: calc(270 / 375 * 100vw);
    left: calc(44 / 375 * 100vw);
  }
  .page-top .section-hero .hero-fukidashi-item {
    font-size: calc(13 / 375 * 100vw);
  }
  .page-top .section-hero .hero-fukidashi-item:nth-of-type(1) {
    width: calc(141.5 / 375 * 100vw);
    top: calc(123 / 375 * 100vw);
    left: calc(39 / 375 * 100vw);
  }
  .page-top .section-hero .hero-fukidashi-item:nth-of-type(2) {
    width: calc(141 / 375 * 100vw);
    top: calc(148 / 375 * 100vw);
    left: calc(193 / 375 * 100vw);
  }
  .page-top .section-hero .hero-fukidashi-item:nth-of-type(3) {
    width: calc(141 / 375 * 100vw);
    top: calc(387 / 375 * 100vw);
    left: calc(142 / 375 * 100vw);
  }
  .page-top .section-hero .hero-fukidashi-item:nth-of-type(4) {
    width: calc(141 / 375 * 100vw);
    top: calc(457 / 375 * 100vw);
    left: calc(32 / 375 * 100vw);
  }
  .page-top .section-hero .hero-fukidashi-item:nth-of-type(5) {
    width: calc(141.5 / 375 * 100vw);
    top: calc(485 / 375 * 100vw);
    left: calc(200 / 375 * 100vw);
  }
  .page-top .update__btn {
    right: 18px;
  }
  .page-top.newyear .section-hero .hero-bg__stamp {
    width: calc(353 / 375 * 100vw);
    top: calc(410 / 375 * 100vw);
    left: calc(-2 / 375 * 100vw);
  }
  .page-top.newyear .section-hero .hero-bg__fireworks {
    width: calc(140 / 375 * 100vw);
  }
  .page-top.newyear .section-hero .hero-bg__fireworks.fireworks01 {
    top: calc(-70 / 375 * 100vw);
    left: calc(65 / 375 * 100vw);
  }
  .page-top.newyear .section-hero .hero-bg__fireworks.fireworks02 {
    top: calc(113 / 375 * 100vw);
    left: calc(256 / 375 * 100vw);
  }
  .page-top.newyear .section-hero .hero-bg__fireworks.fireworks03 {
    top: calc(158 / 375 * 100vw);
    left: calc(-56 / 375 * 100vw);
  }
  .page-top.newyear .section-hero .hero__logo {
    width: calc(301 / 375 * 100vw);
    top: calc(260 / 375 * 100vw);
    left: calc(35 / 375 * 100vw);
  }
  .page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(1) {
    top: calc(121 / 375 * 100vw);
    left: calc(39 / 375 * 100vw);
  }
  .page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(2) {
    top: calc(146 / 375 * 100vw);
    left: calc(193 / 375 * 100vw);
  }
  .page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(3) {
    top: calc(432 / 375 * 100vw);
    left: calc(142 / 375 * 100vw);
  }
  .page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(4) {
    top: calc(502 / 375 * 100vw);
    left: calc(32 / 375 * 100vw);
  }
  .page-top.newyear .section-hero .hero-fukidashi-item:nth-of-type(5) {
    top: calc(525 / 375 * 100vw);
    left: calc(200 / 375 * 100vw);
  }
}
/*# sourceMappingURL=style.css.map */