#main {
  position: relative;
  overflow: hidden;
}
#main h1 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
#main h1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}
#main .scroll {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#main .ico {
  width: 50px;
  position: absolute;
  top: 90vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #main .ico {
    width: 10%;
    top: 85vh;
  }
}
#main .ico::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  width: 1px;
  background: #fff;
  -webkit-animation-name: scroll-anime;
          animation-name: scroll-anime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes scroll-anime {
  from {
    height: 2px;
  }
  to {
    height: 10px;
  }
}
@keyframes scroll-anime {
  from {
    height: 2px;
  }
  to {
    height: 10px;
  }
}
#main video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#contents {
  padding: 0;
  position: relative;
  z-index: 10;
  background: #F0EFED url(../images/top/bg.png) repeat-y 0 0;
  background-size: 100%;
  width: 100%;
}
#contents #koudou {
  background: url(../images/top/bg-koudou.png) no-repeat 0 0;
  background-size: cover;
  padding: 4em 0;
}
@media screen and (max-width: 767px) {
  #contents #koudou {
    padding: 1em 1em;
  }
}
#contents #koudou dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #contents #koudou dl {
    display: block;
  }
}
#contents #koudou dl dt {
  background: #645232;
  color: #fff;
  font-size: min(4.1svw, 23px);
  padding: 0.25em 0.5em;
  margin: 0 1em 0 0;
}
#contents #koudou dl dt span {
  font-size: min(5.15svw, 35px);
}
@media screen and (max-width: 767px) {
  #contents #koudou dl dt {
    text-align: center;
    margin: 0;
  }
}
#contents #koudou dl dd {
  font-size: min(4.8svw, 30px);
}
@media screen and (max-width: 767px) {
  #contents #koudou dl dd {
    text-align: center;
  }
}
#contents #koudou dl dd sup {
  font-size: min(2.4svw, 12px);
}
#contents #koudou dl dd .obi {
  max-width: 1000px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
#contents #merit {
  padding: 4em 0;
}
@media screen and (max-width: 767px) {
  #contents #merit {
    padding: 2em 0;
  }
}
#contents #merit .meritbox {
  max-width: 866px;
  margin: 0 auto 4em;
}
@media screen and (max-width: 767px) {
  #contents #merit .meritbox {
    margin: 0 auto 2em;
    width: 90%;
  }
}
#contents #merit .information {
  max-width: 1004px;
  margin: 0 auto 4em;
  background: #D9D4CB;
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #contents #merit .information {
    margin: 0 auto 2em;
    display: block;
    padding: 1em 1em;
  }
}
#contents #merit .information p {
  font-size: min(4.2svw, 24px);
  border-right: 1px solid #000;
  padding: 0.25em 1em 0.25em 0;
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  #contents #merit .information p {
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 0 0 0.5em 0;
    margin: 0 0 0.5em;
    text-align: center;
  }
}
#contents #merit .information div {
  margin: 0;
}
#contents #merit .information div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(3.2svw, 16px);
}
#contents #merit .information div dl dt {
  width: 6em;
}
#contents #merit .bnr {
  max-width: 860px;
  margin: 0 auto 4em;
}
@media screen and (max-width: 767px) {
  #contents #merit .bnr {
    margin: 0 auto 2em;
    width: 90%;
  }
}
#contents #merit .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  margin: 0 auto;
}
#contents #merit .btm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#contents #merit .btm ul li {
  max-width: 260px;
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  #contents #merit .btm ul li {
    width: 80%;
    margin: 0 auto 1em;
  }
  #contents #merit .btm ul li:last-child {
    margin: 0 auto;
  }
}
#contents #merit .btm ul li a {
  display: block;
  color: #fff;
  font-size: min(3.6svw, 18px);
  width: 100%;
  text-align: center;
  padding: 1em 0;
}
#contents #merit .btm ul li.online a {
  background: #93805D;
  background: -webkit-gradient(linear, left top, right top, from(rgb(147, 128, 93)), to(rgb(99, 81, 48)));
  background: linear-gradient(90deg, rgb(147, 128, 93) 0%, rgb(99, 81, 48) 100%);
}
#contents #merit .btm ul li.entry a {
  background: #5C4646;
  background: -webkit-gradient(linear, left top, right top, from(rgb(92, 70, 70)), to(rgb(58, 38, 38)));
  background: linear-gradient(90deg, rgb(92, 70, 70) 0%, rgb(58, 38, 38) 100%);
}
#contents #merit .btm ul li.reserve a {
  background: #76726A;
  background: -webkit-gradient(linear, left top, right top, from(rgb(118, 114, 106)), to(rgb(68, 66, 62)));
  background: linear-gradient(90deg, rgb(118, 114, 106) 0%, rgb(68, 66, 62) 100%);
}
#contents #pickup {
  background: url(../images/top/bg-pickup.png) no-repeat 0 0;
  background-size: cover;
  padding: 4em 0;
}
@media screen and (max-width: 767px) {
  #contents #pickup {
    padding: 2em 0;
  }
}
#contents #pickup h2 {
  margin: 0 auto 2em;
  text-align: center;
  font-size: min(4.8svw, 30px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contents #pickup h2 {
    margin: 0 auto 1em;
  }
}
#contents #pickup ul {
  max-width: 1323px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
}
#contents #pickup ul li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #contents #pickup ul li {
    width: 100%;
    margin: 0 auto 1em;
  }
  #contents #pickup ul li:last-child {
    margin: 0 auto;
  }
}
#contents #fullpage {
  position: relative;
  z-index: 20;
}
#contents #fullpage .section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  #contents #fullpage .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#contents #fullpage .section::after {
  content: "";
  z-index: 20;
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #contents #fullpage .section::after {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
#contents #fullpage .section .detail {
  width: 50%;
  height: 100vh;
  font-size: 0;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  #contents #fullpage .section .detail {
    width: 100%;
    height: auto;
    position: static;
  }
}
#contents #fullpage .section .detail .bg {
  width: 100%;
  height: 100%;
  background: rgba(239, 238, 236, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents #fullpage .section .detail .bg {
    height: auto;
  }
}
#contents #fullpage .section .detail .bg .copy {
  font-size: min(5.05svw, 33px);
  color: #806535;
  margin: 0 0 1em;
  opacity: 0;
  -webkit-transition: all 1.5s 0s ease;
  transition: all 1.5s 0s ease;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  letter-spacing: 2px;
  width: 100%;
}
#contents #fullpage .section .detail .bg .copy img {
  max-width: 290px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents #fullpage .section .detail .bg .copy img {
    width: 80%;
  }
}
#contents #fullpage .section .detail .bg dl {
  opacity: 0;
  -webkit-transition: all 1.5s 0s ease;
  transition: all 1.5s 0s ease;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  width: 100%;
}
#contents #fullpage .section .detail .bg dl dt {
  font-size: min(4.3svw, 25px);
  margin: 0 0 2em;
  color: #2C2C2C;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #contents #fullpage .section .detail .bg dl dt {
    margin: 0 0 1em;
  }
}
#contents #fullpage .section .detail .bg dl dd {
  font-size: min(2.8svw, 14px);
  margin: 0 0 3em;
  line-height: 3.21;
  color: #727272;
  letter-spacing: 2px;
}
#contents #fullpage .section .detail .bg .more {
  opacity: 0;
  -webkit-transition: all 1.5s 0s ease;
  transition: all 1.5s 0s ease;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  width: 100%;
}
#contents #fullpage .section .detail .bg .more a {
  font-size: min(3svw, 15px);
  padding: 0 2em 0 0;
  background: url(../images/top/ico-arrow.png) no-repeat 100% 50%;
  background-size: 14px;
  color: #555555;
  letter-spacing: 2px;
}
#contents #fullpage .section .detail.active .bg .copy {
  opacity: 0.4;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#contents #fullpage .section .detail.active .bg dl {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#contents #fullpage .section .detail.active .bg .more {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  #contents #fullpage .section.cont01, #contents #fullpage .section.cont02, #contents #fullpage .section.cont03, #contents #fullpage .section.cont04 {
    padding-top: 35svh;
  }
}
#contents #fullpage .section.cont01 .cap, #contents #fullpage .section.cont02 .cap, #contents #fullpage .section.cont03 .cap, #contents #fullpage .section.cont04 .cap {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: min(2.4svw, 12px);
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7);
  z-index: 25;
  padding: 0.5em;
}
#contents #fullpage .section.cont01::after, #contents #fullpage .section.cont02::after, #contents #fullpage .section.cont03::after, #contents #fullpage .section.cont04::after {
  background-image: url(../images/top/bg-cont01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  #contents #fullpage .section.cont01::after, #contents #fullpage .section.cont02::after, #contents #fullpage .section.cont03::after, #contents #fullpage .section.cont04::after {
    background-attachment: initial;
    background-size: 100%;
  }
}
#contents #fullpage .section.cont01 .detail, #contents #fullpage .section.cont02 .detail, #contents #fullpage .section.cont03 .detail, #contents #fullpage .section.cont04 .detail {
  left: 0;
  z-index: 25;
}
#contents #fullpage .section.cont01 .detail .bg, #contents #fullpage .section.cont02 .detail .bg, #contents #fullpage .section.cont03 .detail .bg, #contents #fullpage .section.cont04 .detail .bg {
  padding: 0 10% 10% 45%;
}
@media screen and (max-width: 767px) {
  #contents #fullpage .section.cont01 .detail .bg, #contents #fullpage .section.cont02 .detail .bg, #contents #fullpage .section.cont03 .detail .bg, #contents #fullpage .section.cont04 .detail .bg {
    padding: 30px 20px;
  }
}
#contents #fullpage .section.cont01 .detail .bg::after, #contents #fullpage .section.cont02 .detail .bg::after, #contents #fullpage .section.cont03 .detail .bg::after, #contents #fullpage .section.cont04 .detail .bg::after {
  content: "";
  background: url(../images/top/bg-txt01.png) no-repeat 0 0;
  background-size: 100%;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 5%;
  left: 5%;
}
@media screen and (max-width: 767px) {
  #contents #fullpage .section.cont01 .detail .bg::after, #contents #fullpage .section.cont02 .detail .bg::after, #contents #fullpage .section.cont03 .detail .bg::after, #contents #fullpage .section.cont04 .detail .bg::after {
    left: auto;
    right: 5%;
  }
}
#contents #fullpage .section.cont02 .cap, #contents #fullpage .section.cont04 .cap {
  right: auto;
  left: 0;
}
#contents #fullpage .section.cont02::after, #contents #fullpage .section.cont04::after {
  background-image: url(../images/top/bg-cont02.png);
}
#contents #fullpage .section.cont02 .detail, #contents #fullpage .section.cont04 .detail {
  left: auto;
  right: 0;
  z-index: 25;
}
#contents #fullpage .section.cont02 .detail .bg, #contents #fullpage .section.cont04 .detail .bg {
  padding: 0 45% 10% 10%;
}
@media screen and (max-width: 767px) {
  #contents #fullpage .section.cont02 .detail .bg, #contents #fullpage .section.cont04 .detail .bg {
    padding: 30px 20px;
  }
}
#contents #fullpage .section.cont02 .detail .bg::after, #contents #fullpage .section.cont04 .detail .bg::after {
  content: "";
  background: url(../images/top/bg-txt02.png) no-repeat 0 0;
  background-size: 100%;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 5%;
  left: auto;
  right: 5%;
}
#contents #fullpage .section.cont03::after {
  background-image: url(../images/top/bg-cont03.png);
}
#contents #fullpage .section.cont03 .detail .bg::after {
  background: url(../images/top/bg-txt03.png) no-repeat 0 0;
  background-size: 100%;
}
#contents #fullpage .section.cont04::after {
  background-image: url(../images/top/bg-cont04.png);
}
#contents #fullpage .section.cont04 .detail .bg::after {
  background: url(../images/top/bg-txt04.png) no-repeat 0 0;
  background-size: 100%;
}
#contents #other {
  padding: 4em 0;
  background: url(../images/top/bg-other.png) no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #contents #other {
    padding: 2em 0;
  }
}
#contents #other h3 {
  text-align: center;
  font-size: min(4.8svw, 30px);
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  #contents #other h3 {
    margin: 0 0 1em;
  }
}
#contents #other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  #contents #other ul {
    gap: 0;
  }
}
#contents #other ul li {
  width: 48%;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  #contents #other ul li {
    width: 100%;
    margin: 0 auto 1em;
  }
}
#contents #other ul li:last-child {
  margin: 0;
}
/*# sourceMappingURL=top.css.map */