@charset "UTF-8";
/* CSS Document */
html,
body,
body.ninsho {
  height: 100%;
  margin: 0;
  padding: 0;
}

.ninsho-contents {
  position: relative;
  width: 100%;
}
.ninsho-contents .ninsho-logo {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-animation: logoFadeIn 0.6s ease-out 0.8s forwards;
          animation: logoFadeIn 0.6s ease-out 0.8s forwards;
  z-index: 10;
}
.ninsho-contents .ninsho-logo img {
  width: 100%;
  max-width: 400px;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ninsho-cover-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.ninsho-cover-left img {
  display: block;
  width: 100%;
  max-width: 200px;
}

.ninsho-cover-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.ninsho-cover-right img {
  display: block;
  width: 100%;
  max-width: 200px;
}

@media (max-width: 768px) {
  .ninsho-contents {
    width: 100%;
  }
  .ninsho-contents .ninsho-logo img {
    width: 100%;
    max-width: 240px;
    height: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media (min-width: 1921px) {
  .ninsho-contents {
    position: relative;
    width: 100%;
  }
  .ninsho-contents .ninsho-logo img {
    width: 100%;
    max-width: 500px;
    height: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
/* 背景フェードイン */
@-webkit-keyframes bgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ロゴフェードイン */
@-webkit-keyframes logoFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes logoFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.ninsho-footer {
  background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 1921px) {
  .ninsho-footer {
    background-size: 100% auto;
    padding-bottom: 30px;
  }
}
.ninsho-enter {
  position: relative;
}

.ninsho-enter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("../img/ninsho/bg_ninsho_bd.jpg") center/cover no-repeat;
}

h1.enter-txt {
  font-size: 1rem;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}

.enter-btn {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.enter-btn a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.enter-btn a img {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.enter-btn a span {
  display: block;
  width: 100%;
  padding: 4px 10px;
  margin-top: 5px;
  color: #fff;
  background: #d8aa45;
  font-family: "Cinzel", serif;
  text-align: center;
}
.enter-btn a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 768px) {
  .enter-btn a {
    display: inline-block;
    width: 100%;
    max-width: 200px;
  }
  .enter-btn a img {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.enter-non {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
.enter-non a {
  color: #57a8ff;
  font-size: 1.3rem;
}
.enter-non a:hover {
  color: #007aff;
}

.link-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px;
}
.link-banner li {
  width: calc(33.333% - 13.333px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
}
.link-banner li a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.link-banner li img {
  width: 100%;
  height: auto;
  display: block;
  padding: 5px;
  border: 1px solid #c49d4b;
}
.link-banner li img.min-bn {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px 5px;
  border: 1px solid #c49d4b;
}
@media (max-width: 768px) {
  .link-banner .ninsho-banner-item {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .link-banner .ninsho-banner-item {
    width: 100%;
  }
}

.copyright {
  text-align: center;
  font-size: 0.75rem;
  color: #ebba53;
  margin: 25px 0 0;
}

.ninsho-footer {
  background: none !important;
}/*# sourceMappingURL=ninsho.css.map */