@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=RocknRoll+One&display=swap');
html {
 font-size: 62.5%;
}
body {
 font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
 letter-spacing: 0.075em;
 font-weight: 600;
 color: #06151B;
 font-size: 1.6rem;
 line-height: 1.7;
 overflow-x: clip;
}
a {
 display: block;
 transition: .2s;
 text-decoration: none;
 color: #fcfcfc;
}
img {
 display: block;
 width: 100%;
 height: auto;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -moz-touch-callout: none;
 -moz-user-select: none;
 user-select: none;
}
small {
 font-weight: inherit;
 display: inline-block;
 font-size: 80%;
}
em {
 font-weight: inherit;
}
span {
 font-weight: inherit;
}
.mfp-bg {
 opacity: 0;
 -webkit-transition: all 0.15s ease-out;
 -moz-transition: all 0.15s ease-out;
 transition: all 0.15s ease-out;
}
.mfp-bg.mfp-ready {
 opacity: 0.8;
}
.mfp-bg.mfp-removing {
 opacity: 0;
}
.mfp-wrap .mfp-content {
 opacity: 0;
 -webkit-transition: all 0.15s ease-out;
 -moz-transition: all 0.15s ease-out;
 transition: all 0.15s ease-out;
}
.mfp-wrap.mfp-ready .mfp-content {
 opacity: 1;
 max-width: 80rem;
 margin: 0 auto;
}
.mfp-wrap.mfp-removing .mfp-content {
 opacity: 0;
}
.mfp-content {
 box-sizing: border-box;
 padding: 2% 5%;
 max-width: 100rem;
}
.mfp-content .popup a {
 display: block;
 width: 100%;
 height: 100%;
 position: relative;
 top: 0;
 left: 0;
 z-index: 2;
}
.box {
 opacity: 0;
}
.caution {
 font-size: 1.2rem;
}
ul.caution li {
 text-indent: -1em;
 padding-left: 1em;
}
.sp {
 display: none !important;
}
.pc {
 display: block;
}
.tLeft {
 text-align: left !important;
}
.drawer-hamburger {
 display: none;
}
#wrapper {
 position: relative;
 overflow: hidden;
}
article {
 position: relative;
 z-index: 5;
}
section {
 position: relative;
 width: 100%;
 z-index: 5;
}
.inner {
 position: relative;
 margin: 0 auto;
 width: 100%;
 max-width: 1480px;
 padding: 7% 5% 2.5%;
 text-align: center;
}
.secTtl {
 position: relative;
 z-index: 15;
 line-height: 1.1;
 margin-bottom: 1.5em;
 font-size: 200%;
 font-weight: 400;
 display: inline-block;
 border: solid 2px #1f1c1c;
 background: #fff;
 padding: 0.35em 0.45em;
 text-align: center;
 min-width: 6em;
 font-family: "RocknRoll One", sans-serif;
}
.secTtl span {
 letter-spacing: 0.12em;
 font-size: 60%;
 position: absolute;
 color: #fff;
 background: #06151B;
 top: -2.3em;
 text-align: center;
 display: inline-block;
 padding: 0.35em 0.45em;
 line-height: 1;
 left: 50%;
 transform: translateX(-50%);
 box-shadow: 4px 4px 0 rgba(50, 0, 0, 0.5);
 font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
 font-weight: bold;
}
.secTtl small {
 font-size: 74%;
}
.yt {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
 margin: 0 auto;
}
.yt iframe, .yt .yt_video {
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
.yt_video img {
 width: 100%;
 height: auto;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
}
/*.yt_video::before {
 position: absolute;
 content: "";
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 opacity: 0.9;
 transition: 0.2s;
 background: url("../images/sns/icon_yt_red.svg") no-repeat;
 background-size: cover;
 width: 68px;
 height: 48px;
 z-index: 2;
 pointer-events: none;
}*/
.yt_video img:hover {
 cursor: pointer;
 width: 100%;
 height: auto;
 box-sizing: border-box;
}
/*.yt_video:hover::before {
 background: url("../images/sns/icon_yt_bk.svg") no-repeat;
 background-size: cover;
 opacity: 0.8;
}*/
.btn a {
 background: #ef834a;
 color: #f5f9f0;
 display: block;
 padding: 1em 5rem 0.85em 3rem;
 position: relative;
 line-height: 1;
 text-align: left;
 font-weight: bold;
 font-size: 1.5rem;
}
.btn a:hover {
 background: #ea5006 !important;
}
.btn.online a:hover {
 background: #2938A4 !important;
}
.btn a:after {
 content: "";
 position: absolute;
 display: block;
 bottom: 2px;
 right: 2px;
 pointer-events: none;
 width: 0;
 height: 0;
 border-style: solid;
 border-color: transparent transparent #06151B transparent;
 border-width: 0px 0px 0.9em 0.9em;
 transition: .2s;
}
.btn.disable a {
 background: #bababa !important;
 pointer-events: none !important;
}
.btn.fany a {
 color: #fff;
 background: rgb(248, 175, 84);
 background: linear-gradient(90deg, rgba(248, 175, 84, 1) 0%, rgba(224, 43, 53, 1) 50%, rgba(189, 92, 155, 1) 100%);
}
.btn.pia a {
 background: #4D7FD6 !important;
}
.btn.pia a:hover {
 background: #2B66CC !important;
}
.btn.l-tike a {
 background: #3091CF !important;
}
.btn.l-tike a:hover {
 background: #0074be !important;
}
.btn.eplus a {
 background: #f16baa !important;
}
.btn.eplus a:hover {
 background: #EC3F90 !important;
}
.btn.asoview a {
 background: #f44336 !important;
}
.btn.asoview a:hover {
 background: #D93226 !important;
}
.btn.online.disable a, .btn.pia.disable a, .btn.l-tike.disable a, .btn.eplus.disable a, .btn.asoview.disable a {
 background: #bababa !important;
}
.btn.soldOut a {
 pointer-events: none !important;
 color: rgba(255, 255, 255, 0.0) !important;
 background: #000 !important;
}
.btn.soldOut:before {
 content: "SOLD OUT";
 font-weight: 700;
    font-family: "JetBrains Mono", monospace;
    display: block;
    letter-spacing: 0.02em;
    white-space: nowrap;
 width: 100%;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 z-index: 7;
 font-size: 1.3rem;
 text-align: center;
 line-height: 1;
 color: #fff;
}
.btn.soldOut a:after {
 width: 100% !important;
 height: 100% !important;
 right: 0 !important;
 bottom: 0 !important;
 border: none !important;
 transform: none !important;
 z-index: 4;
 background: #CD080B;
}
#global-nav {
 background: rgba(255, 255, 255, 0.97);
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 z-index: 1000;
 position: relative;
 padding: 0 5%;
 height: 82px;
}
#global-nav:after {
 content: "";
 display: block;
 background-image: linear-gradient(90deg, rgba(147, 97, 82, 1) 20%, rgba(230, 49, 120, 1) 21% 40%, rgba(251, 204, 46, 1) 41% 60%, rgba(55, 178, 128, 1) 61% 80%, rgba(89, 194, 225, 1) 81%);
 width: 100%;
 height: 3px;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 100;
}
#global-nav.m_fixed {
 left: 0;
 position: fixed;
 top: 0;
}
#global-nav h1 {
 font-size: 120%;
 font-weight: 700;
 display: none;
}
#global-nav ul {
 display: flex;
 align-items: center;
}
#global-nav ul li a {
 color: #e63178;
 font-weight: bold;
 font-size: 2.2rem;
 line-height: 1;
 text-align: center;
 padding: 1em 1.35em 0.9em;
}
#global-nav ul li a:hover {
 color: #fff;
 background: #e63178;
}
#global-nav ul li:nth-child(1) a:hover {
 background: #936152;
}
#global-nav ul li:nth-child(2) a:hover {
 background: #e63178;
}
#global-nav ul li:nth-child(3) a:hover {
 background: #fbcc2e;
}
#global-nav ul li:nth-child(4) a:hover {
 background: #37b280;
}
#global-nav ul li:nth-child(5) a:hover {
 background: #59c2e1;
}
#global-nav ul li:nth-child(6) a:hover {
 background: #ED7E32;
}
#global-nav ul li:nth-child(7) a:hover {
 background: #D83395;
}
#global-nav ul li a em {
 font-weight: 700;
 font-family: "JetBrains Mono", monospace;
 display: block;
 letter-spacing: 0.02em;
 white-space: nowrap;
}
#global-nav ul li a span {
 display: block;
 font-size: 55%;
 font-weight: 500;
 letter-spacing: 0.1em;
 padding-top: 0.5em;
 white-space: nowrap;
}
header {
 position: fixed;
 z-index: 100;
 width: 100%;
 top: 0;
 left: 0;
 padding: 3.5rem 0;
 background: url(../images/koshi.svg) repeat center top #e84e6a;
 background-size: 66.666% auto;
 border-bottom: solid 2px #000;
}
header .inner {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
header h1 {
 width: 35%;
 position: absolute;
 margin: 0 auto;
 left: 0;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
}
header .sns ul {
 display: flex;
 align-items: center;
}
header .sns ul li {
 flex: 1 0 2.4rem;
 max-width: 2.4rem;
 margin: 0 1.5rem 0 0;
}
header .sns ul li:last-child {
 flex: 1 0 4.7rem;
 max-width: 4.7rem;
}
header nav {
 width: calc(100% - 24rem);
 margin: 0 0 0 auto;
}
header .back a {
 background: #000;
 color: #fff;
 font-weight: bold;
 line-height: 1;
 white-space: nowrap;
 padding: 0.5em 1em;
 font-size: 1.4rem;
}
#note {
 background: #f2f2f2;
 z-index: 4;
}
#note .inner {
 padding: 16% 5% 2.5%;
 text-align: center;
}
#note .secTtl {
 font-size: 150%;
 margin-bottom: 1em;
}
#note .secTtl span {
 font-size: 80%;
}
#note .inner h3 {
 font-weight: bold;
 font-size: 1.2rem;
 margin: 1em 0 0.5em;
 letter-spacing: 0.05em;
 text-align: center;
}
#note .inner .card {
 display: block;
 text-align: center;
}
#note .inner ul {
 font-size: 1.5rem;
 letter-spacing: 0.015em;
 display: inline-block;
 text-align: left;
}
#note .inner ul li {
 text-indent: -0.85em;
 padding-left: 0.85em;
 line-height: 1.6;
 margin-bottom: 0.4em;
}
#note .inner p {
 font-size: 1.3rem;
 line-height: 1.6;
 letter-spacing: 0.05em;
}
#note .inner .cov {
 margin-top: 1em;
 padding-top: 1em;
 position: relative;
}
#note .inner .cov:before {
 content: "";
 display: block;
 width: 36%;
 margin: 0 auto;
 height: 1px;
 background: #2b1d1f;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
}
#note .inner .cov p {
 font-size: 1.1rem;
}
#pagetop {
 position: fixed;
 bottom: 1.5rem;
 right: 1rem;
 z-index: 99;
}
#pagetop a {
 box-sizing: border-box;
 display: block;
 width: 60px;
 height: 60px;
 border: solid 4px #fff;
 border-radius: 50%;
 /*box-shadow: 0 3px 10px rgb(0 0 0 / 16%);*/
}
#pagetop a:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 80px;
 height: 80px;
 background-color: #e84e6a;
 border-radius: 50%;
 transform: translate(-50%, -50%) scale(0, 0);
 transition: transform ease 0.2s;
}
#pagetop a:hover:after {
 transform: translate(-50%, -50%) scale(1.02, 1.02);
}
#pagetop a:before {
 content: "";
 position: absolute;
 z-index: 10;
 top: 55%;
 left: 50%;
 width: 14px;
 height: 14px;
 border-style: solid;
 border-color: #fff;
 border-width: 6px 0 0 6px;
 transform: translate(-50%, -50%) rotate(45deg);
 transition: border-color ease 0.1s;
}
#pagetop a:hover:before {
 border-color: #fff;
}
footer {
 position: relative;
 z-index: 10;
 background-color: #e8307b;
 text-align: center;
 color: #fff;
}
footer .archives {
 background-color: rgba(254, 238, 209, 1.00);
 background-repeat: repeat;
 background-image: url("../images/cone.svg");
 background-size: 4rem auto;
 color: #3f2811;
 position: relative;
}
footer .archives:before {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: linear-gradient(rgba(254, 238, 209, 0.8) 0, rgba(254, 238, 209, 0.3) 100%);
}
footer .archives .inner {
 padding: 3.5% 2.5% 2.5%;
 display: block;
 text-align: center;
}
footer .archives h3 {
 font-size: 1.8rem;
 font-weight: bold;
 line-height: 1;
 margin-bottom: 2em;
}
footer .archives h3 em {
 font-family: "Gloria Hallelujah", cursive;
 font-weight: 400;
 font-size: 4rem;
 display: block;
 padding-bottom: 0.25em;
}
footer .archives ul {
 font-size: 0;
 letter-spacing: -0.4em;
 display: inline-block;
 text-align: left;
 margin: 0 auto;
}
footer .archives ul li {
 margin: 0 0.75rem 1.5rem;
 display: inline-block;
}
footer .archives ul li a {
 display: inline-block;
 font-size: 1.5rem;
 line-height: 1;
 padding: 1.25em 1.25em;
 font-weight: bold;
 position: relative;
 color: #3f2811;
 border: solid 2px #3f2811;
 border-radius: 0.5rem;
 box-shadow: 4px 4px 0 #3f2811;
 background: rgba(255, 250, 224, 1.00);
 white-space: nowrap;
}
footer .archives ul li a:before {
 content: "";
 display: block;
 position: absolute;
 bottom: 2px;
 right: 2px;
 pointer-events: none;
 width: 0;
 height: 0;
 border-style: solid;
 border-color: transparent transparent #3f2811 transparent;
 border-width: 0px 0px 14px 14px;
}
footer .archives ul li a:hover {
 box-shadow: 1px 1px 0 #3f2811;
}
footer .flex {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 padding: 5% 0 1.5em;
 max-width: 1080px;
 margin: 0 auto;
}
footer .op {
 position: relative;
 z-index: 2;
 padding-right: 2.5rem;
 flex: 1 0 50%;
}
footer .op p {
 font-size: 1.3rem;
 text-align: left;
 margin: 2.25rem 0 0.5rem;
}
footer .op dl {
 display: flex;
 align-items: center;
 margin-bottom: 0.75rem;
}
footer .op dl dt {
 padding-right: 1.75em;
 flex: 1 0 11em;
 max-width: 11em;
}
footer .op dt span {
 display: block;
 font-size: 1.4rem;
 font-weight: bold;
 line-height: 1;
 background: #fff;
 color: #e8307a;
 padding: 1em 0.5em 1em 1em;
 position: relative;
 border-radius: 0 3px 3px 0;
}
footer .op dt span:after {
 content: "";
 display: block;
 width: 0;
 height: 0;
 border-style: solid;
 border-top: 1.5em solid transparent;
 border-bottom: 1.5em solid transparent;
 border-left: 1.0em solid #fff;
 border-right: 0;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: calc(-1em + 1px);
}
footer .op dd {
 flex: 1 0 calc(100% - 3rem - 11em);
 max-width: calc(100% - 3rem - 11em);
 text-align: left;
 font-size: 1.4rem;
 line-height: 1.3;
}
footer .op dd img {
 display: inline-block;
 height: 2em;
 width: auto;
}
footer .contact {
 position: relative;
 z-index: 2;
 text-align: right;
 display: flex;
 justify-content: flex-end;
 padding-left: 2.5rem;
}
footer .contact dt {
 padding-right: 1.75em;
}
footer .contact dt span {
 display: inline-block;
 font-size: 1.4rem;
 font-weight: bold;
 line-height: 1;
 background: #fff;
 color: #e8307a;
 padding: 1em 0.5em 1em 1em;
 position: relative;
 border-radius: 0 3px 3px 0;
}
footer .contact dt span:after {
 content: "";
 display: block;
 width: 0;
 height: 0;
 border-style: solid;
 border-top: 1.5em solid transparent;
 border-bottom: 1.5em solid transparent;
 border-left: 1.0em solid #fff;
 border-right: 0;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: calc(-1em + 1px);
}
footer .contact dd {
 text-align: center;
}
footer .contact dd span {
 display: inline-block;
 background: #fff;
 color: #e8307a;
 font-size: 1.7rem;
 line-height: 1;
 font-weight: bold;
 padding: 0.35em 0.5em;
}
footer .contact dd em {
 display: block;
 font-size: 70%;
 font-weight: normal;
}
footer .sns ul {
 display: flex;
 align-items: center;
 justify-content: center;
}
footer .sns ul li {
 flex: 1 0 2.7rem;
 max-width: 2.7rem;
 margin: 0 1.35rem;
}
footer .sns ul li:last-child {
 flex: 1 0 5rem;
 max-width: 5rem;
}
footer .sns ul li a {
 opacity: 0.8;
}
footer .sns ul li a:hover {
 opacity: 1;
 transform: scale(1.2);
}
footer .fNav {
 display: block;
 margin: 3rem 0 0;
 text-align: center;
}
footer .fNav li {
 display: inline-block;
 font-size: 1.3rem;
 margin: 0 0.5em;
}
footer .fNav li a {
 color: rgba(255, 255, 255, 0.8);
 position: relative;
 display: flex;
 align-items: center;
}
footer .fNav li a:before {
 content: "●";
 display: inline-block;
 font-size: 80%;
 color: rgba(255, 255, 255, 0.6);
 opacity: 0.6;
 padding-right: 0.25em;
}
footer .fNav li a:hover {
 text-decoration: underline;
}
footer .cr {
 padding: 3.5rem 0 2.5rem;
 font-size: 80%;
 opacity: 0.7;
}
.soldOutComment {
 display: inline-block;
 margin: 0.5rem auto 0;
 line-height: 1.4;
 padding: 0.5em 1.2em;
 border-radius: 0.5rem;
 background-image: linear-gradient(126deg, rgba(245, 148, 191, 1), rgba(255, 92, 137, 1));
 font-size: 1.4rem;
 position: relative;
 z-index: 5;
 font-weight: bold;
}
.soldOutComment em {
 display: block;
 font-size: 90%;
}
@media screen and (max-width: 999px) {
 .drawer-hamburger {
  display: block;
 }
 .sp {
  display: block !important;
 }
 .pc {
  display: none !important;
 }
 .mfp-content {
  box-sizing: border-box;
  padding: 2% 5%;
 }
 .mfp-content .popup {
  background: url("../images/summer2025_popup_sp.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
 }
 .mfp-content .popup img {
  display: none;
 }
 .mfp-content .popup a {
  position: absolute;
 }
 .inner {
  padding: 0 1.5rem;
 }
 .secTtl {
  margin: 1em 0 1em;
  font-size: 120%;
  padding: 0.35em 0.45em;
 }
 .secTtl span {
  font-size: 70%;
 }
 .horizon {
  display: flex;
  overflow: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
 }
 header {
  padding: 0;
 }
 header .inner {
  height: 7rem;
 }
 header h1 {
  width: 72%;
  position: relative;
  margin: 0;
  right: auto;
  top: auto;
  transform: translateY(0);
 }
 header .sns {
  display: none;
 }
 header .back a {
  font-size: 1.3rem;
 }
 #global-nav {
  height: 0;
  display: none;
 }
 #note .inner {
  padding: 5em 1.5rem 1.5em;
 }
 #note .secTtl {
  font-size: 120%;
 }
 #note .secTtl span {
  font-size: 70%;
 }
 #note .inner ul li {
  font-size: 1.4rem;
 }
 #pagetop {
  display: none !important;
 }
 footer .inner {
  display: block;
  padding: 0 1.5rem;
 }
 footer .archives .inner {
  padding: 1.5em 0.5rem 0.75em;
 }
 footer .archives h3 {
  font-size: 1.6rem;
  margin-bottom: 1em;
 }
 footer .archives h3 em {
  font-size: 2.7rem;
 }
 footer .archives ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.25rem;
 }
 footer .archives ul li {
  flex: 1 0 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  margin: 0 0.5rem 1rem;
 }
 footer .archives ul li a {
  font-size: 1.2rem;
  padding: 1em 0.5em;
  display: block;
 }
 footer .archives ul li a:before {
  border-width: 0px 0px 10px 10px;
 }
 footer .flex {
  display: block;
  padding: 3rem 1.5rem;
 }
 footer .op {
  padding: 0 0 1.5rem;
 }
 footer .op dt {
  padding-right: 1.2em;
 }
 footer .op dt span {
  font-size: 1.2rem;
 }
 footer .op dd {
  font-size: 1.2rem;
 }
 footer .contact {
  text-align: left;
  justify-content: flex-start;
  padding: 0;
 }
 footer .contact dt {
  padding-right: 1.2em;
 }
 footer .contact dt span {
  font-size: 1.2rem;
  white-space: nowrap;
 }
 footer .contact dd span {
  font-size: 1.6rem;
  padding: 0.35em 0.5em;
  white-space: nowrap;
 }
 footer .sns ul {
  justify-content: center;
 }
 footer .sns ul li {
  margin: 0 1rem;
 }
 footer .sns ul li a:hover {
  transform: scale(1);
 }
 footer .fNav {
  text-align: center;
 }
 footer .fNav li a:hover {
  text-decoration: none;
 }
 footer .cr {
  padding: 2rem 0;
  text-align: center;
 }
 .soldOutComment {
  display: block;
  margin: 0 auto;
  padding: 0.5em;
  font-size: 1.3rem;
  white-space: nowrap;
 }
 .soldOutComment em {
  font-size: 80%;
 }
}
/* ================= Animation ================= */
.fadeUp {
 animation-name: fadeUpAnime;
 animation-duration: 0.6s;
 animation-fill-mode: forwards;
 opacity: 0;
}
@keyframes fadeUpAnime {
 from {
  opacity: 0;
  transform: translateY(-50px);
 }
 to {
  opacity: 1;
  transform: translateY(0);
 }
}
@keyframes yurayura {
 0%, 100% {
  transform: rotate(4deg);
 }
 50% {
  transform: rotate(-4deg);
 }
}
@keyframes scale {
 0%, 100% {
  transform: scale(0.95, 0.95);
 }
 50% {
  transform: scale(1, 1);
 }
}
@keyframes updown {
 0%, 100% {
  transform: translateY(0px);
 }
 50% {
  transform: translateY(10px);
 }
}
@keyframes poyopoyo {
 0%, 40%, 60%, 80% {
  transform: scale(1.0);
 }
 50%, 70% {
  transform: scale(0.95);
 }
}
@keyframes pekopeko {
 0%, 40%, 60%, 80% {
  transform: scaleY(1.0);
 }
 50%, 70% {
  transform: scaleY(0.95);
 }
}
@keyframes spin {
 from {
  transform: rotateY(0deg);
 }
 to {
  transform: rotateY(360deg);
 }
}
@keyframes fuwafuwa {
 0%, 100% {
  transform: translateY(0);
 }
 50% {
  transform: translateY(-15px);
 }
}
@keyframes fuwafuwa01 {
 0%, 100% {
  transform: translateY(0);
 }
 50% {
  transform: translateY(-7px);
 }
}
@keyframes rotation {
 0% {
  transform: rotate(0);
 }
 100% {
  transform: rotate(360deg);
 }
}
@keyframes rotation2 {
 0% {
  transform: rotate(0);
 }
 100% {
  transform: rotate(-360deg);
 }
}