/*! 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%;
  scroll-behavior: smooth;
}

body {
  font-family: "A1 Gothic R JIS2004", sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 2;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

img {
  max-width: 100%;
}

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

@media (max-width: 640px) {
  .device-pc {
    display: none;
  }
}

.hidden {
  visibility: hidden;
}

@media (hover: hover) {
  a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.6;
  }
}
body {
  font-family: "A1 Gothic R", sans-serif;
  overflow-x: hidden;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.85;
}
@media (min-width: 641px) {
  body {
    font-size: 2rem;
    line-height: 2;
  }
}
body .title > * {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body .opening {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.bounce .opening, body.bounce .title p, body.bounce .title h1 {
  -webkit-animation: bounce-settle 1.2s ease-in-out;
          animation: bounce-settle 1.2s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

main {
  overflow: hidden;
}
main::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-yodogawa.webp);
  background-size: 1684px 842px;
  z-index: -1;
}

.border-box {
  position: relative;
  padding: 36px 25px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media (min-width: 641px) {
  .border-box {
    padding: 20px;
  }
}
.border-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid black;
  border-radius: 30px;
  -webkit-filter: url(#handwritten-filter);
          filter: url(#handwritten-filter);
}

@-webkit-keyframes bounce-settle {
  0% {
    -webkit-transform: scale(1.6) rotate(10deg);
            transform: scale(1.6) rotate(10deg);
  }
  30% {
    -webkit-transform: scale(0.8) rotate(-8deg);
            transform: scale(0.8) rotate(-8deg);
  }
  55% {
    -webkit-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg);
  }
  75% {
    -webkit-transform: scale(0.95) rotate(-3deg);
            transform: scale(0.95) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale(1.02) rotate(1deg);
            transform: scale(1.02) rotate(1deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

@keyframes bounce-settle {
  0% {
    -webkit-transform: scale(1.6) rotate(10deg);
            transform: scale(1.6) rotate(10deg);
  }
  30% {
    -webkit-transform: scale(0.8) rotate(-8deg);
            transform: scale(0.8) rotate(-8deg);
  }
  55% {
    -webkit-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg);
  }
  75% {
    -webkit-transform: scale(0.95) rotate(-3deg);
            transform: scale(0.95) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale(1.02) rotate(1deg);
            transform: scale(1.02) rotate(1deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes bounce-1 {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes bounce-1 {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes bounce-2 {
  0%, 100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes bounce-2 {
  0%, 100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes bounce-3 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}
@keyframes bounce-3 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}
@-webkit-keyframes bounce-4 {
  0%, 100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes bounce-4 {
  0%, 100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes bounce-5 {
  0%, 100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes bounce-5 {
  0%, 100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@-webkit-keyframes bounce-6 {
  0%, 100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}
@keyframes bounce-6 {
  0%, 100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}
body.opening main {
  position: absolute;
  background-color: #fff;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
}
body.opening #mv > div {
  height: 100svh;
}
body.opening #mv::before, body.opening #mv::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 0;
  height: 12px;
  background-color: rgb(83, 184, 230);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
  -webkit-box-shadow: 0 30px 0 rgb(83, 184, 230);
          box-shadow: 0 30px 0 rgb(83, 184, 230);
}
body.opening #mv::before {
  right: 0;
}
body.opening #mv::after {
  left: 0;
  z-index: 0;
}
body.opening.on #mv::before, body.opening.on #mv::after {
  width: 50vw;
}
body.opening .title {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
body.opening .title > * {
  position: absolute;
}
body.opening .title h1 {
  width: 20vw;
  top: 72vw;
  left: 41vw;
  -webkit-transform: rotate(-60deg) !important;
          transform: rotate(-60deg) !important;
}
@media (min-width: 641px) {
  body.opening .title h1 {
    top: 45vh;
    left: min(516px, 36.7vw);
    width: min(114px, 7.638vw);
    height: min(76px, 7.22vh);
    -webkit-transform: rotate(40deg) !important;
            transform: rotate(40deg) !important;
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.opening .title h1 {
    top: 6vw;
    left: 2vw;
  }
}
@media (max-width: 640px) {
  body.opening .title p:nth-of-type(1) {
    width: 12.856vw;
    top: 13.2vw;
    left: 15vw;
    -webkit-transform: rotate(36deg) !important;
            transform: rotate(36deg) !important;
  }
}
@media (min-width: 641px) {
  body.opening .title p:nth-of-type(1) {
    width: 5.55vw;
    top: 7.5vh;
    left: min(580px, 40.277vw);
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.opening .title p:nth-of-type(1) {
    top: 11vw;
    left: 24vw;
    width: 6vw;
    -webkit-transform: rotate(36deg) !important;
            transform: rotate(36deg) !important;
  }
}
@media (max-width: 640px) {
  body.opening .title p:nth-of-type(2) {
    width: 25.923vw;
    top: 20.5vw;
    right: 37vw;
    -webkit-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important;
  }
}
@media (min-width: 641px) {
  body.opening .title p:nth-of-type(2) {
    width: 10.2vw;
    top: 9.3vh;
    left: min(454px, 32vw);
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.opening .title p:nth-of-type(2) {
    width: 17vw;
    top: 9vw;
    left: 47vw;
    -webkit-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important;
  }
}
@media (max-width: 640px) {
  body.opening .title p:nth-of-type(3) {
    width: 27.41vw;
    top: 24vw;
    right: 0;
    -webkit-transform: rotate(34deg) !important;
            transform: rotate(34deg) !important;
  }
}
@media (min-width: 641px) {
  body.opening .title p:nth-of-type(3) {
    top: 15.6vh;
    left: min(682px, 47.7vw);
    width: 7.22vw;
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.opening .title p:nth-of-type(3) {
    width: 12vw;
    top: 12vw;
    left: 78vw;
    -webkit-transform: rotate(34deg) !important;
            transform: rotate(34deg) !important;
  }
}
@media (max-width: 640px) {
  body.opening .title p:nth-of-type(4) {
    width: 38.871vw;
    top: 153vw;
    left: -27vw;
    -webkit-transform: rotate(-62deg) !important;
            transform: rotate(-62deg) !important;
  }
}
@media (min-width: 641px) {
  body.opening .title p:nth-of-type(4) {
    -webkit-transform: rotate(-34deg) !important;
            transform: rotate(-34deg) !important;
    top: 70.5vh;
    left: min(-70px, -3vw);
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.opening .title p:nth-of-type(4) {
    width: 30vw;
    top: 70vw;
    left: 7vw;
    -webkit-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important;
  }
}
@media (max-width: 640px) {
  body.opening .title p:nth-of-type(5) {
    width: 29.084vw;
    top: 157vw;
    left: 18vw;
    -webkit-transform: rotate(41deg) !important;
            transform: rotate(41deg) !important;
  }
}
@media (min-width: 641px) {
  body.opening .title p:nth-of-type(5) {
    -webkit-transform: rotate(21deg) !important;
            transform: rotate(21deg) !important;
    top: 77vh;
    left: min(286px, 20.1vw);
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.opening .title p:nth-of-type(5) {
    width: 25vw;
    left: 44vw;
    top: 80vw;
    -webkit-transform: rotate(21deg) !important;
            transform: rotate(21deg) !important;
  }
}
@media (max-width: 640px) {
  body.opening .title p:nth-of-type(6) {
    width: 29.179vw;
    top: 106vw;
    left: 5vw;
    -webkit-transform: rotate(68deg) !important;
            transform: rotate(68deg) !important;
  }
}
@media (min-width: 641px) {
  body.opening .title p:nth-of-type(6) {
    -webkit-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important;
    top: 80vh;
    left: min(698px, 48.5vw);
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.opening .title p:nth-of-type(6) {
    width: 13vw;
    top: 50vw;
    left: 70vw;
    -webkit-transform: rotate(60deg) !important;
            transform: rotate(60deg) !important;
  }
}

body.show #mv {
  cursor: pointer;
}
body.show .title {
  opacity: 1;
}
body.show .title > * {
  position: absolute;
}
body.show .title h1 {
  width: 94.871vw;
  top: 42vw;
  left: 4vw;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (min-width: 641px) {
  body.show .title h1 {
    top: 24vh;
    left: min(96px, 6.7vw);
    width: min(830px, 57.638vw);
    height: min(564px, 54.545vh);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.show .title h1 {
    height: initial;
    top: 17vw;
    left: 1vw;
  }
}
@media (max-width: 640px) {
  body.show .title p:nth-of-type(1) {
    width: 13.856vw;
    top: 8.2vw;
    left: 15vw;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 641px) {
  body.show .title p:nth-of-type(1) {
    width: initial;
    top: 12.4vh;
    left: min(128px, 9vw);
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.show .title p:nth-of-type(1) {
    top: 7vw;
    left: 18vw;
    width: 8vw;
  }
}
@media (max-width: 640px) {
  body.show .title p:nth-of-type(2) {
    width: 26.923vw;
    top: 10.5vw;
    right: 22vw;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 641px) {
  body.show .title p:nth-of-type(2) {
    top: 3.5vh;
    left: min(406px, 28vw);
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.show .title p:nth-of-type(2) {
    width: 23vw;
    top: 2vw;
    left: 42vw;
  }
}
@media (max-width: 640px) {
  body.show .title p:nth-of-type(3) {
    width: 26.41vw;
    top: 20vw;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 641px) {
  body.show .title p:nth-of-type(3) {
    top: 9vh;
    left: min(614px, 42.7vw);
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.show .title p:nth-of-type(3) {
    width: 19vw;
    top: 8vw;
    left: 63vw;
  }
}
@media (max-width: 640px) {
  body.show .title p:nth-of-type(4) {
    width: 44.871vw;
    top: 126vw;
    left: -15vw;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 641px) {
  body.show .title p:nth-of-type(4) {
    top: 60.6vh;
    left: min(5px, 0.3vw);
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.show .title p:nth-of-type(4) {
    width: 37vw;
    top: 60vw;
    left: -7vw;
  }
}
@media (max-width: 640px) {
  body.show .title p:nth-of-type(5) {
    width: 29.084vw;
    top: 147vw;
    left: 5vw;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 641px) {
  body.show .title p:nth-of-type(5) {
    top: 71vh;
    left: min(282px, 19.7vw);
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.show .title p:nth-of-type(5) {
    width: 25vw;
    left: 25vw;
    top: 73vw;
  }
}
@media (max-width: 640px) {
  body.show .title p:nth-of-type(6) {
    width: 29.179vw;
    top: 102vw;
    left: 5vw;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 641px) {
  body.show .title p:nth-of-type(6) {
    top: 76vh;
    left: min(708px, 49.1vw);
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.show .title p:nth-of-type(6) {
    width: 15vw;
    top: 61vw;
    left: 46vw;
  }
}
body.show .title button {
  display: none;
}
@media (min-width: 641px) {
  body.show .title button {
    display: block;
    width: 70px;
    bottom: 1.4vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  body.show .title button {
    display: none;
  }
}
body.show .title button img {
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

main {
  overflow: hidden;
}
main::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-yodogawa.webp);
  background-size: 1684px 842px;
  z-index: -1;
}

#mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
#mv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #E85513;
  opacity: 1;
  z-index: 1;
}
#mv > div {
  position: relative;
  max-width: 1440px;
  width: 100vw;
  height: 189.74vw;
}
@media (min-width: 641px) {
  #mv > div {
    height: 100vh;
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  #mv > div {
    height: 100vw;
  }
}
#mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#mv .click {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: calc(50% - 114px);
  left: calc(50% + 4px);
  opacity: 1;
  -webkit-transition: all 2.2s ease;
  transition: all 2.2s ease;
}
#mv .click img {
  width: initial;
}
#mv .click.active {
  opacity: 0;
}
#mv .opening {
  position: absolute;
}
.show #mv .opening {
  width: 72.564vw;
  top: 105.5vw;
  left: 27.436vw;
  -webkit-transform: translate(0, 0) rotate(0deg);
          transform: translate(0, 0) rotate(0deg);
  z-index: 1;
}
@media (min-width: 641px) {
  .show #mv .opening {
    top: 5vh;
    left: calc(min(1440px, 100vw) - min(626px, 43.472vw) + 2vw);
    width: min(626px, 43.472vw);
    height: min(1212px, 118vh);
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  .show #mv .opening {
    top: 28vw;
    height: initial;
  }
}
.opening #mv .opening {
  width: 68px;
  height: 132px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 2.2s ease-out;
  transition: all 2.2s ease-out;
}
.opening #mv .opening.active {
  width: 110px;
  height: 214px;
  -webkit-transform: translate(-50%, -50%) rotate(-16deg);
          transform: translate(-50%, -50%) rotate(-16deg);
}
.show .opening #mv .opening {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.opening #mv .opening img {
  cursor: pointer;
}

.toridori {
  background-color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 30px;
}
.toridori::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 52px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .toridori::before {
    background: url(../images/bg-toridori-sp.webp) no-repeat;
    background-size: 486px 403.5px;
    background-position: center bottom;
  }
}
@media (min-width: 641px) {
  .toridori::before {
    background: url(../images/bg-toridori.webp) no-repeat;
    background-size: 1497px 616px;
    background-position: center bottom;
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  .toridori::before {
    background: url(../images/bg-toridori-sp.webp) no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
}
.toridori::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background: url(../images/bg-sand.webp) repeat-x;
  background-size: 300px 66px;
}
.toridori .logo {
  text-align: center;
  padding: 60px 0 120px;
  position: relative;
}
@media (min-width: 641px) {
  .toridori .logo {
    padding: 75px 0 40px;
  }
}
@media (max-width: 640px) {
  .toridori .logo img {
    width: 285px;
  }
}
.toridori .entrance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toridori .entrance div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  width: 1080px;
  -webkit-animation: slide-left 40s linear infinite;
          animation: slide-left 40s linear infinite;
}
@media (min-width: 641px) {
  .toridori .entrance div {
    width: 2190px;
    -webkit-animation: slide-left 40s linear infinite;
            animation: slide-left 40s linear infinite;
  }
}
.toridori .entrance p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 110px;
  margin: 0 35px;
}
@media (min-width: 641px) {
  .toridori .entrance p {
    width: 265px;
    margin: 0 50px;
  }
}
.toridori .entrance p:nth-child(1) {
  -webkit-animation: bounce-1 1s steps(16, end) infinite;
          animation: bounce-1 1s steps(16, end) infinite;
}
.toridori .entrance p:nth-child(2) {
  -webkit-animation: bounce-2 1.2s steps(20, end) infinite;
          animation: bounce-2 1.2s steps(20, end) infinite;
}
.toridori .entrance p:nth-child(3) {
  -webkit-animation: bounce-3 0.8s steps(14, end) infinite;
          animation: bounce-3 0.8s steps(14, end) infinite;
}
.toridori .entrance p:nth-child(4) {
  -webkit-animation: bounce-4 1.5s steps(18, end) infinite;
          animation: bounce-4 1.5s steps(18, end) infinite;
}
.toridori .entrance p:nth-child(5) {
  -webkit-animation: bounce-5 1s steps(16, end) infinite;
          animation: bounce-5 1s steps(16, end) infinite;
}
.toridori .entrance p:nth-child(6) {
  -webkit-animation: bounce-6 1.1s steps(18, end) infinite;
          animation: bounce-6 1.1s steps(18, end) infinite;
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes bounce-1 {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes bounce-2 {
  0%, 100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes bounce-3 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}
@keyframes bounce-4 {
  0%, 100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes bounce-5 {
  0%, 100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes bounce-6 {
  0%, 100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}
article {
  position: relative;
}
article::before, article::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 490px;
  height: 100vh;
  z-index: -1;
}
article::before {
  left: calc((100vw - 800px) / 2 - 480px);
  background: url(../images/bg-yodogawa1.webp) repeat-y;
  background-size: 490px 856px;
}
article::after {
  right: calc((100vw - 800px) / 2 - 500px);
  background: url(../images/bg-yodogawa2.webp) repeat-y;
  background-size: 490px 950px;
}
article.in::before, article.in::after {
  position: fixed;
}

.yodogawa {
  max-width: 800px;
  width: 94.87vw;
  margin: 76px auto 90px;
}
@media (min-width: 641px) {
  .yodogawa {
    margin: 116px auto 130px;
  }
}
@media (min-width: 641px) {
  .yodogawa > div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding: 90px 0;
  }
}
.yodogawa h2 {
  color: #E85513;
  font-family: "A1 Gothic B", sans-serif;
  font-size: min(5.5vw, 2.4rem);
}
@media (min-width: 641px) {
  .yodogawa h2 {
    font-size: 3rem;
  }
}
.yodogawa h2 span {
  font-size: 3rem;
}
@media (min-width: 641px) {
  .yodogawa h2 span {
    font-size: 4rem;
  }
}
.yodogawa h2 + div {
  padding-top: 30px;
}
@media (min-width: 641px) {
  .yodogawa h2 + div {
    padding-top: 46px;
  }
}

.toridori-bottom {
  position: fixed;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
.in .toridori-bottom {
  opacity: 1;
}
.toridori-bottom img {
  width: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 641px) {
  .toridori-bottom img {
    width: 215px;
  }
}
.toridori-bottom div {
  position: fixed;
  bottom: -20px;
}
@media (min-width: 641px) {
  .toridori-bottom div {
    bottom: -60px;
  }
}
@media (min-width: 641px) {
  .toridori-bottom div.tori-left {
    left: calc((100vw - 800px) / 2 - 260px);
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  .toridori-bottom div.tori-left {
    left: -50px;
  }
}
@media (max-width: 1024px) {
  .toridori-bottom div.tori-left {
    left: -50px;
  }
}
@media (max-width: 768px) {
  .toridori-bottom div.tori-left {
    display: none;
  }
}
.toridori-bottom div.tori-left img {
  -webkit-transform: scaleX(-1) translateY(500px);
          transform: scaleX(-1) translateY(500px);
}
.toridori-bottom div.tori-left img.active {
  -webkit-transform: scaleX(-1) translateY(0);
          transform: scaleX(-1) translateY(0);
}
@media (min-width: 641px) {
  .toridori-bottom div.tori-right {
    right: calc((100vw - 800px) / 2 - 260px);
  }
}
@media (min-width: 641px) and (orientation: portrait) {
  .toridori-bottom div.tori-right {
    right: -50px;
  }
}
@media (max-width: 1024px) {
  .toridori-bottom div.tori-right {
    right: -50px;
  }
}
@media (max-width: 640px) {
  .toridori-bottom div.tori-right {
    right: -55px;
  }
}
.toridori-bottom div.tori-right img {
  -webkit-transform: translateY(500px);
          transform: translateY(500px);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
@media (max-width: 640px) {
  .toridori-bottom div.tori-right img {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
.toridori-bottom div.tori-right img.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 640px) {
  .toridori-bottom div.tori-right img.active {
    -webkit-transform: translateY(0) rotate(-20deg);
            transform: translateY(0) rotate(-20deg);
  }
}

.info {
  background: url(../images/bg-sand3-sp.webp);
  background-size: 600px 100px;
  padding: 40px 0 60px;
  position: relative;
  z-index: 2;
}
@media (min-width: 641px) {
  .info {
    background: url(../images/bg-sand3.webp);
    background-size: 300px 66px;
    padding: 100px 0 60px;
  }
}
.info::before {
  content: "";
  display: block;
  position: absolute;
  top: -46px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../images/bg-sand2-sp.webp) repeat-x;
  background-size: 850px 50px;
}
@media (min-width: 641px) {
  .info::before {
    top: -100px;
    height: 105px;
    background: url(../images/bg-sand2.webp) repeat-x;
    background-size: 1800px 105px;
  }
}
.info .border-box {
  max-width: 800px;
  width: 94.87vw;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .info .border-box {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 100px;
  }
}
.info .border-box::after {
  content: "";
  display: block;
  background: url(../images/toridori/flappe.webp) no-repeat;
  background-size: contain;
  width: 130px;
  height: 187px;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .info .border-box::after {
    width: 212px;
    height: 304px;
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}
.info h3 {
  font-size: 2.6rem;
  font-family: "A1 Gothic M", sans-serif;
  color: #E85513;
  padding-bottom: 5px;
}
@media (min-width: 641px) {
  .info h3 {
    font-size: 3rem;
    padding-bottom: 20px;
  }
}
.info dl {
  padding-top: 30px;
}
.info dl:first-of-type {
  padding-top: 1em;
}
.info dl dt {
  font-family: "A1 Gothic R", sans-serif;
  background-color: #E85513;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  width: 115px;
  border-radius: 1em;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 641px) {
  .info dl dt {
    font-size: 1.8rem;
  }
}
.info dl dd {
  font-family: "A1 Gothic R JIS2004", sans-serif;
}
.info dl dd small {
  font-size: 1.4rem;
}
@media (min-width: 641px) {
  .info dl dd small {
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) {
  .info dl dd span {
    font-size: 1.4rem;
  }
}

.sns-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 68px auto 0;
}
@media (min-width: 641px) {
  .sns-area ul {
    margin: 90px auto;
    gap: 40px;
  }
}

footer {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  color: #2E2E2E;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #F7F6F6;
  border: 1px solid #F7F6F6;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 1;
  position: relative;
}
footer dl {
  margin: 0;
}
footer dd {
  margin-left: 0;
}
footer a {
  color: #2E2E2E;
  text-decoration: none;
}
footer p {
  margin: 0;
}
footer .footer-inner {
  width: min(100% - 0px, 1280px);
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 641px) {
  footer .footer-inner {
    width: min(100% - 44px, 1280px);
  }
}
@media (min-width: 992px) {
  footer .footer-inner {
    width: min(100% - 80px, 1280px);
  }
}
footer .footer-inner hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0.5px solid #D9D9D9;
}
footer .footer-link {
  width: 18em;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 641px) {
  footer .footer-link {
    width: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  footer .footer-link {
    width: 100%;
  }
}
footer .footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 641px) {
  footer .footer-link ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 32px;
  }
}
footer .footer-link a {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 600;
}
@media (min-width: 641px) {
  footer .footer-link + hr {
    border-color: transparent;
    margin-top: 0;
  }
}
footer .footer-sns {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 641px) {
  footer .footer-sns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  footer .footer-sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 72px;
  }
}
footer .footer-sns .hb-facebook {
  color: rgb(53, 120, 229);
}
footer .footer-sns .hb-line {
  color: rgb(6, 199, 85);
}
footer .footer-sns dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (min-width: 641px) {
  footer .footer-sns dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
footer .footer-sns dt {
  font-weight: 600;
}
@media (min-width: 992px) {
  footer .footer-sns dt {
    font-size: 13px;
  }
}
footer .footer-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
}
@media (min-width: 992px) {
  footer .footer-sns ul {
    padding-top: 0;
  }
}
footer .footer-sns ul img {
  width: 36px;
  padding: 0 2px;
}
@media (min-width: 641px) {
  footer .footer-sns ul img {
    padding: 0;
  }
}
@media (min-width: 992px) {
  footer .footer-sns ul img {
    width: 36px;
  }
}
footer .footer-sns ul .hb-twitter img {
  width: 31px;
}
footer .footer-sns span {
  display: none;
}
footer .footer-sns .hb-email {
  font-weight: 600;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 14px;
}
@media (min-width: 641px) {
  footer .footer-sns .hb-email {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  footer .footer-sns .hb-email {
    font-size: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
footer .footer-sns .hb-email:before {
  font-size: 40px;
}
@media (min-width: 641px) {
  footer .footer-sns .hb-email:before {
    font-size: 24px;
  }
}
footer .footer-copyright {
  width: min(100% - 32px, 1280px);
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  color: #767676;
}
@media (min-width: 641px) {
  footer .footer-copyright {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  footer .footer-copyright {
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 100%;
  }
}
footer .footer-copyright a {
  color: #767676;
}
footer .footer-copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  footer .footer-copyright ul {
    margin-bottom: 0;
  }
}
footer .footer-copyright ul li {
  white-space: nowrap;
}
footer .footer-copyright ul li:not(:last-child):after {
  content: "|";
  position: relative;
  bottom: 1px;
  margin-left: 1em;
  margin-right: 1em;
}
footer .footer-copyright .footer-copyright-name {
  font-size: 10px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */