@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.rotateLeftZTrigger,
.rotateRightZTrigger {
  opacity: 0;
}

@media screen and (max-width: 980px) {
  main {
    overflow: hidden;
  }
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.sp-mv {
  display: none;
}
@media screen and (max-width: 980px) {
  .sp-mv {
    display: block;
    position: relative;
  }
}
.sp-mv img {
  width: 100%;
}

/*==================================================
ボンッ
===================================*/
/* 拡大 */
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
.mv {
  position: relative;
  padding-top: 50px;
}
.mv::after {
  content: "";
  background-image: url(../images/top/bg01_top.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -90px;
  right: -2px;
  width: 300px;
  height: 200px;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .mv {
    padding-top: 60px;
  }
}
.mv__img {
  position: relative;
}
@media screen and (max-width: 980px) {
  .mv__img {
    display: none;
  }
}
.mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.mv__img-inner {
  width: 80%;
  position: absolute;
  top: 6%;
  left: 10%;
}
@media screen and (max-width: 1400px) {
  .mv__img-inner {
    top: 4%;
  }
}
.mv__img-inner img {
  width: 100%;
}
.mv__ttl {
  position: absolute;
  top: 20%;
  left: 3%;
  width: 70%;
}
.mv__ttl img {
  width: 100%;
}

.main__btn-wrap {
  display: flex;
  position: absolute;
  bottom: -230px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 30;
}
@media screen and (max-width: 1600px) {
  .main__btn-wrap {
    bottom: -17%;
  }
}
@media screen and (max-width: 980px) {
  .main__btn-wrap {
    flex-wrap: wrap;
    justify-content: center;
    bottom: -160px;
  }
}
@media screen and (max-width: 480px) {
  .main__btn-wrap {
    flex-wrap: wrap;
    justify-content: center;
    bottom: -130px;
  }
}
.main__btn-wrap li {
  width: 20%;
  margin-right: -20px;
}
@media screen and (max-width: 980px) {
  .main__btn-wrap li {
    width: 30%;
    margin-right: -6px;
  }
}
.main__btn-wrap li:first-child {
  margin-left: 40px;
}
@media screen and (max-width: 980px) {
  .main__btn-wrap li:first-child {
    margin-left: 0;
  }
}
.main__btn-wrap li:last-child {
  margin-right: 0;
}
.main__btn-wrap li a:hover {
  opacity: 1;
}

.theme {
  background-image: url(../images/top/bg01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 300px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .theme {
    padding-bottom: 150px;
  }
}
.theme__card-img:nth-child(1) {
  position: absolute;
  top: 20%;
  left: -3%;
  width: 350px;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .theme__card-img:nth-child(1) {
    width: 260px;
    left: 3%;
    top: 4%;
  }
}
@media screen and (max-width: 980px) {
  .theme__card-img:nth-child(1) {
    width: 100px;
    top: 5%;
    left: -3%;
  }
}
.theme__card-img:nth-child(1) img {
  width: 100%;
}
.theme__card-img:nth-child(2) {
  position: absolute;
  top: 5%;
  left: 13%;
  z-index: 1;
  width: 300px;
}
@media screen and (max-width: 1600px) {
  .theme__card-img:nth-child(2) {
    width: 230px;
    top: -4%;
    left: 20%;
  }
}
@media screen and (max-width: 980px) {
  .theme__card-img:nth-child(2) {
    width: 100px;
    top: 12%;
  }
}
.theme__card-img:nth-child(2) img {
  width: 100%;
}
.theme__card-img:nth-child(3) {
  position: absolute;
  top: 10%;
  right: 12%;
  width: 300px;
}
@media screen and (max-width: 1600px) {
  .theme__card-img:nth-child(3) {
    width: 260px;
    top: -4%;
    right: 17%;
  }
}
@media screen and (max-width: 980px) {
  .theme__card-img:nth-child(3) {
    width: 100px;
    top: 15%;
  }
}
.theme__card-img:nth-child(3) img {
  width: 100%;
}
.theme__card-img:nth-child(4) {
  position: absolute;
  top: 30%;
  right: -3%;
  width: 300px;
}
@media screen and (max-width: 1600px) {
  .theme__card-img:nth-child(4) {
    width: 260px;
    right: -5%;
    top: 14%;
  }
}
@media screen and (max-width: 980px) {
  .theme__card-img:nth-child(4) {
    width: 100px;
  }
}
.theme__card-img:nth-child(4) img {
  width: 100%;
}
.theme__ttl {
  text-align: center;
  padding-top: 300px;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .theme__ttl {
    padding-top: 200px;
  }
}
.theme__icon {
  position: absolute;
  bottom: 100px;
  left: 0%;
}
@media screen and (max-width: 1600px) {
  .theme__icon {
    left: -6%;
    bottom: 40px;
  }
}
@media screen and (max-width: 980px) {
  .theme__icon {
    width: 150px;
    bottom: 50px;
  }
}
.theme__icon:last-child {
  position: absolute;
  bottom: -100px;
  right: -5%;
  left: auto;
}
@media screen and (max-width: 1600px) {
  .theme__icon:last-child {
    right: -10%;
    bottom: -150px;
  }
}
@media screen and (max-width: 980px) {
  .theme__icon:last-child {
    width: 200px;
    bottom: 60px;
  }
}
.theme__icon-happa {
  position: absolute;
  top: -10%;
  right: -27%;
}
@media screen and (max-width: 1600px) {
  .theme__icon-happa {
    right: -40%;
    top: -28%;
  }
}
@media screen and (max-width: 980px) {
  .theme__icon-happa {
    width: 200px;
    top: 0;
    right: -20%;
  }
}

.act {
  background-image: url(../images/top/active-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  top: -40px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .act {
    top: -50px;
  }
}
.act__icon {
  position: absolute;
  top: 10%;
  left: 2%;
}
.act__icon.sec {
  position: absolute;
  top: 10%;
  right: 2%;
  left: auto;
}
.act-ttl {
  text-align: center;
  padding-top: 100px;
}
@media screen and (max-width: 980px) {
  .act-ttl {
    width: 90%;
    margin: 0 auto;
    padding-top: 70px;
  }
}
.act-txt {
  text-align: center;
  position: relative;
  width: 80%;
  margin: 40px auto 0;
}
@media screen and (max-width: 980px) {
  .act-txt {
    width: 97%;
  }
}
.act-txt::before {
  content: "";
  background-image: url(../images/top/hune02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 180px;
  position: absolute;
  top: 20%;
  left: 0;
}
@media screen and (max-width: 1600px) {
  .act-txt::before {
    left: -10%;
  }
}
@media screen and (max-width: 980px) {
  .act-txt::before {
    width: 60px;
    top: -35%;
    z-index: -1;
    left: 0;
  }
}
.act-txt::after {
  content: "";
  background-image: url(../images/top/hune01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 180px;
  position: absolute;
  top: 20%;
  right: 0;
}
@media screen and (max-width: 1600px) {
  .act-txt::after {
    right: -10%;
  }
}
@media screen and (max-width: 980px) {
  .act-txt::after {
    width: 60px;
    top: -35%;
    z-index: -1;
    right: 0;
  }
}
.act__map {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .act__map {
    width: 90%;
    margin: 30px auto 0;
  }
}

.blk {
  padding: 60px 0px 0;
  position: relative;
  z-index: 2;
}
.blk-ball {
  position: absolute;
  top: 0;
  left: 0;
}
.blk__inner {
  background-color: #6bbebe;
  border-top-left-radius: 100px 120px;
  border-top-right-radius: 100px 120px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 50px;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 1000px;
}
@media screen and (max-width: 980px) {
  .blk__inner {
    width: 90%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.blk__inner.sec {
  background-color: #669ad0;
  border-top-left-radius: 100px 150px !important;
}
@media screen and (max-width: 980px) {
  .blk__inner.sec {
    width: 90%;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px;
  }
}
.blk__inner.thr {
  background-color: #ef9157;
  border-top-left-radius: 20px;
  border-top-right-radius: 100px 120px;
}
@media screen and (max-width: 980px) {
  .blk__inner.thr {
    width: 90%;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px;
  }
}
.blk__ttl {
  width: 95%;
  margin: 0px auto;
  padding-top: 20px;
}
@media screen and (max-width: 980px) {
  .blk__ttl {
    display: none;
  }
}
.blk__ttl-sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .blk__ttl-sp {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.blk__ttl-sp img {
  width: 100%;
}
.blk__img-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .blk__img-flex {
    margin-top: 30px;
  }
}
.blk__img-flex li {
  width: 29%;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media screen and (max-width: 980px) {
  .blk__img-flex li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 980px) {
  .blk__img-flex li:nth-child(2n) {
    margin-right: 0;
  }
}
.blk__img-flex li:nth-child(3) {
  margin-right: 0;
}
.blk__img-flex li:last-child {
  margin-right: 0;
}
.blk__img-flex li img {
  width: 100%;
}
.blk__btn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .blk__btn {
    width: 300px;
    margin: 30px auto 0;
  }
}
.blk__btn a {
  text-align: center;
}

.siata-wrap {
  background-image: url(../images/top/active-bg02.png);
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 200px;
  overflow: hidden;
  z-index: 1;
  margin-top: -60px;
}
.siata-wrap::before {
  content: "";
  background: linear-gradient(to top, rgba(92, 200, 238, 0.1) 10%, rgba(88, 203, 240, 0.2) 80%);
  height: 120px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.siata-inner {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 100px auto 0;
  position: relative;
  z-index: 2;
  max-width: 1000px;
}
@media screen and (max-width: 980px) {
  .siata-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.siata-inner li {
  position: relative;
  width: 45%;
  margin-right: 5%;
}
.siata-inner li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .siata-inner li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.siata-inner li img {
  width: 100%;
}
.siata-inner li a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
.siata-bg {
  overflow: hidden;
}
.siata-bg-icon {
  position: absolute;
  right: -20%;
  bottom: -100px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .siata-bg-icon {
    right: -30%;
    width: 350px;
    bottom: 0;
  }
}

.kids {
  background-image: url(../images/top/kids-bg01.png);
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  margin-top: -70px;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .kids {
    padding-bottom: 200px;
  }
}
.kids__ttl {
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .kids__ttl {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
  }
}
.kids__txt {
  text-align: center;
  padding-top: 50px;
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .kids__txt {
    width: 97%;
  }
}
.kids__txt::before {
  content: "";
  background-image: url(../images/top/kidsicon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 30%;
  left: -10%;
}
@media screen and (max-width: 980px) {
  .kids__txt::before {
    width: 50px;
    top: 10%;
    left: 0;
  }
}
.kids__txt::after {
  content: "";
  background-image: url(../images/top/kidsicon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 30%;
  right: -10%;
}
@media screen and (max-width: 980px) {
  .kids__txt::after {
    width: 50px;
    top: 10%;
    right: 0;
  }
}
.kids__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 40px auto 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .kids__wrap {
    flex-direction: column;
    align-items: center;
    margin-left: 5px;
  }
}
.kids__wrap li {
  width: 35%;
  margin-bottom: 3%;
}
@media screen and (max-width: 980px) {
  .kids__wrap li {
    width: 90%;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
}
.kids__wrap li:nth-child(2n) {
  margin-right: 0;
}
.kids__wrap li img {
  width: 100%;
}
.kids__btn {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .kids__btn {
    width: 300px;
    margin: 30px auto 0;
  }
}
.kids-bg-icon {
  position: absolute;
  left: -20%;
  bottom: -100px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .kids-bg-icon {
    width: 360px;
    left: -40%;
    bottom: 0;
  }
}
.kids__bottom-bg {
  width: 100%;
  padding-top: 20px;
  position: relative;
}
.kids__bottom-bg::before {
  content: "";
  background: linear-gradient(to top, rgba(232, 243, 72, 0.2) 4%, rgba(241, 248, 61, 0.2) 60%);
  height: 120px;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 980px) {
  .kids__bottom-bg {
    display: none;
  }
}
.kids__bottom-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -130px;
}

.stay {
  background-image: url(../images/top/stay-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  margin-top: -70px;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
  background-color: #72C7CB;
}
@media screen and (max-width: 1500px) {
  .stay {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 980px) {
  .stay {
    padding-bottom: 100px;
  }
}
.stay::before {
  content: "";
  background-image: url(../images/top/stay-bg-top.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 2;
}
.stay__inner {
  position: relative;
  top: -150px;
}
@media screen and (max-width: 1500px) {
  .stay__inner {
    top: -80px;
  }
}
@media screen and (max-width: 980px) {
  .stay__inner {
    top: -150px;
  }
}
.stay__ttl {
  padding-top: 70px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .stay__ttl {
    width: 90%;
    margin: 50px auto 0;
    padding-top: 80px;
  }
}
.stay__txt {
  text-align: center;
  padding-top: 50px;
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .stay__txt {
    width: 97%;
  }
}
.stay__txt::before {
  content: "";
  background-image: url(../images/top/stayicon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 30%;
  left: -12%;
}
@media screen and (max-width: 980px) {
  .stay__txt::before {
    width: 60px;
    top: -5%;
    left: 0;
    z-index: -1;
  }
}
.stay__txt::after {
  content: "";
  background-image: url(../images/top/stayicon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 30%;
  right: -10%;
}
@media screen and (max-width: 980px) {
  .stay__txt::after {
    width: 50px;
    top: -5%;
    right: 0;
  }
}
.stay__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 40px auto 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .stay__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.stay__wrap li {
  width: 35%;
  margin-bottom: 3%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .stay__wrap li {
    width: 90%;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
}
.stay__wrap li:nth-child(2n) {
  margin-right: 0;
}
.stay__wrap li img {
  width: 100%;
}
.stay__btn {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .stay__btn {
    width: 300px;
    margin: 0px auto 0;
  }
}
.stay-bg-icon {
  position: absolute;
  right: -20%;
  bottom: -100px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .stay-bg-icon {
    bottom: -160px;
    right: -20%;
    width: 260px;
  }
}
.stay__bottom-bg {
  width: 100%;
  position: relative;
}
.stay__bottom-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gizagiza {
  position: relative;
  width: 100%;
  height: 40px;
  background: transparent;
  filter: drop-shadow(0 0 0 rgb(245, 159, 159));
}
@media screen and (max-width: 980px) {
  .gizagiza {
    display: none;
  }
}

.gizagiza::before {
  height: 40px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}

.gizagiza::before {
  top: -40px;
  background: linear-gradient(45deg, #f5aaaa 20px, transparent 0), linear-gradient(315deg, #f5aaaa 20px, transparent 0);
  background-size: 60px 40px;
}
@media screen and (max-width: 1400px) {
  .gizagiza::before {
    background: linear-gradient(45deg, #f39e9e 20px, transparent 0), linear-gradient(315deg, #f39e9e 20px, transparent 0);
    background-size: 60px 40px;
  }
}

.food {
  background-image: url(../images/top/food-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  margin-top: -100px;
}
.food__ttl {
  padding-top: 70px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .food__ttl {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
.food__txt {
  text-align: center;
  padding-top: 50px;
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .food__txt {
    width: 97%;
  }
}
.food__txt::before {
  content: "";
  background-image: url(../images/top/foodicon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 30%;
  left: -20%;
}
@media all and (max-width: 1367px) {
  .food__txt::before {
    left: -18%;
  }
}
@media screen and (max-width: 980px) {
  .food__txt::before {
    width: 50px;
    top: 0;
    z-index: -1;
  }
}
.food__txt::after {
  content: "";
  background-image: url(../images/top/foodicon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 30%;
  right: -20%;
}
@media all and (max-width: 1367px) {
  .food__txt::after {
    right: -18%;
  }
}
@media screen and (max-width: 980px) {
  .food__txt::after {
    width: 40px;
    top: 0px;
    z-index: -1;
    right: 0;
  }
}
.food__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 40px auto 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .food__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.food__wrap li {
  width: 35%;
  margin-bottom: 3%;
}
@media screen and (max-width: 980px) {
  .food__wrap li {
    width: 90%;
    margin-right: 0;
  }
}
.food__wrap li:nth-child(2n) {
  margin-right: 0;
}
.food__wrap li img {
  width: 100%;
}
.food__btn {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .food__btn {
    width: 300px;
    margin: 0px auto 0;
  }
}
.food-bg-icon {
  position: absolute;
  right: -20%;
  bottom: -100px;
  z-index: 1;
}
.food__bottom-bg {
  width: 100%;
  position: relative;
}
.food__bottom-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pass {
  background-image: url(../images/top/lids-bg04.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding-bottom: 90px;
  overflow: hidden;
}
.pass__ttl {
  text-align: center;
  padding-top: 90px;
}
@media screen and (max-width: 980px) {
  .pass__ttl {
    width: 50%;
    margin: 0 auto;
  }
}
.pass__jyusu {
  position: absolute;
  right: -5%;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .pass__jyusu {
    width: 200px;
    right: -20%;
  }
}
.pass-bg-icon {
  position: absolute;
  top: 0;
  left: -20%;
  transform: rotate(15deg);
}
@media screen and (max-width: 1600px) {
  .pass-bg-icon {
    left: -30%;
    top: -3%;
  }
}
@media screen and (max-width: 980px) {
  .pass-bg-icon {
    width: 300px;
    left: -35%;
  }
}
.pass-bg-icon.sec {
  position: absolute;
  top: 0;
  right: -20%;
  left: auto;
  transform: rotate(-35deg);
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .pass-bg-icon.sec {
    right: -30%;
  }
}
@media screen and (max-width: 980px) {
  .pass-bg-icon.sec {
    width: 300px;
    right: -30%;
    top: 5%;
  }
}
.pass__center {
  margin: 0 auto;
  text-align: center;
  width: 60%;
  max-width: 700px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .pass__center {
    width: 90%;
  }
}
.pass__center img {
  width: 100%;
  position: relative;
  z-index: 3;
}
.pass__btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
@media screen and (max-width: 980px) {
  .pass__btn {
    bottom: 20px;
  }
}
.pass__key {
  position: absolute;
  bottom: -180px;
  left: -10%;
  z-index: 1;
  width: 200px;
}
.pass__footer-btn {
  text-align: center;
  position: relative;
  z-index: 10;
}
.pass__footer-btn:first-child {
  margin-top: 0px;
}
.pass__footer-btn a {
  margin: 0 auto 20px;
  width: 450px;
  display: block;
}
@media screen and (max-width: 980px) {
  .pass__footer-btn a {
    width: 250px;
  }
}

.mt-md {
  margin-top: 50px;
}

.footer__wrap {
  display: flex;
  align-items: center;
  margin-top: 100px;
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__l {
  padding: 0 0 0 5%;
}
.footer__txt {
  width: 400px;
}
@media screen and (max-width: 980px) {
  .footer__txt {
    width: 300px;
  }
}
.footer__r {
  position: absolute;
  bottom: -8%;
  right: -3%;
}

/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*==================================================
パタッ
===================================*/
/* 下へ */
.flipDown {
  -webkit-animation-name: flipDownAnime;
          animation-name: flipDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
/* 左へ */
.flipLeft {
  -webkit-animation-name: flipLeftAnime;
          animation-name: flipLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

@-webkit-keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 左上へ */
.flipLeftTop {
  -webkit-animation-name: flipLeftTopAnime;
          animation-name: flipLeftTopAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* 右へ */
.flipRight {
  -webkit-animation-name: flipRightAnime;
          animation-name: flipRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  perspective-origin: right center;
  opacity: 0;
}

@-webkit-keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 右上へ */
.flipRightTop {
  -webkit-animation-name: flipRightTopAnime;
          animation-name: flipRightTopAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger {
  opacity: 0;
}

/*==================================================
くるっ
===================================*/
/* X 軸（縦へ） */
.rotateX {
  -webkit-animation-name: rotateXAnime;
          animation-name: rotateXAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateXAnime {
  from {
    transform: rotateX(0);
    opacity: 0;
  }
  to {
    transform: rotateX(-360deg);
    opacity: 1;
  }
}

@keyframes rotateXAnime {
  from {
    transform: rotateX(0);
    opacity: 0;
  }
  to {
    transform: rotateX(-360deg);
    opacity: 1;
  }
}
/*　Y軸（横へ） */
.rotateY {
  -webkit-animation-name: rotateYAnime;
          animation-name: rotateYAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateYAnime {
  from {
    transform: rotateY(0);
    opacity: 0;
  }
  to {
    transform: rotateY(-360deg);
    opacity: 1;
  }
}

@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
    opacity: 0;
  }
  to {
    transform: rotateY(-360deg);
    opacity: 1;
  }
}
/* Z 軸（左へ） */
.rotateLeftZ {
  -webkit-animation-name: rotateLeftZAnime;
          animation-name: rotateLeftZAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateLeftZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }
  to {
    transform: rotateZ(-360deg);
    opacity: 1;
  }
}

@keyframes rotateLeftZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }
  to {
    transform: rotateZ(-360deg);
    opacity: 1;
  }
}
/*　Z 軸（右へ） */
.rotateRightZ {
  -webkit-animation-name: rotateRightZAnime;
          animation-name: rotateRightZAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }
  to {
    transform: rotateZ(360deg);
    opacity: 1;
  }
}

@keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }
  to {
    transform: rotateZ(360deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger {
  opacity: 0;
}

/*==================================================
ボンッ、ヒュッ
===================================*/
/* 拡大 */
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* 拡大 */
.zoomIn02 {
  -webkit-animation-name: zoomInAnime02;
          animation-name: zoomInAnime02;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime02 {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime02 {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* 縮小 */
.zoomOut {
  -webkit-animation-name: zoomOutAnime;
          animation-name: zoomOutAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/*==================================================
じわっ
===================================*/
/* ぼかしから出現 */
.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger {
  opacity: 0;
}

/*==================================================
にゅーん
===================================*/
/* 滑らかに変形して出現 */
.smooth {
  -webkit-animation-name: smoothAnime;
          animation-name: smoothAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.smoothTrigger {
  opacity: 0;
}

/*==================================================
スーッ（枠線が伸びて出現）
===================================*/
/*枠線が伸びて出現*/
.lineTrigger {
  position: relative;
  /* 枠線が書かれる基点*/
  opacity: 0;
}

.lineTrigger.lineanime {
  -webkit-animation-name: lineAnimeBase;
          animation-name: lineAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*上下線*/
.lineTrigger::before,
.lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  /* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333;
  /* 枠線の色*/
}

/*上線*/
.lineTrigger::before {
  top: 0;
  left: 0;
}

.lineTrigger.lineanime::before {
  -webkit-animation: lineAnime 0.5s linear 0s forwards;
          animation: lineAnime 0.5s linear 0s forwards;
  /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before {
  top: 0;
  right: 0;
}

.lineTrigger.lineanime .line2::before {
  -webkit-animation: lineAnime2 0.5s linear 0.5s forwards;
          animation: lineAnime2 0.5s linear 0.5s forwards;
  /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after {
  bottom: 0;
  right: 0;
}

.lineTrigger.lineanime::after {
  -webkit-animation: lineAnime 0.5s linear 1s forwards;
          animation: lineAnime 0.5s linear 1s forwards;
  /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}

.lineTrigger.lineanime .line2::after {
  -webkit-animation: lineAnime2 0.5s linear 1.5s forwards;
          animation: lineAnime2 0.5s linear 1.5s forwards;
  /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@-webkit-keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*枠線内側の要素*/
.lineTrigger.lineanime .lineinappear {
  -webkit-animation: lineInnerAnime 0.5s linear 1.5s forwards;
          animation: lineInnerAnime 0.5s linear 1.5s forwards;
  /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;
  /*初期値を透過0にする*/
}

@-webkit-keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
シャッ（背景色が伸びて出現）
===================================*/
/*背景色が伸びて出現（共通）*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*右から*/
.bgRLextend::before {
  -webkit-animation-name: bgRLextendAnime;
          animation-name: bgRLextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/*下から*/
.bgDUextend::before {
  -webkit-animation-name: bgDUextendAnime;
          animation-name: bgDUextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/*上から*/
.bgUDextend::before {
  -webkit-animation-name: bgUDextendAnime;
          animation-name: bgUDextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/*==================================================
アニメーション設定
===================================*/
/* アニメーションの回数を決めるCSS*/
.count2 {
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  /*この数字を必要回数分に変更*/
}

.countinfinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-time1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-time15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-time2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-time25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.change-time05 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.change-time1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.change-time15 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.change-time2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.change-time25 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}