:root {
  --width-wrapper: 950px;
  --font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W3", -apple-system, blinkmacsystemfont, roboto, meiryo, arial, sans-serif;
  --font-size: 11px;
  --font-size-paragraph-small: 8px;
  --font-size-paragraph-smaller: 9px;
  --font-size-paragraph: 10px;
  --font-size-paragraph-medium: 11px;
  --font-size-paragraph-large: 12px;
  --font-size-title-small: 13px;
  --font-size-title-medium: 14px;
  --font-size-title-large: 15px;
  --font-size-title-big: 16px;
  --font-size-heading: 24px;
  --font-size-heading-sp: 18px;
  --font-weight-light: 300;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height: calc(20 / 11);
  --line-height-tight: 1;
  --line-height-xs: 1.2;
  --line-height-sm: calc(16 / 12);
  --line-height-md: calc(20 / 14);
  --line-height-regular: calc(20 / 13);
  --line-height-base: 1.5;
  --line-height-lg: calc(16 / 14);
  --line-height-xl: calc(20 / 12);
  --line-height-2xl: 1.75;
  --line-height-loose: 2;
  --line-height-xxl: calc(20 / 15);
  --line-height-narrow: calc(18 / 14);
  --line-height-mid: calc(18 / 11);
  --line-height-3xl: calc(20 / 9);
  --line-height-semi: calc(22 / 14);
  --line-height-compact: calc(20 / 16);
  --line-height-xlg: calc(26 / 14);
  --letter-spacing-smaller: 0.02em;
  --letter-spacing-small: 0.04em;
  --letter-spacing: 0.05em;
  --letter-spacing-medium: 0.1em;
  --color-default: #333;
  --color-border: #eee;
  --color-background: #fff;
  --color-background-gray: #f7f7f7;
  --color-description: #7a7a7a;
  --color-placeholder: #9f9f9f;
  --color-title: #000;
  --color-link: #555;
  --color-note: #555;
  --color-note-form: #8b8b8b;
  --color-button-primary: #8538f9;
  --color-button-primary-second: #9148ff;
  --color-notify: #ff5c5a;
  --color-valid: #00b981;
  --color-border-gray: #c7c7c7;
  --color-border-black: #555;
  --color-border-button: #ddd;
  --color-epos-red: #a5001e;
  --box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  --box-shadow-primary: 0 4px 6px rgba(0, 0, 0, 0.25);
}
@media print {
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
.is-scroll-locked-mobile {
  overflow: hidden;
}

.fc-u-hover-trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.fc-u-hover-trans:hover {
  opacity: 0.8;
}

.fc-u-load {
  opacity: 0.001;
}
.wf-active .fc-u-load {
  opacity: 1;
}

.fc-u-center {
  text-align: center;
}

.fc-u-image {
  display: block;
  width: 100%;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  shape-rendering: geometricprecision;
  height: auto;
  vertical-align: middle;
}

.fc-u-object {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  shape-rendering: geometricprecision;
}

@media only screen and (max-width: 767.98px) {
  .fc-u-pc {
    display: none !important;
  }
}

@media print, (min-width: 768px) {
  .fc-u-sp {
    display: none !important;
  }
}

.fc-l-container,
.fc-l-container--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--color-default) !important;
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: var(--font-weight-light);
  letter-spacing: inherit;
  line-height: var(--line-height);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  .fc-l-container {
    min-width: var(--width-wrapper);
    overflow: hidden;
  }
}
@media print, (min-width: 768px) {
.fc-l-container--header {
  min-width: var(--width-wrapper);
  overflow: visible;
  }
}
@media print {
  .fc-l-container, .fc-l-container--header {
    width: 1400px;
    -webkit-print-color-adjust: exact;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-l-container {
    min-width: 320px;
    overflow: hidden auto;
  }
}

.fc-l-wrapper.fc-l-wrapper--contact, .fc-l-wrapper.fc-l-wrapper--login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--color-background);
}
@media print, (min-width: 768px) {
  .fc-l-wrapper {
    width: calc(100% - 40px);
    max-width: var(--width-wrapper);
    margin-right: auto;
    margin-left: auto;
  }
  .fc-l-wrapper.fc-l-wrapper--contact, .fc-l-wrapper.fc-l-wrapper--login {
    max-width: 950px;
    padding: 46px 125px 10px;
  }
  .fc-p-section-contact--complete .fc-l-wrapper.fc-l-wrapper--contact, .fc-p-section-contact--complete .fc-l-wrapper.fc-l-wrapper--login {
    padding-top: 66px;
    padding-bottom: 170px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-l-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .fc-l-wrapper.fc-l-wrapper--contact, .fc-l-wrapper.fc-l-wrapper--login {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .fc-p-section-contact--complete .fc-l-wrapper.fc-l-wrapper--contact, .fc-p-section-contact--complete .fc-l-wrapper.fc-l-wrapper--login {
    padding-bottom: 60px;
  }
}

.fc-l-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fc-l-main.fc-l-main--registry-page, .fc-l-main.fc-l-main--login-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fc-l-header-banner {
  width: 100%;
}
.fc-l-header-banner__link {
  display: block;
}

.fc-l-header {
  background: var(--color-background);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.fc-l-header.fc-l-header--simple {
  position: relative;
  z-index: 2;
}
.fc-l-header__bar {
  display: block;
}
.fc-l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fc-l-header__search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  -webkit-transition: background 0.3s ease, padding-left 0.3s ease, text-align 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, padding-left 0.3s ease, text-align 0.3s ease, border-color 0.3s ease;
  border: 1px solid var(--color-border-gray);
  border-radius: 20px;
  color: var(--color-default);
  font-family: var(--font-family);
  line-height: var(--line-height-xs);
  text-align: center;
}
.fc-l-header__search-input::-webkit-input-placeholder {
  color: var(--color-placeholder);
}
.fc-l-header__search-input::-moz-placeholder {
  color: var(--color-placeholder);
}
.fc-l-header__search-input:-ms-input-placeholder {
  color: var(--color-placeholder);
}
.fc-l-header__search-input::-ms-input-placeholder {
  color: var(--color-placeholder);
}
.fc-l-header__search-input::placeholder {
  color: var(--color-placeholder);
}
.fc-l-header__search-input:focus {
  outline: none;
}
.fc-l-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fc-l-header__search.fc-l-header__search--active {
  z-index: 10001;
}
.fc-l-header__search.fc-l-header__search--active .fc-l-header__search-input {
  border-color: transparent;
  text-align: left;
}
.fc-l-header__search-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  color: var(--color-placeholder);
  font-size: var(--font-size-title-medium);
  font-weight: var(--font-weight-light);
  line-height: 1.5;
  pointer-events: none;
}
.fc-l-header__search-placeholder.fc-l-header__search-placeholder--hidden {
  opacity: 0;
}
.fc-l-header__search-wrapper {
  position: relative;
  width: 100%;
}
.fc-l-header__search-close {
  padding: 0;
  -webkit-transition: opacity 0.2s ease 0.1s, right 0.3s ease;
  transition: opacity 0.2s ease 0.1s, right 0.3s ease;
  border: 0;
  opacity: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}
.fc-l-header__search-close.fc-l-header__search-close--active {
  opacity: 1;
  pointer-events: auto;
}
.fc-l-header__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fc-l-header__logo {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.fc-l-header__logo-image {
  display: block;
  width: 100%;
  height: auto;
}
.fc-l-header__tool {
  display: block;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: none;
  color: var(--color-default) !important;
  text-decoration: none;
  cursor: pointer;
}
.fc-l-container--login-page .fc-l-header__tool--member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 7px;
}
.fc-l-header__tool-icon {
  display: block;
  position: relative;
  margin: 0 auto;
}
.fc-l-header__tool-icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
  background-color: var(--color-notify);
}
.fc-l-header__tool-icon.is-notify::after {
  opacity: 1;
}
.fc-l-container--login-page .fc-l-header__tool-label.fc-l-header__tool-label--login {
  display: none;
}
.fc-l-header__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: var(--font-weight-light);
}
.fc-l-header__member.fc-l-header__member--login {
  display: block;
}
.fc-l-header__member-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fc-l-header__member-last-name, .fc-l-header__member-point-value {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fc-l-header__member-text {
  display: inline-block;
}
.fc-l-header__member-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fc-l-header__member-point-unit {
  display: inline-block;
}
.fc-l-header__utility-panel {
  list-style: none;
}
.fc-l-header__utility-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fc-l-header__utility-item {
  position: relative;
}
.fc-l-header__button {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  padding: 16px 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: var(--color-background);
  color: var(--color-default) !important;
  font-size: var(--font-size-title-medium);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height-lg);
  text-align: center;
  text-decoration: none;
}
.fc_sm .fc-l-header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fc-l-header__button:focus {
  z-index: 10;
}
.fc-l-header__button:hover {
  background-color: var(--color-background-gray);
}
.fc-l-header__button.fc-l-header__button--primary {
  border: solid var(--color-border);
  border-width: 0 1px 0 0;
  border-radius: 0 0 0 12px;
}
.fc-l-header__button.fc-l-header__button--secondary {
  border-radius: 0 0 12px;
}
.fc_sm .fc-l-header__recent-link {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--color-button-primary);
  font-size: var(--font-size-paragraph);
  line-height: var(--line-height-loose);
  font-weight: var(--font-weight-semibold);
}
.is-android .fc_sm .fc-l-header__recent-link {
  font-weight: var(--font-weight-bold);
}
.fc-l-container--login-page .fc-l-header__login-popup--member::before {
  top: -13px;
  left: 71px;
}
.fc-l-container--login-page .fc-l-header__login-popup--member::after {
  top: 1px;
  left: 45px;
  height: 15px;
}
.fc-l-header__search-button {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}
@media print, (min-width: 768px) {
  .fc-l-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .fc-l-header__container {
    width: calc(100% - 40px);
    max-width: var(--width-wrapper);
    margin: 0 auto;
  }
  .fc-l-container--login-page .fc-l-header__button {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .fc-l-container--login-page .fc-l-header__button:focus {
    z-index: 10;
  }
  .fc-l-container--login-page .fc-l-header__button--primary {
    padding-top: 18px;
    padding-bottom: 14px;
    border-width: 0 0 1px;
    border-radius: 12px 12px 0 0;
  }
  .fc-l-container--login-page .fc-l-header__button--secondary {
    padding-bottom: 17px;
    border-radius: 0 0 12px 12px;
  }
  .fc-l-header__search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 27px;
    padding-left: 30px;
  }
  .fc-l-container--login-page .fc-l-header__search {
    max-width: 420px;
  }
  .is-tablet .fc-l-header__search {
    max-width: 418px;
  }
  .fc-l-header__search-placeholder {
    width: 280px;
  }
  .fc-l-header__search-input {
    width: 280px;
    padding: 5px 49px;
    background: var(--color-background) var(--icon_search) center left 20px/19px auto no-repeat;
    font-size: var(--font-size-title-medium);
  }
  .is-mac .fc-l-header__search-input, .is-firefox .fc-l-header__search-input, .is-chromium .fc-l-header__search-input {
    padding-top: 7px;
  }
  .fc-l-header__search.fc-l-header__search--active .fc-l-header__search-input {
    width: 100%;
    padding-right: 78px;
    background: var(--color-background) var(--icon_search_focus) center left 20px/19px auto no-repeat;
  }
  .fc-l-header__brand {
    min-height: 80px;
  }
  .fc-l-header__logo {
    width: 188px;
  }
  .fc-l-header__search-close, .fc-l-header__search-button {
    display: block;
    position: absolute;
    top: 50%;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
  }
  .fc-l-header__search-close {
    right: 42px;
    margin-top: -8px;
    -webkit-transition: opacity 0.1s ease, right 0.3s ease;
    transition: opacity 0.1s ease, right 0.3s ease;
    border-radius: 50%;
  }
  .fc-l-header__search-close:hover {
    opacity: 0.8;
  }
  .fc-l-header__search-button {
    right: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -9px;
    -webkit-transition: opacity 0.3s ease, width 0.3s ease;
    transition: opacity 0.3s ease, width 0.3s ease;
    color: var(--color-link);
    font-size: var(--font-size-paragraph);
    line-height: var(--line-height-loose);
  }
  .is-mac .fc-l-header__search-button {
    margin-top: -8px;
  }
  .fc-l-header__search-close.fc-l-header__search-close--active {
    right: 50px;
  }
  .fc-l-header__search-close.fc-l-header__search-close--active + .fc-l-header__search-button {
    opacity: 1;
    pointer-events: auto;
  }
  .fc-l-header__tool {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 18px;
    gap: 6px;
  }
  .fc-l-header__tool.highlighted, .fc-l-header__tool:hover {
    background-color: var(--color-background-gray);
  }
  .fc-l-container--login-page .fc-l-header__tool--member {
    padding-top: 18px;
    padding-left: 12px;
  }
  .fc-l-header__tool-icon {
    width: 26px;
  }
  .fc-l-header__tool-icon::after {
    top: 2px;
    left: -2px;
  }
  .fc-l-container--login-page .fc-l-header__tool-icon--member {
    display: none;
  }
  .fc-l-header__tool-label {
    display: block;
    margin-top: 6px;
    font-size: var(--font-size-paragraph);
    font-weight: var(--font-weight-light);
    line-height: var(--line-height-tight);
    text-align: center;
  }
  .fc-l-header__member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 15px;
    font-size: var(--font-size);
    line-height: var(--line-height);
  }
  .fc-l-header__member.fc-l-header__member--hidden {
    display: none;
  }
  .fc-l-header__member-last-name, .fc-l-header__member-point-value {
    max-width: 116px;
  }
  .fc-l-header__member-name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fc-l-header__member-text {
    margin-left: 3px;
    font-size: var(--font-size-paragraph);
  }
  .fc-l-header__utility {
    position: relative;
    z-index: 9;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .fc_sm .fc-l-header__utility-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .fc-l-header__utility-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fc-l-header__utility-submenu {
    position: absolute;
    background: transparent;
    list-style: none;
    pointer-events: none;
  }
  .fc-l-header__utility-submenu--hamburger {
    right: 0;
    left: unset !important;
    width: 790px !important;
    max-width: 790px !important;
  }
  .fc-l-header__utility-submenu--member {
    right: -135px;
    left: unset !important;
    width: 330px !important;
    max-width: 330px !important;
  }
  .fc-l-container--login-page .fc-l-header__utility-submenu--member {
    left: -57px !important;
    width: 165px !important;
    max-width: 165px !important;
  }
  .fc-l-header__utility-submenu--favorite {
    right: -120px;
    left: unset !important;
    width: 330px !important;
    max-width: 330px !important;
  }
  .fc-l-container--login-page .fc-l-header__utility-submenu--favorite {
    right: -120px !important;
    width: 480px !important;
    max-width: 480px !important;
  }
  .fc-l-header__utility-item--hamburger {
    max-width: 60px;
  }
  .fc-l-header__utility-item {
    min-width: 60px;
  }
  .fc-l-header__login-popup {
    position: relative;
    top: 0;
    border-radius: 12px;
    background: var(--color-background);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    pointer-events: auto;
  }
  .fc-l-header__login-popup::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 11px solid transparent;
    border-bottom: 20px solid var(--color-background);
    border-left: 11px solid transparent;
    -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.15));
  }
  .fc-l-header__login-popup::after {
    content: "";
    position: absolute;
    width: 66px;
    height: 20px;
    background-color: var(--color-background);
  }
  .fc-l-header__login-popup--member {
    width: 100%;
  }
  .fc-l-header__login-popup--member::before {
    top: -14px;
    left: 154px;
  }
  .fc-l-header__login-popup--member::after {
    top: 0;
    left: 136px;
  }
  .fc-l-header__login-popup--favorite::before {
    top: -14px;
    left: 169px;
  }
  .fc-l-container--login-page .fc-l-header__login-popup--favorite::before {
    left: 319px;
  }
  .fc-l-header__login-popup--favorite::after {
    top: 0;
    left: 151px;
  }
  .fc-l-container--login-page .fc-l-header__login-popup--favorite::after {
    left: 300px;
  }
  .fc-l-header__login-popup--hamburger {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fc-l-header__login-popup--hamburger::before {
    top: -14px;
    right: 19px;
  }
  .fc-l-header__login-popup--hamburger::after {
    top: 0;
    right: 10px;
  }
  .fc-l-header__login-wrapper {
    padding: 20px;
  }
  .fc-l-container--login-page .fc-l-header__login-wrapper--login {
    display: none;
  }
  .fc-l-header__login-greeting {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: var(--font-size-title-medium);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-md);
  }
  .fc-l-header__login-note {
    margin-bottom: 0;
    line-height: var(--line-height);
  }
  .fc-l-header__login-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--color-border);
  }
  .fc-l-container--login-page .fc-l-header__login-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 165px;
    background-color: transparent;
  }
  .fc-l-container--login-page .fc-l-header__login-action--login {
    display: none;
  }
  .fc-l-header__recent-link.fc-l-header__recent-link--favorite {
    font-size: var(--font-size-paragraph-large);
    line-height: var(--line-height-xl);
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-l-header {
    position: relative;
    z-index: 8;
  }
  .fc-l-header__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .fc-l-header__search {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(100% - 42px);
    margin: 5px auto 10px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    border-radius: 20px;
  }
  .fc-l-header__search-placeholder {
    width: 100%;
    padding-top: 1px;
  }
  .fc-l-header__search-wrapper {
    display: block;
    position: relative;
  }
  .fc-l-header__search-wrapper::before, .fc-l-header__search-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 19px;
    width: 20px;
    height: 20px;
    margin-top: -9px;
    -webkit-transition: opacity 0.3s ease, left 0.3s ease;
    transition: opacity 0.3s ease, left 0.3s ease;
  }
  .fc-l-header__search-wrapper::before {
    background: var(--icon_search) center left/19px auto no-repeat;
  }
  .fc-l-header__search-wrapper::after {
    opacity: 0;
    background: var(--icon_search_focus) center left/19px auto no-repeat;
  }
  .fc-l-header__search-input {
    width: 100%;
    padding: 6px 43px 5px;
    background-color: var(--color-background);
    font-size: var(--font-size-title-medium);
  }
  .fc-l-header__search-input:focus {
    outline: 0;
  }
  .fc-l-header__search.fc-l-header__search--active {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
  }
  .fc-l-header__search.fc-l-header__search--active .fc-l-header__search-wrapper::before, .fc-l-header__search.fc-l-header__search--active .fc-l-header__search-wrapper::after {
    left: 14px;
  }
  .fc-l-header__search.fc-l-header__search--active .fc-l-header__search-wrapper::before {
    opacity: 0;
  }
  .fc-l-header__search.fc-l-header__search--active .fc-l-header__search-wrapper::after {
    opacity: 1;
  }
  .fc-l-header__search.fc-l-header__search--active ~ .fc-c-overlay {
    opacity: 0;
    background-color: transparent !important;
  }
  .fc-l-header__brand {
    min-height: 50px;
    padding-left: 10px;
  }
  .fc-l-container--login-page .fc-l-header__brand {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 5px;
  }
  .fc-l-header__logo {
    width: 150px;
  }
  .fc-l-container--login-page .fc-l-header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 150px;
  }
  .fc-l-header__search-close {
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -8px;
    -webkit-transition: opacity 0.3s ease, right 0.3s ease;
    transition: opacity 0.3s ease, right 0.3s ease;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
  }
  .fc-l-header__search-button {
    display: none;
  }
  .fc-l-header__tool {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    gap: 6px;
  }
  .fc-l-container--login-page .fc-l-header__tool--member {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 4px;
  }
  .fc-l-header__tool-icon {
    width: 40px;
  }
  .fc-l-header__tool-icon::after {
    top: 11px;
    left: 8px;
  }
  .fc-l-header__tool-icon.fc-l-header__tool-icon--member {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12px;
    margin-right: 3px;
  }
  .fc-l-header__login-popup--hamburger {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: calc(-100% - 10px);
    width: 330px;
    height: 100dvh;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: var(--color-background);
  }
  .fc-l-header__login-popup--hamburger.fc-l-header__login-popup--active {
    right: 0;
  }
  .fc-l-header__member {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 13px;
    font-size: var(--font-size-paragraph);
    line-height: var(--line-height-tight);
  }
  .fc-l-container--login-page .fc-l-header__member--login {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 5px;
  }
  .fc-l-header__member-point {
    width: 100%;
    margin-top: 4px;
  }
  .fc-l-header__member-last-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 45px;
  }
  .fc-l-header__member-point-value {
    max-width: 63px;
  }
  .fc-l-header__member-name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fc-l-header__member-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1px;
    font-size: var(--font-size-paragraph-small);
    letter-spacing: -0.1em;
    line-height: 1.25;
  }
  .is-ios .fc-l-header__member-text {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .fc-l-header__member-point-unit {
    margin-left: 2px;
  }
  .fc-l-header__utility {
    z-index: 10002;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 5px;
  }
  .fc-l-header__utility-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .fc-l-header__utility-item {
    min-width: 40px;
  }
  .fc-l-header__utility-submenu.fc-l-header__utility-submenu--hamburger {
    display: block;
  }
  .fc_sm .fc-l-header__utility-item--member {
    display: none;
  }
  .fc-l-container--login-page .fc-l-header__utility-item--member {
    display: block;
  }
  .fc-l-header__recent-link.fc-l-header__recent-link--recent, .fc-l-header__recent-link.fc-l-header__recent-link--history {
    top: 20px;
    right: 10px;
    font-size: var(--font-size-paragraph);
  }
}
@media only screen and (max-width: 320px) {
  .fc-l-header__brand {
    padding-left: 5px;
  }
  .fc-l-header__utility {
    padding-right: 0;
  }
  .fc-l-header__login-popup--hamburger.fc-l-header__login-popup--active {
    right: -5px;
  }
}

.fc-l-list-header-search {
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 20px;
  opacity: 0;
  background-color: var(--color-background);
  pointer-events: none;
}
.fc-l-list-header-search.fc-l-list-header-search--active {
  opacity: 1;
  pointer-events: auto;
}
.fc-l-list-header-search__wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fc-l-list-header-search__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: var(--color-background);
  text-decoration: none;
  color: var(--color-default) !important;
}
.fc-l-list-header-search__item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 2px solid var(--color-default);
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
}
.fc-l-list-header-search__item-link:focus {
  outline: 0;
}
.fc-l-list-header-search__item-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fc-l-list-header-search__item-product, .fc-l-list-header-search__item-style {
  display: block;
  font-size: var(--font-size-title-medium);
  line-height: var(--line-height-md);
}
.fc-l-list-header-search__item-product {
  color: var(--color-default);
  font-weight: var(--font-weight-light);
}
.fc-l-list-header-search__item-style {
  color: var(--color-default);
  font-weight: var(--font-weight-semibold);
}
.fc-l-list-header-search__item-category {
  display: block;
  padding-left: 20px;
  color: var(--color-link);
  font-size: var(--font-size-paragraph);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-loose);
}
@media print, (min-width: 768px) {
  .fc-l-list-header-search {
    top: 20px;
    left: 30px;
    width: calc(100% - 57px);
    padding-top: 40px;
  }
  .fc-l-list-header-search__wrapper {
    overflow: hidden;
    border-radius: 0 0 20px 20px;
  }
  .fc-l-list-header-search__item:first-child {
    border-top: 1px solid var(--color-border);
  }
  .fc-l-list-header-search__item-link {
    padding: 10px 20px;
  }
  .fc-l-list-header-search__item-link:hover {
    background-color: var(--color-background-gray);
  }
  .fc-l-list-header-search__item-link:focus::before {
    opacity: 1;
  }
  .fc-l-list-header-search__item-product, .fc-l-list-header-search__item-style {
    font-size: var(--font-size-title-medium);
    line-height: var(--line-height-md);
  }
  .fc-l-list-header-search__item-style {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-l-list-header-search {
    top: 20px;
    left: 0;
    width: 100%;
    padding-top: 20px;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
  }
  .fc-l-list-header-search__item {
    border-top: 1px solid var(--color-border);
  }
  .fc-l-list-header-search__item-link {
    padding: 10px 9px 9px 44px;
    background: var(--color-background) var(--icon_search_focus) center left 18px/12px auto no-repeat;
  }
  .fc-l-list-header-search__item-link.fc-l-list-header-search__item-link--last {
    border-radius: 0 0 20px 20px;
  }
  .fc-l-list-header-search__item-link.fc-l-list-header-search__item-link--last::before {
    border-radius: 4px 4px 20px 20px;
  }
  .fc-l-list-header-search__item-product, .fc-l-list-header-search__item-style {
    font-size: var(--font-size-paragraph-large);
    line-height: 1.1666666667;
  }
  .fc-l-list-header-search__item-style {
    margin-left: 12px;
  }
}

.fc-l-list-header-recent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fc-l-list-header-recent__item {
  margin-right: 5px;
}
.fc-l-list-header-recent__item:nth-child(5n) {
  margin-right: 0;
}
.fc-l-list-header-recent__item:nth-child(n+6) {
  display: none;
}
.fc-l-list-header-recent__link {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.fc-l-list-header-recent__link:hover {
  opacity: 0.8;
}
@media print, (min-width: 768px) {
  .fc-l-list-header-recent {
    width: 420px;
  }
  .fc-l-list-header-recent__link {
    width: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-l-list-header-recent {
    width: 320px;
  }
  .fc-l-list-header-recent__link {
    width: 60px;
  }
}

.fc-l-header-favorite {
  padding: 20px 30px;
}
.fc-l-header-favorite__wrapper {
  position: relative;
}
.fc-l-header-favorite__title {
  margin-bottom: 20px;
  font-size: var(--font-size-title-medium);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-md);
}
@media print, (min-width: 768px) {
  .fc-l-header-favorite.fc-l-header-favorite--hidden {
    display: none;
  }
  .fc-l-container--login-page .fc-l-header-favorite.fc-l-header-favorite--hidden {
    display: block;
  }
}

.scroll-down,
.scroll-up {
  display: block;
  width: 0;
  height: 0;
  margin: 0 !important;
}

.fc-l-submenu-header-product .fc-l-header-sitemap__title {
  padding: 15px 10px 14px;
}
.fc-l-submenu-header-product .fc-l-header-sitemap__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 49px;
  padding: 3px 40px 4px 20px;
}
.fc-l-submenu-header-product .fc-l-header-sitemap__item {
  padding: 0;
}
.fc-l-submenu-header-product .fc-l-header-sitemap__item:last-child {
  border-bottom: 1px solid var(--color-border);
}
@media print, (min-width: 768px) {
  .fc-l-header-sitemap {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    grid-template-rows: auto auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 40px 50px 42px;
  }
  .fc-l-header-sitemap__column {
    min-width: 270px;
  }
  .fc-l-header-sitemap__column.fc-l-header-sitemap__column--menu {
    grid-row: 1/span 2;
  }
  .fc-l-header-sitemap__column.fc-l-header-sitemap__column--recent {
    -ms-flex-item-align: start;
    align-self: start;
    margin-bottom: -39px;
  }
  .fc-l-header-sitemap__column.fc-l-header-sitemap__column--support {
    -ms-flex-item-align: start;
    align-self: start;
  }
  .fc-l-header-sitemap__column--category {
    border-top: 1px solid var(--color-border);
  }
  .fc-l-header-sitemap__wrapper {
    position: relative;
  }
  .fc-l-header-sitemap__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: var(--font-size-title-large);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-xxl);
  }
  .fc-l-header-sitemap__list {
    margin-bottom: 0;
    padding-top: 2px;
    padding-left: 0;
    list-style: none;
  }
  .fc-l-header-sitemap__item {
    margin-bottom: 24px;
  }
  .fc-l-header-sitemap__item:last-child {
    margin-bottom: 0;
  }
  .fc-l-header-sitemap__link {
    color: var(--color-default) !important;
    font-size: var(--font-size-title-medium);
    font-weight: var(--font-weight-light);
    line-height: var(--line-height-lg);
  }
  .fc_sm .fc-l-header-sitemap__link {
    display: inline-block;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-l-header-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-bottom: 100px;
    overflow: hidden auto;
  }
  .fc-l-header-sitemap__column--action, .fc-l-header-sitemap__column--category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fc-l-header-sitemap__member-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
    background-color: var(--color-background-gray);
  }
  .fc-l-header-sitemap__member-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    font-size: var(--font-size-title-medium);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-md);
  }
  .fc-l-header-sitemap__member-user--action, .fc-l-header-sitemap__member-point--action {
    display: none;
  }
  .fc-l-container--login-page .fc-l-header-sitemap__member-user--action, .fc-l-container--login-page .fc-l-header-sitemap__member-point--action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fc-l-header-sitemap__column--action {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: var(--color-background);
  }
  .fc-l-container--login-page .fc-l-header-sitemap__column--action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fc-l-header-sitemap__title {
    padding: 15px 10px;
    background-color: var(--color-background-gray);
    font-size: var(--font-size-title-medium);
    font-weight: var(--font-weight-semibold);
  }
  .is-android .fc-l-header-sitemap__title {
    font-weight: var(--font-weight-bold);
  }
  .fc-l-header-sitemap__title.fc-l-header-sitemap__title--recent, .fc-l-header-sitemap__title.fc-l-header-sitemap__title--history {
    padding: 19px 10px 15px 0;
    background-color: var(--color-background);
  }
  .fc-l-header-sitemap__column--recent, .fc-l-header-sitemap__column--history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 19px;
    padding-left: 10px;
  }
  .fc-l-header-sitemap__column--recent {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fc-l-header-sitemap__column--history {
    display: none;
  }
  .fc-l-container--login-page .fc-l-header-sitemap__column--history {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-top: 1px solid var(--color-border);
  }
  .fc-l-header-sitemap__column--border {
    border: 0;
  }
  .fc-l-container--login-page .fc-l-header-sitemap__column--border {
    border-top: 1px solid var(--color-border);
  }
  .fc-l-header-sitemap__column--category {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .fc-l-container--login-page .fc-l-header-sitemap__column--category {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .fc-l-header-sitemap__column--menu {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .fc-l-container--login-page .fc-l-header-sitemap__column--menu {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .fc-l-header-sitemap__column--support {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .fc-l-container--login-page .fc-l-header-sitemap__column--support {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .fc-l-header-sitemap__member-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fc-l-header-sitemap__member-item {
    width: 140px;
    border: 1px solid var(--color-border);
  }
  .fc-l-header-sitemap__member-item:first-child {
    border-width: 1px 0;
  }
  .fc-l-container--login-page .fc-l-header-sitemap__member-item {
    width: 165px;
    height: 50px;
    border-top: 0;
  }
  .fc-l-container--login-page .fc-l-header-sitemap__member-item:last-child {
    border-width: 1px 0 1px 1px;
  }
  .fc-l-header-sitemap__member-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 14px 15px 13px;
    color: var(--color-default) !important;
    font-size: var(--font-size-title-medium);
    letter-spacing: var(--letter-spacing);
    text-decoration: none;
  }
  .fc_sm .fc-l-header-sitemap__member-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fc-l-header-sitemap__member-icon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 21px;
    margin-right: 9px;
  }
  .fc-l-header-sitemap__member-text {
    display: block;
  }
  .is-ios .fc-l-header-sitemap__member-text {
    padding-top: 1px;
  }
  .fc-l-header-sitemap__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1003;
    top: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .fc-l-header-sitemap__hamburger-image {
    width: 40px;
    height: 40px;
  }
  .fc-l-header-sitemap__wrapper {
    position: relative;
  }
  .fc-l-header-sitemap__item {
    padding: 2px 0;
    border-top: 1px solid var(--color-border);
  }
  .fc-l-header-sitemap__item:first-child {
    border-top: none;
  }
  .fc-l-header-sitemap__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 13px 40px 11px 20px;
    color: var(--color-default) !important;
    font-size: var(--font-size-title-medium);
  }
  .fc-l-header-sitemap__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    width: 11px;
    background: var(--icon_arrow) center/100% auto no-repeat;
  }
  .fc-l-header-sitemap__link-detail {
    display: inline-block;
  }
  .fc-l-header-sitemap__user-name {
    display: inline-block;
    max-width: 153px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fc-l-header-sitemap__user-text {
    margin-left: 6px;
    font-size: var(--font-size-paragraph-large);
    line-height: 1.6666666667;
  }
  .fc-l-header-sitemap__point-text {
    display: inline-block;
    font-size: var(--font-size);
    font-weight: var(--font-weight-light);
    line-height: var(--line-height);
  }
  .fc-l-header-sitemap__point-text:first-child {
    position: relative;
    padding-left: 20px;
  }
  .fc-l-header-sitemap__point-text:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: var(--icon_point) center/100% auto no-repeat;
  }
  .fc-l-header-sitemap__point-value {
    display: inline-block;
    max-width: 80px;
    margin: 0 6px;
    overflow: hidden;
    font-size: var(--font-size-title-small);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-regular);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767.98px) {
  .fc-l-list-header-category {
    width: 100%;
  }
  .fc-l-list-header-category__item {
    position: relative;
  }
  .fc-l-list-header-category__item-link {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 40px 13px 20px;
    border-top: 1px solid var(--color-border);
    color: var(--color-default) !important;
    font-size: var(--font-size-title-medium);
    cursor: pointer;
    font-weight: var(--font-weight-semibold);
  }
  .is-android .fc-l-list-header-category__item-link {
    font-weight: var(--font-weight-bold);
  }
  .fc_sm .fc-l-list-header-category__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fc-l-submenu-header-product .fc-l-list-header-category__item-link {
    padding: 9px 40px 10px 21px;
  }
  .fc-l-list-header-category__item-link.fc-l-list-header-category__item-link--first {
    border-top: 0;
  }
  .fc-l-list-header-category__item-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    width: 11px;
    background: var(--icon_arrow) center/100% auto no-repeat;
  }
  .fc-l-list-header-category__link-image {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin-right: 11px;
    border-radius: 50%;
  }
  .fc-l-list-header-category__link-detail {
    display: inline-block;
  }
}

.fc-l-submenu-header-product {
  position: absolute;
  z-index: 1004;
  top: 0;
  right: -100%;
  width: 330px;
  height: 100dvh;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: var(--color-background);
}
.fc-l-submenu-header-product.fc-l-submenu-header-product--active {
  right: 0;
}
.fc-l-submenu-header-product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden auto;
  -webkit-box-orient: vertical;
}
.fc-l-submenu-header-product__heading {
  position: relative;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  background-color: var(--color-background);
}
.fc-l-submenu-header-product__content {
  display: block;
}
.fc-l-submenu-header-product__button-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 14px;
  left: 19px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  font-size: var(--font-size);
  cursor: pointer;
}
.fc-l-submenu-header-product__button-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 16px;
}
.fc-l-submenu-header-product__button-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 13px;
  margin-top: -6px;
  background: var(--icon_arrow_previous) top left/100% auto no-repeat;
}
.fc-l-submenu-header-product__button-close {
  display: block;
  position: absolute;
  z-index: 100;
  top: 9px;
  right: 4px;
  width: 40px;
  height: 40px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fc-l-submenu-header-product__heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 12px 70px;
  font-size: var(--font-size-title-big);
  text-align: center;
  font-weight: var(--font-weight-semibold);
}
.is-android .fc-l-submenu-header-product__heading-title {
  font-weight: var(--font-weight-bold);
}
@media print, (min-width: 768px) {
  .fc-l-submenu-header-product {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .fc-l-submenu-header-product.fc-l-submenu-header-product--active {
    right: -5px;
  }
}

.fc-l-list-header-product {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 740px;
  padding-left: 20px;
}
.fc-l-list-header-product::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: calc(100% - 20px);
  border-left: 1px solid var(--color-border);
}
.fc-l-list-header-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fc-l-list-header-product__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  padding: 10px 5px 0;
  font-size: var(--font-size-paragraph-large);
  line-height: var(--line-height-sm);
}
.fc-l-list-header-product__item--font-small {
  font-size: var(--font-size-paragraph);
  line-height: var(--line-height-xs);
}
.fc-l-list-header-product__item--font-size, .fc-l-list-header-product__item--style-more {
  color: var(--color-link);
  font-size: var(--font-size-paragraph);
  line-height: var(--line-height-xs);
}
.fc-l-list-header-product__item--font-size {
  padding-right: 7px;
  padding-left: 7px;
}
.fc-l-list-header-product__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 70px;
}
.fc-l-list-header-product__item-image {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 11px;
}
.fc-l-list-header-product__image-source {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fc-l-list-header-product__item-text {
  display: block;
  color: var(--color-default);
  font-weight: var(--font-weight-light);
  text-align: center;
}

.fc-l-navigation-header-category {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.fc-l-navigation-header-category::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: var(--color-background-gray);
}
.fc-l-navigation-header-category__viewport {
  display: block;
}
.fc-l-navigation-header-category__wrapper {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  max-width: var(--width-wrapper);
  margin: 0 auto;
}
.fc-l-navigation-header-category__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1200px) {
  .fc-l-navigation-header-category__wrapper {
    overflow: visible;
  }
  .fc-l-navigation-header-category__list {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
  }
  .fc-l-navigation-header-category__item {
    position: relative;
    flex: 0 1 auto;
    min-width: 0;
    margin: 0;
  }
  .fc-l-navigation-header-category__submenu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
  }
  .fc-l-navigation-header-category__link.highlighted + .fc-l-navigation-header-category__submenu,
  .fc-l-navigation-header-category__link:focus-visible + .fc-l-navigation-header-category__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.fc-l-navigation-header-category__item {
  font-size: var(--font-size-title-small);
  line-height: var(--line-height-regular);
}
.fc_sm .fc-l-navigation-header-category__item {
  position: unset;
}
.fc-l-navigation-header-category__item::before {
  content: "";
  position: absolute;
  top: var(--header-overlay-offset, 50px);
  left: 50%;
  width: 98vw;
  height: calc(150vh - var(--header-overlay-offset, 50px));
  max-height: var(--nav-overlay-max-height, 100vh);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.fc-l-navigation-header-category__item:has(.fc-l-navigation-header-category__link.highlighted)::before {
  opacity: 1;
}
.fc-l-navigation-header-category__item:nth-child(4), .fc-l-navigation-header-category__item:nth-child(5) {
  font-size: var(--font-size-title-large);
  line-height: var(--line-height-xxl);
}
.fc-l-navigation-header-category__submenu {
  position: absolute;
  top: 50px !important;
  right: 50%;
  left: unset !important;
  width: 98vw !important;
  max-width: 98vw !important;
  margin: 0 !important;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  background-color: var(--color-background);
  pointer-events: none;
  z-index: 1;
}
.fc-l-navigation-header-category__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  -webkit-transform: rotate(-0.001deg);
  -ms-transform: rotate(-0.001deg);
  transform: rotate(-0.001deg);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #717171 !important;
  font-weight: var(--font-weight-semibold);
  text-decoration: none;
}
.fc-l-navigation-header-category__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  background: var(--icon_category_active) bottom left/100% auto no-repeat;
}
.fc-l-navigation-header-category__link.highlighted, .fc-l-navigation-header-category__link:hover {
  color: var(--color-default) !important;
}
.fc-l-navigation-header-category__link.highlighted::after, .fc-l-navigation-header-category__link:hover::after {
  opacity: 1;
}
.fc-l-navigation-header-category__link.highlighted + .fc-l-navigation-header-category__submenu {
  pointer-events: auto;
}
.fc-l-navigation-header-category__panel {
  pointer-events: auto;
}
.fc_sm .fc-l-navigation-header-category__panel {
  list-style: none;
}
.fc-l-navigation-header-category__panel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: var(--width-wrapper);
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fc-l-navigation-header-category__panel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 98vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--color-background);
}
.fc-l-navigation-header-category__panel-list {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
  pointer-events: auto;
}
.fc-l-navigation-header-category__panel-item {
  padding: 8px 0;
}
.fc-l-navigation-header-category__panel-link {
  padding: 4px 0;
  color: var(--color-default) !important;
  font-size: var(--font-size-paragraph-large);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-sm);
}
.fc_sm .fc-l-navigation-header-category__panel-link {
  display: inline-block;
}
@media print, (min-width: 768px) and (max-width: 1024.98px) {
  .fc-l-navigation-header-category__submenu {
    padding-right: 10px;
    padding-left: 10px;
  }
  .fc-l-navigation-header-category__panel-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media print, (min-width: 768px) and (max-width: 963px) {
  .fc-l-navigation-header-category__submenu {
    right: -20px;
    width: var(--width-wrapper) !important;
    max-width: var(--width-wrapper) !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fc-l-container--footer {
  position: relative;
  -webkit-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.05);
}
.is-scroll-locked-mobile .fc-l-footer {
  z-index: 2;
}
.fc-l-footer__brand {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fc-l-footer__brand-link {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fc-l-footer__brand-image {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.fc-l-footer__brand-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #3d3d3d !important;
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-xs);
  text-decoration: none;
}
.fc-l-footer__brand-button:hover {
  background-color: var(--color-background-gray);
}
@media print, (min-width: 768px) {
  .fc-l-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .fc-l-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    max-width: var(--width-wrapper);
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 22px;
    text-align: left !important;
  }
  .fc-l-footer__brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 280px;
    margin-right: 40px;
    padding-right: 20px;
  }
  .fc-l-footer__brand-link {
    width: 188px;
    margin-bottom: 24px;
  }
  .fc-l-footer__brand-button {
    width: 80px;
    min-height: 30px;
    padding: 5px 5px 3px;
    border: 1px solid #3d3d3d;
    border-radius: 6px;
    font-size: var(--font-size-paragraph-large);
  }
}
@media print, (min-width: 768px) and (max-width: 1024.98px) {
  .fc-l-footer__brand {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-l-footer__container {
    padding-top: 30px;
    border-bottom: 10px solid var(--color-border);
  }
  .fc-l-footer__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 30px;
  }
  .fc-l-footer__brand-link {
    width: 110px;
  }
  .fc-l-footer__brand-button {
    width: 60px;
    min-height: 20px;
    padding: 3px 2px 2px;
    border: 1px solid var(--color-border-button);
    border-radius: 3px;
    font-size: var(--font-size-paragraph);
  }
  .is-safari .fc-l-footer__brand-button {
    padding-top: 4px;
  }
}

.fc-l-footer-information__wrapper {
  display: block;
}
.fc-l-footer-information__title {
  font-weight: var(--font-weight-semibold);
}
.fc-l-footer-information__introduction {
  font-weight: var(--font-weight-light);
}
.fc-l-footer-information__logo-content {
  display: block;
}
.fc-l-footer-information__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.fc-l-footer-information__sns-list--vertical {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fc-l-footer-information__sns-item--vertical {
  width: 100%;
}
.fc-l-footer-information__sns-item--vertical:last-child {
  margin-bottom: 0;
}
.fc-l-footer-information__sns-link {
  display: block;
}
.fc-l-footer-information__sns-link--vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.fc-l-footer-information__sns-text {
  color: var(--color-default);
}
.fc-l-footer-information__sns-image {
  display: block;
  width: 50px;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1));
}
.fc-l-footer-information__sns-image--vertical {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20px;
  margin: 0;
}
@media print, (min-width: 768px) {
  .fc-l-footer-information__title {
    position: relative;
    margin-right: -10px;
    margin-bottom: 15px;
    padding: 10px 0;
    font-size: var(--font-size-paragraph-large);
    line-height: var(--line-height-xl);
  }
  .fc-l-footer-information__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 1px;
    border-bottom: 1px solid var(--color-border-black);
  }
  .fc-l-footer-information__title--sns {
    margin-bottom: 20px;
  }
  .fc-l-footer-information__title--sns::before {
    width: 570px;
  }
  .fc-l-footer-information__introduction {
    margin-bottom: 10px;
    font-size: var(--font-size);
    line-height: var(--line-height-mid);
  }
  .fc-l-footer-information__introduction--sns {
    margin-bottom: 25px;
    line-height: var(--line-height);
  }
  .fc-l-footer-information__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 6px;
  }
  .fc-l-footer-information__logo-content {
    width: 189px;
    margin-right: 15px;
  }
  .fc-l-footer-information__logo-qr {
    display: block;
    width: 55px;
  }
  .fc-l-footer-information__sns {
    margin-top: 20px;
  }
  .fc-l-footer-information__sns--vertical {
    padding-top: 37px;
  }
  .fc-l-footer-information__sns-list {
    margin: 0 -14px 0 -12px;
  }
  .fc-l-footer-information__sns-item {
    padding: 0 14px 0 13px;
  }
  .fc-l-footer-information__sns-item--vertical {
    margin-bottom: 8px;
  }
  .fc-l-footer-information__sns-image {
    margin: 0 auto 7px;
  }
  .fc-l-footer-information__sns-image--vertical {
    margin-bottom: 0;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .fc-l-footer-information__sns-text {
    display: block;
    font-size: var(--font-size-paragraph-smaller);
    font-weight: var(--font-weight-light);
    line-height: var(--line-height-3xl);
    text-align: center;
  }
  .fc-l-footer-information__sns-text--vertical {
    padding-bottom: 1px;
    padding-left: 10px;
    font-size: var(--font-size);
    line-height: var(--line-height);
  }
  .fc-l-footer-information.fc-l-footer-information--search {
    width: 250px;
    margin-right: 40px;
    margin-bottom: 36px;
  }
  .fc-l-footer-information.fc-l-footer-information--notification {
    width: 330px;
    margin-bottom: 36px;
  }
  .fc-l-footer-information.fc-l-footer-information--sns {
    width: 280px;
    margin-right: 39px;
  }
  .fc-l-footer-information.fc-l-footer-information--sns-vertical {
    width: 250px;
    margin-right: 41px;
  }
  .fc-l-footer-information.fc-l-footer-information--member {
    width: 160px;
    margin-right: 40px;
  }
  .fc-l-footer-information.fc-l-footer-information--guide {
    width: 140px;
  }
}
@media print, (min-width: 768px) and (max-width: 1024.98px) {
  .fc-l-footer-information.fc-l-footer-information--search, .fc-l-footer-information.fc-l-footer-information--sns, .fc-l-footer-information.fc-l-footer-information--sns-vertical, .fc-l-footer-information.fc-l-footer-information--member {
    margin-right: 20px;
  }
  .fc-l-footer-information.fc-l-footer-information--notification, .fc-l-footer-information.fc-l-footer-information--guide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
  .fc-l-footer-information.fc-l-footer-information--guide {
    margin-right: 0;
  }
  .fc-l-footer-information__title--sns::before {
    width: 550px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-l-footer-information__title {
    margin-bottom: 11px;
    font-size: var(--font-size-title-medium);
    line-height: var(--line-height-semi);
    text-align: center;
  }
  .fc-l-footer-information__introduction {
    margin-bottom: 5px;
    font-size: var(--font-size-paragraph-large);
    line-height: var(--line-height-xl);
    text-align: center;
  }
  .fc-l-footer-information__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fc-l-footer-information__logo-content {
    width: 195px;
    margin: 0 auto;
  }
  .fc-l-footer-information__logo-qr {
    display: none;
  }
  .fc-l-footer-information__sns-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2px 0 9px;
  }
  .fc-l-footer-information__sns-item {
    padding: 0 15px;
  }
  .fc-l-footer-information__sns-image {
    margin: 0 auto 7px;
  }
  .fc-l-footer-information__sns-image--vertical {
    margin: 0;
  }
  .fc-l-footer-information__sns-text {
    display: none;
  }
  .fc-l-footer-information.fc-l-footer-information--search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 40px);
    margin: 0 auto 36px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 12px;
    background-color: var(--color-background-gray);
  }
  .fc-l-footer-information.fc-l-footer-information--notification {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 40px);
    margin: 0 auto 36px;
    margin-bottom: 20px;
    padding: 21px 20px 16px;
    overflow: hidden;
    border-radius: 12px;
    background-color: var(--color-background-gray);
  }
  .fc-l-footer-information.fc-l-footer-information--sns {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 40px);
    margin: 0 auto 36px;
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden;
    border-radius: 12px;
    background-color: var(--color-background-gray);
  }
  .fc-l-footer-information__wrapper--sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .fc-l-footer-information__introduction--sns {
    margin-bottom: 0;
  }
  .fc-l-footer-information.fc-l-footer-information--sns-vertical, .fc-l-footer-information.fc-l-footer-information--member, .fc-l-footer-information.fc-l-footer-information--guide, .fc-l-footer-information.fc-l-footer-information--introduction {
    border-top: 1px solid var(--color-border);
  }
  .fc-l-footer-information__title--sns-vertical, .fc-l-footer-information__title--member, .fc-l-footer-information__title--guide, .fc-l-footer-information__title--introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 59px;
    margin-bottom: 0;
    padding: 5px 40px 3px 20px;
    font-size: var(--font-size-title-small);
    text-align: left;
  }
  .fc-l-footer-information__title--sns-vertical::before, .fc-l-footer-information__title--sns-vertical::after, .fc-l-footer-information__title--member::before, .fc-l-footer-information__title--member::after, .fc-l-footer-information__title--guide::before, .fc-l-footer-information__title--guide::after, .fc-l-footer-information__title--introduction::before, .fc-l-footer-information__title--introduction::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .fc-l-footer-information__title--sns-vertical::before, .fc-l-footer-information__title--member::before, .fc-l-footer-information__title--guide::before, .fc-l-footer-information__title--introduction::before {
    opacity: 1;
    background: var(--icon_accordion_open) center/100% auto no-repeat;
  }
  .fc-l-footer-information__title--sns-vertical::after, .fc-l-footer-information__title--member::after, .fc-l-footer-information__title--guide::after, .fc-l-footer-information__title--introduction::after {
    opacity: 0;
    background: var(--icon_accordion_close) center/100% auto no-repeat;
  }
  .fc-l-footer-information__title--sns-vertical.fc-l-footer-information__title--active::before, .fc-l-footer-information__title--member.fc-l-footer-information__title--active::before, .fc-l-footer-information__title--guide.fc-l-footer-information__title--active::before, .fc-l-footer-information__title--introduction.fc-l-footer-information__title--active::before {
    opacity: 0;
  }
  .fc-l-footer-information__title--sns-vertical.fc-l-footer-information__title--active::after, .fc-l-footer-information__title--member.fc-l-footer-information__title--active::after, .fc-l-footer-information__title--guide.fc-l-footer-information__title--active::after, .fc-l-footer-information__title--introduction.fc-l-footer-information__title--active::after {
    opacity: 1;
  }
  .fc-l-footer-information__sns-text--vertical {
    display: block;
    padding-top: 2px;
    padding-left: 10px;
    font-size: var(--font-size-title-small);
    line-height: 1.1538461538;
  }
  .fc-l-footer-information__wrapper--accordion {
    display: none;
    background-color: var(--color-background-gray);
  }
  .fc-l-footer-information__sns-list--vertical {
    margin: 0;
  }
  .fc-l-footer-information__sns-item--vertical {
    padding: 0;
    border-bottom: 1px solid var(--color-border);
  }
  .fc-l-footer-information__sns-item--vertical:last-child {
    border-bottom: 0;
  }
  .fc-l-footer-information__sns-link--vertical {
    width: 100%;
    min-height: 49px;
    padding: 0 20px;
  }
  .fc-l-footer-information__text {
    padding: 21px 20px 20px;
    font-size: var(--font-size-title-small);
    font-weight: var(--font-weight-light);
    line-height: 1.8461538462;
  }
}

.fc-l-list-footer-information__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fc-l-list-footer-information__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fc-l-list-footer-information__link-image {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.fc-l-list-footer-information__link-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--color-default);
  font-weight: var(--font-weight-light);
}
@media print, (min-width: 768px) {
  .fc-l-list-footer-information {
    margin-top: -3px;
  }
  .fc-l-list-footer-information__item {
    margin-bottom: 3px;
  }
  .fc-l-list-footer-information__link {
    padding: 5px 0;
  }
  .fc-l-list-footer-information__link-image {
    width: 20px;
  }
  .fc-l-list-footer-information__link-text {
    padding-top: 1px;
    padding-left: 5px;
    font-size: var(--font-size-paragraph-large);
    line-height: var(--line-height-base);
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-l-list-footer-information__item:first-child {
    border-bottom: 1px solid var(--color-background);
  }
  .fc-l-list-footer-information__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 50px;
    padding: 8px 30px 8px 20px;
  }
  .fc-l-list-footer-information__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 11px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--icon_arrow) top center/100% auto no-repeat;
  }
  .fc-l-list-footer-information__link-image {
    width: 30px;
  }
  .fc-l-list-footer-information__link-text {
    padding-left: 10px;
    font-size: var(--font-size-title-small);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-regular);
  }
}

.fc-l-footer-sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.fc-l-footer-sitemap__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.fc-l-footer-sitemap__item::after {
  content: "";
  display: inline-block;
  position: relative;
  background: var(--icon_separate) center/auto 100% no-repeat;
}
.fc-l-footer-sitemap__item:last-child::after {
  display: none;
}
.fc-l-footer-sitemap__description {
  color: var(--color-description);
  font-weight: var(--font-weight-light);
}
@media print, (min-width: 768px) {
  .fc-l-footer-sitemap {
    padding: 30px 0 20px;
    background-color: var(--color-background-gray);
    text-align: left !important;
  }
  .fc-l-footer-sitemap__list {
    margin-bottom: 15px;
  }
  .fc-l-footer-sitemap__item {
    margin-bottom: 5px;
  }
  .fc-l-footer-sitemap__item::after {
    top: 3px;
    width: 8px;
    height: 10px;
    margin: 0 6px;
  }
  .fc-l-footer-sitemap__item--last-item::after {
    opacity: 0;
  }
  .fc-l-footer-sitemap__description {
    font-size: 8.5px;
    line-height: 1.6470588235;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-l-footer-sitemap {
    padding: 31px 20px 30px;
  }
  .fc-l-footer-sitemap .fc-l-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .fc-l-footer-sitemap__list {
    margin-right: -10px;
    margin-bottom: 15px;
  }
  .fc-l-footer-sitemap__item {
    margin-bottom: 15px;
  }
  .fc-l-footer-sitemap__item::after {
    top: 2px;
    width: 8px;
    height: 11px;
    margin: 0 7px;
  }
  .fc-l-footer-sitemap__description {
    font-size: var(--font-size-paragraph-small);
    line-height: 1.5;
  }
}

.fc-l-footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fc-l-footer-copyright .fc-l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fc-l-footer-copyright__text {
  display: block;
  margin: 0 auto;
  color: var(--color-border-gray);
  font-weight: var(--font-weight-light);
  text-align: center;
}
@media print, (min-width: 768px) {
  .fc-l-footer-copyright {
    min-height: 80px;
    padding: 20px 0;
    background-color: var(--color-default);
  }
  .fc-l-footer-copyright .fc-l-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fc-l-footer-copyright__text {
    font-size: var(--font-size);
    line-height: var(--line-height);
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-l-footer-copyright {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0;
    background-color: #3d3d3d;
  }
  .fc-l-footer-copyright__text {
    width: 100%;
    font-size: var(--font-size-paragraph);
    line-height: var(--line-height-loose);
  }
}

.fc-l-list-logo-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.fc-l-list-logo-footer__item:last-child {
  margin-right: 0;
}
.fc-l-list-logo-footer__link {
  display: block;
}
.fc-l-list-logo-footer__link-image {
  display: block;
  width: 100%;
  height: auto;
}
@media print, (min-width: 768px) {
  .fc-l-list-logo-footer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    margin-left: -2px;
  }
  .fc-l-list-logo-footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 62px;
    margin-right: 41px;
  }
  .fc-l-list-logo-footer__link {
    width: 100%;
  }
  .fc-l-list-logo-footer__link--first {
    width: 57px;
  }
  .fc-l-list-logo-footer__link--second {
    width: 61px;
  }
  .fc-l-list-logo-footer__link--third {
    width: 57px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-l-list-logo-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .fc-l-list-logo-footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 86px;
    padding: 0 13px;
  }
  .fc-l-list-logo-footer__link {
    width: 60px;
  }
}

.fc-c-overlay {
  content: "";
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.fc-c-overlay.fc-c-overlay--active {
  opacity: 1;
  pointer-events: auto;
}
@media print, (min-width: 768px) {
  .fc-c-overlay {
    background: rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-overlay {
    background: rgba(0, 0, 0, 0.5);
  }
}

.fc-c-heading-primary {
  color: var(--color-title);
  font-weight: var(--font-weight-semibold);
  line-height: 1.2083333333;
}
@media print, (min-width: 768px) {
  .fc-c-heading-primary {
    margin-bottom: 0;
    font-size: var(--font-size-heading);
  }
  .fc-c-heading-primary.fc-c-heading-primary--in-registry {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 12px;
  }
  .fc-c-heading-primary.fc-c-heading-primary--in-login {
    margin-bottom: 46px;
  }
  .fc-c-heading-primary.fc-c-heading-primary--in-login + .fc-c-form-error {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-heading-primary {
    margin-bottom: 28px;
    font-size: var(--font-size-heading-sp);
  }
  .fc-c-heading-primary.fc-c-heading-primary--in-login {
    margin-bottom: 30px;
    line-height: 1.1111111111;
  }
}

.fc-c-heading-secondary {
  margin-bottom: 20px;
  font-size: var(--font-size-title-big);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-compact);
}
.fc-c-heading-secondary.fc-c-heading-secondary--member {
  position: relative;
}
.fc-c-heading-secondary.fc-c-heading-secondary--member::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 52px;
  height: 20px;
  background: var(--logo_epos) top left/50px auto no-repeat;
}

.fc-c-heading-tertiary {
  margin-bottom: 20px;
  font-size: var(--font-size-title-large);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-sm);
}
.fc-c-heading-tertiary.fc-c-heading-tertiary--login-method {
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fc-c-heading-quaternary {
  font-size: var(--font-size-title-medium);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--letter-spacing-small);
  line-height: var(--line-height-md);
}
.fc-c-heading-quaternary.fc-c-heading-quaternary--spacious {
  line-height: 1.7142857143;
}
.fc-c-heading-quaternary.fc-c-heading-quaternary--social {
  letter-spacing: 0;
}
.fc-c-heading-quaternary.fc-c-heading-quaternary--login {
  margin-bottom: 15px;
  letter-spacing: 0;
}
@media print, (min-width: 768px) {
  .fc-c-heading-quaternary {
    margin-bottom: 20px;
  }
  .fc-c-heading-quaternary.fc-c-heading-quaternary--social {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-heading-quaternary {
    margin-bottom: 10px;
  }
  .fc-c-heading-quaternary.fc-c-heading-quaternary--social {
    margin-bottom: 11px;
    line-height: 1.7142857143;
  }
  .fc-c-heading-quaternary.fc-c-heading-quaternary--login {
    text-align: center;
  }
}

.fc-c-heading-quinary {
  font-size: var(--font-size-paragraph-medium);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height);
}

.fc-c-text {
  margin-bottom: 20px;
  font-size: var(--font-size-title-medium);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-xlg);
}

.fc-c-text-primary {
  font-size: var(--font-size-paragraph-large);
  font-weight: var(--font-weight-light);
}
.fc-c-text-primary.fc-c-text-primary--tight, .fc-c-text-primary.fc-c-text-primary--epos-card, .fc-c-text-primary.fc-c-text-primary.fc-c-text-primary--login-information {
  line-height: var(--line-height-xl);
}
.fc-c-text-primary.fc-c-text-primary--captcha {
  margin-bottom: 10px;
  line-height: 1.25;
}
.fc-c-text-primary.fc-c-text-primary--in-index {
  margin-bottom: 19px;
}
.fc-c-text-primary.fc-c-text-primary.fc-c-text-primary--login-information {
  margin-bottom: 5px;
}
@media print, (min-width: 768px) {
  .fc-c-text-primary {
    line-height: 2.1666666667;
  }
  .fc-c-text-primary.fc-c-text-primary--tight, .fc-c-text-primary.fc-c-text-primary--epos-card {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-text-primary {
    line-height: 1.8333333333;
  }
  .fc-c-text-primary.fc-c-text-primary--tight {
    margin-bottom: 19px;
  }
  .fc-c-text-primary.fc-c-text-primary--epos-card {
    margin-bottom: 15px;
  }
}

.fc-c-text-secondary {
  margin-bottom: 15px;
  font-size: var(--font-size-title-small);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-regular);
}
@media print, (min-width: 768px) {
  .fc-c-text-secondary.fc-c-text-secondary--in-index {
    padding: 0 2.5px;
  }
}

.fc-c-text-tertiary {
  font-size: var(--font-size-title-medium);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-semi);
}
@media print, (min-width: 768px) {
  .fc-c-text-tertiary {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-text-tertiary {
    margin-bottom: 15px;
  }
}

.fc-c-text-note {
  margin-bottom: 0;
  font-size: var(--font-size-paragraph-smaller);
  line-height: var(--line-height-3xl);
}
.fc-c-text-note.fc-c-text-note--in-registry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fc-c-text-form-note {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 0;
  padding-left: 12px;
  color: var(--color-default);
  font-size: var(--font-size-paragraph-large);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-xl);
}
.fc-c-text-form-note::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10px;
  height: 20px;
  background: var(--icon_note) center/9px auto no-repeat;
  font-weight: var(--font-weight-semibold);
}
.fc-c-text-form-note.fc-c-text-form-note--strong {
  font-weight: var(--font-weight-semibold);
}
.fc-c-text-form-note.fc-c-text-form-note--password {
  padding-left: 14px;
  color: var(--color-note-form);
  font-size: var(--font-size-paragraph);
  font-weight: var(--font-weight-semibold);
  line-height: 2;
}
.fc-c-text-form-note.fc-c-text-form-note--password::before {
  left: 2px;
  background: var(--icon_note) center/8px auto no-repeat;
}
.fc-c-text-form-note.fc-c-text-form-note--valid {
  color: var(--color-valid);
}
.fc-c-text-form-note.fc-c-text-form-note--valid::before {
  left: 0;
  width: 12px;
  background: var(--icon_tick) center/12px auto no-repeat;
}
@media print, (min-width: 768px) {
  .is-chromium .fc-c-text-form-note::before, .is-chrome .fc-c-text-form-note::before {
    top: -1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-text-form-note.fc-c-text-form-note--password {
    color: var(--color-note);
    font-size: 12px;
  }
  .fc-c-text-form-note.fc-c-text-form-note--password::before {
    top: 1px;
    height: 24px;
  }
  .is-safari .fc-c-text-form-note.fc-c-text-form-note--password::before {
    top: -1px;
  }
  .fc-c-text-form-note.fc-c-text-form-note--valid {
    color: var(--color-valid);
  }
}

.fc-c-text-redirected {
  display: block;
  color: var(--color-note-form);
  font-size: var(--font-size-paragraph);
  line-height: var(--line-height-base);
}

.fc-c-text-instruction {
  font-size: var(--font-size-paragraph);
  font-weight: var(--font-weight-light);
  line-height: 1.6;
}

.fc-c-text-form-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding-left: 19px;
}
.fc-c-text-form-error::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 20px;
  background: var(--icon_error) center/14px auto no-repeat;
}
.is-tablet .fc-c-text-form-error::before, .is-chromium .fc-c-text-form-error::before, .is-chrome .fc-c-text-form-error::before, .is-safari .fc-c-text-form-error::before {
  top: -1px;
}
.is-mac.is-chrome .fc-c-text-form-error::before {
  top: 0;
}
@media only screen and (max-width: 767.98px) {
  .fc-c-text-form-error::before {
    top: -1px;
  }
}

.fc-c-link {
  color: var(--color-default);
  text-underline-offset: 2px;
  font-size: var(--font-size-paragraph-large);
  font-weight: var(--font-weight-light);
}
.fc-c-link.fc-c-link--note {
  font-size: var(--font-size-paragraph-smaller);
  line-height: var(--line-height-3xl);
}
.fc-c-link:hover {
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .fc-c-link {
    line-height: 2.1666666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-link {
    line-height: 1.8333333333;
  }
}

.fc-c-link-primary {
  display: block;
  color: var(--color-link) !important;
  font-weight: var(--font-weight-light);
}
.fc-c-link-primary.fc-c-link-primary--hover-underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fc-c-link-primary.fc-c-link-primary--hover-underline:hover {
  text-decoration: none;
}
.fc-c-link-primary[target=_blank] {
  position: relative;
  padding-right: 16px;
}
.fc-c-link-primary[target=_blank]::before {
  content: "";
  position: absolute;
  right: 1px;
  width: 10px;
  height: 10px;
  background: var(--icon_external) center/cover no-repeat;
}
.fc-c-link-primary.fc-c-link-primary--external {
  color: var(--color-default);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fc-l-main--registry-page .fc-c-link-primary.fc-c-link-primary--external {
  margin-left: 5px;
}
.fc-c-link-primary.fc-c-link-primary--external::before {
  width: 11px;
  background: var(--icon_link) center/cover no-repeat;
}
.fc-c-link-primary.fc-c-link-primary--external:hover {
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .fc-c-link-primary {
    font-size: var(--font-size-paragraph);
    line-height: 1.6;
  }
  .fc-l-main--registry-page .fc-c-link-primary {
    margin-top: 1px;
    font-size: var(--font-size-paragraph);
  }
  .fc-c-link-primary::before {
    top: calc(50% - 5px);
  }
  .fc-c-link-primary.fc-c-link-primary--external[target=_blank]::before {
    top: calc(50% - 7px);
  }
  .fc-c-link-primary.fc-c-link-primary--contact[target=_blank] {
    font-size: var(--font-size-paragraph-large);
  }
  .fc-c-link-primary.fc-c-link-primary--contact[target=_blank]::before {
    right: -1px;
  }
  .is-firefox .fc-c-link-primary.fc-c-link-primary--contact[target=_blank]::before, .is-mac .fc-c-link-primary.fc-c-link-primary--contact[target=_blank]::before {
    top: calc(50% - 5px);
  }
  .fc-c-link-primary.fc-c-link-primary--contact-input {
    margin-left: 20px;
    text-underline-offset: 2px;
    letter-spacing: 0;
  }
  .fc-c-link-primary.fc-c-link-primary--contact-input::before {
    right: 5px;
  }
  .fc-l-main--registry-page .fc-c-link-primary.fc-c-link-primary--external {
    margin-top: 2px;
  }
  .fc-c-link-primary.fc-c-link-primary--login[target=_blank] {
    font-size: var(--font-size-paragraph-large);
  }
  .fc-c-link-primary.fc-c-link-primary--login[target=_blank]::before {
    top: calc(50% - 6px);
    right: -1px;
  }
  .fc-c-link-primary.fc-c-link-primary--agreement[target=_blank]::before {
    top: calc(50% - 5px);
  }
  .is-safari .fc-c-link-primary.fc-c-link-primary--agreement[target=_blank]::before {
    top: calc(50% - 6px);
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-link-primary {
    font-size: var(--font-size-paragraph-large);
    line-height: var(--line-height-sm);
  }
  .fc-c-link-primary::before {
    top: calc(50% - 6px);
  }
  .fc-l-main--registry-page .fc-c-link-primary {
    margin-top: 4px;
    font-size: var(--font-size-paragraph);
  }
  .fc-l-main--registry-page .fc-c-link-primary::before {
    top: calc(50% - 5px);
    right: 5px;
    width: 9px;
    height: 9px;
  }
  .is-mac .fc-l-main--registry-page .fc-c-link-primary::before {
    top: calc(50% - 4px);
  }
  .fc-c-link-primary.fc-c-link-primary--contact-input {
    margin-left: 20px;
    text-underline-offset: 2px;
    letter-spacing: 0;
  }
  .fc-c-link-primary.fc-c-link-primary--contact-input::before {
    right: 5px;
  }
  .fc-l-main--login-page .fc-c-link-primary.fc-c-link-primary--external {
    font-size: var(--font-size-paragraph-medium);
  }
  .fc-l-main--login-page .fc-c-link-primary.fc-c-link-primary--external::before {
    top: calc(50% - 6px);
  }
  .is-ios.is-safari .fc-c-link-primary.fc-c-link-primary--external {
    margin-top: 3px;
  }
  .fc-l-main--registry-page .fc-c-link-primary.fc-c-link-primary--external::before {
    top: calc(50% - 7px);
    right: -1px;
    width: 11px;
    height: 10px;
  }
}

.fc-c-link-register-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  background-color: var(--color-background);
}
.fc-c-link-register-social__icon {
  display: block;
  width: 50px;
}
.fc-c-link-register-social__text {
  margin-bottom: 0;
  font-weight: var(--font-weight-semibold);
}
@media print, (min-width: 768px) {
  .fc-c-link-register-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 5px 20px;
  }
  .fc-c-link-register-social__icon {
    margin: 0 auto;
  }
  .fc-c-link-register-social__text {
    font-size: var(--font-size-title-small);
    line-height: var(--line-height-regular);
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-link-register-social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 0 10px;
  }
  .fc-c-link-register-social__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .fc-c-link-register-social__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 6px;
    font-size: var(--font-size-title-large);
    line-height: var(--line-height-sm);
  }
}

.fc-c-link-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 15px 30px 15px 15px;
  border-radius: 12px;
  background-color: var(--color-background-gray);
}
.fc-c-link-social::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: var(--icon_arrow_02) center/auto 12px no-repeat;
}
.fc-c-link-social__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50px;
}
.fc-c-link-social__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}
.fc-c-link-social__title {
  margin-bottom: 0;
  font-size: var(--font-size-title-large);
  font-weight: var(--font-weight-semibold);
  line-height: 1.7333333333;
}
.fc-c-link-social__text {
  margin-bottom: 0;
  font-size: var(--font-size-paragraph-large);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-loose);
}

.fc-c-link-reminder {
  display: inline-block;
  position: relative;
  padding-right: 17px;
  color: var(--color-default);
  font-size: var(--font-size-paragraph-large);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-xl);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fc-c-link-reminder:hover {
  text-decoration: none;
}
.fc-c-link-reminder::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: var(--icon_link_reminder) center/cover no-repeat;
}
@media print, (min-width: 768px) {
  .fc-c-link-reminder.fc-c-link-reminder--external::before {
    right: 0;
    width: 11px;
    height: 10px;
    background: var(--icon_link) center/cover no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-link-reminder.fc-c-link-reminder--external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 335px;
    min-height: 50px;
    margin-bottom: 10px;
    padding: 10px 40px 9px 20px;
    border-radius: 6px;
    background-color: var(--color-background-gray);
    font-size: var(--font-size-title-medium);
    font-weight: var(--font-weight-light);
    line-height: var(--line-height-xl);
    text-decoration: none;
  }
  .fc-c-link-reminder.fc-c-link-reminder--external::before {
    opacity: 0;
    pointer-events: none;
  }
  .fc-c-link-reminder.fc-c-link-reminder--external::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 16px;
    height: 16px;
    margin-top: -7px;
    background: var(--icon_link) top left/15px auto no-repeat;
  }
}

.fc-c-list-information {
  display: block;
}
.fc-c-list-information__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fc-c-list-information__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.fc-c-list-information__item:last-child {
  margin-bottom: 0;
}
.fc-c-list-information__link {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--color-default) !important;
  font-weight: var(--font-weight-light);
}
@media print, (min-width: 768px) {
  .fc-c-list-information__item {
    margin-bottom: 5px;
  }
  .fc-c-list-information__link {
    padding: 5px 0;
    font-size: var(--font-size);
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-list-information__item {
    border-bottom: 1px solid var(--color-border);
  }
  .fc-c-list-information__item:last-child {
    border-bottom: 0;
  }
  .fc-c-list-information__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 49px;
    padding: 5px 20px;
    font-size: var(--font-size-title-small);
  }
}

.fc-c-list-step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fc-c-list-step__item {
  position: relative;
}
.fc-c-list-step__item::after {
  content: "";
  position: absolute;
  top: 0;
  height: 25px;
}
.fc-c-list-step__item:last-child::after {
  display: none;
}
.fc-c-list-step__item--completed::after {
  background-image: var(--icon_line_completed);
}
.fc-c-list-step__item--current::after {
  background-image: var(--icon_line_current);
}
.fc-c-list-step__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fc-c-list-step__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  padding-top: 1px;
  border: 2px solid var(--color-border-gray);
  border-radius: 50%;
  background-color: var(--color-border-gray);
  color: var(--color-background);
}
.fc-c-list-step__number.fc-c-list-step__number--completed {
  border-color: var(--color-button-primary);
  background-color: var(--color-button-primary);
}
.fc-c-list-step__number.fc-c-list-step__number--current {
  border-color: var(--color-button-primary);
  background-color: transparent;
  color: var(--color-button-primary);
}
.fc-c-list-step__number-inner {
  display: block;
  font-size: var(--font-size-paragraph-large);
  font-weight: var(--font-weight-semibold);
  line-height: 1;
}
.fc-c-list-step__text {
  display: block;
  margin-bottom: 0;
  color: var(--color-placeholder);
  font-size: var(--font-size-paragraph-medium);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-mid);
  text-align: center;
}
.fc-c-list-step__text.fc-c-list-step__text--current {
  color: var(--color-default);
  font-weight: var(--font-weight-semibold);
}
@media print, (min-width: 768px) {
  .fc-c-list-step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 4px;
  }
  .fc-c-list-step__list {
    gap: 50px;
  }
  .fc-c-list-step__item::after {
    left: 30px;
    width: 40px;
    background: var(--icon_line_default) center/40px auto no-repeat;
  }
  .fc-c-list-step__item--completed::after {
    background-image: var(--icon_line_completed);
  }
  .fc-c-list-step__item--current::after {
    background-image: var(--icon_line_current);
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-list-step__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 65px;
  }
  .fc-c-list-step__item::after {
    left: 30px;
    width: 55px;
    background: var(--sp_icon_line_default) center/55px auto no-repeat;
  }
  .fc-c-list-step__item--completed::after {
    background-image: var(--sp_icon_line_completed);
  }
  .fc-c-list-step__item--current::after {
    background-image: var(--sp_icon_line_current);
  }
}

.fc-c-list-social {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
}
.fc-c-list-social__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fc-c-list-social__item {
  margin-bottom: 10px;
}
.fc-c-list-social__item:last-child {
  margin-bottom: 0;
}

.fc-c-button-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}
.fc-c-button-skip:focus {
  display: block;
  z-index: 999;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  background-color: var(--color-border);
  color: #444;
  font-size: var(--font-size);
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.fc-c-button-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  min-height: 40px;
  padding: 7px 5px 5px;
  border-radius: 6px;
  background-color: var(--color-button-primary);
  color: var(--color-background);
  font-size: var(--font-size-title-small);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-xs);
  cursor: pointer;
}
@media print, (min-width: 768px) {
  .is-safari .fc-c-button-search, .is-chrome .fc-c-button-search, .is-chromium .fc-c-button-search {
    padding-top: 9px;
  }
  .is-tablet.is-safari .fc-c-button-search, .is-mac.is-chrome .fc-c-button-search {
    padding-top: 7px;
  }
}

.fc-c-button-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 260px;
  height: 50px;
  padding: 10px 10px 9px;
  overflow: hidden;
  border: 1px solid var(--color-default);
  border-radius: 6px;
  background-color: var(--color-background);
  color: var(--color-default);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-compact);
  cursor: pointer;
}
.fc-c-button-primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%/50%;
  pointer-events: none;
}
.fc-c-button-primary.fc-c-button-primary--home {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  font-size: var(--font-size-title-small);
  letter-spacing: 0;
  line-height: var(--line-height-regular);
}
.fc-c-button-primary.fc-c-button-primary--register {
  border: none;
  background-color: var(--color-button-primary);
  -webkit-box-shadow: var(--box-shadow-primary);
  box-shadow: var(--box-shadow-primary);
  color: var(--color-background);
}
.fc-c-button-primary.fc-c-button-primary--register::before {
  background-color: var(--color-button-primary-second);
}
.fc-c-button-primary.fc-c-button-primary--register:disabled {
  background-color: #ddd;
  -webkit-box-shadow: var(--box-shadow-primary);
  box-shadow: var(--box-shadow-primary);
  color: var(--color-background);
  pointer-events: none;
}
.fc-c-button-primary.fc-c-button-primary--register:disabled::before {
  background-color: #d5d5d6;
}
.fc-c-button-primary.fc-c-button-primary--login {
  width: 100%;
  letter-spacing: 0;
}
@media print, (min-width: 768px) {
  .fc-c-button-primary {
    font-size: var(--font-size-title-big);
    letter-spacing: var(--letter-spacing);
  }
  .is-chromium .fc-c-button-primary, .is-firefox .fc-c-button-primary {
    padding-top: 11px;
  }
  .is-mac.is-chromium .fc-c-button-primary, .is-mac.is-firefox .fc-c-button-primary {
    padding-top: 10px;
  }
  .fc-c-button-primary::before {
    width: 347px;
    height: 50px;
  }
  .fc-c-button-primary.fc-c-button-primary--login::before {
    width: 400px;
  }
  .fc-c-button-primary.fc-c-button-primary--home {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-button-primary {
    font-size: var(--font-size-title-medium);
  }
  .fc-c-button-primary::before {
    width: 447px;
    height: 50px;
  }
  .fc-c-button-primary.fc-c-button-primary--login::before {
    width: 393px;
  }
  .fc-l-main--registry-page .fc-c-button-primary {
    margin-left: 5px;
  }
  .fc-c-button-primary.fc-c-button-primary--action {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .fc-c-button-primary.fc-c-button-primary--register {
    font-size: var(--font-size-title-big);
  }
  .fc-c-button-primary.fc-c-button-primary--home {
    max-width: 295px;
    margin-right: auto;
    margin-left: auto;
  }
}

.fc-c-button-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  background-color: var(--color-background-gray);
  font-size: var(--font-size-paragraph-large);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-xl);
}
@media print, (min-width: 768px) {
  .fc-c-button-secondary {
    width: 200px;
    min-height: 40px;
    padding: 6px 10px 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-button-secondary {
    width: 100%;
    max-width: 335px;
    min-height: 50px;
    margin-bottom: 10px;
    padding: 10px 20px 9px;
  }
  .fc-c-button-secondary.fc-c-button-secondary--external {
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 40px;
    font-size: var(--font-size-title-medium);
  }
  .fc-c-button-secondary.fc-c-button-secondary--external::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 16px;
    height: 16px;
    margin-top: -7px;
    background: var(--icon_link) top left/15px auto no-repeat;
  }
}

.fc-c-button-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: var(--box-shadow-primary);
  box-shadow: var(--box-shadow-primary);
  color: var(--color-background);
  font-size: var(--font-size-title-big);
  font-weight: var(--font-weight-semibold);
  line-height: 1.5;
}
.fc-c-button-method::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 23px;
  left: 50%;
  width: 400px;
  height: 50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%/50%;
  pointer-events: none;
}
.fc-c-button-method.fc-c-button-method--member {
  background-color: var(--color-epos-red);
}
.fc-c-button-method.fc-c-button-method--member::before {
  background-color: #b0132f;
}
.fc-c-button-method.fc-c-button-method--email {
  background-color: var(--color-button-primary);
}
.fc-c-button-method.fc-c-button-method--email::before {
  background-color: var(--color-button-primary-second);
}
@media print, (min-width: 768px) {
  .fc-c-button-method {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-button-method {
    max-width: 295px;
    margin-right: auto;
    margin-left: auto;
  }
}

.fc-c-button-tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 6px 10px 4px;
  border: 1px solid var(--color-button-primary);
  border-radius: 6px;
  color: var(--color-button-primary);
  font-size: var(--font-size-title-big);
  font-weight: var(--font-weight-semibold);
  line-height: 1.5;
  cursor: pointer;
}
.fc-c-button-tertiary.fc-c-button-tertiary--epos-net {
  border-color: var(--color-epos-red);
  color: var(--color-epos-red);
  font-size: var(--font-size-title-small);
  line-height: var(--line-height-regular);
}
.fc-c-button-tertiary__text {
  display: inline-block;
}
@media print, (min-width: 768px) {
  .fc-c-button-tertiary {
    max-width: 280px;
  }
  .fc-c-button-tertiary.fc-c-button-tertiary--epos-net {
    margin-bottom: 10px;
  }
  .fc-c-button-tertiary__icon {
    width: 37px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-button-tertiary {
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
  }
  .fc-c-button-tertiary.fc-c-button-tertiary--epos-net {
    margin-bottom: 15px;
  }
  .fc-c-button-tertiary__icon {
    width: 41px;
    margin-right: 10px;
  }
}

.fc-c-section {
  width: calc(100% - 40px);
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.fc-c-section__title {
  margin-bottom: 20px;
  font-size: var(--font-size-heading);
  font-weight: var(--font-weight-semibold);
}
.fc-c-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fc-c-section__content-item {
  margin-bottom: 20px;
}
.fc-c-section__content-item:last-child {
  margin-bottom: 0;
}
.fc-c-section__content-item.fc-c-section__content-item--list {
  padding: 20px;
  background-color: var(--color-border);
}
.fc-c-section__content-item.fc-c-section__content-item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fc-c-form.fc-c-form--part {
  margin-bottom: 40px;
}
.fc-c-form.fc-c-form--in-login {
  padding: 25px 20px 20px;
}
.fc-c-form__title {
  display: block;
  margin-bottom: 20px;
  color: var(--color-default);
  font-size: 20px;
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-xs);
}
.fc-c-form__row {
  margin-bottom: -1px;
  padding-top: 29px;
  padding-bottom: 30px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.fc-c-form__group {
  margin-bottom: 20px;
}
.fc-c-form__group:last-child {
  margin-bottom: 0;
}
.fc-c-form__group.fc-c-form__group--email-newsletter {
  position: relative;
}
.fc-c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--letter-spacing);
}
.fc-c-form__label.fc-c-form__label--email-newsletter {
  padding-top: 0;
}
.fc-c-form__required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 18px;
  margin-left: 5px;
  border: 1px solid var(--color-notify);
  border-radius: 6px;
  color: var(--color-notify);
  font-size: var(--font-size-paragraph);
  font-weight: var(--font-weight-semibold);
  line-height: 1;
}
.is-chromium .fc-c-form__required, .is-chrome .fc-c-form__required {
  padding-top: 1px;
}
.is-firefox .fc-c-form__required, .is-mac .fc-c-form__required {
  padding-top: 0;
}
.is-safari .fc-c-form__required {
  padding-top: 2px;
}
.fc-c-form__wrapper {
  position: relative;
}
.fc-c-form__content {
  position: relative;
  width: 100%;
}
.fc-c-form__content.fc-c-form__content--confirm {
  width: auto;
  margin-right: 10px;
}
.fc-c-form__input-unit {
  display: inline-block;
  width: 15px;
  margin-left: 10px;
  font-size: var(--font-size-title-large);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-sm);
}
.fc-c-form__input-unit.fc-c-form__input-unit--confirm {
  margin-left: 0;
}
.fc-c-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fc-c-form__inner--date {
  position: relative;
}
.fc-c-form__inner--radio {
  display: block;
}
.fc-c-form__inner--confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 48px;
  padding: 10px 20px 9px;
  border-radius: 6px;
  background-color: var(--color-background-gray);
}
.fc-c-form__inner--address.is-confirm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.fc-c-form__content--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
.fc-c-form__content--date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}
.fc-c-form__content-separator {
  display: inline-block;
  width: 6px;
  margin-right: 10px;
  font-size: var(--font-size-title-large);
  font-weight: var(--font-weight-light);
}
.fc-c-form__toggle-hidden {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: var(--icon_eye_hidden) center/cover no-repeat;
  cursor: pointer;
}
.fc-c-form__toggle-hidden.fc-c-form__toggle-hidden--active {
  background: var(--icon_eye) center/cover no-repeat;
}
.fc-c-form__toggle-clear {
  display: none;
  position: absolute;
  z-index: 1;
  top: 11px;
  right: 9px;
  width: 18px;
  height: 18px;
  background: var(--icon_clear) center/cover no-repeat;
  cursor: pointer;
}
.fc-c-form__toggle-clear.fc-c-form__toggle-clear--show {
  display: block;
}
.fc-c-form__toggle-clear.fc-c-form__toggle-clear--error-after {
  background-image: var(--icon_clear_error);
}
.fc-c-form__input {
  display: inline-block;
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 2px 10px;
  -webkit-transition: padding-right 0.3s ease-in-out 0s;
  transition: padding-right 0.3s ease-in-out 0s;
  border: 0;
  border-radius: 6px;
  outline: none;
  background: none;
  -webkit-box-shadow: 0 0 0 1000px var(--color-background) inset, 0 0 0 1px var(--color-border-gray);
  box-shadow: 0 0 0 1000px var(--color-background) inset, 0 0 0 1px var(--color-border-gray);
  color: var(--color-default);
  font: inherit;
  font-family: var(--font-family);
  font-size: var(--font-size-title-medium);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height-narrow);
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}
.fc-c-form__input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1000px var(--color-background) inset, 0 0 0 2px var(--color-border-gray);
  box-shadow: 0 0 0 1000px var(--color-background) inset, 0 0 0 2px var(--color-border-gray);
}
.fc-c-form__input:-webkit-autofill, .fc-c-form__input:-webkit-autofill:hover, .fc-c-form__input:-webkit-autofill:active {
  -webkit-transition: background-color 99999s ease-in-out 0s;
  transition: background-color 99999s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 1000px var(--color-background) inset, 0 0 0 1px var(--color-border-gray);
  box-shadow: 0 0 0 1000px var(--color-background) inset, 0 0 0 1px var(--color-border-gray);
}
.fc-c-form__input:-webkit-autofill:focus {
  -webkit-transition: background-color 99999s ease-in-out 0s;
  transition: background-color 99999s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 1000px var(--color-background) inset, 0 0 0 2px var(--color-border-gray);
  box-shadow: 0 0 0 1000px var(--color-background) inset, 0 0 0 2px var(--color-border-gray);
}
.fc-c-form__input::-webkit-contacts-auto-fill-button, .fc-c-form__input::-webkit-credentials-auto-fill-button, .fc-c-form__input::-webkit-list-button {
  display: none !important;
  visibility: hidden !important;
  width: 0;
  pointer-events: none;
}
.fc-c-form__input[type=number]::-webkit-inner-spin-button, .fc-c-form__input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fc-c-form__input[type=number] {
  -moz-appearance: textfield;
}
.fc-c-form__input[type=search] {
  -webkit-appearance: textfield;
}
.fc-c-form__input::-webkit-input-placeholder {
  color: var(--color-placeholder);
}
.fc-c-form__input::-moz-placeholder {
  color: var(--color-placeholder);
}
.fc-c-form__input:-ms-input-placeholder {
  color: var(--color-placeholder);
}
.fc-c-form__input::-ms-input-placeholder {
  color: var(--color-placeholder);
}
.fc-c-form__input::placeholder {
  color: var(--color-placeholder);
}
.fc-c-form__input[readonly], .fc-c-form__input.fc-c-form__input--readonly {
  background-color: var(--color-background-gray);
  font-size: var(--font-size-title-medium);
  letter-spacing: var(--letter-spacing);
}
.fc-c-form__input[readonly]:focus, .fc-c-form__input.fc-c-form__input--readonly:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--color-background-gray) inset, 0 0 0 1px var(--color-border-gray);
  box-shadow: 0 0 0 1000px var(--color-background-gray) inset, 0 0 0 1px var(--color-border-gray);
}
.fc-c-form__input.fc-c-form__input--in-login {
  font-size: var(--font-size-title-small);
}
.fc-c-form__input.fc-c-form__input--autofill[readonly] {
  background-color: var(--color-background);
  color: var(--color-placeholder);
}
.fc-c-form__input.fc-c-form__input--focus {
  padding-right: 30px;
  -webkit-transition: padding-right 0s ease-in-out 0s;
  transition: padding-right 0s ease-in-out 0s;
}
.fc-c-form__input.fc-c-form__input--focus + .fc-c-form__toggle-hidden {
  right: 30px;
}
.fc-c-form__input.fc-c-form__input--focus.fc-c-form__input--password {
  padding-right: 60px;
}
.fc-c-form__input.fc-c-form__input--password {
  position: relative;
  padding-right: 35px;
}
.fc-c-form__input.is-confirm {
  width: auto;
  min-height: unset;
  padding: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: var(--font-size-title-large);
  letter-spacing: var(--letter-spacing-medium);
  line-height: 1.2;
}
.fc-c-form__input.fc-c-form__input--error-before {
  -webkit-box-shadow: 0 0 0 1000px var(--color-background) inset, 0 0 0 1px var(--color-notify);
  box-shadow: 0 0 0 1000px var(--color-background) inset, 0 0 0 1px var(--color-notify);
}
.fc-c-form__input.fc-c-form__input--error-before:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--color-background) inset, 0 0 0 2px var(--color-notify);
  box-shadow: 0 0 0 1000px var(--color-background) inset, 0 0 0 2px var(--color-notify);
}
.fc-c-form__input.fc-c-form__input--error-after {
  background-color: #ffefef;
  -webkit-box-shadow: 0 0 0 1000px #ffefef inset, 0 0 0 1px var(--color-notify);
  box-shadow: 0 0 0 1000px #ffefef inset, 0 0 0 1px var(--color-notify);
}
.fc-c-form__input.fc-c-form__input--error-after:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffefef inset, 0 0 0 2px var(--color-notify);
  box-shadow: 0 0 0 1000px #ffefef inset, 0 0 0 2px var(--color-notify);
}
.fc-c-form__input--email.fc-c-form__input--in-login {
  font-size: var(--font-size-paragraph-large);
}
.fc-c-form__select {
  width: 100%;
  min-height: 40px;
  padding: 2px 10px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 0 0 1px var(--color-border-gray);
  box-shadow: 0 0 0 1px var(--color-border-gray);
  color: var(--color-default);
}
.fc-c-form__select:-webkit-autofill {
  -webkit-transition: background-color 99999s ease-in-out 0s;
  transition: background-color 99999s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 1000px var(--color-background) inset, 0 0 0 1px var(--color-border-gray);
  box-shadow: 0 0 0 1000px var(--color-background) inset, 0 0 0 1px var(--color-border-gray);
}
.fc-c-form__select::-webkit-input-placeholder {
  color: var(--color-placeholder);
}
.fc-c-form__select::-moz-placeholder {
  color: var(--color-placeholder);
}
.fc-c-form__select:-ms-input-placeholder {
  color: var(--color-placeholder);
}
.fc-c-form__select::-ms-input-placeholder {
  color: var(--color-placeholder);
}
.fc-c-form__select::placeholder {
  color: var(--color-placeholder);
}
.fc-c-form__select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px var(--color-border-gray);
  box-shadow: 0 0 0 2px var(--color-border-gray);
}
.fc-c-form__select.is-confirm {
  width: auto;
  min-height: unset;
  padding: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: var(--font-size-title-large);
  letter-spacing: var(--letter-spacing-medium);
  line-height: 1.8666666667;
}
.fc-c-form__select.fc-c-form__select--error-before {
  -webkit-box-shadow: 0 0 0 1px var(--color-notify);
  box-shadow: 0 0 0 1px var(--color-notify);
}
.fc-c-form__select.fc-c-form__select--error-before:focus {
  -webkit-box-shadow: 0 0 0 2px var(--color-notify);
  box-shadow: 0 0 0 2px var(--color-notify);
}
.fc-c-form__select.fc-c-form__select--error-after {
  background-color: #ffefef;
  -webkit-box-shadow: 0 0 0 1px var(--color-notify);
  box-shadow: 0 0 0 1px var(--color-notify);
}
.fc-c-form__select.fc-c-form__select--error-after:focus {
  -webkit-box-shadow: 0 0 0 2px var(--color-notify);
  box-shadow: 0 0 0 2px var(--color-notify);
}
.fc-c-form__select-option {
  background-color: #fff;
}
.fc-c-form__select--date, .fc-c-form__select--month, .fc-c-form__select--year {
  background: var(--icon_number) center right 5px/6px auto no-repeat;
}
.fc-c-form__select--year {
  width: 90px;
}
.fc-c-form__select--month {
  width: 60px;
}
.fc-c-form__select--date {
  width: 60px;
}
.fc-c-form__radio {
  position: relative;
}
.fc-c-form__radio-label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: var(--font-size-title-medium);
  font-weight: var(--font-weight-light);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height-md);
  cursor: pointer;
}
.fc-c-form__radio-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-button-primary);
  border-radius: 50%;
  background-color: transparent;
}
.fc-c-form__input--radio {
  display: none;
}
.fc-c-form__input--radio:checked + .fc-c-form__radio-label::before {
  background: var(--icon_radio_checked) center/12px auto no-repeat;
}
.fc-c-form__input--radio.is-confirm {
  display: block;
}
.fc-c-form__input-separator {
  display: inline-block;
  margin-right: 10px;
  margin-left: -1px;
  font-size: var(--font-size-title-large);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-sm);
}
.fc-c-form__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-note);
  font-size: var(--font-size-paragraph-large);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-xl);
}
.fc-c-form__note--password {
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-loose);
}
.fc-c-form__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  color: var(--color-notify);
  font-size: var(--font-size-paragraph);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--letter-spacing-smaller);
  line-height: var(--line-height-loose);
}
.fc-c-form__error.fc-c-form__error--in-login {
  margin-top: 5px;
}
.fc-c-form__error.fc-c-form__error--on-top {
  margin-top: 0;
  margin-bottom: 15px;
}
.fc-c-form__datalist {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: -1px;
  width: 239px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #f1f1f3;
}
.fc-c-form__datalist.hidden {
  display: none;
}
.fc-c-form__datalist-item {
  position: relative;
  padding: 11px 29px 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-bottom: 1px solid #c6c6c6;
  color: #3f3f3f;
  font-size: var(--font-size-paragraph-large);
  font-weight: 300;
  line-height: 1.6666666667;
  cursor: pointer;
}
.fc-c-form__datalist-item:hover {
  opacity: 0.7;
}
.fc-c-form__datalist-item::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 10px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  background: var(--icon_tick_datalist) center/12px auto no-repeat;
}
.is-mac .fc-c-form__datalist-item::before {
  top: 50%;
}
.fc-c-form__datalist-item:last-child {
  border-bottom: 0;
}
.fc-c-form__datalist-item.fc-c-form__datalist-item--checked::before {
  opacity: 1;
}
.fc-c-form__checkbox-label {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  font-size: var(--font-size-paragraph);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-loose);
}
.fc-c-form__checkbox-label::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-button-primary);
  border-radius: 4px;
  background-color: var(--color-background);
}
.fc-c-form__checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.fc-c-form__checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.fc-c-form__checkbox-input:focus + .fc-c-form__checkbox-label::before {
  outline: 1px solid var(--color-button-primary);
}
.fc-c-form__checkbox-input:checked + .fc-c-form__checkbox-label::before {
  background: var(--icon_checkbox_checked) center/auto no-repeat;
}
@media print, (min-width: 768px) {
  .fc-c-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fc-l-main--confirm-page .fc-c-form__group--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fc-c-form__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 280px;
    padding-top: 11px;
    font-size: var(--font-size-title-large);
    line-height: var(--line-height-narrow);
  }
  .fc-l-main--confirm-page .fc-c-form__label {
    padding-top: 14px;
  }
  .fc-l-main--confirm-page .fc-c-form__label--email-newsletter {
    padding-top: 11px;
  }
  .fc-c-form__label--confirm {
    margin-bottom: 10px;
  }
  .fc-c-form__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fc-c-form__inner--address .fc-c-form__content + .fc-c-form__content {
    margin-top: 6px;
  }
  .fc-c-form__inner--confirm.fc-c-form__inner--address {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .fc-c-form__inner--radio {
    padding-left: 20px;
  }
  .is-chrome .fc-c-form__input, .is-chromium .fc-c-form__input {
    padding-top: 4px;
  }
  .is-safari .fc-c-form__input, .is-firefox .fc-c-form__input {
    padding-top: 3px;
  }
  .is-mac.is-chrome .fc-c-form__input, .is-mac.is-chromium .fc-c-form__input {
    padding-top: 2px;
  }
  .fc-c-form__select {
    font-size: var(--font-size-title-medium);
    letter-spacing: var(--letter-spacing);
  }
  .fc-c-form__note {
    margin-top: 10px;
  }
  .fc-c-form__note.fc-c-form__note--confirm {
    margin-top: 10px;
  }
  .fc-c-form__note--password {
    color: var(--color-note-form);
    font-size: var(--font-size-paragraph);
  }
  .fc-c-form__content--date {
    margin-right: 20px;
  }
  .fc-c-form__content--half-size {
    width: 160px;
    margin-right: 20px;
  }
  .fc-c-form__content--third-size {
    width: 90px;
    margin-right: 20px;
  }
  .fc-c-form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 31px 0 110px;
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-form__label {
    width: 100%;
    margin-bottom: 15px;
    font-size: var(--font-size-title-medium);
    line-height: var(--line-height-md);
  }
  .fc-c-form__label--confirm {
    margin-bottom: 10px;
  }
  .fc-c-form__required {
    margin-top: 2px;
  }
  .is-ios.is-safari .fc-c-form__required {
    margin-top: 1px;
  }
  .fc-c-form__inner--address .fc-c-form__content + .fc-c-form__content {
    margin-top: 8px;
  }
  .fc-c-form__inner--confirm.fc-c-form__inner--address {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .fc-c-form__note {
    margin-top: 15px;
  }
  .fc-c-form__note.fc-c-form__note--confirm {
    margin-top: 10px;
  }
  .fc-c-form__note--password {
    margin-top: 13px;
    color: var(--color-note);
    font-size: var(--font-size-paragraph-large);
  }
  .fc-c-form__input--email.is-confirm {
    font-size: var(--font-size-title-medium);
  }
  .fc-c-form__input--address {
    width: 160px;
  }
  .fc-c-form__select {
    font-size: var(--font-size-title-medium);
    letter-spacing: var(--letter-spacing);
  }
  .fc-c-form__content--half-size {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .fc-c-form__content--half-size:last-child {
    margin-right: 0;
  }
  .fc-c-form__content--third-size {
    width: 90px;
    margin-right: 15px;
  }
  .fc-c-form__content--address {
    width: 160px;
    margin-right: 20px;
  }
  .fc-c-form__content--date {
    margin-right: 15px;
  }
  .fc-c-form__actions {
    position: relative;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
    padding-top: 31px;
    padding-bottom: 85px;
  }
}

.fc-c-form-error {
  font-size: var(--font-size-paragraph);
  line-height: var(--line-height-loose);
}
.fc-c-form-error.fc-c-form-error--has-background {
  padding: 10px;
  background-color: var(--color-background-gray);
  line-height: 1.8;
}
.fc-c-form-error__text {
  margin-bottom: 0;
  color: var(--color-notify);
  font-weight: var(--font-weight-semibold);
}
@media print, (min-width: 768px) {
  .fc-c-form-error.fc-c-form-error--has-background + .fc-c-heading-primary--in-login {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-form-error.fc-c-form-error--has-background + .fc-c-heading-primary--in-login {
    margin-top: 30px;
  }
}

.fc-c-form-notice {
  font-size: var(--font-size-paragraph);
  line-height: var(--line-height-loose);
}
.fc-c-form-notice.fc-c-form-notice--has-background {
  padding: 10px;
  background-color: var(--color-background-gray);
  line-height: 1.8;
}
.fc-c-form-notice.fc-c-form-notice--has-background + .fc-c-form-error {
  margin-top: 10px;
}
.fc-c-form-notice.fc-c-form-notice--text-large {
  font-size: var(--font-size-paragraph-large);
  line-height: var(--line-height-xl);
}
.fc-c-form-notice + .fc-p-section-login__wrapper {
  margin-top: 20px;
}
.fc-c-form-notice__text {
  margin-bottom: 0;
  color: var(--color-default);
  font-weight: var(--font-weight-light);
}
@media print, (min-width: 768px) {
  .fc-c-form-notice.fc-c-form-notice--has-background + .fc-c-heading-primary--in-login {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-form-notice.fc-c-form-notice--has-background + .fc-c-heading-primary--in-login {
    margin-top: 30px;
  }
}

.fc-c-form-error.fc-c-form-error--has-background + .fc-c-form-notice {
  margin-top: 10px;
}

.fc-c-modal {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: transparent;
}
.fc-c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.fc-c-modal__viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  pointer-events: none;
}
.fc-c-modal__wrapper {
  position: relative;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 50px;
  overflow: hidden;
  border-radius: 12px;
  background-color: var(--color-background);
  pointer-events: auto;
}
.fc-c-modal__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border-top: 1px solid var(--color-border-button);
  color: var(--color-default);
  font-size: var(--font-size-title-medium);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-md);
  cursor: pointer;
}
.fc-c-modal__button-image {
  display: block;
  width: 100%;
}
@media print, (min-width: 768px) {
  .fc-c-modal__wrapper {
    width: 340px;
    height: 290px;
  }
  .fc-c-modal__inner {
    width: 340px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-c-modal__viewport {
    padding-right: 20px;
    padding-left: 20px;
  }
  .fc-c-modal__wrapper {
    width: 100%;
    max-width: 335px;
  }
}

.fc-p-section-contact {
  background-color: var(--color-border);
}
.fc-p-section-contact.fc-p-section-contact--confirm {
  position: relative;
}
.fc-p-section-contact__result {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.fc-p-section-contact__result-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.fc-p-section-contact__result-email {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  background-color: var(--color-background-gray);
  color: var(--color-default);
  font-weight: var(--font-weight-light);
  text-align: center;
}
.fc-p-section-contact__social {
  border-bottom: 1px solid var(--color-border);
}
.fc-p-section-contact__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fc-p-section-contact__text {
  position: relative;
  font-size: var(--font-size-title-medium);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-xlg);
}
@media print, (min-width: 768px) {
  .fc-p-section-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fc-p-section-contact__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .fc-p-section-contact__heading.fc-p-section-contact__heading--in-index {
    margin-bottom: 0;
  }
  .fc-p-section-contact__result {
    padding: 29px 0;
  }
  .fc-p-section-contact__result-email {
    min-width: 420px;
    min-height: 50px;
    padding: 11px 10px 9px;
    font-size: var(--font-size-title-large);
    letter-spacing: var(--letter-spacing-medium);
    line-height: var(--line-height-sm);
  }
  .fc-p-section-contact__social {
    padding: 32px 0 29px;
  }
  .fc-p-section-contact__action {
    margin-top: 30px;
  }
  .fc-p-section-contact__text {
    margin-top: 35px;
    margin-bottom: 11px;
    padding-right: 110px;
  }
  .fc-p-section-contact__text-link {
    position: absolute;
    top: -1px;
    right: 0;
  }
  .fc-p-section-contact__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-p-section-contact__heading {
    margin-bottom: 30px;
  }
  .fc-p-section-contact__heading.fc-p-section-contact__heading--in-index {
    margin-bottom: 2px;
  }
  .fc-p-section-contact__result {
    padding: 29px 0;
  }
  .fc-p-section-contact__result-email {
    width: 100%;
    max-width: 420px;
    min-height: 48px;
    padding: 11px 10px 9px;
    font-size: var(--font-size-title-medium);
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height-narrow);
  }
  .fc-p-section-contact__social {
    padding: 30px 0 29px;
  }
  .fc-p-section-contact__action {
    position: relative;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .fc-p-section-contact__text {
    margin-top: -2px;
    margin-bottom: 11px;
  }
  .fc-p-section-contact__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 335px;
    margin: 30px auto 90px;
  }
}

.fc-p-block-register-method__list {
  padding-left: 0;
  list-style: none;
}
.fc-p-block-register-method__wrapper {
  padding: 20px;
  border-radius: 12px;
  background-color: var(--color-background);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
@media print, (min-width: 768px) {
  .fc-p-block-register-method {
    margin-bottom: 30px;
  }
  .fc-p-block-register-method__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
  }
  .fc-p-block-register-method__item {
    width: 50%;
    padding: 0 10px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-p-block-register-method {
    margin-bottom: 30px;
  }
  .fc-p-block-register-method__list {
    margin-bottom: -20px;
  }
  .fc-p-block-register-method__item {
    padding-bottom: 20px;
  }
}

.fc-p-block-register-social {
  background-color: var(--color-border);
}
.fc-p-block-register-social__list {
  padding-left: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .fc-p-block-register-social {
    padding: 30px 20px;
    border-radius: 12px;
  }
  .fc-p-block-register-social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px -15px -7px;
  }
  .fc-p-block-register-social__item {
    width: 33.3333333333%;
    padding: 0 8px 15px 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-p-block-register-social {
    position: relative;
    z-index: 1;
    padding: 30px 0;
  }
  .fc-p-block-register-social::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 100%;
    background-color: var(--color-border);
  }
  .fc-p-block-register-social__list {
    margin-bottom: -10px;
  }
  .fc-p-block-register-social__item {
    width: 100%;
    padding-bottom: 10px;
  }
}

.fc-p-section-login {
  background-color: var(--color-border);
}
.fc-p-section-login__note-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 1px 0;
  list-style: none;
}
.fc-p-section-login__note-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--font-size-paragraph-smaller);
  line-height: var(--line-height-loose);
  text-align: center;
}
.fc-p-section-login__note-item:last-child {
  margin-bottom: -1px;
}
@media print, (min-width: 768px) {
  .fc-p-section-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fc-p-section-login__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 79px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-p-section-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fc-p-section-login__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 20px;
  }
}

.fc-p-block-login-method {
  position: relative;
  padding-top: 50px;
}
.fc-p-block-login-method__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -10px;
  left: -20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  margin-bottom: 0;
  padding: 10px 20px 0;
  overflow: hidden;
  list-style: none;
}
.fc-p-block-login-method__heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  padding: 10px;
  border-radius: 12px 12px 0 0;
  background-color: #f5eeff;
  color: var(--color-note);
  font-size: var(--font-size-paragraph-medium);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height);
  cursor: pointer;
}
.fc-p-block-login-method__heading-title::before {
  content: "";
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0 0;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(10.29%, #1b68ff), to(#ae0bf3)) top left/100% 4px no-repeat;
  background: linear-gradient(90deg, #1b68ff 10.29%, #ae0bf3 100%) top left/100% 4px no-repeat;
  pointer-events: none;
}
.fc-p-block-login-method__heading-title::after {
  content: "";
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0 0;
  opacity: 0;
  background: transparent;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  pointer-events: none;
}
.fc-p-block-login-method__heading-title.fc-p-block-login-method__heading-title--current {
  z-index: 1;
  height: 50px;
  padding-top: 20px;
  background-color: var(--color-background);
  line-height: var(--line-height-xxl);
}
.fc-p-block-login-method__heading-title.fc-p-block-login-method__heading-title--current::before, .fc-p-block-login-method__heading-title.fc-p-block-login-method__heading-title--current::after {
  visibility: visible;
  opacity: 1;
}
.fc-p-block-login-method__heading-title--epos-net.fc-p-block-login-method__heading-title--current {
  color: var(--color-default);
  font-size: var(--font-size-title-large);
}
.fc-p-block-login-method__heading-title--online-user.fc-p-block-login-method__heading-title--current {
  font-size: var(--font-size-title-medium);
}
.fc-p-block-login-method__viewport {
  position: relative;
}
.fc-p-block-login-method__wrapper {
  border-radius: 0 0 12px 12px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.fc-p-block-login-method__content {
  display: none;
}
.fc-p-block-login-method__content.fc-p-block-login-method__content--current {
  display: block;
}
@media print, (min-width: 768px) {
  .fc-p-block-login-method__heading {
    width: 380px;
  }
  .fc-p-block-login-method__heading-title--epos-net {
    width: 134px;
  }
  .fc-p-block-login-method__heading-title--epos-net.fc-p-block-login-method__heading-title--current {
    width: 170px;
  }
  .fc-p-block-login-method__heading-title--online-user {
    width: 169px;
  }
  .fc-p-block-login-method__heading-title--online-user.fc-p-block-login-method__heading-title--current {
    width: 205px;
  }
  .fc-p-block-login-method__viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fc-p-block-login-method__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 340px;
  }
  .fc-p-block-login-method__information {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -50px;
    padding-left: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-p-block-login-method__heading {
    width: calc(100% + 40px);
  }
  .fc-p-block-login-method__heading-title--epos-net {
    width: 38.5074626866%;
  }
  .fc-p-block-login-method__heading-title--epos-net.fc-p-block-login-method__heading-title--current {
    width: 49.8507462687%;
  }
  .fc-p-block-login-method__heading-title--online-user {
    width: 49.8507462687%;
  }
  .fc-p-block-login-method__heading-title--online-user.fc-p-block-login-method__heading-title--current {
    width: 61.1940298507%;
  }
  .fc-p-block-login-method__wrapper {
    width: 100%;
  }
  .fc-p-block-login-method__information {
    padding-top: 30px;
  }
}

.fc-p-form-login-method__group {
  margin-bottom: 20px;
}
.fc-p-form-login-method__label {
  margin-bottom: 10px;
  font-size: var(--font-size-title-small);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-regular);
}
.fc-p-form-login-method__input {
  position: relative;
  width: 100%;
}
.fc-p-form-login-method__remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 15px;
}
.fc-p-form-login-method__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.fc-p-form-login-method__actions.fc-p-form-login-method__actions--in-modal {
  margin-bottom: 0;
}
.fc-p-form-login-method__reminder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .fc-p-form-login-method__captcha {
    padding-top: 10px;
  }
  .fc-p-form-login-method__captcha-image {
    width: 140px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-p-form-login-method__group.fc-p-form-login-method__group--captcha {
    margin-bottom: 25px;
  }
  .fc-p-form-login-method__captcha-image {
    width: 116px;
    margin-bottom: 15px;
  }
}

.fc-p-block-login-information {
  margin-bottom: 30px;
}
.fc-p-block-login-information__link-agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.fc-p-block-login-information__form-row {
  margin-bottom: 15px;
}
.fc-p-block-login-information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fc-p-block-login-information__item {
  margin-right: 35px;
}
.fc-p-block-login-information__item:last-child {
  margin-right: 0;
}
.fc-p-block-login-information__link-social {
  display: block;
}
@media print, (min-width: 768px) {
  .fc-p-block-login-information__item {
    width: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fc-p-block-login-information {
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
  }
  .fc-p-block-login-information__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fc-p-block-login-information__item {
    width: 40px;
  }
}

.fc-p-block-epos-card {
  padding: 20px;
}
@media only screen and (max-width: 767.98px) {
  .fc-p-block-epos-card {
    padding-top: 25px;
  }
}

/* PC */
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
/* header */
/* footer */
   .mc_l_footer {
    font-family: 'Hiragino Kaku Gothic Pro';
    width: 100%;
    height: 30px;
    text-align: center;
   }
   .mc_ssl_attention_text {
    font-weight: 300;
    font-size: 9px;
    line-height: 20px;
    margin-bottom: 10px;
   }

   .mc_footer_text {
    font-weight: 300;
    font-size: 11px;
    line-height: 16px;
    color: #333;
   }

   .mc_link_gray,.mc_link_gray:link {
    color: #333;
    text-decoration: underline;
   }
}
/* SP */

@media screen and (max-width: 767.98px) {

  .pc_only {
    display: none;
  }

/* footer */
   .mc_l_footer {
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Meiryo,Hiragino Kaku Gothic Pro W3,Hiragino Kaku Gothic ProN,Arial,sans-serif;
    font-style: normal;
   }

   .mc_bottom_attention_text {
    font-weight: 300;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
   }

   .mc_ssl_attention_text {
    font-weight: 300;
    font-size: 9px!important;
    line-height: 20px;
    padding-bottom: 5px;
    background-color: #fff;
   }

   #mc_footer {
     width: 100%;
     height: 60px;
     background-color: #eee
    }

/* common parts */
   .mc_link_gray,.mc_link_gray:link {
    color: #333;
    text-decoration: underline;
    font-size: 9px !important;
   }
}
/*# sourceMappingURL=styles.css.map */