@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Libertinus+Serif:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

html {
  font-size: 62.5%;
}

body {
  color: #111;
  font-family: "Hiragino Kaku Gothic StdN", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  word-wrap: break-word;
}

body.is-ios {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
}
body.is-fixed {
  overflow-y: scroll; /* 縦スクロールバーを常に表示 */
  position: fixed;
  width: 100%;
}

* {
  box-sizing: border-box;
}

ul,
li,
dl,
dt,
dd {
  list-style-type: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button {
  appearance: none;
  background-color: inherit;
  border: none;
  cursor: pointer;
  padding: 0;
}

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

a {
  text-decoration: none;
}

section .inner {
  padding: 32px 15px;
}
.flow .inner{
  padding: 64px 15px 32px;
}
.info .inner{
  padding: 64px 15px;
}
.precaution .inner{
  padding: 64px 15px 32px;
}
@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}
.splide__arrow {
  background: none;
  opacity: 1;
  height: 50px;
  top: 220px;
  width: 60px;
  filter: drop-shadow(0 0 10px rgba(0, 66, 166, 0.80));
}
.splide__arrow img {
  filter: drop-shadow(0 0 10px rgba(0, 51, 90, 0.3));
}
.splide__arrow.splide__arrow--prev {
  left: -10px;
}
.splide__arrow.splide__arrow--next {
  right: -10px;
  transform: rotate(180deg);
  top: 200px;
}
.splide__arrow.prev img {
  transform: scaleX(-1);
}

.splide__pagination {
  bottom: 0;
  margin: 16px 0 24px;
  position: relative;
}
.splide__pagination .splide__pagination__page {
  height: 12px;
  width: 12px;
  margin: 3px 6px;
  opacity: unset;
  background: #DADADA;
}
.splide__pagination .splide__pagination__page li{
  background: #DADADA;
}
.splide__pagination .splide__pagination__page.is-active {
  background: #2257A7;
  transform: none;
}@media screen and (min-width: 431px) {
  main {
    padding-top: 36px;
  }
  #wrapper {
    position: relative;
  }
  #wrapper:before {
    background: url(/promotion/ordercard/disneycard_jcb/marvel/images/bg_pc.png) center/cover no-repeat;
    content: "";
    height: 100lvh;
    left: 50%;
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    width: 1920px;
    z-index: -1;
  }
  @supports not (height: 100lvh) {
    #wrapper:before {
      height: 100vh;
    }
  }
}
@media screen and (max-width: 1079.9px) {
  #wrapper:before {
    background-position: -267px 0;
  }
}.main-area {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-height: 1500px;
  box-shadow: 0px 5px 15px 0px rgba(255, 0, 0, 0.6);
}
@media screen and (min-width: 431px) {
  .main-area {
    border-radius: 20px 20px 0 0;
    width: 375px;
  }
}
@media screen and (min-width: 1080px) {
  .main-area {
    left: 250px;
  }
}.entry-area__btnLink {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 82px;
  padding: 4px 10%;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #2257A7;
  color: #2257A7;
  font-weight: 800;
  box-shadow: 0 0 10px 0 rgba(0, 51, 90, 0.3);
  line-height: 1;
  padding-right: 14%;
}
@media (hover: hover) {
  .entry-area__btnLink:hover {
    opacity: 0.6;
  }
}
.entry-area__btnLink:active {
  opacity: 0.6;
}
.entry-area__btnLink .btnLink-icon {
  height: 24px;
  position: absolute;
  right: 24px;
}

.entry-area__cv-btnLink {
  align-items: center;
  background-color: #2257A7;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 94px;
  padding: 4px 39.2px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 392px;
  border-radius: 47px;
  background: #E70012;
  box-shadow: 0 0 10px 0 rgba(0, 51, 90, 0.3);
  font-weight: 600;
  line-height: 1;
  margin-top: 64px;
}
@media (hover: hover) {
  .entry-area__cv-btnLink:hover {
    opacity: 0.6;
  }
}
.entry-area__cv-btnLink:active {
  opacity: 0.6;
}
.entry-area__cv-btnLink .btnLink-icon {
  height: 24px;
  position: absolute;
  right: 24px;
}

@media screen and (min-width: 1080px) and (max-height: 750px) {
  .entry-area__cv-btnLink {
    margin-top: 16px;
  }
}
.anchor__btnLink {
  align-items: center;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 68px;
  padding: 4px calc((50% - 4px) / 10);
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: calc(50% - 4px);
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 51, 90, 0.3);
  font-weight: 600;
  line-height: 1.4;
  padding: 0 24px 0 0;
  text-align: center;
}
@media (hover: hover) {
  .anchor__btnLink:hover {
    opacity: 0.6;
  }
}
.anchor__btnLink:active {
  opacity: 0.6;
}
.anchor__btnLink .btnLink-icon {
  height: 20px;
  position: absolute;
  right: 8px;
}

.modal__card-btnLink {
  align-items: center;
  background: #E70012;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  min-height: 64px;
  padding: 4px 31.5px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 315px;
  border-radius: 32px;
  box-shadow: 0 0 10px 0 rgba(0, 51, 90, 0.3);
  line-height: 1;
  margin: 0 auto 12px;
  text-align: center;
}
@media (hover: hover) {
  .modal__card-btnLink:hover {
    opacity: 0.6;
  }
}
.modal__card-btnLink:active {
  opacity: 0.6;
}
.modal__card-btnLink .btnLink-icon {
  position: absolute;
  right: 24px;
}
.campaign__h2{
  margin: 32px 0 12px;
}

.campaign__btnLink {
  align-items: center;
  background-color: #2257A7;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 68px;
  padding: 4px 10%;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 100%;
  border-radius: 34px;
  background-color: #fff;
  border: 2px solid #2257A7;
  color: #2257A7;
  font-weight: 700;
  box-shadow: 0 0 10px 0 rgba(0, 51, 90, 0.3);
  color: #111;
  margin-top: 24px;
}
@media (hover: hover) {
  .campaign__btnLink:hover {
    opacity: 0.6;
  }
}
.campaign__btnLink:active {
  opacity: 0.6;
}
.campaign__btnLink .btnLink-icon {
  height: 24px;
  position: absolute;
  right: 20px;
}
.info__h2{
  color: #1A4689;
  margin-bottom: 32px;
}

.info__btnLink {
  align-items: center;
  background-color: #2257A7;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 40px;
  padding: 4px 14.5px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 145px;
  border-radius: 24px;
  background-color: #fff;
  border: 2px solid #2257A7;
  color: #2257A7;
  font-weight: 700;
  box-shadow: 0 0 10px 0 rgba(0, 66, 166, 0.80);
  margin: 16px auto 0;
  padding: 4px 20px 4px 5px;
  text-align: center;
}
@media (hover: hover) {
  .info__btnLink:hover {
    opacity: 0.6;
  }
}
.info__btnLink:active {
  opacity: 0.6;
}
.info__btnLink .btnLink-icon {
  height: 24px;
  position: absolute;
  right: 5px;
}
.info__btnLink .btnLink-icon svg circle{
  fill: #2257A7;
}
.info__close-btnLink {
  align-items: center;
  background-color: #2257A7;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 40px;
  padding: 4px 12px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 120px;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid #2257A7;
  color: #2257A7;
  font-weight: 700;
  box-shadow: 0 0 10px 0 rgba(0, 51, 90, 0.3);
  color: #111;
  margin: 16px auto 0;
  padding: 4px 20px 4px 5px;
  text-align: center;
}
@media (hover: hover) {
  .info__close-btnLink:hover {
    opacity: 0.6;
  }
}
.info__close-btnLink:active {
  opacity: 0.6;
}
.info__close-btnLink .btnLink-icon {
  position: absolute;
  right: 5px;
  top: 6px;
}

.contact__btnLink {
  align-items: center;
  background-color: #2257A7;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 64px;
  padding: 4px 10%;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 100%;
  border-radius: 32px;
  background-color: #fff;
  border: 2px solid #2257A7;
  color: #2257A7;
  font-weight: 700;
  box-shadow: 0 0 10px 0 rgba(0, 66, 166, 0.80);
  text-align: center;
}
@media (hover: hover) {
  .contact__btnLink:hover {
    opacity: 0.6;
  }
}
.contact__btnLink:active {
  opacity: 0.6;
}
.contact__btnLink .btnLink-icon {
  height: 24px;
  position: absolute;
  right: 24px;
}
.contact__btnLink .btnLink-icon svg circle{
  fill: #2257A7;
}

.fixedBtn__btnLink {
  align-items: center;
  background-color: #2257A7;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 64px;
  padding: 4px 10%;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 100%;
  border-radius: 32px;
  background: #E70012;
  box-shadow: 0 0 10px 0 rgba(0, 51, 90, 0.3);
}
@media (hover: hover) {
  .fixedBtn__btnLink:hover {
    opacity: 0.6;
  }
}
.fixedBtn__btnLink:active {
  opacity: 0.6;
}
.fixedBtn__btnLink .btnLink-icon {
  position: absolute;
  right: 24px;
  width: 24px;
  height: 24px;
}.entry-area {
  display: none;
}

@media screen and (min-width: 1080px) {
  .entry-area {
    display: block;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(calc(-100% - 80px), -50%);
    width: 420px;
  }
  .entry-area .entry-area__ttl {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 24px;
    text-align: center;
    color: #fff;
  }
  .entry-area .entry-area__links {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}.header {
  height: 50px;
}
.header .header__inner {
  height: 50px;
  position: relative;
}
.header .header__logo {
  left: 15px;
  position: absolute;
  top: 8px;
}
.header .header__logo img {
  width: 46px;
}
h2 {
  color: #fff;
  display: flex;
  font-size: 3.2rem;
  font-weight: 800;
  justify-content: space-evenly;
  line-height: 1.3;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}
h2.anchor__h2 {
  -webkit-text-fill-color: unset;
  margin-bottom: 16px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
  padding: 6px 36px 6px;
}
[class$=rowContainer] {
  display: flex;
  gap: 8px;
}

.anchor__rowContainer {
  flex-wrap: wrap;
  position: relative;
}
.design .inner{
  padding: 64px 15px;
}

.design__inner {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}

.design__item {
  flex: 1;
  text-align: center;
}
.design__item .design__label{
  display: inline-block;
  height: auto;
  width: auto;
  padding: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 100%;
  color: #FFF;
  letter-spacing: normal;
  margin-bottom: 0;
}
.design__item .design__label-gold{
  background: linear-gradient(90deg, #CAA762 0%, #7F5F2E 100%);
}
.design__h2 span{
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}
.design__rowContainer {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}

.design__item .design__rowContainer {
  margin-bottom: 12px;
}

.campaign__rowContainer {
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.campaign__rowContainer:first-of-type {
  margin-top: 20px;
}

.flow__rowContainer {
  gap: 12px;
}

.info__rowContainer {
  gap: 0;
}

.footer__rowContainer {
  gap: 24px;
  padding: 24px 32px 32px;
}.fade-in {
  opacity: 0;
  margin-top: 30px;
  transition-property: opacity, margin-top;
  transition-duration: 0.8s, 1s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-in.is-visible {
  opacity: 1;
  margin-top: 0;
}
/* --- 各タイプの画像を指定 --- */
.type-j::before,.type-k::before,.type-l::before,.type-m::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.type-k,.type-j{
  top: 0;
  left: 0;
  width: 40px;
  height: 68px;
  position: relative;
}
.type-l,.type-m{
  top: 0;
  left: 0;
  width: 24px;
  height: 48px;
  position: relative;
}

.type-j::before {
  background-image: url("/promotion/ordercard/disneycard_jcb/marvel/images/bg_star_j1.svg");
}
.type-k::before {
  background-image: url("/promotion/ordercard/disneycard_jcb/marvel/images/bg_star_k1.svg");
}
.type-l::before {
  background-image: url("/promotion/ordercard/disneycard_jcb/marvel/images/bg_star_l1.svg");
}
.type-m::before {
  background-image: url("/promotion/ordercard/disneycard_jcb/marvel/images/bg_star_m1.svg");
}


/* --- アニメーションの定義 --- */
@keyframes cross-fade-hold-1 {
  0%, 15% {
    opacity: 1;
    filter: blur(0);
  }
  50%, 65% {
    opacity: 0;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes cross-fade-hold-2 {
  0%, 15% {
    opacity: 0;
    filter: blur(2px);
  }
  50%, 65% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(2px);
  }
}section.anchor {
  background: linear-gradient(151deg, #020202 20.04%, #3D3D3D 80.01%);
}
section.anchor .inner {
  padding: 20px 15px 64px;
  position: relative;
}
.about_img{
  margin-bottom: 48px;
}
h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 12px;
  text-align: center;
}
h3[class$=h3--s] {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 16px 0 12px;
}
h3.design__h3--l, h3.flow__h3--l {
  color: #2257A7;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
h3.point__h3{
  color: #111;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
h2.precaution__h2{
  color: #1A4689;
  margin-bottom: 32px;
}
h3.precaution__h3{
  color: #111;;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
  margin-bottom: 20px;
}
h3.precaution__h3-end{
  margin-bottom: 8px;
}
h3.benefit__h3 {
  margin: 12px 0 16px;
}
h3.benefit__h3:last-child {
  margin: 0;
}
.flow__h3{
  margin-bottom: 8px;
  letter-spacing: 0.8px;
}
h3.benefit__h3.benefit__h3--sm {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 160%;
}
.payment .inner{
  padding-top: 0px;
  padding-bottom: 64px;
}
.payment__h2{
  margin: 0 0 32px;
  padding-top: 64px;
  color: #1A4689;
}
.contact__h2{
  margin: 0 0 32px;
  color: #1A4689;
}
ul.payment__note{
  margin-top: 12px;
}
h3.payment__h3--decorated {
  margin-bottom: 16px;
  letter-spacing: 0.8px;
}
.design__h3--decorated{
  margin: 48px 0 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.96px;
}
h3.campaign-detail__h3 {
  margin-bottom: 24px;
}
h3.info__h3 {
  background-color: #0955C6;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem;
  line-height: 140%;
  margin-bottom: 8px;
  text-align: left;
}
h3.info__h3--s {
  font-size: 1.6rem;
  text-align: left;
  margin: 0 0 8px;
}
h3.info__h3 small {
  font-size: 1.2rem;
}
h3.info__h3--gold {
  background-color: #7F5F2E;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}[class$=txt] {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 160%; 
}

[class$=txt--l] {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}

[class$=txt--s] {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

[class$=txt--c] {
  text-align: center;
}

.design__txt {
  margin-bottom: 24px;
}

.campaign__txt {
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}

.campaign__frame-txt {
  font-weight: 600;
  text-align: center;
}

.benefit .splide__slide-txt {
  margin-top: 12px;
}

.payment__txt {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  margin: 16px 0;
  line-height: 160%;
  letter-spacing: 0.64px;
  text-align: center;
}
.point__h2{
  margin-bottom: 31px;
  color: #1A4689;
}
.point__txt--l {
  font-size: 16px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.64px;
  margin: 0 0 14px;
  text-align: center;
}

.info__txt--s strong {
  color: #E70012;
}

.precaution__note .note__txt-red {
  color: #E83230;
}
.flow__h2{
  margin-bottom: 32px;
}
.flow__h2{
  color: #1A4689;
}

.flow__txt--c {
  font-size: 1.4rem;
}hr {
  border: 0;
  border-top: 1px dashed #c8bfc0;
  height: 0;
  margin: 24px auto;
  width: 100%;
}
hr.campaign__hr {
  margin: 12px auto;
}
hr[class$=hr--s] {
  margin: 16px auto;
}p[class*=label] {
  align-items: center;
  border-radius: 4px;
  background: linear-gradient(90deg, #6D9FEB 0%, #0955C6 100%);
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  height: 29px;
  justify-content: center;
  line-height: 1;
  letter-spacing: normal;
  margin: 0 auto 16px;
  width: 120px;
}

p[class$=label--gold] {
  background: linear-gradient(90deg, #CAA762 0%, #7F5F2E 100%);
}

p.campaign__label,
p.campaign__label--gold {
  margin: 0px auto 6px;
  width: 120px;
}

p.benefit__label--gold {
  width: 128px;
  margin: 0 auto 12px;
}

p.info__label,
p.info__label--gold {
  width: 145px;
}

p.modal-card__label,
p.modal-card__label--gold {
  margin: 12px auto;
  font-weight: 800;
}body.modal-open {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

.info__modal,
.card__modal {
  align-items: center;
  background: rgba(68, 68, 68, 0.2);
  backdrop-filter: blur(7.5px);
  display: none;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: opacity 0.6s;
  z-index: 50;
}
.info__modal.active,
.card__modal.active {
  opacity: 1;
  display: flex;
}
.info__modal .modal__content,
.card__modal .modal__content {
  background: #fff;
  border-radius: 8px;
  max-height: 90vh;
  position: relative;
  max-width: 528px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.9px) {
  .info__modal .modal__content,
  .card__modal .modal__content {
    max-height: 80vh;
    width: calc(100% - 30px);
  }
}
.info__modal .modal__closeBtn,
.card__modal .modal__closeBtn {
  position: absolute;
  right: 0;
  top: -48px;
}
.info__modal .modal__closeBtn:hover,
.card__modal .modal__closeBtn:hover {
  opacity: 0.6;
}
.info__modal .modal__closeBtn svg,
.card__modal .modal__closeBtn svg {
  filter: drop-shadow(0 0 10px rgba(0, 51, 90, 0.3));
}
.info__modal .modal__ttl,
.card__modal .modal__ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
.info__modal .modal__body,
.card__modal .modal__body {
  overflow-y: auto;
  padding: 32px 15px;
  flex-grow: 1;
  min-height: 0;
}
.info__modal .modal__txt,
.card__modal .modal__txt {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 16px;
}
.info__modal .modal__txt + .modal__noteList,
.card__modal .modal__txt + .modal__noteList {
  margin-top: 32px;
}
.info__modal .modal__txt.modal__txt--lead,
.card__modal .modal__txt.modal__txt--lead {
  margin-bottom: 32px;
}
.info__modal .modal__txt--s,
.card__modal .modal__txt--s {
  font-size: 1.4rem;
}
.info__modal .modal__close,
.card__modal .modal__close {
  align-items: center;
  color: #2257A7;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 8px;
  margin: 32px auto 0;
  text-align: center;
}
.info__modal .modal__close:hover,
.card__modal .modal__close:hover {
  text-decoration: underline;
}div[class$=card] {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 51, 90, 0.2);
  width: 109px;
  display: flex;
  flex-direction: column;
}
div[class$=card] > a {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 8px;
}

p[class$=card-ttl] {
  font-weight: 600;
  line-height: 1.4;
  margin: 8px 0 0;
  text-align: center;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0.4px;
}

p[class$=card-period] {
  color: #E70012;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 4px;
  text-align: center;
}

p[class$=card-txt] {
  color: #2257A7;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 9px;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  text-decoration: underline;
}

.modal__card-img {
  text-align: center;
}
.modal__card-img img {
  width: 285px;
}

p.modal__card-ttl {
  font-weight: 800;
  line-height: 140%; 
  margin-bottom: 8px;
  font-size: 18px;
}
p.modal__card-ttl + .modal__card-lead {
  margin-top: 24px;
}

.modal__card-lead {
  font-size: 16px;
  font-weight: 800;
  line-height: 140%;
  margin-bottom: 8px;
  text-align: center;
}

.modal__card-lead--attention {
  color: #2257A7;
}

.modal__card-warning {
  color: #E83230;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.6;
  margin-top: -12px;
  margin-bottom: 8px;
  text-align: center;
}

.modal__note.modal__note {
  margin: 8px 15px 24px;
  text-align: left;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.modal__inner .modal__note-bottom{
  margin: 24px 15px 0px;
}

p.modal__card-period {
  font-size: 14px;
  font-weight: 800;
  line-height: 160%;
  margin-bottom: 8px;
}
.design__card_ttl{
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.96px;
  margin: 8px 0 24px;
  padding-bottom: 24px;
}
.design__card a .design__card-txt{
  font-size: 10px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
p.design__card-period {
  line-height: 1.4;
  font-size: 10px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.4px;
}
[class$=note] {
  margin-top: 8px;
}
[class$=note] li {
  color: #111;
  font-size: 1.2rem;
  line-height: 1.6;
  padding-left: 1.56rem;
  position: relative;
}
[class$=note] li:before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}
[class$=note] li + li {
  margin-top: 4px;
}

[class$=note--num] {
  counter-reset: caution 0;
  margin-top: 8px;
}
[class$=note--num] li {
  color: #111;
  font-size: 1.2rem;
  line-height: 1.6;
  padding-left: 2.16rem;
  position: relative;
}
[class$=note--num] li:before {
  content: "※" counter(caution) " ";
  counter-increment: caution 1;
  left: 0;
  position: absolute;
  top: 0;
}
[class$=note--num] li + li {
  margin-top: 4px;
}

li.em {
  color: #e81664;
}.bubble {
  position: relative;
  background-color: #2257A7;
  color: white;
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 32px;
  display: flex;
  justify-content: center;
  width: 248px;
  letter-spacing: 0.64px;
}

.bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #2257A7 transparent transparent transparent;
}section.design {
  background: linear-gradient(151deg, #2257A7 0%, #111 100%);
}
section.design .design__img {
  position: relative;
}[class$=frame] {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 15px;
  position: relative;
}

.campaign__frame {
  margin-bottom: 12px;
  padding: 24px 15px 6px;
}
.campaign_unique .campaign__frame {
  margin-bottom: 0;
}

.benefit__frame {
  margin-bottom: 32px;
}

.campaign-detail__frame {
  margin-bottom: 24px;
}

.payment__frame {
  border: 1px solid #dadada;
  height: 100%;
  margin: 0 0 32px;
}

#payment-splide .payment__frame {
  margin-bottom: 0;
}

.point__frame,
.flow__frame,
.precaution__frame:not(:last-child) {
  margin-bottom: 32px;
}

.point__frame {
  height: 100%;
}
.point__frame img{
  margin-bottom: 16px;
}
.faq__h2{
  color: #1A4689;
  margin-bottom: 32px;
}
.faq__frame {
  box-shadow: 0 0 10px 0 rgba(0, 66, 166, 0.80);
}

.fade-in:last-child .campaign-detail__frame {
  margin-bottom: 0;
}section.campaign {
  background: linear-gradient(180deg, #7F1A22 0%, #111111 100%);
}
.campaign__frame-ttl {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 8px;
  text-align: center;
}
.campaign__frame-ttl strong {
  background: linear-gradient(90deg, #3aadff 0%, #764ee4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
}
.campaign__frame-ttl strong .num {
  font-size: 4.8rem;
  font-family: "Hiragino Mincho StdN", "Yu Mincho", "YuMincho";
}
.campaign__frame-ttl strong .small {
  font-size: 1.6rem;
  font-weight: 800;
}
.campaign__frame-ttl strong .middle {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.campaign__frame-ttl--l {
  background: linear-gradient(90deg, #3aadff 0%, #764ee4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.4;
  text-align: center;
}
.campaign__frame-num {
  font-weight: 700;
}
.campaign__frame-num strong {
  background: linear-gradient(90deg, #3aadff 0%, #764ee4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Hiragino Mincho StdN", "Yu Mincho", "YuMincho";
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: -1.5px;
}
.campaign__frame-num strong.gold {
  background: linear-gradient(90deg, #dca371 0%, #d46337 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.campaign__frame-img {
  margin-top: 16px;
}
.campaign__frame hr{
  margin: 11px 0;
}
.campaign__frame-period{
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 160%;
}
[class$=list] > li {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-left: 1.5rem;
  position: relative;
}
[class$=list] > li:before {
  border-radius: 50%;
  content: "・";
  line-height: 10px;
  display: inline-block;
  left: 0;
  position: absolute;
  top: calc((1.92rem - 10px) / 2);
  width: 10px;
}
[class$=list] > .payment__list-dot_none:before {
  content: none;
}
[class$=list] > li + li {
  margin-top: 4px;
}
.campaign-detail__list > li + li{
  margin-top: 0px;
}

.benefit__txt{
  font-size: 14px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.56px;
}
.benefit__list{
  margin-top: 8px;
}
.precaution__list {
  margin-top: 4px;
}
.precaution__list-inside{
  padding-left: 1.56rem;
}
.benefit__list li + li,
.precaution__list li + li {
  margin-top: 3px;
}
section.benefit {
  background: linear-gradient(151deg, #2257A7 0%, #111 100%);
}
section.benefit .inner{
  padding: 64px 15px 64px;
}

section.benefit .splide__slide {
  background-color: #fff;
  border-radius: 8px;
  border-right: 8px;
  padding: 24px 15px;
}
section.benefit .splide__slide-ttl {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.64px;
  margin: 16px 0 12px;
}
section.benefit .benefit__img {
  margin: 16px 0;
}
section.benefit .benefit__img figcaption {
  margin-top: 4px;
  text-align: right;
}.payment__accordion,
.info__accordion {
  overflow: hidden;
}
.payment__accordion .payment__accordion-btn,
.payment__accordion .info__accordion-btn,
.info__accordion .payment__accordion-btn,
.info__accordion .info__accordion-btn {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 40px;
  padding: 4px 12px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 120px;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid #2257A7;
  color: #2257A7;
  font-weight: 700;
  box-shadow: 0 0 10px 0 rgba(0, 66, 166, 0.80);
  margin: 20px auto 6px;
  padding: 4px 20px 4px 5px;
  text-align: center;
}
@media (hover: hover) {
  .payment__accordion .payment__accordion-btn:hover,
  .payment__accordion .info__accordion-btn:hover,
  .info__accordion .payment__accordion-btn:hover,
  .info__accordion .info__accordion-btn:hover {
    opacity: 0.6;
  }
}
.payment__accordion .payment__accordion-btn:active,
.payment__accordion .info__accordion-btn:active,
.info__accordion .payment__accordion-btn:active,
.info__accordion .info__accordion-btn:active {
  opacity: 0.6;
}
.payment__accordion .payment__accordion-btn:focus,
.payment__accordion .info__accordion-btn:focus,
.info__accordion .payment__accordion-btn:focus,
.info__accordion .info__accordion-btn:focus {
  opacity: 1;
}
.payment__accordion .payment__accordion-btn .payment__accordion-icon,
.payment__accordion .payment__accordion-btn .info__accordion-icon,
.payment__accordion .info__accordion-btn .payment__accordion-icon,
.payment__accordion .info__accordion-btn .info__accordion-icon,
.info__accordion .payment__accordion-btn .payment__accordion-icon,
.info__accordion .payment__accordion-btn .info__accordion-icon,
.info__accordion .info__accordion-btn .payment__accordion-icon,
.info__accordion .info__accordion-btn .info__accordion-icon {
  background-color: #2257A7;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 5px;
  width: 24px;
}
.payment__accordion .payment__accordion-btn .payment__accordion-icon:before,
.payment__accordion .payment__accordion-btn .info__accordion-icon:before,
.payment__accordion .info__accordion-btn .payment__accordion-icon:before,
.payment__accordion .info__accordion-btn .info__accordion-icon:before,
.info__accordion .payment__accordion-btn .payment__accordion-icon:before,
.info__accordion .payment__accordion-btn .info__accordion-icon:before,
.info__accordion .info__accordion-btn .payment__accordion-icon:before,
.info__accordion .info__accordion-btn .info__accordion-icon:before {
  background-color: #fff;
  content: "";
  height: 12px;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 2px;
}
.payment__accordion .payment__accordion-btn .payment__accordion-icon.is-active:before,
.payment__accordion .payment__accordion-btn .info__accordion-icon.is-active:before,
.payment__accordion .info__accordion-btn .payment__accordion-icon.is-active:before,
.payment__accordion .info__accordion-btn .info__accordion-icon.is-active:before,
.info__accordion .payment__accordion-btn .payment__accordion-icon.is-active:before,
.info__accordion .payment__accordion-btn .info__accordion-icon.is-active:before,
.info__accordion .info__accordion-btn .payment__accordion-icon.is-active:before,
.info__accordion .info__accordion-btn .info__accordion-icon.is-active:before {
  content: none;
}
.payment__accordion .payment__accordion-btn .payment__accordion-icon:after,
.payment__accordion .payment__accordion-btn .info__accordion-icon:after,
.payment__accordion .info__accordion-btn .payment__accordion-icon:after,
.payment__accordion .info__accordion-btn .info__accordion-icon:after,
.info__accordion .payment__accordion-btn .payment__accordion-icon:after,
.info__accordion .payment__accordion-btn .info__accordion-icon:after,
.info__accordion .info__accordion-btn .payment__accordion-icon:after,
.info__accordion .info__accordion-btn .info__accordion-icon:after {
  background-color: #fff;
  content: "";
  height: 2px;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 12px;
}
.payment__accordion .payment__accordion-cont,
.payment__accordion .info__accordion-cont,
.info__accordion .payment__accordion-cont,
.info__accordion .info__accordion-cont {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.payment__accordion.is-open .payment__accordion-icon:before,
.payment__accordion.is-open .info__accordion-icon:before,
.info__accordion.is-open .payment__accordion-icon:before,
.info__accordion.is-open .info__accordion-icon:before {
  content: none;
}

.faq__accordion {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.faq__accordion:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 16px;
}
.faq__accordion:not(:first-child) {
  padding-top: 16px;
}
.faq__accordion .faq__accordion-btn {
  align-items: center;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  font-weight: 800;
  gap: 10px;
  justify-content: space-between;
  position: relative;
  text-align: left;
  width: 100%;
}
.faq__accordion .faq__accordion-btn:hover {
  text-decoration: underline;
}
.faq__accordion .faq__accordion-btn .faq__accordion-icon {
  background-color: #2257A7;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 24px;
  position: relative;
  width: 24px;
}
.faq__accordion .faq__accordion-btn .faq__accordion-icon:before {
  background-color: #fff;
  content: "";
  height: 10px;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 2px;
}
.faq__accordion .faq__accordion-btn .faq__accordion-icon.is-active:before {
  content: none;
}
.faq__accordion .faq__accordion-btn .faq__accordion-icon:after {
  background-color: #fff;
  content: "";
  height: 2px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 10px;
}
.faq__accordion-inner .faq__txt {
  font-weight: 400;
}
.faq__accordion .faq__accordion-cont {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.faq__accordion .faq__accordion-cont .faq__accordion-inner {
  padding: 16px 0 0 0;
}
.faq__accordion.is-open .faq__accordion-icon:before {
  content: none;
}section.payment {
  background: linear-gradient(177deg, #F3EEE7 -0.01%, #E6DACB 99.99%), linear-gradient(177deg, #F3E6E7 -0.01%, #E5C4C6 99.99%);
}h4 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 8px;
}
h4[class$=h4--c] {
  text-align: center;
}
h4.point__h4 {
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
}
h4.info__h4 {
  font-size: 1.2rem;
  margin-bottom: 4px;
  line-height: 150%;
  font-weight: 600;
}
h4.precaution__h4 {
  font-size: 1.4rem;
  font-weight: 800;
}
h5.precaution__h5 {
  font-size: 12px;
  font-weight: 800;
  line-height: 160%;
}
section.point {
  background: linear-gradient(177deg, #F4E8E9 -0.01%, #E5C4C6 99.99%), linear-gradient(177deg, #F3EEE7 -0.01%, #E6DACB 99.99%);
}
section.point .inner{
  padding: 64px 15px;
}
section.point .point__img {
  margin-bottom: 16px;
}
section.point .splide__slide .point__frame {
  margin-bottom: 0;
}.campaign-detail__table {
  border-collapse: separate;
  border-radius: 8px;
  margin: 8px 0 24px;
  width: 100%;
  table-layout: fixed;
  font-weight: 300;
  line-height: 150%;
}
.campaign-detail__table th,
.campaign-detail__table td {
  width: 33.3333%;
  vertical-align: middle;
  text-align: center;
}
.campaign-detail__table th {
  background: #2257A7;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 16.5px 6px;
  vertical-align: middle;
}
.campaign-detail__table th:first-child {
  border-radius: 8px 0 0 0;
  border-right: 1px solid #dadada;
}
.campaign-detail__table th:last-child {
  border-radius: 0 8px 0 0;
  border-left: 1px solid #dadada;
}
.campaign-detail__table td {
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 13px 6px;
}
.campaign-detail__table_unique td {
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  font-size: 1.1rem;
  line-height: 150%;
  padding: 8px 7px;
}
.campaign-detail__table td:last-child {
  border-right: 1px solid #dadada;
}
.campaign-detail__table tbody tr:last-child *:first-child {
  border-radius: 0 0 0 8px;
}
.campaign-detail__table tbody tr:last-child *:last-child {
  border-radius: 0 0 8px 0;
}
.campaign-detail__table--left-header {
  border-collapse: separate;
  border-spacing: 0;
  margin: 8px 0 24px;
  width: 100%;
  table-layout: fixed;
}
.campaign-detail__table--left-header th,
.campaign-detail__table--left-header td {
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  width: 33.3333%;
  vertical-align: middle;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 8px 6px;
}
.campaign-detail__table--left-header th {
  background: #2257A7;
  color: #fff;
  font-weight: 600;
}
.campaign-detail__table--left-header th:last-child,
.campaign-detail__table--left-header td:last-child {
  border-right: 1px solid #dadada;
}
.campaign-detail__table--left-header tr:last-child th,
.campaign-detail__table--left-header tr:last-child td {
  border-bottom: 1px solid #dadada;
}
.campaign-detail__table--left-header tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.campaign-detail__table--left-header tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
.campaign-detail__table--left-header tr:last-child th:first-child {
  border-bottom-left-radius: 8px;
  line-height: 170%;
}
.campaign-detail__table--left-header tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.campaign-detail__table .wid20,
.campaign-detail__table--left-header .wid20 {
  width: 20%;
}
.campaign-detail__table .wid30,
.campaign-detail__table--left-header .wid30 {
  width: 30%;
}
.campaign-detail__table .wid40,
.campaign-detail__table--left-header .wid40 {
  width: 40%;
}
.campaign-detail__table .wid50,
.campaign-detail__table--left-header .wid50 {
  width: 50%;
}
.campaign-detail__table .wid60,
.campaign-detail__table--left-header .wid60 {
  width: 60%;
}
.campaign-detail__table-title {
  color: #07C;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 8px;
}
.campaign-detail__table-title + .campaign-detail__table,
.campaign-detail__table-title + .campaign-detail__table--left-header {
  margin-top: 4px;
}
a[class$=link] {
  color: #2257A7;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  text-decoration: underline;
  width: fit-content;
  font-weight: 600;
}
a[class$=link]:after {
  background: url(/promotion/ordercard/disneycard_jcb/marvel/images/icon_external.svg) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 4px;
  position: relative;
  top: 5px;
  width: 20px;
}
a[class$=link]:hover {
  text-decoration: none;
}

a.payment__link {
  font-size: 1.2rem;
  display: inline;
}

a.campaign-detail__link:not([target=_blank]):after {
  background: url(/promotion/ordercard/disneycard_jcb/marvel/images/icon_anchor.svg) 0 0/contain no-repeat;
}
.campaign-detail__cont:first-of-type {
  margin-top: 16px;
}
.campaign-detail__cont{
  margin-top: 8px;
}
.campaign-detail__cont dt {
  align-items: center;
  background: #2257A7;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  justify-content: center;
  margin-bottom: 8px;
  padding: 8px;
  text-align: center;
  line-height: 1.6;
  line-height: 120%;
}
.campaign-detail__cont dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
.campaign-detail__cont dd small {
  font-size: 1.0rem;
}
.campaign-detail__cont .campaign-detail__list {
  counter-reset: campaign-count;
}

.campaign-detail__cont .campaign-detail__list li {
    padding-left: 4rem;
        font-size: 14px;
}
.campaign-detail__cont .campaign-detail__list li:before {
  counter-increment: campaign-count;
  content: "【" counter(campaign-count) "】";
  left: 0;
  top: calc((1.92rem - 8px) / 2);
  position: absolute;
  width: 4rem;
}

.campaign-detail__cont .campaign-detail__list.list_alphabet {
  counter-reset: campaign-count_alphabet;
}

.campaign-detail__cont .campaign-detail__list.list_alphabet li {
    padding-left: 4rem;
        font-size: 14px;
}

.campaign-detail__cont .campaign-detail__list.list_alphabet li:before {
  counter-increment: campaign-count_alphabet;
  content: "【" counter(campaign-count_alphabet, upper-alpha) "】";
  left: 0;
  position: absolute;
  width: 4rem;
}

.campaign-detail__accordion {
  margin: 8px auto;
  overflow: hidden;
  width: 100%;
  border: 1px solid #DADADA;
  border-radius: 8px;
}
.campaign-detail__accordion h4 {
  margin-top: 24px;
}
.campaign-detail__accordion-inner hr{
  margin: 16px auto ;
}
.campaign-detail__accordion-inner h4:first-of-type {
  margin-top: 0;
}
.campaign-detail__accordion .campaign-detail__table--left-header th {
  text-align: left;
}
.campaign-detail__accordion .campaign-detail__table--left-header th span {
  font-weight: 400;
}
.campaign-detail__accordion .campaign-detail__accordion-btn {
  align-items: center;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  font-weight: 800;
  gap: 28px;
  justify-content: space-between;
  position: relative;
  text-align: left;
  width: 100%;
  padding: 24px 15px;
}
.limited__accordion .campaign-detail__accordion-btn {
  gap: 28px;
  justify-content: end;
  text-align: center;
  padding: 16px 15px;
}
.campaign-detail__accordion .campaign-detail__accordion-btn:hover {
  text-decoration: underline;
}
.campaign-detail__accordion .campaign-detail__accordion-btn .campaign-detail__accordion-icon {
  background-color: #2257A7;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 24px;
  position: relative;
  width: 24px;
}
.campaign-detail__accordion .campaign-detail__accordion-btn .campaign-detail__accordion-icon:before {
  background-color: #fff;
  content: "";
  height: 10px;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 2px;
}
.campaign-detail__accordion .campaign-detail__accordion-btn .campaign-detail__accordion-icon.is-active:before {
  content: none;
}

.campaign-detail__accordion .campaign-detail__accordion-btn .campaign-detail__accordion-icon:after {
  background-color: #fff;
  content: "";
  height: 2px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 10px;
}

.campaign-detail__accordion .campaign-detail__accordion-cont {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.campaign-detail__accordion .campaign-detail__accordion-cont .campaign-detail__accordion-inner {
  padding: 0 15px 24px;
}

.campaign-detail__accordion.is-open .campaign-detail__accordion-icon:before {
  content: none;
}

.campaign-detail__scrollableimg-wrapper {
  position: relative;
  overflow: hidden;
}

.campaign-detail__scrollableimg {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  user-select: none;
}

.campaign-detail__scrollableimg img {
  display: block;
  max-width: none;
  width: 488px;
  height: auto;
  pointer-events: none; /* 画像へのマウスイベント（ドラッグ等）を無効化 */
  -webkit-user-drag: none; /* Safari/Chrome用: 画像自体のドラッグを禁止 */
}

.campaign-detail__scrollableimg-wrapper .scroll-hint-icon {
  background: rgba(0, 0, 0, .9);
}

.campaign-detail__title {
  background: none;
  background-clip: initial;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
  text-align: center;
}
.campaign-detail__txt{
  font-weight: 300;
}
.campaign-detail__txt + a {
  margin-top: 8px;
}
.campaign-detail__img + p {
  margin-top: 8px;
}.flow__tab {
  margin-bottom: 32px;
  width: 100%;
}

section.other-campaign {
  background: linear-gradient(180deg, #DBEFFF 0%, #E5F4FF 5%, #F0F9FF 100%);
}

.other-campaign__banner {
  text-align: center;
}

.other-campaign__date {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-top: 12px;
}

.other-campaign__detail {
  display: flex;
  justify-content: center;
}

.other-campaign__date__link {
  display: inline!important;
}

.flow__tab-btn {
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.flow__tab-btn > li {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style-type: none;
  width: 100%;
}
.flow__tab-btn > li button {
  background-color: #2257A7;
  border-radius: 8px 8px 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  letter-spacing: 0.72px;
  font-weight: 800;
  height: 100%;
  padding: 10px 12px;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
.flow__tab-btn > li button small {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  letter-spacing: normal;
}
.flow__tab-btn > li.is-active button {
  background-color: #fff;
  color: #2257A7;
  pointer-events: none;
}
.flow__tab-btn > li:not(.is-active):hover button {
  background-color: #2257A7;
}
.flow__tab-cont {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  display: none;
  padding: 32px 15px;
}
.flow__tab-cont.is-show {
  display: block;
}.flow__step {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 12px;
  position: relative;
}
.flow__step:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.flow__step:last-of-type .flow__step-num:before {
  content: none;
}
.flow__step .flow__step-num {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 56px;
  justify-content: center;
  width: 60px;
  flex-direction: column;
  color: #2257A7;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}
.flow__step .flow__step-num_txt{
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.84px;
  margin-bottom: -9px;
  font-weight: 400;
  line-height: 230%;
}

.flow__step .flow__step-num:before {
  background-color: #2257A7;
  content: "";
  display: block;
  height: calc(100% - 60px);
  left: 30px;
  position: absolute;
  top: 60px;
  width: 1px;
}
.flow__step .flow__step-cont {
  align-self: center;
  width: 100%;
}
.flow__step .flow__step-ttl {
  font-size: 16px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.64px;
}
.flow__step .flow__step-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 4px;
}
.flow__h4{
  font-size: 16px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.64px;
}
section.flow {
  background: linear-gradient(151deg, #E0E7F1 0%, #88A4CD 100%);
}
section.flow .flow__img {
  width: 147px;
}section.info {
  background: linear-gradient(151deg, #E0E7F1 0%, #88A4CD 100%);
}
section.info .info__table {
  margin-bottom: 16px;
}
section.info .info__table th,
section.info .info__table td {
  border-bottom: 1px dashed #dadada;
  padding: 17px 12px;
  width: 50%;
}
section.info .info__table th:first-child,
section.info .info__table td:first-child {
  border-right: 1px solid #dadada;
  padding-left: 0;
}
section.info .info__table th:last-child,
section.info .info__table td:last-child {
  padding-right: 0;
}
section.info .info__table th {
  padding-top: 0;
}
section.info p + .info__h4,
section.info ul + .info__h4 {
  margin-top: 8px;
}
section.info .info__modal .splide__arrow {
  height: 15px;
  top: 90px;
  width: 11px;
}
.splide__arrow svg g path{
  stroke: #2257A7;
}
.info__note{
  margin-top: 4px;
}
.info__hr{
margin: 16px 0;
}
section.info .info__modal .splide__arrow.splide__arrow--prev {
  left: 3px;
}
@media screen and (min-width: 768px) {
  section.info .info__modal .splide__arrow.splide__arrow--prev {
    left: 60px;
  }
}
section.info .info__modal .splide__arrow.splide__arrow--next {
  right: 3px;
  top: 78px;
}
@media screen and (min-width: 768px) {
  section.info .info__modal .splide__arrow.splide__arrow--next {
    right: 60px;
  }
}
section.info .info__modal .splide__arrow.splide__arrow--next,
section.info .info__modal .splide__arrow.splide__arrow--prev {
  filter: unset;
}

section.info .info__modal .splide__pagination {
  display: block;
  margin-bottom: 0;
}
section.info .info__modal .modal__card-ttl {
  font-size: 2rem;
  margin-bottom: 16px;
}
section.info .info__modal .modal__card-img {
  margin: 0 auto;
  width: 265px;
}section.precaution {
  background: linear-gradient(177deg, #F2F2F2 -0.01%, #E0E7F1 99.99%);
}
section.precaution * + .precaution__h4 {
  margin-top: 18px;
}
section.precaution * + .precaution__h5 {
  margin-top: 8px;
}
.precaution__txt{
  font-weight: 400;
  line-height: 160%;
}
section.precaution * + .precaution__txt {
  font-size: 1.2rem;
  margin-top: 0px;
  padding-left: 1.56rem;
}
.precaution__img{
  margin: 8px auto 0;
}
section.precaution .precaution-detail__table {
  border-collapse: separate;
  border-radius: 8px;
  margin: 8px 0;
  width: 100%;
  table-layout: fixed;
}
section.precaution .precaution-detail__table th,
section.precaution .precaution-detail__table td {
  width: 33.3333%;
  vertical-align: middle;
  text-align: center;
}
section.precaution .precaution-detail__table th {
  background: #2257A7;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 8px 6px;
  vertical-align: middle;
}
section.precaution .precaution-detail__table th:first-child {
  border-radius: 8px 0 0 0;
  border-right: 1px solid #dadada;
}
section.precaution .precaution-detail__table th:last-child {
  border-radius: 0 8px 0 0;
  border-left: 1px solid #dadada;
}
section.precaution .precaution-detail__table td {
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 9px 5px;
}
section.precaution .precaution-detail__table td:last-child {
  border-right: 1px solid #dadada;
}
section.precaution .precaution-detail__table tbody tr:last-child *:first-child {
  border-radius: 0 0 0 8px;
}
section.precaution .precaution-detail__table tbody tr:last-child *:last-child {
  border-radius: 0 0 8px 0;
}
section.precaution .precaution-detail__table--left-header {
  border-collapse: separate;
  border-spacing: 0;
  margin: 8px 0 24px;
  width: 100%;
  table-layout: fixed;
}
section.precaution .precaution-detail__table--left-header th,
section.precaution .precaution-detail__table--left-header td {
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  width: 33.3333%;
  vertical-align: middle;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 8px 6px;
}
section.precaution .precaution-detail__table--left-header th {
  background: #2257A7;
  color: #fff;
  font-weight: 600;
}
section.precaution .precaution-detail__table--left-header td:last-child {
  border-right: 1px solid #dadada;
}
section.precaution .precaution-detail__table--left-header tr:last-child th,
section.precaution .precaution-detail__table--left-header tr:last-child td {
  border-bottom: 1px solid #dadada;
}
section.precaution .precaution-detail__table--left-header tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
section.precaution .precaution-detail__table--left-header tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
section.precaution .precaution-detail__table--left-header tr:last-child th:first-child {
  border-bottom-left-radius: 8px;
}
section.precaution .precaution-detail__table--left-header td[rowspan]:last-child {
  border-bottom-right-radius: 8px;
  border-bottom: 1px solid #dadada;
}
section.precaution .precaution-detail__table .wid20,
section.precaution .precaution-detail__table--left-header .wid20 {
  width: 20%;
}
section.precaution .precaution-detail__table .wid30,
section.precaution .precaution-detail__table--left-header .wid30 {
  width: 30%;
}
section.precaution .precaution-detail__table .wid40,
section.precaution .precaution-detail__table--left-header .wid40 {
  width: 40%;
}
section.precaution .precaution-detail__table .wid50,
section.precaution .precaution-detail__table--left-header .wid50 {
  width: 50%;
}
section.precaution .precaution-detail__table .wid60,
section.precaution .precaution-detail__table--left-header .wid60 {
  width: 60%;
}
section.precaution .precaution-detail__table-title {
  color: #07C;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 8px;
}
section.precaution .precaution-detail__table-title + section.precaution .precaution-detail__table,
section.precaution .precaution-detail__table-title + section.precaution .precaution-detail__table--left-header {
  margin-top: 4px;
}

section.faq {
  background: #E0E7F1;
}section.contact {
  background: #E0E7F1;
}
section.contact .inner {
  padding: 32px 15px 64px;
}.footer .footer__disney-copy {
  border-bottom: 1px solid #dadada;
  font-size: 1rem;
  padding: 12px 15px;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.footer .footer__disney-copy img {
  position: relative;
  top: 0.5px;
}
.footer .footer__logo img {
  width: 49px;
}
.footer .footer__link li:not(:first-child) {
  padding-top: 2px;
}
.footer .footer__link li a {
  color: #0035a2;
  font-size: 1.1rem;
  line-height: 1.5;
  text-decoration: underline;
}
.footer .footer__link li a[target=_blank]:after {
  background: url("/promotion/ordercard/disneycard_jcb/marvel/images/icon_link_ext_blue.svg") 50% 50% no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 3px -1px 3px;
  width: 9px;
}
.footer .footer__copyright {
  background: #0078d7;
  padding: 18px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1079.9px) {
  .footer .footer__copyright {
    padding: 18px 0 114px 0;
  }
}
.footer .footer__copyright p {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}.fixedBtn {
  background: linear-gradient(151deg, #020202 0.05%, #3D3D3D 100%);
  bottom: 0;
  display: none;
  left: 0;
  padding: 16px 15px;
  position: fixed;
  width: 100%;
  z-index: 10;
  box-shadow: 0 0 10px 0 #E70012;

}
.fixedBtn.is-fixed {
  display: block;
}
@media screen and (min-width: 1080px) {
  .fixedBtn {
    display: none !important;
  }
}.pagetop {
  bottom: 30px;
  display: none;
  position: fixed;
  right: 20px;
  transition: opacity 0.3s ease;
}
.pagetop:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1079.9px) {
  .pagetop {
    bottom: 94px;
    right: 10px;
  }
  .pagetop a img {
    height: 60px;
    width: 60px;
  }
}

/* ポップ */
.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.popup__overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.popup__wrapper {
  position: relative;
  width: calc((358 / 375) * 100%);
  max-width: 360px;
  box-sizing: border-box;
  transform: scale(0.9);
  transition: transform 0.4s ease;
}

.popup__overlay.is-visible .popup__wrapper {
  transform: scale(1);
}

.popup__img-container {
  width: 100%;
  overflow: hidden;
}

.popup__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popup__button-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #2257A7;
  border-radius: 50%;
  color: #2257A7;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding: 0;
}

.precaution__note__bold{
  font-weight: bold;
}
.precaution__txt-note{
  padding-left: 1.56rem;
  margin-top: 4px;
}
.__note_bold{
  font-weight: bold;
}

.note_center{
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/* 260915公開予定改修分 */
.limited__accordion{
  background: #fff;
  margin: 20px auto;
  box-shadow: 0 0 10px 0 rgba(0, 51, 90, 0.30);
}
.limited__accordion .info__accordion-cont .info__accordion-inner{
  margin-top: 20px;
}
.limited__accordion-ttl{
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
  text-align: center;
  color: #111;
  margin: 16px 0 12px;
}
.is-open .limited__accordion-btn{
  padding-bottom: 0;
}
.limited__accordion-whitearea{
  display: flex;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  border-radius: 8px;
  align-items: flex-start;
}
.limited__accordion-whitearea p{
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #111;
}
.limited__accordion-whitearea p:not(:last-of-type){
  margin-bottom: 4px;
}
.limited__accordion-img{
  width: 130px;
}
.limited__accordion-area{
  margin-bottom: 16px;
}
.__note .note__txt-red{
  color: #E83230;
}
.design__hr_2{
  margin: 20px auto;
}
.design__hr{
  margin: 48px 0;
}
.design__frame-ttl{
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background: linear-gradient(90deg, #3AADFF -6.66%, #764EE4 106.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 16px auto;
}

.design__frame{
  margin-top: 12px;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 15px;
  position: relative;
  position: relative;
}
.design__frame-txt{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  color: #111;
  text-align: center;
  margin: 22px 0 8px;
}
.design__frame-txt span{
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  background: linear-gradient(90deg, #2FC9E6 0%, #61ADEA 30%, #A28BE4 70%, #F47BA8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.design__btnLink{
  align-items: center;
  background-color: #2257A7;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 64px;
  padding: 4px 5% 4px 5%;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 100%;
  border-radius: 32px;
  background-color: #fff;
  border: 2px solid #2257A7;
  color: #2257A7;
  font-weight: 700;
  box-shadow: 0 0 10px 0 rgba(0, 66, 166, 0.80);
  text-align: center;
  margin: 24px 0 8px;
}
@media (hover: hover) {
  .design__btnLink:hover {
    opacity: 0.6;
  }
}
.design__btnLink:active {
  opacity: 0.6;
}
.design__btnLink .btnLink-icon {
  height: 24px;
  position: absolute;
  right: 21px;
}
.campaign_unique{
  background: linear-gradient(180deg, #AE1E29 0%, #7F1A22 100%);
  padding-bottom: 12px;
}
.campaign_unique .inner{
  padding-bottom: 0;
}
.campaign .inner{
  padding-top: 0;
  padding-bottom: 50px;
}
.campaign__numtxt{
  text-align: center;
  margin-top: 16px;
}
.campaign__frame-num,.campaign__frame-num--gold{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  background-clip: text !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px 0 5px;
}
.campaign__frame-num{
  background: linear-gradient(90deg, #6D9FEB 0%, #0955C6 100%);
}
.campaign__frame-num--gold{
  background: linear-gradient(90deg, #CAA762 0%, #7F5F2E 100%);
}
.campaign__frame-num span,.campaign__frame-num--gold span{
  font-size: 48px;
  font-family: Anton;
  font-weight: 400;
  line-height: 100%;
}
.info__accordion .campaign__accordion-btn{
  width: 144px;
  border-radius: 80px;
  border: 2px solid #2257A7;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 66, 166, 0.80);
  color: #2257A7;
  font-weight: 800;
  margin: 16px auto 16px;
}
.campaign__frame-ttl span{
  color: #2257A7;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  align-self: stretch;
}
.campaign__frame-ttl_blue{
  text-align: center;
  color: #2257A7;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  margin-top: -4px;
  line-height: normal;
}
.ftnum{
  font-family: Anton;
}
.campaign__frame-ttl_blue .small{
  font-size: 16px;
  font-weight: 800;
}
.campaign__frame-ttl_blue_txt_only{
  font-size: 22px;
  font-weight: 800;
  line-height: 140%;
}
.splide__slide_ttl{
  color: #111;
  text-align: center;
  align-self: stretch;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  margin-bottom: 16px;
}
.splide__slide_num{
  color: #2257A7;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; 
  margin-bottom: 4px;
}
.benefit__h2{
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 32px;
}
.splide__arrow svg{
  fill: #fff;
  height: 60px;
  width: 58px;
}
.splide__arrow--prev svg{
  transform: scaleX(1);
}
.splide__slide_thanksgift{
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #EFE8E0 0%, #F5F1EB 50%, #EFE8E0 100%);
    backdrop-filter: blur(7.5px);
    padding: 11.781px 31px 16.219px 31px;
    margin-top: 16px;
}
.splide__slide_thanksgift_df{
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 311/233;
  gap: 12px;
}
.splide__slide_thanksgift_name{
  color: #111;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.56px;
  margin-top: 6px;
}
.splide__slide_thanksgift_ttl{
  border-radius: 4px;
  background: linear-gradient(90deg, #6D9FEB 0%, #0955C6 100%);
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.splide__slide_thanksgift_ttl-gold{
  background: linear-gradient(90deg, #CAA762 0%, #7F5F2E 100%);
}
.splide__slide_thanksgift-txt{
  color: #111;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.48px;
}
.splide__slide .splide__slide_thanksgift_ttl_copyright{
  margin: 8px 0 16px;
  display: flex;
  margin-left: auto;
}
.payment__AnnualFee{
  padding: 24px 15px;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  background: #E9F1FB;
  backdrop-filter: blur(7.5px);
}
.payment__AnnualFee_ttl{
  display: flex;
  gap: 6px;
  justify-content: center;
  line-height: 1.3;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.payment__AnnualFee_mainttl{
  color: #2257A7;
  font-size: 36px;
  font-weight: 800;
  line-height: 100%;
  text-align: center;
  margin-bottom: 12px;
}
.payment__AnnualFee_subttl{
  color: #111;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  padding-top: 4px;
}
.payment__AnnualFee_subttl span{
  font-size: 24px;
  font-weight: 400;
}
.point__area{
  display: flex;
  gap: 16px;
  padding: 24px 15px;
  text-align: center;
  justify-content: center;
  border-radius: 8px;
  background: #E9F1FB;
  backdrop-filter: blur(7.5px);
  margin-top: 16px;
}
.point__area .point__area-label{
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(90deg, #6D9FEB 0%, #0955C6 100%);
  padding: 8px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin-bottom: 12px;
  font-weight: 800;
}
.point__area .point__area-num_pt{
  display: flex;
  gap: 6px;
  justify-content: center;
  line-height: 1.3;
  position: relative;
  text-align: center;
  margin-bottom: -7px;
  font-weight: 400;
}
.point__area .point__area-arrow{
  width: 24px;
  height: 24px;
  margin-bottom: -2px;
}
.point__area-txt{
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%; 
  background: linear-gradient(90deg, #6D9FEB 0%, #0955C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}
.point__area-num{
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%; 
  background: linear-gradient(90deg, #6D9FEB 0%, #0955C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -10px;
}
.point__area-num span{
  font-size: 16px;
  font-weight: 800;
}
.point__area-num_pt{
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  color: #2257A7;
  margin-top: -3px;
}
.point__area-num_pt span{
  font-size: 24px;
}
.point__area .point__area-label-gold{
  background: linear-gradient(90deg, #CAA762 0%, #7F5F2E 100%);
}
.point__area-txt-gold,
.point__area-num-gold{
  background: linear-gradient(90deg, #CAA762 0%, #7F5F2E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.precaution__lead_txt{
  border: 1px solid #E70012;
  width: 315px;
  padding: 8px 16px;
  color: #E70012;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 140%; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.design__card-marvel{
  border-radius: 8px;
  background: #FFF;
  padding: 104.03px 15px 31.97px;
  position: relative;
  margin-top: 77px;
}
.design__card-marvel img{
  width: 240px;
  height: 151.729px;
  aspect-ratio: 87/55;
  box-shadow: 0 0 40px 0 rgba(231, 0, 18, 0.80), 0 0 20px 0 rgba(231, 0, 18, 0.80), 0 0 10px 0 #E70012;
  position: absolute;
  inset: 0;
  margin: -77px auto 0;
  border-radius: 9px;
}
.design__card-marvel a{
  display: flex;
  padding: 20px 0 20px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 80px;
  background: #E70012;
  box-shadow: 0 0 10px 0 rgba(0, 66, 166, 0.80);
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .design__card-marvel a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.design__card-marvel a:active {
  opacity: 0.6;
  cursor: pointer;
}
.design__card-txt-marvel{
  color: #FFF;
text-align: center;
font-size: 16px;
font-weight: 800;
line-height: 140%;
}
.design__card-marvel a .btnLink-icon{
  height: 24px;
  position: absolute;
  right: 38px;
}
.kv-caution{
  background-color: #020202;
  padding: 4px 15px 0 15px;
  color: #fff;
}
.kv-caution .kv__note{
  margin-top: 0;
  display: flex;
  justify-content: center;
}
.kv-caution .kv__note li{
  color: #FFF;
  font-size: 10px;
  font-weight: 300;
  line-height: 160%;
}
.campaign-prize{
  border-radius: 8px;
  background: #EFE8E0;
  padding: 24px 15px;
}
.campaign-prize__ttl{
  color: #111;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 160%;
}
.campaign-prize_img{
  margin: 8px auto;
}
.campaign-prize__txt{
  color: #111;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 160%;
  margin-bottom: 6px;
}
.campaign-prize_whitearea{
  border-radius: 8px;
  background: #FFF;
  display: flex;
  padding: 24px 15px;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
}
.campaign-prize_whitearea .campaign-prize__label--gold,
.campaign-prize_whitearea .campaign-prize__label{
  width: auto;
  padding: 8px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 100%;
  margin: 0px 0 8px; 
}
.campaign-prize_whitearea img{
  height: 76.883px;
}