.p-pagetop {
  cursor: pointer;
  position: relative;
}
a.p-pagetop.p-pagetop--cr.js-anchor:hover {
  opacity: .7;
}
.p-pagetop--cr {
  position: fixed;
  display: block;
  max-width: 54px;
  width: 100%;
  /* display: flex; */
  /* justify-content: flex-start; */
  /* align-items: center; */
  /* flex-wrap: nowrap; */
  /* flex-direction: row; */
  align-content: stretch;
  padding: 45px 0 0 0;
  border: 0;
  z-index: 9;
  right: 5%;
  bottom: 30px;
  background: #fff0;
  text-align: center;
}

.p-pagetop--cr .p-pagetop__label {
  display: block;
  position: relative;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 12px;
  color: #000;
}

.p-pagetop--cr .p-pagetop__slider {
  position: absolute;
  /* right: 0; */
  top: 0;
  /* left: 0; */
  /* margin: auto; */
}

.p-pagetop--cr .p-pagetop__slider__rail {
  z-index: 1;
  position: relative;
  display: block;
  width: 1px;
  height: 35px;
  background-color: #222222;
}

.p-pagetop--cr .p-pagetop__slider:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  z-index: 3;
  right: -3px;
  width: 7px;
  height: 7px;
  background-color: #364246;
  -webkit-animation: pagetop_slider_after_anim 3.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  animation: pagetop_slider_after_anim 3.5s cubic-bezier(0.645, 0.045, 0.315, 1) infinite;
}

@-webkit-keyframes pagetop_slider_after_anim {
  0% {
    transform: scale(0.4) translateY(10px);
  }
  25% {
    transform: scale(1) translateY(-50px);
  }
  50% {
    transform: scale(1) translateY(-50px);
  }
  75% {
    transform: scale(0.4) translateY(10px);
  }
  100% {
    transform: scale(0.4) translateY(10px);
  }
}

@keyframes pagetop_slider_after_anim {
  0% {
    transform: scale(0.4) translateY(10px);
  }
  25% {
    transform: scale(1) translateY(-38px);
  }
  50% {
    transform: scale(1) translateY(-38px);
  }
  75% {
    transform: scale(0.4) translateY(10px);
  }
  100% {
    transform: scale(0.4) translateY(10px);
  }
}

.p-pagetop--lp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: stretch;
  padding: 20px 10px;
}

.p-pagetop--lp .p-pagetop__label {
  padding-right: 10px;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 14px;
}

.p-pagetop--lp .p-pagetop__dot {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #0c2f9e;
}

@media (min-width: 60em) {
  .p-pagetop--cr:hover .p-pagetop__label {
    /* color: #709cf3; */
  }
  .p-pagetop--cr:hover .p-pagetop__slider:after {
    background-color: #222222;
  }
  .p-pagetop--lp:hover .p-pagetop__dot {
    -webkit-animation: pagetop_dot_loop_anim 1.0s infinite normal;
            animation: pagetop_dot_loop_anim 1.0s infinite normal;
  }
  @-webkit-keyframes pagetop_dot_loop_anim {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(-20px);
    }
  }
  @keyframes pagetop_dot_loop_anim {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(-20px);
    }
  }
}

.movie{
  max-width: 1076px;
  aspect-ratio: 16 / 8.3;
  margin: 0 auto 134px;
  text-align: center;
}
.movie iframe{
  width: 100%;
  height: 100%;
  padding: 0 15px;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.p-pagetop--cr {
  bottom: 50px;
}
.movie{
  margin: 0 auto 80px;
  text-align: center;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */