@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: #fff;
  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;
  -moz-user-select: none;
  -ms-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: fixed;
  height: calc(100% - 40px);
  width: 30vw;
  min-width: 380px;
  top: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 1);
  z-index: 9999;
}

@media only screen and (max-width:1280px) {
  .fixEnter-wrap {
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 680px;
    margin: 0 auto;
    padding: 60px 0 100px 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: auto;
  }
}

.fixEnter {
  position: relative;
  width: 100%;
  height: 100%;
}

.fixBorder-T {
  width: 100vw;
  height: 20px;
  background-color: #ff89b0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

.fixBorder-R {
  width: 20px;
  height: 100vh;
  background-color: #ff89b0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9000;
}

.fixBorder-B {
  width: 100vw;
  height: 20px;
  background-color: #ff89b0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9000;
}

.fixBorder-L {
  width: 20px;
  height: 100vh;
  background-color: #ff89b0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

@media only screen and (max-width:1280px) {
  .firstView-wrap {
    position: relative;
    width: 100%;
    height: 90vh;
    background-image: url(/img/index/cover_bg.webp);
    background-position: 50%;
    background-size: auto 100%;
  }

  .firstView {
    position: relative;
    width: 100%;
    height: 90vh;
    /* background-image: url(/img/index/firstview_image.jpg); */
  }

  .sm-slider li span {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    width: 100%;
    height: 90vh;

  }
}

@media only screen and (min-width:1281px) {
  .firstView-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(/img/index/cover_bg.webp);
    background-position: 50%;
    background-size: cover;
  }

  .firstView {
    position: relative;
    width: 100%;
    height: 100vh;
    /* background-image: url(/img/index/firstview_image.jpg); */
  }

  .sm-slider li span {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 50%;
    width: 100%;
    height: 100vh;
  }
}

.firstView::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url(/img/index/pc_firstview_title.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* .firstView{
  position: relative;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100vh - 60px);
  background-image: url(/img/index/cover_girl.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
} */


.introLogo {
  position: absolute;
  height: 60%;
  top: 50%;
  left: 50%;
  animation-delay: 1s;
  transform: translate(-50%, -50%);
  mix-blend-mode: overlay;
}

.introLogo svg {
  height: 100%;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}

h1 {
  font-size: 13px;
  color: #faf6ed;
  text-align: center;
  padding: 20px 0 40px 0;
  position: relative;
  z-index: 9001;
}

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

@media only screen and (max-width:1280px) {
  .entrance-wrap {
    position: relative;
    text-align: center;
    width: 80%;
    max-width: 900px;
    margin: auto;
  }
}

@media only screen and (min-width:1281px) {
  .entrance-wrap {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}

.entrance {
  position: relative;
  padding: 30px 0 0 0;
}

.entrance .enter a {
  display: inline-block;
  font-style: italic;
}

.entrance .enter a span {
  display: block;
  position: relative;
  font-size: 12vmin;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  color: #ff89b0;
  transition: 0.3s ease;
  font-weight: 600;
}

.entrance .enter a b {
  display: inline-block;
  background: #ff89b0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 0 30px;
  border-radius: 12px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
}

.entrance .enter a:hover span {
  color: #35cbf6;
}

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


@media only screen and (max-width:1280px) {
  .indexLogo {
    position: relative;
    width: 70%;
    max-width: 380px;
    margin: 0 auto;
  }

  .indexLogo svg {
    width: 100%;
  }

  .indexLogo span {
    display: block;
  }

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

@media only screen and (min-width:1281px) {
  .indexLogo {
    position: relative;
    width: 70%;
    max-width: 380px;
    margin: 0 auto;
  }

  .indexLogo svg {
    width: 100%;
  }

  .indexLogo span {
    display: block;
    /*
    width: 420px;
    height: 113px;
    background-image: url(/img/menu_logo.png);
    background-position: 50%;
    background-size: 100% auto;
    */
  }

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

.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, 1) 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;
}

@media only screen and (max-width:1280px) {
  .noteWrap {
    background-color: #000;
    width: 100%;
    padding: 50px;
  }
}

@media only screen and (min-width:1281px) {
  .noteWrap {
    background-color: #000;
    width: 70vw;
    margin-left: 30vw;
    padding: 50px;
  }
}

.note-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto 0 auto;
  text-align: left;
  background-image: url(/img/thumb_bg.webp);
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 200px auto;
  padding: 4px;
}

.note {
  position: relative;
  z-index: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 50px 40px 50px;
}

.note p b {
  font-size: 16px;
  line-height: 180%;
  display: inline-block;
}

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

.note span small {
  display: inline-block;
  font-size: 50px;
  line-height: 140%;
  font-family: "Noto serif JP", serif;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, rgba(158, 62, 178, 1), rgba(247, 94, 139, 1));
  text-align: center;
}

.c-TL {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 110px;
  height: 110px;
  background-image: url(/img/corner_TL.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.c-TR {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 110px;
  height: 110px;
  background-image: url(/img/corner_TR.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.c-BR {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 110px;
  height: 110px;
  background-image: url(/img/corner_BR.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.c-BL {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 110px;
  height: 110px;
  background-image: url(/img/corner_BL.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.c-TL-L {
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 240px;
  height: 240px;
  background-image: url(/img/corner_TL_L.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.c-TR-L {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 240px;
  height: 240px;
  background-image: url(/img/corner_TR_L.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.c-BR-L {
  display: block;
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 240px;
  height: 240px;
  background-image: url(/img/corner_BR_L.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.c-BL-L {
  display: block;
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 240px;
  height: 240px;
  background-image: url(/img/corner_BL_L.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.breadcrumb_list {
  text-align: center;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 0 20px 0;
  line-height: 140%;
}

.breadcrumb_list li {
  display: inline-block;
  margin: 0 3px;
}

.breadcrumb_list li.breadLogo a i {
  width: 1lh;
  height: 1lh;
  display: inline-block;
  color: #ccc;
  margin-right: 6px;
}

.breadcrumb_list li a,
.breadcrumb_list li b {
  display: block;
  color: #ccc;
  font-size: 12px;
  padding: 0 2px;
}

.breadcrumb_list li span {
  display: block;
  color: #ccc;
  font-size: 12px;
  line-height: 1;
  padding: 0 2px;
}

#footerWrap {
  position: relative;
  width: 70vw;
  margin-left: calc(30vw + 20px);
  z-index: 9000;
  background: #000;
  padding: 80px 0 0 0;
}

@media only screen and (max-width:1280px) {
  #footerWrap {
    position: relative;
    width: 100vw;
    margin: 0 auto;
    z-index: 9000;
    background: #000;
    padding: 80px 0 0 0;
  }
}

#footer-inner {
  position: relative;
  z-index: 8999;
  /* background: #000; */
}

#footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1060px;
  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,
#footer dd.footerMenu {
  margin: 20px auto;
  position: relative;
}

#footer dd.footerInfo {
  font-size: 16px;
  color: #e70075;
}

#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: #e70075;
  display: inline-block;
}

#footer dd.footerInfo ul li span.infoTitle {
  font-family: 'FunctionsPro', sans-serif;
  display: inline-block;
  background: #1c1c1c;
  color: #e70075;
  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: #e70075;
  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: #e70075;
}

#footer dd.footerMenu ul li a {
  display: inline-block;
  padding: 0 12px;
  color: #e70075;
}

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

#footer dd.footerMenu ul li b {
  color: #e70075;
}

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

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

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

#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: #e70075;
  font-size: 10px;
  font-family: 'FunctionsPro', sans-serif;
  text-align: center;
}

#footer dd#copyRight b {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  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: #e5e5e5;*/
  background: #141414;
  padding-bottom: 30px;
}

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