@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%;
}

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 {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.54px;
  text-align: center;
  margin: 0 auto 24px;
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .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%);
}
.kv + .section .section__header-02 {
  padding-top: 0;
}
.kv + .section .section__header-02::after {
  content: none;
}

.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;
}

.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 {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.26px;
  margin: 16px 0 0;
}
.section__header-04 {
  color: #747477;
  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-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.34px;
  margin: 0;
}
.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-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 {
  margin: 0;
  color: #747477;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.26px;
}
.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 104px;
  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/apple2508/images/bg_flow01.png");
}
.section__flow-item-02::after {
  background-image: url("/promotion/ordercard/apple2508/images/bg_flow02.png");
}
.section__flow-item-03::after {
  background-image: url("/promotion/ordercard/apple2508/images/bg_flow03.png");
}
.section__flow-item-04::after {
  background-image: url("/promotion/ordercard/apple2508/images/bg_flow04.png");
}
.section__flow-item-05::after {
  background-image: url("/promotion/ordercard/apple2508/images/bg_flow05.png");
}
.section__flow-item-06::after {
  background-image: url("/promotion/ordercard/apple2508/images/bg_flow06.png");
}
.section__flow-item::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 44px;
  top: 16px;
  background-image: url("/promotion/ordercard/apple2508/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: 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;
  display: inline-block;
}
.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 span {
  color: #303032;
}
.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__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;
  }
}

.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 {
  background-color: #f3f3f4;
}
.kv__inner {
  width: calc(100% - 64px);
  max-width: 697px;
  padding: 44px 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kv__inner {
    width: calc(100% - 48px);
  }
}
.kv-limited {
  text-align: center;
}
.kv-header {
  text-align: center;
  margin-top: 30px;
}
.kv-header__bold {
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.62px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kv-header__bold {
    font-size: 27px;
  }
}
.kv-header__bold span {
  position: relative;
}
.kv-header__bold span::before {
  position: absolute;
  background-color: #747477;
  content: "";
  width: 6px;
  height: 6px;
  top: -10px;
  left: 39%;
  border-radius: 50%;
}
.kv-header__bold small {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .kv-header__bold small {
    font-size: 17px;
  }
}
.kv-header__normal {
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.54px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kv-header__normal {
    font-size: 24px;
  }
}
.kv-image {
  margin: 32px auto 48px;
  text-align: center;
}
.kv-lead {
  color: #747477;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.26px;
  text-align: center;
}
.kv-anchor {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv-anchor {
    font-size: 13px;
  }
}
.kv-anchor a {
  color: #237ce8;
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
}

.tab-button {
  flex: 1;
  padding: 12px 0;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.34px;
  cursor: pointer;
}
.tab-button__wrap {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab-button:hover {
  opacity: 0.7;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .tab-button {
    font-size: 15px;
  }
}
.tab-button.is-active {
  border-top: 2px solid #303032;
  background-color: #f3f3f4;
  font-size: 17px;
  font-weight: 700;
  cursor: default;
}
.tab-button.is-active:hover {
  opacity: 1;
}
.tab-content {
  background: #f3f3f4;
  padding: 32px 106px 24px;
  display: none;
}
@media screen and (max-width: 767px) {
  .tab-content {
    padding: 32px 32px 16px;
  }
}
.tab-content__flow {
  margin: 0;
  list-style: none;
  padding: 0;
}
.tab-content__flow-item {
  padding-left: 21px;
  position: relative;
  padding-bottom: 32px;
}
.tab-content__flow-item::after {
  background-color: #747477;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 16px;
  left: 0;
  border-radius: 50%;
}
.tab-content__flow-item::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 2.5px;
  top: 16px;
  background-image: url("/promotion/ordercard/apple2508/images/bg_line.png");
}
.tab-content__flow-item:last-child::before {
  content: none;
}
.tab-content__flow-lead {
  margin: 2px 0 0;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.38px;
}
.tab-content__flow-link button {
  text-decoration: underline;
  display: flex;
  gap: 6px;
  align-items: center;
  color: #237ce8;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  margin: 6px 0 0;
}
.tab-content__flow-explanation {
  color: #747477;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.26px;
  margin: 8px 0 0;
}
.tab-content.is-active {
  display: block;
}

.pickup-header {
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.38px;
}
@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: 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;
}
.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: 19px;
  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;
  background-color: #fff;
  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 {
  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__button {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.pickup-slider__button a {
  border-radius: 100px;
  background: var(--blue, #237ce8);
  display: flex;
  padding: 10px 12px 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
}
.pickup-slider__button a 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;
}

.card-header {
  position: relative;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.34px;
  text-align: center;
}
.card-header::after {
  content: "";
  background-color: #cfcfd0;
  position: absolute;
  width: 100%;
  height: 1px;
  transform: translate(-50%);
  top: 50%;
  left: 50%;
  z-index: -2;
}
.card-header span {
  position: relative;
  z-index: 2;
}
.card-header span::after {
  position: absolute;
  content: "";
  width: calc(100% + 32px);
  height: 100%;
  background-color: #fff;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  z-index: -1;
}
.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 {
  align-items: stretch;
  margin-top: 32px;
  list-style: none;
  display: grid;
  gap: 16px;
  padding: 0;
  margin-top: 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-normal {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  margin: 0;
}
.card-info__campaign {
  background-color: #fff;
  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: 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;
  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: 15px;
  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 {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
  color: #303032;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

.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/apple2508/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;
    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;
  }
  .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;
}