/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Shin Maru Go DemiBold", sans-serif;
  font-size: 1.4rem;
  color: #1C1564;
  overflow-x: hidden;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.4px;
}
@media (min-width: 641px) {
  body {
    font-size: 1.6rem;
    line-height: 32px; /* 200% */
    letter-spacing: 1.6px;
  }
}

a {
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

@media (max-width: 640px) {
  br:not(.sp-br) {
    display: none;
  }
}

@media (min-width: 641px) {
  .spOnly {
    display: none;
  }
}

img {
  max-width: 100%;
}

.hidden {
  visibility: hidden;
}

a {
  text-decoration: underline;
}

a[target=_blank]::after {
  margin: 0 3px 0 1px;
  font-family: "Hobonichi-Icons" !important;
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
}

@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
body {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  background-color: #E64021;
}
body.show {
  opacity: 1;
}
body::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  padding-top: 300%;
  background-image: url(../img/bg-sp.webp);
  background-repeat: no-repeat;
  background-size: 448px 1142px;
  position: absolute;
  z-index: -1;
}
@media (min-width: 641px) {
  body::before {
    background-image: url(../img/bg-pc.webp);
    padding-top: 84.798%;
    background-size: 90% auto;
    background-position: top center;
  }
}
@media (orientation: portrait) {
  body::before {
    background-image: url(../img/bg-sp.webp);
    padding-top: 300%;
  }
}

main {
  overflow: hidden;
}

#mv {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "title title" "copy base" "playball playball";
}
@media (min-width: 641px) and (orientation: landscape) {
  #mv {
    max-width: 1400px;
    width: 90vw;
    margin: 0 auto;
    grid-template-areas: "copy base playball" "copy base playball";
    grid-template-columns: 10% 40% auto;
    margin-bottom: 70px;
  }
}
@media (min-width: 641px) and (orientation: landscape) and (max-width: 1400px) {
  #mv {
    grid-template-columns: 8% 37% 30%;
  }
}
@media (min-width: 641px) and (orientation: landscape) and (max-width: 1400px) and (max-height: 1024px) {
  #mv {
    grid-template-columns: 10% 38% 66%;
  }
}
@media (min-width: 641px) and (orientation: landscape) and (max-width: 1200px) {
  #mv {
    grid-template-columns: 6% 42% 64%;
  }
}
@media (min-width: 1600px) {
  #mv {
    grid-template-columns: 10% 60% auto;
  }
}
#mv > * {
  position: relative;
}
@-webkit-keyframes flow-up {
  0% {
    -webkit-mask-size: 100% 0%;
            mask-size: 100% 0%;
  }
  100% {
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
  }
}
@keyframes flow-up {
  0% {
    -webkit-mask-size: 100% 0%;
            mask-size: 100% 0%;
  }
  100% {
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
  }
}
#mv .copy {
  grid-area: copy;
  width: 5.625vw;
  top: 40px;
  left: 10px;
  justify-self: center;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(40%, black), color-stop(60%, transparent));
  -webkit-mask-image: linear-gradient(black, black 40%, transparent 60%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(40%, black), color-stop(60%, transparent));
          mask-image: linear-gradient(black, black 40%, transparent 60%);
  -webkit-mask-size: 100% 0%;
          mask-size: 100% 0%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (min-width: 641px) and (orientation: landscape) {
  #mv .copy {
    width: 40px;
    top: 20px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 641px) and (max-width: 1400px) {
  #mv .copy {
    width: 35px;
  }
}
#mv .copy.show {
  -webkit-animation: flow-up 3s linear forwards;
          animation: flow-up 3s linear forwards;
}
@-webkit-keyframes slide-out-bl {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(800px) translateX(-110vw) scale(4);
            transform: translateY(800px) translateX(-110vw) scale(4);
  }
}
@keyframes slide-out-bl {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(800px) translateX(-110vw) scale(4);
            transform: translateY(800px) translateX(-110vw) scale(4);
  }
}
@-webkit-keyframes slide-in-bl {
  0% {
    -webkit-transform: translateY(800px) translateX(-110vw) scale(4);
            transform: translateY(800px) translateX(-110vw) scale(4);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
@keyframes slide-in-bl {
  0% {
    -webkit-transform: translateY(800px) translateX(-110vw) scale(4);
            transform: translateY(800px) translateX(-110vw) scale(4);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes slide-out-bl-tab {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(50vh) translateX(-160vw) scale(3);
            transform: translateY(50vh) translateX(-160vw) scale(3);
  }
}
@keyframes slide-out-bl-tab {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(50vh) translateX(-160vw) scale(3);
            transform: translateY(50vh) translateX(-160vw) scale(3);
  }
}
@-webkit-keyframes slide-in-bl-tab {
  0% {
    -webkit-transform: translateY(50vh) translateX(-160vw) scale(3);
            transform: translateY(50vh) translateX(-160vw) scale(3);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
@keyframes slide-in-bl-tab {
  0% {
    -webkit-transform: translateY(50vh) translateX(-160vw) scale(3);
            transform: translateY(50vh) translateX(-160vw) scale(3);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes slide-out-bl-sp {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(50vh) translateX(-150vw) scale(3);
            transform: translateY(50vh) translateX(-150vw) scale(3);
  }
}
@keyframes slide-out-bl-sp {
  0% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: translateY(50vh) translateX(-150vw) scale(3);
            transform: translateY(50vh) translateX(-150vw) scale(3);
  }
}
@-webkit-keyframes slide-in-bl-sp {
  0% {
    -webkit-transform: translateY(50vh) translateX(-150vw) scale(3);
            transform: translateY(50vh) translateX(-150vw) scale(3);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
@keyframes slide-in-bl-sp {
  0% {
    -webkit-transform: translateY(50vh) translateX(-150vw) scale(3);
            transform: translateY(50vh) translateX(-150vw) scale(3);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
#mv .base {
  grid-area: base;
  width: 67.187vw;
}
#mv .base.showout {
  -webkit-animation: slide-out-bl 2s ease-out both;
          animation: slide-out-bl 2s ease-out both;
}
@media (orientation: portrait) {
  #mv .base.showout {
    -webkit-animation: slide-out-bl-tab 2s ease-out both;
            animation: slide-out-bl-tab 2s ease-out both;
  }
}
@media (max-width: 640px) {
  #mv .base.showout {
    -webkit-animation: slide-out-bl-sp 2s ease-out both;
            animation: slide-out-bl-sp 2s ease-out both;
  }
}
#mv .base.showin {
  -webkit-animation: slide-in-bl 2s ease-in both;
          animation: slide-in-bl 2s ease-in both;
}
@media (orientation: portrait) {
  #mv .base.showin {
    -webkit-animation: slide-in-bl-tab 2s ease-in both;
            animation: slide-in-bl-tab 2s ease-in both;
  }
}
@media (max-width: 640px) {
  #mv .base.showin {
    -webkit-animation: slide-in-bl-sp 2s ease-in both;
            animation: slide-in-bl-sp 2s ease-in both;
  }
}
@media (min-width: 641px) and (orientation: landscape) {
  #mv .base {
    padding-top: 3vh;
    height: 94vh;
    width: auto;
    justify-self: center;
  }
}
@media (min-width: 641px) {
  #mv .base img {
    max-width: initial;
    width: auto;
    height: 100%;
  }
}
#mv .title {
  grid-area: title;
  width: 86.25vw;
  padding: 30px 0 10px;
  justify-self: center;
}
#mv .title .pc {
  display: none;
}
@media (min-width: 641px) and (orientation: landscape) {
  #mv .title .pc {
    display: block;
  }
}
#mv .title .sp {
  display: block;
  margin: 0 auto;
}
@media (min-width: 641px) and (orientation: landscape) {
  #mv .title .sp {
    display: none;
  }
}
@media (min-width: 641px) and (orientation: landscape) {
  #mv .title {
    width: 132px;
    top: 28px;
    right: 40px;
    position: absolute;
    padding: 0;
  }
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5) rotate(-15deg);
    transform: scale(1.5) rotate(-15deg);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5) rotate(-15deg);
    transform: scale(1.5) rotate(-15deg);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#mv .playball {
  grid-area: playball;
  width: 86.56vw;
  justify-self: center;
  padding-bottom: 126px;
}
@media (min-width: 641px) and (orientation: landscape) {
  #mv .playball {
    max-width: 717px;
    width: 100%;
    justify-self: center;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  #mv .playball {
    width: 86.56vw;
  }
}
#mv .playball .text1 {
  width: 96%;
  padding-bottom: 20px;
}
@media (min-width: 641px) and (orientation: landscape) {
  #mv .playball .text1 {
    padding-bottom: 0;
    position: relative;
    left: -6vw;
  }
}
#mv .playball .text1.show {
  -webkit-animation: scale-in-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scale-in-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#mv .playball .text2 {
  width: 86.56vw;
}
@media (min-width: 641px) and (orientation: landscape) {
  #mv .playball .text2 {
    width: 78%;
  }
}

@-webkit-keyframes furufuru {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-10deg);
            transform: translate(0, 0) rotate(-10deg);
  }
  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0, -1px) rotate(10deg);
            transform: translate(0, -1px) rotate(10deg);
  }
  25% {
    -webkit-transform: translate(1px, 0) rotate(-8deg);
            transform: translate(1px, 0) rotate(-8deg);
  }
  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
            transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(10deg);
            transform: translate(0, 0) rotate(10deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes furufuru {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-10deg);
            transform: translate(0, 0) rotate(-10deg);
  }
  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0, -1px) rotate(10deg);
            transform: translate(0, -1px) rotate(10deg);
  }
  25% {
    -webkit-transform: translate(1px, 0) rotate(-8deg);
            transform: translate(1px, 0) rotate(-8deg);
  }
  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
            transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(10deg);
            transform: translate(0, 0) rotate(10deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2025-4-15 10:26:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
article {
  max-width: 800px;
  width: 88.75vw;
  margin: 0 auto;
  padding: 40px 0 45px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 641px) {
  article {
    border-radius: 24px;
    padding: 85px 0;
    margin-bottom: 30px;
  }
}
article .yodogawa {
  width: 76.875vw;
  margin: 0 auto;
  text-align: left;
  padding: 70px 0 70px 230px;
}
@media (max-width: 820px) {
  article .yodogawa {
    padding-left: 15vw;
  }
}
@media (max-width: 640px) {
  article .yodogawa {
    padding: 30px 0;
  }
}
article .ill {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 640px) {
  article .ill {
    padding: 15px 0;
  }
}
@media (min-width: 641px) {
  article .ill {
    display: block;
  }
}
article .active2 {
  -webkit-animation: furufuru 1s ease-in-out infinite 1s;
          animation: furufuru 1s ease-in-out infinite 1s;
}
article .ball {
  position: relative;
  width: 261px;
  top: -30px;
  right: -24vw;
  opacity: 0;
}
@media (min-width: 641px) {
  article .ball {
    position: absolute;
    width: 364px;
    top: 60px;
    right: -110px;
  }
}
@-webkit-keyframes slide-in-br {
  0% {
    -webkit-transform: translateY(1000px) translateX(1000px);
            transform: translateY(1000px) translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-br {
  0% {
    -webkit-transform: translateY(1000px) translateX(1000px);
            transform: translateY(1000px) translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-br-sp {
  0% {
    -webkit-transform: translateY(100px) translateX(1000px);
            transform: translateY(100px) translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-br-sp {
  0% {
    -webkit-transform: translateY(100px) translateX(1000px);
            transform: translateY(100px) translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
    opacity: 1;
  }
}
article .ball.active {
  -webkit-animation: slide-in-br 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-br 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media (min-width: 641px) {
  article .ball.active {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
@media (max-width: 640px) {
  article .ball.active {
    -webkit-animation: slide-in-br-sp 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
            animation: slide-in-br-sp 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
}
article .glove {
  width: 125px;
  margin-top: -30px;
  -webkit-animation: furufuru 4s ease-in-out infinite;
          animation: furufuru 4s ease-in-out infinite;
}
@media (min-width: 641px) {
  article .glove {
    width: 113px;
    position: absolute;
    width: 177px;
    top: -150px;
    left: -280px;
    margin-top: 0;
  }
}
@media (max-width: 820px) {
  article .glove {
    left: -25vw;
  }
}
article .helmet {
  width: 125px;
  margin-top: 10px;
  -webkit-animation: furufuru 6s ease-in-out infinite;
          animation: furufuru 6s ease-in-out infinite;
}
@media (min-width: 641px) {
  article .helmet {
    width: 111px;
    position: absolute;
    width: 201px;
    bottom: -310px;
    left: 440px;
    margin-top: 0;
  }
}
@media (max-width: 820px) {
  article .helmet {
    left: 50vw;
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  3% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  3% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
article .bat {
  width: 148px;
  position: relative;
  top: 170px;
  margin-left: -40px;
  margin-right: 110px;
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media (min-width: 641px) {
  article .bat {
    position: absolute;
    width: 198px;
    top: -740px;
    left: -60px;
    margin: 0;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}
article .bat.active {
  -webkit-animation: swing 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: swing 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@media (min-width: 641px) {
  article .bat.active {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  10% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  10% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
article .ball-s {
  position: relative;
  top: 170px;
  width: 30px;
  opacity: 0;
}
@media (min-width: 641px) {
  article .ball-s {
    display: none;
  }
}
article .ball-s.active {
  opacity: 1;
  right: -500px;
  -webkit-animation: slide-in-left 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: slide-in-left 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@-webkit-keyframes scale-in-center2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: scaleY(1.2);
            transform: scaleY(1.2);
    opacity: 1;
  }
  60% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(7.24deg);
            transform: scale(1) rotate(7.24deg);
    opacity: 1;
  }
}
@keyframes scale-in-center2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: scaleY(1.2);
            transform: scaleY(1.2);
    opacity: 1;
  }
  60% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(7.24deg);
            transform: scale(1) rotate(7.24deg);
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-center2-sp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: scaleY(1.2);
            transform: scaleY(1.2);
    opacity: 1;
  }
  60% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(-7.24deg);
            transform: scale(1) rotate(-7.24deg);
    opacity: 1;
  }
}
@keyframes scale-in-center2-sp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: scaleY(1.2);
            transform: scaleY(1.2);
    opacity: 1;
  }
  60% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(-7.24deg);
            transform: scale(1) rotate(-7.24deg);
    opacity: 1;
  }
}
article .girl {
  width: 391px;
  position: relative;
  opacity: 0;
}
@media (min-width: 641px) {
  article .girl {
    position: absolute;
    width: 391px;
    top: -390px;
    bottom: initial;
    right: -180px;
  }
}
@media (max-width: 820px) {
  article .girl {
    top: -240px;
    right: -20vw;
  }
}
@media (max-width: 640px) {
  article .girl {
    width: 270px;
    top: auto;
    right: -70px;
    margin-left: -210px;
  }
}
article .girl.active {
  -webkit-animation: scale-in-center2 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scale-in-center2 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media (min-width: 641px) {
  article .girl.active {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media (max-width: 640px) {
  article .girl.active {
    -webkit-animation: scale-in-center2-sp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
            animation: scale-in-center2-sp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
}
@media (max-width: 640px) {
  article .content {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  article .midashi01 {
    width: 153px;
    margin-top: -30px;
  }
}
@media (max-width: 640px) {
  article .midashi02 {
    width: 237px;
  }
}
@media (max-width: 640px) {
  article .midashi03 {
    width: 167px;
  }
}
@media (max-width: 640px) {
  article .midashi04 {
    width: 183px;
  }
}
@media (max-width: 640px) {
  article .midashi05 {
    width: 242px;
  }
}
@media (max-width: 640px) {
  article .midashi06 {
    width: 212px;
    margin-bottom: 10px;
  }
}
article h2 {
  text-align: center;
}
article h3 {
  text-align: center;
  padding-top: 30px;
}
@media (min-width: 641px) {
  article h3 {
    padding-top: 44px;
  }
}
article .date {
  font-size: 1.2rem;
  letter-spacing: 6px;
  text-align: center;
}
@media (max-width: 640px) {
  article .date {
    font-size: 1rem;
  }
}
article .copyright {
  text-align: center;
  font-size: 1rem;
  line-height: 32px; /* 266.667% */
  letter-spacing: 1.2px;
  padding-top: 30px;
}
@media (min-width: 641px) {
  article .copyright {
    font-size: 1.2rem;
    padding-top: 70px;
  }
}
@media (max-width: 640px) {
  article .copyright + .ill {
    margin-bottom: -36vw;
  }
}

.banner {
  text-align: center;
  margin: 100px auto;
}
@media (min-width: 641px) {
  .banner {
    margin: 115px auto;
  }
}
.banner img {
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 640px) {
  .banner img {
    width: 83.75vw;
    margin: 0 auto;
  }
}

footer {
  color: #000;
  background-color: #fff;
  position: relative;
  padding: 45px 0;
}
@media (min-width: 641px) {
  footer {
    padding: 64px 0;
  }
}
footer a[target=_blank]::after {
  display: none;
}
footer .inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
footer .inner .share {
  font-family: "Shin Maru Go Medium", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  footer .inner .share {
    gap: 9.33vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 641px) {
  footer .inner .share li {
    margin-right: 25px;
  }
}
footer .inner .share li.text {
  font-size: 1.4rem;
  letter-spacing: 2.8px;
  margin-left: 4vw;
  margin-right: -4vw;
}
@media (min-width: 641px) {
  footer .inner .share li.text {
    margin-right: 20px;
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  footer .inner .hobo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -3px;
    right: 0;
  }
}
@media (max-width: 640px) {
  footer .inner .hobo {
    text-align: center;
  }
}
@media (max-width: 640px) {
  footer .inner .hobo li {
    padding-top: 30px;
  }
}
@media (min-width: 641px) {
  footer .inner .hobo li {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 640px) {
  footer .inner .hobo li.ico_home {
    padding-top: 42px;
  }
}
footer .inner .copyright {
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1rem;
  letter-spacing: 2px;
  padding-top: 40px;
  text-align: center;
}
@media (min-width: 641px) {
  footer .inner .copyright {
    font-size: 1.2rem;
    letter-spacing: 2.4px;
  }
}/*# sourceMappingURL=style.css.map */