@charset "UTF-8";
.fontM {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.mv {
  -webkit-animation: slideinBottom1 1s;
          animation: slideinBottom1 1s;
}

.pc_mv {
  -webkit-animation: slideinBottom1pc 1s;
          animation: slideinBottom1pc 1s;
}

.text1, .text2, .pc_text1, .pc_text2 {
  -webkit-animation: slideinBottom2 1.4s;
          animation: slideinBottom2 1.4s;
}

.logo, .leftLogo {
  -webkit-animation: slideinBottom3 2s;
          animation: slideinBottom3 2s;
}

.logo {
  -webkit-animation: slideinBottom4 2s;
          animation: slideinBottom4 2s;
}

@-webkit-keyframes slideinBottom1pc {
  0% {
    bottom: -50px;
    opacity: 0;
  }
  100% {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes slideinBottom1pc {
  0% {
    bottom: -50px;
    opacity: 0;
  }
  100% {
    bottom: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes slideinBottom1 {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideinBottom1 {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideinBottom2 {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideinBottom2 {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideinBottom3 {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  70% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: 2%;
  }
}

@keyframes slideinBottom3 {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  70% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: 2%;
  }
}

@-webkit-keyframes slideinBottom4 {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  70% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: 7%;
  }
}

@keyframes slideinBottom4 {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  70% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: 7%;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.anime-fuwafuwa {
  position: relative;
  -webkit-animation: 1.5s fuwafuwa infinite;
          animation: 1.5s fuwafuwa infinite;
}

@media screen and (max-width: 1100px) {
  .op {
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    bottom: -20px;
  }
  .op_after {
    opacity: 1;
    bottom: 0;
  }
}

.global-nav {
  position: fixed;
  opacity: 0;
  top: 0%;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  height: 100dvh;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 5;
  overflow-y: auto;
  visibility: hidden;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-nav .global-nav-inner {
  width: 100%;
  max-width: 500px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  min-height: 100dvh;
  background: #ed6f22;
  text-align: center;
  top: 15%;
  right: 0;
  left: 0;
  margin-left: auto;
  text-align: left;
}

.global-nav .global-nav-inner .smt-nav-link {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  min-height: calc(100vh - 260px);
  min-height: calc(100dvh - 260px);
  text-align: right;
  margin: 50px auto;
  width: 90%;
}

.global-nav .global-nav-inner .smt-nav-link .navLinkArea {
  padding-top: 50px;
}

.global-nav .global-nav-inner .smt-nav-link .navLinkArea .gridArea {
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  row-gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.global-nav .global-nav-inner .smt-nav-link .navLinkArea a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.hamburgerWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  text-align: center;
  position: fixed;
  z-index: 999;
  top: 30px;
}

.hamburgerWrap .hamburger {
  cursor: pointer;
  width: 30px;
  height: 22px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  top: 0px;
  right: 28px;
}

.hamburgerWrap .hamburger .hamburger__line {
  position: absolute;
  width: 30px;
  height: 4px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  right: 0;
  border: 1px solid #ED6F22;
}

.hamburgerWrap .hamburger .hamburger__line--1 {
  top: 0px;
  background-color: #fff;
}

.hamburgerWrap .hamburger .hamburger__line--2 {
  top: 10px;
  background-color: #fff;
}

.hamburgerWrap .hamburger .hamburger__line--3 {
  top: 20px;
  background-color: #fff;
}

.hamburgerWrap .hamburger .hamberger_text {
  font-size: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.hamburgerWrap .hamburger .text_on {
  display: block;
}

.hamburgerWrap .hamburger .text_close {
  display: none;
}

@media screen and (min-width: 1101px) {
  .global-nav .global-nav-inner {
    max-width: 50%;
  }
}

@media screen and (max-width: 1100px) {
  .global-nav .global-nav-inner {
    max-width: 100%;
  }
}

.onMenu {
  /* 表示された時用のCSS */
  height: 100%;
  overflow: hidden;
}

.onMenu .global-nav {
  top: 0%;
  visibility: visible;
  opacity: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: initial;
}

.onMenu .global-nav-inner {
  opacity: 1;
}

.onMenu .global-nav-inner .smt-nav-link {
  opacity: 1;
}

.onMenu .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px !important;
}

.onMenu .hamburger__line--2 {
  opacity: 0;
}

.onMenu .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px !important;
}

.onMenu .text_on {
  display: none !important;
}

.onMenu .text_close {
  display: block !important;
}

.onMenu .hamburger {
  background-color: initial;
}

.popupWrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  -webkit-animation: after-anime 2.7s;
          animation: after-anime 2.7s;
  background: rgba(237, 111, 34, 0.7);
}

.popupWrap .popup {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
  border-radius: 20px;
  border: 5px solid #ED6F22;
}

.popupWrap .popup .close {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 35px;
  height: 35px;
}

.popupWrap .popup .close .close__line1, .popupWrap .popup .close .close__line2 {
  width: 25px;
  height: 2px;
  top: 15px;
  left: 4px;
  position: absolute;
  background: #000;
}

.popupWrap .popup .close .close__line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popupWrap .popup .close .close__line2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popupWrap .popup .wrap {
  width: 90%;
  margin: 0 auto;
}

.popupWrap .popup .wrap .tl {
  text-align: center;
  font-size: 20px;
  color: #ED6F22;
  font-weight: bold;
}

.popupWrap .popup .wrap .tl + p {
  margin: 15px 0;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

@-webkit-keyframes after-anime {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes after-anime {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=common.css.map */