@media screen and (max-width: 767.9px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767.9px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
  }
}

html {
  scroll-behavior: smooth;
}

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

a:hover, button:hover {
  opacity: 0.8;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

button {
  background: none;
  border: none;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mb8 {
  margin-bottom: 4px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mb16 {
  margin-bottom: 8px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mb24 {
  margin-bottom: 12px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mb32 {
  margin-bottom: 16px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mb48 {
  margin-bottom: 24px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mb56 {
  margin-bottom: 28px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mb64 {
  margin-bottom: 32px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mb72 {
  margin-bottom: 36px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.kv {
  position: relative;
  text-align: center;
  width: 100%;
}
.kv::after {
  background-color: #063191;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: -1;
}
.kv::before {
  background: linear-gradient(180deg, #258acc 0%, #17b3eb 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1;
}

.section-inner {
  margin: 0 auto;
  max-width: 980px;
  padding: 80px 0;
  width: calc(100% - 32px);
}
.section-inner--period {
  padding: 32px 0;
}
@media screen and (max-width: 767.9px) {
  .section-inner {
    width: calc(100% - 40px);
  }
}
.section-header-02 {
  color: #063191;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 48px;
}
@media screen and (max-width: 767.9px) {
  .section-header-02 {
    font-size: 36px;
  }
}
.section-header-03 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  margin-top: 48px;
}
.section-header-03 span {
  background: linear-gradient(transparent 90%, #fff000 0%);
  display: inline-block;
}
.section-emphasis {
  color: #063191;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 48px;
}
@media screen and (max-width: 767.9px) {
  .section-emphasis {
    font-size: 24px;
  }
}
.section-notes {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 8px;
}
.section-notes__item {
  align-items: flex-start;
  display: flex;
  gap: 4px;
  justify-content: flex-start;
}
.section-notes__item + .section-notes__item {
  margin-top: 8px;
}
.section-lead {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 16px;
}
@media screen and (max-width: 767.9px) {
  .section-lead {
    font-size: 14px;
  }
}
.section-lead--fwb {
  font-weight: bold;
}
.section-2col {
  align-items: flex-start;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767.9px) {
  .section-2col {
    flex-direction: column;
  }
}
.section-2col__item {
  flex: 1;
}
.section-list {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 16px;
}
@media screen and (max-width: 767.9px) {
  .section-list {
    font-size: 14px;
    margin-top: 12px;
  }
}
.section-list__item {
  padding-left: 20px;
  position: relative;
}
.section-list__item::before {
  background-color: #063190;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 3px;
  position: absolute;
  top: 8px;
  width: 8px;
}
.section-list__item + .section-list__item {
  margin-top: 8px;
}
.section-button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: center;
}
.section-button a {
  background: linear-gradient(120deg, #d05a00 0%, #d05a00 50%, #e16200 50%, #e16200 100%);
  border-radius: 80px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  min-width: 360px;
  padding: 24px 50px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .section-button a {
    font-size: 16px;
    max-width: 360px;
    min-width: auto;
    width: 100%;
  }
}
.section-button a::after {
  background-image: url("/promotion/jcb_anacard/images/join_cp2508/icon_button_arrow.svg");
  content: "";
  height: 22px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
@media screen and (max-width: 767.9px) {
  .section-button a::after {
    right: 24px;
  }
}
.section-link {
  margin-bottom: 16px;
  margin-top: 16px;
}
.section-link a {
  color: #0072bc;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  text-decoration-line: underline;
}
@media screen and (max-width: 767.9px) {
  .section-link a {
    font-size: 14px;
  }
}
.section-link a img {
  display: inline-block;
  margin-left: 6px;
  transform: translateY(3px);
}
@media screen and (max-width: 767.9px) {
  .section-link a img {
    transform: translateY(1px);
  }
}
.section-image {
  margin-top: 16px;
}
.section-cardname {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 16px;
}
@media screen and (max-width: 767.9px) {
  .section-cardname {
    font-size: 18px;
  }
}

.period-3col {
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .period-3col {
    flex-direction: column;
    padding: 0;
  }
}
.period-3col__item {
  flex: 1;
  padding: 0 32px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .period-3col__item {
    padding: 16px 0;
  }
}
.period-3col__item:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767.9px) {
  .period-3col__item:first-child {
    padding-top: 0;
  }
}
.period-3col__item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767.9px) {
  .period-3col__item:last-child {
    padding-bottom: 0;
  }
}
.period-3col__item:not(:last-child)::before {
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .period-3col__item:not(:last-child)::before {
    background-image: url("/promotion/jcb_anacard/images/join_cp2508/bg_line01.svg");
    content: "";
    height: 100px;
    right: 0;
    top: 0;
    width: 1px;
  }
}
@media screen and (max-width: 767.9px) {
  .period-3col__item:not(:last-child)::before {
    background-image: url("/promotion/jcb_anacard/images/join_cp2508/bg_line02.svg");
    content: "";
    height: 1px;
    inset: auto auto 0 0;
    width: 100%;
  }
}
.period__header {
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.period__header span {
  background: #063190;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 4px 12px 6px;
}
.period__date {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-top: 8px;
}
@media screen and (max-width: 767.9px) {
  .period__date {
    font-size: 14px;
  }
}

.overview {
  background: #f0f5ff;
}
.overview-header {
  color: #063191;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 48px;
  text-align: center;
}
.overview-lead {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 24px;
  text-align: center;
}
.overview-lead span {
  color: #063191;
  font-weight: bold;
}
.overview-link {
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-top: 64px;
  text-align: center;
  text-decoration-line: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.overview-link a {
  color: #0072bc;
  font-size: 16px;
}
.overview-link a img {
  display: inline-block;
  margin-left: 4px;
}
.overview-button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  text-align: center;
}
.overview-button a {
  background: linear-gradient(120deg, #d05a00 0%, #d05a00 50%, #e16200 50%, #e16200 100%);
  border-radius: 80px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  min-width: 360px;
  padding: 24px 50px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .overview-button a {
    font-size: 16px;
    max-width: 360px;
    min-width: auto;
    width: 100%;
  }
}
.overview-button a::after {
  background-image: url("/promotion/jcb_anacard/images/join_cp2508/icon_button_arrow.svg");
  content: "";
  height: 22px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
@media screen and (max-width: 767.9px) {
  .overview-button a::after {
    right: 24px;
  }
}

.step {
  background: linear-gradient(120deg, #063191 0%, #063191 46%, #1e469e 46%, #1e469e 100%) center center;
}
@media screen and (max-width: 767.9px) {
  .step {
    background: linear-gradient(120deg, #063191 0%, #063191 calc(50% - 250px), #1e469e calc(50% - 250px), #1e469e 100%);
  }
}
.step-header {
  color: #fff;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .step-header {
    font-size: 36px;
  }
}
.step-flow {
  margin-top: 48px;
  position: relative;
}
.step-flow__item {
  background: #fff;
  display: flex;
  gap: 32px;
  padding: 40px 48px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .step-flow__item {
    padding: 32px 16px;
  }
}
.step-flow__item:not(:first-child) {
  margin-top: 44px;
}
.step-flow__item:not(:first-child)::after {
  border-bottom: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-style: solid;
  border-top: 20px solid #fff000;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -32px;
  transform: translateX(-50%);
  width: 0;
}
@media screen and (max-width: 767.9px) {
  .step-flow__image {
    position: absolute;
    width: 100px;
  }
}
.step-flow__content {
  flex: 1;
}
.step-flow__header {
  color: #063191;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .step-flow__header {
    align-items: center;
    display: flex;
    font-size: 20px;
    min-height: 100px;
    padding-left: 115px;
  }
}
.step-flow__subheader {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-top: 16px;
}
@media screen and (max-width: 767.9px) {
  .step-flow__subheader {
    font-size: 14px;
  }
}
.step-flow__date {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767.9px) {
  .step-flow__date {
    font-size: 14px;
  }
}
.step-link {
  margin-top: 16px;
}
.step-link a {
  color: #0072bc;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  text-decoration-line: underline;
}
@media screen and (max-width: 767.9px) {
  .step-link a {
    font-size: 14px;
  }
}
.step-link a img {
  display: inline-block;
  margin-left: 6px;
  transform: translateY(3px);
}
@media screen and (max-width: 767.9px) {
  .step-link a img {
    transform: translateY(1px);
  }
}
.step-list {
  margin-top: 16px;
}
.step-list__item {
  align-items: flex-start;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  gap: 4px;
  justify-content: flex-start;
  line-height: 160%;
}
.step-list__item:not(:first-child) {
  margin-top: 4px;
}

.benefits {
  background-color: #f0f5ff;
}

.point-lead {
  color: #063190;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767.9px) {
  .point-lead {
    font-size: 24px;
  }
}
.point-lead__unit {
  color: #063190;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767.9px) {
  .point-lead__unit {
    font-size: 14px;
  }
}
.point-lead__mile {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767.9px) {
  .point-lead__mile {
    font-size: 14px;
  }
}
.point-lead__mile sup {
  font-size: 10px;
}
@media screen and (max-width: 767.9px) {
  .point-lead__mile sup {
    font-size: 9px;
  }
}

.caution {
  background: #F4F4F4;
}

.info-header-02 {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
.info-header-03 {
  background: #063191;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  padding: 8px 20px;
  margin-top: 24px;
}
@media screen and (max-width: 767.9px) {
  .info-header-03 {
    font-size: 14px;
    padding: 8px 15px;
  }
}
.info-inner {
  padding-left: 16px;
}
.info-lead {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
}
@media screen and (max-width: 767.9px) {
  .info-lead {
    font-size: 14px;
  }
}
.info-tel {
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
  padding-top: 16px;
}
@media screen and (max-width: 767.9px) {
  .info-tel {
    font-size: 30px;
  }
}

.fix {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 12px 20px;
  position: sticky;
  text-align: center;
}

.header {
  margin: 0 auto;
  max-width: 1020px;
  padding: 20px;
  box-sizing: border-box;
}
.header-inner {
  width: 100%;
}
.header-logo img {
  height: 45px;
}

/* stylelint-disable selector-class-pattern */
@media screen and (min-width: 768px) {
  .footer {
    background: #191919;
    width: 100%;
  }
  .footer__inner {
    margin: 0 auto;
    max-width: 980px;
    padding: 40px 10px;
    position: relative;
  }
  .footer__pagetop {
    position: absolute;
    right: 0;
    top: 23px;
  }
  .footer__pagetop a {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
  }
  .footer__pagetop a span {
    border-bottom: solid #fff 2px;
    border-right: solid #fff 2px;
    display: block;
    height: 12px;
    transform: rotate(-135deg);
    width: 12px;
  }
  .footer__list {
    display: flex;
    margin: 0 0 14px 3px;
  }
  .footer__list li:not(:last-child) {
    margin-right: 30px;
  }
  .footer__list li a {
    color: #fff;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
  }
  .footer__list li a::after {
    background-image: url("/promotion/jcb_anacard/images/join_cp2508/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;
  }
  .footer__list li a:hover {
    opacity: 0.5;
  }
  .footer__info {
    align-items: center;
    display: flex;
    line-height: 1;
  }
  .footer__logo img {
    height: 16px;
    width: 59px;
  }
  .footer__copy {
    color: #fff;
    margin-left: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer {
    background: #191919;
    width: 100%;
  }
  .footer__inner {
    margin: 0 auto;
    max-width: 980px;
    padding: 24px 20px;
    position: relative;
  }
  .footer__pagetop {
    position: absolute;
    right: 5px;
    top: 23px;
  }
  .footer__pagetop a {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
  }
  .footer__pagetop a span {
    border-bottom: solid #fff 2px;
    border-right: solid #fff 2px;
    display: block;
    height: 12px;
    transform: rotate(-135deg);
    width: 12px;
  }
  .footer__list {
    margin-top: 24px;
  }
  .footer__list li a {
    color: #fff;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
  }
  .footer__list li a::after {
    background-image: url("/promotion/jcb_anacard/images/join_cp2508/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;
  }
  .footer__list li a:hover {
    opacity: 0.5;
  }
  .footer__list li + li {
    margin-top: 18px;
  }
  .footer__info {
    line-height: 1;
    margin-top: 35px;
  }
  .footer__logo img {
    height: 16px;
    width: 59px;
  }
  .footer__copy {
    color: #fff;
    margin-top: 12px;
  }
}