/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Member home */
body {
  margin: 0;
}

/* Member gratitude voices */
.member-voice-page {
  background: #f2f2f2;
  color: #333;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.member-voice-page__layout {
  display: grid;
  grid-template-columns: 250px 20px minmax(0, 730px);
  width: min(100%, 1000px);
  margin: 0 auto;
}

.member-voice-page__layout > .member-home__sidebar--top-pc { grid-column: 1; }
.member-voice-page__content { min-width: 0; grid-column: 3; background: #fff; }
.member-voice-page__heading-picture,
.member-voice-page__heading-picture img { display: block; width: 100%; height: auto; }
.member-voice-page__pc-heading,
.member-voice-page__pc-heading img { display: block; width: 100%; height: auto; }
.member-voice-page__list { padding: 20px; }
.member-voice { margin: 0 0 18px; border: 1px solid #d5d5d5; background: #fff; }
.member-voice__title { display: flex; gap: 12px; align-items: baseline; justify-content: space-between; padding: 10px 14px; background: #f3f3f3; }
.member-voice__title h2 { margin: 0; color: #a31f27; font-size: 17px; line-height: 1.5; }
.member-voice__name { flex: none; font-size: 13px; }
.member-voice__contents { margin: 0; padding: 14px; font-size: 14px; line-height: 1.8; overflow-wrap: anywhere; white-space: pre-wrap; }
.member-voice-page__pagination { display: flex; gap: 18px; align-items: center; justify-content: center; padding: 0 20px 28px; }
.member-voice-page__pagination a { color: #174d9b; }

@media (max-width: 767px) {
  .member-voice-page__layout { display: block; width: 100%; }
  .member-voice-page__content { width: 100%; }
  .member-voice-page__list { padding: 14px 10px; }
  .member-voice__title { display: block; }
  .member-voice__title h2 { margin-bottom: 4px; font-size: 16px; }
  .member-voice__contents { font-size: 14px; }
  .member-voice-page__pc-heading { display: none; }
}

/* Fixed SitePage CMS */
.site-page {
  box-sizing: border-box;
  min-height: 50vh;
  padding: 32px 16px 48px;
  background: #f4f6f9;
  color: #242b35;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.site-page__inner {
  width: min(100%, 960px);
  margin: 0 auto;
}

.site-page__article {
  box-sizing: border-box;
  padding: 28px 32px;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(30, 43, 68, 0.08);
}

.site-page__heading {
  margin: 0 0 24px;
  padding: 0 0 12px;
  border-bottom: 3px solid #1d3f84;
  color: #172f65;
  font-size: 28px;
  line-height: 1.4;
}

.site-page__body {
  overflow-x: auto;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.site-page__body img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-page__body table {
  width: 100%;
  border-collapse: collapse;
}

.site-page__body th,
.site-page__body td {
  padding: 10px;
  border: 1px solid #cfd5df;
  text-align: left;
  vertical-align: top;
}

.site-page__body th {
  background: #edf2fa;
}

.site-page__body a {
  color: #174d9b;
}

.site-page__article--fallback p {
  margin: 0;
  text-align: center;
}

.site-page--legacy {
  padding-top: 20px;
}

.site-page-legacy {
  width: min(100%, 1000px);
  min-width: 0;
  margin: 0 auto;
  color: #555;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.site-page-legacy__banner {
  margin: 0 0 20px;
  line-height: 0;
}

.site-page-legacy__banner img,
.site-page-legacy__section-heading,
.site-page-guide__payment-links img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-page-legacy__banner img {
  width: 100%;
}

.site-page-legacy__layout {
  min-width: 0;
}

.site-page-legacy__layout--with-sidebar {
  display: grid;
  grid-template-columns: 250px 20px minmax(0, 730px);
  align-items: start;
}

.site-page-legacy__layout--with-sidebar > .member-home__sidebar--top-pc {
  width: 250px;
  grid-column: 1;
}

.site-page-legacy__content {
  min-width: 0;
  box-sizing: border-box;
  background: #fff;
}

.site-page-legacy__layout--with-sidebar .site-page-legacy__content {
  grid-column: 3;
}

.site-page-legacy__section-heading {
  width: 100%;
}

.site-page-legacy__body {
  min-width: 0;
  padding: 20px;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.8;
}

.site-page-legacy__body > :first-child {
  margin-top: 0;
}

.site-page-legacy__body > :last-child {
  margin-bottom: 0;
}

.site-page-legacy__body h2 {
  margin: 0 0 12px;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

.site-page-legacy__body h2:not(:first-child) {
  margin-top: 28px;
}

.site-page-legacy__body h3 {
  margin: 28px 0 12px;
  padding: 8px 12px;
  border-left: 6px solid #a31f27;
  background: #f3f3f3;
  color: #333;
  font-size: 17px;
  line-height: 1.5;
}

.site-page-legacy__body p {
  margin: 0 0 12px;
}

.site-page-legacy__body strong {
  color: #a31f27;
}

.site-page-legacy--terms .site-page-legacy__body,
.site-page-legacy--privacy .site-page-legacy__body {
  padding-top: 0;
}

.site-page-legacy--about .site-page-legacy__content,
.site-page-legacy--terms .site-page-legacy__content,
.site-page-legacy--privacy .site-page-legacy__content {
  background: transparent;
}

.site-page-legacy--about .site-page-legacy__body {
  box-sizing: border-box;
  padding: 24px 22px;
  background: #fff;
}

.site-page-legacy--about .site-page-legacy__body h2 {
  position: relative;
  margin: 0 0 1.5em;
  padding: 0.8em 0 0.8em 1.5em;
  border: 2px solid #ed3643;
  background: #fff;
  color: #333;
  font-size: 1.143em;
  font-weight: 700;
}

.site-page-legacy--about .site-page-legacy__body h2::before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 8px;
  height: 30px;
  margin-top: -15px;
  border-radius: 2px;
  background: #b92a2c;
  content: "";
}

.site-page-legacy--guide .site-page-legacy__body {
  font-size: 16px;
  line-height: 1.85;
}

.site-page-legacy__body > dl {
  margin: 0;
}

.site-page-legacy__body > dl > dt {
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 13px 16px 6px;
  border: 1px solid #d5d5d5;
  border-bottom: 0;
  background: #fff;
  color: #a31f27;
  font-size: 17px;
  line-height: 1.5;
}

.site-page-legacy__body > dl > dd {
  min-width: 0;
  box-sizing: border-box;
  margin: 0 0 14px;
  padding: 6px 16px 13px;
  border: 1px solid #d5d5d5;
  border-top: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.site-page-legacy__body > dl > dd p:last-child {
  margin-bottom: 0;
}

.site-page-legacy--trade .site-page-legacy__body table {
  width: 100%;
  border-spacing: 1px;
  background: #ecf0f1;
}

.site-page-legacy--trade .site-page-legacy__body th,
.site-page-legacy--trade .site-page-legacy__body td {
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.site-page-legacy--trade .site-page-legacy__body th {
  width: 28%;
  background: #1d2088;
  color: #fff;
}

.site-page-legacy--trade .site-page-legacy__body td {
  background: #fff;
}

.site-page-guide__payment-links {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 600px;
  margin: 18px auto 26px;
}

.site-page-guide__payment-links a {
  display: block;
  width: 100%;
  max-width: 100%;
}

.site-page-guide__payment-links img {
  width: 100%;
}

.site-page-guide__steps {
  margin-top: 24px;
}

.site-page-legacy--guide .site-page-legacy__body > h2 {
  padding: 12px 14px;
  border: 2px solid #e43e4a;
  background: #fff;
}

.site-page-legacy__body .site-page-guide__step-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 26px 0 16px;
  padding: 7px 14px;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(#3038d7, #171775);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.site-page-guide__step-heading span {
  flex: 0 0 auto;
  padding: 2px 10px;
  border-radius: 12px;
  background: #a31f27;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.site-page-guide__step-body {
  padding: 0 14px;
}

.site-page-guide__numbered-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 10px 0;
  border-bottom: 1px dotted #888;
}

.site-page-guide__numbered-item img {
  display: block;
  width: 36px;
  height: 36px;
}

.site-page-guide__numbered-item p {
  min-width: 0;
  margin: 0;
}

.site-page--faq {
  padding-top: 20px;
  background: #f4f6f9;
}

.site-page-faq {
  width: min(100%, 1000px);
  min-width: 0;
  margin: 0 auto;
  color: #555;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.site-page-faq__banner {
  margin: 0 0 20px;
  line-height: 0;
}

.site-page-faq__banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.site-page-faq__layout {
  display: grid;
  grid-template-columns: 250px 30px minmax(0, 720px);
  align-items: start;
}

.site-page-faq__layout > .member-home__sidebar--top-pc {
  width: 250px;
  grid-column: 1;
}

.site-page-faq__content {
  box-sizing: border-box;
  min-width: 0;
  display: grid;
  grid-column: 3;
  row-gap: 30px;
  padding: 0 20px 40px;
  background: #fff;
}

.site-page-faq__index-heading {
  margin: 0;
  line-height: 0;
}

.site-page-faq__index-heading-pc {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.site-page-faq__index-heading-sp {
  display: none;
}

.site-page-faq__index-list {
  margin: 53px 0 0;
  padding: 15px;
  border: 5px solid #a31f27;
  border-radius: 10px;
  list-style: none;
}

.site-page-faq__index-list li {
  min-width: 0;
}

.site-page-faq__index-link {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 6px;
  box-sizing: border-box;
  padding: 5px 0;
  color: #333;
  font: inherit;
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}

.site-page-faq__index-link img {
  display: block;
  width: 24px;
  height: 18px;
  margin-top: 3px;
}

.site-page-faq__answers {
  display: grid;
  gap: 0;
  padding: 15px 15px 0;
}

.site-page-faq__item {
  min-width: 0;
  scroll-margin-top: 16px;
}

.site-page-faq__question {
  margin: 0;
}

.site-page-faq__question-content {
  width: 100%;
  min-width: 0;
  display: grid;
  align-items: center;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 10px;
  background: #a31f27;
  color: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  text-shadow: 1px 1px 1px #333;
}

.site-page-faq__question-content img {
  display: block;
  width: 30px;
  height: 30px;
}

.site-page-faq__answer {
  min-width: 0;
  display: grid;
  align-items: start;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  padding: 20px 20px 30px;
}

.site-page-faq__answer > img {
  display: block;
  width: 30px;
  height: 30px;
}

.site-page-faq__answer-body {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.5;
}

.site-page-faq__answer-body p {
  margin: 0;
}

.site-page-faq__index-link:focus-visible {
  outline: 3px solid #f1bd30;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  html:has(.site-page--faq),
  body:has(.site-page--faq) {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-page {
    padding: 18px 10px 28px;
  }

  .site-page__article {
    padding: 20px 16px;
  }

  .site-page__heading {
    margin-bottom: 18px;
    font-size: 22px;
  }

  .site-page--legacy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 10px 10px 28px;
    overflow-x: hidden;
    background: #fff;
  }

  .site-page-legacy,
  .site-page-legacy__layout,
  .site-page-legacy__content {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .site-page-legacy__banner {
    margin-bottom: 14px;
  }

  .site-page-legacy__layout--with-sidebar {
    display: block;
  }

  .site-page-legacy__layout--with-sidebar > .member-home__sidebar--top-pc {
    display: none;
  }

  .site-page-legacy__body {
    padding: 16px 10px 20px;
    font-size: 14px;
    line-height: 1.75;
  }

  .site-page-legacy--about .site-page-legacy__body {
    padding: 16px 10px 20px;
  }

  .site-page-legacy--guide .site-page-legacy__body {
    font-size: 15px;
    line-height: 1.75;
  }

  .site-page-legacy__body h2 {
    font-size: 17px;
  }

  .site-page-legacy__body h3,
  .site-page-legacy__body > dl > dt {
    font-size: 16px;
  }

  .site-page-legacy__body > dl > dt {
    padding: 14px 12px 7px;
  }

  .site-page-legacy__body > dl > dd {
    padding: 7px 12px 14px;
  }

  .site-page-legacy--trade .site-page-legacy__body {
    padding-right: 0;
    padding-left: 0;
  }

  .site-page-legacy--trade .site-page-legacy__body table,
  .site-page-legacy--trade .site-page-legacy__body tbody,
  .site-page-legacy--trade .site-page-legacy__body tr,
  .site-page-legacy--trade .site-page-legacy__body th,
  .site-page-legacy--trade .site-page-legacy__body td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .site-page-legacy--trade .site-page-legacy__body tr {
    margin-bottom: 1px;
  }

  .site-page-legacy--trade .site-page-legacy__body th,
  .site-page-legacy--trade .site-page-legacy__body td {
    padding: 10px;
  }

  .site-page-legacy--trade .site-page-legacy__body th {
    background: #d9e7f5;
    color: #234d78;
  }

  .site-page-guide__payment-links a,
  .site-page-guide__payment-links img {
    width: 100%;
  }


  .site-page--faq {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 10px 10px 28px;
    overflow-x: hidden;
    background: #fff;
  }

  .site-page-faq,
  .site-page-faq__layout,
  .site-page-faq__content {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .site-page-faq__banner {
    margin-bottom: 14px;
  }

  .site-page-faq__layout {
    display: block;
  }

  .site-page-faq__layout > .member-home__sidebar--top-pc {
    display: none;
  }

  .site-page-faq__index-heading-pc {
    display: none;
  }

  .site-page-faq__index-heading-sp {
    display: block;
    padding: 10px 12px;
    background: #1d2088;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
  }

  .site-page-faq__content {
    row-gap: 38px;
    padding: 0;
    background: transparent;
  }

  .site-page-faq__index-list {
    margin-top: 25px;
    padding: 10px;
    border-width: 4px;
  }

  .site-page-faq__index-link {
    font-size: 14px;
  }

  .site-page-faq__answers {
    gap: 10px;
    padding: 0;
  }

  .site-page-faq__question-content {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    padding: 12px;
    font-size: 15px;
    font-weight: 700;
  }

  .site-page-faq__answer {
    gap: 8px;
    padding: 14px 10px 12px;
  }

  .site-page-faq__answer-body {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* Current FULLGATE SP member TOP */
.member-home-sp-footer {
  display: none;
}

@media (max-width: 767px) {
  .member-header--current-sp .member-header__sp {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #1d2088;
    background-image: url("/legacy_images/member_home_sp/header/head_bg.png");
    background-position: top center;
    background-repeat: repeat-x;
    color: #fff;
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-weight: normal;
  }

  .member-header--current-sp .member-header__sp-brand {
    position: relative;
    width: 100%;
    height: 80px;
  }

  .member-header--current-sp .member-header__sp-logo {
    box-sizing: border-box;
    display: block;
    width: 70%;
    height: 70px;
    margin: 10px 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 0;
  }

  .member-header--current-sp .member-header__sp-logo img {
    display: block;
    position: absolute;
    top: 50%;
    left: 10%;
    width: auto;
    height: 50px;
    transform: translate(-10%, -50%);
  }

  .member-header--current-sp .member-header__sp-account {
    box-sizing: border-box;
    display: flex;
    position: absolute;
    top: 10px;
    right: 0;
    width: 30%;
    height: 70px;
    padding-right: 3%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    text-align: right;
    white-space: nowrap;
  }

  .member-header--current-sp .member-header__sp-account span,
  .member-header--current-sp .member-header__sp-account strong {
    display: block;
    color: #fff;
    font-family: inherit;
    font-weight: normal;
  }

  .member-header--current-sp .member-header__sp-account strong {
    font-size: 14px;
    font-weight: 500;
  }

  .member-header--current-sp .member-header__sp-top,
  .member-header--current-sp .member-header__sp-bottom {
    display: grid;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    grid-template-columns: repeat(2, 50%);
    list-style: none;
  }

  .member-header--current-sp .member-header__sp-bottom {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .member-header--current-sp .member-header__sp-top li,
  .member-header--current-sp .member-header__sp-bottom li {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    text-align: center;
  }

  .member-header--current-sp .member-header__sp-top li:first-child {
    border-right: 1px solid #fff;
    font-size: 12px;
  }

  .member-header--current-sp .member-header__sp-top li:last-child {
    border-top: 1px solid #fff;
  }

  .member-header--current-sp .member-header__sp-bottom li:first-child {
    border-right: 1px solid #fff;
  }

  .member-header--current-sp .member-header__sp-top a,
  .member-header--current-sp .member-header__sp-top span,
  .member-header--current-sp .member-header__sp-bottom a,
  .member-header--current-sp .member-header__sp-bottom span {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    background: #b52a2a;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 500;
  }

  .member-home.member-home--top {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }

  .member-home--top .member-home__layout--top,
  .member-home--top .member-home__content--top,
  .member-home--top .member-home__section {
    width: 100%;
    margin: 0 auto;
  }

  .member-home--top .member-home__section-heading-picture {
    width: 100%;
    margin: 1% auto;
  }

  .member-home--top .member-home__section-heading {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .member-home--top .member-home__banner-grid--large,
  .member-home--top .member-home__banner-grid--small {
    display: grid;
    width: 100%;
    margin: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .member-home--top .member-home__banner-grid--large .member-home__product,
  .member-home--top .member-home__banner-grid--small .member-home__product {
    width: 95%;
    max-width: 95%;
    margin: 2% auto;
  }

  .member-home--top .member-home__product-banner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 2% 0;
  }

  .member-home--top .member-home__display-block + .member-home__display-block {
    margin-top: 0;
  }

  .member-home--top .member-home__banner-grid--free-pc {
    display: none;
  }

  .member-home--top .member-home__banner-grid--free-sp {
    display: block;
    width: 95%;
    margin: 2% auto;
  }

  .member-home__free-banner-sp {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
  }

  .member-home__free-banner-sp img {
    display: block;
    width: 100%;
    height: auto;
    margin: 2% 0;
  }

  .member-home-sp-footer {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-weight: normal;
  }

  .member-home-sp-contents {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: linear-gradient(to bottom, #060973 1%, #010242 100%);
  }

  .member-home-sp-contents ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }

  .member-home-sp-contents li {
    border-bottom: 1px solid #fff;
  }

  .member-home-sp-contents a,
  .member-home-sp-contents li > span {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
  }

  .member-home-sp-contents li:not(.member-home-sp-contents__heading) > a::before,
  .member-home-sp-contents li:not(.member-home-sp-contents__heading) > span::before {
    content: "■";
    margin-right: 2%;
    color: #a31f27;
  }

  .member-home-sp-contents__heading > span {
    padding: 15px 10px 15px 40px;
    font-size: 1.2em;
    text-shadow: 2px 2px 1px #222;
  }

  .member-home-sp-contents__heading > span::before {
    content: "▶";
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
  }

  .member-home-sp-footer__body {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 2% 1.5px 0 0;
    overflow: hidden;
    background: #060973;
    color: #fff;
  }

  .member-home-sp-footer__legal {
    display: block;
    width: 90%;
    margin: 3% auto 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
  }

  .member-home-sp-footer__legal li {
    box-sizing: content-box;
    float: left;
    width: 42%;
    margin-left: 3%;
    padding: 1.5% 2%;
    text-align: center;
  }

  .member-home-sp-footer__legal li.member-home-sp-footer__border {
    border-right: 1px solid #fff;
  }

  .member-home-sp-footer__legal a,
  .member-home-sp-footer__legal span {
    color: #fff;
    text-decoration: none;
  }

  .member-home-sp-footer__notes {
    display: block;
    clear: both;
    width: 95%;
    margin: 6% auto 3%;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-align: left;
  }

  .member-home-sp-footer__notes dt {
    margin: 0;
  }

  .member-home-sp-footer__notes dt::before {
    content: "●";
    margin-right: .5%;
  }

  .member-home-sp-footer__copyright {
    display: block;
    width: 100%;
    padding: 2% 0;
    overflow: hidden;
    background: #060973;
    color: #fff;
    font-size: .9em;
    text-align: center;
  }
}

/* Current FULLGATE member point purchase pages */
.member-points {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  overflow: hidden;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}

.member-points__hero {
  display: block;
  width: 1000px;
  margin-bottom: 20px;
  line-height: 0;
}

.member-points__hero img {
  display: block;
  width: 1000px;
  height: 200px;
}

.member-points__layout {
  display: grid;
  width: 1000px;
  grid-template-columns: 250px 30px 720px;
}

.member-points__layout > .member-home__sidebar--top-pc {
  box-sizing: border-box;
  width: 250px;
  gap: 10px;
  grid-column: 1;
}

.member-points__main {
  width: 720px;
  grid-column: 3;
  text-align: center;
}

.member-points__heading {
  display: block;
  width: 730px;
  height: 50px;
  margin: 0 auto 12px;
}

.member-points__content {
  box-sizing: content-box;
  width: 650px;
  margin: 0 auto 6px;
  padding: 40px 20px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

.member-points__content p {
  margin: 0 0 16px;
}

.member-points__intro {
  text-align: left;
}

.member-points__method {
  box-sizing: border-box;
  width: 630px;
  margin: 20px auto;
  padding: 20px 15px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 3px #555;
  text-align: center;
}

.member-points__method-link,
.member-points__method-link picture,
.member-points__method-link img {
  display: block;
  width: 600px;
  height: 120px;
}

.member-points__method p {
  margin: 10px 0 0;
  color: #555;
  line-height: 1.6;
  text-align: left;
}

.member-points__selection-form {
  margin-top: 20px;
}

.member-points__options {
  width: 600px;
  margin: 0 auto;
  border-collapse: collapse;
  text-shadow: 1px 1px 1px #ccc;
}

.member-points__options tr:nth-child(odd) {
  background: #f1f1fc;
}

.member-points__options td {
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-weight: normal;
}

.member-points__options td:first-child {
  width: 50px;
  padding: 0;
  text-align: center;
}

.member-points__options td:nth-child(2) {
  width: 430px;
  padding: 10px;
}

.member-points__options td:nth-child(3) {
  width: 120px;
  text-align: center;
}

.member-points__options input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 10px;
  cursor: pointer;
}

.member-points__purchase-button {
  display: block;
  width: 300px;
  height: 70px;
  margin: 30px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.member-points__purchase-button picture,
.member-points__purchase-button img {
  display: block;
  width: 300px;
  height: 70px;
}

.member-points__bank-note {
  margin-top: 30px !important;
}

.member-points__bank-inquiry {
  text-align: center;
}

.member-points__bank-inquiry-link {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #1d2088;
  border-radius: 4px;
  background: #fff;
  color: #1d2088;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.member-points__shortage,
.member-points__unavailable {
  padding: 12px 15px;
  border: 1px solid #c66;
  background: #fff3f3;
  color: #9f3124;
  font-weight: 600;
}

.member-points__confirmation-title {
  margin: 0 0 20px;
  color: #333;
  font-size: 20px;
  text-align: center;
}

.member-points__confirmation {
  width: 600px;
  margin: 0 auto;
  border-collapse: collapse;
  text-shadow: 1px 1px 1px #ccc;
}

.member-points__confirmation th,
.member-points__confirmation td {
  padding: 10px;
  border: 1px solid #ccc;
  font-weight: normal;
}

.member-points__confirmation th {
  width: 70%;
  background: #f1f1fc;
  text-align: left;
}

.member-points__confirmation td {
  background: #fff;
  text-align: right;
}

.member-points__confirmation--credit td {
  text-align: left;
}

.member-points__preparation,
.member-points__external-preparation {
  box-sizing: border-box;
  width: 600px;
  margin: 20px auto 0;
  padding: 18px 20px;
  border-radius: 10px;
  background: #fff8dc;
  color: #6d0e03;
  text-align: center;
}

.member-points__preparation p {
  margin: 8px 0 0;
}

.member-points__return-link {
  margin-top: 24px !important;
  text-align: center;
}

.member-points__ssl-copy {
  margin: 20px 0 5px !important;
}

.member-points__external-preparation > span:first-child {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
}

.member-points__ssl-button,
.member-points__ssl-button picture,
.member-points__ssl-button img {
  display: block;
  width: 300px;
  height: 70px;
  margin: 0 auto;
}

.member-points__ssl-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.member-points__caution {
  box-sizing: border-box;
  width: 650px;
  margin: 20px 0 0;
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
  background: #fee1de;
  color: #555;
  font-size: 14px;
}

.member-points__caution p {
  margin: 0 0 10px;
  line-height: 1.5;
}

.member-points__caution p:last-child {
  margin-bottom: 0;
}

.member-points__caution strong {
  color: #9f3124;
}

.member-points__bank-completed-message {
  width: 600px;
  margin: 24px auto 0;
  text-align: center;
}

.member-points__bank-completed-message strong {
  color: #9f3124;
}

.member-points__bank-important {
  box-sizing: border-box;
  width: 600px;
  margin: 20px auto !important;
  color: #9f3124;
  font-weight: 600;
  text-align: center;
}

.member-points__bank-return {
  display: none;
}

@media (min-width: 768px) {
  .member-points {
    margin-bottom: 20px;
  }

  body:has(.member-points--selection) {
    background-color: #f1f1fc;
  }

  .member-points__content--selection {
    box-sizing: content-box;
    width: 650px;
    margin: 0 auto 6px;
    padding: 40px 20px;
    border: 0;
    border-radius: 10px;
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .member-points {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .member-points__hero {
    width: 100%;
    margin: 0;
  }

  .member-points__hero img {
    width: 100%;
    height: auto;
  }

  .member-points__layout {
    display: block;
    width: 100%;
  }

  .member-points__main {
    width: 100%;
  }

  .member-points__heading {
    display: none;
  }

  .member-points__content {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 3% 0 4%;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.7;
  }

  .member-points__content > p,
  .member-points__content > h1 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .member-points__method {
    width: 95%;
    margin: 3% auto;
    padding: 3%;
  }

  .member-points__method-link,
  .member-points__method-link picture,
  .member-points__method-link img {
    width: 100%;
    height: auto;
  }

  .member-points__selection-form {
    margin-top: 4%;
  }

  .member-points__options {
    width: 95%;
  }

  .member-points__options td:first-child {
    width: 15%;
  }

  .member-points__options td:nth-child(2) {
    width: 55%;
    padding: 3%;
  }

  .member-points__options td:nth-child(3) {
    width: 30%;
  }

  .member-points__purchase-button {
    width: 70%;
    max-width: 300px;
    height: auto;
    margin-top: 6%;
  }

  .member-points__purchase-button picture,
  .member-points__purchase-button img {
    width: 100%;
    height: auto;
  }

  .member-points__shortage,
  .member-points__unavailable {
    box-sizing: border-box;
  }

  .member-points__confirmation {
    width: 95%;
  }

  .member-points__confirmation th {
    width: 65%;
  }

  .member-points__preparation,
  .member-points__external-preparation {
    width: 94%;
    padding: 5%;
  }

  .member-points__return-link {
    box-sizing: border-box;
  }

  .member-points__ssl-button,
  .member-points__ssl-button picture,
  .member-points__ssl-button img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .member-points__caution {
    width: 94%;
    margin: 3% auto;
    padding: 5%;
    font-size: 12px;
  }

  .member-points__bank-completed-message,
  .member-points__bank-important {
    box-sizing: border-box;
    width: 94%;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .member-points__bank-return,
  .member-points__bank-return img {
    display: block;
    width: 70%;
    max-width: 300px;
    height: auto;
    margin: 5% auto 0;
  }
}

@media (max-width: 767px) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}

/* Current FULLGATE PC member header and Home footer */
.member-home-pc-footer {
  display: none;
}

@media (min-width: 768px) {
  .member-header.member-header--current-pc {
    border: 0;
    background: #1d2088;
  }

  .member-header--current-pc .member-header__inner {
    box-sizing: content-box;
    display: flex;
    width: 1000px;
    height: 75px;
    margin: 0 auto;
    padding: 10px 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }

  .member-header--current-pc .member-header__logo {
    display: block;
    width: 308px;
    height: 75px;
    background: url("/legacy_images/member_header_pc/logo.png") no-repeat 0 0 / 308px 75px;
    font-size: 0;
  }

  .member-header__member-area {
    display: flex;
    height: 75px;
    align-items: flex-start;
  }

  .member-header--current-pc .member-header__account {
    display: block;
    box-sizing: content-box;
    width: 230px;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
  }

  .member-header__account li {
    display: flex;
    height: 25px;
    align-items: flex-start;
  }

  .member-header--current-pc .member-header__account span,
  .member-header--current-pc .member-header__account strong {
    display: block;
    box-sizing: border-box;
    margin: 3px 0 0;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-size: 12px;
    line-height: 1.4;
  }

  .member-header__account span {
    width: 80px;
  }

  .member-header__account strong {
    width: 150px;
    white-space: nowrap;
  }

  .member-header__account li:first-child span,
  .member-header__account li:first-child strong {
    font-size: 14px;
    font-weight: 400;
  }

  .member-header__account li:nth-child(2) span,
  .member-header__account li:nth-child(2) strong {
    font-size: 16px;
    font-weight: 500;
  }

  .member-header__point-button {
    display: block;
    width: 125px;
    height: 50px;
    margin-top: 10px;
    background: url("/legacy_images/member_header_pc/point_but.png") no-repeat 0 0 / 125px 50px;
  }

  .member-header--current-pc .member-header__nav {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 0;
    background: #1d2088;
    text-align: center;
  }

  .member-header__nav ul {
    display: flex;
    width: 1000px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
  }

  .member-header__nav li {
    box-sizing: content-box;
    width: 199px;
    height: 70px;
    overflow: hidden;
    border-left: 1px solid #7679ca;
    background-color: rgba(255, 255, 255, .1);
  }

  .member-header__nav li.member-header__nav-last {
    width: 198px;
    border-right: 1px solid #7679ca;
  }

  .member-header__nav li:hover {
    background-color: rgba(255, 255, 255, .2);
  }

  .member-header--current-pc .member-header__nav a,
  .member-header--current-pc .member-header__nav span {
    display: block;
    box-sizing: content-box;
    width: 190px;
    height: 55px;
    margin: 5px 0 0 5px;
    padding: 0;
    border: 0;
    border-bottom: 10px solid #a31f27;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
  }

  .member-header__nav a:hover,
  .member-header__nav span:hover {
    height: 45px;
    margin-top: 10px;
    border-bottom-width: 20px;
    font-size: 16px;
    line-height: 45px;
  }

  .member-home-pc-footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #1d2088;
    color: #fff;
    font-size: 12px;
  }

  .member-home-pc-footer__upper {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to bottom, #9f3124 1%, #6d0e03 100%);
  }

  .member-home-pc-footer__upper ul,
  .member-home-pc-footer__legal ul,
  .member-home-pc-footer__notes {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }

  .member-home-pc-footer__upper ul {
    display: flex;
  }

  .member-home-pc-footer__upper li {
    box-sizing: border-box;
    width: 125px;
    border-right: 1px solid #6d0e03;
    border-left: 1px solid #d04131;
    text-align: center;
    text-shadow: 1px 1px 1px #510c04;
  }

  .member-home-pc-footer__upper a,
  .member-home-pc-footer__upper span {
    display: block;
    padding: 15px 0;
    color: #fff;
    line-height: 1.4;
    text-decoration: none;
  }

  .member-home-pc-footer__upper li:hover {
    background: linear-gradient(to bottom, #e74c3c 0%, #9f3124 100%);
  }

  .member-home-pc-footer__legal ul {
    display: flex;
    width: 800px;
    margin-top: 20px;
  }

  .member-home-pc-footer__legal li {
    box-sizing: content-box;
    width: 170px;
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #010242;
    border-radius: 5px;
    background: linear-gradient(to bottom, #060973 1%, #010242 100%);
    color: #d0d1fe;
    text-align: center;
    text-shadow: 2px 2px 1px #222;
  }

  .member-home-pc-footer__legal li:last-child {
    margin-right: 0;
  }

  .member-home-pc-footer__legal a,
  .member-home-pc-footer__legal span {
    display: block;
    color: #d0d1fe;
    line-height: 1.4;
    text-decoration: none;
  }

  .member-home-pc-footer__notes {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .member-home-pc-footer__notes li {
    color: #fff;
    line-height: 1.4;
    letter-spacing: .05em;
  }

  .member-home-pc-footer__notes li + li {
    margin-top: 7px;
  }

  .member-home-pc-footer__notes li::before {
    content: "●";
    margin-right: .5%;
  }

  .member-home-pc-footer__copyright {
    width: 100%;
    height: 40px;
    background: #060973;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
  }
}

.member-home {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 24px 0 40px;
}

.member-home__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
}

.member-home__logo {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: .04em;
}

.member-home__account {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}

.member-home__points strong {
  font-size: 18px;
}

.member-home__point-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  background: #c00;
  color: #fff;
}

.member-home__nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
}

.member-home__nav a {
  padding: 13px 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border-right: 1px solid #ddd;
}

.member-home__nav a:last-child {
  border-right: 0;
}

.member-home__nav a.is-current {
  font-weight: 800;
}

.member-home__layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
}

.member-home__sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.member-home__sidebar a {
  display: block;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
}

.member-home__section {
  margin-bottom: 32px;
}

.member-home__section h1,
.member-home__section h2 {
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #222;
  font-size: 22px;
}

.member-home__banner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.member-home__banner-grid--large {
  grid-template-columns: 1fr;
}

.member-home__display-block + .member-home__display-block {
  margin-top: 16px;
}

.member-home__banner-grid--free {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.member-home__banner-placeholder {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #bbb;
  border-radius: 6px;
  background: #f7f7f7;
  color: #666;
  font-weight: 700;
}

.member-home__contents-menu {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}

.member-home__contents-menu h2 {
  margin: 0 0 14px;
  font-size: 20px;
}

.member-home__contents-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.member-home__contents-links a {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: center;
  text-decoration: none;
}

.member-home__footer {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 13px;
}

.member-home__footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.member-home__footer a {
  text-decoration: none;
}

.member-home__footer p {
  margin: 0 0 12px;
}

@media (max-width: 767px) {
  .member-home {
    width: min(calc(100% - 20px), 680px);
    padding: 14px 0 28px;
  }

  .member-home__header {
    display: block;
    padding-bottom: 12px;
  }

  .member-home__logo {
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .member-home__account {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
  }

  .member-home__member {
    grid-column: 1 / -1;
  }

  .member-home__point-button {
    min-height: 40px;
  }

  .member-home__nav {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 18px;
  }

  .member-home__nav a {
    border-bottom: 1px solid #ddd;
  }

  .member-home__layout {
    display: block;
  }

  .member-home__sidebar {
    display: none;
  }

  .member-home__section {
    margin-bottom: 24px;
  }

  .member-home__section h1,
  .member-home__section h2 {
    font-size: 19px;
  }

  .member-home__banner-grid,
  .member-home__banner-grid--free {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .member-home__banner-placeholder {
    min-height: 100px;
  }

  .member-home__contents-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .member-home__footer {
    margin-top: 28px;
  }

  .member-home__banner-grid--large
    .member-home__product.member-home__product--with-banner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
  }
}

.member-home__product {
  padding: 18px;
  border: 1px solid #ddd;
  background: #fff;
}

.member-home__banner-grid--large .member-home__product {
  box-sizing: border-box;
  width: min(100%, 724px);
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
}

.member-home__product-name {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.member-home__product-price {
  display: flex;
  align-items: center;
  gap: 6px;
}

.member-home__product-price strong {
  font-size: 18px;
}

.member-home__status {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 8px;
  border-radius: 3px;
  background: #eee;
  font-size: 12px;
  font-weight: 700;
}

.member-home__image-heading {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  line-height: 0;
}

.member-home__image-heading img {
  display: block;
  width: 100%;
  height: auto;
}

/* Member header */
.member-header {
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.member-header__pc {
  display: block;
}

.member-header__inner {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.member-header__logo,
.member-header__sp-logo {
  color: #111;
  text-decoration: none;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: .04em;
}

.member-header__account {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
}

.member-header__account span {
  display: block;
  color: #777;
  font-size: 11px;
}

.member-header__account strong {
  display: block;
  margin-top: 2px;
}

.member-header__account-link {
  display: inline-block;
  margin-top: 4px;
  color: #444;
  font-size: 12px;
}

.member-header__nav {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #ddd;
}

.member-header__nav a {
  padding: 12px 8px;
  border-right: 1px solid #ddd;
  text-align: center;
  color: #222;
  text-decoration: none;
  font-weight: 700;
}

.member-header__nav a:last-child {
  border-right: 0;
}

.member-account__content {
  width: min(100%, 820px);
  margin: 0 auto;
}

.member-verification__content h1 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.4;
}

.member-account__sections {
  display: grid;
  gap: 20px;
}

.member-account__section {
  margin: 0;
  border-top: 4px solid #292f9d;
}

.member-account__section h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}

.member-account__section-heading {
  margin: -24px -24px 20px;
  padding: 18px 24px 16px;
  border-bottom: 1px solid #d9d9ef;
  background: #f5f5ff;
}

.member-account__section-heading p {
  margin: 6px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 1.65;
}

.member-account__details {
  margin: 0;
}

.member-account__details > div {
  display: grid;
  grid-template-columns: minmax(150px, 32%) minmax(0, 1fr);
  border: 1px solid #ddd;
}

.member-account__details dt,
.member-account__details dd {
  min-width: 0;
  padding: 14px 16px;
  overflow-wrap: anywhere;
}

.member-account__details dt {
  background: #f4f4f4;
  font-weight: 700;
}

.member-account__details dd {
  margin: 0;
  border-left: 1px solid #ddd;
}

.member-account__verification-link {
  display: grid;
  width: min(100%, 560px);
  box-sizing: border-box;
  gap: 4px;
  margin: 0 0 20px;
  padding: 12px 14px;
  border-left: 4px solid #292f9d;
  background: #f5f5ff;
  font-size: 14px;
  line-height: 1.6;
}

.member-account__verification-link span {
  color: #555;
  font-size: 12px;
  font-weight: 700;
}

.member-account__verification-link a {
  width: fit-content;
  color: #171c75;
  font-weight: 700;
}

.member-account__form {
  display: grid;
  width: min(100%, 560px);
  gap: 18px;
}

.member-account__field label {
  display: block;
  margin-bottom: 7px;
  font-weight: 700;
}

.member-account__content input[type="email"],
.member-account__content input[type="password"] {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  font: inherit;
}

.member-account__content input[type="email"]:focus,
.member-account__content input[type="password"]:focus {
  border-color: #292f9d;
  outline: 2px solid #d9d9ef;
  outline-offset: 1px;
}

.member-account__actions {
  margin-top: 2px;
}

.member-account__navigation {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.member-flash {
  box-sizing: border-box;
  width: min(100% - 32px, 900px);
  margin: 16px auto 0;
  padding: 10px 14px;
  border-radius: 4px;
  line-height: 1.6;
}

.member-flash--notice {
  border: 1px solid #9bbd9b;
  background: #f2faf2;
}

.member-flash--alert {
  border: 1px solid #d9a0a0;
  background: #fff5f5;
}

.member-verification__content {
  box-sizing: border-box;
  width: min(100%, 900px);
  margin: 0 auto;
}

.member-verification__panel {
  width: 100%;
  line-height: 1.7;
}

.member-verification__panel > p {
  margin: 0 0 16px;
}

.member-verification__form {
  width: min(100%, 560px);
  margin-top: 18px;
}

.member-verification__form--secondary {
  margin-top: 16px;
}

.member-verification__field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.member-verification__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font: inherit;
}

.member-verification__actions input,
.member-verification__button {
  min-height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 4px;
  background: #c00;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.member-verification__button--secondary {
  border: 1px solid #aaa;
  background: #fff;
  color: #444;
  font-weight: 400;
}

.member-inquiry-page {
  box-sizing: border-box;
  width: min(calc(100% - 20px), 1000px);
  margin: 8px auto 0;
  padding: 20px 0 40px;
}

.member-inquiry-page__hero,
.member-inquiry-page__heading,
.member-inquiry-page__support-hours {
  display: block;
  max-width: 100%;
  height: auto;
}

.member-inquiry-page__hero {
  width: 100%;
}

.member-inquiry-page__layout {
  display: grid;
  grid-template-columns: 250px 20px minmax(0, 730px);
  margin-top: 20px;
  align-items: start;
}

.member-inquiry-page__layout > .member-home__sidebar--top-pc {
  width: 250px;
  grid-column: 1;
}

.member-inquiry-page__content {
  min-width: 0;
  grid-column: 3;
}

.member-inquiry-page__heading {
  width: 100%;
}

.member-inquiry-page__introduction {
  display: none;
}

.member-inquiry-page__panel {
  box-sizing: border-box;
  margin-top: 12px;
  padding: 20px 15px 0;
  border-radius: 10px;
  background: #fff;
}

.member-inquiry-page .member-inquiry__form {
  display: grid;
  width: min(100%, 650px);
  margin-right: auto;
  margin-left: auto;
  gap: 20px;
}

.member-inquiry-page__body-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.member-inquiry-page .member-inquiry__field--body {
  width: 100%;
}

.member-inquiry-page .member-inquiry__field textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 220px;
  padding: 10px 12px;
  border: 1px solid #292f9d;
  border-radius: 0;
  font: inherit;
  resize: vertical;
}

.member-inquiry-page .member-inquiry__actions {
  text-align: center;
}

.member-inquiry-page .member-inquiry__actions button {
  width: 300px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.member-inquiry-page .member-inquiry__actions img {
  display: block;
  width: 100%;
  height: auto;
}

.member-inquiry-page__notes {
  box-sizing: border-box;
  width: min(100%, 650px);
  margin: 30px auto;
  padding: 24px 28px 24px 48px;
  border-radius: 10px;
  background: #ccccfa;
  line-height: 1.65;
}

.member-inquiry-page__notes li + li {
  margin-top: 14px;
}

.member-inquiry-page__support-hours {
  width: 650px;
  margin: 0 auto;
}

.member-inquiry-page .member-inquiry__errors {
  box-sizing: border-box;
  width: min(100%, 650px);
  margin-right: auto;
  margin-left: auto;
}

.member-inquiry-page__completion {
  box-sizing: border-box;
  width: min(100%, 650px);
  margin: 0 auto;
  padding: 24px 28px;
  border: 1px solid #e3e3e8;
  border-radius: 8px;
  background: #fafafa;
  line-height: 1.8;
}

.member-inquiry-page__completion p {
  margin: 0;
}

.member-inquiry-page__completion p + p {
  margin-top: 18px;
}

.member-inquiry-page__completion-title {
  font-weight: 700;
}

/* Free contents */
.member-free-content-legacy .member-home__layout { align-items: flex-start; }
.member-free-content-legacy__content { box-sizing: border-box; width: 730px; padding: 15px; background: #fff; }
.member-free-content-legacy__banner-picture {
  display: block;
  width: 700px;
  max-width: 100%;
  margin: 0;
  line-height: 0;
}
.member-free-content-legacy__banner {
  display: block;
  width: 700px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.member-free-content-legacy__body { padding: 20px 10px; line-height: 1.7; }
.member-free-content-legacy__entry h2 { margin: 18px 0 10px; padding: 8px 10px; background: #eee; font-size: 18px; }
.member-free-content-legacy__entry p { margin: 0 0 10px; }
.member-free-content-legacy .legacy-emphasis { color: #f00; }

@media (min-width: 768px) {
  .member-free-content-legacy {
    width: 1000px;
  }

  .member-free-content-legacy .member-home__layout {
    grid-template-columns: 250px 20px 730px;
    gap: 0;
  }

  .member-free-content-legacy .member-home__sidebar--top-pc {
    grid-column: 1;
  }

  .member-free-content-legacy__content {
    grid-column: 3;
  }
}

@media (max-width: 767px) {
  .member-free-content-legacy__content { width: 100%; padding: 0; }
  .member-free-content-legacy__body { padding: 15px 10px 25px; }
}

.member-free-contents,
.member-free-content-page {
  box-sizing: border-box;
  width: min(calc(100% - 32px), 900px);
  margin-right: auto;
  margin-left: auto;
}

.member-free-contents__list,
.member-free-content-entries {
  display: grid;
  gap: 16px;
}

.member-free-content-link,
.member-free-content-entry,
.member-free-content-page__intro,
.member-free-content-page__empty {
  padding: 20px;
  border: 1px solid #d8deeb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(16, 24, 80, 0.07);
}

.member-free-content-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.member-free-content-link h2,
.member-free-content-entry h2 {
  margin: 4px 0 8px;
  color: #1f2b83;
}

.member-free-content-link p,
.member-free-content-page__intro p,
.member-free-content-entry__body,
.member-free-content-page__empty {
  margin: 0;
}

.member-free-content-page__intro {
  margin-bottom: 18px;
}

.member-free-content-entry__body {
  white-space: normal;
}

.member-free-content-page__back {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .member-free-contents,
  .member-free-content-page {
    width: min(calc(100% - 20px), 680px);
  }

  .member-free-content-link {
    align-items: stretch;
    flex-direction: column;
  }
}

.member-inquiry-page .member-inquiry__errors {
  margin-bottom: 18px;
  padding: 12px 16px;
  border: 1px solid #c00;
  color: #900;
}

@media (max-width: 767px) {
  .member-flash {
    width: min(calc(100% - 20px), 680px);
  }

  .member-verification__content h1 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .member-account__sections {
    gap: 16px;
  }

  .member-account__section h2 {
    font-size: 18px;
  }

  .member-account__section-heading {
    margin: -18px -16px 16px;
    padding: 15px 16px 13px;
  }

  .member-account__section-heading p {
    font-size: 13px;
  }

  .member-account__details > div {
    display: block;
  }

  .member-account__details dt,
  .member-account__details dd {
    padding: 11px 12px;
  }

  .member-account__details dd {
    border-top: 1px solid #ddd;
    border-left: 0;
  }

  .member-account__verification-link {
    width: 100%;
    margin-bottom: 16px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .member-account__form {
    width: 100%;
    gap: 16px;
  }

  .member-account__content input[type="email"],
  .member-account__content input[type="password"] {
    width: 100%;
  }

  .member-account__actions .member-button {
    width: 100%;
  }

  .member-account__navigation {
    padding-top: 16px;
  }

  .member-verification__panel {
    font-size: 14px;
  }

  .member-verification__form {
    width: 100%;
    margin-top: 14px;
  }

  .member-verification__actions input,
  .member-verification__button {
    width: auto;
    max-width: 100%;
    min-height: 42px;
    padding: 0 18px;
    white-space: normal;
  }

  .member-inquiry-page {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 0 10px 28px;
    overflow-x: hidden;
  }

  .member-inquiry-page__layout {
    display: block;
    margin-top: 0;
  }

  .member-inquiry-page__layout > .member-home__sidebar--top-pc,
  .member-inquiry-page__heading {
    display: none;
  }

  .member-inquiry-page__content {
    width: 100%;
  }

  .member-inquiry-page__introduction {
    display: block;
    width: 90%;
    margin: 3% auto;
    font-size: 14px;
    line-height: 1.6;
  }

  .member-inquiry-page__panel {
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
  }

  .member-inquiry-page .member-inquiry__field textarea {
    min-height: 170px;
  }

  .member-inquiry-page .member-inquiry__actions button {
    width: 70%;
    max-width: 300px;
  }

  .member-inquiry-page__notes {
    width: 100%;
    margin: 24px auto;
    padding: 18px 16px 18px 34px;
    border-radius: 6px;
    font-size: 13px;
  }

  .member-inquiry-page__support-hours {
    width: 100%;
  }

  .member-inquiry-page__completion {
    width: 100%;
    padding: 18px 16px;
    line-height: 1.75;
  }

  .member-inquiry-page__completion br {
    display: none;
  }
}

.member-header__sp {
  display: none;
}

/* Member footer */
.member-footer {
  width: min(100% - 32px, 1180px);
  margin: 48px auto 0;
  padding: 28px 0 24px;
  border-top: 1px solid #ddd;
  color: #555;
  font-size: 13px;
}

.member-footer__pc {
  margin-bottom: 22px;
}

.member-footer__nav,
.member-footer__legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.member-footer a {
  color: #444;
  text-decoration: none;
}

.member-footer__legal {
  margin-bottom: 18px;
  font-size: 12px;
}

.member-footer__notes {
  line-height: 1.7;
  font-size: 11px;
}

.member-footer__notes p {
  margin: 0 0 8px;
}

.member-footer__copyright {
  margin-top: 18px;
  text-align: center;
  font-size: 11px;
}

.member-footer__sp {
  display: none;
}

/* Member home banner */
.member-home__product-banner {
  display: block;
  text-decoration: none;
}

.member-home__product-banner picture,
.member-home__product-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.member-home__product-banner img {
  object-fit: contain;
}

.member-home__image-heading {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  line-height: 0;
}

.member-home__image-heading img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .member-header__pc {
    display: none;
  }

  .member-header__sp {
    display: block;
  }

  .member-header__sp-logo {
    display: block;
    padding: 12px 10px;
    font-size: 25px;
  }

  .member-header__sp-top,
  .member-header__sp-bottom {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .member-header__sp-top {
    grid-template-columns: minmax(0, 1fr);
  }

  .member-header__sp-bottom {
    grid-template-columns: repeat(3, 1fr);
  }

  .member-header__sp-top li,
  .member-header__sp-bottom li {
    min-width: 0;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
  }

  .member-header__sp-top li:first-child {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .member-header__sp-top li:last-child,
  .member-header__sp-bottom li:last-child {
    border-right: 0;
  }

  .member-header__sp a {
    color: #222;
    text-decoration: none;
  }

  .member-footer {
    width: min(calc(100% - 20px), 680px);
    margin-top: 32px;
  }

  .member-footer__pc {
    display: none;
  }

  .member-footer__sp {
    display: block;
    margin-bottom: 20px;
  }

  .member-footer__contents-menu {
    display: grid;
    gap: 8px;
  }

  .member-footer__contents-menu strong {
    margin-bottom: 4px;
  }

  .member-footer__contents-menu a {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }
}

@media (min-width: 768px) {
  .member-home__layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }

  .member-home__sidebar {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .member-home__sidebar a {
    padding: 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    font-weight: 700;
  }

  .member-home__content {
    min-width: 0;
  }
}

.member-home__heading-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}

/* Member home TOP: current FULLGATE PC layout */
.member-home--top {
  box-sizing: border-box;
  width: min(calc(100% - 20px), 1000px);
  margin-top: 8px;
  padding-top: 20px;
  padding-bottom: 0;
}

.member-home__content--top {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.member-home__section-heading-picture {
  display: block;
  margin: 0 0 12px;
  text-align: center;
  line-height: 0;
}

.member-home__section-heading {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  vertical-align: bottom;
}

.member-home--top .member-home__section {
  width: 720px;
  margin: 0 0 0 auto;
}

.member-home--top .member-home__banner-grid {
  gap: 0;
}

.member-home--top .member-home__display-block + .member-home__display-block {
  margin-top: 0;
}

.member-home--top .member-home__product {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.member-home--top .member-home__banner-grid--large .member-home__product {
  box-sizing: border-box;
  width: 720px;
  max-width: 720px;
  margin-bottom: 20px;
}

.member-home--top .member-home__banner-grid--small {
  grid-template-columns: 350px 350px;
  column-gap: 20px;
  row-gap: 0;
}

.member-home--top .member-home__banner-grid--small .member-home__product {
  margin-bottom: 20px;
}

.member-home--top .member-home__banner-grid--free {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.member-home__free-banner {
  width: 700px;
  margin: 5px auto 12px;
  line-height: 0;
}

.member-home__free-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.member-home__sidebar--top-sp {
  display: none;
}

.member-home__banner-grid--free-sp {
  display: none;
}

@media (min-width: 768px) {
  .member-home--top {
    width: 1000px;
  }

  .member-home--top .member-home__banner-grid--free-sp {
    display: none;
  }

  .member-home__layout--top {
    grid-template-columns: 250px 30px 720px;
    gap: 0;
  }

  .member-home__layout--top > .member-home__sidebar--top-pc {
    box-sizing: border-box;
    width: 250px;
    gap: 10px;
    grid-column: 1;
  }

  .member-home__sidebar--top-pc img {
    display: block;
    height: auto;
  }

  .member-home__sidebar--top-pc > .member-home__sidebar-image-link,
  .member-home__sidebar--top-pc > .member-home__sidebar-image {
    width: 250px;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .member-home__sidebar-image-link--inquiry {
    height: 100px;
    background: url("/legacy_images/member_home_pc/sidebar/but_inquiry.jpg") no-repeat 0 0 / 250px 100px;
  }

  .member-home__sidebar-image-link--guide {
    height: 100px;
    background: url("/legacy_images/member_home_pc/sidebar/but_guide.jpg") no-repeat 0 0 / 250px 100px;
  }

  .member-home__sidebar-image-link--point-heading {
    height: 50px;
    background: url("/legacy_images/member_home_pc/sidebar/side_point_head.jpg") no-repeat 0 0 / 250px 50px;
  }

  .member-home__sidebar--top-pc > .member-home__sidebar-image-link img,
  .member-home__sidebar--top-pc > .member-home__sidebar-image img,
  .member-home__sidebar--top-pc > .member-home__sidebar-heading {
    width: 250px;
  }

  .member-home__sidebar-payment-block {
    box-sizing: border-box;
    display: flex;
    width: 230px;
    margin: 0 auto;
    padding: 15px 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 3px #555;
  }

  .member-home__sidebar-payment-block .member-home__sidebar-image,
  .member-home__sidebar-payment-block img {
    display: block;
  }

  .member-home__sidebar-payment-block .member-home__sidebar-image-link {
    width: 200px;
    height: 85px;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .member-home__sidebar-image-link--bank {
    background: url("/legacy_images/member_home_pc/sidebar/but_bank.jpg") no-repeat 0 0 / 200px 85px;
  }

  .member-home__sidebar-image-link--telecom {
    background: url("/legacy_images/member_home_pc/sidebar/but_card_1.jpg") no-repeat 0 0 / 200px 85px;
  }

  .member-home__sidebar-image-link--credix {
    background: url("/legacy_images/member_home_pc/sidebar/but_card_2.jpg") no-repeat 0 0 / 200px 85px;
  }

  .member-home__sidebar-image--disabled {
    width: 220px;
    height: 50px;
    cursor: default;
  }

  .member-home__sidebar-image--eipat {
    background: url("/legacy_images/member_home_pc/sidebar/pat.jpg") no-repeat 0 0 / 220px 50px;
  }

  .member-home__sidebar-image--spat4 {
    background: url("/legacy_images/member_home_pc/sidebar/pat2.jpg") no-repeat 0 0 / 220px 50px;
  }

  .member-home--top .member-home__content--top {
    width: 720px;
    grid-column: 3;
  }

  .member-home--top .member-home__section-heading {
    display: block;
    width: 720px;
  }

  .member-home--top .member-home__banner-grid--large .member-home__product-banner img,
  .member-home--top .member-home__banner-grid--small .member-home__product-banner img {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .member-home--top {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .member-home--top .member-home__section {
    width: 100%;
    margin: 0 0 24px;
  }

  .member-home__section-heading {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .member-home--top .member-home__banner-grid {
    gap: 8px;
  }

  .member-home--top .member-home__display-block + .member-home__display-block {
    margin-top: 8px;
  }

  .member-home__sidebar--top-pc {
    display: none;
  }

  .member-home__sidebar--top-sp {
    display: block;
  }

  .member-home__banner-grid--free-pc {
    display: none;
  }

  .member-home__banner-grid--free-sp {
    display: grid;
  }

  .member-home--top .member-home__banner-grid--large .member-home__product,
  .member-home--top .member-home__banner-grid--free,
  .member-home--top .member-home__banner-placeholder,
  .member-home__free-banner {
    width: 100%;
    max-width: 100%;
  }

  .member-home--top .member-home__banner-grid--small {
    grid-template-columns: 1fr;
  }

  .member-home--top .member-home__banner-grid--large .member-home__product,
  .member-home--top .member-home__banner-grid--small .member-home__product {
    margin-bottom: 0;
  }

  .member-home--top .member-home__product-banner img {
    width: 100%;
    max-width: 100%;
  }
}

/* Member purchase experience */
.member-header__nav {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.member-page-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.member-page-heading h1 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 28px;
  line-height: 1.4;
}

.member-page-heading__eyebrow {
  margin: 0 0 4px;
  color: #777;
  font-size: 13px;
  font-weight: 700;
}

.member-point-summary {
  flex: 0 0 auto;
  min-width: 210px;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fafafa;
  text-align: right;
}

.member-point-summary span {
  display: block;
  color: #666;
  font-size: 12px;
}

.member-point-summary strong {
  display: block;
  margin-top: 2px;
  font-size: 22px;
}

.member-card {
  box-sizing: border-box;
  min-width: 0;
  padding: 24px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

.member-card h2 {
  overflow-wrap: anywhere;
}

.member-button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  font: inherit;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.member-button--primary {
  border-color: #a40000;
  background: #c00;
  color: #fff;
}

.member-button--secondary {
  border-color: #bbb;
  background: #fff;
  color: #222;
}

.member-actions,
.member-release-state__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.member-actions--compact {
  margin-top: 14px;
}

.member-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eee;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.member-badge--accent {
  background: #fff0d8;
  color: #8a4a00;
}

.member-badge--success {
  background: #e6f5e9;
  color: #126326;
}

.member-badge--muted {
  background: #eee;
  color: #666;
}

.member-status-message {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-left: 4px solid #999;
  background: #f7f7f7;
  line-height: 1.7;
}

.member-status-message strong {
  margin-right: 6px;
}

.member-status-message--success,
.member-status-message--available {
  border-left-color: #287a36;
  background: #f0f8f1;
}

.member-status-message--warning {
  border-left-color: #b35b00;
  background: #fff7e8;
}

.member-notice {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  line-height: 1.6;
}

.member-notice--warning {
  border-color: #e4bd74;
  background: #fff9ed;
}

.member-notice--error {
  border-color: #d7a0a0;
  background: #fff0f0;
  color: #8a1010;
}

.member-notice--success {
  border-color: #9dc8a5;
  background: #f0f8f1;
}

.member-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.member-page-links a {
  color: #333;
}

.member-product-list,
.member-purchase-history__list,
.member-content-releases__list {
  display: grid;
  gap: 18px;
}

.member-product-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.member-product-list__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.member-product-list__body {
  width: 100%;
  flex: 1 1 auto;
}

.member-product-list__item h2 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.5;
}

.member-product-list__item h2 a {
  color: #222;
}

.member-product-list__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.member-product-list__price strong {
  font-size: 21px;
}

.member-product-purchase__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.member-product-purchase__price > span:first-child {
  color: #666;
  font-size: 13px;
}

.member-product-purchase__price strong {
  font-size: 26px;
}

.member-product-page {
  box-sizing: border-box;
  width: min(calc(100% - 32px), 1000px);
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.member-product-page__layout {
  display: grid;
  grid-template-columns: 250px 30px minmax(0, 700px);
  align-items: start;
  justify-content: center;
}

.member-product-page__layout > .member-home__sidebar--top-pc {
  box-sizing: border-box;
  width: 250px;
  grid-column: 1;
}

.member-product-page__content {
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
  min-width: 0;
  grid-column: 3;
}

.member-product-media {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 0 22px;
  line-height: 0;
}

.member-product-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.member-offering-details {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 0 22px;
  padding: 0;
  border-color: #c7cbd1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.member-offering-details h2 {
  margin: 0;
  padding: 16px 18px;
  border-left: 5px solid #a40000;
  background: #eceef1;
  color: #202124;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
}

.member-offering-details__list {
  margin: 0;
}

.member-offering-details__list > div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  border-bottom: 1px solid #d1d4d8;
}

.member-offering-details__list > div:last-child {
  border-bottom: 0;
}

.member-offering-details__list dt,
.member-offering-details__list dd {
  min-width: 0;
  margin: 0;
  padding: 15px 16px;
  font-size: 17px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.member-offering-details__list dt {
  display: flex;
  align-items: center;
  background: #a40000;
  color: #fff;
  font-weight: 700;
}

.member-offering-details__list dd {
  background: #f6f6f7;
  color: #242424;
  font-weight: 400;
}

.member-offering-details__list dd p {
  margin: 0;
}

.member-offering-details__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.member-offering-details__price-value {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.member-offering-details__price-value--special {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
}

.member-offering-details__special-price {
  padding: 5px 11px;
  border: 1px solid #d99a94;
  background: #fbe3e0;
  color: #8f1c13;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.member-product-purchase-form {
  width: 100%;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.member-product-entry__submit {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.member-product-entry__static {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.member-product-entry__submit:focus-visible {
  outline: 3px solid #1a73e8;
  outline-offset: 4px;
}

.member-product-entry__submit img,
.member-product-entry__static img {
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
}

.member-product-sales-action {
  width: 100%;
  max-width: 100%;
  margin: 22px 0;
}

.member-product-page__content > .member-product-purchase-state {
  width: 100%;
  max-width: 100%;
}

.member-product-purchase-state > .member-status-message:first-child {
  margin-top: 0;
}

.member-product-content-header__banner,
.member-product-content-header__banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.member-product-content-header__banner {
  margin-bottom: 14px;
}

.member-product-content-header__title {
  margin-bottom: 10px;
}

.member-product-content-header__title h1 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 24px;
  line-height: 1.4;
}

.member-purchase-waiting__message {
  margin: 10px 0 18px;
  text-align: center;
  line-height: 1.8;
}

.member-purchase-waiting__message h2 {
  margin: 0 0 14px;
  color: #a40000;
  font-size: 26px;
}

.member-purchase-waiting__message p {
  margin: 0 0 14px;
}

.member-purchase-waiting__caution {
  color: #b00000;
  font-weight: 700;
}

.member-product-page__fallback-heading h1 {
  margin: 0 0 22px;
  overflow-wrap: anywhere;
  font-size: 28px;
}

.member-release-state {
  margin-top: 20px;
  padding: 16px;
  border-radius: 6px;
  background: #f7f7f7;
}

.member-release-state--available {
  border: 1px solid #9dc8a5;
  background: #f0f8f1;
}

.member-release-state__title {
  margin: 0;
  font-weight: 700;
}

.member-release-state p:last-child {
  margin-bottom: 0;
}

.member-product-detail {
  margin-top: 22px;
}

.member-product-detail h2 {
  margin: 0 0 18px;
  font-size: 22px;
}

.member-definition-list {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  margin: 20px 0 0;
  border-top: 1px solid #eee;
}

.member-definition-list dt,
.member-definition-list dd {
  min-width: 0;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  overflow-wrap: anywhere;
}

.member-definition-list dt {
  padding-right: 18px;
  color: #666;
  font-weight: 700;
}

.member-product-detail__body {
  margin-top: 22px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.member-purchase-confirmation__card {
  width: min(100%, 820px);
}

.member-purchase-confirmation__product {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1.5;
}

.member-purchase-summary {
  margin: 0;
}

.member-purchase-summary > div {
  display: grid;
  grid-template-columns: minmax(150px, .7fr) minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid #eee;
}

.member-purchase-summary dt,
.member-purchase-summary dd {
  min-width: 0;
  margin: 0;
}

.member-purchase-summary dd {
  text-align: right;
  overflow-wrap: anywhere;
}

.member-purchase-summary dd strong {
  font-size: 21px;
}

.member-purchase-confirmation__note {
  margin-top: 18px;
  color: #666;
  font-size: 13px;
}

.member-purchase-history__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.member-purchase-history__heading h2 {
  margin: 4px 0 0;
  font-size: 21px;
  line-height: 1.5;
}

.member-purchase-history__date {
  margin: 0;
  color: #666;
  font-size: 13px;
}

.member-purchase-history__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 18px 0 0;
}

.member-purchase-history__summary > div {
  min-width: 0;
}

.member-purchase-history__summary dt {
  color: #666;
  font-size: 12px;
}

.member-purchase-history__summary dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}

.member-content-releases__product h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.5;
}

.member-content-release__body {
  padding-top: 12px;
  line-height: 1.9;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.member-content-release__body img {
  display: block;
  max-width: 100%;
  height: auto;
}

.member-content-release__body table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.member-content-release__body th,
.member-content-release__body td {
  overflow-wrap: anywhere;
}

.member-content-release__body .tal {
  text-align: left;
}

.member-content-release__body .mb10 {
  margin-bottom: 10px;
}

.member-content-release__body > :first-child {
  margin-top: 0;
}

.member-content-release__body > :last-child {
  margin-bottom: 0;
}

.member-empty-state {
  padding: 28px;
  border: 1px dashed #bbb;
  border-radius: 8px;
  background: #fafafa;
  text-align: center;
}

@media (max-width: 767px) {
  .member-header__sp-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member-header__sp-bottom li:nth-child(2n) {
    border-right: 0;
  }

  .member-header__sp-bottom li:last-child {
    border-right: 0;
  }

  .member-page-heading {
    display: block;
    margin-bottom: 18px;
  }

  .member-page-heading h1 {
    font-size: 23px;
  }

  .member-point-summary {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin-top: 14px;
    text-align: left;
  }

  .member-card {
    padding: 18px 16px;
  }

  .member-product-page {
    width: 100%;
    max-width: 100%;
    padding: 14px 0 28px;
  }

  .member-product-page__layout {
    display: block;
  }

  .member-product-page__content {
    width: 100%;
    max-width: 100%;
  }

  .member-purchase-waiting__message {
    padding: 0 6px;
  }

  .member-purchase-waiting__heading-phrase,
  .member-purchase-waiting__sentence,
  .member-purchase-waiting__caution-phrase {
    display: block;
  }

  .member-purchase-waiting__heading-phrase,
  .member-purchase-waiting__nowrap {
    white-space: nowrap;
  }

  .member-product-content-header__banner {
    margin-bottom: 12px;
  }

  .member-product-content-header__title {
    margin-bottom: 8px;
  }

  .member-product-content-header__title h1 {
    font-size: 21px;
  }

  .member-content-release__body {
    padding-top: 10px;
  }

  .member-purchase-waiting__message h1,
  .member-product-page__fallback-heading h1 {
    font-size: 22px;
  }

  .member-product-list {
    grid-template-columns: 1fr;
  }

  .member-button,
  .member-actions form,
  .member-actions form input[type="submit"] {
    width: 100%;
  }

  .member-actions,
  .member-release-state__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .member-definition-list {
    display: block;
  }

  .member-definition-list dt {
    padding: 12px 0 2px;
    border-bottom: 0;
  }

  .member-definition-list dd {
    padding: 2px 0 12px;
  }

  .member-offering-details__list > div {
    grid-template-columns: minmax(96px, 32%) minmax(0, 1fr);
  }

  .member-offering-details h2 {
    font-size: 22px;
  }

  .member-offering-details__list dt,
  .member-offering-details__list dd {
    padding: 14px 12px;
  }

  .member-offering-details__list dd img,
  .member-product-detail img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .member-purchase-summary > div {
    display: block;
  }

  .member-purchase-summary dd {
    margin-top: 5px;
    text-align: left;
  }

  .member-purchase-history__summary {
    grid-template-columns: 1fr;
  }

  .member-page-links {
    flex-direction: column;
    gap: 10px;
  }
}

/* SP TOP rules must follow shared responsive rules in the cascade. */
@media (max-width: 767px) {
  .member-home.member-home--top {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }

  .member-home--top .member-home__layout--top,
  .member-home--top .member-home__content--top,
  .member-home--top .member-home__section {
    width: 100%;
    margin: 0 auto;
  }

  .member-home--top .member-home__section-heading-picture {
    width: 100%;
    margin: 1% auto;
  }

  .member-home--top .member-home__section-heading {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .member-home--top .member-home__banner-grid--large,
  .member-home--top .member-home__banner-grid--small {
    display: grid;
    width: 100%;
    margin: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .member-home--top .member-home__banner-grid--large .member-home__product,
  .member-home--top .member-home__banner-grid--small .member-home__product {
    width: 95%;
    max-width: 95%;
    margin: 2% auto;
  }

  .member-home--top .member-home__product-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 2% 0;
  }

  .member-home--top .member-home__display-block + .member-home__display-block {
    margin-top: 0;
  }

  .member-home--top .member-home__banner-grid--free-pc {
    display: none;
  }

  .member-home--top .member-home__banner-grid--free-sp {
    display: block;
    width: 95%;
    margin: 2% auto;
  }
}

/* Member hit results */
.member-hit-results {
  box-sizing: border-box;
  width: min(calc(100% - 32px), 1000px);
}

.member-hit-results__layout {
  display: grid;
  grid-template-columns: 250px 30px minmax(0, 720px);
  align-items: start;
}

.member-hit-results__layout > .member-home__sidebar--top-pc {
  box-sizing: border-box;
  width: 250px;
  grid-column: 1;
}

.member-hit-results__content {
  min-width: 0;
  grid-column: 3;
}

.member-hit-results__content .member-page-heading {
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 15px 18px;
  border-bottom: 4px solid #d6292f;
  background:
    linear-gradient(135deg, rgba(31, 43, 140, 0.96), rgba(8, 16, 87, 0.98)),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.06) 3px 4px);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.22);
  color: #fff;
}

.member-hit-results__content .member-page-heading::before {
  content: "";
  width: 18px;
  height: 5px;
  margin-right: 11px;
  background: #ef3340;
  box-shadow: 0 0 10px rgba(239, 51, 64, 0.35);
}

.member-hit-results__content .member-page-heading h1,
.member-hit-results__content .member-page-heading__eyebrow {
  color: inherit;
}

.member-hit-results__content .member-page-heading__eyebrow {
  color: #f1d37a;
}

.member-hit-results__intro {
  margin-bottom: 20px;
  padding: 16px 18px;
  border: 1px solid #d5dbea;
  border-left: 4px solid #253499;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff, #f7f8ff);
  box-shadow: 0 3px 12px rgba(16, 24, 80, 0.05);
}

.member-hit-results__intro p {
  margin: 0;
}

.member-hit-results__intro p + p {
  margin-top: 5px;
}

.member-hit-results__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.member-hit-result-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 2px solid #18257d;
  border-radius: 10px;
  background: #fff;
  box-shadow:
    0 5px 18px rgba(16, 24, 80, 0.13),
    inset 0 0 0 3px rgba(82, 128, 203, 0.18);
}

.member-hit-result-card__banner {
  padding: 10px 12px 0;
  background: #f3f6fc;
}

.member-hit-result-card__banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #c7d1e4;
  border-radius: 6px;
}

.member-hit-result-card__heading {
  position: relative;
  min-height: 84px;
  padding: 14px 84px 14px 16px;
  background:
    linear-gradient(135deg, rgba(87, 151, 219, 0.96), rgba(42, 89, 168, 0.98)),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.08) 3px 4px);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.member-hit-result-card__heading time {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
}

.member-hit-result-card__heading h2 {
  margin: 0;
  color: inherit;
  font-size: 19px;
  overflow-wrap: anywhere;
}

.member-hit-result-card__medal {
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 11px;
  width: 62px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 3px 3px rgba(3, 12, 70, 0.35));
  pointer-events: none;
}

.member-hit-result-card__details {
  flex: 1;
  margin: 0;
  padding: 10px 14px 14px;
  background: linear-gradient(180deg, #fff 0%, #fff 72%, #fff7f7 100%);
}

.member-hit-result-card__details > div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 2px dotted #d7dbe3;
}

.member-hit-result-card__details > div:last-child {
  border-bottom: 0;
}

.member-hit-result-card__details dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 2px 7px;
  border: 1px solid #c31d25;
  border-radius: 999px;
  background: linear-gradient(#eb3d43, #b40f18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.member-hit-result-card__details dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.member-hit-result-card__payout dd {
  color: #b0181e;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.member-hit-results__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .member-hit-results {
    width: min(calc(100% - 20px), 680px);
  }

  .member-hit-results__layout {
    display: block;
  }

  .member-hit-results__layout > .member-home__sidebar--top-pc {
    display: none;
  }

  .member-hit-results__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .member-hit-results__pagination {
    flex-wrap: wrap;
  }

  .member-hit-result-card__heading,
  .member-hit-result-card__details {
    padding-right: 14px;
    padding-left: 14px;
  }

  .member-hit-result-card__heading {
    min-height: 78px;
    padding-right: 84px;
  }

  .member-hit-result-card__medal {
    top: 8px;
    right: 12px;
    width: 58px;
    height: 58px;
  }

  .member-hit-result-card__heading time {
    font-size: 16px;
  }

  .member-hit-result-card__heading h2 {
    font-size: 20px;
  }

  .member-hit-result-card__details dt {
    font-size: 13px;
  }

  .member-hit-result-card__details dd {
    font-size: 17px;
  }

  .member-hit-result-card__payout dd {
    font-size: 23px;
  }

  .member-hit-result-card__banner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
