@charset "UTF-8";
/* ========================================
   summer26_visa.html 専用スタイル
   ======================================== */
/* ========================================
   追従設定（個別設定）
   ======================================== */
.floating__campaign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #272727;
  background-color: #fff;
  color: #272727;
  text-decoration: none;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 20px 10px;
  font-size: 13px;
  font-weight: 600;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .floating__campaign:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .floating__campaign {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    width: 100%;
    height: 13.3333333333vw;
    padding: 1.3333333333vw 1.3333333333vw;
    font-size: 3.2vw;
    text-align: center;
    line-height: 1.5;
  }
}
.floating__campaign {
  color: #fff;
  line-height: 1.07;
  background-color: #272727;
  position: relative;
  padding-bottom: 30px;
}
.floating__campaign::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: url(../img/icon-modal-side.svg) no-repeat 0 0/100% auto;
}
.floating__campaign span {
  display: inline-block;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .floating__campaign {
    padding-bottom: 1.3333333333vw;
    line-height: 1.3;
  }
  .floating__campaign::after {
    bottom: inherit;
    left: inherit;
    right: 5.3333333333vw;
    width: 1.9733333333vw;
    height: 2.32vw;
  }
  .floating__campaign span {
    padding-bottom: 0;
  }
}
.floating__brand-select {
  position: fixed;
  bottom: 0;
  z-index: 401;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: #c80019;
  color: #fff;
  border: 2px solid #c80019;
  font-size: 21px;
  transition: opacity 0.4s ease;
}
.floating__brand-select span {
  display: inline-block;
  position: relative;
  padding-right: 38px;
  font-weight: 600;
}
.floating__brand-select span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background: url(../img/icon-arrow-left-double.svg) no-repeat 0 0/100% auto;
}
@media (hover: hover) and (pointer: fine) {
  .floating__brand-select:hover {
    background-color: #fff;
    color: #c80019;
  }
  .floating__brand-select:hover span::before {
    background: url(../img/icon-arrow-left-double-red.svg) no-repeat 0 0/100% auto;
  }
}
@media screen and (max-width: 767px) {
  .floating__brand-select {
    width: 55%;
    flex: none;
    height: 13.3333333333vw;
    font-size: 4vw;
  }
  .floating__brand-select span {
    display: inline-block;
    position: relative;
    padding-right: 8vw;
  }
  .floating__brand-select span::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background: url(../img/icon-arrow-down-double-white.svg) no-repeat 0 0/100% auto;
  }
}

/* ========================================
   詳細タブ共通
   ======================================== */
.tabs-btns {
  display: flex;
}
.tabs-btns a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 58px;
  background-color: #fac1a3;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.tabs-btns a.tab-active {
  background-color: #c80019;
  color: #fff;
}
.tabs-btns a.active {
  background-color: #c80019;
  color: #fff;
}
.tabs-btns a + a {
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .tabs-btns a {
    height: 10.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1.2;
  }
  .tabs-btns a + a {
    margin-left: 0.5333333333vw;
  }
}

.tab-body {
  min-height: 710px;
  padding: 80px 80px 90px;
  background-color: #fff;
  color: #272727;
}
.tab-body__note {
  font-size: 17px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .tab-body {
    padding: 80px 1.5em 90px;
  }
}
@media screen and (max-width: 767px) {
  .tab-body {
    padding: 4.6666666667vw 4vw 8vw;
  }
  .tab-body__note {
    font-size: 2.9333333333vw;
  }
}
.tab-body__expandable {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  padding: 0 0 20px;
}
.tab-body__expandable.is-expanded .tab-body__expandable {
  max-height: 1000px;
}
.tab-body__expandable.is-expanded .tab-body__expandable::after {
  opacity: 0;
}
.tab-body__expandable ul {
  line-height: 1.64;
  font-size: 14px;
}
.tab-body__expandable ul:first-child {
  padding-top: 20px;
}
.tab-body__expandable ul + ul {
  margin-top: 1.5em;
}
.tab-body__expandable ul li {
  text-indent: -1em;
  margin-left: 1em;
  font-feature-settings: "palt";
}
.tab-body__expandable ul li .txt-link-blank {
  margin-left: 0;
  text-indent: 0;
}
.tab-body__expandable::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.is-expanded .tab-body__expandable {
  height: 100%;
}
.is-expanded .tab-body__expandable::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .tab-body__expandable {
    padding: 0;
  }
  .tab-body__expandable ul {
    font-size: 2.9333333333vw;
  }
  .tab-body__expandable ul:first-child {
    padding-top: 5.3333333333vw;
  }
  .tab-body__expandable::after {
    width: 100%;
    height: 18.6666666667vw;
  }
  .is-expanded .tab-body__expandable {
    height: 100%;
  }
}
.tab-body.is-expanded .sp-campaign__toggle {
  margin-top: auto;
}
.tab-body__toggle {
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tab-body__toggle {
    padding-top: 2.6666666667vw;
  }
}
.tab-body__toggle-btn {
  min-width: 180px;
  height: 38px;
  padding: 0 20px;
  border: 1px solid #272727;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
}
@media (hover: hover) {
  .tab-body__toggle-btn:hover {
    background: #e9e9e9;
  }
}
@media screen and (max-width: 767px) {
  .tab-body__toggle-btn {
    min-width: 29.0666666667vw;
    height: 6.1333333333vw;
    padding: 0 2.6666666667vw;
    font-size: 2.6666666667vw;
    gap: 1.6vw;
  }
}
.tab-body__toggle-label {
  position: relative;
}
.tab-body__toggle-label--open, .tab-body__toggle-label--close {
  display: block;
}
.tab-body__toggle-label--close {
  display: none;
}
.is-expanded .tab-body__toggle-label--open {
  display: none;
}
.is-expanded .tab-body__toggle-label--close {
  display: block;
}
.tab-body__toggle-icon {
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.tab-body__toggle-icon::before, .tab-body__toggle-icon::after {
  content: "";
  position: absolute;
  background: #272727;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.tab-body__toggle-icon::before {
  width: 11px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tab-body__toggle-icon::after {
  width: 1px;
  height: 11px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.is-expanded .tab-body__toggle-icon::after {
  opacity: 0;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .tab-body__toggle-icon {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    right: 2vw;
  }
  .tab-body__toggle-icon::before {
    width: 1.8666666667vw;
    height: 1px;
  }
  .tab-body__toggle-icon::after {
    height: 1.8666666667vw;
  }
}
.tab-body__point {
  margin: 50px auto 95px;
}
.tab-body__point-in {
  border: 10px solid #b96097;
}
.tab-body__point-in.connect {
  border-top: 0;
  margin-bottom: 43px;
  position: relative;
  border-top: 4px solid #b96097;
}
.tab-body__point-in.connect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 16px 0 16px;
  border-color: #b96097 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .tab-body__point-in.connect::before {
    border-width: 2.2666666667vw 2.1333333333vw 0 2.1333333333vw;
  }
}
.tab-body__point-in .ttl-point {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b96097;
}
.tab-body__point-in .ttl-point img {
  max-width: 460px;
}
.tab-body__point-in .ttl-card-select {
  width: 100%;
  height: 120px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b96097;
}
.tab-body__point-in .ttl-card-select img {
  max-width: 416px;
}
.tab-body__point-in .point-fig01 {
  max-width: 522px;
  margin: 0 auto;
  padding: 40px 1em;
}
.tab-body__point-in .point-fig02 {
  max-width: 524px;
  margin: 0 auto;
  padding: 40px 1em 50px;
}
.tab-body__point-in .point-fig03 {
  max-width: 518px;
  margin: 0 auto;
  padding: 35px 1em 50px;
}
.tab-body__point-in .point-fig01-normal {
  max-width: 522px;
  margin: 0 auto;
  padding: 40px 1em;
}
@media screen and (max-width: 767px) {
  .tab-body__point {
    margin: 8vw auto 8vw;
  }
  .tab-body__point-in {
    border: 1.3333333333vw solid #b96097;
  }
  .tab-body__point-in.connect {
    margin-bottom: 8vw;
  }
  .tab-body__point-in .ttl-point {
    height: 14.6666666667vw;
  }
  .tab-body__point-in .ttl-point img {
    max-width: 70vw;
  }
  .tab-body__point-in .ttl-card-select {
    height: 14.6666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .tab-body__point-in .ttl-card-select img {
    max-width: 63.2vw;
  }
  .tab-body__point-in .point-fig01 {
    padding: 3.7333333333vw 3.7333333333vw 4.6666666667vw;
  }
  .tab-body__point-in .point-fig02 {
    padding: 5.3333333333vw 3.7333333333vw 8.6666666667vw;
  }
  .tab-body__point-in .point-fig03 {
    padding: 3.7333333333vw 3.7333333333vw 8.6666666667vw;
  }
  .tab-body__point-in .point-fig01-normal {
    padding: 3.7333333333vw 3.7333333333vw 4.6666666667vw;
  }
}
.tab-body__point-cta {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .tab-body__point-cta {
    margin-bottom: 7.6vw;
  }
}
@keyframes cta-btn-animation {
  0% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  20% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  40% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
}
.tab-body {
  /* 詳細タブ内のボタン */
}
.tab-body .btn-cta {
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  animation: cta-btn-animation 1s infinite;
}
@media (hover: hover) {
  .tab-body .btn-cta:hover {
    animation: none;
    box-shadow: none;
  }
}

/* --- カード選択 / 特典詳細 --- */
.sec-card-select {
  padding: 105px 0 80px;
  background-color: #fde8de;
}
.sec-card-select h2.ttl-underline {
  margin-bottom: 74px;
}
.sec-card-select__btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-card-select {
    padding: 10.6666666667vw 0 8.6666666667vw;
  }
  .sec-card-select h2.ttl-underline {
    margin-bottom: 8vw;
  }
}

.card-select {
  display: flex;
  margin-bottom: 40px;
}
.card-select__img {
  width: 100%;
  max-width: 384px;
}
.card-select__in {
  margin-left: 60px;
}
.card-select__modal {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.46;
  width: 210px;
  height: 38px;
  border: 1px solid #272727;
  text-decoration: none;
  margin-bottom: 30px;
  position: relative;
}
.card-select__modal span::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url(../img/icon-modal-black.svg);
}
.card-select__title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.26;
  margin-bottom: 30px;
}
.card-select__cost {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.22;
}
.card-select__note {
  font-size: 14px;
  margin-top: 10px;
  font-feature-settings: "palt";
}

.ttl-bg {
  text-align: center;
  margin-bottom: 38px;
  width: 100%;
  background: #fde8de;
  padding: 30px 10px;
  font-size: 1.7em;
  font-weight: 500;
}

.benefits-step {
  margin-bottom: 60px;
}

.benefits-list figure + figure {
  margin-top: 25px;
}

.benefits-chance {
  margin: 25px auto 20px;
}

@media screen and (max-width: 767px) {
  .card-select {
    display: flex;
    margin-bottom: 5.3333333333vw;
    position: relative;
  }
  .card-select__img {
    max-width: 37.7333333333vw;
  }
  .card-select__in {
    margin-left: 4.8vw;
  }
  .card-select__modal {
    font-size: 2.6666666667vw;
    width: 100%;
    height: 6.1333333333vw;
    border: 1px solid #272727;
    margin-bottom: 2.6666666667vw;
  }
  .card-select__modal span {
    padding-right: 1.8666666667vw;
  }
  .card-select__modal span::after {
    right: 1.8666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .card-select__title {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .card-select__cost {
    font-size: 2.9333333333vw;
  }
  .card-select__note {
    font-size: 2.1333333333vw;
    margin-top: 1.3333333333vw;
    position: absolute;
    bottom: -3.7333333333vw;
    left: 0;
  }
  .ttl-bg {
    font-size: 3.4666666667vw;
    margin-bottom: 3.0666666667vw;
    padding: 2.6666666667vw 0;
  }
  .benefits-step {
    margin-bottom: 4vw;
  }
  .benefits-list figure + figure {
    margin-top: 2.6666666667vw;
  }
  .benefits-chance {
    margin: 4vw auto 4vw;
  }
}
/* --- キャンペーン --- */
.sec-campaign {
  padding: 60px 0 80px;
  background-color: #fde8de;
}
.sec-campaign h2.ttl-underline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec-campaign {
    padding: 10.6666666667vw 0 8.6666666667vw;
  }
  .sec-campaign h2.ttl-underline {
    margin-bottom: 8vw;
  }
}

/* 会員限定キャンペーン */
.sp-campaign {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .sp-campaign {
    grid-template-columns: repeat(1, 1fr);
    gap: 7.2vw;
  }
}
.sp-campaign__head {
  text-align: center;
}
.sp-campaign__head--has-only {
  margin-top: -16px;
}
@media screen and (max-width: 767px) {
  .sp-campaign__head {
    display: flex;
    position: relative;
    justify-content: center;
    right: 0;
  }
  .sp-campaign__head--has-only {
    margin-top: 0;
  }
}
.sp-campaign__only {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #272727;
  padding: 2px 10px;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sp-campaign__only {
    font-size: 3.2vw;
    margin-bottom: 0;
    margin-right: 0.8vw;
  }
}
.sp-campaign__title {
  font-weight: 700;
  font-size: 22px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .sp-campaign__title {
    font-size: 3.6vw;
  }
}
.sp-campaign__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 14px;
  border: 1.5px solid #c80019;
  padding: 40px 30px 35px;
  position: relative;
}
.sp-campaign__item .benefit-flag {
  position: absolute;
  top: -12px;
  left: 20px;
  width: 65px;
}
@media screen and (max-width: 767px) {
  .sp-campaign__item {
    border-radius: 2.6666666667vw;
    border: 1.5px solid #c80019;
    padding: 4vw 4vw 5.3333333333vw;
  }
  .sp-campaign__item .benefit-flag {
    position: absolute;
    top: -1.0666666667vw;
    left: 3.8666666667vw;
    width: 8.6666666667vw;
  }
}
.sp-campaign__conditions {
  margin: 20px auto 15px;
}
.sp-campaign__lead {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 15px;
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .sp-campaign__lead {
    font-size: 3.4666666667vw;
    margin-bottom: 4vw;
  }
}
.sp-campaign__benefit {
  margin-top: 28px;
  text-align: center;
}
.sp-campaign__benefit-main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-campaign__benefit-max02 {
  width: 17px;
  height: auto;
  display: block;
  padding-top: 14px;
  margin-right: 5px;
}
.sp-campaign__benefit-head01 {
  width: 70px;
  height: auto;
  display: block;
  padding-top: 12px;
}
.sp-campaign__benefit-head02 {
  width: 18px;
  height: auto;
  display: block;
  margin-right: 5px;
}
.sp-campaign__benefit-number {
  width: auto;
  max-width: 140px;
  display: block;
  margin: 0 8px -4px 6px;
}
.sp-campaign__benefit-number.txt-3000 {
  max-width: 195px;
}
.sp-campaign__benefit-number.txt-1000 {
  max-width: 189px;
}
.sp-campaign__benefit-number.txt-5500 {
  max-width: 193px;
}
.sp-campaign__benefit-number.txt-500 {
  max-width: 127px;
}
.sp-campaign__benefit-chance01 {
  width: 116px;
  height: auto;
  display: block;
}
.sp-campaign__benefit-chance02 {
  width: 143px;
  height: auto;
  display: block;
  margin-left: 5px;
}
.sp-campaign__benefit-note {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.21;
  text-align: center;
}
.sp-campaign__center {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.sp-campaign__list li {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}
.sp-campaign__notes {
  margin-top: 20px;
}
.sp-campaign__notes li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sp-campaign__benefit {
    margin-top: 3.7333333333vw;
  }
  .sp-campaign__benefit-max02 {
    width: 3.7333333333vw;
    padding-top: 0;
    margin-right: 0.6666666667vw;
  }
  .sp-campaign__benefit-head01 {
    width: 13.8666666667vw;
    padding-top: 1.3333333333vw;
  }
  .sp-campaign__benefit-head02 {
    width: 2.6666666667vw;
    margin-right: 0.6666666667vw;
  }
  .sp-campaign__benefit-number {
    max-width: 26.6666666667vw;
    margin: 0 1.0666666667vw -0.5333333333vw 0.8vw;
  }
  .sp-campaign__benefit-number.txt-3000 {
    max-width: 26.8vw;
  }
  .sp-campaign__benefit-number.txt-1000 {
    max-width: 26vw;
  }
  .sp-campaign__benefit-number.txt-5500 {
    max-width: 26.6666666667vw;
  }
  .sp-campaign__benefit-number.txt-500 {
    max-width: 17.4666666667vw;
  }
  .sp-campaign__benefit-chance01 {
    width: 20vw;
  }
  .sp-campaign__benefit-chance02 {
    width: 20vw;
    margin-left: 0.6666666667vw;
  }
  .sp-campaign__benefit-note {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
  .sp-campaign__center {
    margin-bottom: 4vw;
    font-size: 3.2vw;
  }
  .sp-campaign__list li {
    font-size: 3.2vw;
  }
  .sp-campaign__notes li {
    font-size: 2.9333333333vw;
  }
}
.sp-campaign__expandable {
  position: relative;
  overflow: hidden;
  max-height: 90px;
  transition: max-height 0.4s ease;
}
.sp-campaign__expandable::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.is-expanded .sp-campaign__expandable {
  height: 100%;
}
.is-expanded .sp-campaign__expandable::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .sp-campaign__expandable {
    max-height: 18vw;
  }
  .sp-campaign__expandable::after {
    width: 100%;
    height: 18.6666666667vw;
  }
  .is-expanded .sp-campaign__expandable {
    max-height: 46.6666666667vw;
    height: 100%;
  }
}
.sp-campaign.is-expanded .sp-campaign__toggle {
  margin-top: auto;
}
.sp-campaign__toggle {
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sp-campaign__toggle {
    margin-top: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}
.sp-campaign__toggle-btn {
  min-width: 180px;
  height: 38px;
  padding: 0 20px;
  border: 1px solid #272727;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
}
@media (hover: hover) {
  .sp-campaign__toggle-btn:hover {
    background: #e9e9e9;
  }
}
@media screen and (max-width: 767px) {
  .sp-campaign__toggle-btn {
    min-width: 29.0666666667vw;
    height: 6.1333333333vw;
    padding: 0 2.6666666667vw;
    font-size: 2.6666666667vw;
    gap: 1.6vw;
  }
}
.sp-campaign__toggle-label {
  position: relative;
}
.sp-campaign__toggle-label--open, .sp-campaign__toggle-label--close {
  display: block;
}
.sp-campaign__toggle-label--close {
  display: none;
}
.is-expanded .sp-campaign__toggle-label--open {
  display: none;
}
.is-expanded .sp-campaign__toggle-label--close {
  display: block;
}
.sp-campaign__toggle-icon {
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.sp-campaign__toggle-icon::before, .sp-campaign__toggle-icon::after {
  content: "";
  position: absolute;
  background: #272727;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.sp-campaign__toggle-icon::before {
  width: 11px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sp-campaign__toggle-icon::after {
  width: 1px;
  height: 11px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.is-expanded .sp-campaign__toggle-icon::after {
  opacity: 0;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .sp-campaign__toggle-icon {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    right: 2vw;
  }
  .sp-campaign__toggle-icon::before {
    width: 1.8666666667vw;
    height: 1px;
  }
  .sp-campaign__toggle-icon::after {
    height: 1.8666666667vw;
  }
}
.sp-campaign__link {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sp-campaign__link {
    margin-top: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .sp-campaign__item {
    padding: 40px 1em 35px;
  }
  .sp-campaign__title {
    font-size: 2.037037037vw;
  }
  .sp-campaign__lead {
    font-size: 2.037037037vw;
  }
  .sp-campaign__benefit-number.txt-3000 {
    max-width: 18.0555555556vw;
  }
  .sp-campaign__benefit-number.txt-1000 {
    max-width: 17.5vw;
  }
  .sp-campaign__benefit-number.txt-5500 {
    max-width: 17.8703703704vw;
  }
  .sp-campaign__benefit-number.txt-500 {
    max-width: 11.7592592593vw;
  }
  .sp-campaign__benefit-chance01 {
    width: 10.7407407407vw;
  }
  .sp-campaign__benefit-chance02 {
    width: 13.2407407407vw;
  }
  .sp-campaign__benefit-head01 {
    width: 6.4814814815vw;
  }
  .sp-campaign__benefit-head02 {
    width: 1.6666666667vw;
  }
  .sp-campaign__benefit-max02 {
    width: 1.5740740741vw;
  }
  .sp-campaign__only {
    font-size: 2.2222222222vw;
  }
}

[data-tab-campaign] {
  display: none;
}
[data-tab-campaign]:first-of-type {
  display: grid;
}

/* --- 申込フロー --- */
.sec-flow {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .sec-flow {
    padding: 8vw 0 8vw;
  }
}
.sec-flow__expandable {
  position: relative;
  overflow: hidden;
  max-height: 470px;
  transition: max-height 0.4s ease;
}
.sec-flow__expandable::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.is-expanded .sec-flow__expandable {
  height: 100%;
}
.is-expanded .sec-flow__expandable::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .sec-flow__expandable {
    max-height: 64vw;
  }
  .sec-flow__expandable::after {
    width: 100%;
    height: 18.6666666667vw;
  }
  .is-expanded .sec-flow__expandable {
    max-height: 46.6666666667vw;
    height: 100%;
  }
}
.sec-flow.is-expanded .sp-campaign__toggle {
  margin-top: auto;
}
.sec-flow__toggle {
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-flow__toggle {
    margin-top: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}
.sec-flow__toggle-btn {
  min-width: 180px;
  height: 38px;
  padding: 0 20px;
  border: 1px solid #272727;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
  margin-top: 90px;
}
@media (hover: hover) {
  .sec-flow__toggle-btn:hover {
    background: #e9e9e9;
  }
}
@media screen and (max-width: 767px) {
  .sec-flow__toggle-btn {
    min-width: 29.0666666667vw;
    height: 6.1333333333vw;
    padding: 0 2.6666666667vw;
    font-size: 2.6666666667vw;
    gap: 1.6vw;
    margin-top: 5.3333333333vw;
  }
}
.sec-flow__toggle-label {
  position: relative;
}
.sec-flow__toggle-label--open, .sec-flow__toggle-label--close {
  display: block;
}
.sec-flow__toggle-label--close {
  display: none;
}
.is-expanded .sec-flow__toggle-label--open {
  display: none;
}
.is-expanded .sec-flow__toggle-label--close {
  display: block;
}
.sec-flow__toggle-icon {
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.sec-flow__toggle-icon::before, .sec-flow__toggle-icon::after {
  content: "";
  position: absolute;
  background: #272727;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.sec-flow__toggle-icon::before {
  width: 11px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec-flow__toggle-icon::after {
  width: 1px;
  height: 11px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.is-expanded .sec-flow__toggle-icon::after {
  opacity: 0;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .sec-flow__toggle-icon {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    right: 2vw;
  }
  .sec-flow__toggle-icon::before {
    width: 1.8666666667vw;
    height: 1px;
  }
  .sec-flow__toggle-icon::after {
    height: 1.8666666667vw;
  }
}

/* --- よくあるご質問 --- */
.sec-faq {
  padding: 100px 0 0;
  background-color: #fde8de;
}
.sec-faq h2.ttl-underline {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sec-faq {
    padding: 10.6666666667vw 0 8.6666666667vw;
  }
  .sec-faq h2.ttl-underline {
    margin-bottom: 8vw;
  }
}

.faq .accordion {
  width: 100%;
}
.faq .accordion dt {
  display: flex;
  align-items: center;
  min-height: 116px;
  padding: 28px 60px 28px 24px;
  background-color: #fff;
  font-size: 22px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  transition: background 0.2s;
}
.faq .accordion dt::before, .faq .accordion dt::after {
  content: "";
  position: absolute;
  background: #272727;
  right: 32px;
  top: 50%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.faq .accordion dt::before {
  width: 18px;
  height: 2px;
  transform: translateX(50%) translateY(-50%);
}
.faq .accordion dt::after {
  width: 2px;
  height: 18px;
  transform: translateX(50%) translateY(-50%);
}
.faq .accordion dt.active {
  background: #f0f0f0;
}
.faq .accordion dt.active::after {
  opacity: 0;
  transform: translateX(50%) translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .faq .accordion dt {
    min-height: 116px;
    padding: 4vw 13.3333333333vw 4vw 4.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.faq .accordion dd {
  display: none;
  padding: 35px;
  background-color: #fff;
  border-bottom: 2px solid #dcdcdc;
}
.faq .accordion dd p {
  font-size: 17px;
  font-feature-settings: "palt";
  line-height: 1.5;
}
.faq .accordion dd p + p {
  margin-top: 1.3em;
}
.faq .accordion dd a {
  text-decoration: underline;
}
@media (hover: hover) {
  .faq .accordion dd a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .faq .accordion dd {
    padding: 4vw 4.6666666667vw 6.6666666667vw 4.6666666667vw;
  }
  .faq .accordion dd p {
    font-size: 3.7333333333vw;
  }
}
.faq .accordion__link {
  text-align: center;
  margin-top: 45px;
}
.faq .accordion__link a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .faq .accordion__link {
    margin-top: 6vw;
  }
}/*# sourceMappingURL=summer26_amex.css.map */