.p-header {
  z-index: 999;
  flex-shrink: 0;
}
.p-header__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
}

.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-nav {
  position: sticky;
  top: 60px;
}
.p-nav--is-open {
  width: 260px;
}
.p-nav--is-close {
  width: 60px;
}
.p-nav__header {
  display: flex;
  width: 100%;
  justify-content: end;
  padding: 12px;
  background-color: #121b24;
}
.p-nav__button--is-open {
  transform: rotate(0);
}
.p-nav__button--is-close {
  transform: rotate(180deg);
}
.p-nav__wrapper {
  height: calc(100% - 37px);
  padding: 0 20px;
  overflow-y: auto;
}
.p-nav__service {
  border-top: 1px solid #414847;
  padding: 32px 0;
}
.p-nav__link {
  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 {
  border-top: 1px solid #414847;
  border-bottom: 1px solid #414847;
  padding: 32px 0;
  margin-bottom: 96px;
}
.p-nav__note p {
  font-size: 0.6875rem;
  line-height: 1.5;
}

.p-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #03111e;
  margin-top: auto;
  padding: 48px 0;
}
@media screen and (min-width: 750px) {
  .p-footer {
    padding: 24px 0;
  }
}
.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__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;
  }
}
.p-footer__copyright {
  text-align: center;
}
@media screen and (min-width: 1040px) {
  .p-footer__copyright {
    text-align: inherit;
  }
}

.p-container {
  display: flex;
}

.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__common_message {
  margin: 50px 10px;
}
@media screen and (min-width: 750px) {
  .p-session__common_message {
    margin: 50px 48px;
  }
}
.p-session__common_not_found {
  margin: 50px 10px;
}
@media screen and (min-width: 750px) {
  .p-session__common_not_found {
    margin: 50px 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;
  }
}

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

.p-user-menu {
  position: absolute;
  top: 0;
  left: 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 {
    background-color: transparent;
    border-radius: 16px;
    top: 64px;
    right: 26px;
    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 {
  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;
  top: 0;
  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 {
    background-color: transparent;
    border-radius: 16px;
    top: 64px;
    right: 26px;
    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: 51px;
  height: 19px;
  background: url("/static/img/v2/logo/logo_zan.png") no-repeat;
  text-indent: -9999px;
}

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

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

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

.p-common_message {
  width: 100%;
  border: 1px solid #414847;
  border-radius: 8px;
  padding: 37px 24px 70px;
}
.p-common_message__wrapper {
  padding: 16px;
}
@media screen and (min-width: 750px) {
  .p-common_message__wrapper {
    padding: 88px 110px 107px;
  }
}
.p-common_message__headline {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .p-common_message__headline {
    margin-bottom: 32px;
  }
}
.p-common_message__detail {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .p-common_message__detail {
    margin-bottom: 56px;
  }
}
.p-common_message__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p-common_message__button > a {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .p-common_message__button > a {
    width: unset;
  }
}
.p-common_message__button .c-button {
  width: 100%;
  height: 38px;
}
@media screen and (min-width: 750px) {
  .p-common_message__button .c-button {
    width: inherit;
    height: 50px;
    min-width: 280px;
  }
}