@charset "UTF-8";
.p-header {
  z-index: 999;
  flex-shrink: 0;
  border-radius: 0;
  margin: 0 auto;
  transition: top 0.2s ease, width 0.2s ease, border-radius 0.2s ease;
  width: 100%;
  will-change: width, top, border-radius;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.p-header__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
}
.p-header--event-scroll {
  top: 20px;
  width: min(90vw, 1400px);
  margin: 0 auto;
  border-radius: 10px;
}
@media screen and (min-width: 1440px) {
  .p-header--event-scroll {
    width: min(78.58vw, 1400px);
  }
}
.p-header--event-scroll-end {
  transition: none !important;
}
@media screen and (max-width: 749.9px) {
  .p-header__pc {
    display: none;
  }
}

.p-header-sub-menu {
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  flex-shrink: 0;
  will-change: width, top, border-radius;
  transition: top 0.3s ease;
}
@media screen and (min-width: 750px) {
  .p-header-sub-menu {
    position: sticky;
    top: 64px;
  }
}
.p-header-sub-menu--event-scroll {
  top: 84px;
  width: min(90vw, 1400px);
  margin: 0 auto;
  border-radius: 10px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
@media screen and (min-width: 1440px) {
  .p-header-sub-menu--event-scroll {
    width: min(78.58vw, 1400px);
  }
}
.p-header-sub-menu--event-scroll-end {
  transition: none !important;
}

.p-header-notification {
  position: relative;
  display: none;
}
@media screen and (min-width: 750px) {
  .p-header-notification {
    display: block;
  }
}

.p-search {
  width: 440px;
  height: 32px;
  border: 1px solid #414847;
  border-radius: 9999px;
}
@media screen and (max-width: 750px) {
  .p-search {
    display: none;
  }
}
.p-search__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.p-search__input {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.p-search__button {
  padding-left: 20px;
  border-left: 1px solid #414847;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.p-search__button img {
  width: 17px;
  height: 18px;
}

.p-header-tool {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
}

.p-header-point {
  font-size: 0.75rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .p-header-point {
    display: none;
  }
}
.p-header-point__label {
  display: inline-block;
  margin-right: 12px;
}
.p-header-point__amount {
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 8px;
}
.p-header-point__unit {
  display: inline-block;
}
.p-header-point--event-scroll {
  display: none;
}

.has-side-menu.js-has-side-menu--is-open .pc-overlay {
  z-index: 1000;
}

.p-top-page .p-nav {
  z-index: 0;
}

@media screen and (min-width: 1200px) {
  html.js-side-menu-preopen .p-nav {
    width: 260px;
  }
  html.js-side-menu-preopen .p-nav .p-nav__header {
    justify-content: end;
  }
  html.js-side-menu-preopen .p-nav .p-nav__button {
    transform: rotate(0);
  }
  html.js-side-menu-preopen .p-nav .p-nav__info {
    margin: 10px 0 26px 0;
  }
  html.js-side-menu-preopen .p-nav .p-nav__info__collapse {
    display: initial;
  }
  html.js-side-menu-preopen .p-nav .p-nav__info__collapse-block {
    display: block;
    padding: 0;
  }
  html.js-side-menu-preopen .p-nav .p-nav__service {
    display: block;
  }
  html.js-side-menu-preopen .p-nav .p-nav__link {
    display: block;
  }
  html.js-side-menu-preopen .p-nav .p-nav__note {
    display: block;
  }
}

.p-nav {
  display: none;
  position: fixed;
  top: 60px;
  width: 60px;
  background-color: #121b24;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .p-nav {
    display: block;
  }
}
.p-nav.pc-base {
  top: 0;
  padding-top: 90px;
}
.p-nav.pc-overlay {
  display: none;
  position: fixed;
  height: 100%;
  top: 0;
  padding-top: 90px;
  z-index: 990;
}
.p-nav--is-open {
  position: fixed;
  top: 60px;
}
.p-nav--is-open .p-nav__info__title:hover {
  background: transparent;
}
.p-nav--is-open .p-nav__info__title a {
  cursor: default;
}
.p-nav--is-open .p-nav__info__title-highlight {
  cursor: pointer;
}
.p-nav--is-open .p-nav__info__title-highlight:hover {
  background-color: #253443 !important;
}
.p-nav--is-open .p-nav__info__highlight__lottery, .p-nav--is-open .p-nav__info__highlight__purchase-goods {
  cursor: pointer !important;
}
@media screen and (min-width: 1200px) {
  .p-nav--is-open {
    width: 260px;
  }
  .p-nav--is-open .p-nav__header {
    justify-content: end;
  }
  .p-nav--is-open .p-nav__button {
    transform: rotate(0);
  }
  .p-nav--is-open .p-nav__info {
    margin: 10px 0 26px 0;
  }
  .p-nav--is-open .p-nav__info__collapse {
    display: initial;
  }
  .p-nav--is-open .p-nav__info__collapse-block {
    display: block;
    padding: 0;
  }
  .p-nav--is-open .p-nav__service {
    display: block;
  }
  .p-nav--is-open .p-nav__link {
    display: block;
  }
  .p-nav--is-open .p-nav__note {
    display: block;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199.9px) {
  .p-nav--is-open.pc-overlay {
    display: block;
    width: 260px;
  }
  .p-nav--is-open.pc-overlay .p-nav__header {
    justify-content: end;
  }
  .p-nav--is-open.pc-overlay .p-nav__button {
    transform: rotate(0);
  }
  .p-nav--is-open.pc-overlay .p-nav__info {
    margin: 10px 0 26px 0;
  }
  .p-nav--is-open.pc-overlay .p-nav__info__collapse {
    display: initial;
  }
  .p-nav--is-open.pc-overlay .p-nav__info__collapse-block {
    display: block;
    padding: 0;
  }
  .p-nav--is-open.pc-overlay .p-nav__service {
    display: block;
  }
  .p-nav--is-open.pc-overlay .p-nav__link {
    display: block;
  }
  .p-nav--is-open.pc-overlay .p-nav__note {
    display: block;
  }
}
.p-nav__header {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 12px;
  cursor: pointer;
}
.p-nav__button {
  transform: rotate(180deg);
}
.p-nav__wrapper {
  height: 100vh;
  padding: 0 14px 330px;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
}
.p-nav__wrapper::-webkit-scrollbar {
  display: none;
}
.p-nav__border {
  border-top: 1px solid #414847;
}
.p-nav__info {
  display: flex;
  margin: 10px 0 0 0;
}
.p-nav__info ul {
  margin-top: 3px;
  width: 100%;
}
.p-nav__info ul li {
  padding: 7px 0 7px 9px;
  margin-bottom: 6px;
  font-size: 12px;
}
.p-nav__info ul li span {
  font-size: 14px;
}
.p-nav__info__title {
  border-radius: 20px;
}
.p-nav__info__title:hover {
  background-color: #253443;
}
.p-nav__info__title a {
  display: block;
  cursor: pointer;
}
.p-nav__info__title__purchase-history, .p-nav__info__title__lottery {
  padding-left: 4px !important;
}
.p-nav__info__title__follow {
  padding-left: 7px !important;
}
.p-nav__info__title__digital-goods {
  padding-left: 2px !important;
}
.p-nav__info__icon-menu {
  width: 14px;
  margin: 0 10px 0 0;
}
.p-nav__info__icon-menu__purchase-history, .p-nav__info__icon-menu__lottery {
  width: 23px;
  margin: 0 6px 0 0;
}
.p-nav__info__icon-menu__follow {
  width: 20px;
  margin: 0 6px 0 0;
}
.p-nav__info__icon-live {
  width: 19px;
  margin: 0 4px 0 0;
}
.p-nav__info__collapse {
  display: none;
}
.p-nav__info__highlight {
  position: relative;
}
.p-nav__info__vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-nav__info__group-name {
  margin: 0 0 0 20px;
}
.p-nav__info__line-clamp1 {
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.p-nav__info__line-clamp1 a, .p-nav__info__line-clamp1-with-padding {
  display: block;
  padding: 7px 0 7px 16px;
  border-radius: 9999px;
}
.p-nav__info__line-clamp1 a:hover, .p-nav__info__line-clamp1-with-padding:hover {
  background-color: #253443;
}
.p-nav__info__line-clamp1 a {
  border-radius: 20px;
}
.p-nav__info__line-clamp1-with-padding {
  padding: 7px 0 7px 16px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-nav__info__more {
  display: block;
  border: 1px solid #414847;
  border-radius: 15px;
  text-align: center;
  padding: 4px 0;
  font-size: 12px;
}
.p-nav__info__more > img {
  width: 9px;
  vertical-align: middle;
}
.p-nav__info__more:hover {
  background-color: #364554;
}
.p-nav__service {
  display: none;
  padding: 32px 0;
}
.p-nav__link {
  display: none;
  border-top: 1px solid #414847;
  padding: 32px 0;
}
.p-nav__link ul {
  font-size: 0.8125rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.p-nav__note {
  display: none;
  border-top: 1px solid #414847;
  border-bottom: 1px solid #414847;
  padding: 32px 0;
  margin-bottom: 20px;
}
.p-nav__note p {
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #646464;
}

body.p-side-menu-sp__body {
  overflow-y: hidden;
}
@media screen and (min-width: 750px) {
  body.p-side-menu-sp__body {
    overflow-y: initial;
  }
}

.p-side-menu-sp {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 30;
  width: 100vw;
  height: 100dvh;
  background-color: #182531;
  overflow-y: auto;
}
.p-side-menu-sp--is-open {
  display: block;
}
@media screen and (min-width: 750px) {
  .p-side-menu-sp--is-open {
    display: none;
  }
}
.p-side-menu-sp__wrapper {
  width: 100%;
  border-radius: 0 0 16px 16px;
  background-color: #182531;
  line-height: 1.5;
}
.p-side-menu-sp__toggle-button {
  display: block;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1030;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #5efce8;
  border-radius: 50%;
}
@media screen and (min-width: 750px) {
  .p-side-menu-sp__toggle-button {
    display: none;
  }
}
.p-side-menu-sp__toggle-button:hover {
  background-color: #aefff5;
}
.p-side-menu-sp__toggle-button .close {
  display: none;
  filter: invert(1);
}
.p-side-menu-sp__toggle-button__is-open .open {
  display: none;
}
.p-side-menu-sp__toggle-button__is-open .close {
  display: block;
}
.p-side-menu-sp__toggle-button__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-side-menu-sp__toggle-button__wrapper > img {
  width: 25px;
}
.p-side-menu-sp__header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: flex-end;
  padding: 29px;
  background-color: #182531;
}
@media screen and (min-width: 750px) {
  .p-side-menu-sp__header {
    display: none;
  }
}
.p-side-menu-sp__info {
  display: flex;
  padding: 15px 0px 15px 10px;
  border-radius: 30px;
}
.p-side-menu-sp__info__wrapper {
  margin: 0 40px;
  padding: 7px 0 7px 0px;
  position: relative;
}
.p-side-menu-sp__info div img {
  width: 19px;
}
.p-side-menu-sp__info li {
  color: #fff;
  padding: 0 12px;
  font-size: 1.1875rem;
}
.p-side-menu-sp__info li > a {
  display: block;
  line-height: 40px;
}
.p-side-menu-sp__info__group-name {
  margin: 0 0 15px 25px;
}
.p-side-menu-sp__info__highlight a {
  display: block;
  border-radius: 20px;
  padding: 7px 0;
  position: relative;
}
.p-side-menu-sp__info__highlight a:hover {
  background-color: #253443;
}
.p-side-menu-sp__info__highlight a img {
  vertical-align: middle;
}
.p-side-menu-sp__info__highlight-with-border-radius a {
  border-radius: 9999px;
}
.p-side-menu-sp__info__vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-side-menu-sp__info__line-clamp1 {
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.p-side-menu-sp__info__line-clamp1-with-padding {
  padding: 7px 0 7px 20px;
}
.p-side-menu-sp__info__more {
  display: block;
  border: 1px solid #414847;
  border-radius: 15px;
  text-align: center;
  margin: 20px 0 20px 32px;
  padding: 4px 0;
  font-size: 1.125rem;
}
.p-side-menu-sp__info__more > img {
  width: 9px;
  vertical-align: middle;
}
.p-side-menu-sp__info__more:hover {
  background-color: #364554;
}
.p-side-menu-sp__info__purchase-history {
  padding: 15px 0px 15px 5px;
}
.p-side-menu-sp__info__purchase-history div img {
  width: 25px;
}
.p-side-menu-sp__info__lottery, .p-side-menu-sp__info__follow {
  padding: 15px 0px 15px 7px;
}
.p-side-menu-sp__info__lottery div img, .p-side-menu-sp__info__follow div img {
  width: 25px;
}
.p-side-menu-sp__border {
  margin: 0 40px;
  border-top: 1px solid #414847;
}
.p-side-menu-sp__service {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 65px;
  border: 1px solid #414847;
  margin: 32px 40px;
}
.p-side-menu-sp__service a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}
.p-side-menu-sp__service:hover a {
  background-color: #364554;
}
.p-side-menu-sp__link {
  position: relative;
  margin: 0 40px;
  padding: 12px 0;
  border-bottom: 1px solid #414847;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-side-menu-sp__link li {
  color: #fff;
  margin: 0 12px 30px 12px;
  font-size: 1rem;
}
.p-side-menu-sp__link li > a {
  display: block;
}
.p-side-menu-sp__note {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 1rem;
  color: #646464;
  margin: 0 50px;
  padding: 29px 0;
  border-bottom: 1px solid #414847;
  line-height: 27px;
}
.p-side-menu-sp__license {
  display: flex;
  gap: 8px;
  flex-direction: column;
  border-bottom: 1px solid #414847;
  margin: 0px 50px;
  padding: 30px 0;
}
.p-side-menu-sp__license > div {
  display: flex;
  margin: 12px 10px;
}
.p-side-menu-sp__license__left {
  margin-right: 20px;
}
.p-side-menu-sp__license__right {
  flex: 1;
}
.p-side-menu-sp__license img {
  width: 62px;
}
.p-side-menu-sp__license p {
  color: #fff;
  line-height: 1.8;
  font-size: 0.9375rem;
}
.p-side-menu-sp__copyright {
  text-align: center;
  margin: 50px 0px;
}

.p-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #03111e;
  margin-top: auto;
  padding: 48px 0;
  z-index: 1000;
}
@media screen and (min-width: 750px) {
  .p-footer {
    padding: 24px 0;
  }
}
@media screen and (max-width: 750px) {
  .p-footer {
    z-index: 0 !important;
  }
}
@media screen and (min-width: 750px) {
  .p-footer__menu-area {
    margin: 0 50px;
  }
}
.p-footer__menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.8125rem;
}
.p-footer__menu > li {
  padding-left: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  color: #fff;
  border-bottom: 1px solid #414847;
}
@media screen and (min-width: 750px) {
  .p-footer__menu > li {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
}
.p-footer__menu > li:last-child {
  padding-bottom: 0;
  border: none;
}
@media screen and (min-width: 750px) {
  .p-footer__menu {
    margin-bottom: 24px;
    gap: 16px;
    flex-direction: row;
  }
}
.p-footer__menu:first-child {
  border-bottom: 1px solid #414847;
  margin-bottom: 16px;
}
@media screen and (min-width: 750px) {
  .p-footer__menu:first-child {
    border: none;
  }
}
.p-footer__service {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.p-footer__service > .c-zan-service {
  width: 260px;
}
.p-footer__note {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 0 16px;
  font-size: 0.6875rem;
  color: #646464;
}
.p-footer__note-pc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 0 16px;
  font-size: 0.6875rem;
  color: #646464;
}
@media screen and (min-width: 1040px) {
  .p-footer__note-pc {
    padding: 0;
    margin: 10px 0 0 0;
  }
}
.p-footer__wrapper {
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1040px) {
  .p-footer__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-footer__license {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding-bottom: 16px;
}
@media screen and (min-width: 1040px) {
  .p-footer__license {
    flex-direction: row;
    padding: 0;
  }
}
@media screen and (min-width: 1040px) {
  .p-footer__license-pc {
    flex-direction: row;
  }
}
.p-footer__license-wrapper {
  display: none;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .p-footer__license-wrapper {
    display: flex;
  }
}
@media screen and (min-width: 1040px) {
  .p-footer__license-wrapper {
    display: flex;
    align-items: normal;
  }
}
.p-footer__copyright {
  text-align: center;
}
@media screen and (min-width: 1040px) {
  .p-footer__copyright {
    text-align: inherit;
  }
}

.p-container {
  display: flex;
}
.p-container__maintenance {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}
@media screen and (min-width: 750px) {
  .p-container {
    flex: 1;
    position: relative;
  }
}

.p-session {
  margin-bottom: 48px;
  padding: 0 8px;
}
@media screen and (min-width: 750px) {
  .p-session {
    padding: 0;
  }
}
.p-session.is-default-kv {
  margin: 0 auto;
}
main.has-side-menu .p-session.is-default-kv {
  max-width: 1340px;
}
main.js-has-side-menu--is-open .p-session.is-default-kv {
  max-width: 1140px;
}
.p-session--p0 {
  padding: 0 !important;
}
.p-session__wrapper {
  padding-top: 24px;
}
.p-session__wrapper.hidden {
  display: none;
}
@media screen and (max-width: 749px) {
  .p-channel-ondemandvods .p-session__wrapper {
    padding-top: 0;
  }
}
.p-session__more {
  margin: 16px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.p-session__more::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #414847;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.p-session__more.invisible {
  transition: none;
  opacity: 0;
  pointer-events: none;
}
.p-session__more.fadeout {
  transition: 200ms;
  opacity: 0;
  top: 50px;
}
.p-session__more.hidden {
  display: none;
}
@media screen and (min-width: 750px) {
  .p-session__top-mainvisual {
    margin-top: 40px;
  }
}
.p-session__top {
  margin-top: 38px;
}
.p-session__top--mx10 {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 750px) {
  .p-session__top--mx10 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 750px) {
  .p-session__top--mt-32 {
    margin-top: -32px !important;
  }
}
@media screen and (min-width: 750px) {
  .p-session__top {
    margin-top: 0px;
  }
}
.p-session__news {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-session__news {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-session__home-change_profile {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-session__home-change_profile {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-session__payment-checkout {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-session__payment-checkout {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-session__payment-buy-ticket {
  margin: 50px 10px;
}
@media screen and (min-width: 750px) {
  .p-session__payment-buy-ticket {
    margin: 30px 48px;
  }
}
.p-session__payment-buy-ticket-complete {
  margin: 50px 10px;
}
@media screen and (min-width: 750px) {
  .p-session__payment-buy-ticket-complete {
    margin: 30px 48px;
  }
}
.p-session__payment-history {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-session__payment-history {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-session__follow {
  margin-top: 50px;
}
@media screen and (max-width: 749.9px) {
  .p-session__follow {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-session__digital-goods {
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-session__digital-goods {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-session__common_message {
  margin: 50px 10px;
}
@media screen and (min-width: 750px) {
  .p-session__common_message {
    margin: 30px 48px;
  }
}
.p-session__common_not_found {
  margin: 50px 10px;
}
@media screen and (min-width: 750px) {
  .p-session__common_not_found {
    margin: 30px 48px;
  }
}
.p-session__maintenance {
  margin: 50px 10px;
}
@media screen and (min-width: 750px) {
  .p-session__maintenance {
    margin: 30px 48px;
  }
}
.p-session__on_demand_header {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.p-session__on_demand_header .p-previous-events__header {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}
.p-session__on_demand_header .p-previous-events__header-indicator {
  width: 7px;
  height: 28px;
  background-color: #2ee5db;
  flex-shrink: 0;
}
.p-session__on_demand_header .p-previous-events__header .c-headline {
  color: #ffffff;
  font-weight: 300;
  background: none;
  -webkit-text-fill-color: #ffffff;
  font-weight: bold;
  filter: none;
}
@media screen and (max-width: 749px) {
  .p-session__on_demand_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 0;
  }
  .p-session__on_demand_header .p-previous-events__header .c-headline {
    font-size: 18px;
  }
  .p-session__on_demand_header .c-button {
    display: none;
  }
}
.p-session__on_demand_footer {
  display: none;
}
@media screen and (max-width: 749px) {
  .p-session__on_demand_footer {
    display: flex;
    justify-content: center;
    margin-top: 16px; /* spacing from carousel/cards */
  }
  .p-session__on_demand_footer .c-button {
    width: 50vw;
    height: 11vw;
    min-width: 0;
    font-weight: bold;
    font-size: small;
    margin-top: 1vh;
  }
}

.p-header-avatar {
  position: relative;
}
.p-header-avatar > img {
  cursor: pointer;
  width: 34px;
  height: 34px;
  pointer-events: inherit;
}
.p-header-avatar--no-auth {
  display: block;
}
@media screen and (min-width: 750px) {
  .p-header-avatar--no-auth {
    display: none;
  }
}
.p-header-avatar--notification::after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  right: -2px;
  width: 8px;
  height: 8px;
  background-color: #EF2121;
  border-radius: 50%;
}
@media screen and (min-width: 750px) {
  .p-header-avatar--notification::after {
    display: none;
  }
}
.p-header-avatar__no-auth-icon {
  background: url(/static/img/v2/icon/icon_header_avatar.png) no-repeat center;
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  background-color: #223241;
  cursor: pointer;
}
.p-header-avatar__no-auth-icon:hover {
  background-color: #364554;
}

.p-header-auth {
  align-items: center;
  gap: 8px;
  display: none;
}
@media screen and (min-width: 750px) {
  .p-header-auth {
    display: flex;
  }
}
.p-header-auth--event-scroll {
  display: none;
}

@media screen and (max-width: 750px) {
  body.p-user-menu--is-open {
    overflow-y: hidden;
  }
}
@media screen and (max-width: 750px) {
  body.p-user-menu-attendee-status--is-open {
    overflow-y: hidden;
  }
}

.p-user-menu {
  position: absolute;
  right: 0;
  display: none;
  width: calc(100vw - var(--browserScrollbarWidthPx));
  height: 100vh;
  height: 100dvh;
  background-color: #182531;
  overflow-y: auto;
}
@media screen and (min-width: 750px) {
  .p-user-menu {
    right: 26px;
    background-color: transparent;
    border-radius: 16px;
    width: 280px;
    height: calc(100vh - 60px);
    left: unset;
  }
}
.p-user-menu--is-open {
  display: block !important;
}
.p-user-menu__wrapper {
  width: 100%;
  border-radius: 0 0 16px 16px;
  background-color: #182531;
}
@media screen and (min-width: 750px) {
  .p-user-menu__wrapper {
    border-radius: 16px;
    box-shadow: 0px 8px 30px 0px rgba(26, 26, 26, 0.46);
  }
}
.p-user-menu__close {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  background-color: #182531;
}
.p-user-menu__close > img {
  pointer-events: auto !important;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .p-user-menu__close {
    display: none;
  }
}
.p-user-menu__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #414847;
  margin: 0 40px;
  padding: 16px;
}
@media screen and (min-width: 750px) {
  .p-user-menu__profile {
    flex-direction: row;
    margin: 0;
  }
}
.p-user-menu__profile > img {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 20px;
}
@media screen and (min-width: 750px) {
  .p-user-menu__profile > img {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
  }
}
.p-user-menu__profile > ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-user-menu__profile > ul > li {
  overflow-wrap: break-word;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 750px) {
  .p-user-menu__profile > ul > li {
    text-align: left;
  }
}
.p-user-menu__list {
  margin: 0 40px;
  padding: 12px 0px;
  border-bottom: 1px solid #414847;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 750px) {
  .p-user-menu__list {
    margin: 0;
    padding: 12px 12px;
  }
}
.p-user-menu__list > li {
  color: #fff;
  padding: 0 12px;
  font-size: 0.875rem;
}
.p-user-menu__list > li > a {
  display: block;
  line-height: 40px;
}
@media screen and (min-width: 750px) {
  .p-user-menu__list > li {
    padding: 0 24px;
  }
}
.p-user-menu__list li:hover {
  border-radius: 9999px;
  background-color: #121C25;
}
.p-user-menu__mypage {
  margin: 0 40px;
  padding: 12px 0;
  border-bottom: 1px solid #414847;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 750px) {
  .p-user-menu__mypage {
    margin: 0;
    padding: 12px 12px;
  }
}
.p-user-menu__mypage > li {
  color: #fff;
  padding: 0 12px;
  font-size: 0.875rem;
}
.p-user-menu__mypage > li > a {
  display: block;
  line-height: 40px;
}
@media screen and (min-width: 750px) {
  .p-user-menu__mypage > li {
    padding: 0 24px;
  }
}
.p-user-menu__mypage li:hover {
  border-radius: 9999px;
  background-color: #121C25;
}
.p-user-menu__mypage-item {
  position: relative;
}
.p-user-menu__mypage-item--notification::after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  background-color: #EF2121;
  border-radius: 50%;
}
@media screen and (min-width: 750px) {
  .p-user-menu__mypage-item--notification::after {
    display: none;
  }
}
.p-user-menu__lang-setting {
  margin: 0 40px;
  padding: 12px 0;
  border-bottom: 1px solid #414847;
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .p-user-menu__lang-setting {
    margin: 0;
    padding: 12px 12px;
  }
}
.p-user-menu__lang-setting > li {
  background: url(/static/img/v2/icon/icon_language.png) no-repeat left 12px center;
  color: #fff;
  padding-left: 46px;
  line-height: 40px;
  font-size: 0.875rem;
}
@media screen and (min-width: 750px) {
  .p-user-menu__lang-setting > li {
    background: url(/static/img/v2/icon/icon_language.png) no-repeat left 22px center;
    padding-left: 54px;
  }
}
.p-user-menu__lang-setting li:hover {
  border-radius: 9999px;
  background-color: #121C25;
}
.p-user-menu__supervisor-attendee-permissions-status {
  margin: 0 40px;
  padding: 12px 0;
  border-bottom: 1px solid #414847;
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .p-user-menu__supervisor-attendee-permissions-status {
    margin: 0;
    padding: 12px 12px;
  }
}
.p-user-menu__supervisor-attendee-permissions-status > li {
  color: #fff;
  padding: 0 12px;
  line-height: 40px;
  font-size: 0.875rem;
}
@media screen and (min-width: 750px) {
  .p-user-menu__supervisor-attendee-permissions-status > li {
    padding: 0 24px;
  }
}
.p-user-menu__supervisor-attendee-permissions-status li:hover {
  border-radius: 9999px;
  background-color: #121C25;
}
.p-user-menu__login {
  display: none;
}
@media screen and (min-width: 750px) {
  .p-user-menu__login {
    padding: 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}
.p-user-menu__login > li {
  color: #fff;
  font-size: 0.875rem;
}
.p-user-menu__login > li > a {
  display: block;
  line-height: 40px;
}
@media screen and (min-width: 750px) {
  .p-user-menu__login > li > a {
    padding: 0 24px;
  }
}
.p-user-menu__login li:hover {
  border-radius: 9999px;
  background-color: #121C25;
}
.p-user-menu__logout {
  margin: 0 40px;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 750px) {
  .p-user-menu__logout {
    margin: 0;
    padding: 12px 12px;
  }
}
.p-user-menu__logout > li {
  color: #fff;
  padding: 0 12px;
  font-size: 0.875rem;
}
.p-user-menu__logout > li > a {
  display: block;
  line-height: 40px;
}
@media screen and (min-width: 750px) {
  .p-user-menu__logout > li {
    padding: 0 24px;
  }
}
.p-user-menu__logout li:hover {
  border-radius: 9999px;
  background-color: #121C25;
}
.p-user-menu__no-auth {
  margin: 0 40px;
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 750px) {
  .p-user-menu__no-auth {
    display: none;
  }
}
.p-user-menu__no-auth .c-button {
  width: 100%;
  height: 46px;
  font-size: 0.875rem;
}
.p-user-menu__link-navi-right {
  position: relative;
}
.p-user-menu__link-navi-right::before {
  content: "";
  background: url(/static/img/v2/icon/icon_menu_link_navi.png) no-repeat;
  background-size: 6px 12px;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
}
.p-user-menu__link-navi-left {
  position: relative;
  width: 40px;
  height: 40px;
}
.p-user-menu__link-navi-left::before {
  content: "";
  background: url(/static/img/v2/icon/icon_menu_link_navi.png) no-repeat;
  background-size: 6px 12px;
  width: 6px;
  height: 12px;
  transform: scale(-1, 1);
  position: absolute;
  top: 0;
  left: 17px;
  bottom: 0;
  margin: auto;
}
.p-user-menu__link-navi-left:hover {
  border-radius: 10px;
  background-color: #121C25;
}

.p-user-menu-attendee-status {
  position: absolute;
  right: 0;
  display: none;
  width: calc(100vw - var(--browserScrollbarWidthPx));
  height: 100vh;
  height: 100dvh;
  background-color: #182531;
  overflow-y: auto;
}
@media screen and (min-width: 750px) {
  .p-user-menu-attendee-status {
    right: 26px;
    background-color: transparent;
    border-radius: 16px;
    width: 280px;
    height: calc(100vh - 60px);
  }
}
.p-user-menu-attendee-status--is-open {
  display: block !important;
}
.p-user-menu-attendee-status__wrapper {
  width: 100%;
  border-radius: 0 0 16px 16px;
  background-color: #182531;
}
@media screen and (min-width: 750px) {
  .p-user-menu-attendee-status__wrapper {
    border-radius: 16px;
    box-shadow: 0px 8px 30px 0px rgba(26, 26, 26, 0.46);
  }
}
.p-user-menu-attendee-status__select-title {
  margin: 0 40px;
  padding: 12px 0;
  line-height: 40px;
  border-bottom: 1px solid #414847;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .p-user-menu-attendee-status__select-title {
    margin: 0;
    padding: 12px 12px;
  }
}
.p-user-menu-attendee-status__title {
  margin: auto;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 750px) {
  .p-user-menu-attendee-status__title {
    margin: unset;
    padding-left: 50px;
  }
}
.p-user-menu-attendee-status__list {
  margin: 0 40px;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 750px) {
  .p-user-menu-attendee-status__list {
    margin: 0;
    padding: 12px 12px;
  }
}
.p-user-menu-attendee-status__list > li {
  color: #fff;
  line-height: 40px;
  padding: 0 12px;
  font-size: 0.875rem;
}
@media screen and (min-width: 750px) {
  .p-user-menu-attendee-status__list > li {
    padding: 0 24px;
  }
}
.p-user-menu-attendee-status__list > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-user-menu-attendee-status__list li:hover {
  border-radius: 9999px;
  background-color: #121C25;
}
.p-user-menu-attendee-status__list--empty {
  color: #999;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 750px) {
  body.p-user-menu-language--is-open {
    overflow-y: hidden;
  }
}

.p-user-menu-language {
  position: absolute;
  right: 0;
  display: none;
  width: calc(100vw - var(--browserScrollbarWidthPx));
  height: 100vh;
  height: 100dvh;
  background-color: #182531;
  overflow-y: auto;
}
@media screen and (min-width: 750px) {
  .p-user-menu-language {
    right: 26px;
    background-color: transparent;
    border-radius: 16px;
    width: 280px;
    height: calc(100vh - 60px);
  }
}
.p-user-menu-language--is-open {
  display: block !important;
}
.p-user-menu-language__wrapper {
  width: 100%;
  border-radius: 0 0 16px 16px;
  background-color: #182531;
}
@media screen and (min-width: 750px) {
  .p-user-menu-language__wrapper {
    border-radius: 16px;
    box-shadow: 0px 8px 30px 0px rgba(26, 26, 26, 0.46);
  }
}
.p-user-menu-language__select-lang {
  margin: 0 40px;
  padding: 12px 0;
  line-height: 40px;
  border-bottom: 1px solid #414847;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .p-user-menu-language__select-lang {
    margin: 0;
    padding: 12px 12px;
  }
}
.p-user-menu-language__title {
  margin: auto;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 750px) {
  .p-user-menu-language__title {
    margin: unset;
    padding-left: 50px;
  }
}
.p-user-menu-language__list {
  margin: 0 40px;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 750px) {
  .p-user-menu-language__list {
    margin: 0;
    padding: 12px 12px;
  }
}
.p-user-menu-language__list > li {
  color: #fff;
  line-height: 40px;
  padding: 0 12px;
  font-size: 0.875rem;
}
@media screen and (min-width: 750px) {
  .p-user-menu-language__list > li {
    padding: 0 24px;
  }
}
.p-user-menu-language__list li:hover {
  border-radius: 9999px;
  background-color: #121C25;
}

.c-zan-logo {
  width: 53px;
  height: 20px;
  background: url("/static/img/v2/logo/logo_zan.png") no-repeat;
  text-indent: -9999px;
  background-size: contain;
}

.c-notification {
  display: block;
}
.c-notification__icon {
  width: 24px;
  height: 24px;
}
.c-notification__bubble {
  position: absolute;
  display: inline-flex;
  height: 26px;
  width: 180px;
  left: 50%;
  top: 36px;
  align-items: center;
  justify-content: center;
  background-color: #3d4a56;
  line-height: 0;
  padding: 8px 10px;
  transform: translateX(-50%);
  font-size: 0.75rem;
}
.c-notification__bubble::after {
  content: "";
  position: absolute;
  right: 0;
  top: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #3d4a56 transparent transparent transparent;
  border-width: 9px 6px 0 6px;
  transform: rotate(180deg);
}

.c-zan-service {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  border: 1px solid #414847;
}
.c-zan-service a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}
.c-zan-service:hover a {
  background-color: #364554;
}

.c-license {
  display: flex;
  align-items: center;
}
.c-license img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  min-width: 40px;
}
.c-license div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 920px) {
  .c-license div {
    flex-direction: row;
  }
}
.c-license p {
  font-size: 0.6875rem;
  color: #fff;
  line-height: 1.5;
}

.c-copyright {
  font-size: 0.6875rem;
}

.c-headline {
  color: #FF8C00;
  background: linear-gradient(0, #c3f35b, #2ee5db 68%, #36b5ae);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.375rem;
  font-weight: bold;
  text-shadow: none;
  filter: drop-shadow(1px 1px 1.5px rgba(0, 0, 0, 0.3));
  line-height: 1.5;
}

.p-faqheadline.c-headline {
  color: #FF8C00;
  background: linear-gradient(0, #c3f35b, #2ee5db 68%, #36b5ae);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 15px 0px 0px 5px;
  font-size: 1.375rem;
  font-weight: bold;
  filter: drop-shadow(1px 1px 1.5px rgba(0, 0, 0, 0.3));
}

@media screen and (min-width: 750px) {
  .p-faqheadline.c-headline {
    margin-top: 20px;
  }
}
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 24px;
  padding: 0 14px;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 500;
  text-shadow: none;
}
@media screen and (min-width: 750px) {
  .c-button {
    min-width: 104px;
    height: 32px;
    padding: 0 28px;
    font-size: 0.8125rem;
  }
}
.c-button--primary {
  background-color: #5efce8;
  color: #121212;
}
.c-button--primary:hover {
  background-color: #aefff5;
}
.c-button--secondary {
  background-color: #283643;
  color: #fff;
}
.c-button--secondary:hover {
  background-color: #364554;
}
.c-button--ghost {
  background-color: transparent;
  color: #5efce8;
  box-shadow: inset 0 0 0 1px #5efce8;
}
.c-button--ghost:hover {
  background-color: rgba(94, 252, 232, 0.1);
}
.c-button--outline {
  width: 220px;
  height: 46px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.c-button--disabled {
  background-color: #283643;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
  padding: 0 20px;
}
@media screen and (min-width: 750px) {
  .c-button--disabled {
    padding: 0 40px;
  }
}
.c-button--submit {
  margin-top: 65px;
  margin-bottom: 50px;
  height: 50px;
  font-size: 13px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 750px) {
  .c-button--submit {
    margin: 65px auto 75px auto;
    width: 15em;
  }
}
.c-button--submit input {
  width: 100%;
  height: 50px;
  border-radius: 9999px;
  margin: 0px auto 0px auto;
  text-align: center;
}
.c-button__follow-toggle {
  --ft-w: 60px; /* フォロー・アンフォローボタンの幅 */
  --ft-h: 26px; /* フォロー・アンフォローボタンの高さ */
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  min-width: var(--ft-w);
  height: var(--ft-h);
  padding: 0 10px;
  margin-left: 10px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #5efce8;
  cursor: pointer;
  /* フォロー中：テキスト非表示／画像表示 */
  /* 未フォロー（= 押せる状態）だけ色を当てる */
}
@media screen and (min-width: 750px) {
  .c-button__follow-toggle {
    --ft-h: 22px; /* PCでは少し縦に小さく */
  }
}
.c-button__follow-toggle__icon {
  display: none;
  width: 11px;
  height: 8px;
}
.c-button__follow-toggle__label {
  line-height: var(--ft-h);
  font-size: 10px;
}
.c-button__follow-toggle[aria-pressed=true] {
  background-color: #5efce8;
}
.c-button__follow-toggle[aria-pressed=true] .c-button__follow-toggle__label {
  display: none;
}
.c-button__follow-toggle[aria-pressed=true] .c-button__follow-toggle__icon {
  display: inline;
}
.c-button__follow-toggle[aria-pressed=true]:hover {
  background-color: #aefff5;
  box-shadow: inset 0 0 0 1px #aefff5;
}
.c-button__follow-toggle[aria-pressed=false] {
  color: #5efce8;
  background-color: transparent;
}
.c-button__follow-toggle[aria-pressed=false] .c-button__follow-toggle__label {
  display: inline;
}
.c-button__follow-toggle[aria-pressed=false] .c-button__follow-toggle__icon {
  display: none;
}
.c-button__follow-toggle[aria-pressed=false]:hover {
  background-color: rgba(94, 252, 232, 0.1);
}

.c-select-lang {
  display: flex;
  color: #9e9e9e;
  gap: 3px;
  align-items: center;
}
.c-select-lang__title {
  background-color: #182531;
  display: flex;
  border: none;
  font-size: 0.6875rem;
}
@media screen and (min-width: 750px) {
  .c-select-lang__title {
    font-size: 0.875rem;
  }
}
.c-select-lang__item {
  position: relative;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
}
.c-select-lang__item--selected {
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.c-select-lang__item--selected::before {
  content: "";
  background: url(/static/img/v2/icon/icon_check.png) no-repeat;
  background-size: 14px 9px;
  width: 14px;
  height: 9px;
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
}

.c-page-top-button {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1015;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #5efce8;
  border-radius: 50%;
}
@media screen and (min-width: 750px) {
  .c-page-top-button {
    bottom: 64px;
  }
}
@media (hover: hover) {
  .c-page-top-button:hover {
    background-color: #aefff5;
  }
}
.c-page-top-button__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-page-top-button__wrapper > img {
  width: 25px;
}
@media screen and (max-width: 749.99px) {
  .c-page-top-button__pc {
    display: none;
  }
}

.c-modal__noscroll {
  width: 100%;
  position: fixed;
  overflow-y: scroll;
}
.c-modal__scrollauto {
  overflow-y: auto;
}

#js-modal {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999992;
  overflow-y: hidden;
}

#js-modal * {
  box-sizing: border-box;
}

#modal-bg {
  display: none;
  z-index: 9999997;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}

#modal-frame {
  display: none;
  height: 100%;
  text-align: center;
  z-index: 9999998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
  overflow-y: auto;
}

#modal-frame::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modal-container {
  background: #182531;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.loadingLayer {
  display: none;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.modal-container .loadingLayer {
  border-radius: 10px;
}

.loadingShow {
  display: flex;
  align-items: center;
}

.loadingLayer .loader {
  margin: 10px auto;
  /* margin: 100px auto; */
  /* font-size: 25px; */
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.c-error-message {
  color: #e60000;
  font-size: 12px;
  margin-top: 15px;
  display: block;
  font-weight: 400;
}

.p-face-checkin-access-code-input__wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-face-checkin-access-code-input__wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-face-checkin-access-code-input__section {
  padding: 0px 15px;
}
@media screen and (max-width: 750px) {
  .p-face-checkin-access-code-input__section {
    padding: 0;
  }
}
.p-face-checkin-access-code-input__detail {
  border: 1px solid #414847;
  border-radius: 8px;
  margin: 55px auto 48px auto;
  padding: 20px 20px;
}
@media screen and (max-width: 750px) {
  .p-face-checkin-access-code-input__detail {
    margin: 20px auto 48px auto;
  }
}
.p-face-checkin-access-code-input__description {
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #939393;
}
.p-face-checkin-access-code-input__error {
  text-align: center;
  margin-bottom: 20px;
}
.p-face-checkin-access-code-input__block {
  border-bottom: 1px solid #414847;
  padding-bottom: 60px;
}
.p-face-checkin-access-code-input__block:last-child {
  border-bottom: none;
}
.p-face-checkin-access-code-input__block .c-button.c-button--submit {
  margin: 20px auto 20px auto;
}
.p-face-checkin-access-code-input__info {
  padding: 40px 0 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.p-face-checkin-access-code-input__button {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.p-face-checkin-access-code-input__button a, .p-face-checkin-access-code-input__button input {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 17px 0;
  cursor: pointer;
}
.p-face-checkin-access-code-input__button:hover {
  background-color: #aefff5;
}
.p-face-checkin-access-code-input__button:active {
  background-color: #4dd9c7;
}
.p-face-checkin-access-code-input__input {
  border: 0.8px solid #414847;
  background-color: #03111e;
  display: block;
  margin: 35px auto 20px auto;
  color: #fff;
  text-align: left;
  width: 100%;
  font-size: 13px;
  padding: 24px;
  height: 56px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media screen and (min-width: 749.9px) {
  .p-face-checkin-access-code-input__input {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .p-face-checkin-access-code-input__input {
    margin: 0;
    margin-top: 10px;
    width: 100%;
  }
}
.p-face-checkin-access-code-input__input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #03111e inset;
  -webkit-text-fill-color: #fff;
}
.p-face-checkin-access-code-input__input:hover {
  background-color: #364554;
  color: #939393;
}
.p-face-checkin-access-code-input__input:focus {
  outline: none;
  background-color: #03111e;
  color: #fff;
}
.p-face-checkin-access-code-input__input::placeholder {
  color: #939393;
}
.p-face-checkin-access-code-input__input--error {
  border: 0.8px solid #e60000;
}
.p-face-checkin-access-code-input__help {
  padding-top: 40px;
  text-align: center;
}
.p-face-checkin-access-code-input__help-text {
  color: #939393;
  font-size: 14px;
  line-height: 1.5;
}
.p-face-checkin-access-code-input__help-text a {
  color: #5efce8;
  text-decoration: underline;
}

.loadingLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes glow-red-blink {
  from {
    box-shadow: 0 0 10px #e60000, 0 0 20px rgba(230, 0, 0, 0.4);
  }
  to {
    box-shadow: 0 0 30px #e60000, 0 0 60px rgba(230, 0, 0, 0.8);
    border-color: #ff4d4d;
  }
}
@keyframes apple-wave {
  0%, 100% {
    opacity: 0.4;
    filter: blur(2px);
  }
  50% {
    opacity: 1;
    filter: blur(10px);
  }
}
@keyframes flash-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes error-pulse {
  0%, 100% {
    filter: brightness(1.2);
  }
  50% {
    filter: brightness(1.8);
  }
}
.p-face-checkin-fullscreen {
  background-color: #080b12;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.p-face-checkin-start {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  background: rgba(10, 10, 10, 0.8);
  overflow: hidden;
}
.p-face-checkin-start::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
}
.p-face-checkin-start.flash-success::before {
  background-color: rgba(58, 242, 208, 0.4);
  animation: flash-fade 1s ease-out forwards;
}
.p-face-checkin-start.flash-error::before {
  background-color: rgba(255, 59, 48, 0.5);
  animation: flash-fade 1s ease-out forwards;
}
.p-face-checkin-start::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 9999;
  border: 6px solid rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.8), inset 0 0 40px rgba(255, 255, 255, 0.8), inset 0 0 80px rgba(255, 255, 255, 0.6), inset 0 0 120px rgba(255, 255, 255, 0.3) !important;
  filter: brightness(1.3);
  animation: apple-wave 4s ease-in-out infinite;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-face-checkin-start.flash-success::after {
  box-shadow: 0 0 30px #3af2d0, inset 0 0 35px #ffffff, inset 0 0 60px #3af2d0, inset 0 0 150px rgba(58, 242, 208, 0.4) !important;
}
.p-face-checkin-start.flash-error::after {
  box-shadow: 0 0 30px #ff3b30, inset 0 0 35px #ffffff, inset 0 0 80px #ff3b30, inset 0 0 200px rgba(255, 59, 48, 0.7) !important;
  animation: error-pulse 0.5s ease-in-out infinite !important;
}
.p-face-checkin-start__preview-wrapper {
  position: relative;
  flex: 1;
  width: 100%;
  margin: 0;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.p-face-checkin-start__title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-face-checkin-start__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-face-checkin-start__camera {
  width: 100%;
  max-width: 600px;
}
.p-face-checkin-start__instruction {
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.6;
  color: #5a6a8a;
}
@media screen and (max-width: 750px) {
  .p-face-checkin-start__instruction {
    font-size: 14px;
  }
}
.p-face-checkin-start__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}
.p-face-checkin-start__canvas, .p-face-checkin-start__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-face-checkin-start__status {
  font-size: 28px;
  font-weight: bold;
  color: #3af2d0;
  margin-bottom: 10px;
  text-align: center;
  white-space: pre-line;
}
.p-face-checkin-start__button {
  width: 200px;
  margin: 0;
}
.p-face-checkin-start__button.c-button--submit a {
  padding: 12px 0;
  font-size: 16px;
}
.p-face-checkin-start__bottom-controls {
  height: 300px;
  width: 100%;
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  border-top: 1px solid #414847;
}
.p-face-checkin-start__button {
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  width: 100%;
  max-width: 400px;
  height: auto;
  min-width: auto;
  padding: 0;
  border-radius: 9999px;
}
.p-face-checkin-start__button.c-button--submit {
  margin: 0;
  height: auto;
}
.p-face-checkin-start__button a, .p-face-checkin-start__button input {
  width: 100%;
  text-align: center;
  padding: 20px 40px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  border: none;
  background: transparent;
  color: inherit;
  line-height: 1.2;
}
.p-face-checkin-start__button:hover {
  background-color: #b2fdf0;
}
.p-face-checkin-start__button:active {
  background-color: #22d4b8;
}
.p-face-checkin-start__button.c-button--secondary {
  background-color: transparent;
}
.p-face-checkin-start__button.c-button--secondary:hover, .p-face-checkin-start__button.c-button--secondary:active {
  background-color: transparent;
}
.p-face-checkin-start__button.c-button--secondary a {
  text-decoration: underline;
}
.p-face-checkin-start__button--large a, .p-face-checkin-start__button--large input {
  padding: 25px 40px;
  font-size: 22px;
  font-weight: bold;
}
.p-face-checkin-start__error {
  text-align: center;
  color: #e60000;
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #e60000;
  border-radius: 8px;
  font-size: 16px;
  max-width: 500px;
}
.p-face-checkin-start__result {
  text-align: center;
  padding: 60px 20px;
  width: 100%;
  max-width: 600px;
}
.p-face-checkin-start__result-content {
  margin-bottom: 40px;
}
.p-face-checkin-start__result-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
}
.p-face-checkin-start__result-icon.success {
  background-color: #3af2d0;
  color: #fff;
  box-shadow: 0 0 30px rgba(58, 242, 208, 0.5);
}
.p-face-checkin-start__result-icon.success::before {
  content: "✓";
}
.p-face-checkin-start__result-icon.error {
  background-color: #e60000;
  color: #fff;
  box-shadow: 0 0 30px rgba(230, 0, 0, 0.5);
}
.p-face-checkin-start__result-icon.error::before {
  content: "✗";
}
.p-face-checkin-start__result-message {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .p-face-checkin-start__result-message {
    font-size: 22px;
  }
}
.p-face-checkin-start__result-user {
  color: #5a6a8a;
  font-size: 18px;
}
.p-face-checkin-start__result-user .user-name {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}
.p-face-checkin-start.is-back-camera .p-face-checkin-start__video {
  transform: scaleX(1) !important;
}
.p-face-checkin-start .p-face-checkin-start__button--large a {
  padding: 25px 40px;
  font-size: 22px;
  font-weight: bold;
}
.p-face-checkin-start__camera-switch {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
}
.p-face-checkin-start__camera-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.p-face-checkin-start__camera-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.p-face-checkin-start__camera-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1c2133;
  transition: 0.4s;
  border-radius: 34px;
}
.p-face-checkin-start__camera-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.p-face-checkin-start__camera-switch input:checked + .slider {
  background-color: #3af2d0;
}
.p-face-checkin-start__camera-switch input:checked + .slider:before {
  transform: translateX(26px);
}

.p-face-checkin-mode-select {
  margin: 30px auto 20px;
  width: 100%;
}
@media screen and (min-width: 749.9px) {
  .p-face-checkin-mode-select {
    width: 80%;
  }
}
.p-face-checkin-mode-select__label {
  color: #5a6a8a;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: bold;
}
.p-face-checkin-mode-select__cards {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 750px) {
  .p-face-checkin-mode-select__cards {
    flex-direction: column;
  }
}
.p-face-checkin-mode-select__card {
  flex: 1;
  cursor: pointer;
}
.p-face-checkin-mode-select__radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.p-face-checkin-mode-select__card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  border: 2px solid #1c2133;
  border-radius: 16px;
  background-color: #0c0f18;
  transition: all 0.2s ease;
  text-align: center;
}
.p-face-checkin-mode-select__radio:checked + .p-face-checkin-mode-select__card-inner {
  border-color: #3af2d0;
  background-color: rgba(58, 242, 208, 0.08);
  box-shadow: 0 0 12px rgba(58, 242, 208, 0.2);
}
.p-face-checkin-mode-select__card:hover .p-face-checkin-mode-select__card-inner {
  border-color: #3af2d0;
  background-color: rgba(58, 242, 208, 0.04);
}
.p-face-checkin-mode-select__card-title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-face-checkin-mode-select__card-desc {
  color: #5a6a8a;
  font-size: 15px;
  line-height: 1.5;
}

@keyframes live-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
@keyframes scan-line-move {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.p-self-start-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background-color: rgba(8, 11, 18, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.p-self-start-overlay__text {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.p-self-start-overlay__tap {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-self-start-overlay__icon {
  position: relative;
  width: 64px;
  height: 64px;
  z-index: 2;
  animation: self-start-tap 1.6s ease-in-out infinite;
}
.p-self-start-overlay__ripple {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  animation: self-start-ripple 1.8s ease-out infinite;
}
.p-self-start-overlay__ripple--delay {
  animation-delay: 0.9s;
}

@keyframes self-start-ripple {
  0% {
    transform: scale(0.6);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes self-start-tap {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(4px) scale(0.96);
  }
}
.p-staff-body {
  margin: 0;
  padding: 0;
  background-color: #080b12;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  height: 100dvh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.p-staff-body--result {
  overflow-y: auto;
}

.p-staff-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 56px;
  flex-shrink: 0;
  background-color: #0c0f18;
  border-bottom: 1px solid #1c2133;
  position: sticky;
  top: 0;
  z-index: 100;
  gap: 8px;
}
.p-staff-header__left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-staff-header__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.p-staff-header__logo-img {
  height: 18px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
.p-staff-header__logo-sub {
  font-size: 10px;
  font-weight: 500;
  color: #5a6a8a;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.p-staff-header__divider {
  width: 1px;
  height: 32px;
  background-color: #1c2133;
}
.p-staff-header__gate {
  font-size: 13px;
  color: #cccccc;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-staff-header__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-staff-header__datetime {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}
.p-staff-header__time {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}
.p-staff-header__date {
  font-size: 11px;
  color: #5a6a8a;
}
.p-staff-header__count-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0f1218;
  border: 1px solid #1c2133;
  border-radius: 8px;
  padding: 6px 14px;
  line-height: 1.2;
}
.p-staff-header__count-label {
  font-size: 10px;
  color: #5a6a8a;
  letter-spacing: 0.05em;
}
.p-staff-header__count-value {
  font-size: 22px;
  font-weight: 700;
  color: #2563eb;
  font-variant-numeric: tabular-nums;
}
.p-staff-header__back-link {
  font-size: 13px;
  color: #5a6a8a;
  text-decoration: none;
  transition: color 0.2s;
}
.p-staff-header__back-link:hover {
  color: #2563eb;
}

.p-staff-camera {
  position: relative;
  flex: 1;
  width: 100%;
  min-height: 0;
  background-color: #000;
  overflow: hidden;
}
.p-staff-camera.is-back-camera .p-staff-camera__video {
  transform: scaleX(1) !important;
}
.p-staff-camera::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
}
.p-staff-camera.flash-success::before {
  background-color: rgba(58, 242, 208, 0.3);
  animation: flash-fade 0.8s ease-out forwards;
}
.p-staff-camera.flash-error::before {
  background-color: rgba(231, 76, 60, 0.3);
  animation: flash-fade 0.8s ease-out forwards;
}
.p-staff-camera__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-staff-camera__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}
.p-staff-camera__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-staff-camera__ui {
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  padding: 24px 20px;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.p-staff-camera__status {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 255, 255, 0.3);
  white-space: pre-line;
}
.p-staff-camera__error {
  color: #e74c3c;
  font-size: 14px;
  background-color: rgba(231, 76, 60, 0.15);
  border: 1px solid rgba(231, 76, 60, 0.4);
  border-radius: 6px;
  padding: 8px 16px;
  text-align: center;
  max-width: 400px;
}
.p-staff-camera--self::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 9;
  border: 6px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.8), inset 0 0 40px rgba(255, 255, 255, 0.8), inset 0 0 80px rgba(255, 255, 255, 0.6), inset 0 0 120px rgba(255, 255, 255, 0.3);
  filter: brightness(1.3);
  animation: apple-wave 4s ease-in-out infinite;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-staff-camera--self.flash-success::after {
  box-shadow: 0 0 30px #5efce8, inset 0 0 35px #ffffff, inset 0 0 60px #5efce8, inset 0 0 150px rgba(94, 252, 232, 0.4);
}
.p-staff-camera--self.flash-error::after {
  box-shadow: 0 0 30px #ff3b30, inset 0 0 35px #ffffff, inset 0 0 80px #ff3b30, inset 0 0 200px rgba(255, 59, 48, 0.7);
  animation: error-pulse 0.5s ease-in-out infinite;
}
.p-staff-camera--self.flash-error-static::after {
  box-shadow: 0 0 30px #ff3b30, inset 0 0 35px #ffffff, inset 0 0 80px #ff3b30, inset 0 0 200px rgba(255, 59, 48, 0.7);
  animation: none;
}
.p-staff-camera--self.flash-error-static .p-staff-camera__status--self {
  position: fixed;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10002;
  width: max-content;
  max-width: 90vw;
  padding: 12px 24px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  pointer-events: none;
  white-space: pre-line;
}

@media screen and (max-width: 768px) {
  .p-staff-camera--self.flash-error-static .p-staff-camera__status--self {
    top: 25%;
    font-size: 24px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-staff-camera--self.flash-error-static .p-staff-camera__status--self {
    top: 27%;
    font-size: 18px;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 480px) {
  .p-staff-camera__status {
    font-size: 24px;
  }
}
.p-staff-result {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px 12px 0;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.p-staff-result.flash-success {
  animation: flash-fade 0.8s ease-out;
}
.p-staff-result__status-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin-bottom: 8px;
}
.p-staff-result__status-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.p-staff-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.p-staff-status-badge__icon {
  font-size: 20px;
  font-weight: 900;
}
.p-staff-status-badge--ok {
  background-color: rgba(58, 242, 208, 0.15);
  color: #3af2d0;
  border: 2px solid #3af2d0;
  box-shadow: 0 0 12px rgba(58, 242, 208, 0.25);
}
.p-staff-status-badge--warning {
  background-color: rgba(243, 156, 18, 0.15);
  color: #f39c12;
  border: 2px solid #f39c12;
  box-shadow: 0 0 12px rgba(243, 156, 18, 0.25);
}
.p-staff-status-badge--ng {
  background-color: rgba(231, 76, 60, 0.15);
  color: #e74c3c;
  border: 2px solid #e74c3c;
  box-shadow: 0 0 12px rgba(231, 76, 60, 0.25);
}

.p-staff-birthday-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 999px;
  background-color: rgba(255, 182, 193, 0.15);
  color: #ffb6c1;
  border: 1px solid rgba(255, 182, 193, 0.5);
  font-size: 15px;
  font-weight: 700;
}

.p-staff-comparison {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background-color: #0c0f18;
  border: 1px solid #1c2133;
  border-radius: 12px;
  padding: 12px;
  flex: 1;
  min-height: 0;
}
.p-staff-comparison__photos {
  display: flex;
  gap: 10px;
  width: 100%;
  flex: 1;
  min-height: 0;
  align-items: stretch;
}
.p-staff-comparison__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.p-staff-comparison__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex-shrink: 0;
  color: #ffffff;
}
.p-staff-comparison__photo-box {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #0f1218;
  border: 2px solid #1c2133;
}
.p-staff-comparison__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-staff-comparison__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}
.p-staff-comparison__filename {
  display: none;
}
.p-staff-comparison__gauge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-staff-comparison__scan-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #3af2d0, transparent);
  animation: scan-line-move 1.5s ease-in-out infinite;
  box-shadow: 0 0 8px #3af2d0;
}

.p-staff-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: start;
  flex-shrink: 0;
  overflow-y: auto;
  max-height: 35vh;
  padding: 12px 0;
  border-top: 1px solid #1c2133;
}
@media screen and (max-width: 720px) {
  .p-staff-content {
    grid-template-columns: 1fr;
    max-height: 40vh;
  }
}

.p-staff-info {
  background-color: #0c0f18;
  border: 1px solid #1c2133;
  border-radius: 12px;
  padding: 16px 18px;
}
.p-staff-info__heading {
  font-size: 13px;
  font-weight: 700;
  color: #c8d0e0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 3px solid #3af2d0;
}
.p-staff-info__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-staff-info__section {
  padding-bottom: 10px;
  border-bottom: 1px solid #131823;
}
.p-staff-info__section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-staff-info__label {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.p-staff-info__name-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.p-staff-info__name {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.p-staff-info__kana {
  font-size: 15px;
  color: #ffffff;
}
.p-staff-info__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}
.p-staff-info__value {
  font-size: 17px;
  font-weight: 600;
  color: #dddddd;
}
.p-staff-info__value--accent {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
}
.p-staff-info__color-value {
  display: flex;
  align-items: center;
  gap: 6px;
}
.p-staff-info__notes {
  font-size: 15px;
  color: #aaaaaa;
  line-height: 1.5;
}

.p-staff-voice {
  margin-top: 12px;
  background-color: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.25);
  border-radius: 8px;
  padding: 10px 14px;
}
.p-staff-voice__label {
  font-size: 11px;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 6px;
}
.p-staff-voice__text {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.6;
}

.p-staff-actions-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-staff-error-box {
  background-color: rgba(231, 76, 60, 0.08);
  border: 1px solid rgba(231, 76, 60, 0.35);
  border-radius: 10px;
  padding: 12px 16px;
}
.p-staff-error-box--warning {
  background-color: rgba(243, 156, 18, 0.08);
  border-color: rgba(243, 156, 18, 0.35);
}
.p-staff-error-box__title {
  font-size: 14px;
  font-weight: 700;
  color: #e74c3c;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
.p-staff-error-box__title--warning {
  color: #f39c12;
}
.p-staff-error-box__body {
  font-size: 15px;
  color: #e9a09a;
  line-height: 1.5;
}
.p-staff-error-box__body--warning {
  color: #f5c67d;
}

.p-staff-color-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  vertical-align: middle;
}

.p-staff-guidance-box {
  background-color: rgba(52, 152, 219, 0.1);
  border: 1px solid rgba(52, 152, 219, 0.4);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #7ec8e3;
  line-height: 1.5;
}
.p-staff-guidance-box__sub {
  font-size: 13px;
  font-weight: 400;
  color: #5a9ab5;
  margin-top: 6px;
  white-space: pre-line;
}

.p-staff-actions {
  background-color: #0c0f18;
  border: 1px solid #1c2133;
  border-radius: 12px;
  padding: 14px 16px;
}
.p-staff-actions__heading {
  font-size: 11px;
  font-weight: 700;
  color: #555555;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.p-staff-actions__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-staff-bottom-actions {
  flex-shrink: 0;
  background-color: #0f1218;
  border-top: 1px solid #1c2133;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.5);
  padding: 14px 16px;
  padding-bottom: max(14px, env(safe-area-inset-bottom));
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-staff-bottom-actions__buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 600px;
}

.p-staff-btn {
  width: 100%;
  padding: 18px 20px;
  border-radius: 12px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s, opacity 0.2s;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.p-staff-btn--ok {
  background-color: #3af2d0;
  color: #080b12;
}
.p-staff-btn--ok:hover {
  background-color: #22d4b8;
}
.p-staff-btn--ok:active {
  opacity: 0.8;
}
.p-staff-btn--outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #555555;
}
.p-staff-btn--outline:hover {
  background-color: #1e1e1e;
  color: #ffffff;
  border-color: #5a6a8a;
}
.p-staff-btn--danger {
  background-color: transparent;
  color: #f39c12;
  border: 1px solid #f39c12;
}
.p-staff-btn--danger:hover {
  background-color: rgba(243, 156, 18, 0.12);
}
.p-staff-btn--danger-fill {
  background-color: #e74c3c;
  color: #ffffff;
}
.p-staff-btn--danger-fill:hover {
  background-color: #c0392b;
}
.p-staff-btn--ghost {
  background-color: transparent;
  color: #555555;
  border: 1px solid #1c2133;
}
.p-staff-btn--ghost:hover {
  color: #e74c3c;
  border-color: #e74c3c;
}

.p-staff-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.p-staff-modal__inner {
  background-color: #161616;
  border: 1px solid #1c2133;
  border-radius: 14px;
  padding: 28px 24px;
  max-width: 400px;
  width: 90%;
  box-sizing: border-box;
}
.p-staff-modal__title {
  font-size: 18px;
  font-weight: 700;
  color: #f39c12;
  margin-bottom: 14px;
}
.p-staff-modal__body {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.6;
  margin-bottom: 10px;
}
.p-staff-modal__guest-name {
  font-weight: 700;
  color: #ffffff;
}
.p-staff-modal__error {
  font-size: 13px;
  color: #e9a09a;
  background-color: rgba(231, 76, 60, 0.1);
  border: 1px solid rgba(231, 76, 60, 0.3);
  border-radius: 6px;
  padding: 8px 12px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.p-staff-modal__note {
  font-size: 12px;
  color: #555555;
  margin-bottom: 20px;
  line-height: 1.5;
}
.p-staff-modal__actions {
  display: flex;
  gap: 10px;
}

.p-staff-btn {
  min-height: 56px;
}

@media screen and (max-width: 768px) {
  .p-staff-header {
    padding: 0 14px;
    height: 50px;
  }
  .p-staff-header__logo-img {
    height: 18px;
  }
  .p-staff-header__time {
    font-size: 17px;
  }
  .p-staff-header__date {
    font-size: 10px;
  }
  .p-staff-header__gate {
    font-size: 12px;
  }
  .p-staff-header__back-link {
    font-size: 12px;
  }
  .p-staff-header__right {
    gap: 12px;
  }
  .p-staff-result {
    padding: 8px 8px 0;
    gap: 8px;
  }
  #staffScoreGauge {
    width: 56px;
    height: 56px;
  }
  .p-staff-status-badge {
    font-size: 14px;
    padding: 7px 16px;
  }
  .p-staff-info__name {
    font-size: 20px;
  }
  .p-staff-btn {
    font-size: 15px;
    min-height: 52px;
  }
}
@media screen and (max-width: 480px) {
  .p-staff-header {
    padding: 0 10px;
    height: 46px;
    gap: 4px;
  }
  .p-staff-header__logo-img {
    height: 16px;
  }
  .p-staff-header__logo-sub {
    display: none;
  }
  .p-staff-header__divider {
    display: none;
  }
  .p-staff-header__gate {
    font-size: 10px;
  }
  .p-staff-header__time {
    font-size: 15px;
  }
  .p-staff-header__right {
    gap: 8px;
  }
  .p-staff-body--self .p-staff-header__logo-sub {
    display: inline;
  }
  .p-staff-result {
    padding: 6px 6px 0;
    gap: 6px;
  }
  .p-staff-bottom-actions {
    padding: 8px 10px;
    padding-bottom: max(8px, env(safe-area-inset-bottom));
  }
  #staffScoreGauge {
    width: 48px;
    height: 48px;
  }
  .p-staff-status-badge {
    font-size: 13px;
    padding: 6px 14px;
  }
  .p-staff-status-badge__icon {
    font-size: 15px;
  }
  .p-staff-info {
    padding: 12px 14px;
  }
  .p-staff-info__name {
    font-size: 18px;
  }
  .p-staff-info__value {
    font-size: 14px;
  }
  .p-staff-info__value--accent {
    font-size: 15px;
  }
  .p-staff-actions {
    padding: 12px 14px;
  }
  .p-staff-btn {
    font-size: 14px;
    min-height: 50px;
  }
  .p-staff-modal__actions {
    flex-direction: column;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .p-staff-header {
    padding: 0 14px;
    height: 40px;
  }
  .p-staff-header__logo-sub {
    display: none;
  }
  .p-staff-header__time {
    font-size: 14px;
  }
  .p-staff-header__date {
    font-size: 9px;
  }
  .p-staff-body--self .p-staff-header__logo-sub {
    display: inline;
  }
  .p-staff-camera__ui {
    padding: 10px 20px;
  }
  .p-staff-camera__status {
    font-size: 20px;
  }
}
.p-face-checkin__result-mark {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  pointer-events: none;
  font-size: 120px;
  font-weight: 900;
  letter-spacing: 0.05em;
  animation: result-mark-in 0.4s ease-out forwards;
}
.p-face-checkin__result-mark--success {
  color: #3af2d0;
}
.p-face-checkin__result-mark--error {
  color: #ff3b30;
}

@keyframes result-mark-in {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}