* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
*:before, *:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.938vw;
  line-height: 1.25;
  color: #000000;
  background: #f4efe3;
  position: relative;
  z-index: 0;
}
body img {
  max-width: 100%;
  width: 100%;
}
body.is-fixed {
  position: fixed;
  width: 100%;
}
body.modal-open {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.271vw;
  }
  body img {
    pointer-events: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_inline {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.flex {
  display: flex;
}

.grid {
  display: grid;
}

section {
  position: relative;
  z-index: 0;
}

.inner {
  width: 90%;
  margin: 0 auto;
}
.inner-about {
  max-width: 59.271vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner-about {
    max-width: 88.785vw;
  }
}
.inner-info {
  max-width: 47.604vw;
  margin: 0 auto;
  padding-top: 4.635vw;
  padding-bottom: 5.469vw;
}
@media screen and (max-width: 767px) {
  .inner-info {
    max-width: 75.701vw;
    padding-top: 14.019vw;
    padding-bottom: 13.785vw;
  }
}
.inner-comingsoon {
  max-width: 47.604vw;
  padding-top: 8vw;
  padding-bottom: 9.948vw;
}
@media screen and (max-width: 767px) {
  .inner-comingsoon {
    max-width: 84.112vw;
    padding-top: 16vw;
    padding-bottom: 27.336vw;
  }
}
.inner-link {
  max-width: 36.979vw;
  padding-top: 5vw;
}
@media screen and (max-width: 767px) {
  .inner-link {
    max-width: 84.112vw;
    padding-top: 13.551vw;
  }
}

.doro_img-01::before {
  background-image: url(./img/chara-01.png);
  transform: rotate(13deg);
}
.doro_img-02::before {
  background-image: url(./img/chara-02.png);
  transform: rotate(4deg);
}
.doro_img-03::before {
  background-image: url(./img/chara-03.png);
}
.doro_img-04::before {
  background-image: url(./img/chara-04.png);
  transform: rotate(-8deg);
}
.doro_img-05::before {
  background-image: url(./img/chara-05.png);
  transform: rotate(-24deg);
}
.doro_img-06::before {
  background-image: url(./img/chara-06.png);
  transform: rotate(6deg);
}
.doro_img-07::before {
  background-image: url(./img/chara-07.png);
  transform: rotate(-11deg);
}
.doro_img-08::before {
  background-image: url(./img/chara-08.png);
}

.chojugiga_img-rabbit-01::before {
  background-image: url(./img/choju-rabbit-01.webp);
}
.chojugiga_img-rabbit-02::before {
  background-image: url(./img/choju-rabbit-02.webp);
}
.chojugiga_img-frog-01::before {
  background-image: url(./img/choju-frog-01.webp);
}
.chojugiga_img-frog-02::before {
  background-image: url(./img/choju-frog-02.webp);
}
.chojugiga_img-frog-03::before {
  background-image: url(./img/choju-frog-03.webp);
}
.chojugiga_img-frog_rabbit-01::before {
  background-image: url(./img/choju-frograbbit-01.webp);
}
.chojugiga_img-frog_rabbit-02::before {
  background-image: url(./img/choju-frograbbit-02.webp);
}
.chojugiga_img-frog_rabbit-03::before {
  background-image: url(./img/choju-frograbbit-03.webp);
}
.chojugiga_img-frog_rabbit_fox-01::before {
  background-image: url(./img/choju-frograbbitfox-01.webp);
}

.deco_ul .deco_li {
  position: absolute;
}
.deco_ul .deco_li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.deco_ul .deco_li-mountain {
  width: 39.688vw;
  height: 5.469vw;
}
.deco_ul .deco_li-mountain::before {
  background-image: url(./img/mv_mountain.webp);
}
@media screen and (max-width: 767px) {
  .deco_ul .deco_li-mountain {
    width: 70.093vw;
    height: 9.579vw;
  }
}
.deco_ul .deco_li-cloud-01::before {
  background-image: url(./img/cloud-01.webp);
}
.deco_ul .deco_li-cloud-02::before {
  background-image: url(./img/cloud-02.webp);
}
.deco_ul .deco_li-cloud-03::before {
  background-image: url(./img/cloud-03.webp);
}
.deco_ul .deco_li-cloud-04::before {
  background-image: url(./img/cloud-04.webp);
}
.deco_ul .deco_li-cloud-05::before {
  background-image: url(./img/cloud-05.webp);
}
.deco_ul .deco_li-cloud-06::before {
  background-image: url(./img/cloud-06.webp);
}
.deco_ul-bg_frame .deco_li {
  z-index: 1;
  animation: fuwafuwa 5s ease-in-out infinite;
}
.deco_ul-bg_frame .bg_frame-cloud-01 {
  width: 9.635vw;
  height: 6.458vw;
  top: 14.844vw;
  left: -5.417vw;
}
.deco_ul-bg_frame .bg_frame-cloud-02 {
  width: 14.896vw;
  height: 11.042vw;
  top: 10.938vw;
  right: -6.51vw;
}
.deco_ul-bg_frame .bg_frame-cloud-03 {
  width: 10.885vw;
  height: 4.948vw;
  top: 75.26vw;
  left: -5.208vw;
}
.deco_ul-bg_frame .bg_frame-cloud-04 {
  width: 4.896vw;
  height: 2.188vw;
  top: 72.344vw;
  left: 1.667vw;
}
.deco_ul-bg_frame .bg_frame-cloud-05 {
  width: 12.604vw;
  height: 9.323vw;
  top: 89.583vw;
  right: -3.542vw;
}
@media screen and (max-width: 767px) {
  .deco_ul-bg_frame .bg_frame-cloud-01 {
    width: 9.635vw;
    height: 6.458vw;
    top: 14.844vw;
    left: -5.417vw;
  }
  .deco_ul-bg_frame .bg_frame-cloud-02 {
    width: 14.896vw;
    height: 11.042vw;
    top: 10.938vw;
    right: -6.51vw;
  }
  .deco_ul-bg_frame .bg_frame-cloud-03 {
    width: 10.885vw;
    height: 4.948vw;
    top: 75.26vw;
    left: -5.208vw;
  }
  .deco_ul-bg_frame .bg_frame-cloud-04 {
    width: 4.896vw;
    height: 2.188vw;
    top: 72.344vw;
    left: 1.667vw;
  }
  .deco_ul-bg_frame .bg_frame-cloud-05 {
    width: 12.604vw;
    height: 9.323vw;
    top: 89.583vw;
    right: -3.542vw;
  }
}
.deco_ul-bg_frame-teaser .bg_frame-cloud-01 {
  width: 9.635vw;
  height: 6.458vw;
  top: 16.844vw;
  left: -5.417vw;
}
.deco_ul-bg_frame-teaser .bg_frame-cloud-02 {
  width: 14.896vw;
  height: 11.042vw;
  top: 12.938vw;
  right: -6.51vw;
}
.deco_ul-bg_frame-teaser .bg_frame-cloud-03 {
  width: 10.885vw;
  height: 4.948vw;
  top: 75.26vw;
  left: -5.208vw;
}
.deco_ul-bg_frame-teaser .bg_frame-cloud-04 {
  width: 4.896vw;
  height: 2.188vw;
  top: 72.344vw;
  left: 1.667vw;
}
.deco_ul-bg_frame-teaser .bg_frame-cloud-05 {
  width: 12.604vw;
  height: 9.323vw;
  top: 89.583vw;
  right: -3.542vw;
}
@media screen and (max-width: 767px) {
  .deco_ul-bg_frame-teaser .bg_frame-cloud-01 {
    width: 21.262vw;
    height: 14.252vw;
    top: auto;
    bottom: -7.009vw;
    left: 30.14vw;
  }
  .deco_ul-bg_frame-teaser .bg_frame-cloud-02, .deco_ul-bg_frame-teaser .bg_frame-cloud-03, .deco_ul-bg_frame-teaser .bg_frame-cloud-04, .deco_ul-bg_frame-teaser .bg_frame-cloud-05 {
    display: none;
  }
}
.deco_ul-mv .mv-mountain-01 {
  top: 41.385vw;
  left: 31.615vw;
}
@media screen and (max-width: 767px) {
  .deco_ul-mv .mv-mountain-01 {
    top: 170.794vw;
    left: 14.953vw;
  }
}
.deco_ul-about .deco_li {
  opacity: 0;
  animation: fuwafuwa 5s ease-in-out infinite;
  transition: all 0.4s;
}
.deco_ul-about .about-cloud-01 {
  width: 10.833vw;
  height: 4.896vw;
  top: 1.563vw;
  left: 0px;
  animation-delay: -2.5s;
}
.deco_ul-about .about-cloud-02 {
  width: 4.896vw;
  height: 2.135vw;
  top: -1.042vw;
  left: 7.292vw;
  animation-delay: -2s;
}
.deco_ul-about .about-cloud-03 {
  width: 10.573vw;
  height: 7.865vw;
  top: -1.042vw;
  right: 0;
}
@media screen and (max-width: 767px) {
  .deco_ul-about .about-cloud-01 {
    width: 30.841vw;
    height: 14.019vw;
    top: -21.028vw;
    left: 10.047vw;
  }
  .deco_ul-about .about-cloud-02 {
    width: 14.019vw;
    height: 6.308vw;
    top: -21.028vw;
    left: 41.589vw;
  }
  .deco_ul-about .about-cloud-03 {
    width: 25.467vw;
    height: 18.925vw;
    top: auto;
    bottom: -21.028vw;
    right: 0;
  }
}

.choujugiga_list .choujugiga_list_li {
  position: absolute;
}
.choujugiga_list .choujugiga_list_li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.choujugiga_list-bg_frame .choujugiga_list_li {
  z-index: 1;
}
.choujugiga_list-bg_frame .choujugiga_list_li::before {
  animation: Mv-Choujugiga-Move-03 1.6s steps(1) infinite;
}
.choujugiga_list-bg_frame .bg_frame-choujugiga_list_li-01 {
  width: 11.406vw;
  height: 11.875vw;
  top: -2.865vw;
  left: 8.333vw;
}
.choujugiga_list-bg_frame-teaser .bg_frame-choujugiga_list_li-01 {
  width: 11.406vw;
  height: 11.875vw;
  top: 49.135vw;
  right: -2vw;
}
.choujugiga_list-bg_frame-teaser .bg_frame-choujugiga_list_li-01::before {
  animation: Mv-Choujugiga-Move-03 1.6s steps(1) infinite;
}
@media screen and (max-width: 767px) {
  .choujugiga_list-bg_frame-teaser .bg_frame-choujugiga_list_li-01 {
    width: 24.065vw;
    height: 25vw;
    top: 182.477vw;
    right: -1.776vw;
  }
}
.choujugiga_list-mv .choujugiga_list_li {
  transform: scale(0);
  transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.8s;
}
.choujugiga_list-mv .mv-choujugiga_list_li-01 {
  width: 18.438vw;
  height: 11.458vw;
  top: 24.792vw;
  right: 0;
}
.choujugiga_list-mv .mv-choujugiga_list_li-02 {
  width: 13.906vw;
  height: 12.969vw;
  top: 24.948vw;
  left: 1.354vw;
}
@keyframes Mv-Choujugiga-Move {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes Mv-Choujugiga-Move-02 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@media screen and (max-width: 767px) {
  .choujugiga_list-mv .mv-choujugiga_list_li-01 {
    width: 46.729vw;
    height: 28.972vw;
    top: 149.065vw;
    right: 24.065vw;
  }
  .choujugiga_list-mv .mv-choujugiga_list_li-02 {
    width: 39.252vw;
    height: 36.215vw;
    top: 34.178vw;
    left: 29.776vw;
  }
  .choujugiga_list-mv .mv-choujugiga_list_li-02::before {
    transform: rotate(9deg);
  }
}
.choujugiga_list-comingsoon .comingsoon-choujugiga_list_li-01 {
  width: 15.104vw;
  height: 11.146vw;
  top: 1.5vw;
  left: 7vw;
  z-index: 1;
  opacity: 0;
  transition: all ease-in-out 0.6s;
}
.choujugiga_list-comingsoon .comingsoon-choujugiga_list_li-02 {
  width: 15.677vw;
  height: 8.594vw;
  top: 22.083vw;
  right: 6.688vw;
  z-index: 1;
  opacity: 0;
  transition: all ease-in-out 0.6s;
}
@media screen and (max-width: 767px) {
  .choujugiga_list-comingsoon .comingsoon-choujugiga_list_li-01 {
    width: 33.411vw;
    height: 24.533vw;
    top: -4.327vw;
    left: auto;
    right: 10.673vw;
  }
  .choujugiga_list-comingsoon .comingsoon-choujugiga_list_li-02 {
    width: 34.813vw;
    height: 18.925vw;
    top: auto;
    bottom: 12.85vw;
    left: 4vw;
  }
}

.doro_list .doro_list_li {
  width: 15.2vw;
  height: 15.2vw;
  position: absolute;
}
.doro_list .doro_list_li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .doro_list .doro_list_li {
    width: 44.393vw;
    height: 44.393vw;
  }
}
.doro_list-mv .doro_list_li {
  transform: scale(0);
  transition: opacity cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.8s 0.2s, left cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.8s, top cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.8s, bottom cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.8s, right cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.8s;
}
.doro_list-mv .mv-doro_list_li-01 {
  top: 0.8vw;
  right: 32.3vw;
}
.doro_list-mv .mv-doro_list_li-02 {
  top: 32vw;
  right: 30.5vw;
}
.doro_list-mv .mv-doro_list_li-03 {
  top: 33vw;
  left: 35vw;
}
.doro_list-mv .mv-doro_list_li-04 {
  top: 32.3vw;
  left: 16vw;
}
.doro_list-mv .mv-doro_list_li-05 {
  top: 1.5vw;
  right: 11vw;
}
.doro_list-mv .mv-doro_list_li-06 {
  top: 31.3vw;
  right: 16vw;
}
.doro_list-mv .mv-doro_list_li-07 {
  top: -0.2vw;
  left: 35.5vw;
}
.doro_list-mv .mv-doro_list_li-08 {
  top: 0.3vw;
  left: 17.3vw;
}
@media screen and (max-width: 767px) {
  .doro_list-mv .mv-doro_list_li-01 {
    top: 30vw;
    right: -7.5vw;
  }
  .doro_list-mv .mv-doro_list_li-02 {
    top: 139.4vw;
    right: -10.1vw;
  }
  .doro_list-mv .mv-doro_list_li-03 {
    top: 141.5vw;
    left: -8vw;
  }
  .doro_list-mv .mv-doro_list_li-04 {
    top: 96.3vw;
    left: -7.3vw;
    z-index: 11;
  }
  .doro_list-mv .mv-doro_list_li-05 {
    top: 1.6vw;
    right: 14vw;
  }
  .doro_list-mv .mv-doro_list_li-06 {
    top: 94.7vw;
    right: -7.9vw;
  }
  .doro_list-mv .mv-doro_list_li-07 {
    top: 9.8vw;
    left: 10.2vw;
  }
  .doro_list-mv .mv-doro_list_li-08 {
    top: 35vw;
    left: -6.3vw;
  }
}

h1 {
  width: 72.031vw;
  margin: 0 auto;
  margin-top: 7.24vw;
  opacity: 0;
  filter: blur(10px);
  transition: all ease-in-out 0.6s;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  h1 {
    width: 93.458vw;
    margin-top: 52.804vw;
  }
}

h3.h3-info {
  width: 12.917vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  h3.h3-info {
    width: 35.047vw;
  }
}

#loading {
  width: 100%;
  height: 110%;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: blur(20px);
  transition: all ease-in-out 0.6s;
  z-index: 9999;
}
#loading.active {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #loading.active.on {
    opacity: 1;
  }
}

main {
  position: relative;
  overflow: hidden;
  padding-bottom: 5.625vw;
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 17.056vw;
  }
}
main .totop a {
  width: 5.625vw;
  display: block;
  position: absolute;
  bottom: 6vw;
  right: 6.823vw;
  z-index: 999;
}
main .totop a::before {
  content: "";
  width: 6.406vw;
  height: 6.406vw;
  background-image: url(./img/totop-stamp.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -3.906vw;
  right: -3.646vw;
  transform-origin: right bottom;
  transition: all cubic-bezier(0.18, 0.89, 0.37, 1.43) 0.4s;
}
@media screen and (max-width: 767px) {
  main .totop a {
    width: 13.318vw;
    bottom: 3vw;
    right: 11.215vw;
  }
  main .totop a::before {
    width: 14.953vw;
    height: 14.953vw;
    top: -9.346vw;
    right: -9.346vw;
    animation: Stanp_Move 2s cubic-bezier(0.18, 0.89, 0.37, 1.43) infinite;
  }
}
@media screen and (min-width: 767px) {
  main .totop a:hover::before {
    transform: translate(-10px, 10px) rotate(-10deg);
  }
}
main .main_bg {
  width: 100%;
  height: 100%;
  background: url(./img/scroll_bg.webp) no-repeat center center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main .main_bg {
    height: 100vh;
    background: url(./img/sp_scroll_bg.webp) no-repeat center center/cover;
  }
}
main .bg_frame {
  width: 100%;
  max-width: 65.833vw;
  margin: 0 auto;
  padding: 4.948vw 0;
  border-image-slice: 170 170 170 170 fill;
  border-image-width: 4.427vw 4.427vw 4.427vw 4.427vw;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url(./img/bg_content.png);
  position: relative;
  z-index: 0;
}
main .bg_frame::after {
  content: "";
  width: 55.208vw;
  height: 30.781vw;
  background-image: url(./img/bg_mountain.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -4.427vw;
  left: 4.844vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main .bg_frame {
    max-width: 95.327vw;
    padding: 14.72vw 0;
    border-image-slice: 60 60 60 60 fill;
    border-image-width: 14.019vw 14.019vw 14.019vw 14.019vw;
    border-image-source: url(./img/sp_bg_content.png);
  }
  main .bg_frame::after {
    width: 92.056vw;
    height: 82.71vw;
    background-image: url(./img/sp_bg_mountain.webp);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
main .bg_frame section::after {
  content: "";
  width: 47.604vw;
  height: 0.4vw;
  background-image: url(./img/line.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
main .bg_frame section#link::after {
  display: none;
}
@media screen and (max-width: 767px) {
  main .bg_frame section::after {
    width: 95.327vw;
    height: 0.701vw;
  }
}
main #mv {
  width: 100%;
  height: 48.802vw;
  overflow: hidden;
}
main #mv.active .choujugiga_list .choujugiga_list_li:nth-child(1) {
  animation: Opening-Scale 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.7s forwards;
}
main #mv.active .choujugiga_list .choujugiga_list_li:nth-child(2) {
  animation: Opening-Scale 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.6s forwards;
}
main #mv.active .doro_list .doro_list_li:nth-child(1) {
  animation: Opening-Scale 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.7s forwards;
}
main #mv.active .doro_list .doro_list_li:nth-child(2) {
  animation: Opening-Scale 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s forwards;
}
main #mv.active .doro_list .doro_list_li:nth-child(3) {
  animation: Opening-Scale 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.9s forwards;
}
main #mv.active .doro_list .doro_list_li:nth-child(4) {
  animation: Opening-Scale 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.9s forwards;
}
main #mv.active .doro_list .doro_list_li:nth-child(5) {
  animation: Opening-Scale 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s forwards;
}
main #mv.active .doro_list .doro_list_li:nth-child(6) {
  animation: Opening-Scale 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.6s forwards;
}
main #mv.active .doro_list .doro_list_li:nth-child(7) {
  animation: Opening-Scale 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.6s forwards;
}
main #mv.active .doro_list .doro_list_li:nth-child(8) {
  animation: Opening-Scale 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.6s forwards;
}
main #mv.active h1 {
  opacity: 1;
  filter: blur(0px);
}
main #mv .logo_nikke {
  width: 10.781vw;
  padding-top: 1.302vw;
  padding-left: 1.354vw;
  opacity: 0;
  transition: all ease-in-out 0.6s;
  position: relative;
  z-index: 10;
}
main #mv .logo_nikke.active {
  opacity: 1;
  transition-delay: 1.1s;
}
@media screen and (max-width: 767px) {
  main #mv {
    height: 186.916vw;
  }
  main #mv .logo_nikke {
    width: 27.57vw;
    padding-top: 2.804vw;
    padding-left: 0.701vw;
  }
}
main #about {
  padding-top: 5.365vw;
  padding-bottom: 9.896vw;
  background: url(./img/about_bg.webp) no-repeat left 22.813vw center/56%;
  position: relative;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: all ease-in-out 0.6s;
}
@media screen and (max-width: 767px) {
  main #about {
    padding-top: 24.533vw;
    padding-bottom: 35.748vw;
    background: url(./img/sp_about_bg.webp) no-repeat center top 15vw/180%;
    transition: all ease-in-out 0.3s;
  }
}
main #about.on {
  clip-path: inset(0%);
}
main #about.on .deco_ul .deco_li {
  opacity: 1;
  transition-delay: 0.7s;
}
main #about.on p {
  opacity: 1;
  transition-delay: 0.7s;
}
@media screen and (max-width: 767px) {
  main #about.on .deco_ul .deco_li {
    transition-delay: 0.4s;
  }
  main #about.on p {
    transition-delay: 0.4s;
  }
}
main #about p {
  font-family: "Hina Mincho", serif;
  font-size: 1.719vw;
  line-height: 2;
  text-align: center;
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: all 0.4s;
}
main #about p::before {
  content: "";
  width: 30.885vw;
  height: 14.115vw;
  background-image: url(./img/about-dotted.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3.646vw;
  left: 50%;
  transform: translateX(-50%);
}
main #about p span {
  font-size: 2.083vw;
  color: #b88f2c;
}
@media screen and (max-width: 767px) {
  main #about p {
    font-size: 5.14vw;
    line-height: 1.98;
  }
  main #about p::before {
    width: 86.682vw;
    height: 54.673vw;
    background-image: url(./img/sp_about-dotted.webp);
    top: 8.645vw;
  }
  main #about p span {
    font-size: 6.542vw;
  }
}
main #info {
  position: relative;
  z-index: 2;
  margin-top: 0;
}
main #info .inner .h4 {
  display: block;
  width: 28.177vw;
  margin: 0 auto;
  margin-top: 3.333vw;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  main #info .inner .h4 {
    width: 75.234vw;
    margin-top: 10.047vw;
  }
}
@media screen and (min-width: 767px) {
  main #info .inner .h4:hover {
    opacity: 0.6;
  }
}
main #info .inner .info_list {
  width: 100%;
  max-width: 33.333vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main #info .inner .info_list {
    max-width: none;
  }
}
main #info .inner .info_list .info_list_div {
  display: flex;
}
main #info .inner .info_list .info_list_div dt {
  width: 4.688vw;
  height: 1.51vw;
  margin-right: 1.771vw;
}
main #info .inner .info_list .info_list_div dt span {
  padding: 0 0.26vw;
  color: #ffffff;
  background: #000000;
  display: inline-block;
  font-size: 1.042vw;
  line-height: 1.51vw;
  font-weight: 900;
  text-align: center;
}
main #info .inner .info_list .info_list_div dd {
  font-size: 1.354vw;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  main #info .inner .info_list .info_list_div {
    flex-direction: column;
  }
  main #info .inner .info_list .info_list_div dt {
    width: 21.028vw;
    height: 6.075vw;
    margin-right: 0;
    margin-bottom: 1.636vw;
  }
  main #info .inner .info_list .info_list_div dt span {
    padding: 0 0.935vw;
    font-size: 4.673vw;
    line-height: 6.075vw;
  }
  main #info .inner .info_list .info_list_div dd {
    font-size: 4.673vw;
  }
}
main #info .inner .info_list .info_list_div.date, main #info .inner .info_list .info_list_div.place {
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  main #info .inner .info_list .info_list_div.date, main #info .inner .info_list .info_list_div.place {
    margin-top: 9.813vw;
  }
}
main #info .inner .info_list .info_list_div.date dd a, main #info .inner .info_list .info_list_div.place dd a {
  color: #9a8347;
  border-bottom: 2px solid #9a8347;
  display: inline-block;
  margin-right: 1.302vw;
  padding-right: 1.667vw;
  position: relative;
  transition: all 0.4s;
}
main #info .inner .info_list .info_list_div.date dd a::before, main #info .inner .info_list .info_list_div.place dd a::before {
  content: "";
  width: 1.094vw;
  height: 1.094vw;
  background-image: url(./img/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  main #info .inner .info_list .info_list_div.date dd a:hover, main #info .inner .info_list .info_list_div.place dd a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  main #info .inner .info_list .info_list_div.date dd a, main #info .inner .info_list .info_list_div.place dd a {
    margin-right: 1.869vw;
    padding-right: 5.14vw;
  }
  main #info .inner .info_list .info_list_div.date dd a::before, main #info .inner .info_list .info_list_div.place dd a::before {
    width: 3.271vw;
    height: 3.271vw;
  }
}
main #info .inner .info_list .info_list_div.date dd span, main #info .inner .info_list .info_list_div.place dd span {
  padding: 0 0.365vw;
  border: 2px solid #000000;
  display: inline-block;
  margin-left: 0.677vw;
}
@media screen and (max-width: 767px) {
  main #info .inner .info_list .info_list_div.date dd span, main #info .inner .info_list .info_list_div.place dd span {
    font-size: 5.607vw;
    padding: 0.701vw 3.505vw 0.701vw 1.869vw;
    margin-left: 0;
    margin-top: 3.505vw;
  }
}
main #info .inner .info_list .info_list_div.date {
  border-top: 2px solid #070707;
  padding-top: 1vw;
}
@media screen and (max-width: 767px) {
  main #info .inner .info_list .info_list_div.date {
    padding-top: 9.346vw;
    margin-top: 3.505vw;
  }
}
main #info .inner .info_list .info_list_div.booth {
  margin-top: 2.604vw;
}
main #info .inner .info_list .info_list_div.booth small {
  font-size: 0.938vw;
}
@media screen and (max-width: 767px) {
  main #info .inner .info_list .info_list_div.booth {
    margin-top: 9.813vw;
  }
  main #info .inner .info_list .info_list_div.booth small {
    font-size: 2.804vw;
  }
  main #info .inner .info_list .info_list_div.booth dd {
    font-size: 4.673vw;
  }
}
main #info .inner .map {
  margin-top: 2vw;
  border: solid 1px #9a8347;
  position: relative;
  z-index: 0;
}
main #info .inner .map::before {
  content: "";
  width: 18.49vw;
  height: 17.76vw;
  background-image: url(./img/map_img_add.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 7.031vw;
  right: 3.125vw;
  z-index: 1;
  opacity: 0;
  transform: translateY(10px);
  transition: all ease-in-out 0.6s;
}
@media screen and (max-width: 767px) {
  main #info .inner .map {
    margin-top: 4.907vw;
  }
  main #info .inner .map::before {
    width: 81.308vw;
    height: 99.766vw;
    background-image: url(./img/sp_map_img_add.webp);
    top: 12.85vw;
    right: auto;
    left: -3.738vw;
  }
}
main #info .inner ul {
  position: relative;
}
@media screen and (max-width: 767px) {
  main #info .inner ul {
    margin-top: 57.243vw;
  }
}
main #info .inner ul li {
  font-size: 0.93vw;
  line-height: 1.38;
  font-weight: 800;
  margin-top: 0.573vw;
  padding-left: 1.2vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  main #info .inner ul li {
    font-size: 3.2vw;
    padding-left: 4vw;
    line-height: 1.6;
  }
}
main #info .inner ul li::before {
  content: "";
  background: url(./img/icon.webp) no-repeat center center/contain;
  width: 1.302vw;
  height: 1.302vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0);
}
@media screen and (max-width: 767px) {
  main #info .inner ul li::before {
    width: 4vw;
    height: 4vw;
    top: 1vw;
    transform: none;
  }
}
main #info .inner .catch {
  font-size: 1.56vw;
  text-align: center;
  font-weight: 900;
  line-height: 1.8;
  margin-top: 3vw;
}
@media screen and (max-width: 767px) {
  main #info .inner .catch {
    font-size: 5vw;
    margin-top: 4vw;
  }
}
main #info .inner .catch span {
  color: #fff;
  background: #9e8e56;
  padding: 0 0.5vw 0.2vw;
  margin-right: 0.5vw;
}
main #info .inner .info01,
main #info .inner .map,
main #info .inner .catch {
  opacity: 0;
  transform: translateY(10px);
  transition: all ease-in-out 0.4s;
}
main #info .inner .info01.on,
main #info .inner .map.on,
main #info .inner .catch.on {
  opacity: 1;
  transform: translateY(0%);
}
main #info .inner .map.on::before {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0.6s;
}
main #comingsoon.on .choujugiga_list-comingsoon li {
  opacity: 1;
  transition-delay: 0.8s;
}
main #comingsoon.on figure img {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.8s;
}
main #comingsoon.on figure::before {
  transform: translate(-50%, -50%) scale(1);
}
main #comingsoon figure {
  position: relative;
}
main #comingsoon figure img {
  opacity: 0;
  transform: translateY(10px);
  transition: all ease-in-out 0.6s;
}
main #comingsoon figure::before {
  content: "";
  width: 52.917vw;
  height: 45.521vw;
  background-image: url(./img/teaser_img-cloud.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -2;
  transition: all ease-in-out 0.8s;
}
@media screen and (max-width: 767px) {
  main #comingsoon figure::before {
    width: 82.944vw;
    height: 71.495vw;
    top: 37%;
  }
}
main #link .banner {
  display: grid;
  gap: 1.563vw;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  main #link .banner {
    gap: 3.037vw;
  }
}
main #link .banner li a {
  display: block;
  background: #fff;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  main #link .banner li a:hover {
    opacity: 0.5;
  }
}
main #link .banner li p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.521vw;
  text-align: center;
}
main #link .banner li p span {
  color: #000;
  font-weight: bold;
  font-size: 0.83vw;
  text-align: center;
  position: relative;
  padding-left: 1vw;
}
main #link .banner li p span::before {
  content: "";
  background: url(./img/icon.webp) no-repeat center center/contain;
  width: 0.781vw;
  height: 0.781vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0);
}
@media screen and (max-width: 767px) {
  main #link .banner li p {
    margin-top: 1.168vw;
  }
  main #link .banner li p span {
    font-size: 2.336vw;
    padding-left: 3.037vw;
  }
  main #link .banner li p span::before {
    width: 2.57vw;
    height: 2.57vw;
    top: 60%;
  }
}

footer {
  background: url(./img/footer_bg.webp) no-repeat center center/cover;
  text-align: center;
  padding: 3.229vw 0 2.604vw;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    background: url(./img/sp_footer_bg.webp) no-repeat center center/cover;
    padding: 8.411vw 0;
  }
}
footer small {
  font-family: "arial", sans-serif;
  font-size: 0.73vw;
}
@media screen and (max-width: 767px) {
  footer small {
    font-size: 1.869vw;
  }
}
footer a {
  display: block;
  width: 8.95vw;
  margin: 0 auto;
  margin-top: 1vw;
  transition: all 0.4s;
}
@media screen and (min-width: 767px) {
  footer a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  footer a {
    width: 24.299vw;
    margin-top: 3.505vw;
  }
}

@keyframes Opening-Scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(12px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes load {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes Mv-Choujugiga-Move-03 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes Stanp_Move {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(-10px, 10px) rotate(-10deg);
  }
  40%, 100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}/*# sourceMappingURL=style.css.map */