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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-48 {
  margin-bottom: 48px !important;
}

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

.mb-56 {
  margin-bottom: 56px !important;
}

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

.mb-64 {
  margin-bottom: 64px !important;
}

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

.mb-72 {
  margin-bottom: 72px !important;
}

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

.mb-80 {
  margin-bottom: 80px !important;
}

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

html {
  scroll-behavior: smooth;
}

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

picture {
  display: block;
}

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

button {
  background: none;
  border: none;
}

.line-break {
  display: inline-block;
}

.header {
  padding: 16px;
  max-width: 1272px;
  margin: 0 auto;
}
.header__inner {
  width: 100%;
}

.section--caution {
  background-color: #f3f3f4;
  margin-top: 80px;
  padding-bottom: 80px;
}
.section__inner {
  width: calc(100% - 64px);
  max-width: 604px;
  margin: 0 auto;
  padding-top: 80px;
}
.section__inner + .section__inner {
  padding-top: 0;
}
.section__inner > .section__inner {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .section__inner > .section__inner {
    width: 100%;
  }
}
.section__inner--lg {
  max-width: 816px;
}
.section__inner--xl {
  max-width: 1028px;
}
@media screen and (max-width: 767px) {
  .section__inner--sp-no-margin {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section__inner--caution {
    width: calc(100% - 32px);
  }
}
.section__header-02--normal,
.section__header-02 {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.54px;
  text-align: center;
  margin: 0 auto 32px;
  padding-top: 40px;
  position: relative;
}
.section__header-02--normal {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .section__header-02--normal,
  .section__header-02 {
    font-size: 24px;
  }
}
.section__header-02::after {
  background-color: #e8e8e8;
  content: "";
  width: 74px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.section--caution .section__header-02 {
  padding-top: 0;
}
.section--caution .section__header-02::after {
  content: none;
}
.section--caution .section__inner:not(:first-child) .section__header-02 {
  padding-top: 24px;
}
.contact .section__inner {
  padding-bottom: 80px;
}

.section__header-02 strong {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.3px;
  background: linear-gradient(102deg, #23a0e8 0%, #237ce8 29.81%, #2942e5 80.29%, #4428e0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .section__header-02 strong {
    font-size: 13px;
  }
}
.section__header-03 {
  color: #4d4d50;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.26px;
  margin: 16px 0 0;
}
.section__header-04 {
  color: #4d4d50;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.24px;
  margin: 8px 0 0;
}
.section__lead {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.section__note {
  color: #747477;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  padding: 0;
  margin: 16px 0 0;
}
.section__note .list {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.section__note--center {
  margin: 8px auto 0;
  width: fit-content;
}
.section__note-item {
  display: flex;
  justify-items: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.section__note-item p {
  margin: 0;
}
.section__note-item a {
  color: #237ce8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-decoration-line: underline;
}
.section__note-item a img {
  display: inline-block;
  padding-left: 3px;
  transform: translateY(5px);
}
.section__note-lead {
  color: #747477;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 8px;
}
.section__note-lead + .section__note {
  margin-top: 0;
}
.section__date {
  display: flex;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  letter-spacing: 0.34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section__date {
    display: block;
  }
  .section__date-before,
  .section__date-joint {
    display: inline-block;
    margin: 0;
  }
  .section__date-after {
    display: block;
    margin: 0;
  }
}
.section__button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__button a {
  background-color: #237ce8;
  border-radius: 100px;
  color: #fff;
  padding: 10px 12px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.3px;
  text-decoration: none;
  gap: 6px;
}
.section__button a img {
  transform: translateY(1px);
}
.section__flow {
  margin: 24px 0 40px;
  list-style: none;
  padding: 0;
}
.section__flow-item {
  padding: 8px 0 0 98px;
  position: relative;
}
.section__flow-item:not(:last-child) {
  padding-bottom: 40px;
}
.section__flow-item::after {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  top: 0;
  left: 0;
  background-color: #fff;
  background-position: center;
}
.section__flow-item-01::after {
  background-image: url("/promotion/ordercard/apple2509/images/bg_flow01.png");
}
.section__flow-item-02::after {
  background-image: url("/promotion/ordercard/apple2509/images/bg_flow02.png");
}
.section__flow-item-03::after {
  background-image: url("/promotion/ordercard/apple2509/images/bg_flow03.png");
}
.section__flow-item-04::after {
  background-image: url("/promotion/ordercard/apple2509/images/bg_flow04.png");
}
.section__flow-item-05::after {
  background-image: url("/promotion/ordercard/apple2509/images/bg_flow05.png");
}
.section__flow-item-06::after {
  background-image: url("/promotion/ordercard/apple2509/images/bg_flow06.png");
}
.section__flow-item::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 44px;
  top: 16px;
  background-image: url("/promotion/ordercard/apple2509/images/bg_line.png");
}
.section__flow-item:last-child::before {
  content: none;
}
.section__flow-step {
  margin: 0;
}
.section__flow-header {
  margin: 8px 0 0;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.38px;
}
.section__flow-header span {
  margin-left: 4px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.3px;
  background: var(--CampaignGradation, linear-gradient(90deg, #df4d9b 0%, #f24268 30%, #f34650 50%, #f44e27 70%, #ff5e0c 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section__flow-header span {
    font-size: 13px;
  }
}
.section__flow-lead {
  color: #747477;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.26px;
  margin: 8px 0 0;
}
.section__flow-lead strong,
.section__flow-lead span {
  color: #303032;
}
.section__flow-frame {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  margin-top: 8px;
  padding: 24px;
  text-align: center;
}
.section__flow-txt {
  color: #303032;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 8px;
}
.section__flow-txt strong {
  background: var(--CampaignGradation, linear-gradient(90deg, #df4d9b 0%, #f24268 30%, #f34650 50%, #f44e27 70%, #ff5e0c 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .section__flow-frame {
    padding: 16px 12px;
  }
  .section__flow-txt {
    font-size: 13px;
  }
}
.section__flow-link button {
  color: #237ce8;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  margin: 6px 0 0;
}
.section__flow-campaign {
  background: radial-gradient(50% 50% at 50% 50%, #fff 0%, #f3f3f4 100%);
  margin-top: 80px;
  padding: 48px;
}
.section__flow-campaign-img {
  margin-bottom: 24px;
}
.section__flow-campaign-link {
  margin: 0;
  text-align: center;
}
.section__flow-campaign-link a {
  align-items: center;
  color: #237ce8;
  display: flex;
  font-size: 15px;
  gap: 2px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section__flow-campaign {
    padding: 48px 16px;
  }
  .section__flow-campaign-link a {
    font-size: 13px;
  }
}
.section__table {
  color: #747477;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
}
.section__table-head,
.section__table-text {
  border: #cfcfd0 1px solid;
  padding: 4px;
}
.section__table-head {
  text-align: left;
  font-weight: normal;
}
.section__table-text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section__table-wrap {
    overflow-x: auto;
  }
}
.section.campaign {
  background: linear-gradient(180deg, var(--white, #fff) 0%, var(--white, #fff) 5%, var(--color-50, #f3f3f4) 15%, var(--color-50, #f3f3f4) 100%);
  padding-bottom: 80px;
}

/* caution
-------------- */
.caution-note {
  color: #747477;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  padding: 0;
  margin: 8px 0 0;
}
.caution-note-item {
  display: flex;
  justify-items: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.caution-note-item p {
  margin: 0;
}
.caution-note-item--sm {
  font-size: 10px;
}
.caution-note a {
  color: #237ce8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-decoration-line: underline;
  margin-right: 5px;
  word-break: break-all;
}
.caution-note a img {
  display: inline-block;
  transform: translateY(5px) translateX(3px);
}
.caution-lead {
  color: #747477;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  padding: 0;
  margin: 8px 0 0;
}
.caution-lead a {
  color: #237ce8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-decoration-line: underline;
  margin-right: 5px;
}
.caution-lead a img {
  display: inline-block;
  transform: translateY(5px) translateX(3px);
}
.caution-button {
  display: flex;
  justify-content: center;
  margin: 0;
}
.caution-button a {
  display: flex;
  color: #747477;
  padding: 10px 12px 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 100px;
  border: 1px solid #747477;
  background: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.26px;
  text-decoration: none;
}
.caution-button a img {
  transform: translateY(2px);
}
.caution-pl {
  padding-left: 16px;
}

/* kv
-------------- */
.kv {
  background: radial-gradient(50% 50% at 50% 50%, var(--white, #fff) 0%, var(--color-50, #f3f3f4) 100%);
}
.kv__inner {
  padding: 32px 0;
  text-align: center;
}
.kv__img img {
  margin: 0 auto 16px;
  width: 480px;
}
.kv__txt {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 4px;
}
.kv__txt--s {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
.kv-anchor {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 24px 0 8px;
  text-align: center;
}
.kv-anchor a {
  color: #237ce8;
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .kv__inner {
    padding: 32px 28px;
  }
  .kv__txt {
    font-size: 15px;
  }
  .kv__txt--s {
    font-size: 13px;
  }
  .kv-anchor {
    font-size: 13px;
  }
}

/* campaign
-------------- */
.campaign__anchor {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 80px;
}
.campaign__anchor a {
  background-color: #fff;
  border-radius: 12px;
  border: 2px solid #237ce8;
  color: #303032;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 16px 12px 16px;
  text-align: center;
  text-decoration: none;
  width: 298px;
}
.campaign__anchor a span {
  display: block;
  margin-bottom: 8px;
}
.campaign__frame {
  background-color: #fff;
  padding: 48px;
}
.campaign__frame + .campaign__frame {
  margin-top: 16px;
}
.campaign__step {
  display: block;
  margin: 0 auto;
}
.campaign__h3 {
  color: #237ce8;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 16px 0 32px;
  text-align: center;
}
.campaign__h3 sup {
  font-size: 14px;
}
.campaign__h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 32px 0 16px;
  text-align: center;
}
.campaign__txt {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 8px;
}
.campaign__txt--center {
  text-align: center;
}
.campaign__period {
  border-top: 1px dotted #b8b8bb;
  margin: 16px 0;
  width: 100%;
}
.campaign__period tr {
  border-bottom: 1px dotted #b8b8bb;
}
.campaign__period th {
  font-size: 15px;
  padding: 12px 0;
  text-align: left;
  width: 52%;
}
.campaign__period td {
  font-size: 15px;
  padding: 12px 0;
}
.campaign__period td.tar {
  text-align: right;
}
.campaign__h5 {
  color: #237ce8;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 8px;
  text-align: center;
}
.campaign__btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.campaign__btn a {
  align-items: center;
  border-radius: 100px;
  background: #237ce8;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  gap: 6px;
  justify-content: center;
  padding: 10px 12px 12px 20px;
  text-decoration: none;
}
.campaign__btn img {
  transform: translateY(1px);
}
.campaign__link {
  margin: 16px 0 0;
  text-align: center;
}
.campaign__link a {
  color: #237ce8;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}
span.campaign__link a {
  font-size: 12px;
}
.campaign__link a:after {
  background: url("/promotion/ordercard/apple2509/images/icon_blank_blue.svg") 0 0 / contain no-repeat;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 4px;
  vertical-align: middle;
  width: 11px;
}
.campaign__lead-frame {
  border-radius: 4px;
  border: 1px solid var(--color-100, #E8E8E8);
  margin-top: 32px;
  padding: 24px 16px;
}
.campaign__lead {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
.campaign__lead small {
  font-size: 15px;
}
.campaign__lead .large {
  font-size: 24px;
}
.campaign__lead .num {
  font-size: 34px;
}
.campaign__lead strong {
  background: var(--CampaignGradation, linear-gradient(90deg, #df4d9b 0%, #f24268 30%, #f34650 50%, #f44e27 70%, #ff5e0c 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.campaign__img {
  display: block;
  margin: 16px auto;
  text-align: center;
}
.campaign__btn--second {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.campaign__btn--second a {
  align-items: center;
  border: 1px solid #747477;
  border-radius: 100px;
  background: #fff;
  color: #747477;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  gap: 6px;
  justify-content: center;
  padding: 10px 12px 12px 20px;
  text-decoration: none;
}
.campaign__btn--second img {
  transform: translateY(1px);
}
.campaign__arrow {
  margin: 32px auto;
  text-align: center;
}
.campaign__accordion {
  border-bottom: 1px solid #b8b8bb;
  margin-top: 32px;
}
.campaign__accordion-btn {
  background-color: #fff;
  border-top: 1px solid #b8b8bb;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 0;
  position: relative;
}
.campaign__accordion-item {
  display: none;
  padding-bottom: 16px;
}
.campaign__accordion i {
  background-color: #237CE8;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.campaign__accordion i:before {
  background-color: #fff;
  content: "";
  height: 8px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 2px;
}
.campaign__accordion i.is-active:before {
  content: none;
}
.campaign__accordion i:after {
  background-color: #fff;
  content: "";
  height: 2px;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 8px;
}
@media screen and (max-width: 767.9px) {
  .campaign__anchor a {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 5px;
  }
  .campaign__frame {
    padding: 48px 16px;
  }
  .campaign__h3 {
    font-size: 22px;
  }
  .campaign__txt {
    font-size: 13px;
  }
  .campaign__period th {
    font-size: 13px;
    width: 48%;
  }
  .campaign__period td {
    font-size: 13px;
  }
  .campaign__link a {
    font-size: 13px;
  }
  .campaign__lead {
    font-size: 15px;
  }
  .campaign__img {
    max-width: 249px;
  }
  .campaign__accordion-btn {
    font-size: 13px;
  }
}

/* pickup
-------------- */
.pickup-header {
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.38px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .pickup-header {
    font-size: 17px;
  }
}
.pickup-header span {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.3px;
  background: var(--CampaignGradation, linear-gradient(90deg, #df4d9b 0%, #f24268 30%, #f34650 50%, #f44e27 70%, #ff5e0c 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pickup-slider {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .pickup-slider {
    display: flex;
    gap: 16px;
    align-items: stretch;
  }
  .pickup-slider > li {
    flex: 1;
    background-color: #f3f3f4;
  }
}
.pickup-slider__inner {
  padding: 16px 24px 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup-slider__inner {
    background-color: #f3f3f4;
  }
}
.pickup-slider__img {
  max-width: 215px;
  margin: 0 auto;
  width: 100%;
}
.pickup-slider__name {
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.38px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pickup-slider__name {
    font-size: 17px;
  }
}
.pickup-slider__info {
  margin-top: 24px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.06), 0 0 8px 0 rgba(0, 0, 0, 0.06);
  padding: 16px;
  text-align: center;
}
.pickup-slider__lead {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.26px;
  margin: 0;
}
.pickup-slider__price {
  background: var(--CampaignGradation, linear-gradient(90deg, #df4d9b 0%, #f24268 30%, #f34650 50%, #f44e27 70%, #ff5e0c 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  margin: 8px 0 0;
}
.pickup-slider__price span {
  display: inline-block;
}
.pickup-slider__price-value {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.44px;
}
.pickup-slider__okidoki {
  background: linear-gradient(90deg, #e86b23 0%, #e86e23 14.32%, #e87123 26.08%, #e87523 35.61%, #e87923 43.26%, #e87d23 49.37%, #e88123 54.27%, #e88523 58.3%, #e88a23 61.8%, #e88e23 65.12%, #e89223 68.58%, #e89623 72.53%, #e89a23 77.31%, #e89d23 83.26%, #e8a023 90.71%, #e8a323 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.24px;
  margin: 4px 0 0;
}
.pickup-slider__btn {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.pickup-slider__btn a {
  align-items: center;
  border: 1px solid #747477;
  border-radius: 100px;
  background: #fff;
  color: #747477;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  gap: 6px;
  justify-content: center;
  padding: 10px 12px 12px 20px;
  text-decoration: none;
}
.pickup-slider__btn img {
  transform: translateY(1px);
}
.pickup-slider__list {
  list-style: none;
  padding: 0;
  color: #747477;
}
.pickup-slider__list-item {
  align-items: flex-start;
  display: flex;
  gap: 4px;
  justify-content: center;
}
.pickup-slider__list-item p {
  margin: 0;
  font-size: 12px;
}
.pickup__txt {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup__txt {
    font-size: 13px;
  }
}

/* card-list
-------------- */
.card-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  list-style: none;
  gap: 12px 24px;
  margin-bottom: 12px;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .card-list {
    grid-template-columns: repeat(2, auto);
  }
}
.card-list__item {
  text-align: center;
  width: 129px;
}
.card-list__name {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.26px;
  margin: 8px 0 0;
}

/* card-info
-------------- */
.card-info {
  align-items: stretch;
  margin-top: 32px;
  list-style: none;
  display: grid;
  gap: 16px;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 767px) {
  .card-info {
    display: block;
  }
}
.card-info__item {
  background-color: #f3f3f4;
  padding: 48px 24px 24px;
  gap: 16px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .card-info__item {
    padding: 32px 16px 16px;
  }
  .card-info__item + .card-info__item {
    margin-top: 16px;
  }
}
.card-info__intro {
  text-align: center;
  background: var(--aiGradation, linear-gradient(90deg, #1d7cf0 0%, #a856f0 32%, #d156b2 65.38%, #e3794b 87%, #d96c00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.3px;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .card-info__intro {
    font-size: 13px;
  }
}
.card-info__header {
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-bottom: -16px;
}
.card-info__header span {
  display: inline-block;
  border-radius: 100px;
  background: linear-gradient(90deg, #e86b23 0%, #e88f23 70.19%, #e8a323 100%);
  color: #fff;
  padding: 4px 10px;
  gap: 10px;
  margin: 32px 0 0;
  font-size: 15px;
}
.card-info__head {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .card-info__head {
    gap: 12px;
  }
}
.card-info__img {
  width: 136px;
}
@media screen and (max-width: 767px) {
  .card-info__img {
    width: 108px;
  }
}
.card-info__name {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.44px;
}
@media screen and (max-width: 767px) {
  .card-info__name {
    font-size: 19px;
  }
}
.card-info__lead {
  margin: 0;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card-info__lead {
    font-size: 15px;
  }
}
.card-info__point {
  list-style: none;
  padding: 8px;
  align-self: flex-start;
}
.card-info__point-item {
  display: flex;
  padding-bottom: 12px;
  align-items: center;
}
.card-info__point-item + .card-info__point-item {
  padding-top: 12px;
  position: relative;
  border-top: 1px dashed #b8b8bb;
}
.card-info__point-item:last-child {
  padding-bottom: 0;
}
.card-info__point-img-wrap {
  height: 100%;
  margin: 0;
  padding: 0 20px 0 16px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-info__point-lead {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 20px;
  border-left: 1px solid #cfcfd0;
  height: 100%;
  justify-content: center;
}
.card-info__point-lead-bold {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.34px;
  margin: 0;
}
.card-info__point-lead-small {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  margin: 0;
}
.card-info__point-lead-small.tar {
  text-align: right;
}
.card-info__point-lead-normal {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  margin: 0;
}
.card-info__campaign {
  border-radius: 4px;
  border: 1px solid var(--white, #fff);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.06), 0 0 8px 0 rgba(0, 0, 0, 0.06);
  padding: 24px 16px 24px;
}
.card-info__campaign-lead {
  border-bottom: 1px solid #cfcfd0;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.3px;
  text-align: center;
  margin: 0;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card-info__campaign-lead {
    font-size: 13px;
  }
}
.card-info__campaign-lead::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 8px;
  background: #fff;
  transform: translateX(-50%);
  left: 50%;
  bottom: -2px;
  z-index: 1;
}
.card-info__campaign-lead::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  border-right: 1px solid #cfcfd0;
  border-bottom: 1px solid #cfcfd0;
  z-index: 2;
  width: 12px;
  height: 12px;
  transform: translateX(-50%) translateY(50%) rotate(45deg);
}
.card-info__campaign-lead span {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.3px;
  background: var(--CampaignGradation, linear-gradient(90deg, #df4d9b 0%, #f24268 30%, #f34650 50%, #f44e27 70%, #ff5e0c 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .card-info__campaign-lead span {
    font-size: 13px;
  }
}
.card-info__campaign-lead span em {
  font-size: 19px;
  text-decoration: none;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .card-info__campaign-lead span em {
    font-size: 17px;
  }
}
.card-info__campaign-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px 0 0;
}
.card-info__campaign-button button,
.card-info__campaign-button a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px 12px 16px;
  color: #fff;
  border-radius: 100px;
  background: #237ce8;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.3px;
  text-decoration: none;
}
.card-info__campaign-button-text {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.3px;
  text-align: center;
  margin: 0;
  color: #237ce8;
}
.card-info__campaign-link {
  text-align: center;
  margin-top: 16px;
}
.card-info__campaign-link button,
.card-info__campaign-link a {
  align-items: center;
  display: flex;
  gap: 2px;
  justify-content: center;
  color: #303032;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 767px) {
  .card-info__campaign-link button,
  .card-info__campaign-link a {
    font-size: 13px;
  }
}
.card-info__campaign-link a {
  color: #237ce8;
}
.card__flow-link {
  margin-bottom: 0;
}
.card__flow-link a {
  align-items: center;
  color: #237ce8;
  display: flex;
  font-size: 15px;
  gap: 2px;
  justify-content: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .card__flow-link a {
    font-size: 13px;
  }
}

.modal {
  display: none;
}
.modal.is-active {
  position: fixed;
  display: block;
  max-width: 816px;
  width: 100%;
  left: 50%;
  top: 50%;
  max-height: calc(100svh - 32px);
  background-color: #fff;
  z-index: 100;
  overflow-y: auto;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .modal.is-active {
    width: calc(100% - 32px);
  }
}
.modal__back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  z-index: 10;
}
.modal__back.is-active {
  display: block;
}
.modal__section {
  padding: 16px 0;
}
.modal__section--gray {
  background-color: #f3f3f4;
  padding: 24px 0;
}
.modal__inner {
  max-width: 604px;
  width: calc(100% - 32px);
  margin: 0 auto;
}
.modal__header-01 {
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.38px;
  margin: 0;
}
.modal__header-02 {
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.34px;
  margin: 0;
}
.modal__card-image {
  text-align: center;
  margin: 16px auto;
}
.modal__card-image--gold {
  max-width: 311px;
}
.modal__card-image--platinum {
  max-width: 93px;
}
.modal__caution {
  color: #747477;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  padding: 0;
  margin: 0;
}
.modal__caution-item {
  display: flex;
  justify-items: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.modal__caution-item p {
  margin: 0;
}
.modal__caution-item em {
  font-weight: 700;
  font-style: normal;
}
.modal__button {
  margin: 0;
}
.modal__button a {
  color: #303032;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 32px 32px 32px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  border: 2px solid #237ce8;
  background: #fff;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal__button a {
    flex-direction: row;
    padding: 16px 56px 16px 16px;
    justify-content: flex-start;
    gap: 12px;
  }
}
.modal__button a::after {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("/promotion/ordercard/apple2509/images/icon_button_arrow.svg");
}
@media screen and (max-width: 767px) {
  .modal__button a::after {
    right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .modal__button a span {
    order: 2;
  }
}
.modal__button-area {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  text-align: center;
}
.modal__button-area-inner {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .modal__button-area {
    flex-direction: column;
  }
}
.modal__button-text {
  margin: 0 0 8px;
  color: #4d4d50;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.26px;
}
@media screen and (max-width: 767px) {
  .modal__button-image {
    max-width: 61px;
    order: 0;
  }
}
.modal__card-image {
  text-align: center;
  margin: 16px auto 0;
}
.modal__close-button {
  position: absolute;
  right: 16px;
  top: 16px;
  background: none;
  border: none;
  padding: 0;
}
.modal__2col {
  display: flex;
  gap: 61px;
}
@media screen and (max-width: 767px) {
  .modal__2col {
    flex-direction: column;
  }
}
.modal__2col-item {
  flex: 1;
  text-align: center;
  position: relative;
}
.modal__2col-item:first-child:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -37px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 13px solid #747477;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .modal__2col-item:first-child:after {
    top: auto;
    bottom: -37px;
    transform: translateX(-50%);
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 13px solid #747477;
    border-bottom: 0;
  }
}
.modal__2col-image {
  margin: 12px 0 0 0;
}
.modal__link a {
  color: #a0a0a1;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.26px;
  text-decoration-line: underline;
  display: inline-block;
  margin-right: 8px;
}
.modal__link a img {
  transform: translateX(6px) translateY(6px);
  display: inline-block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fixed-button {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  margin: 0;
  letter-spacing: 0.3px;
  position: fixed;
  right: 120px;
  bottom: 60px;
  display: flex;
  width: 120px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 100px;
  background: linear-gradient(102deg, #23a0e8 0%, #237ce8 29.81%, #2942e5 80.29%, #4428e0 100%);
  box-shadow: 1px 1px 3px 0 rgba(48, 48, 50, 0.2), 0 1px 8px 0 rgba(48, 48, 50, 0.4);
  z-index: 10;
  opacity: 1;
  transition: all 0.3s;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .fixed-button {
    right: 16px;
    bottom: 16px;
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
}
.fixed-button.is-disabled {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .footer {
    background: #191919;
    width: 100%;
  }
  .footer__inner {
    max-width: 980px;
    margin: 0 auto;
    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;
    list-style-type: none;
    margin: 0 0 14px 3px;
    padding: 0;
  }
  .footer__list li:not(:last-child) {
    margin-right: 30px;
  }
  .footer__list li a {
    color: #fff;
    font-size: 13px;
    line-height: 1;
  }
  .footer__list li a:after {
    border-bottom: solid #fff 2px;
    border-right: solid #fff 2px;
    content: "";
    display: inline-block;
    height: 0.5em;
    margin-left: 0.5em;
    position: relative;
    top: -1px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 0.5em;
  }
  .footer__list li a:hover {
    opacity: 0.5;
  }
  .footer__info {
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .footer__logo img {
    height: 16px;
    width: 59px;
  }
  .footer__copy {
    color: #fff;
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    background: #191919;
    width: 100%;
  }
  .footer__inner {
    max-width: 980px;
    margin: 0 auto;
    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;
  }
  .footer__list li a:after {
    border-bottom: solid #fff 2px;
    border-right: solid #fff 2px;
    content: "";
    display: inline-block;
    height: 0.5em;
    margin-left: 0.5em;
    position: relative;
    top: -1px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 0.5em;
  }
  .footer__list li a:hover {
    opacity: 0.5;
  }
  .footer__list li + li {
    margin-top: 18px;
  }
  .footer__info {
    margin-top: 35px;
    line-height: 1;
  }
  .footer__logo img {
    height: 16px;
    width: 59px;
  }
  .footer__copy {
    color: #fff;
    margin-top: 12px;
  }
}
.is-fixed {
  overflow: clip;
  overscroll-behavior: none;
}
