body {
  background-color: #fff;
  overflow: hidden;
}
body p {
  font-size: 1.6rem;
}

section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
section .content {
  width: 100%;
  max-width: 125rem;
  margin: auto;
}
@media (max-width: 640px) {
  section {
    padding: 3rem 0;
  }
}

.grid.grid-2-column {
  grid-template-columns: repeat(2, 1fr);
}
.grid.grid-3-column {
  grid-template-columns: repeat(3, 1fr);
}

.-header {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: rgb(243, 159, 23);
  z-index: 2;
}
.-header .layout_logo_container {
  max-width: 125rem;
  margin: auto;
  padding-left: 3.2rem;
}
.-header .pankuzu {
  padding-left: 3.2rem;
  max-width: 125rem;
  margin: auto;
}

.kv .content {
  width: 100%;
  max-width: 125rem;
  margin: auto;
  position: relative;
  z-index: 5;
}
.kv .content h1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.kv .content h1 svg {
  width: 100%;
  height: auto;
}
.lead {
  overflow: visible;
}
.lead .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 6rem 2rem 6rem 36rem;
  max-width: 102.2rem;
}
.lead h2 {
  background-color: rgb(56, 168, 183);
}
.lead h2 img {
  width: 100%;
  max-width: 64rem;
}
.lead .picts {
  background-color: #fff;
}
.lead .picts .content {
  position: relative;
}
.lead .picts .content .pict {
  max-width: 64rem;
}
.lead .picts .content .image {
  z-index: 2;
  position: absolute;
  left: 4rem;
  top: -30rem;
  width: 28.6rem;
}
@media (max-width: 640px) {
  .lead h2 .content {
    padding: 4rem 4rem 7rem;
  }
  .lead .picts .content {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-left: 19rem;
  }
  .lead .picts .content .pict {
    width: 19rem;
    padding: 0;
  }
  .lead .picts .content .image {
    left: 3rem;
    width: 16rem;
    top: -5rem;
  }
}

p a {
  color: #387087;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

section {
  padding: 2.565rem;
}

.sec01 {
  background-color: rgb(252, 203, 41);
  padding-top: 19rem;
}
.sec01 .heading {
  max-width: 111.2rem;
  margin: auto;
}
.sec01 ul {
  width: 100%;
  max-width: 109.2rem;
  margin: auto;
  padding: 3rem 2rem;
}
.sec01 ul li {
  width: 100%;
  list-style: none;
  background-color: #fff;
  border-radius: 2em;
  padding: 4rem 11rem 5rem 6rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 6rem;
}
.sec01 ul li .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.sec01 ul li .cont {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.sec01 ul li .cont h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 20rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 2rem;
}
.sec01 ul li .icon {
  position: absolute;
  display: block;
  width: 19rem;
  left: -3rem;
  top: -3rem;
}
@media (max-width: 640px) {
  .sec01 {
    padding-top: 10rem;
  }
  .sec01 .heading {
    margin-bottom: 2rem;
  }
  .sec01 ul {
    padding: 3rem 0;
  }
  .sec01 ul li {
    padding: 7rem 2rem 3rem;
  }
  .sec01 ul li .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec01 ul li .cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec01 ul li .cont h3 {
    min-height: 1px;
  }
  .sec01 ul li .icon {
    left: 2rem;
    top: -3.4rem;
    width: 10rem;
  }
}

.blue-ttl {
  font-size: 5rem;
  font-weight: 800;
  line-height: 5.6rem;
  color: #004387;
  text-align: center;
  margin-bottom: 0.6em;
}
@media (max-width: 640px) {
  .blue-ttl {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.sec02 {
  padding-top: 10rem;
}
@media (max-width: 640px) {
  .sec02 {
    padding-top: 0;
  }
}
.sec02 .panel-heading {
  background-color: rgb(56, 168, 183);
  position: relative;
  padding: 5rem 2rem;
  text-align: center;
  color: #fff;
  font-weight: 800;
  margin-bottom: 12rem;
}
.sec02 .panel-heading:after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 6rem;
  height: 4.3301270189rem;
  background-color: rgb(56, 168, 183);
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 640px) {
  .sec02 .panel-heading {
    margin-left: -2.565rem;
    margin-right: -2.565rem;
    margin-bottom: 8rem;
    font-size: 2.6rem;
  }
}
.sec02 .grid {
  gap: 8.2rem;
  margin-bottom: 12rem;
}
.sec02 .grid > .-row {
  position: relative;
  border-radius: 1em;
  width: 100%;
  max-width: 100rem;
  margin: auto;
  padding: 1.8rem;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(56, 197, 183, 0.19);
}
.sec02 .grid > .-row .icon {
  width: 28rem;
  padding: 0 3rem;
  text-align: center;
  position: relative;
}
.sec02 .grid > .-row .icon:after {
  content: "";
  width: 2rem;
  height: 15rem;
  background-color: rgb(56, 168, 183);
  position: absolute;
  left: 50%;
  top: 99%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.sec02 .grid > .-row .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec02 .grid > .-row .cont h3 {
  color: #f39f17;
  font-weight: 800;
  font-size: 3.6rem;
  margin-bottom: 0.3em;
}
.sec02 .grid > .-row .image {
  width: 29.5rem;
  margin-right: -6.8rem;
  position: relative;
  height: 100%;
}
.sec02 .grid > .-row .image img {
  position: absolute;
  right: 0;
  top: -12.4rem;
}
.sec02 .grid > .-row:last-child img {
  top: -16.1rem;
}
.sec02 .grid > .-row:last-child .icon::after {
  display: none;
}
@media (max-width: 640px) {
  .sec02 .grid {
    gap: 3rem;
  }
  .sec02 .grid > .-row {
    display: grid;
    padding-left: 13rem;
    padding-top: 3rem;
  }
  .sec02 .grid > .-row .image {
    width: calc(100% + 5rem);
    margin: 0;
    margin-left: -5rem;
  }
  .sec02 .grid > .-row .image img {
    position: static;
  }
  .sec02 .grid > .-row .cont h3 {
    line-height: 1.3;
  }
  .sec02 .grid > .-row .cont p {
    font-size: 1.8rem;
  }
  .sec02 .grid > .-row .icon {
    width: 12.5rem;
    padding: 0;
    position: absolute;
    left: -0.9rem;
    top: 2.4rem;
  }
  .sec02 .grid > .-row .icon:after {
    display: none;
  }
  .sec02 .grid > .-row:after {
    content: "";
    width: 1.3rem;
    height: 100%;
    background-color: rgb(56, 168, 183);
    position: absolute;
    left: 5.3rem;
    top: 13rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .sec02 .grid > .-row:last-child .image {
    margin-bottom: -5rem;
  }
  .sec02 .grid > .-row:last-child:after {
    display: none;
  }
}

.button-area {
  padding: 3rem;
  width: 100%;
  max-width: 106rem;
  margin: auto;
}
.button-area a {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-area a svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: auto;
}
.button-area a .orange {
  fill: #F39F17;
}
.button-area a:hover .orange {
  fill: #ff5900;
}
.button-area a:hover .arrow {
  -webkit-animation: move-arrow 0.3s 0s ease forwards;
          animation: move-arrow 0.3s 0s ease forwards;
}
@media (max-width: 640px) {
  .button-area {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@-webkit-keyframes move-arrow {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  100% {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}

@keyframes move-arrow {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  100% {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}
.sec03 .heading-area {
  width: 100%;
  max-width: 100rem;
  padding: 0 2rem 3rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec03 .heading-area h3 {
  text-align: center;
  margin-bottom: 1em;
  width: 36rem;
  font-size: 4.4rem;
  font-weight: 800;
  color: #38A8B7;
  position: relative;
}
.sec03 .heading-area h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  z-index: -1;
  width: 100%;
  height: 3em;
  background: url(../img/bg-faq.svg) no-repeat center;
  background-size: contain;
}
.sec03 .heading-area p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 640px) {
  .sec03 .heading-area p {
    text-align: left;
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .sec03 .heading-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec03 .accordions {
  max-width: 116rem;
  margin: 0 auto 3rem;
}
.sec03 .accordions dl {
  background-color: rgb(239, 247, 248);
  margin-bottom: 3rem;
  position: relative;
}
.sec03 .accordions dl dt,
.sec03 .accordions dl dd {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 8rem 8rem 8rem 0;
  position: static;
}
@media (max-width: 640px) {
  .sec03 .accordions dl dt,
  .sec03 .accordions dl dd {
    padding: 4em 1em;
  }
}
.sec03 .accordions dl span {
  width: 20rem;
  text-align: center;
}
@media (max-width: 640px) {
  .sec03 .accordions dl span {
    width: 4rem;
  }
}
.sec03 .accordions dl span img {
  width: 5.6rem;
}
@media (max-width: 640px) {
  .sec03 .accordions dl span img {
    width: 2.4rem;
  }
}
.sec03 .accordions dl h4 {
  font-size: 3.2rem;
}
@media (max-width: 640px) {
  .sec03 .accordions dl h4 {
    font-size: 2rem;
  }
}
.sec03 .accordions dl dt {
  cursor: pointer;
}
.sec03 .accordions dl dt:after {
  content: "";
  width: 2.8rem;
  height: 1.8rem;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2.4rem;
  background: url(../img/arr-open.svg) no-repeat center;
  background-size: contain;
}
.sec03 .accordions dl dt.active:after {
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
@media (max-width: 640px) {
  .sec03 .accordions dl dd {
    padding-top: 0;
    padding-bottom: 7em;
  }
}

.anim .popIn #text-item-01,
.anim .popIn #text-item-02,
.anim .popIn #text-item-03,
.anim .popIn #text-item-04,
.anim .popIn #text-item-05,
.anim .popIn #text02-item-01,
.anim .popIn #text02-item-02,
.anim .popIn #text02-item-03,
.anim .popIn #text02-item-04,
.anim .popIn #text02-item-05,
.anim .popIn #text02-item-06,
.anim .popIn #text02-item-07 {
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}
.anim .popIn #text-item-shadow,
.anim .popIn #text02-item-shadow {
  opacity: 0;
}
.anim .popIn#mv-takoyaki, .anim .popIn#mv-kaminarimon, .anim .popIn#mv-dome, .anim .popIn#mv-tower, .anim .popIn#kv-kotsuhi--pc, .anim .popIn#kv-koshunyu--pc, .anim .popIn#kv-ryo-kanbi--pc, .anim .popIn#kv-wi-fi--pc {
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}
.anim.play .popIn #text-item-01 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: popIn 0.3s 0.1s ease-out forwards;
          animation: popIn 0.3s 0.1s ease-out forwards;
}
.anim.play .popIn #text-item-02 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: popIn 0.35s 0.1s ease-out forwards;
          animation: popIn 0.35s 0.1s ease-out forwards;
}
.anim.play .popIn #text-item-03 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: popIn 0.3s 0.2s ease-out forwards;
          animation: popIn 0.3s 0.2s ease-out forwards;
}
.anim.play .popIn #text-item-04 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: popIn 0.3s 0.3s ease-out forwards;
          animation: popIn 0.3s 0.3s ease-out forwards;
}
.anim.play .popIn #text-item-05 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: popIn 0.35s 0.3s ease-out forwards;
          animation: popIn 0.35s 0.3s ease-out forwards;
}
.anim.play .popIn #text02-item-01 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: popIn 0.3s 0.4s ease-out forwards;
          animation: popIn 0.3s 0.4s ease-out forwards;
}
.anim.play .popIn #text02-item-02 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: popIn 0.3s 0.3s ease-out forwards;
          animation: popIn 0.3s 0.3s ease-out forwards;
}
.anim.play .popIn #text02-item-03 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: popIn 0.3s 0.4s ease-out forwards;
          animation: popIn 0.3s 0.4s ease-out forwards;
}
.anim.play .popIn #text02-item-04 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: popIn 0.35s 0.4s ease-out forwards;
          animation: popIn 0.35s 0.4s ease-out forwards;
}
.anim.play .popIn #text02-item-05 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: popIn 0.3s 0.3s ease-out forwards;
          animation: popIn 0.3s 0.3s ease-out forwards;
}
.anim.play .popIn #text02-item-06 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: popIn 0.3s 0.5s ease-out forwards;
          animation: popIn 0.3s 0.5s ease-out forwards;
}
.anim.play .popIn #text02-item-07 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: popIn 0.3s 0.3s ease-out forwards;
          animation: popIn 0.3s 0.3s ease-out forwards;
}
.anim.play .popIn #text-item-shadow,
.anim.play .popIn #text02-item-shadow {
  -webkit-animation: fadeIn 3s 0.7s ease-out forwards;
          animation: fadeIn 3s 0.7s ease-out forwards;
}
.anim.play #mv-takoyaki,
.anim.play #mv-kaminarimon,
.anim.play #mv-dome,
.anim.play #mv-tower {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: popIn 0.3s 1.5s ease-out forwards;
          animation: popIn 0.3s 1.5s ease-out forwards;
}
.anim.play #kv-kotsuhi--pc,
.anim.play #kv-koshunyu--pc,
.anim.play #kv-ryo-kanbi--pc,
.anim.play #kv-wi-fi--pc {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: popIn 0.3s 1.6s ease-out forwards;
          animation: popIn 0.3s 1.6s ease-out forwards;
}
.anim .takeOff {
  position: relative;
  z-index: 10;
  -webkit-transform: translate(-174.78rem, 75.34rem);
          transform: translate(-174.78rem, 75.34rem);
  -webkit-animation: takeOff 13s 0s ease-out forwards;
          animation: takeOff 13s 0s ease-out forwards;
}

svg:not(:root) {
  overflow: visible;
}

.popInBody {
  opacity: 0;
  -webkit-transform: translateY(8rem);
          transform: translateY(8rem);
}
.popInBody.play {
  -webkit-animation: popInBody 0.5s 0s ease-out forwards;
          animation: popInBody 0.5s 0s ease-out forwards;
}

.slideInBody {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}
.slideInBody.play {
  -webkit-animation: slideInBody 0.5s 0s ease-out forwards;
          animation: slideInBody 0.5s 0s ease-out forwards;
}

@-webkit-keyframes takeOff {
  0% {
    -webkit-transform: translate(-174.78rem, 75.34rem);
            transform: translate(-174.78rem, 75.34rem);
    opacity: 1;
  }
  95% {
    -webkit-transform: translate(174.78rem, -75.34rem);
            transform: translate(174.78rem, -75.34rem);
    opacity: 1;
  }
  95.0001% {
    opacity: 0;
    -webkit-transform: translate(174.78rem, -75.34rem);
            transform: translate(174.78rem, -75.34rem);
  }
  95.0001% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes takeOff {
  0% {
    -webkit-transform: translate(-174.78rem, 75.34rem);
            transform: translate(-174.78rem, 75.34rem);
    opacity: 1;
  }
  95% {
    -webkit-transform: translate(174.78rem, -75.34rem);
            transform: translate(174.78rem, -75.34rem);
    opacity: 1;
  }
  95.0001% {
    opacity: 0;
    -webkit-transform: translate(174.78rem, -75.34rem);
            transform: translate(174.78rem, -75.34rem);
  }
  95.0001% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes slideInBody {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInBody {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popIn {
  0% {
    -webkit-transform: translateY(5rem) scale(50%);
            transform: translateY(5rem) scale(50%);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(-0.5rem) scale(105%);
            transform: translateY(-0.5rem) scale(105%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(0.4rem) scale(99%);
            transform: translateY(0.4rem) scale(99%);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-0.3rem) scale(105%);
            transform: translateY(-0.3rem) scale(105%);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(0.1rem) scale(99%);
            transform: translateY(0.1rem) scale(99%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%) scale(100%);
            transform: translateY(0%) scale(100%);
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    -webkit-transform: translateY(5rem) scale(50%);
            transform: translateY(5rem) scale(50%);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(-0.5rem) scale(105%);
            transform: translateY(-0.5rem) scale(105%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(0.4rem) scale(99%);
            transform: translateY(0.4rem) scale(99%);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-0.3rem) scale(105%);
            transform: translateY(-0.3rem) scale(105%);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(0.1rem) scale(99%);
            transform: translateY(0.1rem) scale(99%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%) scale(100%);
            transform: translateY(0%) scale(100%);
    opacity: 1;
  }
}
@-webkit-keyframes popInBody {
  0% {
    -webkit-transform: translateY(8rem) scale(50%);
            transform: translateY(8rem) scale(50%);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(-0.6rem) scale(105%);
            transform: translateY(-0.6rem) scale(105%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(0.4rem) scale(99%);
            transform: translateY(0.4rem) scale(99%);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-0.3rem) scale(105%);
            transform: translateY(-0.3rem) scale(105%);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(0.1rem) scale(99%);
            transform: translateY(0.1rem) scale(99%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%) scale(100%);
            transform: translateY(0%) scale(100%);
    opacity: 1;
  }
}
@keyframes popInBody {
  0% {
    -webkit-transform: translateY(8rem) scale(50%);
            transform: translateY(8rem) scale(50%);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(-0.6rem) scale(105%);
            transform: translateY(-0.6rem) scale(105%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(0.4rem) scale(99%);
            transform: translateY(0.4rem) scale(99%);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-0.3rem) scale(105%);
            transform: translateY(-0.3rem) scale(105%);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(0.1rem) scale(99%);
            transform: translateY(0.1rem) scale(99%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%) scale(100%);
            transform: translateY(0%) scale(100%);
    opacity: 1;
  }
}/*# sourceMappingURL=style-naichi.css.map */