@charset "UTF-8";
/* ========================================
   autumn26_jcb.html 専用スタイル
   ======================================== */
/* ========================================
   追従設定（個別設定）
   ======================================== */
.floating__campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #272727;
  background-color: #fff;
  color: #272727;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 20px 10px;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .floating__campaign:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .floating__campaign {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    width: 100%;
    height: 13.3333333333vw;
    padding: 1.3333333333vw 1.3333333333vw;
    font-size: max(12px, 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%;
  -webkit-transform: translateX(-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: 4vw;
    width: 2.8vw;
    height: 2.8vw;
    min-width: 10px;
    min-height: 10px;
  }
  .floating__campaign span {
    padding-bottom: 0;
  }
}
.floating__brand-select {
  position: fixed;
  bottom: 0;
  z-index: 401;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: #c80019;
  color: #fff;
  border: 2px solid #c80019;
  font-size: 21px;
  -webkit-transition: opacity 0.4s ease;
  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%;
  -webkit-transform: translateY(-50%);
  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: #c80019 !important;
    color: #fff !important;
    opacity: 0.85;
  }
}
@media screen and (max-width: 767px) {
  .floating__brand-select {
    width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 13.3333333333vw;
    font-size: max(12px, 3.2vw);
  }
  .floating__brand-select span {
    display: inline-block;
    position: relative;
    padding-right: 5vw;
    text-align: center;
    line-height: 1.25;
  }
  .floating__brand-select span::before {
    width: 1.9733333333vw;
    height: 2.32vw;
    background: url(../img/icon-arrow-down-double-white.svg) no-repeat 0 0/100% auto;
  }
}

.floating__brand-select.is-modal span::before {
  width: 20px;
  height: 18px;
  background: url(../img/icon-modal-white.svg) no-repeat center center/contain !important;
}
.floating__brand-select.is-blank span::before {
  width: 17px;
  height: 17px;
  background: url(../img/icon-blank-white.svg) no-repeat center center/contain !important;
}
@media (hover: hover) and (pointer: fine) {
  .floating__brand-select.is-modal:hover span::before {
    background: url(../img/icon-modal-white.svg) no-repeat center center/contain !important;
  }
  .floating__brand-select.is-blank:hover span::before {
    background: url(../img/icon-blank-white.svg) no-repeat center center/contain !important;
  }
}
@media screen and (max-width: 767px) {
  .floating__brand-select.is-modal span::before,
  .floating__brand-select.is-blank span::before {
    width: 2.8vw;
    height: 2.8vw;
    min-width: 10px;
    min-height: 10px;
  }
}

/* ========================================
   詳細タブ共通
   ======================================== */
.tabs-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs-btns a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: 768px) {
  .tabs-btns {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }
  .tabs-btns::-webkit-scrollbar {
    height: 4px;
  }
  .tabs-btns::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
  }
  .tabs-btns a {
    height: 10.6666666667vw;
    font-size: max(11px, 2.9333333333vw);
    line-height: 1.2;
    flex: 0 0 32% !important;
    min-width: 100px;
  }
  .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;
}
.card-select + .tab-body__cta.beforeCpn {
  margin-top: 20px;
  margin-bottom: 30px;
}
.tab-body__toggle + .tab-body__cta.beforeCpn {
  margin-top: 50px;
  margin-bottom: 0;
}
@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: max(11px, 2.9333333333vw);
  }
}
.tab-body__expandable {
  position: relative;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0 0 20px;
}
.tab-body.is-expanded .tab-body__expandable {
  max-height: 1000px;
}
.tab-body.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;
  -webkit-font-feature-settings: 'palt';
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  -webkit-transition: opacity 0.3s ease;
  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: max(11px, 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  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: max(10px, 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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tab-body__toggle-icon::before,
.tab-body__toggle-icon::after {
  content: '';
  position: absolute;
  background: #272727;
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
}
.tab-body__toggle-icon::before {
  width: 11px;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tab-body__toggle-icon::after {
  width: 1px;
  height: 11px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.is-expanded .tab-body__toggle-icon::after {
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
  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%;
  -webkit-transform: translateX(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .tab-body__point-cta {
    margin-bottom: 7.6vw;
  }
}
@-webkit-keyframes cta-btn-animation {
  0% {
    top: 0px;
  }
  10% {
    top: 3px;
  }
  20% {
    top: 0px;
  }
  30% {
    top: 3px;
  }
  40% {
    top: 0px;
  }
}
@keyframes cta-btn-animation {
  0% {
    top: 0px;
  }
  10% {
    top: 3px;
  }
  20% {
    top: 0px;
  }
  30% {
    top: 3px;
  }
  40% {
    top: 0px;
  }
}

/* --- カード選択 / 特典詳細 --- */
.tab-body .btn-cta {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  -webkit-animation: cta-btn-animation 1s infinite;
  animation: cta-btn-animation 1s infinite;
}
@media (hover: hover) {
  .tab-body .btn-cta:hover {
    background-color: #c80019 !important;
    color: #fff !important;
  }
}

/* --- カード選択 / 特典詳細 --- */
.sec-card-select {
  padding: 105px 0 80px;
  background-color: #fde8de;
}
.sec-card-select h2.ttl-underline {
  margin-bottom: 74px;
}
.sec-card-select__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.card-select__img {
  width: 100%;
  max-width: 384px;
}
.card-select__in {
  margin-left: 60px;
}
.card-select__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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%;
  -webkit-transform: translateY(-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;
  -webkit-font-feature-settings: 'palt';
  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-step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  margin: 20px 0 10px;
}

.benefits-step-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-balloon {
  position: relative;
  background: #ffffff;
  border: 3px solid #c80019;
  border-radius: 16px;
  padding: 10px 8px 8px;
  text-align: center;
  margin-bottom: -22px;
  width: 84%;
  max-width: 215px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.step-balloon::before,
.step-balloon::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.step-balloon::before {
  bottom: -14px;
  border-width: 14px 10px 0 10px;
  border-color: #c80019 transparent transparent transparent;
}

.step-balloon::after {
  bottom: -10px;
  border-width: 10px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}

.step-balloon__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.step-balloon__max {
  font-size: 14px;
  font-weight: 700;
  color: #c80019;
  margin-right: 3px;
}

.step-balloon__num {
  font-size: 36px;
  font-weight: 700;
  color: #c80019;
  letter-spacing: -0.03em;
  font-family: Arial, 'Helvetica Neue', sans-serif;
}

.step-balloon__label {
  font-size: 16px;
  font-weight: 700;
  color: #272727;
  margin-top: 5px;
}

.step-stage {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-stage--30 {
  height: 305px;
}

.step-stage--100 {
  height: 328px;
}

.step-stage--150 {
  height: 345px;
}

.step-stage__img {
  position: absolute;
  bottom: 115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  max-width: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

.step-stage__img--30 {
  height: 135px;
}

.step-stage__img--100 {
  height: 145px;
}

.step-stage__img--150 {
  height: 165px;
}

.step-stage__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.step-stage--30 .step-stage__block {
  background-color: #feeaeb;
  height: 200px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.step-stage--100 .step-stage__block {
  background-color: #d1eed3;
  height: 265px;
}

.step-stage--150 .step-stage__block {
  background-color: #fff3ca;
  height: 345px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.step-stage__amount {
  text-align: center;
  line-height: 1.25;
  width: 100%;
  z-index: 3;
}

.step-stage__val {
  font-size: 25px;
  font-weight: 700;
  color: #272727;
  letter-spacing: -0.02em;
}

.step-stage__tax {
  font-size: 15px;
  font-weight: 700;
}

.step-stage__sub {
  font-size: 15px;
  font-weight: 700;
  color: #272727;
  margin-top: 8px;
}

/* =========================================================
   Benefit Item Card Component (Device Font)
   ========================================================= */
.benefit-item-card {
  position: relative;
  border: 3px solid #c80019;
  border-radius: 16px;
  background: #ffffff;
  margin-top: 14px;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.benefit-flag {
  position: absolute;
  top: -14px;
  left: 20px;
  width: 64px;
  height: 76px;
  background: url('../img/benefit-flag-bg.svg') no-repeat center / contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  z-index: 10;
}

.benefit-flag__title {
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-top: -6px;
}

.benefit-flag__num {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
}

.benefit-item-card__header {
  text-align: center;
  padding: 20px 80px 18px;
}

.benefit-item-card__title {
  font-size: 25px;
  font-weight: 700;
  color: #272727;
  line-height: 1.3;
}

.benefit-item-card__note {
  font-size: 16px;
  font-weight: 400;
  vertical-align: super;
}

.benefit-item-card__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  overflow: hidden;
}

.benefit-item-card__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 10px 20px;
  text-align: center;
}

.benefit-item-card__col--30 {
  background-color: #feeaeb;
}

.benefit-item-card__col--100 {
  background-color: #d1eed3;
}

.benefit-item-card__col--150 {
  background-color: #fff3ca;
}

.benefit-item-card__miles {
  font-size: 44px;
  font-weight: 700;
  color: #c80019;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  letter-spacing: -0.03em;
  line-height: 1;
}

.benefit-item-card__unit {
  font-size: 19px;
  font-weight: 700;
  color: #272727;
  margin-top: 6px;
  letter-spacing: 0.05em;
}

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

/* =========================================================
   Benefits Chance Card Component (Device Font)
   ========================================================= */
.benefits-chance-card {
  position: relative;
  border: 2px solid #c80019;
  border-radius: 20px;
  background: #ffffff;
  padding: 32px 42px 28px;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: 4px 4px 0 #c80019;
}

.benefits-chance-card__arrow {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #c80019 transparent;
}

.benefits-chance-card__arrow::after {
  content: '';
  position: absolute;
  top: 3px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}

.benefits-chance-card__divider {
  border: none;
  border-top: 2px solid #c80019;
  margin: 20px 0;
}

.benefits-chance-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.benefits-chance-card__title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.benefits-chance-card__main-title {
  font-size: 22px;
  font-weight: 700;
  color: #272727;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.benefits-chance-card__badge {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #c80019;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 0;
  border-radius: 50px;
  margin-top: 6px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.benefits-chance-card__miles-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  margin: 0 10px;
}

.benefits-chance-card__max {
  font-size: 24px;
  font-weight: 800;
  color: #272727;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: 6px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.benefits-chance-card__miles {
  font-size: 76px;
  font-weight: 700;
  color: #c80019;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  letter-spacing: -0.03em;
  line-height: 1;
}

.benefits-chance-card__miles-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 800;
  color: #272727;
  margin-left: 10px;
  line-height: 1.25;
  white-space: nowrap;
}

.benefits-chance-card__icon-m {
  width: 58px;
  height: 58px;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
}

.benefits-chance-card__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 6px 0;
  gap: 6px;
}

.benefits-chance-card__dest-phrase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.benefits-chance-card__dest-sub {
  font-size: 20px;
  font-weight: 700;
  color: #c80019;
  margin-right: 10px;
  white-space: nowrap;
}

.benefits-chance-card__dest-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  white-space: nowrap;
}

.benefits-chance-card__dest-name {
  font-size: 56px;
  font-weight: 900;
  color: #c80019;
  margin-right: 6px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1;
}

.benefits-chance-card__dest-suffix {
  font-size: 34px;
  font-weight: 800;
  color: #272727;
  white-space: nowrap;
}

.benefits-chance-card__flight-info {
  font-size: 17px;
  font-weight: 700;
  color: #272727;
  white-space: nowrap;
}

.benefits-chance-card__flight-note {
  font-size: 11px;
  color: #666666;
  text-align: center;
  line-height: 1.4;
}

.benefits-chance-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
}

.benefits-chance-card__cond-tag {
  position: relative;
  background-color: #feeaeb;
  color: #c80019;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 14px 5px 10px;
  border-radius: 4px 0 0 4px;
  margin-right: 22px;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.benefits-chance-card__cond-tag::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 10px;
  border-color: transparent transparent transparent #feeaeb;
}

.benefits-chance-card__cond-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-chance-card__cond-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #272727;
  white-space: nowrap;
}

.benefits-chance-card__check-icon {
  width: 20px;
  height: 19px;
  background: url('../img/icon-check-bk.svg') no-repeat center / contain;
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.benefits-chance-card__cond-item.is-gray {
  color: #999999;
}

.benefits-chance-card__cond-item.is-gray .benefits-chance-card__check-icon {
  opacity: 0.4;
}

.text-highlight {
  color: #c80019;
  font-weight: 700;
}

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

@media screen and (max-width: 767px) {
  .card-select {
    display: -webkit-box;
    display: -ms-flexbox;
    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: 30px;
  }

  .benefits-step-box {
    gap: 0;
    margin: 10px 0;
  }

  .step-balloon {
    border-width: 2px;
    border-radius: 10px;
    padding: 5px 2px 3px;
    margin-bottom: -14px;
    width: 88%;
  }

  .step-balloon::before {
    bottom: -9px;
    border-width: 9px 6px 0 6px;
  }

  .step-balloon::after {
    bottom: -6px;
    border-width: 6px 4px 0 4px;
  }

  .step-balloon__max {
    font-size: 10px;
  }

  .step-balloon__num {
    font-size: 20px;
  }

  .step-balloon__label {
    font-size: 10px;
    margin-top: 1px;
  }

  .step-stage--30 {
    height: 202px;
  }

  .step-stage--100 {
    height: 215px;
  }

  .step-stage--150 {
    height: 225px;
  }

  .step-stage__img {
    bottom: 68px;
  }

  .step-stage__img--30 {
    height: 102px;
  }

  .step-stage__img--100 {
    height: 110px;
  }

  .step-stage__img--150 {
    height: 125px;
  }

  .step-stage__block {
    padding-bottom: 18px;
  }

  .step-stage--30 .step-stage__block {
    height: 125px;
  }

  .step-stage--100 .step-stage__block {
    height: 165px;
  }

  .step-stage--150 .step-stage__block {
    height: 225px;
  }

  .step-stage__val {
    font-size: 14px;
  }

  .step-stage__tax {
    font-size: 9px;
  }

  .step-stage__sub {
    font-size: 10px;
    margin-top: 5px;
  }
  .benefit-item-card {
    border-width: 2px;
    border-radius: 12px;
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .benefit-flag {
    top: -9px;
    left: 9px;
    width: 42px;
    height: 50px;
  }

  .benefit-flag__title {
    font-size: 11px;
    margin-top: -3px;
  }

  .benefit-flag__num {
    font-size: 15px;
    margin-top: 0px;
  }

  .benefit-item-card__header {
    padding: 11px 8px 9px 52px;
  }

  .benefit-item-card__title {
    font-size: 13px;
    letter-spacing: -0.02em;
  }

  .benefit-item-card__note {
    font-size: 10px;
  }

  .benefit-item-card__grid {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .benefit-item-card__col {
    padding: 14px 4px 12px;
  }

  .benefit-item-card__miles {
    font-size: 26px;
  }

  .benefit-item-card__unit {
    font-size: 12px;
    margin-top: 2px;
  }

  .benefits-list figure + figure {
    margin-top: 2.6666666667vw;
  }
  .benefits-chance-card {
    border-radius: 14px;
    padding: 16px 10px 14px;
    margin-top: 16px;
    margin-bottom: 16px;
    box-shadow: 3px 3px 0 #c80019;
  }

  .benefits-chance-card__arrow {
    top: -9px;
    border-width: 0 9px 9px 9px;
  }

  .benefits-chance-card__arrow::after {
    top: 2px;
    left: -7px;
    border-width: 0 7px 7px 7px;
  }

  .benefits-chance-card__divider {
    margin: 12px 0;
  }

  .benefits-chance-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 8px;
    width: 100%;
  }

  .benefits-chance-card__title-group {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .benefits-chance-card__main-title {
    font-size: 15px;
  }

  .benefits-chance-card__badge {
    font-size: 11px;
    padding: 2px 10px;
    margin-top: 0;
    width: auto;
    display: inline-block;
  }

  .benefits-chance-card__miles-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    white-space: nowrap;
  }

  .benefits-chance-card__max {
    font-size: 13px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 3px;
    letter-spacing: 0.05em;
  }

  .benefits-chance-card__miles {
    font-size: 52px;
    letter-spacing: -0.04em;
    line-height: 1;
  }

  .benefits-chance-card__miles-sub {
    font-size: 12px;
    margin-left: 3px;
    line-height: 1.2;
  }

  .benefits-chance-card__icon-m {
    width: 34px;
    height: 34px;
    margin-left: 4px;
  }

  .benefits-chance-card__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 4px;
  }

  .benefits-chance-card__dest-phrase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 2px;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
  }

  .benefits-chance-card__dest-sub {
    font-size: 15px;
    margin-right: 0;
  }

  .benefits-chance-card__dest-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .benefits-chance-card__dest-name {
    font-size: 32px;
    margin-right: 4px;
    letter-spacing: -0.02em;
  }

  .benefits-chance-card__dest-suffix {
    font-size: 20px;
  }

  @media screen and (max-width: 375px) {
    .benefits-chance-card__dest-name {
      font-size: 28px;
    }

    .benefits-chance-card__dest-suffix {
      font-size: 18px;
    }
  }

  .benefits-chance-card__flight-info {
    text-align: center;
    font-size: 11px;
    white-space: normal;
    line-height: 1.35;
  }

  .benefits-chance-card__flight-note {
    font-size: 10px;
    line-height: 1.35;
    color: #666666;
    text-align: center;
  }

  .benefits-chance-card__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .benefits-chance-card__cond-tag {
    font-size: 11px;
    padding: 2px 10px 2px 6px;
    margin-right: 0;
    margin-top: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .benefits-chance-card__cond-tag::after {
    border-width: 10px 0 10px 7px;
    right: -7px;
  }

  .benefits-chance-card__cond-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .benefits-chance-card__cond-item {
    font-size: 11px;
    white-space: nowrap;
  }

  .benefits-chance-card__cond-item:nth-child(3) {
    white-space: normal;
    line-height: 1.25;
    width: 100%;
  }

  .benefits-chance-card__check-icon {
    width: 15px;
    height: 14px;
    margin-right: 4px;
  }

  .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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .sp-campaign {
    -ms-grid-columns: 1fr;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    right: 0;
  }
  .sp-campaign__head--has-only {
    margin-top: 0;
  }
}
.sp-campaign__only {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: 11px;
    margin-bottom: 6px;
    margin-right: 0;
    padding: 1px 8px;
  }
}
.sp-campaign__title {
  font-weight: 700;
  font-size: 22px;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
@media screen and (max-width: 767px) {
  .sp-campaign__title {
    font-size: 15px;
  }
}
.sp-campaign__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 14px;
  border: 2px solid #c80019;
  padding: 40px 30px 35px;
  position: relative;
}
.sp-campaign__item .benefit-flag {
  position: absolute;
  top: -14px;
  left: 20px;
  width: 64px;
  height: 76px;
  background: url('../img/benefit-flag-bg.svg') no-repeat center / contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sp-campaign__item {
    border-radius: 12px;
    border: 2px solid #c80019;
    padding: 16px 14px 18px;
  }
  .sp-campaign__item .benefit-flag {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 46px;
    height: 55px;
  }
}

/* --- 特典マイル表示ボックス --- */
.sp-campaign__benefit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff8f8;
  border: 2px solid #feeaeb;
  border-radius: 12px;
  padding: 16px 14px 14px;
  margin-top: 18px;
  margin-bottom: 16px;
}

.sp-campaign__benefit-sub {
  font-size: 15px;
  font-weight: 700;
  color: #c80019;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}

.sp-campaign__benefit-main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}

.sp-campaign__benefit-num {
  font-size: 68px;
  font-weight: 700;
  color: #c80019;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  line-height: 1;
  letter-spacing: -0.03em;
}

.sp-campaign__benefit-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #272727;
  margin-left: 8px;
  line-height: 1.25;
  white-space: nowrap;
}

/* --- 獲得条件コンポーネント --- */
.sp-campaign__cond-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .sp-campaign__cond-box {
    min-height: 96px;
  }
}

.sp-campaign__cond-tag {
  position: relative;
  background-color: #feeaeb;
  color: #c80019;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 12px 4px 8px;
  border-radius: 4px 0 0 4px;
  margin-right: 18px;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sp-campaign__cond-tag::after {
  content: '';
  position: absolute;
  right: -9px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 9px;
  border-color: transparent transparent transparent #feeaeb;
}

.sp-campaign__cond-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sp-campaign__cond-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #272727;
  white-space: nowrap;
}

.sp-campaign__check-icon {
  width: 17px;
  height: 16px;
  background: url('../img/icon-check-bk.svg') no-repeat center / contain;
  margin-right: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .sp-campaign__benefit-box {
    padding: 12px 10px 10px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
  }

  .sp-campaign__benefit-sub {
    font-size: 13px;
    margin-bottom: 2px;
  }

  .sp-campaign__benefit-num {
    font-size: 54px;
  }

  .sp-campaign__benefit-unit {
    font-size: 13px;
    margin-left: 6px;
  }

  .sp-campaign__cond-box {
    padding: 8px 10px;
    margin-bottom: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }

  .sp-campaign__cond-tag {
    font-size: 11px;
    padding: 2px 10px 2px 6px;
    margin-right: 0;
    margin-top: 1px;
  }

  .sp-campaign__cond-tag::after {
    border-width: 10px 0 10px 7px;
    right: -7px;
  }

  .sp-campaign__cond-list {
    gap: 4px 10px;
  }

  .sp-campaign__cond-item {
    font-size: 11px;
  }

  .sp-campaign__check-icon {
    width: 14px;
    height: 13px;
    margin-right: 4px;
  }
}

.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;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .sp-campaign__lead {
    font-size: max(12px, 3.4666666667vw);
    margin-bottom: 4vw;
  }
}
.sp-campaign__benefit {
  margin-top: 28px;
  text-align: center;
}
.sp-campaign__benefit-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
  -webkit-transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.sp-campaign__expandable::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.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: none;
  }
}
.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  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: max(10px, 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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sp-campaign__toggle-icon::before,
.sp-campaign__toggle-icon::after {
  content: '';
  position: absolute;
  background: #272727;
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
}
.sp-campaign__toggle-icon::before {
  width: 11px;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sp-campaign__toggle-icon::after {
  width: 1px;
  height: 11px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.is-expanded .sp-campaign__toggle-icon::after {
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
  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: -ms-grid;
  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;
  -webkit-transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-flow__expandable::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.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: none;
  }
}
.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  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: max(10px, 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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec-flow__toggle-icon::before,
.sec-flow__toggle-icon::after {
  content: '';
  position: absolute;
  background: #272727;
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
}
.sec-flow__toggle-icon::before {
  width: 11px;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec-flow__toggle-icon::after {
  width: 1px;
  height: 11px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.is-expanded .sec-flow__toggle-icon::after {
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
  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 {
  margin: 0;
}
.faq .accordion__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 116px;
  padding: 28px 60px 28px 24px;
  border: none;
  background-color: #fff;
  font-family: inherit;
  font-size: 22px;
  font-weight: 500;
  color: inherit;
  text-align: left;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.06em;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.faq .accordion__trigger::before,
.faq .accordion__trigger::after {
  content: '';
  position: absolute;
  background: #272727;
  right: 32px;
  top: 50%;
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
}
.faq .accordion__trigger::before {
  width: 18px;
  height: 2px;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}
.faq .accordion__trigger::after {
  width: 2px;
  height: 18px;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}
.faq .accordion__trigger.active {
  background: #f0f0f0;
}
.faq .accordion__trigger.active::after {
  opacity: 0;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(90deg);
  transform: translateX(50%) translateY(-50%) rotate(90deg);
}
.faq .accordion__trigger:focus-visible {
  outline: 2px solid #c80019;
  outline-offset: -2px;
}
@media screen and (max-width: 767px) {
  .faq .accordion__trigger {
    min-height: 116px;
    padding: 4vw 13.3333333333vw 4vw 4.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.faq .accordion dd {
  padding: 35px;
  background-color: #fff;
  border-bottom: 2px solid #dcdcdc;
}
.faq .accordion dd[hidden] {
  display: none;
}
.faq .accordion dd p {
  font-size: 17px;
  -webkit-font-feature-settings: 'palt';
  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: max(13px, 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;
  }
}

/* ==========================================================================
   Modal Benefits Style (.modal-benefits)
   ========================================================================== */
.modal-benefits {
  padding: 0;
  background-color: #ffffff;
  box-sizing: border-box;
}

.modal-benefits__inner {
  background-color: #fcebeb;
  padding: 30px 24px;
  border-radius: 12px;
  box-sizing: border-box;
}

.modal-benefits__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}

.modal-benefits__block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-benefits__block--full {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 0;
}

.modal-benefits__header-banner {
  background: -webkit-gradient(linear, left top, right top, from(#f9a48d), color-stop(99.92%, #ef5c7c));
  background: linear-gradient(90deg, #f9a48d 0%, #ef5c7c 99.92%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  padding: 10px 14px;
  margin: 0 0 24px 0;
  line-height: 1.35;
  box-shadow: 0 2px 6px rgba(239, 76, 115, 0.2);
}

.modal-benefits__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

.modal-benefits__items--col1 .modal-benefits__item {
  width: 100%;
}

.modal-benefits__items--col2 .modal-benefits__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.modal-benefits__items--col3 .modal-benefits__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
}

.modal-benefits__item {
  text-align: center;
}

.modal-benefits__circle-icon {
  width: 96px;
  height: 96px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 14px;
  box-sizing: border-box;
}

.modal-benefits__circle-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-benefits__item-label {
  font-size: 14px;
  color: #333333;
  line-height: 1.4;
  margin: 0 0 4px 0;
  font-weight: 500;
}

.modal-benefits__item-val {
  font-size: 14px;
  color: #333333;
  line-height: 1.45;
  margin: 0;
}

.highlight-num {
  color: #c80019;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  font-family: Arial, 'Helvetica Neue', sans-serif;
}

.highlight-txt {
  color: #c80019;
  font-weight: 700;
}

.unit-percent {
  font-size: 20px;
  color: #c80019;
  font-weight: 700;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  margin-left: 2px;
}

.modal-benefits__item-val .unit {
  font-size: 12px;
  color: #333333;
  margin-left: 2px;
}

.modal-benefits__note {
  font-size: 12px;
  color: #777777;
  text-align: center;
  margin: 16px 0 0 0;
}

.modal-benefits__subnote {
  font-size: 11px;
  color: #666666;
  text-align: center;
  margin: 8px 0 0 0;
  line-height: 1.35;
}

/* モーダル特典レスポンシブスタイル (SP) */
@media screen and (max-width: 767px) {
  .modal-benefits__inner {
    padding: 20px 12px;
  }

  .modal-benefits__top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }

  .modal-benefits__header-banner {
    font-size: 15px;
    padding: 8px 10px;
    margin-bottom: 16px;
  }

  .modal-benefits__items {
    gap: 12px;
  }

  .modal-benefits__circle-icon {
    width: 76px;
    height: 76px;
    padding: 11px;
    margin-bottom: 8px;
  }

  .modal-benefits__item-label {
    font-size: 12px;
    line-height: 1.35;
  }

  .modal-benefits__item-val {
    font-size: 12px;
    line-height: 1.4;
  }

  .highlight-num {
    font-size: 26px;
  }

  .unit-percent {
    font-size: 16px;
  }

  .modal-benefits__note {
    font-size: 11px;
    margin-top: 12px;
  }

  .modal-benefits__subnote {
    font-size: 10px;
    margin-top: 6px;
  }

  .modal-benefits__items--col3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px 12px;
  }

  .modal-benefits__items--col3 .modal-benefits__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
  }

  .modal-benefits__items--col3 .modal-benefits__item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 4px;
  }

  a {
    -webkit-transition: none;
    transition: none;
  }
}

/* --- sec-overview: ビジネスアカウント導線 --- */
.business {
  margin: 100px auto 80px;
}

.business .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 70px auto 50px;
}

.business .btn-blank {
  width: 100%;
  max-width: 400px;
  height: auto;
  min-height: 85px;
  padding: 14px 48px 14px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .business {
    margin: 10vw auto 8vw;
  }

  .business .btn {
    width: 90%;
    margin: 8vw auto 6vw;
  }

  .business .btn-blank {
    min-height: 13.3333333333vw;
    padding: 2.6666666667vw 12vw 2.6666666667vw 4vw;
    font-size: 3.2vw;
  }
}
