.p-serialform {
  transform: translateX(7px);
}
@media screen and (max-width: 960px) {
  .p-serialform {
    transform: translateX(0px);
  }
}
.p-serialform__inner {
  opacity: 0;
  transform: translateY(30px);
  border: 2px solid var(--color-blue);
  box-shadow: 3px 3px 0 1px var(--color-blue);
  padding: 71px 4% 76px;
  border-radius: 25px;
  letter-spacing: 1.5px;
  background-color: #fff;
}
.p-serialform.is-active .p-serialform__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-serialform__inner {
    border-radius: 15px;
    padding: 33px 4% 39px;
    box-shadow: 2px 2px 0 1px var(--color-blue);
    border: 1px solid var(--color-blue);
  }
}
.p-serialform__lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 51px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-serialform__lead {
    line-height: 1.85;
    font-size: 12px;
    margin-bottom: 25px;
  }
}
.p-serialform .form_input__serial {
  margin: 0 auto;
  width: 93%;
}
@media screen and (max-width: 960px) {
  .p-serialform .form_input__serial {
    width: 96%;
  }
}
.p-serialform .form_input__serial-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-serialform .form_input__serial-item {
    margin-bottom: 18px;
    display: block;
  }
}
.p-serialform .form_input__serial-item dt {
  flex-shrink: 0;
  margin-right: 8px;
}
@media screen and (max-width: 960px) {
  .p-serialform .form_input__serial-item dt {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.p-serialform .form_input__serial-item dd {
  flex-grow: 1;
  padding-right: 1.5%;
}
@media screen and (max-width: 960px) {
  .p-serialform .form_input__serial-item dd {
    padding-right: 0;
  }
}
.p-serialform .form_input__serial-item dd input {
  border-radius: 10px;
  height: 50px;
  background-color: var(--color-chara0);
  border: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  font-size: 17px;
}
@media screen and (max-width: 960px) {
  .p-serialform .form_input__serial-item dd input {
    height: 35px;
    border-radius: 5px;
  }
}
.p-serialform .form_input__btn {
  margin: 0 auto;
  padding-top: 42px;
  width: 325px;
}
@media screen and (max-width: 960px) {
  .p-serialform .form_input__btn {
    padding-top: 12px;
    width: 173px;
  }
}

.p-attention {
  margin-top: 81px;
  display: flex;
  opacity: 0;
  transform: translateY(30px);
}
.p-attention.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-attention {
    margin-top: 48px;
    display: block;
  }
}
.p-attention__ttl {
  flex-shrink: 0;
  font-size: 20px;
  margin-right: 4%;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 960px) {
  .p-attention__ttl {
    font-size: 13px;
    margin-right: 0;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
}
.p-attention__content {
  font-weight: 500;
}
.p-attention__list + .p-attention__list {
  margin-top: 19px;
}
@media screen and (max-width: 960px) {
  .p-attention__list + .p-attention__list {
    margin-top: 18px;
  }
}
.p-attention__list-item {
  line-height: 1.6;
  font-size: 11px;
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-attention__list-item {
    line-height: 1.8;
    font-size: 10px;
  }
}
.p-attention__list-item + .p-attention__list-item {
  margin-top: 1px;
}
@media screen and (max-width: 960px) {
  .p-attention__list-item + .p-attention__list-item {
    margin-top: 0;
  }
}
.p-attention__list-item a {
  text-decoration: underline;
  color: var(--color-blue);
}
@media (hover: hover) {
  .p-attention__list-item a:hover {
    text-decoration: none;
  }
}
.p-attention__links {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 11px;
}
@media screen and (max-width: 960px) {
  .p-attention__links {
    margin-top: 18px;
    line-height: 1.8;
    font-size: 10px;
  }
}
.p-attention__links-item + .p-attention__links-item {
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  .p-attention__links-item + .p-attention__links-item {
    margin-top: 18px;
  }
}
.p-attention__links-link a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (hover: hover) {
  .p-attention__links-link a:hover {
    text-decoration: none;
  }
}
.p-attention__links a {
  text-decoration: underline;
  color: var(--color-blue);
}

.p-check {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
  color: var(--color-blue);
}
.p-check__inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-check__ttl {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 42px;
}
@media screen and (max-width: 960px) {
  .p-check__ttl {
    font-size: min(25px, 6.6vw);
    font-size: 19px;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
  }
}
.p-check__lead {
  line-height: 2;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .p-check__lead {
    font-size: min(16px, 4.3vw);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.p-check__content {
  padding: 94px 4% 91px;
  margin: 30px auto;
  width: 90%;
  max-width: 883px;
  background-color: #fff;
  transform: scale(0.9);
  border-radius: 30px;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.is-open .p-check__content, .is-close .p-check__content {
  transform: scale(1);
}
@media screen and (max-width: 960px) {
  .p-check__content {
    border-radius: 15px;
    width: 81%;
    padding: 46px 4%;
    margin: 60px auto;
  }
}
.p-check__form {
  margin: 0 auto;
  padding-top: 31px;
  width: 90%;
  max-width: 530px;
}
@media screen and (max-width: 960px) {
  .p-check__form {
    padding-top: 24px;
    width: 97%;
  }
}
.p-check__form .form_code__input input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: none;
  font-size: 17px;
  border-radius: 5px;
  background-color: var(--color-chara0);
  padding: 5px 10px;
  height: 51px;
}
@media screen and (max-width: 960px) {
  .p-check__form .form_code__input input {
    height: 35px;
  }
}
.p-check__form .form_code__error {
  margin-top: 9px;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-check__form .form_code__error {
    margin-top: 8px;
    font-size: min(12px, 3.2vw);
  }
}
.p-check__form .form_code__btn {
  margin: 0 auto;
  width: 330px;
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .p-check__form .form_code__btn {
    width: 173px;
    padding-top: 31px;
  }
}
.p-check__attention {
  margin-top: 42px;
}
@media screen and (max-width: 960px) {
  .p-check__attention {
    text-align: left;
    margin-top: 29px;
    padding: 0 1.5%;
  }
}
.p-check__attention-item {
  font-size: 14px;
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  .p-check__attention-item {
    line-height: 1.8;
    font-size: min(11.5px, 3.2vw);
  }
}
.p-check__attention-item.-small {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .p-check__attention-item.-small {
    font-size: 10px;
    text-indent: -1rem;
    padding-left: 1rem;
    margin-top: 5px;
  }
}
.p-check__close {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 960px) {
  .p-check__close {
    top: 5px;
    right: 4px;
    width: 40px;
    height: 40px;
  }
}
.p-check__close-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.p-check__close-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-check__close:hover .p-check__close-icon {
    transform: translateY(-50%) rotate(180deg);
  }
}
.p-check__close-icon span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-check__close-icon span::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-check__close-icon span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-check__close-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-check__close-text {
  padding-left: 32px;
  letter-spacing: -1px;
}
@media screen and (max-width: 960px) {
  .p-check__close-text {
    font-size: min(16px, 4.3vw);
  }
}

.p-voice {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding: 5px 0;
  color: #fff;
}
.p-voice.is-active::before {
  transform: translateX(0);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-voice::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #623f45;
  transform: translateX(-100%);
}
@media screen and (max-width: 960px) {
  .p-voice {
    padding: 3px 0;
  }
}
.p-voice__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-voice__deco-item {
  position: absolute;
  width: 71%;
  max-width: 1026px;
}
@media screen and (max-width: 960px) {
  .p-voice__deco-item {
    width: 100%;
  }
}
.p-voice__deco-item:nth-child(1) {
  left: 0;
  top: 0;
  transform: translateX(-10%);
  opacity: 0;
}
.p-voice.is-active .p-voice__deco-item:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 4s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0.1s;
}
.p-voice__deco-item:nth-child(2) {
  right: 0;
  bottom: 0;
  transform: translateX(10%);
  opacity: 0;
}
.p-voice.is-active .p-voice__deco-item:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 4s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0.3s;
}
.p-voice__inner {
  position: relative;
}
.p-voice__inner::before, .p-voice__inner::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #e1e3e2;
  box-sizing: border-box;
}
.p-voice.is-active .p-voice__inner::before, .p-voice.is-active .p-voice__inner::after {
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-voice__inner::before {
  top: 0;
  transform: translateX(-100%);
}
.p-voice__inner::after {
  bottom: 0;
  transform: translateX(100%);
}
.p-voice__content {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 9.2% 0;
  width: 90%;
  max-width: 1000px;
}
@media screen and (max-width: 960px) {
  .p-voice__content {
    max-width: 600px;
    padding: 13.2% 0 8%;
    display: block;
  }
}
.p-voice__jk {
  width: 46%;
  flex-shrink: 0;
  margin-right: 2.8%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-voice__jk {
    margin: 0 auto;
    width: 88%;
  }
}
.p-voice__jk img {
  transform: scale(1.16);
  opacity: 0;
  filter: blur(5px);
}
.p-voice.is-active .p-voice__jk img {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.61, 1, 0.88, 1), opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1), filter 0.8s cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0.3s;
}
.p-voice__player {
  flex-grow: 1;
  max-width: 484px;
  padding-top: 8.5%;
}
@media screen and (max-width: 960px) {
  .p-voice__player {
    width: 88%;
    padding-top: 7.5%;
    margin: 0 auto;
  }
}
.p-voice__player-music {
  position: relative;
  transform: translateY(30px);
  opacity: 0;
}
.p-voice.is-active .p-voice__player-music {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1), transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0.5s;
}
.p-voice__player-ttl {
  padding-left: 99px;
  letter-spacing: 1px;
  font-size: 23px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #e1e3e2;
}
@media screen and (max-width: 960px) {
  .p-voice__player-ttl {
    font-size: 16px;
    margin-bottom: 14px;
    padding: 0;
  }
}
.p-voice__player-item > div {
  display: flex;
  position: relative;
}
.p-voice__player-dl {
  margin-top: 76px;
  text-align: center;
  transform: translateY(30px);
  opacity: 0;
}
.p-voice.is-active .p-voice__player-dl {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1), transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0.7s;
}
@media screen and (max-width: 960px) {
  .p-voice__player-dl {
    margin-top: 160px;
  }
}
.p-voice__player-dl + .p-voice__player-dl {
  margin-top: 30px;
}
.p-voice__player-dl-btn {
  background-color: #e1e3e2;
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 325px;
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 960px) {
  .p-voice__player-dl-btn {
    width: 78%;
  }
}
@media (hover: hover) {
  .p-voice__player-dl-btn:hover {
    background-color: #856264;
  }
  .p-voice__player-dl-btn:hover .p-voice__player-dl-text {
    color: #e1e3e2;
  }
}
.p-voice__player-dl-btn.-no-data {
  pointer-events: none;
  cursor: default;
  background-color: #a4a4a4;
  opacity: 0.8;
}
.p-voice__player-dl-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.p-voice__player-dl-text {
  padding: 16px 10px 18px;
  letter-spacing: -0.6px;
  font-weight: 500;
  color: #623f45;
  font-size: 16px;
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 960px) {
  .p-voice__player-dl-text {
    font-size: 12px;
    padding: 11px 10px 13px;
    letter-spacing: 0;
  }
}
.-no-data .p-voice__player-dl-text {
  color: #cccccc;
}
.p-voice__player-limit {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 960px) {
  .p-voice__player-limit {
    margin-top: 10px;
    font-size: 10px;
  }
}
.p-voice__player-limit span {
  vertical-align: baseline;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-voice__player-limit span {
    font-size: 13px;
  }
}

.ui-time-par, .ui-time, .ui-time-down, .ui-btn-mute,
.ui-seekbar-vol, .ui-btn-volon, .ui-btn-voloff, .ui-btn-stop, .ui-name {
  display: none;
}

.ui-btn-play {
  width: 80px !important;
  height: 80px !important;
  font-size: 0;
  background-color: #e1e3e2 !important;
  position: absolute !important;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  border: none;
  flex-shrink: 0;
  margin-right: 19px;
  position: relative;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .ui-btn-play:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 960px) {
  .ui-btn-play {
    width: 75px !important;
    height: 75px !important;
    bottom: -121px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ui-btn-play.is-pmb-active::after {
  opacity: 1;
}
.ui-btn-play.is-pmb-active::before {
  opacity: 0;
}
.ui-btn-play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_play.png) no-repeat center center;
  background-size: contain;
}
.ui-btn-play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_stop.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
}

.ui-time-now {
  position: absolute;
  bottom: -32px;
  left: 99px;
  font-size: 12px;
  color: #909090 !important;
}
@media screen and (max-width: 960px) {
  .ui-time-now {
    bottom: -26px;
    left: 0px;
    font-size: 10px;
  }
}

.ui-time-total {
  position: absolute;
  bottom: -32px;
  right: 0;
  font-size: 12px;
  color: #909090 !important;
}
@media screen and (max-width: 960px) {
  .ui-time-total {
    bottom: -26px;
    font-size: 10px;
  }
}

.ui-seekbar-time {
  height: 6px !important;
  padding: 4px 0 !important;
  margin-top: 7px;
  margin-top: 0 !important;
  margin-left: 99px;
}
@media screen and (max-width: 960px) {
  .ui-seekbar-time {
    margin-left: 0;
  }
}
.ui-seekbar-time-bg {
  height: 6px !important;
  background-color: #909090 !important;
}
.ui-seekbar-time span {
  height: 6px !important;
  position: relative;
  background-color: #e1e3e2 !important;
}