@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: #333333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}

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

a {
  opacity: 1;
}
a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
a[href^="tel:"] {
  pointer-events: inherit;
}
@media screen and (min-width: 768px), print {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.txtAC{
  text-align: center !important;
}
.txtAL{
  text-align: left !important;
}
.txtAR{
  text-align: right !important;
}
.mt0{
  margin-top: 0px !important;
}
.mt16{
  margin-top: 16px !important;
}
.mt24{
  margin-top: 24px !important;
}
.mt40{
  margin-top: 40px !important;
}

/* フッター */
.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: 21px 20px;
  max-width: 1020px;
}
@media screen and (min-width: 768px), print {
  .l-header__inner {
    margin: 0 auto;
    padding: 14px 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_cp2603/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: 15px;
    line-height: 199%;
    padding: 10px 42px 10px 42px;
    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;
  }
}

/* タブ切り替え */
.p-lp-tabArea{
  display: flex;
  justify-content: center;
}
.p-lp-tab {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin-top: 59px;
  gap: 8px;
  max-width: 720px;
}
.p-lp-tab li{
  width: 33.3%;
  border-radius: 12px 12px 0 0;
  background-color: #f4f4f4;
  color: #747474;
  position: relative;
  border: 2px solid #949494;
  border-bottom: none;
}
.p-lp-tab li a{
  padding: 19px 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
}
.p-lp-tab_fixed{
  display: none;
  top: -4px;
  position: fixed;
  z-index: 1000;
  margin: 0;
  font-weight: 700;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  max-width: 760px;
  transition: all 0.3s;
}
.is-show {
  display: flex;
}
.p-lp-tab_fixed li{
  width: 33.3%;
  background-color: #f4f4f4;
  color: #575757;
  border: 1px solid #949494;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px), print {
  .p-lp-tab_fixed li:hover {
    transform: translateY(4px);
    box-shadow: none;
    transition: all 0.3s;
  }
}
.p-lp-tab_fixed li:first-child{
  border-radius: 0 0 0 12px;
}
.p-lp-tab_fixed li:last-child{
  border-radius: 0 0 12px 0;
}
.p-lp-tab_fixed li a{
  padding: 17px 4px 13px;
  display: block;
}
@media screen and (max-width: 767px), print {
  .p-lp-tab{
    margin-top: 44px;
    padding: 0 15px;
  }
  .p-lp-tab li a{
    padding: 12px 0;
    font-size: 14px;
  }
}
.tab__01.active_tab{
  background: #00468A;
  color: #fff;
  border: none;
}
.tab__02.active_tab{
  background: #D67900;
  color: #fff;
  border: none;
}
.tab__03.active_tab{
  background: #613D8C;
  color: #fff;
  border: none;
}
.tab__03::before{
  content: "";
  background-image: url(/promotion/jcb_anacard/images/join_cp2603/img_tab_balloon_01.png);
  background-repeat: no-repeat;
  background-size: 180px;
  position: absolute;
  width: 180px;
  height: 40px;
  top: -44px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px), print {
  .tab__03::before{
    background-image: url(/promotion/jcb_anacard/images/join_cp2603/img_tab_balloon_sp_01.png);
    background-size: 27vw;
    width: 27vw;
    height: 8vw;
    top: -9vw;
  }
}
.l-contents {
  max-width: 760px;
  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_cp2603/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 {
  margin: 0 auto;
  padding: 12px 16px 15px 24px;
  text-align: center;
  border-radius: 100px;
  padding-block: 10px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  display: inline-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_cp2603/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: 700;
  font-size: 14px;
  line-height: 150%; 
}
.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_cp2603/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_cp2603/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_cp2603/icon_modal_02.svg");
}
.c-link--window::after {
  background-image: url("/promotion/jcb_anacard/images/join_cp2603/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;
  line-height: 120%;
}
@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: #575757;
  line-height: 1.5;
  font-weight: 400;
}
.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: 16px;
}
.c-note__item > .c-note, .c-note__item > .c-list {
  margin-top: 4px;
}
.c-note__item [class^=c-link] {
  margin-top: 4px;
}
.c-note__item_table{
  margin-top: 8px !important;
}
@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;
}
.c-note__text-cl_dark{
  color: #333;
}
.c-note__text-cl_red{
  color: #D21635;
}
.c-list {
  line-height: 1.5;
}
.c-list__item {
  padding-left: calc(1em + 3px);
  position: relative;
  color: #333333;
}
.p-lp-notice .c-list__item {
  color: #575757;
}
.c-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list__item + .c-list__item {
  margin-top: 4px;
}
.c-note__item_icon_none{
  margin-top: 8px !important;
}
.c-note__item_icon_none::before{
  content: none;
}

.c-conditions-box {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #ccc;
}
.c-conditions-box + .c-conditions-box {
  margin-top: 8px;
}
.c-conditions-box__inner{
  text-align: left;
}
.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;
  margin-top: -7px;
}
.c-conditions-box__content_aco_none{
  margin-top: -7px;
}
.c-conditions-box__content_heading_none{
  margin-top: 30px;
}
.c-conditions-box__btn,
.c-modal-box__btn{
  padding: 12px 16px 15px 24px;
  font-size: 16px;
  background-color: #DF5900;
  color: #fff;
  border: none;
}
.c-conditions-box__btn::after {
  width: 20px;
  height: 20px;
  background: url("/promotion/jcb_anacard/images/join_cp2603/icon_window_01.svg") no-repeat center/cover;
}
.c-modal-box__btn::after {
  width: 20px;
  height: 20px;
  background: url("/promotion/jcb_anacard/images/join_cp2603/icon_modal_orange_01.svg") no-repeat center/cover;
}
.c-modal-box__btn_white{
  padding: 12px 16px 15px 24px;
  font-size: 16px;
  background-color: #fff;
  border: 2px solid #949494;
}
.c-modal-box__btn_white::after {
  width: 20px;
  height: 20px;
  background: url("/promotion/jcb_anacard/images/join_cp2603/icon_modal_white_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;
  text-align: left;
}
.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;
}
.c-heading-balloon__top{
  padding-top: 32px;
  margin-bottom: -24px;
}
.c-heading-balloon__top img{
  width: 220px;
}
@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.js-accordion:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.c-heading-balloon__icon {
  display: block;
  min-width: 48px;
  max-width: 48px;
}
@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;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-align: left;
}
@media screen and (max-width: 767px), print {
  .c-heading-balloon__text-area {
    font-size: 18px;
  }
}
.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_none{
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .c-card-scroll_none .c-card-scroll__card{
    max-width: 120px;
  }
}
.c-card-scroll, .c-card-scroll--center {
  margin: 0 0 31px;
  padding: 0 15px;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .c-card-scroll, .c-card-scroll--center {
    padding: 0 24px;
  }
}
.c-card-scroll::after, .c-card-scroll--center::after {
  content: "";
  display: block;
  width: 120px;
  height: 75px;
  background: url("/promotion/jcb_anacard/images/join_cp2603/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;
  z-index: 100;
}
@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 {
  display: inline-flex;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  .c-card-scroll__inner {
    gap: 20px;
    margin-bottom: 0px;
  }
}
@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;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .c-card-scroll__card {
    min-width: 160px;
    max-width: 160px;
  }
}
.c-card-scroll__name {
  margin-top: 14px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
@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: 248px;
  }
}
.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_cp2603/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-general, .c-modal__inner-gold {
  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-color: #fff;
}

/* キービジュアル */
.p-lp-kv {
  overflow-x: hidden;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
.p-lp-kv__pic {
  background-color: #272D31;
}
.p-lp-kv__pic img {
  display: block;
  width: 100%;
}
.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;
}
/* KV下カード選択 */
.p-lp-choice{
  margin-top: 48px;
}
.p-lp-choice p{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px), print {
  .p-lp-choice{
    margin-top: 18px;
  }
  .p-lp-choice p{
    font-size: 14px;
  }
}

/* メインコンテンツ */
.card_choice{
padding: 80px 0;
}
@media screen and (max-width: 767px), print {
  .card_choice{
    padding: 10vw 0;
    }
}
.card_choice__ippan{
  background-color: #EFF7FF;
  border-bottom: 6px solid #00468A;
  border-top: 6px solid #00468A;
}
.card_choice__gold{
  background-color: #FBF5E7;
  border-bottom: 6px solid #D67900;
  border-top: 6px solid #D67900;
  display: none;/* 初期非表示 */
}
.card_choice__platinum{
  background-color: #E9E6EC;
  border-bottom: 6px solid #613D8C;
  border-top: 6px solid #613D8C;
  display: none;/* 初期非表示 */
}
.card_choice h2{
  font-size: 36px;
  text-align: center;
  font-weight: 900;
  line-height: 120%;
}
@media screen and (max-width: 767px), print {
  .card_choice h2{
    font-size: 28px;
    }
}
.card_choice__ippan h2{
  color: #00468A;
}
.card_choice__gold h2{
  color: #D67900;
}
.card_choice__platinum h2{
  color: #613D8C;
}
.card_choice__contents{
  margin: 40px auto 0;
  max-width: 720px;
  padding: 0;
}
@media screen and (max-width: 767px), print {
  .card_choice__contents{
    margin: 34px auto 0;
    padding: 0 4vw;
  }
}
.card_choice__contents h3{
  margin-bottom: 24px;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  color: #333333;
}
@media screen and (max-width: 767px), print {
  .card_choice__contents h3{
    font-size: 24px;
  }
}
.card_choice__contents_whitebox{
  background-color: #fff;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .card_choice__contents_whitebox{
    padding: 10vw 3vw;
  }
}
.img_campaign img{
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px), print {
  .img_campaign img{
    max-width: 405px;
  }
}
.card_choice__contents_whitebox__blue,
.card_choice__contents_whitebox__gold,
.card_choice__contents_whitebox__platinum{
  margin: 27px auto 34px;
}
@media screen and (max-width: 767px), print {
  .card_choice__contents_whitebox__blue,
  .card_choice__contents_whitebox__gold,
  .card_choice__contents_whitebox__platinum{
    margin: 10vw auto 34px;
  }
}
.card_choice__contents_whitebox__blue > div{
  background-color: #EFF7FF;
  border-radius: 15px;
  padding: 32px;
  text-align: center;
  position: relative;
}
.card_choice__contents_whitebox__gold > div{
  background-color: #FBF5E7;
  border-radius: 15px;
  padding: 32px;
  text-align: center;
  position: relative;
}
.card_choice__contents_whitebox__platinum > div{
  background-color: #F0EDF4;
  border-radius: 15px;
  padding: 32px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .card_choice__contents_whitebox__blue > div,
  .card_choice__contents_whitebox__gold > div,
  .card_choice__contents_whitebox__platinum > div{
    padding: 32px 15px;
  }
}
.card_choice__contents_whitebox__blue > div:nth-child(n+2),
.card_choice__contents_whitebox__gold > div:nth-child(n+2),
  .card_choice__contents_whitebox__platinum > div:nth-child(n+2){
  margin-top: 12px;
}
.privilege_label{
  height: 32px;
  margin-bottom: 12px;
}
.privilege_balloon{
  height: 39.33px;
  display: flex;
  margin: 0 auto 8px;
  max-height: max-content;
}
.privilege_ttl{
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px), print {
  .privilege_ttl{
    margin-bottom: 10px;
  }
}
.txt_color_blue{
  color: #00468A !important;
}
.txt_color_gold{
  color: #D67900 !important;
}
.txt_color_platinum{
  color: #613D8C !important;
}
.txt_size_num_lg{
  font-size: 48px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -1.92px;
}
.txt_size_num_lg span{
  font-size: 24px;
  font-weight: 900;
  line-height: 100%;
}
@media screen and (max-width: 767px), print {
  .txt_size_num_lg{
    line-height: 70%;
  }
}
.txt_size_num_md{
  font-size: 24px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.92px;
  margin-top: 10px;
}
.plus_icon{
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
}
.caution_list{
  padding-left: 0;
  list-style-type: none;
  color: #575757;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
}
.caution_list li{
  margin-left: 1.2em;
  text-indent: -1em;
  line-height: 150%;
  font-weight: 400;
}
.caution_list li:nth-child(n+2) {
  margin-top: 4px;
}
.caution_list li::before{
  content: "\0203B";
}
.privilege_ttl_blue{
  color: #00468A;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 6px;
}
.privilege_ttl_gold{
  color: #D67900;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 6px;
}
.privilege_ttl_platinum{
  color: #613D8C;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px), print {
  .privilege_ttl_blue,.privilege_ttl_gold,.privilege_ttl_platinum{
    margin-bottom: 10px;
  }
}
.privilege_sub_ttl{
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 130%;
  margin: 40px auto 16px;
}
@media screen and (max-width: 767px), print {
  .privilege_sub_ttl{
    font-size: 20px;
  }
}
.privilege_sub_txt{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.target_term_ttl{
  font-size: 18px;
  font-weight: 700;
  margin: 24px 0 8px;
}
/* テーブル */
.p-lp-table{
  width: 100%;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #cccccc;
  margin-top: 4px;
  background-color: #fff;
}
.p-lp-table tr .p-lp-table_title {
  width: 50%;
  background-color: #747474;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  border-radius: 10px 0 0 0;
}
.p-lp-table tr .p-lp-table_title_2 {
  width: 50%;
  background-color: #747474;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 767px), print {
  .p-lp-table tr .ippan_table_wid_sp {
    width: 38%;
  }
}
.p-lp-table
  tr
  td
  + td {
  border-left: 1px solid #cccccc;
}
.p-lp-table
  tr
  + tr
  td {
  border-top: 1px solid #cccccc;
}
.p-lp-table tr td {
  padding: 10px 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px), print {
  .p-lp-table tr td{
    padding: 13px 7px;
  }
}
.p-lp-table_disc li{
  margin-left: 1.2em;
  text-indent: -1em;
}
.p-lp-table_disc li:nth-child(n+2){
  margin-top: 4px;
}
.p-lp-table_disc_title_2 li:nth-child(n+2){
  margin-top: 0px;
}
.p-lp-table_disc li::before{
  content: "・";
}
.p-lp-table_num{
  text-align: center;
  color: #00468A;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
}
.card_choice__gold .p-lp-table_num{
  color: #D67900;
}
.card_choice__platinum .p-lp-table_num{
  color: #613D8C;
}
.p-lp-table_num_sm{
font-size: 14px;
line-height: 150%;
}
.p-lp-table_sub_num{
  text-align: center;
  font-size: 12px;
  margin-top: 1px;
  line-height: 150%;
}
.p-lp-table2 tr .p-lp-table_title_2 {
  border-radius: 0 0 0 10px;
  width: 35.5%;
}
.p-lp-table_disc_title_2{
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 4px;
}
.p-lp-table_txt-sm{
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.p-lp-table2 tr .p-lp-table_title{
  width: 40%;
}
@media screen and (max-width: 767px){
  .p-lp-table2 tr .p-lp-table_title{
    width: 54%;
  }
}
.p-lp-table3 {
  color: #333;
}
.p-lp-table3 tr .p-lp-table_title,
.p-lp-table3 tr .p-lp-table_title_2{
  background-color: #333;
}
/* ポイント確認・交換方法について */
.p-lp-confirmation_replacement{
  padding-block: 64px;
}
@media screen and (min-width: 768px), print{
  .p-lp-confirmation_replacement{
    padding-block: 80px;
  }
}
.p-lp-confirmation_replacement [class*=c-heading]{
  margin-bottom: 40px;
  color: #333;
}
@media screen and (min-width: 768px), print{
  .p-lp-confirmation_replacement [class*=c-heading]{
    font-size: 36px;
  }
}
.p-lp-notice__contents_area{
  margin: 24px 0;
}
.p-lp-notice__contents_area:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
.p-lp-notice__contents_area:last-child {
  margin-bottom: 0;
}
.p-lp-notice__contents h3{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 140%;
}
@media screen and (max-width: 767px){
  .p-lp-notice__contents h3{
    font-size: 18px;
  }
}
.p-lp-notice__contents p{
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 8px 0;
}

.p-lp-intro__btn{
  background-color: #fff;
  border: 2px solid #949494;
}

.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: 80px;
  }
}
.p-lp-notice [class*=c-heading] {
  margin-bottom: 40px;
  color: #333;
}
.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: 80px 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;
}
.p-lp-contact__box {
  padding: 24px 15px 32px 15px;
  background: #F4F4F4;
  border-radius: 16px;
}
@media screen and (min-width: 768px), print {
  .p-lp-contact__box {
    padding: 24px 32px 32px 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: 13px;
}
.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: 700;
  line-height: 150%;
}
.p-lp-contact__num dd {
  font-size: 28px;
  font-weight: 900;
  line-height: 120%;
}
.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__btn {
  margin-top: 16px;
  padding-block: 15px;
  max-width: 150px;
  color: #fff;
  border: none;
  font-size: 14px;
  background-color: #DF5900;
}
@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_cp2603/icon_window_01.svg") no-repeat center/cover;
}
.p-lp-modal-general__notice {
  margin-bottom: 8px;
  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_cp2603/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 {
    max-width: 620px;
    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: 24px;
  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;
  }
}

.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;
}
/*----251201公開----*/
.campaign__end{
  position: relative;
}
.filter{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
}
.filter p{
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 36px;
  color: #272D31;
  text-align: center;
  font-weight: bold;
  line-height: 1.8em;
}
.sp__only{
  display: none;
}
@media screen and (max-width: 1080px){
  .filter p{
    font-size: 26px;
  }
}
@media screen and (max-width: 767px){
  .filter p{
    font-size: 20px;
    line-height: 1.5em;
  }
  .sp__only{
    display: unset;
  }
}

.campaign__end--label{
  font-size: 16px;
  color: #DC1E29;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border: 3px solid #DC1E29;
  padding: 18px 0 20px;
  margin: 0 auto 24px;
  max-width: 609px;
}
.campaign__end--label ul li{
  position: relative;
  position: relative;
  padding-left: 1.2em;
  display: inline-block;
}
.campaign__end--label ul li::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px){
  .campaign__end--label{
    text-align: left;
    padding: 14px 15px 16px;
    margin: 0 auto 16px;
  }
}

.p-lp-modal-general__link{
  font-size: 14px;
  color: #006EDB;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 24px;
}
.p-lp-modal-general__link a::after{
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 16px;
  height: 16px;
  background: url("/promotion/jcb_anacard/images/join_cp2603/icon_window_04.svg") no-repeat center/cover;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px){
  .p-lp-modal-general__link{
    margin-bottom: 20px;
  }
}
.acco_list_ttl{
font-size: 14px;
font-weight: 700;
line-height: 150%; 
margin-bottom: 8px;
}
.modal_button_fix{
  position: fixed;
  bottom: 3%;
  right: 2%;
  width: 100px;
  height: 100px;
  z-index: 100;
  visibility: visible;
  animation-name: fadeIn;
  animation-fill-mode:forwards;
  animation-duration:1s;
  transition: visibility 0.3s ease;
}
.modal_button_fix:hover{
  transform: translateY(4px);
  transition: all 0.3s;
}
.modal_button_fix div:hover{
  opacity: 0.7;
  transition: all 0.3s;
}
.is-hidden{
  opacity: 1;
  visibility: hidden;
  animation-name: fadeOut;
  animation-fill-mode:forwards;
  animation-duration:1s;
}
@keyframes fadeIn{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut{
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.img_schedule_scroll{
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}
.img_schedule_scroll div{
  margin-inline: 0px;
}
.img_schedule_scroll img{
  max-width: 100%;
}
@media screen and (max-width: 767px){
  .img_schedule_scroll{
    padding: 0 15px;
  }
  .img_schedule_scroll div{
    margin-inline: -15px;
  }
  .img_schedule_scroll img{
    max-width: 560px;
  }
}