a {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.75s;
}

img {
  vertical-align: middle;
}

::placeholder {
  color: #7F8287;
}

/*///////////////
// Font
///////////////*/
@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.eot?xl49ep&202505");
  src: url("../font/icomoon.eot?xl49ep#iefix&202505") format("embedded-opentype"), url("../font/icomoon.ttf?xl49ep&202505") format("truetype"), url("../font/icomoon.woff?xl49ep&202505") format("woff"), url("../font/icomoon.svg?xl49ep#icomoon&202505") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=i-icon], [class*=i-icon] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-icon__crystal:before {
  content: "\e899";
}

.i-icon__account:before {
  content: "\e900";
}

.i-icon__appraisal:before {
  content: "\e901";
}

.i-icon__arrow:before {
  content: "\e902";
}

.i-icon__campaign:before {
  content: "\e905";
}

.i-icon__close:before {
  content: "\e906";
}

.i-icon__info:before {
  content: "\e907";
}

.i-icon__point:before {
  content: "\e908";
}

.i-icon__search:before {
  content: "\e909";
}

.i-icon__setting:before {
  content: "\e90a";
}

/*///////////////
// Layout
///////////////*/
.l-body {
  width: 100%;
  background-color: var(--color_bg);
  color: var(--color_main);
  line-height: var(--line_height);
  letter-spacing: var(--letter_spacing);
  font-family: var(--font_family);
  word-break: break-all;
}

.l-container {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px 120px;
  overflow: hidden;
}

/*///////////////
// Project
///////////////*/
.p-header__center .p-header__logo {
  margin: 0 auto 7px;
}
.p-header__global {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  padding: 9px 0;
}
.p-header__list {
  display: flex;
  gap: 12px;
}
.p-header__nav {
  display: flex;
  gap: 12px;
}
.p-header__logo {
  width: 100px;
  margin-bottom: 3px;
}
.p-header__logo img {
  width: 100%;
}
.p-header__item span {
  font-size: 11px;
  color: var(--color_sub);
}
.p-header__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
.p-header__item i {
  font-size: 22px;
}

.p-fixedNav {
  gap: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 12px;
  background: #fff;
  box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.p-fixedNav__inner {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.p-fixedNav__item {
  width: 18%;
  font-size: 12px;
  text-align: center;
}
.p-fixedNav__item > a {
  font-weight: 500;
}
.p-fixedNav__item span {
  font-size: 11px;
}
.p-fixedNav__item:nth-child(1) i:before {
  font-size: 20px;
}
.p-fixedNav__item:nth-child(2) i:before {
  font-size: 20px;
}
.p-fixedNav__item:nth-child(3) {
  position: relative;
  top: -34px;
  height: 82px;
  width: 82px;
  margin-bottom: -42px;
  background: #fff;
  padding: 6px;
  border-radius: 100px;
}
.p-fixedNav__item:nth-child(3) > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color_border);
  border-radius: 100px;
  color: var(--color_accent);
}
.p-fixedNav__item:nth-child(3) i {
  color: var(--color_accent);
}
.p-fixedNav__item i {
  display: block;
  font-size: 22px;
  height: 21px;
  margin: 0 auto 4px;
  color: #7F8287;
}
.p-fixedNav__item i.i-icon__search {
  font-size: 20px;
}
.p-fixedNav__item.is-current i {
  color: var(--color_accent);
}
.p-fixedNav__item.is-current span {
  color: var(--color_accent);
}

.p-accountInfo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.p-accountInfo__num {
  font-size: 12px;
  color: var(--color_sub);
}
.p-accountInfo__num b {
  font-size: 14px;
}
.p-accountInfo__fullname {
  font-size: 18px;
  font-weight: 600;
}
.p-accountInfo__link {
  margin-bottom: 4px;
  font-size: 14px;
}
.p-accountInfo__link a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color_sub);
}
.p-accountInfo__link i {
  font-size: 10px;
}

.p-guideLink {
  position: relative;
  margin-top: 20px;
}
.p-guideLink a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
}
.p-guideLink i {
  font-size: 12px;
}
.p-guideLink__flex {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #148063;
}
.p-guideLink .i-icon__beginner {
  display: block;
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 32px;
  border: 1px solid #148063;
}
.p-guideLink .i-icon__beginner img {
  width: 100%;
}
.p-guideLink .i-icon__close {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  font-size: 10px;
  background: #148063;
  color: #fff;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.p-pointInfo {
  margin-top: 32px;
  padding: 20px;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  background: #fff;
}
.p-pointInfo__ttl {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}
.p-pointInfo__num {
  display: flex;
  gap: 6px;
}
.p-pointInfo__num span {
  width: 20%;
  padding: 8px 8px;
  font-weight: 700;
  background: #F5F5F5;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 25px;
  font-family: "Roboto", serif;
}
.p-pointInfo__period {
  display: block;
  margin-top: 16px;
  text-align: right;
  font-size: 12px;
  color: var(--color_sub);
}
.p-pointInfo__period b {
  margin-left: 6px;
}
.p-pointInfo__btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}
.p-pointInfo__btn .i-icon__arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.p-pointInfo__btn .i-icon__point {
  font-size: 32px;
}
.p-pointInfo__btn--grey {
  width: 40%;
}
.p-pointInfo__btn--grey a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  padding: 8px 20px;
  background: #f5f5f0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
}
.p-pointInfo__btn--yellow {
  width: 60%;
}
.p-pointInfo__btn--yellow a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #F9C23C;
  text-align: center;
  border-radius: 4px;
}
.p-caution {
  margin-top: 32px;
  padding: 20px;
  /*box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.04);*/
  border-radius: 8px;
  background: #fff;
  border: 2px solid #f8c23b;
}
.p-caution__head {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.p-caution .c-submit {
  margin-top: 6px;
}
.p-caution__txt strong {
  font-weight: 600;
}
.p-caution__desc {
  font-size: 14px;
}
.p-menu {
  margin-top: 28px;
}
.p-menu__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 28px 13px;
}
.p-menu .c-contTtl {
  margin-bottom: 20px;
}
.p-menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: calc((100% - 26px) / 3);
}
.p-menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-menu__img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 22px;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  background: #fff;
}
.p-menu__txt {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color_sub);
  text-align: center;
}

.p-campaign {
  margin-top: 40px;
}
.p-campaign__list {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0 0 0 20px;
}
.p-campaign__list img {
  width: 100%;
}
.p-campaign__item {
  width: min(62vw, 400px);
  margin: 0 4px;
}

.p-footer {
  margin-top: 40px;
}
.p-footer__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-footer__list a {
  display: block;
  width: 100%;
  text-align: center;
}
.p-footer__item a {
  display: block;
  width: 100%;
  padding: 12px 20px;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #607FB2;
}
.p-footer__copy {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}
.p-attention {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 48px 100px 20px;
  border-radius: 12px 12px 0 0;
  background: #fff;
}
.p-attention__txt {
  max-width: 710px;
  margin: 0 auto;
}
.p-attention__desc {
  font-size: 12px;
  color: var(--color_sub);
}
.p-attention i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 600;
  background: var(--color_sub);
  color: #fff;
  border-radius: 20px;
  text-align: center;
}

.p-payment {
  margin-top: 32px;
}

.p-error {
  padding: 20px 0;
}

.p-error__txt {
  font-size: 14px;
}

.p-error .text_box_b {
  display: none;
  font-size: 14px;
}

.p-complete {
  padding: 20px 0;
}

.p-complete__ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.p-complete__note {
  margin-top: 20px;
}

/*///////////////
// Compornent
///////////////*/
.c-contTtl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-contTtl__txt {
  font-size: 16px;
  font-weight: 500;
}
.c-contTtl__link {
  font-size: 14px;
  color: var(--color_sub);
}
.c-contTtl__link i {
  margin-left: 6px;
  font-size: 10px;
}

.c-pageTtl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 12px;
  padding-bottom: 12px;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
}
.c-pageTtl__search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-pageTtl__search a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-pageTtl__search i {
  width: 22px;
  text-align: center;
}
.c-pageTtl__search span {
  font-size: 11px;
}

.c-submit {
  display: inline-block;
  margin-top: 12px;
  width: 100%;
  padding: 12px 12px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: var(--color_btn);
  border-radius: 8px;
  cursor: pointer;
}
.c-submit:disabled,
.c-submit.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-btn {
  display: block;
  margin-top: 12px;
  width: 100%;
  padding: 12px 12px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: var(--color_btn);
  border-radius: 8px;
  cursor: pointer;
}
.c-btn__grey {
  color: #7F8287;
  background: var(--color_bg);
}
.c-btn__greyBlue {
  color: #607FB2;
  background: var(--color_bg);
}
.c-btn__greyGrey {
  color: #7F8287;
  background: #F3F3F3 !important;
}
.c-btn__whiteBlue {
  color: #607FB2;
  background: #fff;
}
.c-btn__whiteGrey {
  color: #7F8287;
  background: #fff !important;
}
.c-btn__Border {
  color: #607fb2;
  border: 1px solid #607fb2;
  background: #fff;
}

.c-subttl {
  font-size: 14px;
  font-weight: 600;
}

.c-desc {
  font-size: 14px;
}

.c-desc a {
  text-decoration: underline;
}

.c-note {
  font-size: 13px;
  color: var(--color_sub);
}

.c-note a {
  text-decoration: underline;
}

.c-note__blue {
  font-size: 13px;
  color: #607FB2;
}

.c-datanone {
  padding: 18px 20px;
  font-size: 14px;
  text-align: left;
}

.c-form__txt {
  width: 100%;
  height: 40px;
  padding: 20px;
  font-size: 16px;
  border-radius: 8px;
  background: #fff;
  color: #000;
}
.c-form__txtarea {
  width: 100%;
  height: 150px;
  padding: 20px;
  font-size: 14px;
  border-radius: 8px;
  background: #fff;
}

.c-modal {
  display: none;
  position: fixed;
  width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 26px 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  z-index: 3;
  max-width: 600px;
}
.c-modal__head {
  margin-bottom: 10px;
  padding: 12px 20px;
  font-size: 14px;
  border: 1px solid var(--color_border);
  border-radius: 6px;
}

.c-modal__confirm {
  margin-bottom: 10px;
  padding: 20px;
  font-size: 14px;
  border: 1px solid var(--color_border);
  border-radius: 6px;
}
.c-modal__ttl {
  margin-bottom: 16px;
  font-weight: 700;
  text-align: center;
}
.c-modal__formItem {
  display: block;
  margin-bottom: 7px;
}
.c-modal__formItem:last-child {
  margin-bottom: 0;
}
.c-modal__formItem input[type=text],
.c-modal__formItem input[type=mail],
.c-modal__formItem input[type=tel],
.c-modal__formItem input[type=password] {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  font-size: 16px;
  background: #F5F5F5;
  box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.1);
}
.c-modal__formItem textarea {
  width: 100%;
  height: 170px;
  padding: 20px;
  font-size: 16px;
  border-radius: 8px;
  background: #F5F5F5;
  box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.1);
}
.c-modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.c-modal__desc {
  font-size: 14px;
}
.c-modal__note {
  font-size: 13px;
  color: var(--color_sub);
}
.c-modal__btn {
  margin-top: 12px;
}
.c-modal__btn .c-submit {
  display: block;
}
.c-modal__red {
  color: #E67D4F;
}
.c-modal__point {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.c-modal__point strong {
  font-size: 18px;
}

.c-cat {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.c-cat > * {
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 12px;
  border: 1px solid #000;
}
.c-cat > *.is-star {
  color: #4375C9;
  border: 1px solid #4375C9;
}
.c-cat > *.is-spi {
  color: #B464DA;
  border: 1px solid #B464DA;
}
.c-cat > *.is-tarot {
  color: #BC7767;
  border: 1px solid #BC7767;
}
.c-cat > *.is-love {
  color: #E77270;
  border: 1px solid #E77270;
}
.c-cat > *.is-health {
  color: #40AE8D;
  border: 1px solid #40AE8D;
}
.c-cat > *.is-money {
  color: #D0B44C;
  border: 1px solid #D0B44C;
}
.c-cat > *.is-special {
  color: #54A3BF;
  border: 1px solid #54A3BF;
}
.c-error {
  color: #E67D4F;
  font-size: 14px;
}
.c-paging {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-align: center;
  gap: 12px;
}
.c-paging span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 32px;
  font-size: 13px;
  color: var(--color_accent);
  border: 1px solid var(--color_accent);
}
.c-paging a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 32px;
  background: var(--color_accent);
}
.c-paging div {
  display: none;
}
/*///////////////
// Utility
///////////////*/
.u-en {
  font-family: var(--font_family--en);
}