@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html.is-modal-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-size: 14px;
  color: #272D31;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  opacity: 1;
  transition: all 0.3s;
}
a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  a:hover {
    opacity: 0.7;
  }
}
a[href^="tel:"] {
  pointer-events: inherit;
}
@media screen and (min-width: 768px), print {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

.l-footer {
  line-height: 1.6;
  background: #191919;
}
.l-footer__inner {
  padding: 20px;
  max-width: 1020px;
}
@media screen and (min-width: 768px), print {
  .l-footer__inner {
    margin: 0 auto;
    padding: 40px 20px 20px;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer__links {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
}
.l-footer__pagetop {
  text-align: right;
}
@media screen and (min-width: 768px), print {
  .l-footer__pagetop {
    width: 24px;
  }
}
.l-footer__pagetopLink {
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  .l-footer__pagetopLink {
    transition: 0.3s ease-in-out opacity;
  }
  .l-footer__pagetopLink:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.l-footer__pagetopImg {
  width: 24px;
}
.l-footer__list {
  margin-top: 10px;
  line-height: 24px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 768px), print {
  .l-footer__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    width: calc(100% - 24px);
  }
}
.l-footer__listItem {
  color: #fff;
}
.l-footer__listItem:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 768px), print {
  .l-footer__listItem:not(:first-child) {
    margin-left: 30px;
    margin-top: 0;
  }
}
.l-footer__listLink {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .l-footer__listLink {
    transition: 0.3s ease-in-out opacity;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer__listLink:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.l-footer__info {
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .l-footer__info {
    margin-top: 10px;
  }
}
.l-footer__logo {
  width: 60px;
}
@media screen and (min-width: 768px), print {
  .l-footer__logo {
    vertical-align: middle;
  }
}
.l-footer__copy {
  color: #fff;
  display: block;
  font-size: 13px;
  margin-top: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 768px), print {
  .l-footer__copy {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
    vertical-align: middle;
  }
}

.l-header {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 20px;
  max-width: 1020px;
}
@media screen and (min-width: 768px), print {
  .l-header__inner {
    margin: 0 auto;
    padding: 20px;
  }
}
.l-header__logo {
  height: 45px;
}
.l-header__left {
  flex: 1;
}
.l-header__right {
  margin-left: 10px;
}
.l-header__link {
  background-color: #e1edfd;
  background-image: url("/promotion/jcb_anacard/images/join_cp2511/icon_link_blank_blue.png");
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  background-size: 7px;
  border-radius: 10px;
  color: #006edb;
  display: block;
  font-size: 0.625rem;
  font-weight: bold;
  padding: 8px 15px 8px 8px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .l-header__link {
    background-position: calc(100% - 20px) center;
    background-size: 12px;
    line-height: 1.3;
    padding: 10px 42px 10px 10px;
    width: 340px;
    transition: 0.3s ease-in-out opacity;
  }
}
@media screen and (min-width: 768px), print {
  .l-header__link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px), print {
  .l-header__link:link, .l-header__link:active, .l-header__link:visited {
    color: #006edb;
  }
}
.l-header__linkText-01 {
  font-size: 10px;
}
@media screen and (min-width: 768px), print {
  .l-header__linkText-01 {
    font-size: 14px;
  }
}
.l-header__linkText-02 {
  font-size: 10px;
}
@media screen and (min-width: 768px), print {
  .l-header__linkText-02 {
    font-size: 16px;
  }
}

.l-contents {
  max-width: 840px;
  margin: 0 auto;
  padding-inline: 15px;
}
@media screen and (min-width: 768px), print {
  .l-contents {
    padding-inline: 20px;
  }
}

.link_blank_white::after {
  background-image: url(/promotion/jcb_anacard/images/join_cp2511/icon_link_blank.png);
  background-repeat: no-repeat;
  background-size: 11px;
  bottom: 5px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 15px;
}

.c-btn {
  width: 100%;
  max-width: 188px;
  margin: 0 auto;
  text-align: center;
  border-radius: 100px;
  padding-block: 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
  border: 2px #747B7F solid;
  transition: 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-btn:hover {
    transform: translateY(4px);
    box-shadow: none;
  }
}
.c-btn::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("/promotion/jcb_anacard/images/join_cp2511/icon_arrow.svg") no-repeat center/cover;
}

.c-link, .c-link--window, .c-link--modal__reverse, .c-link--modal {
  color: #006EDB;
  text-decoration: underline;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}
.c-link::after, .c-link--window::after, .c-link--modal__reverse::after, .c-link--modal::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 16px;
  height: 16px;
  background: url("/promotion/jcb_anacard/images/join_cp2511/icon_arrow.svg") no-repeat center/cover;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.c-link--modal::after {
  background-image: url("/promotion/jcb_anacard/images/join_cp2511/icon_modal_01.svg");
}
.c-link--modal__reverse {
  flex-direction: row;
  margin-top: 24px;
  display: flex;
  color: #fff;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .c-link--modal__reverse {
    justify-content: center;
  }
}
.c-link--modal__reverse::after {
  top: 0px;
  background-image: url("/promotion/jcb_anacard/images/join_cp2511/icon_modal_02.svg");
}
.c-link--window::after {
  background-image: url("/promotion/jcb_anacard/images/join_cp2511/icon_window_04.svg");
}

.c-heading-secondary {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .c-heading-secondary {
    font-size: 36px;
  }
}
.c-heading-secondary__label {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 2px 40px 4px;
  color: #272D31;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  background: linear-gradient(90deg, rgba(218, 218, 21, 0) 0%, rgba(218, 218, 21, 0.8) 15%, rgb(218, 218, 21) 50%, rgb(218, 218, 21) 85%, rgba(218, 218, 21, 0) 100%);
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .c-heading-secondary__label {
    margin-bottom: 12px;
    padding-inline: 48px;
    font-size: 16px;
  }
}
.c-heading-secondary__supplement {
  font-size: 16px;
}

.c-heading-tertiary {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .c-heading-tertiary {
    font-size: 36px;
  }
}

.c-heading-quaternary {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .c-heading-quaternary {
    font-size: 28px;
  }
}

.c-heading-quinary {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .c-heading-quinary {
    font-size: 24px;
  }
}

.c-note {
  font-size: 12px;
  color: #272D31;
  line-height: 1.5;
}
.c-note__item {
  padding-left: calc(1em + 3px);
  position: relative;
}
.c-note__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.c-note__item + .c-note__item {
  margin-top: 4px;
}
.c-note__item:has(.c-note__text-bold) {
  margin-top: 12px;
}
.c-note__item > .c-note, .c-note__item > .c-list {
  margin-top: 4px;
}
.c-note__item [class^=c-link] {
  margin-top: 4px;
}
@media screen and (min-width: 768px), print {
  .c-note__center {
    text-align: center;
  }
}
.c-note__center li {
  display: inline-block;
}
.c-note__text-bold {
  font-weight: bold;
  color: #272D31;
}

.c-list {
  line-height: 1.5;
}
.c-list__item {
  padding-left: calc(1em + 3px);
  position: relative;
}
.c-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list__item + .c-list__item {
  margin-top: 4px;
}

.c-conditions-box {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 768px), print {
  .c-conditions-box {
    margin-top: 24px;
  }
}
.c-conditions-box + .c-conditions-box {
  margin-top: 8px;
}
.c-conditions-box__content {
  padding: 0 15px 24px;
}
@media screen and (min-width: 768px), print {
  .c-conditions-box__content {
    padding: 0 32px 32px;
  }
}
.c-conditions-box__content.js-accordion-content {
  display: none;
}
.c-conditions-box__btn {
  max-width: 210px;
  margin-bottom: 27px;
  padding-top: 14px;
  padding-bottom: 16px;
  font-size: 20px;
  background-color: #DC1E29;
  color: #fff;
  border: none;
}
.c-conditions-box__btn::after {
  width: 20px;
  height: 20px;
  background: url("/promotion/jcb_anacard/images/join_cp2511/icon_window_01.svg") no-repeat center/cover;
}
.c-conditions-box__note {
  margin-block: 16px;
}
.c-conditions-box__heading {
  font-weight: bold;
}
.c-conditions-box__exclusion {
  margin: 8px 0 16px;
}
.c-conditions-box__link {
  margin-block: 16px;
}
.c-conditions-box__text {
  line-height: 1.5;
}
.c-conditions-box__text + .c-conditions-box__heading {
  margin-top: 16px;
}
.c-conditions-box__group {
  margin-bottom: 24px;
}
.c-conditions-box__group .c-conditions-box__heading {
  margin-bottom: 8px;
}
.c-conditions-box__group .c-link--window {
  margin-top: 4px;
}
.c-conditions-box__group-inner {
  margin-bottom: 8px;
}

.c-heading-balloon {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 24px 15px;
}
@media screen and (min-width: 768px), print {
  .c-heading-balloon {
    font-size: 20px;
    gap: 20px;
    padding: 32px;
  }
}
.c-heading-balloon.js-accordion {
  cursor: pointer;
}
.c-heading-balloon__icon {
  display: block;
  min-width: 56px;
  max-width: 56px;
}
@media screen and (min-width: 768px), print {
  .c-heading-balloon__icon {
    min-width: 64px;
    min-width: 64px;
  }
}
.c-heading-balloon__text-area {
  padding-right: 42px;
  width: calc(100% - 56px);
}
.c-heading-balloon__label {
  margin-bottom: 4px;
  padding: 2px 8px 4px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #272D31;
  border-radius: 2px;
  line-height: 1.5;
}
.c-heading-balloon__cross {
  width: 30px;
  height: 30px;
  background: #006EDB;
  border-radius: 9999rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .c-heading-balloon__cross {
    right: 32px;
  }
}
.c-heading-balloon__cross::before, .c-heading-balloon__cross::after {
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  background: #fff;
  border-radius: 9999rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-heading-balloon__cross::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
.is-open .c-heading-balloon__cross::after {
  transform: translate(-50%, -50%);
}

.c-card-scroll, .c-card-scroll--center {
  margin: 20px 0 32px;
  padding: 16px 15px;
  border-radius: 16px;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .c-card-scroll, .c-card-scroll--center {
    padding: 24px;
  }
}
.c-card-scroll::after, .c-card-scroll--center::after {
  content: "";
  display: block;
  width: 120px;
  height: 75px;
  background: url("/promotion/jcb_anacard/images/join_cp2511/sp/icon_scroll-hint.png") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-card-scroll::after, .c-card-scroll--center::after {
    display: none;
  }
}
.c-card-scroll:has(.is-scroll)::after, .c-card-scroll--center:has(.is-scroll)::after {
  opacity: 0;
}
@media screen and (min-width: 768px), print {
  .c-card-scroll--center .c-card-scroll__inner {
    width: 100%;
    justify-content: center;
    margin-right: 0;
    padding-inline: 0;
  }
}
.c-card-scroll__wrap {
  overflow-x: auto;
  margin-inline: -15px;
}
@media screen and (min-width: 768px), print {
  .c-card-scroll__wrap {
    margin-inline: -24px;
  }
}
.c-card-scroll__inner {
  padding-bottom: 12px;
  padding-inline: 15px;
  display: inline-flex;
  gap: 12px;
}
@media screen and (min-width: 768px), print {
  .c-card-scroll__inner {
    padding-bottom: 24px;
    padding-inline: 24px;
    gap: 16px;
  }
}
@media screen and (min-width: 768px), print {
  .c-card-scroll__inner:not([data-col="5"]) {
    padding-bottom: 0;
  }
}
.c-card-scroll__card {
  min-width: 32vw;
}
@media screen and (min-width: 768px), print {
  .c-card-scroll__card {
    min-width: 160px;
    max-width: 160px;
  }
}
.c-card-scroll__name {
  margin-top: 8px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .c-card-scroll__name {
    font-size: 16px;
  }
}
.c-card-scroll__name span {
  font-size: 12px;
}

.c-download {
  margin-block: 16px;
  padding: 24px 15px;
  border: 1px #C2C9CD solid;
  border-radius: 16px;
}
.c-download__heading {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.c-download__row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px), print {
  .c-download__row {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }
}
@media screen and (min-width: 768px), print {
  .c-download__col {
    min-width: 286px;
  }
}
.c-download__link {
  margin: 0 auto 4px;
  max-width: 165px;
  display: block;
}
@media screen and (min-width: 768px), print {
  .c-download__link {
    margin-bottom: 8px;
  }
}
.c-download__note {
  font-size: 10px;
}
.c-download__note .c-note__item {
  padding-left: 0;
  display: flex;
  justify-content: center;
  gap: 3px;
}
.c-download__note .c-note__item::before {
  position: relative;
}

.c-table-scroll {
  margin-top: 20px;
  overflow-x: hidden;
  position: relative;
  margin-inline: -15px;
}
@media screen and (min-width: 768px), print {
  .c-table-scroll {
    margin-inline: -24px;
  }
}
.c-table-scroll::after {
  content: "";
  display: block;
  width: 120px;
  height: 75px;
  background: url("/promotion/jcb_anacard/images/join_cp2511/sp/icon_scroll-hint.png") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-table-scroll::after {
    display: none;
  }
}
.c-table-scroll:has(.is-scroll)::after {
  opacity: 0;
}
.c-table-scroll__wrap {
  overflow-x: auto;
}
.c-table-scroll__inner {
  display: inline-block;
  padding-bottom: 12px;
  padding-inline: 15px;
}
@media screen and (min-width: 768px), print {
  .c-table-scroll__inner {
    padding-bottom: 0;
    padding-inline: 24px;
  }
}
.c-table-scroll__table {
  display: block;
  min-width: 160vw;
}
@media screen and (min-width: 768px), print {
  .c-table-scroll__table {
    min-width: auto;
  }
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1010;
  transition: opacity 0.1s, visibility 0.1s ease;
}
@media screen and (min-width: 768px), print {
  .c-modal {
    align-items: center;
    padding-bottom: 0;
  }
}
.c-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.c-modal__contents {
  margin: 0 auto;
  padding-inline: 15px;
  max-width: 1010px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-modal__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.c-modal__inner:has(.p-lp-modal-general), .c-modal__inner:has(.p-lp-modal-general) {
  width: 100%;
}
.c-modal__close {
  max-width: 40px;
  position: absolute;
  top: 18px;
  right: 18px;
}
.c-modal__close img {
  width: 100%;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.75);
}

.p-lp-bg {
  background: linear-gradient(90deg, rgb(2, 38, 77) 0%, rgb(0, 91, 173) 50%, rgb(2, 38, 77) 100%);
}

.p-lp-kv {
  overflow-x: hidden;
}
.p-lp-kv__slider {
  max-width: 1440px;
  margin: 0 auto;
}
.p-lp-kv__pic {
  background-color: #272D31;
}
.p-lp-kv__pic img {
  display: block;
  width: 100%;
}
.p-lp-kv .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px), print {
  .p-lp-kv .slick-dotted.slick-slider {
    padding-bottom: 74px;
  }
}
.p-lp-kv .slick-dots {
  bottom: auto;
}
@media screen and (min-width: 768px), print {
  .p-lp-kv .slick-dots {
    bottom: 50px;
  }
}
.p-lp-kv .slick-dots li {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px), print {
  .p-lp-kv .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 15px;
  }
}
.p-lp-kv .slick-dots li.slick-active button::before {
  opacity: 1;
}
.p-lp-kv .slick-dots li button {
  width: 100%;
  height: 100%;
}
.p-lp-kv .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #fff;
  opacity: 0.25;
  border-radius: 9999rem;
}

.p-lp-intro {
  padding-bottom: 60px;
  background: linear-gradient(90deg, rgb(2, 38, 77) 0%, rgb(0, 91, 173) 50%, rgb(2, 38, 77) 100%);
}
@media screen and (min-width: 768px), print {
  .p-lp-intro {
    padding-bottom: 100px;
  }
}
.p-lp-intro__box, .p-lp-intro__box--starwars {
  border-radius: 16px;
  padding: 24px 15px;
  background: #F4F4F4;
}
@media screen and (min-width: 768px), print {
  .p-lp-intro__box, .p-lp-intro__box--starwars {
    padding: 48px 32px 32px;
  }
}
.p-lp-intro__box--starwars {
  background: url("/promotion/jcb_anacard/images/join_cp2511/sp/bg_starwars.png") repeat-y center top/cover;
}
@media screen and (min-width: 768px), print {
  .p-lp-intro__box--starwars {
    background: url("/promotion/jcb_anacard/images/join_cp2511/bg_intro_starwars.png") repeat-y center top/cover;
  }
}
.p-lp-intro__box + .p-lp-intro__box, .p-lp-intro__box--starwars + .p-lp-intro__box, .p-lp-intro__box + .p-lp-intro__box--starwars, .p-lp-intro__box--starwars + .p-lp-intro__box--starwars {
  margin-top: 24px;
}
.p-lp-intro__period {
  margin: 16px 0 8px;
}
@media screen and (min-width: 768px), print {
  .p-lp-intro__period {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 24px;
  }
}
.p-lp-intro__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4px;
  padding: 2px 8px 3px;
  font-size: 12px;
  background-color: #DADA15;
  border-radius: 2px;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .p-lp-intro__tag {
    margin: 0;
  }
}
.p-lp-intro__date, .p-lp-intro__date--starwars {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-lp-intro__date, .p-lp-intro__date--starwars {
    font-size: 20px;
  }
}
.p-lp-intro__date--starwars {
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .p-lp-intro__note .c-note__item, .p-lp-intro__note--white .c-note__item {
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 3px;
  }
}
@media screen and (min-width: 768px), print {
  .p-lp-intro__note .c-note__item::before, .p-lp-intro__note--white .c-note__item::before {
    position: relative;
  }
}
.p-lp-intro__note--white {
  color: #fff;
}
.p-lp-intro__detail {
  margin-top: 16px;
  padding: 24px 15px;
  background-color: #fff;
  border: 1px solid #C2C9CD;
  border-radius: 16px;
}
@media screen and (min-width: 768px), print {
  .p-lp-intro__detail {
    margin-top: 24px;
    padding: 32px;
  }
}
.p-lp-intro__heading-tertiary {
  margin-bottom: 16px;
}
.p-lp-intro__heading-tertiary img {
  display: block;
  margin: 0 auto;
}
.p-lp-intro__heading-secondary {
  color: #272D31;
}
.p-lp-intro__text-01 {
  max-width: 373px;
  display: block;
  margin: 0 auto;
}
.p-lp-intro__text-02 {
  max-width: 423px;
  display: block;
  margin: 0 auto;
}
.p-lp-intro__btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .p-lp-intro__btn {
    margin-top: 16px;
  }
}
.p-lp-intro__more {
  margin-top: 44px;
  padding: 44px 15px 24px;
  background-color: #F7F7F7;
  border: 1px solid #C2C9CD;
  border-radius: 16px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .p-lp-intro__more {
    margin-bottom: 24px;
  }
}
.p-lp-intro__more-text {
  max-width: 422px;
  display: block;
  margin: 0 auto;
}
.p-lp-intro__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #DADA15;
  border-radius: 9999rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-lp-starwars {
  background: url("/promotion/jcb_anacard/images/join_cp2511/sp/bg_starwars.png") repeat-y center top/100%;
}
@media screen and (min-width: 768px), print {
  .p-lp-starwars {
    background: url("/promotion/jcb_anacard/images/join_cp2511/bg_starwars.png") repeat-y center top/100%;
  }
}
.p-lp-starwars__contents {
  padding-block: 60px;
}
@media screen and (min-width: 768px), print {
  .p-lp-starwars__contents {
    padding-block: 100px;
  }
}
.p-lp-starwars__inner {
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .p-lp-starwars__inner {
    margin-top: 48px;
  }
}
.p-lp-starwars__heading-tertiary {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  .p-lp-starwars__heading-tertiary {
    margin-bottom: 24px;
  }
}
.p-lp-starwars__pic-wrap {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 768px), print {
  .p-lp-starwars__pic-wrap {
    max-width: 656px;
    margin: 0 auto 8px;
    gap: 16px;
  }
}
.p-lp-starwars__note {
  margin-bottom: 8px;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .p-lp-starwars__note .c-note__item {
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 3px;
  }
}
@media screen and (min-width: 768px), print {
  .p-lp-starwars__note .c-note__item::before {
    position: relative;
  }
}
.p-lp-starwars__copy {
  margin-top: 8px;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .p-lp-starwars__copy {
    text-align: center;
  }
}
.p-lp-starwars__text {
  margin-top: 12px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .p-lp-starwars__text {
    margin-top: 16px;
  }
}
.p-lp-starwars__text span {
  color: #DADA15;
}
.p-lp-starwars__text + .p-lp-starwars__note {
  margin-top: 8px;
}
.p-lp-starwars__card-wrap {
  margin-top: 20px;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 768px), print {
  .p-lp-starwars__card-wrap {
    max-width: 656px;
    margin: 24px auto 0;
    gap: 16px;
  }
}
.p-lp-starwars__card {
  padding: 32px 12px 24px;
  width: 50%;
  position: relative;
  color: #fff;
  background: rgba(39, 45, 49, 0.7);
  border-radius: 2px;
}
@media screen and (min-width: 768px), print {
  .p-lp-starwars__card {
    padding: 14px 12px 32px;
  }
}
.p-lp-starwars__card::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-lp-starwars__card:nth-child(1)::before {
  background: url("/promotion/jcb_anacard/images/join_cp2511/icon_frame_01.png") no-repeat center center/contain;
}
.p-lp-starwars__card:nth-child(2)::before {
  background: url("/promotion/jcb_anacard/images/join_cp2511/icon_frame_02.png") no-repeat center center/contain;
}
.p-lp-starwars__card-pic {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding-inline: 6px;
}
@media screen and (min-width: 768px), print {
  .p-lp-starwars__card-pic {
    max-width: 220px;
    padding-inline: 0;
  }
}
.p-lp-starwars__card-name {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.p-lp-starwars__card-name span {
  margin-top: 4px;
  display: block;
  font-size: 12px;
}

.p-lp-mile-present {
  padding-block: 60px;
  background: linear-gradient(90deg, rgb(2, 38, 77) 0%, rgb(0, 91, 173) 50%, rgb(2, 38, 77) 100%);
}
@media screen and (min-width: 768px), print {
  .p-lp-mile-present {
    padding-block: 100px;
  }
}
.p-lp-mile-present__inner + .p-lp-mile-present__inner {
  margin-top: 80px;
}
@media screen and (min-width: 768px), print {
  .p-lp-mile-present__inner + .p-lp-mile-present__inner {
    margin-top: 100px;
  }
}
.p-lp-mile-present__group {
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .p-lp-mile-present__group {
    margin-top: 48px;
  }
}
.p-lp-mile-present__box {
  margin-top: 40px;
  padding: 40px 15px;
  background: #F4F4F4;
  border-radius: 16px;
}
@media screen and (min-width: 768px), print {
  .p-lp-mile-present__box {
    margin-top: 48px;
    padding: 48px 32px;
  }
}
.p-lp-mile-present__box + .p-lp-mile-present__box {
  margin-top: 20px;
}
.p-lp-mile-present__heading-01, .p-lp-mile-present__heading-02 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
@media screen and (min-width: 768px), print {
  .p-lp-mile-present__heading-01, .p-lp-mile-present__heading-02 {
    max-width: 454px;
    margin-bottom: 36px;
  }
}
.p-lp-mile-present__heading-01 {
  max-width: 298px;
}
@media screen and (min-width: 768px), print {
  .p-lp-mile-present__heading-01 {
    max-width: 454px;
  }
}
.p-lp-mile-present__heading-02 {
  max-width: 281px;
}
@media screen and (min-width: 768px), print {
  .p-lp-mile-present__heading-02 {
    max-width: 440px;
  }
}
.p-lp-mile-present__heading-quaternary {
  color: #272D31;
}
.p-lp-mile-present__heading-table {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-lp-mile-present__heading-table {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px), print {
  .p-lp-mile-present__box-inner .c-note__item {
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 3px;
  }
}
@media screen and (min-width: 768px), print {
  .p-lp-mile-present__box-inner .c-note__item::before {
    position: relative;
  }
}
.p-lp-mile-present__text, .p-lp-mile-present__text--bold {
  margin-top: 12px;
  font-size: 16px;
  text-align: center;
}
.p-lp-mile-present__text span, .p-lp-mile-present__text--bold span {
  color: #DADA15;
}
.p-lp-mile-present__text--bold {
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .p-lp-mile-present__text--bold {
    margin-top: 16px;
  }
}
.p-lp-mile-present__text + .c-note, .p-lp-mile-present__text--bold + .c-note {
  margin-top: 8px;
}
.p-lp-mile-present__general, .p-lp-mile-present__gold {
  padding: 40px 15px;
  margin-top: 20px;
  background: #F4F4F4;
  border-radius: 16px;
}
@media screen and (min-width: 768px), print {
  .p-lp-mile-present__general, .p-lp-mile-present__gold {
    padding: 48px 32px;
  }
}
.p-lp-mile-present__general .p-lp-mile-present__heading-quaternary, .p-lp-mile-present__gold .p-lp-mile-present__heading-quaternary {
  margin-bottom: 32px;
}
.p-lp-mile-present__general .p-lp-mile-present__heading-quaternary--black, .p-lp-mile-present__gold .p-lp-mile-present__heading-quaternary--black {
  color: #272D31;
}
.p-lp-mile-present__general .p-lp-mile-present__heading-quaternary {
  color: #006EDB;
}
.p-lp-mile-present__gold .p-lp-mile-present__heading-quaternary {
  color: #E36800;
}
.p-lp-mile-present__more {
  margin-top: 48px;
  padding: 44px 15px 24px;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
}
.p-lp-mile-present__more-text {
  max-width: 447px;
  display: block;
  margin: 0 auto;
}
.p-lp-mile-present__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #DADA15;
  border-radius: 9999rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-lp-mile-present__note {
  color: #fff;
}

.p-lp-notice {
  padding-block: 60px;
  background: #F4F4F4;
}
@media screen and (min-width: 768px), print {
  .p-lp-notice {
    padding-block: 100px;
  }
}
.p-lp-notice [class*=c-heading] {
  margin-bottom: 40px;
  color: #272D31;
}
.p-lp-notice__group + .p-lp-notice__group {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px #C2C9CD solid;
}
.p-lp-notice__heading {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .p-lp-notice__heading {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

.p-lp-contact {
  padding: 60px 0;
}
@media screen and (min-width: 768px), print {
  .p-lp-contact {
    padding: 100px 0;
  }
}
.p-lp-contact [class*=c-heading] {
  color: #272D31;
}
.p-lp-contact .c-heading-quaternary {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  .p-lp-contact .c-heading-quaternary {
    margin-bottom: 24px;
  }
}
.p-lp-contact__group {
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .p-lp-contact__group {
    margin-top: 48px;
  }
}
.p-lp-contact__box {
  padding: 24px 15px 32px;
  background: #F4F4F4;
  border-radius: 16px;
}
@media screen and (min-width: 768px), print {
  .p-lp-contact__box {
    padding: 24px 32px;
  }
}
.p-lp-contact__heading {
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px #C2C9CD solid;
}
@media screen and (min-width: 768px), print {
  .p-lp-contact__heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.p-lp-contact__text {
  margin-bottom: 12px;
}
.p-lp-contact__num-heading {
  margin-bottom: 4px;
  font-weight: bold;
}
.p-lp-contact__num {
  margin-bottom: 12px;
}
.p-lp-contact__num dt {
  font-size: 12px;
  font-weight: bold;
}
.p-lp-contact__num dd {
  font-size: 24px;
  font-weight: 900;
}
.p-lp-contact__num-group + .p-lp-contact__num-group {
  margin-top: 4px;
}
.p-lp-contact__tel {
  margin-bottom: 12px;
}
.p-lp-contact__tel-num {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (min-width: 768px), print {
  .p-lp-contact__tel-num {
    font-size: 28px;
  }
}
.p-lp-contact__tel-supplement {
  font-size: 12px;
  font-weight: bold;
}

.p-lp-modal-general {
  width: 100%;
  max-height: calc(100vh - 80px);
  max-height: calc(100dvh - 80px);
  padding: 60px 0 0;
  border-radius: 16px;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-general {
    padding: 60px 0;
    height: 70%;
  }
}
.p-lp-modal-general__scroll-container {
  overflow-y: auto;
  flex-grow: 1;
  min-height: 0;
  padding: 0 15px 60px;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-general__scroll-container {
    padding: 0 60px;
  }
}
.p-lp-modal-general__inner + .p-lp-modal-general__inner {
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-general__inner + .p-lp-modal-general__inner {
    margin-top: 48px;
  }
}
.p-lp-modal-general__heading, .p-lp-modal-gold__heading--black, .p-lp-modal-general__heading--black {
  margin-bottom: 20px;
  color: #006EDB;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-general__heading, .p-lp-modal-gold__heading--black, .p-lp-modal-general__heading--black {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.p-lp-modal-general__heading--black {
  margin-bottom: 8px;
  color: #272D31;
}
.p-lp-modal-general__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-general__list {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-lp-modal-general__card {
  padding: 24px;
  background: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-general__card {
    width: calc(50% - 6px);
  }
}
.p-lp-modal-general__name {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-general__row {
    display: flex;
    gap: 12px;
  }
}
.p-lp-modal-general__row img {
  display: block;
  max-width: 160px;
  margin: 0 auto 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-lp-modal-general__row .c-list {
  max-width: 204px;
}
.p-lp-modal-general__btn {
  margin-top: 16px;
  padding-block: 15px;
  max-width: 150px;
  color: #fff;
  border: none;
  font-size: 14px;
  background-color: #006EDB;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-general__btn {
    font-size: 18px;
    padding-block: 13px;
  }
}
.p-lp-modal-general__btn::after {
  background: url("/promotion/jcb_anacard/images/join_cp2511/icon_window_02.svg") no-repeat center/cover;
}
.p-lp-modal-general__notice {
  margin-bottom: 20px;
  color: #DC1E29;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.p-lp-modal-gold {
  width: 100%;
  max-height: calc(100vh - 80px);
  max-height: calc(100dvh - 80px);
  padding: 60px 0 0;
  border-radius: 16px;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-gold {
    padding: 60px 0;
    height: 70%;
  }
}
.p-lp-modal-gold__scroll-container {
  overflow-y: auto;
  flex-grow: 1;
  min-height: 0;
  padding: 0 15px 60px;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-gold__scroll-container {
    padding: 0 60px;
  }
}
.p-lp-modal-gold__inner + .p-lp-modal-gold__inner {
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-gold__inner + .p-lp-modal-gold__inner {
    margin-top: 48px;
  }
}
.p-lp-modal-gold__heading {
  margin-bottom: 20px;
  color: #E36800;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-gold__heading {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.p-lp-modal-gold__heading--black {
  margin-bottom: 8px;
  color: #272D31;
}
.p-lp-modal-gold__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-gold__list {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-lp-modal-gold__card {
  padding: 24px;
  background: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-gold__card {
    width: calc(50% - 6px);
  }
}
.p-lp-modal-gold__name {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-gold__row {
    display: flex;
    gap: 12px;
  }
}
.p-lp-modal-gold__row img {
  display: block;
  max-width: 160px;
  margin: 0 auto 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-gold__row img {
    margin-bottom: 0;
    min-width: 160px;
  }
}
.p-lp-modal-gold__btn {
  margin-top: 16px;
  padding-block: 15px;
  max-width: 150px;
  color: #fff;
  border: none;
  font-size: 14px;
  background-color: #E36800;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-gold__btn {
    font-size: 18px;
    padding-block: 13px;
  }
}
.p-lp-modal-gold__btn::after {
  background: url("/promotion/jcb_anacard/images/join_cp2511/icon_window_03.svg") no-repeat center/cover;
}
.p-lp-modal-gold__notice {
  margin-bottom: 20px;
  color: #DC1E29;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.p-lp-modal-tel {
  width: 100%;
  max-height: calc(100vh - 80px);
  max-height: calc(100dvh - 80px);
  padding: 60px 0 0;
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-tel {
    min-width: 620px;
    height: 70%;
    padding: 60px 0;
  }
}
.p-lp-modal-tel__scroll-inner {
  overflow-y: auto;
  flex-grow: 1;
  min-height: 0;
  padding: 0 15px 60px;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-tel__scroll-inner {
    padding: 0 60px;
  }
}
.p-lp-modal-tel__heading {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-tel__heading {
    font-size: 24px;
  }
}
.p-lp-modal-tel__text {
  margin-bottom: 16px;
  font-weight: bold;
  text-align: center;
}
.p-lp-modal-tel__num {
  font-size: 28px;
  font-weight: 900;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-tel__num {
    font-size: 36px;
  }
}
.p-lp-modal-tel__list {
  margin-bottom: 16px;
  line-height: 1.5;
  counter-reset: li;
}
.p-lp-modal-tel__item {
  padding-left: calc(1em + 3px);
  position: relative;
}
.p-lp-modal-tel__item::before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
}
.p-lp-modal-tel__item + .p-lp-modal-tel__item {
  margin-top: 4px;
}
.p-lp-modal-tel__item span {
  font-weight: bold;
}

.p-lp-modal-point {
  width: 100%;
  max-height: calc(100vh - 80px);
  max-height: calc(100dvh - 80px);
  padding: 60px 0 0;
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-point {
    max-width: 620px;
    height: 70%;
    padding: 60px 0;
  }
}
.p-lp-modal-point__scroll-inner {
  overflow-y: auto;
  flex-grow: 1;
  min-height: 0;
  padding: 0 15px 60px;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-point__scroll-inner {
    padding: 0 60px;
  }
}
.p-lp-modal-point__heading {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-point__heading {
    font-size: 24px;
  }
}
.p-lp-modal-point__text {
  margin-bottom: 16px;
  line-height: 1.5;
}
.p-lp-modal-point__text span {
  font-weight: bold;
}
.p-lp-modal-point__pic {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 16px;
}
@media screen and (min-width: 768px), print {
  .p-lp-modal-point__pic {
    max-width: 430px;
  }
}

.p-lp-footer {
  padding: 12px;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.p-lp-footer.is-end {
  position: static;
}
@media screen and (min-width: 768px), print {
  .p-lp-footer {
    padding: 16px;
  }
}
.p-lp-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media screen and (min-width: 768px), print {
  .p-lp-footer__inner {
    max-width: 752px;
    margin: 0 auto;
  }
}
.p-lp-footer__btn, .p-lp-footer__btn--gold, .p-lp-footer__btn--general {
  max-width: 50%;
  color: #fff;
  border: none;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .p-lp-footer__btn, .p-lp-footer__btn--gold, .p-lp-footer__btn--general {
    padding-block: 15px;
    font-size: 22px;
  }
}
.p-lp-footer__btn::after, .p-lp-footer__btn--gold::after, .p-lp-footer__btn--general::after {
  width: 20px;
  height: 20px;
}
.p-lp-footer__btn--general {
  background-color: #006EDB;
}
.p-lp-footer__btn--general::after {
  background: url("/promotion/jcb_anacard/images/join_cp2511/icon_modal_02.svg") no-repeat center/cover;
}
.p-lp-footer__btn--gold {
  background-color: #E36800;
}
.p-lp-footer__btn--gold::after {
  background: url("/promotion/jcb_anacard/images/join_cp2511/icon_modal_03.svg") no-repeat center/cover;
}

.lprn-fixedPageTop {
  display: none;
}

.u-nopc {
  display: block;
}
@media screen and (min-width: 768px), print {
  .u-nopc {
    display: none;
  }
}

.u-nosp {
  display: none;
}
@media screen and (min-width: 768px), print {
  .u-nosp {
    display: block;
  }
}

.js-scrollY.is-grub {
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.js-scrollY.is-grub img {
  pointer-events: none;
}
.js-scrollY.active {
  cursor: grabbing;
}