:root {
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #23d2e8;
}

@keyframes tenmetu {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.p-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 137%;
  height: 100vh;
}
@media screen and (max-width: 859px) {
  .p-bg {
    width: 100%;
  }
}
.p-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(0.98);
  opacity: 0;
}
@media screen and (max-width: 859px) {
  .p-bg img {
    -o-object-position: top;
    object-position: top;
  }
}
.is-load .p-bg img {
  opacity: 1;
  transform: scale(1.05);
  transition: transform 3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.p-top {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
}
.is-load .p-top {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 859px) {
  .p-top {
    width: 89%;
    padding-top: 3.1rem;
    padding-bottom: 3.1rem;
  }
}
.p-top__bottom {
  transform: scale(-1) translateY(0.2px);
}
.p-top__content {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4rem 0 6.7rem;
}
@media screen and (max-width: 859px) {
  .p-top__content {
    padding: 3rem 0 5.4rem;
  }
}
.p-top__content-inner {
  margin: 0 auto;
  width: 83%;
  line-height: 1.8;
}
@media screen and (max-width: 859px) {
  .p-top__content-inner {
    width: 89%;
    line-height: 1.7;
  }
}
.p-top__ttl {
  margin: 0 auto;
  width: 48%;
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 859px) {
  .p-top__ttl {
    width: 89%;
    margin-bottom: 3.5rem;
  }
}
.p-top__limit {
  text-align: center;
  color: var(--color-blue);
}
@media screen and (max-width: 859px) {
  .p-top__limit {
    font-size: 1.25rem;
  }
}
.p-top__form {
  text-align: center;
  margin: 0 auto;
  margin-top: 1.7rem;
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 859px) {
  .p-top__form {
    margin-top: 1.5rem;
  }
}
.p-top__form-text {
  font-size: 1.55rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 859px) {
  .p-top__form-text {
    font-size: 1.2rem;
    margin-bottom: 1.1rem;
  }
}
.p-top__form-input input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: var(--color-white);
  border: none;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
  height: 50px;
  border-radius: 4px;
  font-size: 17px;
  color: var(--color-black);
}
@media screen and (max-width: 859px) {
  .p-top__form-input input {
    height: 45px;
    font-size: 16px;
  }
}
.p-top__form-btn {
  margin: 0 auto;
  width: 280px;
  margin-top: 4rem;
  position: relative;
  border: 1px solid var(--color-white);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  overflow: hidden;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .p-top__form-btn:hover {
    transform: scale(0.97);
  }
  .p-top__form-btn:hover .p-top__form-btn-inner::before {
    animation: tenmetu 0.4s linear forwards;
  }
}
@media screen and (max-width: 859px) {
  .p-top__form-btn {
    width: 22rem;
    margin-top: 3rem;
  }
}
.p-top__form-btn-inner {
  position: relative;
  padding: 8px 0 9px;
  font-size: 16px;
}
@media screen and (max-width: 859px) {
  .p-top__form-btn-inner {
    font-size: 1.25rem;
    padding: 0.8rem 0 0.8rem;
  }
}
.p-top__form-btn-inner::before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 19px;
  background: url(../img/arrow.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 859px) {
  .p-top__form-btn-inner::before {
    width: 1.5rem;
    right: 1.7rem;
  }
}
.p-top__form-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-top__attention {
  border-top: 1px solid var(--color-white);
  margin-top: 8rem;
  padding-top: 3.2rem;
}
@media screen and (max-width: 859px) {
  .p-top__attention {
    margin-top: 4rem;
    padding-top: 2.4rem;
  }
}
.p-top__attention-ttl {
  font-weight: 700;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 859px) {
  .p-top__attention-ttl {
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
  }
}
.p-top__attention-list-item {
  line-height: 1.65;
  font-size: 1.1rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 859px) {
  .p-top__attention-list-item {
    font-size: 1rem;
  }
}
.p-top__attention-list-item + .p-top__attention-list-item {
  margin-top: 0.9rem;
}
@media screen and (max-width: 859px) {
  .p-top__attention-list-item + .p-top__attention-list-item {
    margin-top: 0.6rem;
  }
}

.p-benefit {
  margin-top: 4.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 859px) {
  .p-benefit {
    margin-top: 3rem;
  }
}
.p-benefit__lead {
  text-align: center;
  line-height: 1.7;
  font-size: 1.75rem;
}
@media screen and (max-width: 859px) {
  .p-benefit__lead {
    font-size: 1.4rem;
  }
}
.p-benefit__lead-note {
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 859px) {
  .p-benefit__lead-note {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}
.p-benefit__form {
  margin-top: 8.6rem;
}
@media screen and (max-width: 859px) {
  .p-benefit__form {
    margin-top: 3.7rem;
  }
}
.p-benefit__form-btn {
  text-align: center;
  background: linear-gradient(90deg, #662684 0%, #300682 50%, #372fc4 100%);
  border-radius: 100px;
  position: relative;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 9.8rem;
  width: 40rem;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .p-benefit__form-btn:hover {
    transform: scale(0.97);
  }
  .p-benefit__form-btn:hover::before {
    animation: tenmetu 0.4s linear forwards;
  }
}
@media screen and (max-width: 859px) {
  .p-benefit__form-btn {
    margin-top: 6rem;
    width: 30rem;
    height: 6rem;
  }
}
.p-benefit__form-btn.is-disable {
  pointer-events: none;
  opacity: 0.5;
}
.p-benefit__form-btn.is-disable::before {
  content: none;
}
.p-benefit__form-btn::before {
  content: "";
  width: 2rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 3.3rem;
  background: url(../img/arrow.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 859px) {
  .p-benefit__form-btn::before {
    width: 1.6rem;
    right: 2.7rem;
  }
}
.p-benefit__form-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-benefit__form-btn-text {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 859px) {
  .p-benefit__form-btn-text {
    font-size: 1.3rem;
  }
}
.p-benefit__form-note {
  text-align: center;
  font-size: 1.15rem;
  margin-top: 2.3rem;
}
@media screen and (max-width: 859px) {
  .p-benefit__form-note {
    font-size: 1.1rem;
    margin-top: 1.4rem;
  }
}
.p-benefit__castlist {
  display: flex;
  flex-wrap: wrap;
}
.p-benefit__castlist-item {
  width: 21%;
  margin-right: 5.3%;
  margin-top: 7%;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .p-benefit__castlist-item:nth-child(4n) {
    margin-right: 0;
  }
  .p-benefit__castlist-item:nth-child(n+1):nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 859px) {
  .p-benefit__castlist-item {
    width: 47.9%;
    margin-right: 4.2%;
    margin-top: 12%;
  }
  .p-benefit__castlist-item:nth-child(2n) {
    margin-right: 0;
  }
  .p-benefit__castlist-item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}
.p-benefit__castlist-thumb {
  position: relative;
  margin-bottom: 1.5rem;
}
.p-benefit__castlist-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(../img/chara/thumb_grd.png) no-repeat center center;*/
  background-image: linear-gradient(  90deg,  rgba(34, 211, 238, 0.6),  rgba(139, 92, 246, 0.6));
  background-size: contain;
  opacity: 0;
}
.is-select .p-benefit__castlist-thumb::after {
  opacity: 0.6;
  animation: tenmetu 0.25s linear forwards;
}
@media screen and (max-width: 859px) {
  .p-benefit__castlist-thumb {
    margin-bottom: 1.2rem;
  }
}
.p-benefit__castlist-name {
  line-height: 1.3;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 859px) {
  .p-benefit__castlist-name {
    font-size: 1.3rem;
    margin-bottom: 1.4rem;
  }
}
.p-benefit__castlist-name-sub {
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 859px) {
  .p-benefit__castlist-name-sub {
    font-size: 1.2rem;
  }
}
.p-benefit__castlist-select {
  position: relative;
  border: 1px solid var(--color-white);
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 5rem;
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.no-select .p-benefit__castlist-select {
  pointer-events: none;
  opacity: 0.4;
}
.is-select .p-benefit__castlist-select {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 859px) {
  .p-benefit__castlist-select {
    font-size: 1.1rem;
    margin: 0 auto;
    width: 93%;
    height: 4rem;
  }
}
@media (hover: hover) {
  .p-benefit__castlist-select:hover {
    transform: scale(0.97);
  }
}
.p-benefit__castlist-select label, .p-benefit__castlist-select input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.p-benefit__attention {
  border-top: 1px solid var(--color-white);
  margin-top: 10rem;
  padding-top: 6rem;
}
@media screen and (max-width: 859px) {
  .p-benefit__attention {
    margin-top: 6rem;
    padding-top: 2.8rem;
  }
}
.p-benefit__attention-ttl {
  font-weight: 700;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 859px) {
  .p-benefit__attention-ttl {
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
  }
}
.p-benefit__attention-list-item {
  line-height: 1.65;
  font-size: 1.1rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 859px) {
  .p-benefit__attention-list-item {
    font-size: 1rem;
  }
}
.p-benefit__attention-list-item + .p-benefit__attention-list-item {
  margin-top: 0.9rem;
}
@media screen and (max-width: 859px) {
  .p-benefit__attention-list-item + .p-benefit__attention-list-item {
    margin-top: 0.6rem;
  }
}

.p-dl {
  margin-top: 8.5rem;
}
@media screen and (max-width: 859px) {
  .p-dl {
    margin-top: 3.7rem;
  }
}
.p-dl__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-dl__list.is-center {
  justify-content: center;
}
.p-dl__list-item {
  width: 30%;
  margin-right: 5%;
  margin-top: 7%;
}
@media screen and (min-width: 860px) {
  .p-dl__list-item:nth-child(3n) {
    margin-right: 0;
  }
  .p-dl__list-item:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 859px) {
  .p-dl__list-item {
    width: 47.8%;
    margin-top: 10.5%;
    margin-right: 4.3%;
  }
  .p-dl__list-item:nth-child(2n) {
    margin-right: 0;
  }
  .p-dl__list-item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}
.p-dl__list-item:last-of-type {
  margin-right: 0;
}
.p-dl__list-btn {
  text-align: center;
  background: linear-gradient(90deg, #662684 0%, #300682 50%, #372fc4 100%);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 80%;
  margin-top: 3rem;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .p-dl__list-btn:hover {
    transform: scale(0.97);
  }
  .p-dl__list-btn:hover .p-dl__list-btn-icon {
    animation: tenmetu 0.4s linear forwards;
  }
}
@media screen and (max-width: 859px) {
  .p-dl__list-btn {
    width: 94%;
    margin-top: 1.4rem;
  }
}
.p-dl__list-btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 1.5rem 0 1.9rem;
}
@media screen and (max-width: 859px) {
  .p-dl__list-btn-link {
    padding: 1.4rem 0 1.3rem;
  }
}
.p-dl__list-btn-text {
  color: var(--color-white);
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 859px) {
  .p-dl__list-btn-text {
    font-size: 1.2rem;
  }
}
.p-dl__list-btn-icon {
  width: 1.7rem;
  flex-shrink: 0;
  margin-right: 1.2rem;
  transform: translateY(-3%);
}
@media screen and (max-width: 859px) {
  .p-dl__list-btn-icon {
    width: 1.4rem;
    margin-right: 0.6rem;
  }
}
.p-dl__limit {
  text-align: center;
  margin-top: 4.9rem;
}
@media screen and (max-width: 859px) {
  .p-dl__limit {
    font-size: 1.2rem;
    margin-top: 3.4rem;
  }
}