:root {
  --color-black: #000;
  --color-white: #fff;
  --color-brown: #6b5c45;
  --color-text: #fff6d3;
  --color-pink: #ea8294;
  --color-text-shadow: #e8ac4c;
}

.p-hero {
  margin-bottom: 10px;
}
@media screen and (max-width: 859px) {
  .p-hero {
    margin-bottom: 0;
  }
}
.p-hero__main {
  position: relative;
}
.p-hero__kv {
  transform: scale(1.2) rotate(-3deg);
  filter: blur(5px);
  position: relative;
}
.is-load .p-hero__kv {
  filter: blur(0);
  transform: scale(1) rotate(0);
  transition: filter 1s cubic-bezier(0.37, 0, 0.63, 1), transform 1.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.p-hero__kv img {
  width: 100%;
}
.p-hero__logo {
  position: absolute;
  top: 0;
  left: 2.8%;
  width: 14.3%;
  max-width: 200px;
  transform: translateY(-100%);
}
.is-load .p-hero__logo {
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
@media screen and (max-width: 859px) {
  .p-hero__logo {
    width: 31.5%;
  }
}
.p-hero__applink {
  position: absolute;
  top: 14rem;
  left: 2.8%;
  width: 20rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 1.9rem 1.9rem;
  transform: translateY(-40px);
  opacity: 0;
}
.is-load .p-hero__applink {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.45s cubic-bezier(0.36, 0.68, 0.55, 0.97);
  transition-delay: 0.75s;
}
@media screen and (max-width: 859px) {
  .p-hero__applink {
    display: none;
  }
}
.p-hero__applink-ttl {
  color: var(--color-pink);
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 1.9rem;
}
.p-hero__applink-list-item + .p-hero__applink-list-item {
  margin-top: 1.6rem;
}
.p-hero__applink-list-item a {
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-hero__applink-list-item a:hover {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
.p-hero__ttl {
  position: absolute;
  bottom: 2.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 63%;
}
@media screen and (max-width: 859px) {
  .p-hero__ttl {
    bottom: 3.8%;
    width: 97%;
  }
}
.p-hero__ttl img {
  transform: scale(0.97);
  filter: blur(6px);
  opacity: 0;
}
.is-load .p-hero__ttl img {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.45s cubic-bezier(0.36, 0.68, 0.55, 0.97), filter 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 0.75s;
}
.p-hero__foot {
  position: relative;
  padding-top: 1.5%;
  padding-bottom: 10%;
}
.p-hero__foot::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  background: url(../img/bg/bg_link_pc.png) no-repeat top center;
  background-size: 100%;
}
@media screen and (max-width: 859px) {
  .p-hero__foot::before {
    background: url(../img/bg/bg_link_sp.png) no-repeat top center;
    background-size: 100%;
  }
}
.p-hero__btns {
  margin: 0 auto;
  width: 78.3%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 859px) {
  .p-hero__btns {
    justify-content: center;
    padding: 0 1.9%;
  }
}
.p-hero__btns-item {
  position: relative;
  width: 32%;
  transform: translateY(40px);
  opacity: 0;
}
.p-hero__foot.is-active .p-hero__btns-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.36, 0.68, 0.55, 0.97);
}
.p-hero__foot.is-active .p-hero__btns-item:nth-child(1) {
  transition-delay: 0s;
}
.p-hero__foot.is-active .p-hero__btns-item:nth-child(2) {
  transition-delay: 0.14s;
}
.p-hero__foot.is-active .p-hero__btns-item:nth-child(3) {
  transition-delay: 0.28s;
}
@media screen and (max-width: 859px) {
  .p-hero__btns-item {
    width: 48.2%;
    margin-right: 3.5%;
    margin-top: 13.5%;
  }
  .p-hero__btns-item:nth-child(2n) {
    margin-right: 0;
  }
  .p-hero__btns-item:last-of-type {
    margin-right: 0;
  }
  .p-hero__btns-item:nth-of-type(n + 1):nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 860px) {
  .p-hero__btns-item + .p-hero__btns-item {
    margin-left: 2%;
  }
}
.p-hero__btns-item.--beginner::before {
  content: "";
  width: 100%;
  padding-top: 10.5%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-112%);
  background: url(../img/btn_link_c_bubblepng.png) no-repeat center top;
  background-size: contain;
}
@media screen and (max-width: 859px) {
  .p-hero__btns-item.--beginner::before {
    padding-top: 15.5%;
  }
}
.p-hero__btns-item a {
  display: block;
}
@media (hover: hover) {
  .p-hero__btns-item a:hover img {
    transform: scale(0.97);
  }
}
.p-hero__btns-item img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-info {
  position: relative;
  margin-top: -50px;
}
.p-info__block-item + .p-info__block-item {
  margin-top: 3.3%;
}
@media screen and (max-width: 859px) {
  .p-info__block-item + .p-info__block-item {
    margin-top: 4.5%;
  }
}

.p-campaign {
  position: relative;
  background: url(../img/bg/bg_base_repeat.jpg) repeat 0 0;
  background-size: 500px;
  padding: 95px 0 149px;
  margin-top: 15rem !important;
}
@media screen and (max-width: 859px) {
  .p-campaign {
    margin-top: 6.7rem !important;
    padding: 70px 0 72px;
  }
}
.p-campaign__block-item + .p-campaign__block-item {
  margin-top: 3.3%;
}
@media screen and (max-width: 859px) {
  .p-campaign__block-item + .p-campaign__block-item {
    margin-top: 4.5%;
  }
}

.p-beginner__block-item {
  transform: translateY(40px);
  opacity: 0;
}
.p-beginner__block-item.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.36, 0.68, 0.55, 0.97);
}
.p-beginner__block-item + .p-beginner__block-item {
  margin-top: 3.8%;
}
@media screen and (max-width: 859px) {
  .p-beginner__block-item + .p-beginner__block-item {
    margin-top: 5%;
  }
}