@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;
}

.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__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 {
  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 {
  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-wrap: wrap;
  gap: 12px 8px;
}
.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 7px 10px;
  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__follow {
  padding: 15px 0px 15px 7px;
}
.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--p0 {
  padding: 0 !important;
}
.p-session__wrapper {
  padding-top: 24px;
}
.p-session__wrapper.hidden {
  display: none;
}
.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-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;
  }
}

.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: 18px;
  height: 18px;
  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__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;
}

@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;
}

.p-pagination {
  margin: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
}
.p-pagination > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
@media screen and (min-width: 750px) {
  .p-pagination > li {
    width: 24px;
  }
}
.p-pagination__next {
  width: 42px !important;
}
.p-pagination__next > img {
  width: 42px !important;
}
.p-pagination__next > a > img {
  width: 42px !important;
}
@media screen and (min-width: 750px) {
  .p-pagination__next {
    margin-left: 0px;
  }
}
.p-pagination__prev {
  width: 42px !important;
}
.p-pagination__prev > img {
  width: 42px !important;
}
.p-pagination__prev > a > img {
  width: 42px !important;
}
@media screen and (min-width: 750px) {
  .p-pagination__prev {
    margin-right: 0;
  }
}
.p-pagination__page--current {
  background-color: #232E38;
}
.p-pagination__page--current > a {
  color: #ffffff !important;
}
@media screen and (min-width: 750px) {
  .p-pagination__page--current {
    background-color: transparent;
  }
}
.p-pagination__page > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #7B7B7B;
}
.p-pagination__page > a:hover {
  color: #ffffff;
}

.p-login-form {
  /** TODO: 汎用的なボタンCSSができたらここは削除し、そっちを使うようにする **/
}
.p-login-form__wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-login-form__wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p-login-form__detail {
  border: 1px solid #414847;
  border-radius: 8px;
  margin: 55px auto 48px auto;
  padding: 20px 20px;
}
@media screen and (max-width: 750px) {
  .p-login-form__detail {
    margin: 20px auto 48px auto;
  }
}
.p-login-form__section {
  padding: 0px 15px;
}
@media screen and (max-width: 750px) {
  .p-login-form__section {
    padding: 0;
  }
}
.p-login-form__block {
  border-bottom: 1px solid #414847;
  padding-bottom: 60px;
}
.p-login-form__block:last-child {
  border-bottom: none;
}
.p-login-form__block .c-button.c-button--submit {
  margin: 20px auto 20px auto;
}
.p-login-form__info {
  padding: 70px 0 30px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-login-form__info {
    padding: 30px 0 30px;
  }
}
@media screen and (min-width: 750px) {
  .p-login-form__msg-detail {
    width: 50%;
    margin: 35px auto 0 auto;
  }
}
.p-login-form__checkbox {
  margin: 35px auto 20px auto;
}
@media screen and (min-width: 750px) {
  .p-login-form__checkbox {
    width: 50%;
  }
}
.p-login-form__link {
  padding-top: 40px;
  text-align: center;
  text-decoration: underline;
  color: #5efce8;
}
.p-login-form__button a {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 17px 0;
}
.p-login-form__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: 0.8125rem;
  padding: 24px;
  height: 56px;
}
@media screen and (min-width: 749.9px) {
  .p-login-form__input {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .p-login-form__input {
    margin: 0;
    margin-top: 10px;
    width: 100%;
  }
}
.p-login-form__input__error {
  border: 0.8px solid #e60000;
}
.p-login-form__input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #03111e inset;
  -webkit-text-fill-color: #fff;
}
.p-login-form__input:hover {
  background-color: #364554;
  color: #939393;
}
.p-login-form__input-checkbox {
  width: 10%;
  appearance: auto;
  height: auto;
  padding-right: 0;
  -webkit-appearance: checkbox;
}
.p-login-form__input-error-msg {
  color: #e60000;
  font-size: 0.75rem;
  margin-top: 15px;
  display: block;
  font-weight: 400;
  background-size: 15px auto;
}

.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--outline {
  width: 220px;
  height: 46px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.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-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;
  }
}