@keyframes bodyFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

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

#allWrap {
  position: relative;
  /* background-image: url(/pc/img/bg.jpg);
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 400px auto; */
  background-color: #000;
  margin-top: 100vh;
  transform: skewY(-5deg);
  transform-origin: top left;
  overflow: hidden;

}

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


/* .indexMovie {
  position: relative;
  width: 100%;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
} */

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

#cover.lighter{
  filter: blur(0);
  opacity: 1;
}
#cover.drkn{
  filter: blur(4px);
  opacity: 0.6;

}
.masthead{
  position: relative;
}
.masthead-video {}

#wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 50px 50px 200px 50px;
  background-image: url(/pc/img/bg.jpg);
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 400px auto;
  transform: skewY(5deg);
  transform-origin: top left;
}

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

}

.inner {
  position: relative;
  height: 100%;
}

#headerTopWrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #000;
}

h1 {
  font-size: 13px;
  color: #ccc;
  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: relative;
  overflow: hidden;
  max-height: calc(100vh - 120px);
  border-top: 20px solid #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}

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


}

.title_sclass {
  position: absolute;
  left: 50%;
  bottom: 100px;
  width: 84%;
  transform: translate(-47%, 0);
}

.title_sclass img {
  width: 100%;
}


.title1 {
  position: absolute;
  top: 10%;
  right: -50px;
  background-image: url(/index/img/title1.png);
  width: 100%;
  height: 80%;
  max-height: 100%;
  background-size: auto 100%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

@-webkit-keyframes scaleOut {
  from {
    overflow: hidden;
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

@keyframes scaleOut {
  from {
    overflow: hidden;
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

.scaleOut {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
  animation-delay: 4s;
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

@media all and (-ms-high-contrast: none) {
  .scaleOut {
    animation: none;
  }
}

.new {
  position: absolute;
  top: calc(100vh - 150px);
  left: 20px;
  transform-origin: center center;
  transform: rotate(-5deg);
  width: 500px;
  overflow: hidden;
}

.new img {
  width: 100%;
}

.title2 {
  position: absolute;
  top: -55px;
  right: -55px;
  /* left: 50%; */
  width: 800px;
  height: 130px;
  /* transform: translate(-50%, 0); */
}

.title2 img {
  width: 100%;
  height: 100%;
}

.entrance {
  position: relative;
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px auto;
}

.entrance ul {}

/*
.entrance ul li {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 480px;
  height: 141px;
  background-image: url(/index/img/enter_frame.png);
  background-size: cover;
}
*/
.entrance ul li {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 540px;
  height: 252px;
  background-image: url(/index/img/enter_frame2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64px;
}

.entrance ul li.enter a {
  display: block;
  margin: auto;
  position: relative;
  width: 80%;
  padding: 20px 0;
  transition: 0.3s ease;
  position: relative;
  justify-content: center;


}

/*
.entrance ul li a span::before {
    content: "ENTER";
    display: block;
    font-size: 80px;
    line-height: 1;
    color: #fff;
    transition: 0.6s ease;
    font-family: "Rorboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
*/

.entrance ul li a span {
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  color: #9a8a65;
  transition: 0.6s ease;
  /* font-family: "Sorts Mill Goudy", serif; */
  font-family: 'Cinzel', serif;
  color: rgba(226, 185, 153, 0);
  background: linear-gradient(0deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  padding: 0 5px;
}

@media all and (-ms-high-contrast: none) {
  .entrance ul li a span {
    display: block;
    font-size: 100px;
    line-height: 1;
    color: #e7027f;
    transition: 0.6s ease;
    font-family: "Sorts Mill Goudy", serif;
    background: none;
    letter-spacing: -2px;
  }

  .entrance ul li.enter a:hover span {
    color: #ffa784;
  }
}

.entrance ul li a:hover span:nth-child(1) {
  transform: rotateY(360deg);
}

.entrance ul li a:hover span:nth-child(2) {
  transform: rotateY(360deg);
  transition-delay: 0.1s;
}

.entrance ul li a:hover span:nth-child(3) {
  transform: rotateY(360deg);
  transition-delay: 0.2s;
}

.entrance ul li a:hover span:nth-child(4) {
  transform: rotateY(360deg);
  transition-delay: 0.3s;
}

.entrance ul li a:hover span:nth-child(5) {
  transform: rotateY(360deg);
  transition-delay: 0.4s;
}

.entrance ul li.enter a b {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}

.entrance ul li.enter a b small{
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 3px 30px;
  color: #ccc;
  transition: 0.6s ease;
  border-radius: 22px;
  background: -moz-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
  background: linear-gradient(to right, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
}
.entrance ul li.enter a:hover b small{
  background: -moz-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
  background: linear-gradient(to right, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
  color: #fff;
}

.entrance p {
  font-size: 12px;
  line-height: 160%;
  padding: 10px 0;
  margin-top: 20px;
  color: #a0a0a0;
  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 a {
  display: inline-block;
  color: #9c0000;
  font-size: 20px;
  vertical-align: bottom;
}

.noteWrap {
  position: relative;
  max-width: 1040px;
  margin: 60px auto 150px auto;
  text-align: center;
  min-width: 900px;
}

.note p {
  position: relative;
  background: rgb(218, 68, 83);
  background: -moz-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
  background: linear-gradient(to right, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
  padding: 1px;
  z-index: 0;
  margin: -25px 0 0 0;
}

.note p b {
  padding: 50px 50px 40px 50px;
  font-size: 18px;
  line-height: 180%;
  color: #a0a0a0;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  display: block;
  background: #000;
}

.note span {
  display: block;
  /* background: #000; */
  position: relative;
  z-index: 1;
  line-height: 50px;
}

.note span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  height: 2px;
  width: 70%;
  transform: translate(-50%, calc(-50% + 2px));
  z-index: -1;
}
.note span small {
  display: block;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 50px;
  white-space: nowrap;
  background: rgb(218, 68, 83);
  background: -moz-linear-gradient(90deg, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
  background: linear-gradient(90deg, rgba(218, 68, 83, 1) 0%, rgba(137, 33, 107, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  padding: 1px 50px;
  margin-bottom: -20px;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .note span small {
    background: none;
    color: #e7027f;
  }
}

#footerWrap {
  position: relative;
  width: 100%;
  z-index: 9000;
  background: #000;
  min-width: 1040px;
  padding: 80px 0 0 0;
  margin-top: -200px;
}

/*
#footerWrap:before{
  content: "";
  position: absolute;
  height: 80px;
  width: calc(100% - 80px);
  top: 0;
  left: 0;
  background: #000;
  transform-origin: right bottom;
  transform: skewY(1.5deg)
}
*/

/*
#footerWrap:before{
  content: "";
  position: absolute;
  background: rgb(84, 43, 109);
  background: linear-gradient(-45deg, #00fffc, #fff, #00fffc, #fff);
  background-size: 200% 200%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 5s ease infinite;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  height: 4px;
  width: 100vw;
  top: -3px;
  left: 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;
}

@keyframes rotate-anime {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

#footer-inner {
  position: relative;
  background: #000;
}

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

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

#footer dt img {
  width: 100%;
}

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

#footer dd.footerInfo {
  font-size: 16px;
  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: 0 11px;
  color: #717171;
  display: inline-block;

}

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

#footer dd.footerInfo ul li a {
  font-family: 'FunctionsPro', sans-serif;
  color: #717171;
  display: inline-block;
  font-size: 18px;
  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;
}

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

#footer dd.footerMenu ul li a span {
  color: #717171;
  font-family: 'FunctionsPro', sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px
}

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

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

/*
#footer span.footerBorder {
  background: url(/pc/img/footer_border.png) repeat;
  height: 6px;
  width: auto;
  margin: 30px auto;
  display: block;
}
*/

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

