@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(/pc/img/companion_bg.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  z-index: 9999;
  /* transform: skewY(-5deg);
  transform-origin: top left; */
}

/*
#allWrap::before {
  content: "";
  background-image: url(/pc/img/bg.jpg);
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: 400px auto;
  background-color: #fff;
  height: 200px;
  width: 100vw;
  transform: skewY(5deg);
  transform-origin: top left;
  position: absolute;
  top: -200px;
  left: 0;
}
*/

#allWrap2 {
  position: relative;
  background-color: pink;
  margin-top: 100vh;
  width: 100vw;
  z-index: 9999;
  min-height: 500px;
  overflow: hidden;
  /* transform: skewY(-5deg);
  transform-origin: top left; */
}

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

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

.indexLogo {
  display: block;
  position: relative;
  width: 60%;
  height: 100%;
  margin-left: 40%;
}

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

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

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

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

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

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

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

#cover.lighter {
  filter: blur(0);
  opacity: 1;
}

#cover.drkn {
  filter: blur(4px);
  opacity: 0.6;
  /* transform: scale(0.6);
  transform-origin: center center; */
}

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

.wrapShadow {
  width: 100%;
  height: 300px;
  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;
}

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

.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;
}

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

#cover {
  position: relative;
  background-image: url(/index/img/cover.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: 1s ease-in-out;
  width: 100%;
  height: 100vh;
  width: calc(100% - 100px);
  height: calc(100vh - 100px);
  margin: 50px;
}

#cover2 {
  position: relative;
  background-image: url(/index/img/cover2.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: 1s ease-in-out;
  /* width: 100dvw;
  height: 100svh; */
  width: calc(100% - 40px);
  height: calc(100svh - 40px);
  margin: 20px;
}

#cover3 {
  position: relative;
  background-image: url(/index/img/cover3.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: 1s ease-in-out;
  /* width: 100dvw;
  height: 100svh; */
  width: calc(100% - 40px);
  height: calc(100svh - 40px);
  margin: 20px;
}

/*
@media only screen and (max-width:980px) {
  #cover2 {
    position: relative;
    background-image: url(/index/img/cover2.jpg);
    background-position: 80% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s ease-in-out;
    width: 100dvw;
    height: 100svh;
  }
}

@media only screen and (min-width:981px) {
  #cover2 {
    position: relative;
    background-image: url(/index/img/cover2.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: 1s ease-in-out;
    width: 100dvw;
    height: 100svh;
  }
}
*/
.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: 100px 0 50px 0;
  overflow: hidden;
}

.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(4.375rem, 2.708rem + 5.56vw, 9.375rem);
  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 3%;
  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);
  display: inline-block;
}

.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: 480px;
  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 50px 40px 50px;
  mix-blend-mode: normal;
  /* border-radius: 50px 0 50px 0; */
}

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

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

.note span small {
  display: block;
  color: #fff;
  font-family: 'Playfair Display', sans-serif;
  font-style: italic;
  letter-spacing: 0;
  font-size: clamp(2.5rem, 2.292rem + 0.69vw, 3.125rem);
  white-space: nowrap;
  display: inline-block;
  /* 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: 20px 10px;
}

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

#foot-frame {
  height: 150px;
  width: 150px;
  background-color: #000;
  position: absolute;
  top: -75px;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, 0);
  padding: 20px 20px 0 20px;
}

#foot-frame img {
  width: 100%;
  animation: rotate-anime 5s ease-in-out infinite;
}

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

#footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 10px 30px 10px;
}

#footer dt {
  width: 180px;
  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: 24px;
  color: #717171;
}

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

#footer dd.footerInfo ul li {
  font-family: 'Six Caps', sans-serif;
  padding: 0 11px;
  color: #717171;
  display: inline-block;
}

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

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

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

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

#footer dd.footerMenu ul li a {
  display: inline-block;
  padding: 0 12px;
  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: 24px;
  line-height: 1;
}

#footer dd.footerMenu ul li a span:hover {
  color: #ff0059;
}

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

#footer dd#copyRight {
  color: #717171;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: 'FunctionsPro', sans-serif;
  text-align: center;
}


.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: #e5e5e5;*/
  background: #141414;
}

#footerBottom {
  position: relative;
  padding: 10px 6px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

#footerBottom span {
  display: block;
  margin-right: 10px;
  float: left;
  overflow: hidden;
}

#footerBottom span a {
  margin-right: 4px;
  display: block;
}

#footerBottom span img {
  width: 44px;
}

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

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

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


#splash {
  /*fixedで全面に固定*/
  position: absolute;
  width: 200%;
  height: 250%;
  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: 2px;
}

.splash-txt {
  position: absolute;
  display: inline-block;
  bottom: 0%;
  left: 0;
  font-size: 24px;
  z-index: 1000;
  text-align: right;
  width: 100%;
  font-family: 'FunctionsPro', sans-serif;
  color: #ccc;
  padding: 0 10px 10px 0;
}

/*割れる画面のアニメーション*/
.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #000;
  transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035);
  transition-duration: 0.6s;
  /* 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%;
}

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

.loader_cover-down.coveranime {
  /* bottom: -30%; */
  bottom: -100%;
}

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

.blurTxt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  line-height: 100vh;
  text-align: center;
  white-space: nowrap;
  user-select: none;
}

.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;
  }
}