@keyframes bodyFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;

  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bodyFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
  }
}

body {
  height: 100%;
  width: 100%;
  background-color: #000;
  overflow-x: hidden;
  animation: bodyFadeIn 1s ease-in-out 0s 1 normal !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#allWrap {
  position: relative;
  background-color: #000;
  margin-top: 100vh;
  overflow: hidden;
  background-image: url(/sp/img/index/bg.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover 80%;
}

#allWrap2 {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.cover-text {
  position: absolute;
  top: 70px;
  right: 80px;
  background-image: url(/index/img/right_text.png);
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100vh - 200px);
  background-position: 100% 50%;
  background-size: auto 100%;
}

#movieIMG-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: transparent;
  mix-blend-mode: difference;
}

#movieIMG {
  position: relative;
  width: 100%;
  height: 100%;
}

.indexLogo {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.indexLogo .logo {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.indexLogo .logo .logo-inner {
  display: block;
  position: absolute;
  width: 40%;
  max-width: 480px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.indexLogo .logo img {
  width: 100%;
}

#wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 80px 10px 30px 10px;
}

#wrap2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0 10px 30px 10px;
  z-index: 0;
  overflow: hidden;
  background-image: url(/sp/img/index/bg.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover 80%;
}

#wrap2::after {
  content: "";
  width: 100%;
  height: 25%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.wrapShadow {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}

.wrapShadow-under {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}

.inner {
  position: relative;
  min-height: 100%;
  background: transparent;
  mix-blend-mode: difference;
  z-index: 20;
}

h1 {
  color: #717171;
  text-align: center;
  padding-bottom: 40px;
}

h1 small {
  display: block;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 3px;
}

h1 b {
  display: block;
  font-size: 38px;
  font-family: 'Noto Serif JP', serif;
  line-height: 140%;
}

.pattern {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: url(/index/img/pattern_cover.png) repeat;
  top: 0;
  left: 0;
  z-index: 7;
  opacity: 0.4;
}

.coverWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}

.coverWrap2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  margin: 0 auto;
}

.cover-in-border {
  position: absolute;
  top: 4px;
  left: 4px;
  border: 2px solid #000;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

#cover {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

#cover2 {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#cover2 img {
  width: 100%;
}

.coverDot {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/pc/img/bg_dot_black.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.entrance {
  position: relative;
  text-align: center;
  margin: 0 auto 20px auto;
  padding: 20px 0;

}

.enterTxt {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ENT-btn {
  display: block;
  position: relative;
}

.ENT-btn a {
  display: block;
  position: relative;
  white-space: nowrap;
  background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  font-style: italic;
  letter-spacing: 0;
  font-size: clamp(6.25rem, 5rem + 3.13vw, 8.75rem);
  width: 100%;
  text-align: center;
  padding: 30px 30px 0 30px;
  transition: 0.3s ease;
}

.ENT-btn a:hover {
  text-shadow: 0 0 8px rgb(255, 255, 255, 00.8);
}

.ENT-btn a b {
  display: block;
  font-size: 18px;
  font-family: 'Playfair Display', sans-serif;
  background: #fff;
  color: #000;
  -webkit-text-fill-color: #000;
  line-height: 23px;
  background-clip: unset;
}

.entrance p.under18 {
  position: relative;
  margin-top: 20px;
}

.entrance p.under18 span {
  font-size: 12px;
  line-height: 160%;
  padding: 10px 0;
  color: #fff;
  display: inline-block;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.entrance p.under18 a {
  display: inline-block;
  color: yellow;
  font-size: 20px;
  vertical-align: bottom;
}

.noteWrap {
  position: relative;
  max-width: 1040px;
  margin: 60px auto 0 auto;
  text-align: center;
  min-width: 320px;
  background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
  padding: 2px;
  /* border-radius: 50px 0 50px 0; */
}

.note {
  position: relative;
  z-index: 0;
  background-color: #121212;
  padding: 30px 20px 40px 20px;
  mix-blend-mode: normal;
  /* border-radius: 50px 0 50px 0; */
}

.note p {
  position: relative;
  text-align: left;
}

.note p b {
  font-size: 16px;
  line-height: 180%;
  color: #ccc;
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
}

.note span {
  display: block;
  position: relative;
  padding-bottom: 20px;
}

.note span small {
  display: inline-block;
  color: #fff;
  font-family: 'Playfair Display', sans-serif;
  font-style: italic;
  letter-spacing: 0;
  font-size: clamp(1.875rem, 1.25rem + 1.56vw, 3.125rem);
  white-space: nowrap;
  /* background: linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%); */
  background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  overflow: hidden;
  text-align: center;
  padding: 5px;
}

#footerWrap {
  position: relative;
  width: 100%;
  z-index: 9000;
  /* background: #0e1f2a; */
  background: #000;
  min-width: 320px;
  padding: 80px 0 0 0;
}

#footer-inner {
  position: relative;
  /* background: #0e1f2a; */
}

#footer {
  position: relative;
  width: 96%;
  margin: 0 auto;
  padding: 0 10px 30px 10px;
}

#footer dt {
  width: 140px;
  position: relative;
  margin: 0 auto 20px auto;
}

#footer dt img {
  width: 100%;
}

#footer dd.footerInfo,
#footer dd.footerMenu {
  margin: 10px auto;
  position: relative;
}

#footer dd.footerInfo {
  font-size: 18px;
  color: #717171;
}

#footer dd.footerInfo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#footer dd.footerInfo ul li {
  font-family: 'FunctionsPro', sans-serif;
  padding: 5px 0;
  color: #717171;
  display: inline-block;
  font-weight: normal;
}

#footer dd.footerInfo ul li span.informationTitle {
  font-family: 'FunctionsPro', sans-serif;
  display: inline-block;
  background: #717171;
  color: #000;
  font-size: 18px;
  line-height: 1;
  padding: 2px 6px;
  margin: 0 5px 0 0;
  font-weight: normal;
}

#footer dd.footerInfo ul li a {
  font-family: 'FunctionsPro', sans-serif;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: 1;
  font-weight: normal;
}

#footer dd.footerMenu ul {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

#footer dd.footerMenu ul li {
  position: relative;
  display: inline-block;
  color: #717171;
  width: 50%;
}

#footer dd.footerMenu ul li:nth-child(odd) {
  text-align: right;
}

#footer dd.footerMenu ul li:nth-child(odd)::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translate(0, -50%);
}

#footer dd.footerMenu ul li:nth-child(even) {
  text-align: left;
}

#footer dd.footerMenu ul li a {
  display: inline-block;
  padding: 0 20px;
  margin: 2px 0;
  color: #717171;
}

#footer dd.footerMenu ul li:last-child a {
  border: none;
}

#footer dd.footerMenu ul li b {
  color: #717171;
  font-size: 24px;
}

#footer dd.footerMenu ul li a.active span {
  color: #717171;
  text-decoration: underline;
}

#footer dd.footerMenu ul li a span {
  color: #717171;
  font-family: 'Six Caps', sans-serif;
  font-size: 32px;
  line-height: 1;

}

#footer dd.footerSNS {
  position: relative;
}

#footer dd.footerSNS ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#footer dd.footerSNS ul li {
  display: inline-block;
  text-align: center;
}

#footer dd.footerSNS ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #717171;
  border-radius: 50%;
  margin: 5px;
}

#footer dd.footerSNS ul li a span {
  display: block;

}

#footer dd.footerSNS ul li a span i {
  font-size: 22px;
  line-height: 40px;
  color: #000;
}

#footer span.footerBorder {
  display: block;
  height: 3px;
  background-color: #181c1d;
  border-top: 1px solid #2a2a2a;
  width: auto;
  margin: 30px auto;
}

#footer dd#copyRight {
  position: relative;
  text-align: center;
}

#footer dd#copyRight b {
  color: #717171;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: 'FunctionsPro', sans-serif;
  display: inline-block;
  line-height: 140%;
}

.link-banner {
  width: 400px;
  position: relative;
  margin: 10px 40px 0 auto;
}

.link-banner a {
  display: block;
  background: #1a1a1a;
  padding: 5px;
}

.link-banner a img {
  width: 100%
}

#footerBottomWrap {
  position: relative;
  background: #141414;
}

#footerBottom {
  position: relative;
  padding: 10px 6px 16px 10px;
  text-align: left;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#footerBottom .link {
  font-size: 8px;
  color: #808080;
  display: inline-block;
  margin-right: 10px;
}

#footerBottom .link a {
  font-size: 10px;
  line-height: 160%;
  color: #808080;
  display: inline-block;
  margin: 0 0 0 5px;
}

#footerBottom .link a:hover {
  background: #fff;
}

#splash {
  /*fixedで全面に固定*/
  position: absolute;
  width: 200%;
  height: 300% !important;
  z-index: 999;
  text-align: center;
  color: #fff;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  top: 50%;
}

#splash.splashOut {
  /* visibility: hidden; */
}

/* Loading画像中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 1px;
}

/*割れる画面のアニメーション*/
.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #000;
  transition-duration: 0.5s;
  /* transition-delay: 0.3s; */
  transform: scaleY(1);
}

/*上の画面*/
.loader_cover-up {
  position: absolute;
  top: 0;
  transform-origin: center top;
}

.loader_cover-up.coveranime {
  position: absolute;
  /* top: -30%; */
  top: -100%;
  transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);

}

/*下の画面*/
.loader_cover-down {
  position: absolute;
  bottom: 0;
  transform-origin: center bottom;
}

.loader_cover-down.coveranime {
  /* bottom: -30%; */
  bottom: -100%;
  transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
}

/*クラス名がついたらY軸方向に0*/
.coveranime {
  transform: scaleY(1);
}

.blurTxt {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9000;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  align-items: center;
  justify-content: center;
}

.blurTxt li {
  color: transparent;
  animation-name: blur;
  animation-duration: 5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  display: inline-block;
  font-size: clamp(1.875rem, 6.25vw, 7.5rem);
  letter-spacing: 2px;
  font-family: 'Playfair Display', sans-serif;
  font-style: italic;
  font-weight: 400;
  /* animation-iteration-count: infinite; */
}

.blurTxt li:nth-child(1) {
  animation-delay: 0.5s;
}

.blurTxt li:nth-child(2) {
  animation-delay: 0.6s;
  transform: scale(0.6);
  font-weight: 500;
  transform-origin: center bottom;
  margin: 0 -1%;
}

.blurTxt li:nth-child(3) {
  animation-delay: 0.7s;
}

.blurTxt li:nth-child(4) {
  animation-delay: 0.8s;

}

.blurTxt li:nth-child(5) {
  animation-delay: 0.9s;
  margin-right: -10px;

}

.blurTxt li:nth-child(6) {
  animation-delay: 1s;
}

.blurTxt li:nth-child(7) {
  animation-delay: 1.1s;
}

@keyframes blur {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }

  5% {
    text-shadow: 0 0 90px #fff;
  }

  15% {
    opacity: 1;
  }

  20% {
    text-shadow: 0 0 0px #fff;
  }

  80% {
    text-shadow: 0 0 0px #fff;
  }

  85% {
    opacity: 1;
  }

  95% {
    text-shadow: 0 0 90px #fff;
  }

  100% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }
}

@-webkit-keyframes blur {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }

  5% {
    text-shadow: 0 0 90px #fff;
  }

  15% {
    opacity: 1;
  }

  20% {
    text-shadow: 0 0 0px #fff;
  }

  80% {
    text-shadow: 0 0 0px #fff;
  }

  85% {
    opacity: 1;
  }

  95% {
    text-shadow: 0 0 90px #fff;
  }

  100% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }
}