:root {
  --menuColor: #777;
  --textColor: #d8168a;
  --footColor: #d7d7d7;
  --FunctionPro: "FunctionsPro", sans-serif;
  --serif: "Noto Serif JP", serif;
}

@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 2s ease-in-out 0s 1 normal !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#allWrap {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  /* 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;
}
*/

#wrap-inner {
  position: relative;
}

.fixEnter-wrap {
  position: relative;
  z-index: 10;
  width: 45vw;
  max-width: 740px;
  height: 100vh;
  height: 100svh;
  margin-right: 8vw;
  margin-left: auto;
  background-color: rgba(252, 255, 255, 0.48);
}

@media only screen and (max-width:1280px) {
  .fixEnter-wrap {
    position: relative;
    height: 100%;
    width: 70vw;
    min-width: 600px;
    height: 100vh;
    height: 100svh;
    margin: 0 auto;
    background-color: rgba(252, 255, 255, 0.8);

    z-index: auto;
  }
}

.fixEnter {
  position: absolute;
  width: calc(100% - 44px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  inset: 22px;

  /* IE・Edge */
  -ms-overflow-style: none;

  /* Firefox */
  scrollbar-width: none;
}

/* Chrome・Safari・Edge */
.fixEnter::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.frameWrap {
  position: fixed;
  width: 45vw;
  max-width: 740px;
  top: 0;
  right: 8vw;
  left: auto;
  height: 100vh;
  pointer-events: none;
  z-index: 11;
}

@media only screen and (max-width:1280px) {
  .frameWrap {
    position: fixed;
    width: 70vw;
    min-width: 600px;
    top: 0;
    left: 50vw;
    height: 100svh;
    pointer-events: none;
    transform: translateX(-50%);
    z-index: 11;
  }
}

.frame {
  position: relative;
  width: 100%;
  height: 100svh;
}

/* 共通 */
.frameCorner {
  position: absolute;
  width: 80px;
  height: 80px;
  pointer-events: none;
  z-index: 50;
}

/* 左上 */
.frameTL {
  top: 14px;
  left: 14px;
  background-image: url(/img/index/frame_tl.svg);
}

/* 右上 */
.frameTR {
  top: 14px;
  right: 14px;
  background-image: url(/img/index/frame_tr.svg);

}

/* 右下 */
.frameBR {
  right: 14px;
  bottom: 14px;
  background-image: url(/img/index/frame_br.svg);
}

/* 左下 */
.frameBL {
  left: 14px;
  bottom: 14px;
  background-image: url(/img/index/frame_bl.svg);

}

.frameBorder {
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(205, 180, 120, .45);

  box-shadow:
    0 0 4px rgba(212, 186, 140, .35),
    0 0 12px rgba(212, 186, 140, .15);

  pointer-events: none;
}

.firstView-wrap {
  position: fixed;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
}

.firstView {
  position: relative;
}

.coverBG {
  background-image: url(/img/index/pc_cover.webp);
  background-position: 0;
  background-size: cover;
  width: 100vw;
}

.container {
  position: relative;
  width: 100%;
  height: 100vh;
  /* background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 45%),
    #000; */
  overflow: hidden;
}


.entrance-wrap {
  position: relative;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.coverWrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 65vh;
  min-height: 500px;
}

.coverWrap .cover {
  display: block;
  overflow: hidden;
}

.cover img {
  width: 100%;
}

.entrance {
  position: relative;
  padding: 30px 0 0 0;
}

.entrance .enter a {
  position: relative;
  display: inline-block;
}

.entrance .enter a span {
  display: flex;
  position: relative;
}


.title-animate .char {
  display: inline-block;
  position: relative;
  opacity: 0;
  transform: translateY(10px) scaleY(1.03);
  filter: blur(6px);

  transition:
    opacity .6s ease,
    transform .6s ease,
    filter .6s ease;

  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 22vmin, 240px);
  transform: skewX(-6deg);
  font-weight: 600;
  letter-spacing: -2px;
  line-height: .9;

  background-image:
    linear-gradient(110deg,
      transparent 0%,
      rgba(255, 255, 255, .18) 25%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, .18) 75%,
      transparent 100%),
    linear-gradient(180deg,
      #664003 0%,
      #b59229 50%,
      #664003 100%);

  background-size: 600% 100%, 100% 100%;

  background-position: 350% 0, 0 0;

  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, .25),
    0 3px 12px rgba(175, 120, 20, .08);
  overflow: visible;
  white-space: nowrap;

}

.title-animate.is-titleShow .char {

  opacity: 1;
  transform: translateY(0) scaleY(1.03) skewX(-6deg);
  filter: blur(0);

}

.title-animate:hover .char {

  animation: titleShine 1.2s cubic-bezier(.22, .61, .36, 1) forwards;
}

.title-animate:not(:hover) .char {
  animation: titleShineOut .8s ease-out forwards;
}

.title-animate:hover .char:nth-child(2) {
  animation-delay: .03s;
}

.title-animate:hover .char:nth-child(3) {
  animation-delay: .06s;
}

.title-animate:hover .char:nth-child(4) {
  animation-delay: .09s;
}

.title-animate:hover .char:nth-child(5) {
  animation-delay: .12s;
}

@keyframes titleShine {

  0% {
    background-position:
      350% 0,
      0 0;
  }

  100% {
    background-position:
      -350% 0,
      0 0;
  }

}

@keyframes titleShineOut {

  0% {
    background-position:
      -350% 0,
      0 0;
  }

  100% {
    background-position:
      350% 0,
      0 0;
  }

}

.entrance .enter a b {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-weight: 600;
  font-style: italic;
  display: inline-block;

  padding: 0 60px;

  font-size: 18px;
  font-weight: 600;
  letter-spacing: .18em;

  color: #fff9ea;

}

.entrance .enter a b::before {

  content: "";

  position: absolute;
  inset: 0;
  left: -31px;
  right: -10px;

  background: linear-gradient(90deg,
      transparent 0%,
      rgba(245, 223, 189, .35) 20%,
      rgba(181, 132, 61, .95) 50%,
      rgba(245, 223, 189, .35) 80%,
      transparent 100%);

  z-index: -1;
}

/* .entrance .enter a:hover span{
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
  mix-blend-mode: hard-light;
} */

.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;
}

.indexLogo {
  position: relative;
  width: 40%;
  max-width: 380px;
  margin: 20svh auto 0 auto;
  /* mix-blend-mode: difference; */
}

.indexLogo img {
  width: 100%;
}

.indexLogo svg {
  width: 100%;
}

.indexLogo span {
  display: block;

}

.indexLogo span img {
  width: 100%;
}

#copy {
  position: fixed;
  left: 15px;
  bottom: 15px;
  color: #d7d7d7;
  font-size: 12px;
  font-family: var(--FunctionPro);
  text-align: left;
}

#copy b {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: 140%;
}


.sns {
  position: fixed;
  left: 20px;
  bottom: 15px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 30px;
  text-align: center;
  display: none;
}

.sns li {
  display: inline-block;
  /* width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: #1a1a1a; */
}

.sns li a {
  display: block;
  line-height: 20px;
}

.sns li a img {
  height: 100%;
}

.sns li:nth-of-type(1) a img {
  height: 14px;
}

.sns li:nth-of-type(2) a img {
  height: 16px;
}

.sns li:nth-of-type(3) a img {
  height: 14px;
}

.sns li a span {
  display: inline-block;
  font-family: var(--FunctionPro);
  color: #ffb1be;
  margin-left: 5px;
  font-size: 14px;
}

.entrance p.under18 {
  position: relative;
  width: 90%;
  margin: 20px auto 0 auto;
  padding: 20px 0;
  display: inline-block;
  background: rgb(225, 210, 186);
  background: linear-gradient(90deg, rgba(225, 210, 186, 0) 0%, rgba(161, 139, 107, 0.78) 50%, rgba(225, 210, 186, 0) 100%);
}

.entrance p.under18 span {
  font-size: 12px;
  line-height: 160%;
  color: #fff;
  display: inline-block;
}

.entrance p.under18 a {
  display: inline-block;
  color: yellow;
  font-size: 20px;
  vertical-align: bottom;
}

.noteWrap {
  padding: 50px;
}

.note-inner {
  position: relative;
  text-align: left;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 18px;
}

.note {
  position: relative;
  z-index: 0;
  padding: 30px 50px 40px 50px;
}

.note p b {
  font-size: 16px;
  line-height: 180%;
  display: inline-block;
  color: #6e6e6e;
}

.note span {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 20px;
}

.note span small {
  display: inline-block;
  font-size: 5.4vmin;
  letter-spacing: 0.2em;
  line-height: 130%;
  font-family: "Noto serif JP", serif;
  transform: skewX(-6deg);
  font-weight: 600;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image:
    linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, .18) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, .18) 75%, transparent 100%),
    linear-gradient(45deg, #664003 0%, #b59229 50%, #664003 100%);
  background-size: 600% 100%, 100% 100%;
  background-position: 350% 0, 0 0;
  background-repeat: no-repeat;
  color: transparent;
  text-align: center;
}

h1 {
  text-align: center;
  display: block;
  padding: 0 0 20px 0;
}

h1 span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  border-radius: 999px;
  padding: 0 20px;
  background: #2D0055;
  background: linear-gradient(90deg, #664003 0%, #b59229 50%, #664003 100%);
  color: #fff;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
}

#footerWrap {
  position: relative;
  width: 100%;
  padding: 50px 0 0 0;
  background-color: #111;
  border-radius: 18px 18px 0 0;
}

#footer-inner {
  position: relative;
}

#footer {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 0 10px 30px 10px;
}

#footer dt {
  width: 280px;
  /* position: relative;
  margin: -20px auto 0 auto; */
  position: relative;
  margin: 0 auto;
}

#footer dt img {
  width: 100%;
}

#footer dd.footerInfo {
  position: relative;
  font-size: 18px;
  text-align: center;
  color: var(--footColor);
}

#footer dd.footerInfo ul {
  justify-content: center;
  margin-top: 10px;
}

#footer dd.footerInfo ul li {
  font-family: var(--FunctionPro);
  padding: 5px 0;
  color: var(--footColor);
  display: block;
}

#footer dd.footerInfo ul li span.infoTitle {
  font-family: var(--FunctionPro);
  display: inline-block;
  background: var(--footColor);
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1;
  padding: 2px 6px;
  margin: 0 5px 0 0;
}

#footer dd.footerInfo ul li a {
  font-family: var(--FunctionPro);
  color: var(--footColor);
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

#footer dd.footerMenu {
  position: relative;
  margin-top: 10px;
}

#footer dd.footerMenu ul {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

#footer dd.footerMenu ul li {
  position: relative;
  display: inline-block;
  color: var(--footColor);
  width: 50%;
}

#footer dd.footerMenu ul li:nth-child(odd) {
  text-align: right;
}

#footer dd.footerMenu ul li:nth-child(even) {
  text-align: left;
}

#footer dd.footerMenu ul li a {
  position: relative;
  display: inline-block;
  padding: 5px 12px;
  color: var(--footColor);
}

#footer dd.footerMenu ul li:last-child a {
  border: none;
}

#footer dd.footerMenu ul li b {
  color: var(--footColor);
}

#footer dd.footerMenu ul li:nth-child(odd) a::after {
  content: "";
  position: absolute;
  background: var(--footColor);
  width: 2px;
  height: 8px;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  opacity: 0.5;
}

#footer dd.footerMenu ul li.place a span {
  color: #E4007F;
}


#footer dd.footerMenu ul li a span {
  color: var(--footColor);
  font-family: var(--FunctionPro);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px
}

#footer dd.footerMenu ul li a span:hover {
  color: #E4007F;
}

.footerMenu li.place>a span {
  color: #fff;
  position: relative;
}

.footerMenu li.place>a span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  width: 20px;
  height: 2px;
  background: #fff;
}

#footer span.footerBorder {
  display: block;
  height: 2px;
  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: #d7d7d7;
  font-size: 12px;
  font-family: var(--FunctionPro);
  text-align: center;
}

#footer dd#copyRight b {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: 140%;
}

.link-banner {
  width: 80%;
  position: relative;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
}

.link-banner li {
  display: inline-block;
  width: 50%;
}

/*
.link-banner li:first-child {
  flex: 0 0 100%;
}

.link-banner li:first-child::after {
  content: "";
  width: 100%;
}

.link-banner li:not(:first-child) {
  flex: 0 0 25%;
}
  */

.link-banner a {
  display: block;
  background: #1a1a1a;
  padding: 1px;
  margin: 2px;
}

/*
.link-banner li:first-child a{
  width: calc(50% - 6px);
}
  */

.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;
}

svg.naminami {
  height: 10vh;
  width: 100vw;
  position: absolute;
  top: -10vh;
  left: 0;
}