@charset "UTF-8";
.gold {
  font-family: "Goldman", serif;
}

.dot {
  font-family: "DotGothic16", serif;
}

body {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.mv {
  animation: slideinBottom1 1s;
}

.pc_mv {
  animation: slideinBottom1pc 1s;
}

.mvTx {
  color: #fff;
  text-align: center;
}

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

@keyframes slideinBottom1pc {
  0% {
    bottom: -50px;
    opacity: 0;
  }
  100% {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes slideinBottom1 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideinBottom2 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  50% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideinBottom3 {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  70% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: 2%;
  }
}
@keyframes slideinBottom4 {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  70% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: 7%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.anime-fuwafuwa {
  position: relative;
  animation: 1.5s fuwafuwa infinite;
}

.op {
  opacity: 0;
  transition: all 0.8s;
  position: relative;
  bottom: -20px;
}

.op_after {
  opacity: 1;
  bottom: 0;
}

.leftArea {
  height: 100vh;
  height: 100lvh;
  width: 100vw;
  background-image: url(../img/pc_bk.png);
  background-position: top left;
  background-size: cover;
  position: fixed;
  filter: brightness(0.75);
  left: 0;
  top: 0;
}
.leftArea .innerArea {
  width: 50vw;
  position: relative;
  left: 0;
  height: 100%;
}
.leftArea .innerArea .imgArea {
  animation-duration: 1s;
  animation-name: fadeIn;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  width: 70%;
}
.leftArea .innerArea .imgArea .pc_mv {
  height: auto;
  max-width: 100%;
}
.leftArea .innerArea .imgArea .mvTx {
  font-size: 18px;
  padding-top: 30px;
}
.leftArea .tx2 {
  animation-duration: 2s;
  animation-name: fadeIn;
  position: absolute;
  right: 10%;
  top: 8%;
}

.rightBk {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  height: 100lvh;
  width: 50vw;
}

.mainWrap .centerArea main {
  max-width: 700px;
  width: 100%;
  display: block;
  top: 160px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
  left: 75%;
  z-index: 1;
}
.mainWrap .centerArea main {
  top: 5%;
  left: 50%;
}

@media screen and (min-width: 768px) {
  .mainWrap .centerArea main .mainContent {
    border-right: 20px solid #0122E3;
    border-left: 20px solid #FFDE00;
  }
}
@media screen and (max-width: 600px) {
  .mainWrap .centerArea main {
    max-width: initial;
    top: 0;
  }
  .mainContent {
    max-width: initial;
    width: 100%;
  }
  .frame {
    position: fixed;
    height: 100vh;
    height: 100lvh;
    width: 100%;
    border: 15px solid #fff;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
.commonWidth {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mainContent {
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.mainContent section {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mainContent::after {
    content: "";
    position: fixed;
    top: 0px;
    width: 20px;
    right: 0;
    background: #FFDE00;
    height: 100%;
    z-index: -1;
  }
  .mainContent::before {
    content: "";
    position: fixed;
    top: 0px;
    width: 20px;
    left: 0;
    background: #0122E3;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .mainContent::after {
    content: "";
    position: fixed;
    top: 0px;
    width: 50%;
    right: 0;
    background: #FFDE00;
    height: 100%;
    z-index: -1;
  }
  .mainContent::before {
    content: "";
    position: fixed;
    top: 0px;
    width: 50%;
    left: 0;
    background: #0122E3;
    height: 100%;
    z-index: -1;
  }
}
.btn {
  border-radius: 50px;
  background: #3176F5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 280px;
  position: relative;
}
.btn p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}

.btn:before {
  content: "";
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 15px;
  height: 15px;
}

.global-nav {
  position: fixed;
  opacity: 0;
  top: 0%;
  right: 0;
  width: 300px;
  margin: 0 auto;
  height: 100vh;
  height: 100dvh;
  transition: all 0.3s;
  z-index: 5;
  overflow-y: auto;
  visibility: hidden;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.global-nav .global-nav-inner {
  width: 100%;
  max-width: 500px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  min-height: 100dvh;
  background: #0122e3;
  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;
  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 .topLogo {
  width: 150px;
  margin-top: 15px;
}
.global-nav .global-nav-inner .smt-nav-link .navLinkArea .gridArea {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px;
  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;
}

@media screen and (max-width: 767px) {
  .global-nav {
    width: 100%;
  }
}
.hamburgerWrap {
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  text-align: center;
  position: fixed;
  z-index: 10;
  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;
  transition: all 0.6s;
  right: 0;
  border: 1px solid #0122E3;
}
.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: -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;
}

.global-nav .global-nav-inner {
  max-width: 100%;
}

.onMenu {
  /* 表示された時用のCSS */
  height: 100%;
  overflow: hidden;
}
.onMenu .global-nav {
  top: 0%;
  visibility: visible;
  opacity: 1;
  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 {
  transform: rotate(45deg);
  top: 10px !important;
}
.onMenu .hamburger__line--2 {
  opacity: 0;
}
.onMenu .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 10px !important;
}
.onMenu .text_on {
  display: none !important;
}
.onMenu .text_close {
  display: block !important;
}
.onMenu .hamburger {
  background-color: initial;
}

.com-slider .slick-slide {
  margin: 0 5px !important;
}

.slick-dots {
  bottom: -20px !important;
}
.slick-dots li {
  margin: 0 !important;
}

.slick-active {
  opacity: 1 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 15px !important;
}

.slick-dots li button:before {
  color: #0122E3 !important;
}

footer {
  background: #0122E3;
  padding: 15px 0;
}
footer p {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.coming {
  position: relative;
  text-align: center;
  font-size: 24px;
  color: gray;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}

.coming:after {
  position: absolute;
  top: 0;
  left: 136px;
  overflow: hidden;
  vertical-align: bottom;
  animation: ellipsis steps(4, end) 1300ms infinite;
  content: "...";
  width: 0px;
  color: gray;
}

@keyframes ellipsis {
  to {
    width: 38px;
  }
}
.loadingWrap {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  animation-duration: 2s;
  animation-name: fadeIn;
  z-index: 11;
  background: #000;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}

@keyframes loadingFadeIn {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.arc {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-top: 2px solid rgb(1, 34, 227);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  animation: rt 2s infinite linear;
}
.arc::before {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top: 2px solid rgb(255, 222, 0);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  animation: rt 4s infinite linear reverse;
  content: "";
}
.arc::after {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  border-top: initial;
  border-left: initial;
  border-right: initial;
  animation: cw 1s infinite;
  content: "";
  background: rgb(255, 250, 250);
}

.loading {
  position: absolute;
  height: 40px;
  margin: auto;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: lighter;
  color: white;
}
.loading span {
  display: none;
}
.loading::after {
  animation: txt 5s infinite;
  content: "";
}

@keyframes rt {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes cw {
  0% {
    width: 0;
    height: 0;
  }
  75% {
    width: 40px;
    height: 40px;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@keyframes txt {
  0% {
    content: "LOADING.";
  }
  50% {
    content: "LOADING..";
  }
  100% {
    content: "LOADING...";
  }
}
.loadingGm {
  background: #192830;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  animation-duration: 6s;
  animation-name: loadingFadeIn;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
}
.loadingGm .wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 90%;
  height: 100%;
  max-width: 945px;
  margin: 0 auto;
}
.loadingGm .wrap .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 12;
  width: 100%;
}
.loadingGm .wrap .content .bkWrap {
  animation-duration: 0.45s;
  animation-name: textfadeIn;
  border-radius: 20px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
.loadingGm .wrap .content .bk {
  width: 100%;
  max-width: 940px;
}
.loadingGm .wrap .content .girl, .loadingGm .wrap .content .miratan {
  animation-duration: 2.2s;
  animation-name: fadeInTop;
}
.loadingGm .wrap .content .girl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 12;
}
.loadingGm .wrap .content .miratan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 12;
}
.loadingGm .wrap .content .tx {
  animation-duration: 2.2s;
  animation-name: textfadeIn;
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 12;
  color: #fff;
  font-size: clamp(1rem, 0.363rem + 2.72vw, 2.063rem);
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cover1,
  .cover2,
  .cover3 {
    animation: cover 1s steps(10, jump-none) forwards;
    animation-delay: 0.5s; /* 2秒後にアニメーションを開始 */
    background: #192830;
    height: 50%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .cover2 {
    animation-delay: 0.6s;
    top: 33.3333333333%;
  }
  .cover3 {
    animation-delay: 0.7s;
    top: 66.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .cover1,
  .cover2,
  .cover3 {
    animation: cover 1s steps(10, jump-none) forwards;
    animation-delay: 0.5s; /* 2秒後にアニメーションを開始 */
    background: #192830;
    height: 33.3333333333%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .cover2 {
    animation-delay: 0.7s;
    top: 33.3333333333%;
  }
  .cover3 {
    animation-delay: 0.9s;
    top: 66.6666666667%;
  }
}
.cover1 {
  top: 0;
}

@keyframes cover {
  100% {
    transform: translateX(100%);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    filter: brightness(0);
  }
  70% {
    opacity: 0;
    filter: brightness(0);
  }
  100% {
    opacity: 1;
    filter: brightness(1);
  }
}
@keyframes textfadeIn {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .loadingGm {
    animation-duration: 5.5s;
    animation-name: loadingFadeIn2;
  }
}
@keyframes loadingFadeIn2 {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=common.css.map */