@charset "UTF-8";
#natsukara {
  /* Remove list styles (bullets/numbers) */
  /* Firefox: solve issue where nested ordered lists continue numbering from parent (https://bugzilla.mozilla.org/show_bug.cgi?id=1881517) */
  /* For images to not be able to exceed their container */
  /* removes spacing between cells in tables */
  /* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
  /* revert the 'white-space' property for textarea elements on Safari */
  /* minimum style to allow to style meter element */
  /* preformatted text - use only for this feature */
  /* reset default text opacity of input placeholder */
  /* fix the feature of 'hidden' attribute.
     display:revert; revert to element instead of attribute */
  /* revert for bug in Chromium browsers
     - fix for the content editable attribute will work properly.
     - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
  /* apply back the draggable feature - exist only in Chromium and Safari */
  /* Revert Modal native behavior */
  /* Remove details summary webkit styles */
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#natsukara *,
#natsukara *::before,
#natsukara *::after {
  box-sizing: border-box;
}
#natsukara *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
  font-synthesis: none;
}
#natsukara *,
#natsukara *::before,
#natsukara *::after {
  box-sizing: border-box;
}
#natsukara a, #natsukara button {
  cursor: revert;
}
#natsukara ol, #natsukara ul, #natsukara menu, #natsukara summary {
  list-style: none;
}
#natsukara ol {
  counter-reset: revert;
}
#natsukara img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
#natsukara table {
  border-collapse: collapse;
}
#natsukara input, #natsukara textarea {
  -webkit-user-select: auto;
}
#natsukara textarea {
  white-space: revert;
}
#natsukara meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}
#natsukara :where(pre) {
  all: revert;
  box-sizing: border-box;
}
#natsukara ::-moz-placeholder {
  color: unset;
}
#natsukara ::placeholder {
  color: unset;
}
#natsukara :where([hidden]) {
  display: none;
}
#natsukara :where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
#natsukara :where([draggable=true]) {
  -webkit-user-drag: element;
}
#natsukara :where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}
#natsukara ::-webkit-details-marker {
  display: none;
}
@media (max-width: 529px) {
  #natsukara {
    font-size: 3.5vw;
  }
}
#natsukara img {
  max-width: 100%;
  height: auto;
  display: block;
}
#natsukara a {
  color: inherit;
  text-decoration: none;
}
#natsukara .km {
  position: absolute;
  width: 20%;
  padding-top: 28%;
  background: url("../img/km_back.png");
  top: 5%;
  left: 5%;
  color: white;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
#natsukara .km b {
  position: absolute;
  left: 50%;
  bottom: 10%;
  line-height: 1;
  text-align: center;
  font-size: 120%;
  font-weight: 900;
  transform: translateX(-50%);
}
#natsukara .km b:after {
  content: "KM";
  display: block;
  font-size: 50%;
}
@media (max-width: 529px) {
  #natsukara .km b {
    font-size: 100%;
  }
}
@media (max-width: 529px) {
  #natsukara .km {
    width: 25%;
    padding-top: 30%;
  }
}
#natsukara .km.reset_back {
  background-image: url("../img/km_r_back.png");
  width: 25%;
  padding-top: 25%;
}
#natsukara .km.reset_back b {
  transform: translate(-50%, -50%);
  bottom: inherit;
  top: 50%;
}
#natsukara .attention ul {
  margin: revert;
  padding: revert;
  padding-left: 2rem;
  list-style-type: revert;
}
#natsukara .attention ul li {
  list-style-type: revert;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  word-break: auto-phrase;
  font-weight: bold;
  font-size: 0.8rem;
}
#natsukara .attention ul li.kome {
  list-style: none;
  position: relative;
}
#natsukara .attention ul li.kome:before {
  content: "※";
  position: absolute;
  left: -1.5em;
}
#natsukara main {
  width: 530px;
  position: absolute;
  z-index: 10;
  overflow-x: clip;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
  min-height: 100vh;
  border-left: 1px solid #b70012;
  border-right: 1px solid #b70012;
}
#natsukara main .sp {
  display: none;
}
@media (max-width: 530px) {
  #natsukara main {
    width: 100%;
  }
  #natsukara main .pc {
    display: none;
  }
  #natsukara main .sp {
    display: inline-block;
  }
}
@media (max-width: 529px) {
  #natsukara main {
    border: none;
  }
}
#natsukara .pc_left {
  position: fixed;
  left: 0;
  top: 50%;
  height: 100vh;
  width: calc(50vw - 265px);
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/mv_back02.jpg);
}
#natsukara .pc_left__inner {
  padding: 3rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
#natsukara .pc_left .pc_left__img {
  -webkit-animation: logo-fire 45s ease-in-out 0s infinite;
          animation: logo-fire 45s ease-in-out 0s infinite;
  max-height: 80vh;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 20;
}
@media (max-width: 1000px) {
  #natsukara .pc_left .pc_left__img {
    display: none;
  }
}
#natsukara .pc_left .back_fire {
  -webkit-animation: fire-sway 30s ease-in-out infinite alternate;
          animation: fire-sway 30s ease-in-out infinite alternate;
}
#natsukara .pc_left .back_fire:before {
  animation: fire-sway-sub 20s ease-in-out infinite alternate-reverse;
}
#natsukara .pc_left .back_fire:after {
  -webkit-animation: fire-flicker 15s ease-in-out infinite;
          animation: fire-flicker 15s ease-in-out infinite;
}
#natsukara .pc_left .hanabi.h_01 {
  top: 30%;
  -webkit-animation: hanabi-launch 15s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite;
          animation: hanabi-launch 15s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite;
}
#natsukara .pc_left .hanabi.h_02 {
  top: 60%;
  left: 50%;
  -webkit-animation: hanabi-launch 25s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite;
          animation: hanabi-launch 25s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite;
}
#natsukara .pc_left .hanabi.h_03 {
  top: 0%;
  left: 5%;
  -webkit-animation: hanabi-launch 10s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite;
          animation: hanabi-launch 10s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite;
}
@media (max-width: 529px) {
  #natsukara .pc_left {
    display: none;
  }
}
#natsukara .pc_right {
  position: fixed;
  right: 0;
  top: 50%;
  height: 100vh;
  width: calc(50vw - 265px);
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/mv_back02.jpg);
}
#natsukara .pc_right .back_fire {
  -webkit-animation: fire-sway 30s ease-in-out infinite alternate;
          animation: fire-sway 30s ease-in-out infinite alternate;
}
#natsukara .pc_right .back_fire:before {
  animation: fire-sway-sub 20s ease-in-out infinite alternate-reverse;
}
#natsukara .pc_right .back_fire:after {
  -webkit-animation: fire-flicker 15s ease-in-out infinite;
          animation: fire-flicker 15s ease-in-out infinite;
}
#natsukara .pc_right__inner {
  padding: 16px;
  width: 80%;
  text-align: center;
  margin: 1rem;
  background-color: white;
  border: 1px solid #bbb;
  position: relative;
  z-index: 10;
  border-radius: 5px;
  max-width: 350px;
}
@media (max-width: 1000px) {
  #natsukara .pc_right__inner {
    display: none;
  }
}
#natsukara .pc_right__nav {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  width: 100%;
}
#natsukara .pc_right__nav li {
  border-bottom: 1px solid #b70012;
}
#natsukara .pc_right__nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 13px;
  color: #b70012;
  font-weight: 900;
  transition: background 0.2s;
  transition: 0.3s;
}
#natsukara .pc_right__nav a i {
  width: 16px;
  text-align: center;
  color: #555;
}
#natsukara .pc_right__nav a:hover {
  color: #ff0012;
}
#natsukara .pc_right__badge {
  margin-left: auto;
  background: #e00;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  padding: 1px 5px;
  border-radius: 8px;
  white-space: nowrap;
  line-height: 1.6;
}
#natsukara .pc_right__logo {
  display: flex;
  justify-content: center;
  max-width: 60%;
  margin: auto;
}
#natsukara .pc_right .hanabi.h_01 {
  top: 10%;
  left: 60%;
  -webkit-animation: hanabi-launch 5s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite;
          animation: hanabi-launch 5s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite;
}
#natsukara .pc_right .hanabi.h_02 {
  top: 15%;
  left: 20%;
  -webkit-animation: hanabi-launch 13s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite;
          animation: hanabi-launch 13s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite;
}
#natsukara .pc_right .hanabi.h_03 {
  top: 60%;
  left: 5%;
  -webkit-animation: hanabi-launch 10s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite;
          animation: hanabi-launch 10s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite;
}
@media (max-width: 529px) {
  #natsukara .pc_right {
    display: none;
  }
}
#natsukara .hamburger-menu {
  display: none;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
}
#natsukara .hamburger-menu .menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
#natsukara .hamburger-menu .menu-btn span,
#natsukara .hamburger-menu .menu-btn span::before,
#natsukara .hamburger-menu .menu-btn span::after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s;
}
#natsukara .hamburger-menu .menu-btn span::before {
  bottom: 8px;
  right: 0;
}
#natsukara .hamburger-menu .menu-btn span::after {
  top: 8px;
  right: 0;
}
@media (max-width: 530px) {
  #natsukara .hamburger-menu {
    display: block;
  }
}
#natsukara .wf-img {
  background: #e0e0e0;
  border: 2px dashed #999;
  color: #555;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4/3;
  text-align: center;
}
#natsukara .wf-img--logo {
  aspect-ratio: 3/1;
  max-width: 200px;
}
#natsukara .wf-img--kv {
  aspect-ratio: auto;
  min-height: 320px;
  align-items: flex-end;
  padding-bottom: 32px;
}
@media (min-width: 530px) {
  #natsukara .wf-img--kv {
    min-height: 500px;
  }
}
#natsukara .wf-img--visual {
  aspect-ratio: 16/9;
}
#natsukara .wf-img--sm {
  aspect-ratio: 1/1;
  max-width: 120px;
  margin: 0 auto;
}
#natsukara .wf-img--modal {
  aspect-ratio: 4/3;
  width: 100%;
}
#natsukara .wf-img--icon {
  aspect-ratio: 1/1;
  max-width: 64px;
  margin: 0 auto;
  font-size: 20px;
  border-style: solid;
}
#natsukara .wf-img--side {
  aspect-ratio: 3/4;
  max-width: 140px;
  margin: 0 auto;
  font-size: 11px;
  text-align: center;
}
#natsukara .section {
  padding: 48px 0;
}
@media (max-width: 529px) {
  #natsukara .section {
    padding: 2rem 0;
  }
}
#natsukara .section__inner {
  padding: 0 16px;
}
@media (max-width: 529px) {
  #natsukara .section__inner {
    padding: 0 1rem;
    margin: 1rem;
  }
}
#natsukara .section__heading {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  padding: 12px 0;
  background: #ccc;
  border-left: 6px solid #888;
}
#natsukara .btn, #natsukara .btn--outline {
  display: inline-block;
  padding: 12px 32px;
  border: 2px solid #444;
  color: #444;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  transition: background 0.2s, color 0.2s;
}
#natsukara .btn:hover, #natsukara .btn--outline:hover {
  background: #444;
  color: #fff;
}
#natsukara .fuwatto.js-target {
  transition: 0.3s;
  opacity: 0;
}
#natsukara .fuwatto.js-target.js-active {
  -webkit-animation: fuwatto 0.3s linear 0s normal both;
          animation: fuwatto 0.3s linear 0s normal both;
}
#natsukara .back_fire {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30rem;
  z-index: 2;
  background-image: url("../img/mv_back02.png");
  background-size: 120%;
  background-position: bottom center;
  background-repeat: repeat-x;
  -webkit-animation: fire-sway 10s ease-in-out infinite alternate;
          animation: fire-sway 10s ease-in-out infinite alternate;
}
#natsukara .back_fire::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/mv_back02.png");
  background-size: contain;
  background-position: bottom left -40px;
  background-repeat: repeat-x;
  opacity: 0.55;
  filter: hue-rotate(10deg) brightness(1.3);
  animation: fire-sway-sub 8s ease-in-out infinite alternate-reverse;
  mix-blend-mode: screen;
}
#natsukara .back_fire::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/mv_back02.png");
  background-size: contain;
  background-position: bottom left 20px;
  background-repeat: repeat-x;
  opacity: 0;
  -webkit-animation: fire-flicker 5s ease-in-out infinite;
          animation: fire-flicker 5s ease-in-out infinite;
  mix-blend-mode: screen;
}
#natsukara .hanabi {
  display: block;
  padding-top: 35%;
  width: 35%;
  background-image: url("../img/hanabi.png");
  position: absolute;
  z-index: 2;
  top: 21%;
  left: -5%;
  background-size: cover;
  transform-origin: center center;
  -webkit-animation: hanabi-launch 6.5s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite;
          animation: hanabi-launch 6.5s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite;
}
#natsukara .hanabi.h_02 {
  width: 50%;
  padding-top: 50%;
  left: 65%;
  top: -5%;
  -webkit-animation-duration: 7.5s;
          animation-duration: 7.5s;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
}
#natsukara .hanabi.h_03 {
  width: 30%;
  padding-top: 30%;
  left: 80%;
  top: 32%;
  -webkit-animation-duration: 10.8s;
          animation-duration: 10.8s;
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
}
#natsukara #fv {
  background: #1c0000;
  background-image: url("../img/mv_back01.png");
  background-size: cover;
  background-position: top center;
  padding-bottom: 100px;
  min-height: 600px;
  position: relative;
}
#natsukara #fv .fv__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  z-index: 5;
}
#natsukara #fv .fv__bar-logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 20%;
  transform-origin: bottom center;
  -webkit-animation: logo-fire 10s ease-in-out infinite;
          animation: logo-fire 10s ease-in-out infinite;
  filter: drop-shadow(0 0 6px rgba(255, 120, 0, 0.7));
}
#natsukara #fv .fv__body {
  padding: 48px 24px 40px;
  text-align: center;
}
@media (max-width: 529px) {
  #natsukara #fv .fv__body {
    padding: 2rem 1rem 0;
  }
}
#natsukara #fv .fv__region {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #444;
}
#natsukara #fv .fv__name {
  width: 55%;
  margin: auto;
  z-index: 5;
  position: relative;
  -webkit-animation: name-drop 1s cubic-bezier(0.2, 0, 0.4, 1) 0.3s both;
          animation: name-drop 1s cubic-bezier(0.2, 0, 0.4, 1) 0.3s both;
}
@media (max-width: 529px) {
  #natsukara #fv .fv__name {
    font-size: 48px;
  }
}
#natsukara #fv .fv__date {
  max-width: 60%;
  margin: auto;
  padding: 1rem 0;
  z-index: 5;
  position: relative;
}
#natsukara #fv .fv__support {
  max-width: 90%;
  margin: auto;
  padding: 1rem 0;
  z-index: 5;
  position: relative;
}
#natsukara #fv .fv__attention {
  max-width: 65%;
  margin: 2rem auto;
  z-index: 5;
  position: relative;
}
#natsukara #fv .se01 {
  display: block;
  padding-top: 29%;
  width: 21%;
  background-image: url("../img/mv_se01.png");
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 74%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center center;
  -webkit-animation: se-scream 5s ease-in-out infinite;
          animation: se-scream 5s ease-in-out infinite;
}
#natsukara #fv .se02 {
  display: block;
  padding-top: 45%;
  width: 21%;
  background-image: url("../img/mv_se02.png");
  position: absolute;
  z-index: 2;
  top: 33%;
  left: 5%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center center;
  -webkit-animation: se-scream 5s ease-in-out -2.5s infinite;
          animation: se-scream 5s ease-in-out -2.5s infinite;
}
#natsukara #fv .catch01 {
  display: block;
  padding-top: 29%;
  width: 21%;
  background-image: url("../img/mv_catch_img01.png");
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 74%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center center;
  -webkit-animation: logo-fire 15s ease-in-out -2s infinite;
          animation: logo-fire 15s ease-in-out -2s infinite;
}
#natsukara #about {
  padding: 0;
  background-color: #ff5a00;
  background-image: url("../img/about_back.png");
  background-size: auto 100%;
}
@media (max-width: 529px) {
  #natsukara #about {
    padding: 2rem 0 25px;
  }
}
#natsukara #about .section__inner {
  position: relative;
  top: -25px;
  z-index: 2;
  padding-top: 0;
}
#natsukara #about .about__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 529px) {
  #natsukara #about .about__body {
    gap: 0.5rem;
  }
}
#natsukara #about h2.catch {
  text-align: center;
  color: #ffff00;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  position: absolute;
  top: -90px;
  width: 100%;
  left: 0;
}
@media (max-width: 529px) {
  #natsukara #about h2.catch {
    font-size: 200%;
    font-weight: 900;
  }
}
#natsukara #about .about__text {
  padding: 1rem 0;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #ffff00;
  font-weight: bold;
  position: relative;
}
@media (max-width: 529px) {
  #natsukara #about .about__text {
    font-size: 90%;
  }
}
#natsukara #about .about__text:before {
  content: "";
  position: absolute;
  width: 30%;
  padding-top: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -15px;
  top: -30px;
  background-image: url("../img/about_text01.png");
}
@media (max-width: 529px) {
  #natsukara #about .about__text:before {
    left: -10%;
  }
}
#natsukara #about .about__text:after {
  content: "";
  position: absolute;
  width: 20%;
  padding-top: 10%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 6px;
  top: -30px;
  background-image: url("../img/about_text02.png");
}
@media (max-width: 529px) {
  #natsukara #about .about__text:after {
    right: -6%;
  }
}
#natsukara #about .about__text.js-active::before {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
#natsukara #about .about__text.js-active:after {
  -webkit-animation: se-scream 2s ease-in-out infinite;
  animation: se-scream 2s ease-in-out infinite;
}
#natsukara #about .about__cards {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  width: 100%;
  padding-left: 0%;
  margin: auto;
  position: relative;
}
#natsukara #about .about__cards:after {
  content: "";
  position: absolute;
  width: 30%;
  padding-top: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 6px;
  top: 20%;
  background-image: url("../img/campaign_catch_img02.png");
  -webkit-animation: se-scream 5s ease-in-out infinite;
  animation: se-scream 5s ease-in-out infinite;
}
@media (max-width: 529px) {
  #natsukara #about .about__cards:after {
    right: -2rem;
  }
}
#natsukara #about .about__card {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
  padding: 0.5rem;
}
@media (max-width: 529px) {
  #natsukara #about .about__card {
    gap: 3vw;
    padding: 1vw 0;
  }
}
#natsukara #about .about__card-icon {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 529px) {
  #natsukara #about .about__card-icon {
    width: 3rem;
    height: 3rem;
  }
}
#natsukara #about .about__card-text {
  flex: 1;
}
#natsukara #about .about__card-title {
  font-size: 1.8rem;
  font-weight: 900;
  margin: auto;
}
@media (max-width: 529px) {
  #natsukara #about .about__card-title {
    font-size: 200%;
  }
}
#natsukara #about .about__card-desc {
  font-size: 1rem;
  font-weight: bold;
  color: white;
  line-height: 1.5;
  margin: auto;
}
@media (max-width: 529px) {
  #natsukara #about .about__card-desc {
    font-size: 80%;
    margin: auto;
  }
}
#natsukara .karatometer-about {
  border: 2px white solid;
  padding: 1rem;
  width: 75%;
  margin: 2rem auto;
  color: white;
}
@media (max-width: 529px) {
  #natsukara .karatometer-about {
    width: 100%;
  }
}
#natsukara .karatometer-about__heading {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
}
#natsukara .karatometer-about__heading:after {
  content: "";
  width: 1.5rem;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
}
#natsukara .karatometer-about__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  padding: 0;
}
#natsukara .karatometer-about__body p {
  font-size: 0.8rem;
  line-height: 1.8;
  font-weight: bold;
}
@media (max-width: 529px) {
  #natsukara .karatometer-about__body p {
    font-size: 90%;
  }
}
#natsukara .karatometer-about__web {
  font-size: 13px;
  font-weight: bold;
  margin-top: 4px;
  display: flex;
  justify-content: center;
}
#natsukara .karatometer-about__btn {
  display: inline-block;
  margin-top: 6px;
  padding: 0.5rem 3rem;
  background: #ff5a00;
  color: #fff;
  font-size: 0.8rem;
  transition: opacity 0.2s;
  position: relative;
}
#natsukara .karatometer-about__btn:after {
  content: "";
  width: 1rem;
  padding-top: 1rem;
  background-image: url("../img/btn_icon01.png");
  background-size: cover;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#natsukara .karatometer-about__btn:hover {
  opacity: 0.75;
}
#natsukara #menu {
  background-image: url("../img/menu_back.png");
  padding-top: 25px;
  margin: 0;
}
#natsukara #menu .section__inner {
  background-color: black;
  margin: 25px;
  padding: 1rem;
}
#natsukara #menu .section__inner.reset {
  background-color: #00bfff;
}
@media (max-width: 529px) {
  #natsukara #menu .section__inner {
    margin: 1rem;
  }
}
#natsukara #menu h2.catch {
  width: auto;
  text-align: center;
  margin: auto;
  max-width: 60%;
  position: relative;
}
#natsukara #menu h2.catch:after {
  content: "";
  width: 10rem;
  padding-top: 10rem;
  background-image: url("../img/menu_title_catch.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -8rem;
  top: -4rem;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#natsukara #menu h2.catch.js-active img {
  -webkit-animation: logo-fire 15s ease-in-out -2s infinite;
  animation: logo-fire 15s ease-in-out -2s infinite;
}
#natsukara #menu h2.catch.js-active:after {
  -webkit-animation: after-bounce 1.6s cubic-bezier(0.4, 0, 0.6, 1) 0.2s infinite;
          animation: after-bounce 1.6s cubic-bezier(0.4, 0, 0.6, 1) 0.2s infinite;
}
#natsukara #menu .section__lead {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 900;
  margin: 1rem auto;
  color: #ffff00;
}
@media (max-width: 529px) {
  #natsukara #menu .section__lead {
    font-size: 150%;
  }
}
#natsukara #menu .menu__side-tabs {
  display: flex;
  margin: 0 0 2rem;
  z-index: 20;
}
#natsukara #menu .side-tab {
  flex: 1;
  padding: 0.5rem 1rem;
  text-align: center;
  background: #4d4d4d;
  border: none;
  border-bottom: 5px solid #a8acb2;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: bold;
  color: white;
  transition: background 0.2s, color 0.2s;
  margin-bottom: -2px;
}
#natsukara #menu .side-tab--active, #natsukara #menu .side-tab:hover {
  background: #ff0012;
  border-bottom-color: #b70012;
}
#natsukara #menu .side-tab.reset-menu.side-tab--active, #natsukara #menu .side-tab.reset-menu:hover {
  background-color: #008dff;
  border-bottom-color: #68e8ff;
}
@media (max-width: 529px) {
  #natsukara #menu .side-tab {
    font-size: 100%;
  }
}
#natsukara #menu .tab__content {
  display: none;
}
#natsukara #menu .tab__content--active {
  display: block;
}
#natsukara #menu .menu__layout {
  position: relative;
}
#natsukara #menu .menu__layout:after {
  content: "";
  width: 10rem;
  padding-top: 10rem;
  background-image: url("../img/menu_catch_img01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  -webkit-animation: logo-fire 15s ease-in-out -2s infinite;
  animation: logo-fire 15s ease-in-out -2s infinite;
}
#natsukara #menu .menu-grid {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
}
@media (max-width: 529px) {
  #natsukara #menu .menu-grid {
    gap: 1.3vw;
  }
}
#natsukara #menu .menu-card {
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  background-color: #ff5a00;
  color: black;
  position: relative;
  z-index: 3;
}
#natsukara #menu .menu-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#natsukara #menu .menu-card__wrap {
  position: relative;
  overflow: hidden;
}
#natsukara #menu .menu-card__img {
  aspect-ratio: 1/1;
  width: 100%;
}
#natsukara #menu .menu-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
}
#natsukara #menu .menu-card__overlay.right {
  text-align: right;
}
#natsukara #menu .menu-card__shop {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 2px;
  line-height: 1;
}
@media (max-width: 529px) {
  #natsukara #menu .menu-card__shop {
    font-size: 70%;
  }
}
#natsukara #menu .menu-card__shop span {
  display: inline-block;
  margin-right: 0.5rem;
  color: white;
  font-weight: bold;
  background-color: black;
  padding: 0.2rem 0.5rem;
  line-height: 1;
}
@media (max-width: 529px) {
  #natsukara #menu .menu-card__shop span {
    padding: 0.2rem 0.2rem;
    margin-right: 0.2rem;
  }
}
#natsukara #menu .menu-card__shop b {
  text-shadow: 0 0 1px #ff5a00, 1px 0 1px #ff5a00, 0 1px 1px #ff5a00, -1px -1px 1px #ff5a00;
  text-shadow: 0 0 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, -1px -1px 1px #fff;
}
#natsukara #menu .menu-card__name {
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 4px;
  text-shadow: 0 0 1px #ff5a00, 1px 0 1px #ff5a00, 0 1px 1px #ff5a00, -1px -1px 1px #ff5a00;
  text-shadow: 0 0 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, -1px -1px 1px #fff;
}
@media (max-width: 529px) {
  #natsukara #menu .menu-card__name {
    font-size: 100%;
  }
}
#natsukara #menu .menu-card__name span {
  font-size: 80%;
}
#natsukara #menu .menu-card__km {
  font-size: 11px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 1px 6px;
}
#natsukara #menu .menu-card__km span {
  font-weight: bold;
}
#natsukara #menu .tab__content.reset-menus .menu-card {
  background-color: #6dc1e0;
  background-image: url("../img/reset_item_back.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#natsukara #menu .tab__content.reset-menus .menu-card__name {
  text-shadow: 0 0 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, -1px -1px 1px #fff;
}
#natsukara #menu .tab__content.reset-menus .menu-card__shop b {
  text-shadow: 0 0 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, -1px -1px 1px #fff;
}
#natsukara #reset_menu_fukuoka {
  padding: 2rem;
  background-color: #092880;
}
#natsukara #store {
  background-color: #ff0012;
  position: relative;
}
#natsukara #store .section__inner {
  margin: 0 2rem;
  background-image: url("../img/store_back.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 2rem;
}
#natsukara #store .store_catch {
  padding: 0rem 2rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
#natsukara #store .store_catch b {
  max-width: 80%;
}
#natsukara #store .store_catch strong {
  opacity: 0;
}
#natsukara #store .store_catch strong.js-active {
  opacity: 1;
  -webkit-animation: name-drop 1s 0s 1;
          animation: name-drop 1s 0s 1;
}
#natsukara #store .store__visual {
  position: relative;
}
#natsukara #store .store__visual:after {
  content: "";
  width: 40%;
  padding-top: 20%;
  background-image: url("../img/store_img_catch.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -2rem;
  right: 0;
}
#natsukara #store .store__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#natsukara #store ol.store_texts li {
  padding-left: 10%;
  margin-bottom: 1rem;
  position: relative;
}
#natsukara #store ol.store_texts li:before {
  content: "";
  width: 10%;
  padding-top: 10%;
  position: absolute;
  left: 0%;
  top: 0%;
  background-image: url("../img/store_list01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#natsukara #store ol.store_texts li.text02:before {
  background-image: url("../img/store_list02.png");
}
#natsukara #store ol.store_texts li.text03:before {
  background-image: url("../img/store_list03.png");
}
#natsukara #store ol.store_texts li p {
  font-weight: bold;
  word-break: auto-phrase;
}
#natsukara #store ol.store_texts li p b {
  color: #ff0012;
}
#natsukara #store .store_data {
  padding: 1rem;
  background-color: #fff000;
  border-radius: 1rem;
  position: relative;
}
#natsukara #store .store_data:after {
  content: "";
  width: 8rem;
  padding-top: 8rem;
  background-image: url("../img/store_catch_img01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -6rem;
  -webkit-animation: se-scream 8s ease-in-out infinite;
          animation: se-scream 8s ease-in-out infinite;
}
#natsukara #store .store_data dl {
  display: flex;
  align-items: center;
  font-weight: bold;
  word-break: auto-phrase;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
#natsukara #store .store_data dl dt {
  display: block;
  color: #e12a12;
}
#natsukara #store .store_data dl b {
  font-size: 1.1rem;
  font-weight: 900;
}
@media (max-width: 529px) {
  #natsukara #store .store_data {
    margin-top: 6vw;
  }
  #natsukara #store .store_data:after {
    width: 20vw;
    padding-top: 20vw;
    top: -15vw;
  }
  #natsukara #store .store_data dl b {
    font-size: 0.9rem;
  }
}
#natsukara #store .store_catch_img03 {
  width: 8rem;
  padding-top: 8rem;
  background-image: url("../img/store_catch_img02.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 1rem;
  bottom: -4rem;
  -webkit-animation: se-scream 35s ease-in-out -1s infinite;
          animation: se-scream 35s ease-in-out -1s infinite;
}
@media (max-width: 529px) {
  #natsukara #store .store_catch_img03 {
    left: 5%;
    bottom: -5%;
    width: 25%;
    padding-top: 25%;
  }
}
#natsukara #store .attention ul {
  padding-top: 0;
  margin-top: 0.5rem;
  padding-left: 1.6rem;
}
@media (max-width: 529px) {
  #natsukara #store .attention ul li {
    font-size: 0.6rem;
  }
}
#natsukara #campaign {
  background-color: #ff0012;
  background-image: url(../img/about_back.png);
  background-size: auto 100%;
  color: black;
  padding: 25px 0;
  padding-bottom: 8rem;
  position: relative;
}
#natsukara #campaign .map-paper {
  background-color: white;
  margin: 2rem;
  position: relative;
  z-index: 5;
}
#natsukara #campaign .map-paper::before, #natsukara #campaign .map-paper::after {
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
#natsukara #campaign .map-paper::before {
  top: -20px;
  background: linear-gradient(45deg, #fff 10px, transparent 0), linear-gradient(315deg, #fff 10px, transparent 0);
  background-size: 20px 20px;
}
#natsukara #campaign .map-paper::after {
  bottom: -20px;
  background: linear-gradient(135deg, #fff 10px, transparent 0), linear-gradient(225deg, #fff 10px, transparent 0);
  background-size: 20px 20px;
}
#natsukara #campaign #okinawa_sns, #natsukara #campaign #fukuoka_sns {
  transition: 0.3s;
}
#natsukara #campaign #okinawa_sns:hover, #natsukara #campaign #fukuoka_sns:hover {
  opacity: 0.8;
}
#natsukara #campaign .campaign__header {
  text-align: center;
  padding: 2rem 1rem;
  position: relative;
}
#natsukara #campaign .campaign__header .catch01 {
  position: absolute;
  width: 30%;
  padding-top: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: -8%;
  top: 25%;
  background-image: url(../img/campaign_catch_img01.png);
  -webkit-animation: logo-fire 15s ease-in-out -2s infinite;
          animation: logo-fire 15s ease-in-out -2s infinite;
}
#natsukara #campaign .campaign__header .catch02 {
  position: absolute;
  width: 25%;
  padding-top: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -8%;
  top: 35%;
  background-image: url(../img/campaign_catch_img02.png);
  -webkit-animation: se-scream 2s ease-in-out infinite;
          animation: se-scream 2s ease-in-out infinite;
}
#natsukara #campaign .campaign__header-lead {
  font-size: 1.2rem;
  color: black;
  margin-bottom: 6px;
  font-weight: bold;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__header-lead {
    font-size: 100%;
  }
}
#natsukara #campaign .campaign__title {
  font-size: 2.5rem;
  font-weight: 900;
  color: black;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
#natsukara #campaign .campaign__title b {
  color: #ff0012;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__title {
    font-size: 250%;
  }
}
#natsukara #campaign .campaign__header-sub {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 6px;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__header-sub {
    font-size: 100%;
  }
}
#natsukara #campaign .campaign_catch {
  max-width: 80%;
  margin: auto auto 1rem;
}
#natsukara #campaign .campaign_catch.js-active {
  -webkit-animation: after-bounce 1.6s cubic-bezier(0.4, 0, 0.6, 1) 0.2s 1;
          animation: after-bounce 1.6s cubic-bezier(0.4, 0, 0.6, 1) 0.2s 1;
}
#natsukara #campaign .campaign__header-note {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  background: #ff0012;
  color: #fff;
  padding: 0.5rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
#natsukara #campaign .campaign__header-note b {
  color: #ffff00;
}
#natsukara #campaign .campaign__header-note::before, #natsukara #campaign .campaign__header-note::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-color: transparent white;
  border-style: solid;
}
#natsukara #campaign .campaign__header-note::before {
  left: -1px;
  border-width: 40px 0px 40px 15px;
}
#natsukara #campaign .campaign__header-note::after {
  right: -1px;
  border-width: 40px 15px 40px 0px;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__header-note {
    font-size: 120%;
  }
}
#natsukara #campaign .campaign__cols {
  display: flex;
  flex-direction: column;
}
#natsukara #campaign .campaign__col {
  padding: 1rem;
  margin: 1rem;
  border: 2px solid #b70012;
  border-radius: 1rem;
}
#natsukara #campaign .campaign__col.cam_sns {
  border-color: #0240a0;
}
#natsukara #campaign .campaign__col.cam_sns .campaign__step-text,
#natsukara #campaign .campaign__col.cam_sns .campaign__col-title {
  color: #0240a0;
}
#natsukara #campaign .campaign__col.cam_sns .campaign__col-head {
  border-bottom-color: #0240a0;
}
#natsukara #campaign .campaign__col.cam_sns .campaign__step-badge {
  background-color: #0240a0;
}
#natsukara #campaign .campaign__col.cam_sns .campaign__arrow:after, #natsukara #campaign .campaign__col.cam_sns .campaign__arrow:before {
  border-color: #0240a0;
}
#natsukara #campaign .campaign__card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
}
#natsukara #campaign .campaign__card-icon {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__card-icon {
    width: 15vw;
    height: 15vw;
  }
}
#natsukara #campaign .campagin__card-title {
  font-size: 1.8rem;
  font-weight: 900;
}
@media (max-width: 529px) {
  #natsukara #campaign .campagin__card-title {
    font-size: 180%;
  }
}
#natsukara #campaign .campagin__card-desc {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 529px) {
  #natsukara #campaign .campagin__card-desc {
    font-size: 0.8rem;
  }
}
#natsukara #campaign .campaign__col-head {
  text-align: center;
  margin-bottom: 1rem;
  border-bottom: 2px solid #b70012;
}
#natsukara #campaign .campaign__col-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-bottom: 6px;
}
#natsukara #campaign .campaign__col-title {
  font-size: 2rem;
  font-weight: 900;
  color: #b70012;
  margin-bottom: 4px;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__col-title {
    font-size: 180%;
  }
}
#natsukara #campaign .campaign__col-lead {
  padding: 0 1rem 1rem;
  font-size: 0.8rem;
  word-break: auto-phrase;
  text-align: center;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__col-lead {
    font-size: 100%;
  }
}
#natsukara #campaign .campaign__col-sub {
  font-size: 1rem;
  font-weight: 900;
  color: black;
  text-align: left;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__col-sub {
    font-size: 100%;
  }
}
#natsukara #campaign .campaign__col-sub b {
  color: #b70012;
}
#natsukara #campaign .campaign__col-steps {
  margin-bottom: 16px;
}
#natsukara #campaign .campaign__step {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__step {
    gap: 2vw;
  }
}
#natsukara #campaign .campaign__step-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  background: #ff0012;
  border-radius: 50%;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__step-badge {
    width: 15vw;
    height: 15vw;
  }
}
#natsukara #campaign .campaign__step-label {
  font-size: 1rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__step-label {
    font-size: 100%;
  }
}
#natsukara #campaign .campaign__step-num {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__step-num {
    font-size: 200%;
  }
}
#natsukara #campaign .campaign__step-image {
  width: 4rem;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__step-image {
    width: 15vw;
  }
}
#natsukara #campaign .campaign__step-body {
  flex: 1;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__step-body {
    flex: inherit;
  }
}
#natsukara #campaign .campaign__step-text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #b70012;
  line-height: 1.2;
  margin-bottom: 2px;
  word-break: auto-phrase;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__step-text {
    font-size: 150%;
  }
}
#natsukara #campaign .campaign__step-note {
  font-size: 0.8rem;
  line-height: 1.4;
}
#natsukara #campaign .campaign__step-note b {
  color: #b70012;
  font-weight: 900;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__step-note {
    font-size: 70%;
  }
}
#natsukara #campaign .campaign__arrow {
  text-align: center;
  height: 3rem;
  width: 100%;
  position: relative;
}
#natsukara #campaign .campaign__arrow:before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 2px solid #b70012;
  border-left: 2px solid #b70012;
}
#natsukara #campaign .campaign__arrow:after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 2px solid #b70012;
  border-left: 2px solid #b70012;
}
#natsukara #campaign .campaign__novelty {
  background: #fcf3df;
  color: #333;
  border-radius: 8px;
  border: 2px solid #b70012;
  padding: 12px;
  margin-top: 8px;
  position: relative;
  margin-top: 2rem;
}
#natsukara #campaign .campaign__novelty-label {
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background-color: red;
  text-align: center;
  margin-bottom: 6px;
  position: absolute;
  top: -1rem;
  left: 50%;
  padding: 0.2rem 1rem;
  transform: translateX(-50%);
}
#natsukara #campaign .campaign__novelty-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 0.5rem auto;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__novelty-inner {
    gap: 1vw;
  }
}
#natsukara #campaign .campaign__novelty-name {
  font-size: 1.2rem;
  position: absolute;
  left: 5%;
  top: 15%;
  z-index: 2;
  font-weight: 900;
  line-height: 1.3;
  color: #b70012;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__novelty-name {
    font-size: 130%;
  }
}
#natsukara #campaign .campaign__novelty-img {
  width: 100%;
  border-radius: 4px;
}
#natsukara #campaign .campaign__novelty-note {
  font-size: 0.6rem;
  word-break: auto-phrase;
  line-height: 1.5;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__novelty-note {
    font-size: 65%;
  }
}
#natsukara #campaign .campaign__prize {
  background: #f0f5fb;
  color: #333;
  border-radius: 8px;
  border: 2px solid #0240a0;
  padding: 12px;
  margin-top: 8px;
  position: relative;
  margin-top: 2rem;
}
#natsukara #campaign .campaign__prize-label {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  background: #ff0012;
  text-align: center;
  padding: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__prize-label {
    font-size: 100%;
  }
}
#natsukara #campaign .campaign__prize-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
#natsukara #campaign .campaign__prize-item {
  text-align: center;
  border-radius: 6px;
  padding: 0.3rem;
}
#natsukara #campaign .campaign__prize-item-name {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff0012;
  margin-bottom: 6px;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__prize-item-name {
    font-size: 130%;
  }
}
#natsukara #campaign .campaign__prize-img-wrap {
  background: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 6px;
}
#natsukara #campaign .campaign__prize-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#natsukara #campaign .campaign__prize-detail {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__prize-detail {
    font-size: 90%;
  }
}
#natsukara #campaign .campaign__prize-detail strong {
  margin: 0.2rem 0;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background-color: red;
  text-align: center;
  margin-bottom: 6px;
  padding: 0.2rem 1rem;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__prize-detail strong {
    font-size: 110%;
  }
}
#natsukara #campaign .campaign__prize-brand {
  font-size: 1rem;
  font-weight: bold;
  color: #005bac;
  margin-top: 0.1rem;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__prize-brand {
    font-size: 100%;
  }
}
#natsukara #campaign .campaign__prize-note {
  font-size: 0.6rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 529px) {
  #natsukara #campaign .campaign__prize-note {
    font-size: 60%;
  }
}
@media (max-width: 529px) {
  #natsukara #campaign .map-paper {
    margin: 1rem;
  }
}
#natsukara #campaign .stamp__notes {
  padding: 1rem 2rem;
  position: relative;
  z-index: 3;
}
#natsukara #campaign .stamp__notes .stamp__notes-scroll {
  max-height: 350px;
  overflow-y: auto;
  border: 1px solid #999;
  padding: 1rem;
  background: #fafafa;
  line-height: 1.4;
}
#natsukara #campaign .stamp__notes .stamp__notes-scroll h3 {
  border-bottom: 1px solid #ff5a00;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
}
#natsukara #campaign .stamp__notes .stamp__notes-scroll a {
  text-decoration: underline;
}
#natsukara #campaign .stamp__notes .stamp__notes-scroll p {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.2;
}
#natsukara #campaign .stamp__notes .stamp__notes-scroll h4 {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #ff5a00;
}
#natsukara #campaign .stamp__notes .stamp__notes-scroll ul {
  padding: inherit;
  padding-top: 0;
  list-style-type: inherit;
}
#natsukara #campaign .stamp__notes .stamp__notes-scroll ul li {
  list-style-type: inherit;
  font-size: 0.8rem;
}
#natsukara #campaign .vs_sns,
#natsukara #campaign .stamp {
  padding: 1rem 2rem;
  position: relative;
  z-index: 2;
}
#natsukara #campaign .stamp .stamp_back {
  background-image: url(../img/stamp_back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0px;
  padding: 2rem;
}
#natsukara #campaign .stamp h3 {
  position: relative;
  z-index: 4;
}
#natsukara #campaign .stamp .novelty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#natsukara #campaign .stamp .novelty .text {
  font-size: 0.8rem;
  font-weight: bold;
  width: 63%;
  word-break: auto-phrase;
}
#natsukara #campaign .stamp .novelty .text b {
  color: #e61f10;
}
#natsukara #campaign .stamp .novelty .image {
  width: 37%;
  position: relative;
}
#natsukara #campaign .stamp .novelty .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#natsukara #campaign .stamp .flow {
  margin-bottom: 1rem;
}
@media (max-width: 529px) {
  #natsukara #campaign .stamp .stamp_back {
    padding: 1rem;
  }
  #natsukara #campaign .stamp .novelty .text {
    font-size: 2vw;
  }
  #natsukara #campaign .stamp .attention ul {
    padding-left: 6vw;
  }
  #natsukara #campaign .stamp .attention ul li {
    font-size: 2vw;
  }
}
#natsukara #reset-sour .sour__lead {
  text-align: center;
  font-size: 15px;
  margin-bottom: 24px;
}
#natsukara #reset-sour .sour__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
#natsukara #reset-sour .sour__item {
  text-align: center;
  border: 1px dashed #bbb;
  padding: 12px;
}
#natsukara #reset-sour .sour__brand {
  font-size: 11px;
  color: #777;
  margin-top: 8px;
}
#natsukara #reset-sour .sour__name {
  font-size: 13px;
  font-weight: bold;
  margin-top: 4px;
}
#natsukara #reset-sour .sour__link {
  text-align: center;
  margin-top: 16px;
}
#natsukara #info {
  background-color: #ffff00;
  text-align: center;
}
#natsukara #info .info_title {
  display: inline-block;
  position: relative;
  font-size: 150%;
  font-weight: bold;
  margin: 2rem auto;
}
#natsukara #info .info_title:before {
  content: "";
  background-color: black;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 50%;
  left: -15%;
  transform: translateY(-50%) rotate(-30deg);
}
#natsukara #info .info_title:after {
  content: "";
  background-color: black;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translateY(-50%) rotate(30deg);
}
#natsukara #info .info__dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #999;
  margin: 0 2rem;
  margin-bottom: 32px;
}
#natsukara #info .info__dl dt, #natsukara #info .info__dl dd {
  padding: 1rem;
  border-bottom: 1px solid #999;
  font-size: 90%;
  margin: 0;
}
#natsukara #info .info__dl dt {
  font-weight: bold;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#natsukara #info .info__dl dd {
  width: 70%;
  text-align: left;
  word-break: auto-phrase;
}
#natsukara #info .info__note {
  font-size: 12px;
  margin-top: 4px;
}
#natsukara #info .info__notes-heading {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}
#natsukara #info .info__notes-scroll {
  max-height: 120px;
  overflow-y: auto;
  border: 1px solid #999;
  padding: 12px;
  background: #fafafa;
}
#natsukara #info .info__notes-list {
  list-style: none;
  padding: 0;
}
#natsukara #info .info__notes-list li {
  margin-bottom: 6px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
}
#natsukara #info .bnr {
  margin: 1rem 0;
}
#natsukara #info .bnr a {
  display: inline-block;
  max-width: 60%;
  transition: 0.3s;
}
#natsukara #info .bnr a:hover {
  transform: scale(1.03);
}
@media (max-width: 529px) {
  #natsukara #info .info__table .info__dl {
    margin: 0;
  }
}
#natsukara .spec-note {
  position: fixed;
  bottom: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 11px;
  line-height: 1.8;
  padding: 8px 12px;
  border-radius: 4px;
  z-index: 300;
  pointer-events: none;
}
#natsukara .spec-note ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#natsukara .spec-note li::before {
  content: "・";
}
@media (max-width: 530px) {
  #natsukara .spec-note {
    display: none;
  }
}
#natsukara .site-switcher {
  position: fixed;
  z-index: 150;
}
@media (min-width: 531px) {
  #natsukara .site-switcher {
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 530px) {
  #natsukara .site-switcher {
    left: 0;
    right: 0;
    bottom: 40px;
    display: flex;
    flex-direction: row;
  }
}
#natsukara .site-switcher__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  border-left: 3px solid #ff5a00;
  transition: background 0.2s, color 0.2s;
}
@media (min-width: 531px) {
  #natsukara .site-switcher__tab {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 20px 10px;
    border-right: none;
    letter-spacing: 0.08em;
  }
  #natsukara .site-switcher__tab + #natsukara .site-switcher__tab {
    border-top: none;
  }
  #natsukara .site-switcher__tab--active {
    background: #ff5a00;
    color: white;
    border-left: 3px solid #b70012;
  }
  #natsukara .site-switcher__tab:hover:not(#natsukara .site-switcher__tab--active) {
    background: white;
  }
}
@media (max-width: 530px) {
  #natsukara .site-switcher__tab {
    flex: 1;
    padding: 10px 4px;
    font-size: 12px;
    border-bottom: none;
    text-align: center;
    border-left: none;
    border-top: 3px solid #ff5a00;
  }
  #natsukara .site-switcher__tab--active {
    background: #ff5a00;
    color: white;
    border-top: 3px solid #b70012;
  }
  #natsukara .site-switcher__tab:hover:not(#natsukara .site-switcher__tab--active) {
    background: #ddd;
  }
}
#natsukara .sp-nav {
  display: none;
}
@media (max-width: 530px) {
  #natsukara .sp-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: #fff;
    border-top: 1px solid #999;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  }
}
#natsukara .sp-nav__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 8px 2px 10px;
  font-size: 10px;
  color: #b70012;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  line-height: 1.2;
  text-align: center;
}
#natsukara .sp-nav__item i {
  font-size: 18px;
  color: #444;
}
#natsukara .sp-nav__item:active {
  background: #f0f0f0;
}
#natsukara .sp-nav__badge {
  position: absolute;
  top: 4px;
  right: 2px;
  background: #e00;
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: bold;
  padding: 1px 4px;
  border-radius: 8px;
  white-space: nowrap;
  line-height: 1.4;
}
#natsukara #footer {
  background: white;
  padding: 1rem;
  padding-left: 15%;
}
#natsukara #footer .footer__copy {
  font-size: 80%;
}
@media (max-width: 529px) {
  #natsukara #footer {
    padding-bottom: 25%;
  }
}
#natsukara .to_top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 20%;
  max-width: 100px;
  z-index: 15;
  scroll-behavior: smooth;
}
#natsukara .to_top img {
  -webkit-animation: logo-fire 15s ease-in-out -2s infinite;
          animation: logo-fire 15s ease-in-out -2s infinite;
}
@media (max-width: 529px) {
  #natsukara .to_top {
    bottom: 10%;
  }
}
#natsukara .modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
#natsukara .modal-overlay.is-open {
  display: block;
}
#natsukara .modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 480px;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  z-index: 101;
  background-color: #ff5a00;
  border-radius: 5px;
}
#natsukara .modal.is-open {
  display: block;
  -webkit-animation: modal-spicy 0.55s cubic-bezier(0.2, 0, 0.3, 1) both;
          animation: modal-spicy 0.55s cubic-bezier(0.2, 0, 0.3, 1) both;
}
#natsukara .modal.r-menu.is-open {
  -webkit-animation: modal-refresh 0.5s cubic-bezier(0.2, 0.8, 0.4, 1) both;
          animation: modal-refresh 0.5s cubic-bezier(0.2, 0.8, 0.4, 1) both;
}
#natsukara .modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  z-index: 1;
  transition: 0.3s;
}
#natsukara .modal__close:hover {
  color: #aaa;
}
#natsukara .modal__inner {
  padding: 16px;
}
#natsukara .modal__inner .km b {
  font-size: 250%;
}
@media (max-width: 529px) {
  #natsukara .modal__inner .km b {
    font-size: 200%;
  }
}
#natsukara .modal__img {
  padding-bottom: 20%;
}
#natsukara .modal__body {
  padding-top: 12px;
  position: absolute;
  bottom: 25px;
  left: 25px;
  padding-right: 1.5rem;
  width: calc(100% - 25px);
  box-sizing: border-box;
}
#natsukara .modal__body.right {
  text-align: right;
}
#natsukara .modal__body .kome_list li {
  color: black;
  margin-left: 1rem;
  text-indent: -1rem;
}
#natsukara .modal__body .kome_list li:before {
  content: "※";
}
#natsukara .modal__shop {
  font-size: 1.5rem;
  color: black;
  margin-bottom: 0.2rem;
  font-weight: 900;
}
@media (max-width: 529px) {
  #natsukara .modal__shop {
    font-size: 110%;
  }
}
#natsukara .modal__shop span {
  display: inline-block;
  margin-right: 0.5rem;
  color: white;
  font-weight: bold;
  background-color: black;
  padding: 0.2rem 0.5rem;
  line-height: 1;
}
#natsukara .modal__shop b {
  text-shadow: 0 0 1px #ff5a00, 1px 0 1px #ff5a00, 0 1px 1px #ff5a00, -1px -1px 1px #ff5a00;
  line-height: 1.3;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#natsukara .modal__shop a {
  display: block;
}
#natsukara .modal__name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1;
  color: black;
  text-shadow: 0 0 1px #ff5a00, 1px 0 1px #ff5a00, 0 1px 1px #ff5a00, -1px -1px 1px #ff5a00;
}
#natsukara .modal__name span {
  font-size: 1rem;
}
@media (max-width: 529px) {
  #natsukara .modal__name {
    font-size: 150%;
  }
  #natsukara .modal__name span {
    font-size: 90%;
  }
}
#natsukara .modal__desc {
  font-size: 1rem;
  line-height: 1.5;
  color: black;
  font-weight: 900;
  word-break: auto-phrase;
}
@media (max-width: 529px) {
  #natsukara .modal__desc {
    font-size: 90%;
  }
}
#natsukara .modal .money {
  z-index: 5;
  text-align: text;
  font-size: 1.5rem;
  font-weight: bold;
  color: yellow;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 1px #ff5a00, -1px 1px 1px #ff5a00, 1px -1px 1px #ff5a00, -1px -1px 1px #ff5a00;
}
@media (max-width: 529px) {
  #natsukara .modal .money {
    font-size: 160%;
  }
}
#natsukara .modal.r-menu {
  background-color: #6dc1e0;
  background-image: url("../img/reset_item_back.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#natsukara .modal.r-menu .modal__name {
  text-shadow: 0 0 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, -1px -1px 1px #fff;
}
#natsukara .modal.r-menu .modal__shop b {
  text-shadow: 0 0 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, -1px -1px 1px #fff;
}
#natsukara .modal.r-menu .money {
  color: #0240a0;
  text-shadow: 1px 1px 1px white, -1px 1px 1px white, 1px -1px 1px white, -1px -1px 1px white;
}
#natsukara .menu-float-tabs {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  right: max(0px, 50vw - 272px);
  width: 56px;
  z-index: 50;
  background: #fff;
  border: 1px solid #999;
  border-radius: 4px 0 0 4px;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%) translateX(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
#natsukara .menu-float-tabs.is-visible {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 529px) {
  #natsukara .menu-float-tabs {
    width: 10%;
  }
}
#natsukara .float-tab02,
#natsukara .float-tab {
  width: 100%;
  padding: 16px 4px;
  background: #4d4d4d;
  border: none;
  border-left: 3px solid #a8acb2;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  color: white;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.05em;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  min-height: 120px;
}
#natsukara .float-tab02--active,
#natsukara .float-tab--active {
  background: #ff5a00;
  border-left-color: #b70012;
}
#natsukara .float-tab02.reset-menu.float-tab--active, #natsukara .float-tab02.reset-menu:hover,
#natsukara .float-tab.reset-menu.float-tab--active,
#natsukara .float-tab.reset-menu:hover {
  background-color: #008dff;
  border-left-color: #68e8ff;
}
#natsukara .float-tab02 + #natsukara .float-tab02,
#natsukara .float-tab02 + #natsukara .float-tab,
#natsukara .float-tab + #natsukara .float-tab02,
#natsukara .float-tab + #natsukara .float-tab {
  border-top: 1px solid #999;
}
@media (max-width: 529px) {
  #natsukara .float-tab02,
#natsukara .float-tab {
    padding: 0;
  }
}
#natsukara .float-tab02 {
  display: flex;
  align-items: center;
}
@media (max-width: 529px) {
  #natsukara .float-tab02 {
    padding: 16px 4px;
  }
}
@-webkit-keyframes fire-sway {
  0% {
    background-position: bottom center;
    transform-origin: bottom center;
    transform: scaleY(1);
  }
  25% {
    background-position: bottom left -24px;
    transform-origin: bottom center;
    transform: scaleY(1.04);
  }
  50% {
    background-position: bottom left 12px;
    transform-origin: bottom center;
    transform: scaleY(0.98);
  }
  75% {
    background-position: bottom left -10px;
    transform-origin: bottom center;
    transform: scaleY(1.06);
  }
  100% {
    background-position: bottom left 30px;
    transform-origin: bottom center;
    transform: scaleY(1.02);
  }
}
@keyframes fire-sway {
  0% {
    background-position: bottom center;
    transform-origin: bottom center;
    transform: scaleY(1);
  }
  25% {
    background-position: bottom left -24px;
    transform-origin: bottom center;
    transform: scaleY(1.04);
  }
  50% {
    background-position: bottom left 12px;
    transform-origin: bottom center;
    transform: scaleY(0.98);
  }
  75% {
    background-position: bottom left -10px;
    transform-origin: bottom center;
    transform: scaleY(1.06);
  }
  100% {
    background-position: bottom left 30px;
    transform-origin: bottom center;
    transform: scaleY(1.02);
  }
}
@-webkit-keyframes fire-sway-sub {
  0% {
    background-position: bottom left -40px;
    opacity: 0.55;
  }
  30% {
    background-position: bottom left 10px;
    opacity: 0.65;
  }
  60% {
    background-position: bottom left -60px;
    opacity: 0.45;
  }
  100% {
    background-position: bottom left 20px;
    opacity: 0.6;
  }
}
@keyframes fire-sway-sub {
  0% {
    background-position: bottom left -40px;
    opacity: 0.55;
  }
  30% {
    background-position: bottom left 10px;
    opacity: 0.65;
  }
  60% {
    background-position: bottom left -60px;
    opacity: 0.45;
  }
  100% {
    background-position: bottom left 20px;
    opacity: 0.6;
  }
}
@-webkit-keyframes fire-flicker {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  20% {
    opacity: 0.1;
  }
  35% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.15;
  }
  65% {
    opacity: 0.35;
  }
  80% {
    opacity: 0.05;
  }
  90% {
    opacity: 0.28;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fire-flicker {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  20% {
    opacity: 0.1;
  }
  35% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.15;
  }
  65% {
    opacity: 0.35;
  }
  80% {
    opacity: 0.05;
  }
  90% {
    opacity: 0.28;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes overlay-flash {
  0% {
    background: rgba(200, 0, 0, 0.85);
  }
  40% {
    background: rgba(180, 0, 0, 0.75);
  }
  100% {
    background: rgba(0, 0, 0, 0.6);
  }
}
@keyframes overlay-flash {
  0% {
    background: rgba(200, 0, 0, 0.85);
  }
  40% {
    background: rgba(180, 0, 0, 0.75);
  }
  100% {
    background: rgba(0, 0, 0, 0.6);
  }
}
@-webkit-keyframes modal-refresh {
  0% {
    transform: translate(-50%, calc(-50% - 24px)) scale(0.96);
    opacity: 0;
    filter: blur(6px) brightness(1.2);
    -webkit-animation-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
            animation-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
  }
  50% {
    transform: translate(-50%, calc(-50% + 4px)) scale(1.01);
    opacity: 0.9;
    filter: blur(1px) brightness(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.8, 0.5, 1);
            animation-timing-function: cubic-bezier(0.3, 0.8, 0.5, 1);
  }
  75% {
    transform: translate(-50%, calc(-50% - 2px)) scale(1);
    opacity: 1;
    filter: blur(0) brightness(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    filter: blur(0) brightness(1);
  }
}
@keyframes modal-refresh {
  0% {
    transform: translate(-50%, calc(-50% - 24px)) scale(0.96);
    opacity: 0;
    filter: blur(6px) brightness(1.2);
    -webkit-animation-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
            animation-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
  }
  50% {
    transform: translate(-50%, calc(-50% + 4px)) scale(1.01);
    opacity: 0.9;
    filter: blur(1px) brightness(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.8, 0.5, 1);
            animation-timing-function: cubic-bezier(0.3, 0.8, 0.5, 1);
  }
  75% {
    transform: translate(-50%, calc(-50% - 2px)) scale(1);
    opacity: 1;
    filter: blur(0) brightness(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    filter: blur(0) brightness(1);
  }
}
@-webkit-keyframes modal-spicy {
  0% {
    transform: translate(-50%, -50%) scale(0.25);
    opacity: 0;
    filter: blur(4px) brightness(2);
    -webkit-animation-timing-function: cubic-bezier(0.1, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.1, 0, 0.2, 1);
  }
  45% {
    transform: translate(-50%, -50%) scale(1.08) skewY(-2deg);
    opacity: 1;
    filter: blur(0) brightness(1.3);
    -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.3, 0, 0.5, 1);
  }
  60% {
    transform: translate(-50%, -50%) scale(0.97) skewY(1.5deg) skewX(1deg);
    filter: brightness(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  74% {
    transform: translate(-50%, -50%) scale(1.02) skewY(-1deg) skewX(-0.5deg);
    filter: brightness(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  86% {
    transform: translate(-50%, -50%) scale(0.99) skewY(0.5deg);
    filter: brightness(1.02);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) skewY(0) skewX(0);
    opacity: 1;
    filter: brightness(1);
  }
}
@keyframes modal-spicy {
  0% {
    transform: translate(-50%, -50%) scale(0.25);
    opacity: 0;
    filter: blur(4px) brightness(2);
    -webkit-animation-timing-function: cubic-bezier(0.1, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.1, 0, 0.2, 1);
  }
  45% {
    transform: translate(-50%, -50%) scale(1.08) skewY(-2deg);
    opacity: 1;
    filter: blur(0) brightness(1.3);
    -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.3, 0, 0.5, 1);
  }
  60% {
    transform: translate(-50%, -50%) scale(0.97) skewY(1.5deg) skewX(1deg);
    filter: brightness(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  74% {
    transform: translate(-50%, -50%) scale(1.02) skewY(-1deg) skewX(-0.5deg);
    filter: brightness(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  86% {
    transform: translate(-50%, -50%) scale(0.99) skewY(0.5deg);
    filter: brightness(1.02);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) skewY(0) skewX(0);
    opacity: 1;
    filter: brightness(1);
  }
}
@-webkit-keyframes after-bounce {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
  }
  18% {
    transform: translateY(-18px) scaleY(1.08) scaleX(0.94);
    -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
            animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
  }
  36% {
    transform: translateY(0) scaleY(0.88) scaleX(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.8, 1);
            animation-timing-function: cubic-bezier(0.6, 0, 0.8, 1);
  }
  48% {
    transform: translateY(-10px) scaleY(1.05) scaleX(0.96);
    -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
            animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
  }
  60% {
    transform: translateY(0) scaleY(0.94) scaleX(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.8, 1);
            animation-timing-function: cubic-bezier(0.6, 0, 0.8, 1);
  }
  70% {
    transform: translateY(-5px) scaleY(1.02) scaleX(0.98);
    -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
            animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
  }
  78% {
    transform: translateY(0) scaleY(0.98) scaleX(1.02);
  }
  88% {
    transform: translateY(-2px) scaleY(1) scaleX(1);
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
  }
}
@keyframes after-bounce {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
  }
  18% {
    transform: translateY(-18px) scaleY(1.08) scaleX(0.94);
    -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
            animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
  }
  36% {
    transform: translateY(0) scaleY(0.88) scaleX(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.8, 1);
            animation-timing-function: cubic-bezier(0.6, 0, 0.8, 1);
  }
  48% {
    transform: translateY(-10px) scaleY(1.05) scaleX(0.96);
    -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
            animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
  }
  60% {
    transform: translateY(0) scaleY(0.94) scaleX(1.05);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.8, 1);
            animation-timing-function: cubic-bezier(0.6, 0, 0.8, 1);
  }
  70% {
    transform: translateY(-5px) scaleY(1.02) scaleX(0.98);
    -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
            animation-timing-function: cubic-bezier(0.2, 0, 0.4, 1);
  }
  78% {
    transform: translateY(0) scaleY(0.98) scaleX(1.02);
  }
  88% {
    transform: translateY(-2px) scaleY(1) scaleX(1);
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes logo-fire {
  0% {
    transform: translateY(0) rotate(-1deg) scaleX(1);
    filter: drop-shadow(0 0 6px rgba(255, 120, 0, 0.7)) brightness(1);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
            animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  18% {
    transform: translateY(-4px) rotate(1.2deg) scaleX(0.97);
    filter: drop-shadow(0 0 10px rgba(255, 80, 0, 0.9)) brightness(1.12);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
            animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  35% {
    transform: translateY(-7px) rotate(-0.8deg) scaleX(1.02);
    filter: drop-shadow(0 0 14px rgba(255, 160, 0, 0.8)) brightness(1.18);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
            animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  52% {
    transform: translateY(-4px) rotate(1.5deg) scaleX(0.96);
    filter: drop-shadow(0 0 10px rgba(255, 60, 0, 0.85)) brightness(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
            animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  68% {
    transform: translateY(-8px) rotate(-1.2deg) scaleX(1.01);
    filter: drop-shadow(0 0 16px rgba(255, 140, 0, 0.75)) brightness(1.22);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
            animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  83% {
    transform: translateY(-3px) rotate(0.8deg) scaleX(0.98);
    filter: drop-shadow(0 0 8px rgba(255, 100, 0, 0.8)) brightness(1.08);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
            animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  100% {
    transform: translateY(0) rotate(-1deg) scaleX(1);
    filter: drop-shadow(0 0 6px rgba(255, 120, 0, 0.7)) brightness(1);
  }
}
@keyframes logo-fire {
  0% {
    transform: translateY(0) rotate(-1deg) scaleX(1);
    filter: drop-shadow(0 0 6px rgba(255, 120, 0, 0.7)) brightness(1);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
            animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  18% {
    transform: translateY(-4px) rotate(1.2deg) scaleX(0.97);
    filter: drop-shadow(0 0 10px rgba(255, 80, 0, 0.9)) brightness(1.12);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
            animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  35% {
    transform: translateY(-7px) rotate(-0.8deg) scaleX(1.02);
    filter: drop-shadow(0 0 14px rgba(255, 160, 0, 0.8)) brightness(1.18);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
            animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  52% {
    transform: translateY(-4px) rotate(1.5deg) scaleX(0.96);
    filter: drop-shadow(0 0 10px rgba(255, 60, 0, 0.85)) brightness(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
            animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  68% {
    transform: translateY(-8px) rotate(-1.2deg) scaleX(1.01);
    filter: drop-shadow(0 0 16px rgba(255, 140, 0, 0.75)) brightness(1.22);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
            animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  83% {
    transform: translateY(-3px) rotate(0.8deg) scaleX(0.98);
    filter: drop-shadow(0 0 8px rgba(255, 100, 0, 0.8)) brightness(1.08);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
            animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  }
  100% {
    transform: translateY(0) rotate(-1deg) scaleX(1);
    filter: drop-shadow(0 0 6px rgba(255, 120, 0, 0.7)) brightness(1);
  }
}
@-webkit-keyframes name-drop {
  0% {
    transform: translateY(-220px);
    opacity: 0;
  }
  38% {
    transform: translateY(0px);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.1, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.1, 0, 0.2, 1);
  }
  46% {
    transform: translateY(10px) scaleY(0.94) scaleX(1.04);
  }
  54% {
    transform: translateY(-6px) scaleY(1.03) scaleX(0.98);
  }
  61% {
    transform: translateY(4px) scaleY(0.97);
  }
  68% {
    transform: translateY(-3px) scaleY(1.02);
  }
  74% {
    transform: translateY(2px) scaleY(0.99);
  }
  80% {
    transform: translateY(-1px) scaleY(1.01);
  }
  88% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    opacity: 1;
  }
}
@keyframes name-drop {
  0% {
    transform: translateY(-220px);
    opacity: 0;
  }
  38% {
    transform: translateY(0px);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.1, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.1, 0, 0.2, 1);
  }
  46% {
    transform: translateY(10px) scaleY(0.94) scaleX(1.04);
  }
  54% {
    transform: translateY(-6px) scaleY(1.03) scaleX(0.98);
  }
  61% {
    transform: translateY(4px) scaleY(0.97);
  }
  68% {
    transform: translateY(-3px) scaleY(1.02);
  }
  74% {
    transform: translateY(2px) scaleY(0.99);
  }
  80% {
    transform: translateY(-1px) scaleY(1.01);
  }
  88% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    opacity: 1;
  }
}
@-webkit-keyframes se-scream {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  2% {
    transform: translate(-3px, -2px) rotate(-1.5deg) scale(1.04);
  }
  4% {
    transform: translate(3px, 2px) rotate(1.5deg) scale(0.97);
  }
  6% {
    transform: translate(-4px, 1px) rotate(-2deg) scale(1.05);
  }
  8% {
    transform: translate(4px, -2px) rotate(2deg) scale(0.96);
  }
  10% {
    transform: translate(-3px, 3px) rotate(-1deg) scale(1.04);
  }
  12% {
    transform: translate(3px, -3px) rotate(1deg) scale(0.98);
  }
  14% {
    transform: translate(-4px, -1px) rotate(-2deg) scale(1.05);
  }
  16% {
    transform: translate(2px, 2px) rotate(1.5deg) scale(0.97);
  }
  18% {
    transform: translate(-2px, 0px) rotate(-1deg) scale(1.02);
  }
  20% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes se-scream {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  2% {
    transform: translate(-3px, -2px) rotate(-1.5deg) scale(1.04);
  }
  4% {
    transform: translate(3px, 2px) rotate(1.5deg) scale(0.97);
  }
  6% {
    transform: translate(-4px, 1px) rotate(-2deg) scale(1.05);
  }
  8% {
    transform: translate(4px, -2px) rotate(2deg) scale(0.96);
  }
  10% {
    transform: translate(-3px, 3px) rotate(-1deg) scale(1.04);
  }
  12% {
    transform: translate(3px, -3px) rotate(1deg) scale(0.98);
  }
  14% {
    transform: translate(-4px, -1px) rotate(-2deg) scale(1.05);
  }
  16% {
    transform: translate(2px, 2px) rotate(1.5deg) scale(0.97);
  }
  18% {
    transform: translate(-2px, 0px) rotate(-1deg) scale(1.02);
  }
  20% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes hanabi-launch {
  0%, 4% {
    transform: translateY(620px) scale(0.03);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.7, 0.45);
            animation-timing-function: cubic-bezier(0.55, 0, 0.7, 0.45);
  }
  18% {
    transform: translateY(360px) scale(0.03);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0.5, 0.8);
            animation-timing-function: cubic-bezier(0.3, 0, 0.5, 0.8);
  }
  34% {
    transform: translateY(160px) scale(0.03);
    opacity: 0.04;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.35, 1);
            animation-timing-function: cubic-bezier(0.15, 0, 0.35, 1);
  }
  43% {
    transform: translateY(20px) scale(0.03);
    opacity: 0.06;
    -webkit-animation-timing-function: cubic-bezier(0.05, 0, 0.15, 1);
            animation-timing-function: cubic-bezier(0.05, 0, 0.15, 1);
  }
  46% {
    transform: translateY(0) scale(0.03);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.3, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.3, 1);
  }
  50% {
    transform: translateY(0) scale(0.03);
    opacity: 0.95;
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.6, 0.4, 1);
            animation-timing-function: cubic-bezier(0.1, 0.6, 0.4, 1);
  }
  56% {
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
            animation-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
  }
  63% {
    transform: translateY(0) scale(1);
    opacity: 0.95;
    -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.6, 1);
            animation-timing-function: cubic-bezier(0.35, 0, 0.6, 1);
  }
  76% {
    transform: translateY(0) scale(1.06);
    opacity: 0.55;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.8, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.8, 1);
  }
  89% {
    transform: translateY(0) scale(1.12);
    opacity: 0.1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(0) scale(1.14);
    opacity: 0;
  }
  100% {
    transform: translateY(620px) scale(0.03);
    opacity: 0;
  }
}
@keyframes hanabi-launch {
  0%, 4% {
    transform: translateY(620px) scale(0.03);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.7, 0.45);
            animation-timing-function: cubic-bezier(0.55, 0, 0.7, 0.45);
  }
  18% {
    transform: translateY(360px) scale(0.03);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0.5, 0.8);
            animation-timing-function: cubic-bezier(0.3, 0, 0.5, 0.8);
  }
  34% {
    transform: translateY(160px) scale(0.03);
    opacity: 0.04;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.35, 1);
            animation-timing-function: cubic-bezier(0.15, 0, 0.35, 1);
  }
  43% {
    transform: translateY(20px) scale(0.03);
    opacity: 0.06;
    -webkit-animation-timing-function: cubic-bezier(0.05, 0, 0.15, 1);
            animation-timing-function: cubic-bezier(0.05, 0, 0.15, 1);
  }
  46% {
    transform: translateY(0) scale(0.03);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.3, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.3, 1);
  }
  50% {
    transform: translateY(0) scale(0.03);
    opacity: 0.95;
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.6, 0.4, 1);
            animation-timing-function: cubic-bezier(0.1, 0.6, 0.4, 1);
  }
  56% {
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
            animation-timing-function: cubic-bezier(0.25, 0.8, 0.5, 1);
  }
  63% {
    transform: translateY(0) scale(1);
    opacity: 0.95;
    -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.6, 1);
            animation-timing-function: cubic-bezier(0.35, 0, 0.6, 1);
  }
  76% {
    transform: translateY(0) scale(1.06);
    opacity: 0.55;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.8, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.8, 1);
  }
  89% {
    transform: translateY(0) scale(1.12);
    opacity: 0.1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(0) scale(1.14);
    opacity: 0;
  }
  100% {
    transform: translateY(620px) scale(0.03);
    opacity: 0;
  }
}
@-webkit-keyframes fuwatto {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fuwatto {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}