@charset "UTF-8";
p {
  margin: 0;
  padding: 0;
  text-align: center;
}

ul {
  list-style: none;
}

html {
  background-color: #f7f4f4;
}

/* ---- 未ログイン時トップ --------------------------------*/
.top img {
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: block;
}

.top_login {
  padding: 2%;
  background-color: #FFA7AD;
}

.top_login li {
  width: 46%;
  margin: 15px 2%;
  float: left;
}

.top_login li a {
  width: 100%;
  display: block;
  padding: 7px 0;
  text-align: center;
  font-size: 2.2rem;
  text-decoration: none;
  background-color: #fff;
  color: #FFA7AD !important;
}

@media screen and (min-width: 768px) {
  .top_login li a {
    padding: 15px 0;
    font-size: 2.2rem;
  }
}

a.top_otameshi {
  text-decoration: none !important;
}

a.top_otameshi div {
  background-color: #23d1d2;
  padding: 20px 2.5%;
  text-align: center;
}

a.top_otameshi div h5 {
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 15px;
}

a.top_otameshi div h6 {
  font-size: 1.3rem;
  color: #fff;
}

a.top_otameshi div h6 span {
  font-weight: bold;
  color: #FBFF9C;
}

#top_foot_scroll {
  display: none;
  z-index: 99;
  position: fixed;
}

.top_foot_scroll {
  width: 100%;
  max-width: 640px;
  position: fixed;
  bottom: 0px;
  background-color: #FFA7AD;
  color: #fff;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  left: 50% !important;
  transform: translate(-50%) !important;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
}

.top_foot_scroll a {
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 0px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  width: 45%;
}

@media screen and (max-width: 768px) {
  .top_foot_scroll {
    max-width: 768px;
  }
}

.top_login_img {
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: block;
}

.lg2header {
  max-width: 768px;
  min-width: 320px;
  width: 100%;
  padding: .5vh 0 0 0;
  position: fixed !important;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  text-align: center;
  z-index: 1000;
  background-color: white;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lg2header a {
  line-height: 0;
}

.lg2header h1 {
  width: 60%;
  margin-left: 20%;
}

.lg2header h1 img {
  width: 100%;
}

.lg2header .header__btn {
  width: 12%;
}

.lg2header .header__btn img {
  width: 100%;
}

.lg2intro {
  position: relative;
}

.lg2intro > p {
  line-height: 0;
}

.lg2intro img {
  width: 100%;
}

.lg2intro__catch {
  position: absolute;
  top: 0;
  z-index: 100;
}

.lg2intro__deco {
  z-index: 3;
  position: absolute;
  top: 0;
  opacity: 0;
}

.lg2intro__deco.isActive {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.lg2sec2 {
  background-color: #F3F3F3;
}

.lg2sec2__img {
  z-index: 5;
  line-height: 0;
}

.lg2sec2__btn {
  line-height: 0;
  position: relative;
  margin-top: -3rem;
}

.lg2sec2__btn a {
  line-height: 0;
}

.lg2sec3__img {
  line-height: 0;
}

.jump {
  -webkit-animation: 0.5s jump_otameshi infinite alternate linear;
          animation: 0.5s jump_otameshi infinite alternate linear;
}

.top_otameshi_bt {
  position: relative;
  display: block;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  text-decoration: none;
  background: #63ded4;
  border-radius: .5rem;
  color: #ffffff;
  width: 90%;
  margin: 1rem auto 3rem auto;
  text-align: center;
}

.top_otameshi_bt:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #63ded4;
}

.top_otameshi_bt h5 {
  font-size: 2rem;
  margin-bottom: .5rem;
  font-weight: bold;
}

.top_otameshi_bt h6 {
  font-size: 1.4rem;
  margin-bottom: .5rem;
  line-height: 1.5;
}

@-webkit-keyframes jump_otameshi {
  to {
    -webkit-transform: transtateY(0);
            transform: transtateY(0);
  }
  from {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

@keyframes jump_otameshi {
  to {
    -webkit-transform: transtateY(0);
            transform: transtateY(0);
  }
  from {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.home__ftbtn {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  background-color: #63ded4;
  display: none;
  padding: .3rem 0;
}

.home__ftbtn img {
  width: 100%;
}
/*# sourceMappingURL=index.css.map */