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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.animated {
  animation-fill-mode: both;
  visibility: hidden;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes my-slideLeft {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.my-slideLeft {
  animation-name: my-slideLeft;
}

@keyframes my-slideCenter {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.08);
    transform-origin: center center;
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.my-slideCenter {
  animation-name: my-slideCenter;
}

@keyframes my-slideRight {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.my-slideRight {
  animation-name: my-slideRight;
}

@keyframes my-slideBottom {
  from {
    opacity: 0;
    transform: translate3d(-50%, 50px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}

.my-slideBottom {
  animation-name: my-slideBottom;
}

@-webkit-keyframes my-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes my-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.my-fadeIn {
  -webkit-animation-name: my-fadeIn;
  animation-name: my-fadeIn;
}

body {
  position: relative;
  background-color: #66161a;
  /* background-color: hsla(340, 100%, 20%, 1);
    background-image:
        radial-gradient(at 89% 73%, hsla(319, 96%, 23%, 1) 0px, transparent 50%),
        radial-gradient(at 25% 43%, hsla(321, 87%, 36%, 1) 0px, transparent 50%);
        */
  animation: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
}

#allWrap {
  position: relative;
  min-width: 1040px;
  width: 100%;
  height: 100%;
  background-image: url("/img/index/bg.png");
  background-repeat: repeat;
  background-position: 50%;
  background-size: 280px auto;
}

#wrap-inner {
  position: relative;
}

.coverWrap {
  /* position: fixed; */
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  background: rgb(172, 143, 103);
  background: linear-gradient(
    90deg,
    rgba(172, 143, 103, 1) 0%,
    rgba(197, 164, 119, 1) 100%
  );
}

#cover {
  position: relative;
  background-image: url(/img/index/pc_index_cover.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100vh;
  /* width: calc(100% - 100px);
    height: calc(100vh - 100px);
    margin: 0 0 100px 100px; */
}

#cover img {
  width: 100%;
}

.coverWoman-wrap {
  position: relative;
  width: 100%;
  height: 100dvh;
  /* background-attachment: fixed;
        background-color:hsla(340,100%,20%,1);
        background-image:
        radial-gradient(at 78% 66%, hsla(337,54%,16%,1) 0px, transparent 50%),
        radial-gradient(at 34% 30%, hsla(325,31%,9%,1) 0px, transparent 50%); */

  background: rgb(102, 22, 26);
  background: linear-gradient(
    0deg,
    rgba(102, 22, 26, 1) 0%,
    rgba(102, 22, 26, 1) 100%
  );
  background-image: url(/img/index/cover_bg.jpg);
  background-position: 50%;
  background-size: 280px;
  background-repeat: repeat;
}

.indexTitle {
  position: absolute;
  left: 50%;
  top: 1%;
  transform: translate(-50%, 0);
  transform-origin: center center;
  max-width: 600px;
  width: 60%;
  text-align: center;
  overflow: hidden;
  z-index: 10;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  mix-blend-mode: overlay;
}

.indexTitle span {
  display: block;
}

.indexTitle img {
  width: 30vw;
}

.indexLogo {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translate(-50%, 0);
  transform-origin: center top;
  max-width: 1000px;
  width: 80%;
  text-align: center;
  overflow: hidden;
  mix-blend-mode: difference;
  z-index: 10;
  animation-delay: 0.9s;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.indexLogo span {
  display: block;
}

.indexLogo img {
  width: 50vw;
}

.coverWoman {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.coverWoman li.cw {
  visibility: hidden;
  position: relative;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.coverWoman li.cw:nth-child(1) {
  width: 9.73%;
  height: 82vh;
  margin: 9vh 0;
  z-index: 1;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  animation-delay: 0.9s;
  animation-duration: 0.5s;
}

.coverWoman li.cw:nth-child(2) {
  width: 9.73%;
  height: 88vh;
  margin: 6vh 0;
  z-index: 2;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  animation-delay: 0.7s;
  animation-duration: 0.5s;
}

.coverWoman li.cw:nth-child(3) {
  width: 9.73%;
  height: 94vh;
  margin: 3vh 0;
  z-index: 3;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}

.coverWoman li.cw:nth-child(4) {
  width: 41.6%;
  height: 100vh;
  z-index: 7;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  animation-delay: 0.3s;
  animation-duration: 1s;
}

.coverWoman li.cw:nth-child(5) {
  width: 9.73%;
  height: 94vh;
  margin: 3vh 0;
  z-index: 6;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}

.coverWoman li.cw:nth-child(6) {
  width: 9.73%;
  height: 88vh;
  margin: 6vh 0;
  z-index: 5;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  animation-delay: 0.7s;
  animation-duration: 0.5s;
}

.coverWoman li.cw:nth-child(7) {
  width: 9.73%;
  height: 82vh;
  margin: 9vh 0;
  z-index: 4;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  animation-delay: 0.9s;
  animation-duration: 0.5s;
}

.coverWoman li.cw span {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50% 0;
  height: 100%;
  width: 100%;
}

.coverWoman li.cw span b {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  max-width: 60px;
  transform: translate(-50%, 0%);
  mix-blend-mode: overlay;
}

.coverWoman li.cw:nth-child(4) span b {
  display: block;
  position: absolute;
  top: 50%;
  left: 90%;
  width: 40%;
  max-width: 60px;
  transform: translate(-100%, -50%);
}

.coverWoman li.cw span b img {
  width: 100%;
}

h1 {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  color: #66161a;
  font-size: 16px;
  font-weight: bold;
  transform: skewX(-11deg);
}
.entrance-wrap {
  position: relative;
  width: 100%;
  background-image: url(/img/bg.png);
  background-repeat: repeat;
  background-position: 50%;
  background-size: 200px auto;
  text-align: center;
}

.entrance-inner {
  position: relative;
  width: 96%;
  max-width: 1040px;
  margin: -9vh auto 0 auto;
  padding: calc(100px + 9vh) 0 100px 0;
}

.entrance {
  position: relative;
  max-width: 540px;
  width: 100%;
  text-align: center;
  z-index: 9999;
  margin: 30px auto 20px auto;
}

.entrance .enter {
  position: relative;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.entrance .enter a {
  display: block;
  background: rgba(255, 255, 255, 0.4);
  border: 3px solid #66161a;
  position: relative;
  transition: 0.3s ease;
  border-radius: 69px;
  overflow: hidden;
}

.entrance .enter a span {
  display: block;
  font-size: 80px;
  line-height: 1;
  color: #fff;
  transition: 0.6s ease;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 600;
  font-style: italic;
  color: #66161a;
  padding: 20px 0 10px 0;
  letter-spacing: -1px;
}

.entrance .enter a:hover {
  border: 3px solid #471822;
}

.entrance .enter a b {
  display: block;
  font-size: 16px;
  line-height: 1;
  background: #66161a;
  padding: 3px;
  color: #fff;
}

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

.entrance p {
  font-size: 12px;
  line-height: 180%;
  padding: 10px 0;
  margin-top: 10px;
  color: #fff;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(0255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.entrance p a {
  display: inline-block;
  color: #9c0000;
  font-size: 20px;
}

.noteArea {
  position: relative;
  margin: 50px auto 0 auto;
  text-align: center;
}

.noteContainer {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.noteInner {
  position: relative;
  padding: 50px 30px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.noteWrap {
  position: relative;
  text-align: center;
}

.note p {
  position: relative;
}

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

.note span {
  display: block;
  /* background: #000; */
  position: relative;
  z-index: 1;
  line-height: 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;
}

.note span small img {
  height: 100px;
}
span.sf-TL {
  background-image: url(/img/profile_corner_TL.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -7px;
  left: -7px;
  display: block;
  overflow: hidden;
  background-size: cover;
}

span.sf-TR {
  background-image: url(/img/profile_corner_TR.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  overflow: hidden;
  background-size: cover;
}

span.sf-BR {
  background-image: url(/img/profile_corner_BR.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -7px;
  right: -7px;
  display: block;
  overflow: hidden;
  background-size: cover;
}

span.sf-BL {
  background-image: url(/img/profile_corner_BL.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -7px;
  left: -7px;
  display: block;
  overflow: hidden;
  background-size: cover;
}

span.sf-T {
  background-image: url(/img/profile_frame_border_W.png);
  height: 2px;
  width: calc(100% - 94px);
  position: absolute;
  top: 0;
  left: 47px;
  display: block;
  border-radius: 1px;
  background-size: cover 807px;
  background-repeat: repeat;
}

span.sf-R {
  background-image: url(/img/profile_frame_border_H.png);
  height: calc(100% - 94px);
  width: 2px;
  position: absolute;
  top: 47px;
  right: 0;
  display: block;
  border-radius: 1px;
  background-size: cover 647px;
  background-repeat: repeat;
}

span.sf-B {
  background-image: url(/img/profile_frame_border_W.png);
  height: 2px;
  width: calc(100% - 94px);
  position: absolute;
  bottom: 0;
  left: 47px;
  display: block;
  border-radius: 1px;
  background-size: cover 807px;
  background-repeat: repeat;
}

span.sf-L {
  background-image: url(/img/profile_frame_border_H.png);
  height: calc(100% - 94px);
  width: 2px;
  position: absolute;
  top: 47px;
  left: 0;
  display: block;
  border-radius: 1px;
  background-size: cover 647px;
  background-repeat: repeat;
}
#footerWrap {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1000;
  background: url(/img/footer_bg.jpg) repeat;
}

#footerWrap::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 80%;
  background: rgb(102, 22, 26);
  background: linear-gradient(
    0deg,
    rgba(102, 22, 26, 0) 0%,
    rgba(102, 22, 26, 1) 100%
  );
}

#footer-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
  z-index: 10;
}

dl#footer {
  position: relative;
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  text-align: right;
  padding: 50px 0 0 0;
}

dl#footer dt {
  width: 300px;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: 2%;
}

dl#footer dt img {
  width: 100%;
}

dl#footer dd.info {
  font-family: "gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ded4bc;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  padding: 20px 2px 0 0;
  display: inline-block;
}

dl#footer dd.fb {
  width: 100%;
  height: 2px;
  background: #66161a;
  margin: 20px 0;
}

dl#footer dd.info span.infoTitle {
  font-family: "gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ded4bc;
  margin-left: 16px;
  font-size: 14px;
}

dl#footer dd.info a {
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}

dl#footer dd.footerMenu {
  position: relative;
}

dl#footer dd.footerMenu ul {
  text-align: right;
  overflow: hidden;
  padding-right: 3px;
  margin-top: -10px;
}

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

dl#footer dd.footerMenu ul li a {
  display: block;
  margin: 10px 4px;
  border-right: 1px solid #999;
  padding: 0 12px 0 0;
}

dl#footer dd.footerMenu ul li:last-child a {
  margin: 10px 0 10px 6px;
  padding: 0 0 0 0;
  border: none;
}

dl#footer dd.footerMenu ul li a.active span {
  color: #fff;
}

dl#footer dd.footerMenu ul li a span {
  color: #ded4bc;
  line-height: 1;
  padding: 5px 0;
  display: block;
  font-family: "gothic", "Noto Sans JP", sans-serif;
  font-size: 12px;
  padding: 2px;
}

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

dl#footer dd.footerBorder {
  height: 6px;
  width: 100%;
  margin: 60px 0;
}

dl#footer dd#copyRight {
  text-align: right;
  margin-top: 20px;
}

dl#footer dd#copyRight b {
  display: inline-block;
  color: #ded4bc;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "gothic", serif;
}

dl#footer dd.pandora {
  position: relative;
  max-width: 400px;
  width: 96%;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}

dl#footer dd.pandora a {
  display: block;
  padding: 5px;
  background: #000;
}

dl#footer dd.pandora a b {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  color: #ccc;
}

dl#footer dd.pandora a img {
  width: 100%;
}

dl#footer dd.tw {
  width: 40px;
  position: relative;
  text-align: center;
  margin: 20px 20px 0 auto;
}

dl#footer dd.tw a {
  display: block;
  transition: 0.3s ease;
  width: 40px;
  height: 40px;
  background-color: #ded4bc;
  border-radius: 50%;
}

dl#footer dd.tw a i {
  display: inline-block;
  color: #000;
  font-size: 26px;
  padding: 1px 0 0 2px;
  line-height: 40px;
}

dl#footer dd.tw a:hover {
  opacity: 0.8;
}

dl#footer dd.tw a img {
  width: 100%;
}

.breadcrumb_list {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}

.breadcrumb_list li {
  display: inline-block;
  margin: 0 5px;
  color: #ded4bc;
  font-weight: bold;
}

#footerBottomWrap {
  position: relative;
  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;
}
