@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&family=Noto+Serif+JP:wght@300;900&display=swap");
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
html {
  font-size: 15px;
}

@media screen and (max-width: 576px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  line-height: 2;
  background-color: #000;
}

@media screen and (max-width: 320px) {
  body {
    font-size: .9rem;
    letter-spacing: 0rem;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}

body {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

.modal, .card {
  color: #222;
}

.loader-wrap {
  position: fixed;
  z-index: 100;
  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;
  width: 100%;
  height: 100%;
  background: #000;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  position: relative;
  margin: 60px auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 216, 119, 0.2);
  border-right: 1.1em solid rgba(255, 216, 119, 0.2);
  border-bottom: 1.1em solid rgba(255, 216, 119, 0.2);
  border-left: 1.1em solid #FDE0A5;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load 1.1s infinite linear;
          animation: load 1.1s infinite linear;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.ly_hero {
  position: relative;
  background: #000;
  overflow: hidden;
  min-height: 100vh;
}

@media screen and (max-width: 576px) {
  .ly_hero {
    min-height: 95vh;
  }
}

.ly_hero_img {
  position: absolute;
  bottom: 0;
  background: url("../img/hero_img.jpg") repeat-x;
  height: 802px;
  width: 7000px;
  -webkit-animation: slideMV 200s linear infinite;
          animation: slideMV 200s linear infinite;
}

@-webkit-keyframes slideMV {
  0% {
    -webkit-transform: translateX(-3500px);
            transform: translateX(-3500px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes slideMV {
  0% {
    -webkit-transform: translateX(-3500px);
            transform: translateX(-3500px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.ly_hero_ttl {
  position: absolute;
  z-index: 10;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
}

@media screen and (max-width: 576px) {
  .ly_hero_ttl {
    width: 300px;
  }
}

@media screen and (max-width: 320px) {
  .ly_hero_ttl {
    width: 200px;
  }
}

.ly_cont_wrap {
  overflow-x: hidden;
}

.ly_cont {
  position: relative;
  padding: 30px 10vw;
}

@media screen and (max-width: 576px) {
  .ly_cont {
    padding: 10px 1vw;
  }
}

.ly_cont:nth-child(1) {
  background: #000;
}

.ly_cont:nth-child(2) {
  background: #FCAA00;
}

.ly_cont:nth-child(3) {
  background: #D92328;
}

.ly_cont:nth-child(4) {
  background: #0D365B;
}

.menu {
  position: fixed;
  z-index: 400;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
}

.line-list {
  display: block;
  position: relative;
  z-index: 300;
  width: 40px;
  height: 40px;
  margin-right: 0;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.line-list span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f2f2f2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.line-list span:nth-child(1) {
  margin-top: -6px;
}

.line-list span:nth-child(3) {
  margin-top: 6px;
}

.line-list.active span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  left: 10px;
}

.line-list.active span:nth-child(2) {
  opacity: 0;
}

.line-list.active span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  left: 10px;
}

.global-nav {
  position: fixed;
  z-index: 200;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100vh;
  padding-top: 40px;
  background: #FFC10F;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow-y: auto;
}

@media screen and (max-width: 576px) {
  .global-nav {
    width: 200px;
  }
}

.link-list {
  display: block;
  margin: 0;
  padding: 0;
}

.link-list li {
  text-align: center;
  padding: 0 10px;
}

.link-list li a {
  display: block;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
}

.link-list li:hover {
  background: #f2f2f2;
}

.nav-open .global-nav {
  right: 0;
}

.menu-bg {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}

.nav-open .menu-bg {
  visibility: visible;
  opacity: 0.7;
}

.bl_box {
  background: #fff;
  color: #222;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px;
}

@media screen and (max-width: 576px) {
  .bl_box {
    padding: 15px;
  }
}

.bl_imgZoom {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
}

.bl_imgZoom > img {
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.bl_imgZoom > img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.el_lv1Heading {
  font-size: 2rem;
}

.el_lv2Heading {
  padding: 10px 0px;
  font-size: 1.5rem;
}

.el_lv3Heading {
  padding: 5px 0px;
  font-size: 1.2rem;
}

.el_lv4Heading {
  font-size: 1rem;
}

.el_caption {
  font-weight: bold;
  font-size: .8rem;
  padding: 5px;
  text-transform: uppercase;
}

.el_caption_right {
  text-align: right;
}

.el_txtSerif_normal {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
}

.el_txtSerif_bold {
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
}

.el_txtSans_normal {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.el_txtSans_bold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.el_txtAlign_change {
  text-align: center;
}

@media screen and (max-width: 992px) {
  .el_txtAlign_change {
    text-align: left;
  }
}

.el_slideLR {
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.el_slideLR.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.el_slideRL {
  -webkit-transform: translate(100%);
          transform: translate(100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.el_slideRL.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.el_slideBottom {
  -webkit-transform: translatey(300%);
          transform: translatey(300%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.el_slideBottom.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.el_monster_upDown {
  -webkit-transition: .3s transform;
  transition: .3s transform;
  -webkit-animation: upDown .1s ease-in-out infinite alternate;
          animation: upDown .1s ease-in-out infinite alternate;
}

@-webkit-keyframes upDown {
  0% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}

@keyframes upDown {
  0% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}

.el_monster01 {
  position: relative;
  display: block;
  width: 115px;
  height: 205px;
  background: url(/kaibutsuen/img/monster01.png) no-repeat;
}

.el_monster01_wrap {
  position: absolute;
  z-index: 10;
  top: 0;
  left: -200px;
  -webkit-transition: all 5s ease-out;
  transition: all 5s ease-out;
}

.el_monster01_wrap.started {
  top: 500px;
  left: 150%;
}

.el_monster02 {
  position: relative;
  display: block;
  z-index: 100;
  width: 40px;
  height: 67px;
  background: url(/kaibutsuen/img/monster02.png) no-repeat;
}

.el_monster02_wrap {
  position: absolute;
  bottom: 10px;
  -webkit-animation: 5s forwards linear 1;
          animation: 5s forwards linear 1;
}

.el_monster02_wrap[data-order="left"] {
  -webkit-animation-name: GoLeft;
          animation-name: GoLeft;
}

@-webkit-keyframes GoLeft {
  0% {
    right: 0%;
  }
  100% {
    right: 97%;
  }
}

@keyframes GoLeft {
  0% {
    right: 0%;
  }
  100% {
    right: 97%;
  }
}

.el_monster02_wrap[data-order="right"] {
  -webkit-animation-name: GoRight;
          animation-name: GoRight;
}

@-webkit-keyframes GoRight {
  0% {
    right: 97%;
  }
  100% {
    right: 0%;
  }
}

@keyframes GoRight {
  0% {
    right: 97%;
  }
  100% {
    right: 0%;
  }
}

[data-order="left"] > .el_monster02 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.el_monster03 {
  position: relative;
  display: block;
  width: 80px;
  height: 198px;
  background: url(/kaibutsuen/img/monster03.png) no-repeat;
}

.el_monster03_wrap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-animation: folating 1.5s ease-in-out infinite alternate;
          animation: folating 1.5s ease-in-out infinite alternate;
}

@media screen and (max-width: 576px) {
  .el_monster03_wrap {
    right: -30px;
  }
}

.el_kids01 {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  background: url(/kaibutsuen/img/kids01.png) no-repeat;
}

.el_kids01_wrap {
  position: absolute;
  display: block;
  z-index: 10;
  bottom: -20px;
  left: -15px;
  -webkit-animation: folating 1s ease-in-out infinite alternate;
          animation: folating 1s ease-in-out infinite alternate;
}

@media screen and (max-width: 576px) {
  .el_kids01_wrap {
    left: -20px;
  }
}

@-webkit-keyframes folating {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}

@keyframes folating {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}

.el_scrollDown {
  padding-top: 70px;
}

.el_scrollDown span {
  position: absolute;
  bottom: 6%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: arrow 3s infinite;
          animation: arrow 3s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

a.el_scrollTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  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;
  background: #666;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
  border-radius: 5px;
}

.el_scrollTop.is_active {
  opacity: .7;
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
}

#carouselIndicators02 .carousel-control-next,
#carouselIndicators02 .carousel-control-prev,
#carouselIndicators02 .carousel-indicators {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
/*# sourceMappingURL=base.css.map */