@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-size: 1rem;
  line-height: 1.5;
  font-family: Helvetica Neue, Helvetica, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Noto, "メイリオ", Meiryo, sans-serif;
  color: #000;
}

img {
  border: none;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, section, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: underline;
  color: #0050f0;
}

.cap {
  font-family: sans-serif;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-num {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.indent-in-indent {
  padding-left: 2em;
  text-indent: -1em;
}

.indent-space {
  padding-left: 1.28em;
  text-indent: -1.28em;
}

.modal-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  a:hover {
    text-decoration: none;
  }
  a img {
    transition: opacity 300ms;
  }
  a:hover img {
    opacity: 0.85;
  }
  a[target=_blank]:not(:has(img))::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 1px;
    background: url("/promotion/rarajcb/20260804/images/icon_link_ext_blue.svg") 50% 50% no-repeat;
    width: 13px;
    height: 13px;
    vertical-align: -2px;
  }
  button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .sp-view {
    display: none;
  }
  .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
  }
  .nav-inner {
    position: relative;
    margin: 0 auto;
    width: 980px;
  }
  .nav-btn {
    position: absolute;
    top: 21px;
    right: 21px;
    z-index: 151;
  }
  .nav-btn a:focus {
    outline: none;
  }
  .nav-btn a:hover img {
    opacity: 1;
  }
  .nav-btn .close {
    filter: drop-shadow(0 0 3px #000);
  }
  .nav-menu {
    background: #fff8aa;
    width: 100%;
    height: 150px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    max-height: 0;
  }
  .nav-menu .nav-inner {
    padding: 35px 0 25px 0;
  }
  .nav-menu-list {
    display: flex;
    margin: 0 auto;
    width: 782px;
  }
  .nav-menu-list li {
    box-sizing: border-box;
    border-right: 2px solid #00418f;
  }
  .nav-menu-list li:first-child {
    border-left: 2px solid #00418f;
  }
  .nav-menu-list a {
    box-sizing: border-box;
    display: block;
    padding: 1.6em 0 0.7em 0;
    background: url("/promotion/rarajcb/20260804/images/icon_under_arrow_navy.svg") 50% 86% no-repeat;
    background-size: 19px auto;
    width: 154px;
    height: 90px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #00418f;
  }
  .nav-menu-list a:focus {
    outline: none;
  }
  .nav-menu-list .double a {
    padding: 1em 0 0 0;
  }
  .header {
    width: 100%;
    min-width: 1000px;
    text-align: center;
  }
  .button-accord {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-inline: auto;
    padding: 14px 44px;
    min-height: calc(1lh + 60px);
    width: 520px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #FFF;
    text-align: center;
    overflow: hidden;
    border-radius: 18px;
  }
  .button-accord:hover {
    opacity: 0.75;
  }
  .button-accord.close {
    background: url("/promotion/rarajcb/20260804/images/icon_button_plus.svg") 467px 50% no-repeat, #00418f;
    background-size: 24px 24px;
  }
  .button-accord.open {
    background: url("/promotion/rarajcb/20260804/images/icon_button_minus.svg") 467px 50% no-repeat, #00418f;
    background-size: 24px 24px;
  }
  .hero {
    background: url("/promotion/rarajcb/20260804/images/pc/hero_bg.png") 50% 0 repeat-x, #e35800;
    width: 100%;
    min-width: 1000px;
    height: 626px;
  }
  .hero-image {
    text-align: center;
  }
  .cp {
    padding: 0 0 100px 0;
  }
  .cp-top-link {
    padding: 28px 0 0 0;
    text-align: center;
  }
  .cp-top-link p {
    font-size: 14px;
    line-height: 1.5;
  }
  .cp-top-link a:not(:has(img))::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    margin-right: 6px;
    margin-bottom: -1px;
    background: url("/promotion/rarajcb/20260804/images/icon_under_arrow.svg") 50% 50% no-repeat;
    width: 11px;
    height: 11px;
  }
  .cp-how-to-join {
    background: #FFF;
    width: 100%;
    min-width: 1000px;
  }
  .cp-how-to-join-head {
    text-align: center;
  }
  .cp-how-to-join-step-1 {
    box-sizing: border-box;
    margin: 0 auto;
    width: 980px;
    border: 3px solid #e35800;
  }
  .cp-how-to-join-step-head {
    background: #e35800;
    text-align: center;
  }
  .cp-how-to-join-step-body {
    padding: 0 0 45px 0;
  }
  .cp-how-to-join-step-1-entry {
    padding: 30px 0 0 0;
  }
  .cp-how-to-join-step-1-entry-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 38px;
    line-height: 1.5;
    color: #e35800;
    text-align: center;
  }
  .cp-how-to-join-step-1-entry-text {
    padding: 20px 0 0 0;
    text-align: center;
  }
  .cp-how-to-join-step-1-entry-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-1-period {
    margin: 30px auto;
    padding: 20px 0;
    width: 750px;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .cp-how-to-join-step-1-period p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-1-period .head {
    color: #e35800;
  }
  .cp-how-to-join-step-1-notice {
    padding: 0 20px 0 294px;
  }
  .cp-how-to-join-step-1-notice p {
    font-size: 14px;
    line-height: 1.7;
  }
  .cp-how-to-join-step-2 {
    box-sizing: border-box;
    margin: 40px auto 0 auto;
    width: 980px;
    border: 3px solid #e35800;
  }
  .cp-how-to-join-step-2-benefits-1 {
    padding: 0 0 45px 0;
  }
  .cp-how-to-join-step-2-benefits-1-1 {
    margin: 0 0 32px 0;
    padding: 0 0 52px 0;
    background: url("/promotion/rarajcb/20260804/images/pc/cp_how_1_arrow.png") 50% 100% no-repeat;
  }
  .cp-how-to-join-step-2-benefits-1-1-top {
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: #fff8aa;
    width: 870px;
  }
  .cp-how-to-join-step-2-benefits-1-1-top-number {
    background: #00418f;
  }
  .cp-how-to-join-step-2-benefits-1-1-top-text {
    box-sizing: border-box;
    flex: 1;
    padding: 0 0 0 40px;
  }
  .cp-how-to-join-step-2-benefits-1-1-top-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-2-benefits-1-1-link {
    padding: 30px 0 0 0;
  }
  .cp-how-to-join-step-2-benefits-1-1-link a::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 1px;
    background: url("/promotion/rarajcb/20260804/images/icon_link_ext_blue.svg") 50% 50% no-repeat;
    width: 13px;
    height: 13px;
    vertical-align: -2px;
  }
  .cp-how-to-join-step-2-benefits-1-1-link ul {
    text-align: center;
  }
  .cp-how-to-join-step-2-benefits-1-1-link li {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.7;
  }
  .cp-how-to-join-step-2-benefits-1-1-link li:first-child {
    margin: 0;
  }
  .cp-how-to-join-step-2-benefits-1-2-top {
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: #fff8aa;
    width: 870px;
  }
  .cp-how-to-join-step-2-benefits-1-2-top-number {
    background: #00418f;
  }
  .cp-how-to-join-step-2-benefits-1-2-top-text {
    box-sizing: border-box;
    flex: 1;
    padding: 0 0 0 40px;
  }
  .cp-how-to-join-step-2-benefits-1-2-top-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-2-benefits-1-2-text {
    padding: 30px 0 0 0;
    text-align: center;
  }
  .cp-how-to-join-step-2-benefits-1-2-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-2-benefits-1-2-use {
    margin: 30px auto 40px auto;
    padding: 20px 0;
    width: 750px;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .cp-how-to-join-step-2-benefits-1-2-use p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-2-benefits-1-2-use .head {
    color: #e35800;
  }
  .cp-how-to-join-step-2-benefits-period-body {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0;
  }
  .cp-benefits-period-table {
    border-collapse: collapse;
    margin: 35px auto 0 auto;
    background: #FFF;
    width: 730px;
  }
  .cp-benefits-period-table th {
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }
  .cp-benefits-period-table th p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
  }
  .cp-benefits-period-table td {
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .cp-benefits-period-table td p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
  }
  .cp-benefits-period-table thead th {
    background: #e35800;
    border-top: 1px solid #000;
  }
  .cp-benefits-period-table thead th p {
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #FFF;
  }
  .cp-benefits-period-table tbody th {
    width: 254px;
  }
  .cp-how-to-join-step-2-benefits-1-2-link {
    padding: 30px 0 0 0;
  }
  .cp-how-to-join-step-2-benefits-1-2-link a::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 1px;
    background: url("/promotion/rarajcb/20260804/images/icon_link_ext_blue.svg") 50% 50% no-repeat;
    width: 13px;
    height: 13px;
    vertical-align: -2px;
  }
  .cp-how-to-join-step-2-benefits-1-2-link ul {
    text-align: center;
  }
  .cp-how-to-join-step-2-benefits-1-2-link li {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.7;
  }
  .cp-how-to-join-step-2-benefits-1-2-link li:first-child {
    margin: 0;
  }
  .cp-how-to-join-step-2-benefits-1-notice {
    padding: 40px 20px 0 110px;
  }
  .cp-how-to-join-step-2-benefits-1-notice p {
    font-size: 14px;
    line-height: 1.7;
  }
  .cp-how-to-join-step-2-benefits-2 {
    border-top: 3px solid #e35800;
  }
  .cp-how-to-join-step-2-benefits-2-text {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 20px;
    background: #fff8aa;
    width: 870px;
    text-align: center;
  }
  .cp-how-to-join-step-2-benefits-2-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-2-benefits-2-text .red {
    color: #e50012;
  }
  .cp-how-to-join-step-2-benefits-2-use {
    margin: 40px auto 40px auto;
    padding: 20px 0;
    width: 750px;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .cp-how-to-join-step-2-benefits-2-use p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-2-benefits-2-use .head {
    color: #e35800;
  }
  .cp-how-to-join-step-2-benefits-2-notice {
    padding: 40px 20px 0 110px;
  }
  .cp-how-to-join-step-2-benefits-2-notice p {
    font-size: 14px;
    line-height: 1.7;
  }
  .cp-benefits-head {
    text-align: center;
  }
  .cp-benefits-body {
    margin: 0 auto;
    padding: 40px 0 40px 0;
    background: #fff8aa;
    width: 980px;
  }
  .cp-benefits-sub-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 38px;
    line-height: 1.25;
    color: #e35800;
    text-align: center;
  }
  .cp-benefits-benefits {
    display: flex;
    justify-content: space-between;
    margin: 65px auto 0 auto;
    width: 870px;
  }
  .cp-benefits-benefits-1, .cp-benefits-benefits-2 {
    display: flex;
    flex-direction: column;
    background: #FFF;
    width: 424px;
  }
  .cp-benefits-benefits-label {
    text-align: center;
  }
  .cp-benefits-benefits-label img {
    margin: -34px 0 0 0;
  }
  .cp-benefits-benefits-text {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 20px 0;
    text-align: center;
  }
  .cp-benefits-benefits-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .cp-benefits-benefits-text .orange {
    color: #e35800;
  }
  .cp-benefits-benefits-text .large {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 23px;
    line-height: 1.4;
  }
  .cp-benefits-benefits-text .small {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.4;
  }
  .cp-benefits-timing {
    margin: 30px auto 40px auto;
    padding: 20px 0;
    width: 750px;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .cp-benefits-timing p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .cp-benefits-timing .head {
    color: #e35800;
  }
  .cp-benefits-period-body {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0;
  }
  .cp-benefits-notice {
    padding: 40px 100px 0 100px;
  }
  .cp-benefits-notice p {
    font-size: 14px;
    line-height: 1.7;
  }
  .cp-target-head {
    text-align: center;
  }
  .cp-target-body {
    margin: 0 auto;
    padding: 40px 0 40px 0;
    background: #fff8aa;
    width: 980px;
  }
  .cp-target-sub-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 38px;
    line-height: 1.25;
    color: #e35800;
    text-align: center;
  }
  .cp-target-sub-head-notice {
    padding: 30px 0 0 0;
    text-align: center;
  }
  .cp-target-sub-head-notice p {
    font-size: 14px;
    line-height: 1.7;
  }
  .cp-target-user {
    margin: 40px auto 0 auto;
    padding: 30px 0 40px 0;
    background: #FFF;
    width: 870px;
  }
  .cp-target-user-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.25;
    color: #e35800;
    text-align: center;
  }
  .cp-target-user-text {
    padding: 20px 0 30px 0;
    text-align: center;
  }
  .cp-target-user-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .cp-target-user-card-sub-body {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0;
  }
  .cp-target-user-card-sub-label {
    box-sizing: border-box;
    margin: 40px auto 0 auto;
    padding: 20px 20px;
    background: #e35800;
    width: 420px;
    text-align: center;
  }
  .cp-target-user-card-sub-label:first-child {
    margin: 30px auto 0 auto;
  }
  .cp-target-user-card-sub-label p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #FFF;
  }
  .cp-target-user-card-sub-text {
    margin: 30px auto 0 auto;
    width: 730px;
  }
  .cp-target-user-card-sub-text:last-child {
    padding: 0 0 30px 0;
  }
  .cp-target-user-card-sub-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.6;
  }
  .cp-target-user-card-sub-text .head {
    padding-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    color: #e35800;
  }
  .cp-target-user-card-sub-text .bold {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .cp-target-user-card-sub-text .red {
    color: #e50012;
  }
  .cp-target-user-card-sub-link {
    margin: 30px auto 0 auto;
    width: 730px;
    text-align: center;
  }
  .cp-target-user-card-sub-link p {
    font-size: 18px;
    line-height: 1.5;
  }
  .cp-target-user-card-sub-notice {
    margin: 20px auto 0 auto;
    width: 730px;
    text-align: left;
  }
  .cp-target-user-card-sub-notice p {
    font-size: 15px;
    line-height: 1.5;
  }
  .cp-target-user-card-cash {
    margin: 20px 0 0 0;
  }
  .cp-target-user-card-other {
    margin: 20px 0 0 0;
  }
  .cp-target-notice {
    padding: 40px 100px 0 100px;
  }
  .cp-target-notice p {
    font-size: 14px;
    line-height: 1.7;
  }
  .card-features {
    padding: 0 0 100px 0;
    background: #e35800;
    width: 100%;
    min-width: 1000px;
  }
  .card-features-head {
    text-align: center;
  }
  .card-features-sub-head {
    text-align: center;
  }
  .card-features-sub-text {
    padding: 30px 0 0 0;
    text-align: center;
  }
  .card-features-sub-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .card-features-sub-notice {
    padding: 35px 0 0 0;
    text-align: center;
  }
  .card-features-sub-notice p {
    font-size: 14px;
    line-height: 1.7;
  }
  .card-features-1 {
    margin: 0 auto;
    padding: 0 0 40px 0;
    background: #FFF;
    width: 980px;
  }
  .card-features-2 {
    margin: 30px auto 0 auto;
    padding: 0 0 40px 0;
    background: #FFF;
    width: 980px;
  }
  .card-features-3 {
    margin: 30px auto 0 auto;
    padding: 0 0 56px 0;
    background: #FFF;
    width: 980px;
  }
  .card-features-3-box {
    margin: 20px auto 0 auto;
    padding: 40px 0 40px 0;
    background: #fff8aa;
    width: 870px;
  }
  .card-features-3-box:first-child {
    margin: 0 auto;
  }
  .card-features-3-box-head {
    text-align: center;
  }
  .card-features-3-box-head p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #e35800;
  }
  .card-features-3-box-main {
    display: flex;
    align-items: center;
    margin: 30px 0 30px 0;
  }
  .card-features-3-box-main-text {
    flex: 1;
    padding: 0 60px 0 0;
    text-align: center;
  }
  .card-features-3-box-main-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .card-features-3-box-main-text .orange {
    color: #e35800;
  }
  .card-features-3-box-notice {
    text-align: center;
  }
  .card-features-3-box-notice p {
    font-size: 13px;
    line-height: 1.7;
  }
  .card-features-3-box-scene {
    display: flex;
  }
  .card-features-3-box-scene-head {
    box-sizing: border-box;
    padding: 16px 0 0 47px;
    width: 275px;
  }
  .card-features-3-box-scene-list {
    flex: 1;
  }
  .card-features-3-box-scene-list ul {
    display: flex;
    gap: 0 14px;
  }
  .card-features-3-box-scene-list li p {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .card-features-3-box-scene-list li .icon {
    padding-bottom: 10px;
  }
  .card-features-3-box-bonus-point {
    padding: 30px 0 40px 0;
  }
  .card-features-3-box-bonus-point-body {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0;
  }
  .card-features-3-box-bonus-point-table {
    border-collapse: collapse;
    margin: 35px auto 0 auto;
    background: #FFF;
    width: 730px;
  }
  .card-features-3-box-bonus-point-table th {
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }
  .card-features-3-box-bonus-point-table th p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
  }
  .card-features-3-box-bonus-point-table td {
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .card-features-3-box-bonus-point-table td p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
  }
  .card-features-3-box-bonus-point-table thead th {
    background: #e35800;
    border-top: 1px solid #000;
  }
  .card-features-3-box-bonus-point-table thead th p {
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #FFF;
  }
  .card-features-3-box-bonus-point-table tbody th {
    width: 450px;
  }
  .card-features-3-box-bonus-point-notice {
    margin: 15px auto 0 auto;
    width: 730px;
  }
  .card-features-3-box-bonus-point-notice p {
    font-size: 14px;
    line-height: 1.7;
  }
  .card-details {
    padding: 0 0 110px 0;
    background: #FFF;
    width: 100%;
    min-width: 1000px;
  }
  .card-details-head {
    text-align: center;
  }
  .card-details-table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 980px;
  }
  .card-details-table th {
    box-sizing: border-box;
    padding: 20px 10px 20px 20px;
    background: #fff8aa;
    width: 310px;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }
  .card-details-table th p {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6;
  }
  .card-details-table td {
    box-sizing: border-box;
    padding: 20px 20px;
    background: #FFF;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .card-details-table td p {
    font-size: 14px;
    line-height: 1.6;
  }
  .card-details-table tr:first-child th {
    border-top: 1px solid #000;
  }
  .card-details-table tr:first-child td {
    border-top: 1px solid #000;
  }
  .card-details-table .lineup {
    text-align: left;
    vertical-align: middle;
  }
  .card-details-table .sep {
    padding-top: 15px;
  }
  .card-details-table-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
  .card-details-table-card-name {
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
  }
  .card-details-table-card-image {
    text-align: center;
  }
  .card-details-notice {
    margin: 20px auto 0 auto;
    width: 980px;
  }
  .card-details-notice p {
    font-size: 14px;
    line-height: 1.6;
  }
  .footer {
    padding: 25px 0 140px 0;
    background: #00418f;
    width: 100%;
    min-width: 1000px;
  }
  .footer-inner {
    display: grid;
    grid-template-columns: 112px auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "logo link update" "copyright copyright copyright";
    margin: 0 auto;
    width: 980px;
  }
  .footer-logo {
    box-sizing: border-box;
    grid-area: logo;
    align-self: center;
    padding: 0 0 0 22px;
  }
  .footer-link {
    grid-area: link;
    align-self: center;
  }
  .footer-link ul {
    display: flex;
  }
  .footer-link li {
    margin: 0 0 0 25px;
    font-size: 13px;
    line-height: 1.5;
    color: #FFF;
  }
  .footer-link li:first-child {
    margin: 0;
  }
  .footer-link a {
    color: #FFF;
  }
  .footer-link a[target=_blank]:after {
    background: url("/promotion/rarajcb/20260804/images/icon_link_ext_white.svg") 50% 50% no-repeat;
  }
  .footer-update {
    grid-area: update;
    align-self: center;
    text-align: right;
  }
  .footer-update p {
    font-size: 13px;
    line-height: 1.5;
    color: #FFF;
  }
  .footer-copyright {
    grid-area: copyright;
    padding: 20px 0 0 0;
    text-align: center;
  }
  .footer-copyright p {
    font-size: 13px;
    line-height: 1.5;
    color: #FFF;
  }
  .fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(55, 55, 55, 0.6);
    width: 100%;
    z-index: 10;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .fixed-bottom.visible {
    opacity: 1;
  }
  .fixed-bottom-button {
    padding: 18px 0 0 0;
    text-align: center;
  }
  .fixed-bottom-button a {
    display: inline-block;
  }
  .fixed-bottom-text {
    padding: 10px 0 13px 0;
    text-align: center;
    filter: drop-shadow(0 0 3px #000);
  }
  .fixed-bottom-text p {
    font-size: 13px;
    line-height: 1.5;
    color: #FFF;
  }
  .fixed-bottom-text a {
    color: #FFF;
  }
  .fixed-pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 20;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .fixed-pagetop.visible {
    opacity: 1;
  }
  .fixed-pagetop a {
    display: inline-block;
  }
  .fixed-pagetop a:focus {
    outline: none;
  }
  .modal-nav-shadow {
    display: none;
  }
  .modal-apply {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .modal-apply.visible {
    opacity: 1;
    display: block;
  }
  .modal-apply-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .modal-apply-container-in {
    margin: 0 auto;
    width: 850px;
  }
  .modal-apply-box {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 47px 0;
    background: #f2f2f1;
    width: 800px;
    max-height: 94dvh;
    overflow-y: auto;
  }
  .modal-apply-box-close-btn {
    text-align: right;
  }
  .modal-apply-box-icon {
    text-align: center;
  }
  .modal-apply-box-text {
    padding: 20px 0 20px 0;
    text-align: center;
  }
  .modal-apply-box-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #e50012;
  }
  .modal-apply-box-flow {
    padding: 0 0 44px 0;
    text-align: center;
  }
  .modal-apply-box-button {
    text-align: center;
  }
  .modal-slide {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .modal-slide.is-open {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  .modal-slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .modal-slide-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 900px;
  }
  .modal-slide-close {
    position: absolute;
    top: -44px;
    right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 36px;
    height: 36px;
  }
  .modal-slide-close::before,
  .modal-slide-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    background: #fff;
  }
  .modal-slide-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal-slide-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal-slide-body {
    box-sizing: border-box;
    background: #e35800;
    padding: 32px 0 28px;
    max-height: 92dvh;
    overflow-y: auto;
  }
  .modal-slide-title {
    text-align: center;
    margin-bottom: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.25;
    color: #FFF;
  }
  .steps-swiper {
    padding-right: 60px;
    padding-left: 60px;
    overflow: hidden;
  }
  .steps-swiper .swiper-slide {
    width: 780px;
    height: auto;
    background: #FFF;
    display: flex;
    flex-direction: column;
  }
  .step-card-num {
    background: #fff8aa;
    text-align: center;
    padding: 7px 0 11px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 1;
    color: #e35800;
  }
  .step-card-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
  }
  .steps-swiper .swiper-pagination {
    position: static;
    margin-top: 20px;
  }
  .steps-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 5px !important;
  }
  .steps-swiper .swiper-pagination-bullet-active {
    background: #fff;
  }
  .steps-nav {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 20px;
  }
  .steps-nav-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    width: 120px;
    height: 40px;
    border-radius: 999px;
    background: #FFF;
    position: relative;
    transition: opacity 0.2s;
  }
  .steps-nav-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #e35800;
    border-right: 3px solid #e35800;
  }
  .steps-nav-btn--prev::before {
    transform: translate(-30%, -50%) rotate(-135deg);
  }
  .steps-nav-btn--next::before {
    transform: translate(-70%, -50%) rotate(45deg);
  }
  .steps-nav-btn.swiper-button-disabled {
    background: #ed9259;
    cursor: default;
    pointer-events: none;
  }
  .steps-nav-btn.swiper-button-disabled::before {
    border-color: #e35800;
  }
  .modal-slide-first-app {
    display: grid;
    grid-template-columns: 356px auto;
    grid-template-rows: auto auto;
    grid-template-areas: "link text" "link notice";
    width: 780px;
  }
  .modal-slide-first-app-link {
    grid-area: link;
    box-sizing: border-box;
    padding: 0 0 0 61px;
  }
  .modal-slide-first-app-link li {
    margin: 20px 0 0 0;
  }
  .modal-slide-first-app-link li:first-child {
    margin: 0;
  }
  .modal-slide-first-app-text {
    grid-area: text;
  }
  .modal-slide-first-app-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
  .modal-slide-first-app-notice {
    grid-area: notice;
    padding: 20px 0 0 0;
  }
  .modal-slide-first-app-notice p {
    font-size: 13px;
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  body {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.5;
  }
  img {
    width: 100%;
    height: auto;
  }
  a[target=_blank]:not(:has(img))::after {
    content: "";
    display: inline-block;
    margin-left: calc(6 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
    margin-bottom: calc(-1 / 750 * 100vw);
    background: url("/promotion/rarajcb/20260804/images/icon_link_ext_blue.svg") 50% 50% no-repeat;
    background-size: contain;
    width: calc(19 / 750 * 100vw);
    height: calc(19 / 750 * 100vw);
  }
  button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .pc-view {
    display: none;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
  }
  .nav-menu-button {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(89 / 750 * 100vw);
    z-index: 503;
    filter: drop-shadow(calc(5 / 750 * 100vw) calc(5 / 750 * 100vw) calc(5 / 750 * 100vw) #333);
  }
  .nav-link {
    position: absolute;
    top: calc(92 / 750 * 100vw);
    left: 0;
    width: 100%;
    z-index: 502;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    max-height: 0;
  }
  .nav-link ul {
    border-top: calc(2 / 750 * 100vw) solid #00418f;
  }
  .nav-link li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: calc(25 / 750 * 100vw) calc(25 / 750 * 100vw) calc(25 / 750 * 100vw) calc(25 / 750 * 100vw);
    background: url("/promotion/rarajcb/20260804/images/sp/nav_menu_arrow.png") 100% 50% no-repeat, #fff8aa;
    background-size: 100% auto;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.9375rem, 3.8vw, 1.0625rem);
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #00418f;
    border-bottom: calc(2 / 750 * 100vw) solid #00418f;
  }
  .button-accord {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-inline: auto;
    padding: calc(14 / 750 * 100vw) calc(44 / 750 * 100vw);
    min-height: calc(1lh + calc(60 / 750 * 100vw));
    width: calc(570 / 750 * 100vw);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.9375rem, 3.8vw, 1.0625rem);
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #FFF;
    text-align: center;
    overflow: hidden;
    border-radius: calc(18 / 750 * 100vw);
  }
  .button-accord.close {
    background: url("/promotion/rarajcb/20260804/images/icon_button_plus.svg") calc(510 / 750 * 100vw) 50% no-repeat, #00418f;
    background-size: calc(26 / 750 * 100vw) calc(26 / 750 * 100vw);
  }
  .button-accord.open {
    background: url("/promotion/rarajcb/20260804/images/icon_button_minus.svg") calc(510 / 750 * 100vw) 50% no-repeat, #00418f;
    background-size: calc(26 / 750 * 100vw) calc(26 / 750 * 100vw);
  }
  .hero {
    background: url("/promotion/rarajcb/20260804/images/sp/hero_bg.png") 50% 0 repeat-x, #e35800;
    background-size: calc(100 / 750 * 100vw) auto;
    width: 100%;
  }
  .hero-image {
    text-align: center;
  }
  .cp {
    padding: 0 0 calc(100 / 750 * 100vw) 0;
  }
  .cp-top-link {
    padding: calc(28 / 750 * 100vw) 0 0 0;
    text-align: center;
  }
  .cp-top-link p {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.5;
  }
  .cp-top-link a:not(:has(img))::after {
    content: "";
    display: inline-block;
    margin-left: calc(6 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
    margin-bottom: calc(-1 / 750 * 100vw);
    background: url("/promotion/rarajcb/20260804/images/icon_under_arrow.svg") 50% 50% no-repeat;
    background-size: contain;
    width: calc(16 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
  }
  .cp-how-to-join {
    background: #FFF;
    width: 100%;
  }
  .cp-how-to-join-head {
    text-align: center;
  }
  .cp-how-to-join-step-1 {
    box-sizing: border-box;
    margin: 0 auto;
    width: calc(690 / 750 * 100vw);
    border: calc(6 / 750 * 100vw) solid #e35800;
  }
  .cp-how-to-join-step-head {
    background: #e35800;
    text-align: center;
  }
  .cp-how-to-join-step-body {
    padding: 0 0 calc(45 / 750 * 100vw) 0;
  }
  .cp-how-to-join-step-1-entry {
    padding: calc(30 / 750 * 100vw) 0 0 0;
  }
  .cp-how-to-join-step-1-entry-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: clamp(1.5625rem, 5.8vw, 1.6875rem);
    line-height: 1.3;
    color: #e35800;
    text-align: center;
  }
  .cp-how-to-join-step-1-entry-text {
    padding: calc(20 / 750 * 100vw) 0 0 0;
    text-align: center;
  }
  .cp-how-to-join-step-1-entry-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.9375rem, 3.8vw, 1.0625rem);
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-1-period {
    margin: calc(30 / 750 * 100vw) auto;
    padding: calc(20 / 750 * 100vw) 0;
    width: calc(630 / 750 * 100vw);
    text-align: center;
    border-top: calc(2 / 750 * 100vw) solid #000;
    border-bottom: calc(2 / 750 * 100vw) solid #000;
  }
  .cp-how-to-join-step-1-period p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.875rem, 3.6vw, 1rem);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-1-period .head {
    color: #e35800;
  }
  .cp-how-to-join-step-1-notice {
    padding: 0 calc(25 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  }
  .cp-how-to-join-step-1-notice p {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.7;
  }
  .cp-how-to-join-step-2 {
    box-sizing: border-box;
    margin: calc(40 / 750 * 100vw) auto 0 auto;
    width: calc(690 / 750 * 100vw);
    border: calc(6 / 750 * 100vw) solid #e35800;
  }
  .cp-how-to-join-step-2-benefits-1 {
    padding: 0 0 calc(45 / 750 * 100vw) 0;
  }
  .cp-how-to-join-step-2-benefits-1-1 {
    margin: 0 0 calc(32 / 750 * 100vw) 0;
    padding: 0 0 calc(52 / 750 * 100vw) 0;
    background: url("/promotion/rarajcb/20260804/images/sp/cp_how_1_arrow.png") 50% 100% no-repeat;
    background-size: calc(31 / 750 * 100vw) auto;
  }
  .cp-how-to-join-step-2-benefits-1-1-top {
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: #fff8aa;
    width: calc(630 / 750 * 100vw);
  }
  .cp-how-to-join-step-2-benefits-1-1-top-number {
    background: #00418f;
    width: calc(102 / 750 * 100vw);
  }
  .cp-how-to-join-step-2-benefits-1-1-top-text {
    box-sizing: border-box;
    flex: 1;
    padding: 0 0 0 calc(30 / 750 * 100vw);
  }
  .cp-how-to-join-step-2-benefits-1-1-top-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.9375rem, 3.8vw, 1.0625rem);
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-2-benefits-1-1-link {
    padding: calc(30 / 750 * 100vw) 0 0 0;
  }
  .cp-how-to-join-step-2-benefits-1-1-link a::after {
    content: "";
    display: inline-block;
    margin-left: calc(6 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
    margin-bottom: calc(-1 / 750 * 100vw);
    background: url("/promotion/rarajcb/20260804/images/icon_link_ext_blue.svg") 50% 50% no-repeat;
    background-size: contain;
    width: calc(19 / 750 * 100vw);
    height: calc(19 / 750 * 100vw);
  }
  .cp-how-to-join-step-2-benefits-1-1-link ul {
    text-align: center;
  }
  .cp-how-to-join-step-2-benefits-1-1-link li {
    margin: calc(10 / 750 * 100vw) 0 0 0;
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.7;
  }
  .cp-how-to-join-step-2-benefits-1-1-link li:first-child {
    margin: 0;
  }
  .cp-how-to-join-step-2-benefits-1-2-top {
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: #fff8aa;
    width: calc(630 / 750 * 100vw);
  }
  .cp-how-to-join-step-2-benefits-1-2-top-number {
    background: #00418f;
    width: calc(102 / 750 * 100vw);
  }
  .cp-how-to-join-step-2-benefits-1-2-top-text {
    box-sizing: border-box;
    flex: 1;
    padding: 0 0 0 calc(30 / 750 * 100vw);
  }
  .cp-how-to-join-step-2-benefits-1-2-top-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.9375rem, 3.8vw, 1.0625rem);
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-2-benefits-1-2-text {
    padding: calc(30 / 750 * 100vw) 0 0 0;
    text-align: center;
  }
  .cp-how-to-join-step-2-benefits-1-2-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.875rem, 3.6vw, 1rem);
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-2-benefits-1-2-use {
    margin: calc(30 / 750 * 100vw) auto calc(40 / 750 * 100vw) auto;
    padding: calc(20 / 750 * 100vw) 0;
    width: calc(430 / 750 * 100vw);
    text-align: center;
    border-top: calc(2 / 750 * 100vw) solid #000;
    border-bottom: calc(2 / 750 * 100vw) solid #000;
  }
  .cp-how-to-join-step-2-benefits-1-2-use p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.875rem, 3.6vw, 1rem);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-2-benefits-1-2-use .head {
    color: #e35800;
  }
  .cp-how-to-join-step-2-benefits-period-body {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0;
  }
  .cp-benefits-period-table {
    border-collapse: collapse;
    margin: calc(35 / 750 * 100vw) auto 0 auto;
    background: #FFF;
    width: calc(572 / 750 * 100vw);
  }
  .cp-benefits-period-table th {
    padding: calc(8 / 750 * 100vw) calc(10 / 750 * 100vw);
    text-align: center;
    vertical-align: middle;
    border-right: calc(2 / 750 * 100vw) solid #000;
    border-bottom: calc(2 / 750 * 100vw) solid #000;
    border-left: calc(2 / 750 * 100vw) solid #000;
  }
  .cp-benefits-period-table th p {
    font-weight: normal;
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.5;
  }
  .cp-benefits-period-table td {
    padding: calc(8 / 750 * 100vw) calc(10 / 750 * 100vw);
    text-align: center;
    vertical-align: middle;
    border-right: calc(2 / 750 * 100vw) solid #000;
    border-bottom: calc(2 / 750 * 100vw) solid #000;
  }
  .cp-benefits-period-table td p {
    font-weight: normal;
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.5;
  }
  .cp-benefits-period-table thead th {
    background: #e35800;
    border-top: calc(2 / 750 * 100vw) solid #000;
  }
  .cp-benefits-period-table thead th p {
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #FFF;
  }
  .cp-benefits-period-table tbody th {
    width: calc(254 / 750 * 100vw);
  }
  .cp-how-to-join-step-2-benefits-1-2-link {
    padding: calc(30 / 750 * 100vw) 0 0 0;
  }
  .cp-how-to-join-step-2-benefits-1-2-link a::after {
    content: "";
    display: inline-block;
    margin-left: calc(6 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
    margin-bottom: calc(-1 / 750 * 100vw);
    background: url("/promotion/rarajcb/20260804/images/icon_link_ext_blue.svg") 50% 50% no-repeat;
    background-size: contain;
    width: calc(19 / 750 * 100vw);
    height: calc(19 / 750 * 100vw);
  }
  .cp-how-to-join-step-2-benefits-1-2-link ul {
    text-align: center;
  }
  .cp-how-to-join-step-2-benefits-1-2-link li {
    margin: calc(10 / 750 * 100vw) 0 0 0;
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.7;
  }
  .cp-how-to-join-step-2-benefits-1-2-link li:first-child {
    margin: 0;
  }
  .cp-how-to-join-step-2-benefits-1-notice {
    padding: calc(40 / 750 * 100vw) calc(25 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  }
  .cp-how-to-join-step-2-benefits-1-notice p {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.7;
  }
  .cp-how-to-join-step-2-benefits-2 {
    border-top: calc(6 / 750 * 100vw) solid #e35800;
  }
  .cp-how-to-join-step-2-benefits-2-text {
    box-sizing: border-box;
    margin: 0 auto;
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    background: #fff8aa;
    width: calc(630 / 750 * 100vw);
    text-align: center;
  }
  .cp-how-to-join-step-2-benefits-2-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.9375rem, 3.8vw, 1.0625rem);
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-2-benefits-2-text .red {
    color: #e50012;
  }
  .cp-how-to-join-step-2-benefits-2-use {
    margin: calc(40 / 750 * 100vw) auto calc(40 / 750 * 100vw) auto;
    padding: calc(20 / 750 * 100vw) 0;
    width: calc(430 / 750 * 100vw);
    text-align: center;
    border-top: calc(2 / 750 * 100vw) solid #000;
    border-bottom: calc(2 / 750 * 100vw) solid #000;
  }
  .cp-how-to-join-step-2-benefits-2-use p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.875rem, 3.6vw, 1rem);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .cp-how-to-join-step-2-benefits-2-use .head {
    color: #e35800;
  }
  .cp-how-to-join-step-2-benefits-2-notice {
    padding: calc(40 / 750 * 100vw) calc(25 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  }
  .cp-how-to-join-step-2-benefits-2-notice p {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.7;
  }
  .cp-benefits-head {
    text-align: center;
  }
  .cp-benefits-body {
    margin: 0 auto;
    padding: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw) 0;
    background: #fff8aa;
    width: calc(690 / 750 * 100vw);
  }
  .cp-benefits-sub-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: clamp(1.3125rem, 5vw, 1.4375rem);
    line-height: 1.25;
    color: #e35800;
    text-align: center;
  }
  .cp-benefits-benefits {
    display: flex;
    justify-content: space-between;
    margin: calc(65 / 750 * 100vw) auto 0 auto;
    width: calc(630 / 750 * 100vw);
  }
  .cp-benefits-benefits-1, .cp-benefits-benefits-2 {
    display: flex;
    flex-direction: column;
    background: #FFF;
    width: calc(306 / 750 * 100vw);
  }
  .cp-benefits-benefits-label {
    margin: 0 auto;
    width: calc(182 / 750 * 100vw);
  }
  .cp-benefits-benefits-label img {
    margin: calc(-38 / 750 * 100vw) 0 0 0;
  }
  .cp-benefits-benefits-text {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(20 / 750 * 100vw) 0 calc(30 / 750 * 100vw) 0;
    text-align: center;
  }
  .cp-benefits-benefits-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.8125rem, 3.4vw, 0.9375rem);
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .cp-benefits-benefits-text .orange {
    color: #e35800;
  }
  .cp-benefits-benefits-text .large {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: clamp(0.9375rem, 3.8vw, 1.0625rem);
    line-height: 1.4;
  }
  .cp-benefits-benefits-text .small {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: clamp(0.6875rem, 3vw, 0.8125rem);
    line-height: 1.4;
  }
  .cp-benefits-timing {
    margin: calc(30 / 750 * 100vw) auto calc(40 / 750 * 100vw) auto;
    padding: calc(20 / 750 * 100vw) 0;
    width: calc(430 / 750 * 100vw);
    text-align: center;
    border-top: calc(2 / 750 * 100vw) solid #000;
    border-bottom: calc(2 / 750 * 100vw) solid #000;
  }
  .cp-benefits-timing p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.875rem, 3.6vw, 1rem);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .cp-benefits-timing .head {
    color: #e35800;
  }
  .cp-benefits-period-body {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0;
  }
  .cp-benefits-notice {
    padding: calc(40 / 750 * 100vw) calc(25 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  }
  .cp-benefits-notice p {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.7;
  }
  .cp-target-head {
    text-align: center;
  }
  .cp-target-body {
    margin: 0 auto;
    padding: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw) 0;
    background: #fff8aa;
    width: calc(690 / 750 * 100vw);
  }
  .cp-target-sub-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: clamp(1.3125rem, 5vw, 1.4375rem);
    line-height: 1.25;
    color: #e35800;
    text-align: center;
  }
  .cp-target-sub-head-notice {
    padding: calc(30 / 750 * 100vw) 0 0 0;
    text-align: center;
  }
  .cp-target-sub-head-notice p {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.7;
  }
  .cp-target-user {
    margin: calc(40 / 750 * 100vw) auto 0 auto;
    padding: calc(30 / 750 * 100vw) 0 calc(40 / 750 * 100vw) 0;
    background: #FFF;
    width: calc(630 / 750 * 100vw);
  }
  .cp-target-user-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: clamp(1.1875rem, 4.6vw, 1.3125rem);
    line-height: 1.25;
    color: #e35800;
    text-align: center;
  }
  .cp-target-user-text {
    padding: calc(20 / 750 * 100vw) 0 calc(30 / 750 * 100vw) 0;
    text-align: center;
  }
  .cp-target-user-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.8125rem, 3.4vw, 0.9375rem);
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .cp-target-user-card-sub-body {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0;
  }
  .cp-target-user-card-sub-label {
    box-sizing: border-box;
    margin: calc(40 / 750 * 100vw) auto 0 auto;
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    background: #e35800;
    width: calc(480 / 750 * 100vw);
    text-align: center;
  }
  .cp-target-user-card-sub-label:first-child {
    margin: calc(30 / 750 * 100vw) auto 0 auto;
  }
  .cp-target-user-card-sub-label p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.8125rem, 3.4vw, 0.9375rem);
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #FFF;
  }
  .cp-target-user-card-sub-text {
    margin: calc(30 / 750 * 100vw) auto 0 auto;
    width: calc(570 / 750 * 100vw);
  }
  .cp-target-user-card-sub-text:last-child {
    padding: 0 0 calc(30 / 750 * 100vw) 0;
  }
  .cp-target-user-card-sub-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: clamp(0.6875rem, 3vw, 0.8125rem);
    line-height: 1.6;
  }
  .cp-target-user-card-sub-text .head {
    padding-bottom: calc(5 / 750 * 100vw);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.75rem, 3.2vw, 0.875rem);
    line-height: 1.4;
    color: #e35800;
  }
  .cp-target-user-card-sub-text .bold {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .cp-target-user-card-sub-text .red {
    color: #e50012;
  }
  .cp-target-user-card-sub-link {
    margin: calc(30 / 750 * 100vw) auto 0 auto;
    width: calc(570 / 750 * 100vw);
    text-align: center;
  }
  .cp-target-user-card-sub-link:last-child {
    padding: 0 0 calc(30 / 750 * 100vw) 0;
  }
  .cp-target-user-card-sub-link p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: clamp(0.6875rem, 3vw, 0.8125rem);
    line-height: 1.6;
  }
  .cp-target-user-card-sub-notice {
    margin: calc(15 / 750 * 100vw) auto 0 auto;
    width: calc(570 / 750 * 100vw);
  }
  .cp-target-user-card-sub-notice:last-child {
    padding: 0 0 calc(30 / 750 * 100vw) 0;
  }
  .cp-target-user-card-sub-notice p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: clamp(0.6875rem, 3vw, 0.8125rem);
    line-height: 1.6;
  }
  .cp-target-user-card-cash {
    margin: calc(20 / 750 * 100vw) 0 0 0;
  }
  .cp-target-user-card-other {
    margin: calc(20 / 750 * 100vw) 0 0 0;
  }
  .cp-target-notice {
    padding: calc(40 / 750 * 100vw) calc(25 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  }
  .cp-target-notice p {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.7;
  }
  .card-features {
    padding: 0 0 calc(100 / 750 * 100vw) 0;
    background: #e35800;
    width: 100%;
  }
  .card-features-head {
    text-align: center;
  }
  .card-features-sub-head {
    text-align: center;
  }
  .card-features-sub-text {
    padding: calc(30 / 750 * 100vw) 0 0 0;
    text-align: center;
  }
  .card-features-sub-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: clamp(0.9375rem, 3.8vw, 1.0625rem);
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .card-features-sub-notice {
    margin: 0 auto;
    padding: calc(35 / 750 * 100vw) 0 0 0;
    width: calc(630 / 750 * 100vw);
    text-align: left;
  }
  .card-features-sub-notice p {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.7;
  }
  .card-features-1 {
    margin: 0 auto;
    padding: 0 0 calc(45 / 750 * 100vw) 0;
    background: #FFF;
    width: calc(690 / 750 * 100vw);
  }
  .card-features-2 {
    margin: calc(30 / 750 * 100vw) auto 0 auto;
    padding: 0 0 calc(45 / 750 * 100vw) 0;
    background: #FFF;
    width: calc(690 / 750 * 100vw);
  }
  .card-features-3 {
    margin: calc(30 / 750 * 100vw) auto 0 auto;
    padding: 0 0 calc(30 / 750 * 100vw) 0;
    background: #FFF;
    width: calc(690 / 750 * 100vw);
  }
  .card-features-3-box {
    margin: calc(30 / 750 * 100vw) auto 0 auto;
    padding: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw) 0;
    background: #fff8aa;
    width: calc(630 / 750 * 100vw);
  }
  .card-features-3-box:first-child {
    margin: 0 auto;
  }
  .card-features-3-box-head {
    text-align: center;
  }
  .card-features-3-box-head p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: clamp(1.25rem, 4.8vw, 1.375rem);
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #e35800;
  }
  .card-features-3-box-main {
    margin: calc(30 / 750 * 100vw) 0 calc(40 / 750 * 100vw) 0;
  }
  .card-features-3-box-main-image {
    padding: 0 0 calc(30 / 750 * 100vw) 0;
  }
  .card-features-3-box-main-text {
    padding: 0;
    text-align: center;
  }
  .card-features-3-box-main-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.9375rem, 3.8vw, 1.0625rem);
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .card-features-3-box-main-text .orange {
    color: #e35800;
  }
  .card-features-3-box-notice {
    margin: 0 auto;
    width: calc(590 / 750 * 100vw);
    text-align: left;
  }
  .card-features-3-box-notice p {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.7;
  }
  .card-features-3-box-scene-head {
    box-sizing: border-box;
    margin: 0 auto;
    width: calc(550 / 750 * 100vw);
  }
  .card-features-3-box-scene-list {
    padding: calc(25 / 750 * 100vw) 0 0 0;
  }
  .card-features-3-box-scene-list ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: calc(568 / 750 * 100vw);
  }
  .card-features-3-box-scene-list li {
    width: calc(130 / 750 * 100vw);
  }
  .card-features-3-box-scene-list li p {
    font-weight: bold;
    font-size: clamp(0.6875rem, 3vw, 0.8125rem);
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .card-features-3-box-scene-list li .icon {
    padding-bottom: calc(10 / 750 * 100vw);
  }
  .card-features-3-box-bonus-point {
    padding: 0 0 calc(40 / 750 * 100vw) 0;
  }
  .card-features-3-box-bonus-point-body {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0;
  }
  .card-features-3-box-bonus-point-table {
    border-collapse: collapse;
    margin: calc(35 / 750 * 100vw) auto 0 auto;
    background: #FFF;
    width: calc(572 / 750 * 100vw);
  }
  .card-features-3-box-bonus-point-table th {
    padding: calc(8 / 750 * 100vw) calc(10 / 750 * 100vw);
    text-align: center;
    vertical-align: middle;
    border-right: calc(2 / 750 * 100vw) solid #000;
    border-bottom: calc(2 / 750 * 100vw) solid #000;
    border-left: calc(2 / 750 * 100vw) solid #000;
  }
  .card-features-3-box-bonus-point-table th p {
    font-weight: normal;
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.5;
  }
  .card-features-3-box-bonus-point-table td {
    padding: calc(8 / 750 * 100vw) calc(10 / 750 * 100vw);
    text-align: center;
    vertical-align: middle;
    border-right: calc(2 / 750 * 100vw) solid #000;
    border-bottom: calc(2 / 750 * 100vw) solid #000;
  }
  .card-features-3-box-bonus-point-table td p {
    font-weight: normal;
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.5;
  }
  .card-features-3-box-bonus-point-table thead th {
    background: #e35800;
    border-top: calc(2 / 750 * 100vw) solid #000;
  }
  .card-features-3-box-bonus-point-table thead th p {
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #FFF;
  }
  .card-features-3-box-bonus-point-table tbody th {
    width: calc(340 / 750 * 100vw);
  }
  .card-features-3-box-bonus-point-notice {
    margin: calc(15 / 750 * 100vw) auto 0 auto;
    width: calc(572 / 750 * 100vw);
  }
  .card-features-3-box-bonus-point-notice p {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.7;
  }
  .card-details {
    padding: 0 0 calc(110 / 750 * 100vw) 0;
    background: #FFF;
    width: 100%;
  }
  .card-details-head {
    text-align: center;
  }
  .card-details-table {
    border-collapse: collapse;
    margin: 0 auto;
    width: calc(690 / 750 * 100vw);
  }
  .card-details-table th {
    box-sizing: border-box;
    padding: calc(20 / 750 * 100vw) calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    background: #fff8aa;
    width: calc(246 / 750 * 100vw);
    text-align: left;
    vertical-align: top;
    border-right: calc(2 / 750 * 100vw) solid #000;
    border-bottom: calc(2 / 750 * 100vw) solid #000;
    border-left: calc(2 / 750 * 100vw) solid #000;
  }
  .card-details-table th p {
    font-weight: bold;
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.6;
  }
  .card-details-table td {
    box-sizing: border-box;
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    background: #FFF;
    text-align: left;
    vertical-align: top;
    border-right: calc(2 / 750 * 100vw) solid #000;
    border-bottom: calc(2 / 750 * 100vw) solid #000;
  }
  .card-details-table td p {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.6;
  }
  .card-details-table tr:first-child th {
    border-top: calc(2 / 750 * 100vw) solid #000;
  }
  .card-details-table tr:first-child td {
    border-top: calc(2 / 750 * 100vw) solid #000;
  }
  .card-details-table .lineup {
    text-align: left;
    vertical-align: middle;
  }
  .card-details-table .sep {
    padding-top: calc(20 / 750 * 100vw);
  }
  .card-details-table-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(10 / 750 * 100vw) 0;
  }
  .card-details-table-card-name {
    padding: 0 0 0 calc(20 / 750 * 100vw);
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.5;
    text-align: center;
  }
  .card-details-table-card-image {
    width: calc(152 / 750 * 100vw);
  }
  .card-details-notice {
    margin: calc(20 / 750 * 100vw) auto 0 auto;
    width: calc(690 / 750 * 100vw);
  }
  .card-details-notice p {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.6;
  }
  .footer {
    padding: calc(40 / 750 * 100vw) 0 calc(180 / 750 * 100vw) 0;
    background: #00418f;
    width: 100%;
  }
  .footer-inner {
    display: grid;
    grid-template-columns: calc(140 / 750 * 100vw) auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "logo link" "update update" "copyright copyright";
    margin: 0 auto;
    width: calc(610 / 750 * 100vw);
  }
  .footer-logo {
    grid-area: logo;
    padding: 0 0 0 calc(5 / 750 * 100vw);
  }
  .footer-logo img {
    width: calc(98 / 750 * 100vw);
  }
  .footer-link {
    grid-area: link;
  }
  .footer-link li {
    margin: calc(12 / 750 * 100vw) 0 0 0;
    font-size: clamp(0.6875rem, 3vw, 0.8125rem);
    line-height: 1.5;
    color: #FFF;
  }
  .footer-link li:first-child {
    margin: 0;
  }
  .footer-link a {
    color: #FFF;
  }
  .footer-link a[target=_blank]:after {
    background: url("/promotion/rarajcb/20260804/images/icon_link_ext_white.svg") 50% 50% no-repeat;
  }
  .footer-update {
    grid-area: update;
    padding: calc(35 / 750 * 100vw) 0 0 0;
    text-align: left;
  }
  .footer-update p {
    font-size: clamp(0.6875rem, 3vw, 0.8125rem);
    line-height: 1.5;
    color: #FFF;
  }
  .footer-copyright {
    grid-area: copyright;
    padding: calc(50 / 750 * 100vw) 0 0 0;
    text-align: center;
  }
  .footer-copyright p {
    font-size: clamp(0.6875rem, 3vw, 0.8125rem);
    line-height: 1.5;
    color: #FFF;
  }
  .fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(55, 55, 55, 0.6);
    width: 100%;
    z-index: 10;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .fixed-bottom.visible {
    opacity: 1;
  }
  .fixed-bottom-button {
    margin: 0 auto;
    padding: calc(16 / 750 * 100vw) 0 0 0;
    width: calc(550 / 750 * 100vw);
  }
  .fixed-bottom-button a {
    display: inline-block;
  }
  .fixed-bottom-text {
    padding: calc(10 / 750 * 100vw) 0 calc(13 / 750 * 100vw) 0;
    text-align: center;
    filter: drop-shadow(0 0 calc(3 / 750 * 100vw) #000);
  }
  .fixed-bottom-text p {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.5;
    color: #FFF;
  }
  .fixed-bottom-text a {
    color: #FFF;
  }
  .fixed-pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    width: calc(80 / 750 * 100vw);
    z-index: 20;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .fixed-pagetop.visible {
    opacity: 1;
  }
  .fixed-pagetop a {
    display: inline-block;
  }
  .fixed-pagetop a:focus {
    outline: none;
  }
  .modal-nav-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 499;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .modal-nav-shadow.visible {
    opacity: 1;
    display: block;
  }
  .modal-apply {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .modal-apply.visible {
    opacity: 1;
    display: block;
  }
  .modal-apply-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .modal-apply-container-in {
    margin: 0 auto;
    width: calc(670 / 750 * 100vw);
  }
  .modal-apply-box {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 calc(40 / 750 * 100vw) 0;
    background: #f2f2f1;
    width: calc(670 / 750 * 100vw);
    max-height: 92dvh;
    overflow-y: auto;
  }
  .modal-apply-box-close-btn {
    text-align: right;
  }
  .modal-apply-box-close-btn a {
    display: block;
    margin: 0 0 0 auto;
    width: calc(56 / 750 * 100vw);
  }
  .modal-apply-box-icon {
    margin: calc(-20 / 750 * 100vw) auto 0 auto;
    width: calc(68 / 750 * 100vw);
  }
  .modal-apply-box-text {
    padding: calc(10 / 750 * 100vw) 0 calc(25 / 750 * 100vw) 0;
    text-align: center;
  }
  .modal-apply-box-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: clamp(1.25rem, 4.8vw, 1.375rem);
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #e50012;
  }
  .modal-apply-box-flow {
    margin: 0 auto;
    padding: 0 0 calc(40 / 750 * 100vw) 0;
    width: calc(620 / 750 * 100vw);
  }
  .modal-apply-box-button {
    margin: 0 auto;
    width: calc(550 / 750 * 100vw);
  }
  .modal-slide {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .modal-slide.is-open {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  .modal-slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .modal-slide-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: calc(750 / 750 * 100vw);
  }
  .modal-slide-close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    cursor: pointer;
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }
  .modal-slide-close::before,
  .modal-slide-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(32 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
    background: #fff;
  }
  .modal-slide-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal-slide-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal-slide-body {
    box-sizing: border-box;
    background: #e35800;
    padding: calc(32 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    max-height: 92dvh;
    overflow-y: auto;
  }
  .modal-slide-title {
    text-align: center;
    margin-bottom: calc(34 / 750 * 100vw);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: clamp(1.25rem, 4.8vw, 1.375rem);
    line-height: 1.25;
    color: #FFF;
  }
  .steps-swiper {
    padding-right: calc(60 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
    overflow: hidden;
  }
  .steps-swiper .swiper-slide {
    width: calc(630 / 750 * 100vw);
    height: auto;
    background: #FFF;
    display: flex;
    flex-direction: column;
  }
  .step-card-num {
    background: #fff8aa;
    text-align: center;
    padding: calc(12 / 750 * 100vw) 0 calc(14 / 750 * 100vw) 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: clamp(1.5625rem, 5.8vw, 1.6875rem);
    line-height: 1;
    color: #e35800;
  }
  .step-card-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(240 / 750 * 100vw);
  }
  .steps-swiper .swiper-pagination {
    position: static;
    margin-top: calc(30 / 750 * 100vw);
  }
  .steps-swiper .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 calc(7 / 750 * 100vw) !important;
  }
  .steps-swiper .swiper-pagination-bullet-active {
    background: #fff;
  }
  .steps-nav {
    display: flex;
    justify-content: center;
    gap: calc(50 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
  .steps-nav-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    width: calc(200 / 750 * 100vw);
    height: calc(55 / 750 * 100vw);
    border-radius: calc(999 / 750 * 100vw);
    background: #FFF;
    position: relative;
    transition: opacity 0.2s;
  }
  .steps-nav-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(10 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    border-top: calc(3 / 750 * 100vw) solid #e35800;
    border-right: calc(3 / 750 * 100vw) solid #e35800;
  }
  .steps-nav-btn--prev::before {
    transform: translate(-30%, -50%) rotate(-135deg);
  }
  .steps-nav-btn--next::before {
    transform: translate(-70%, -50%) rotate(45deg);
  }
  .steps-nav-btn.swiper-button-disabled {
    background: #ed9259;
    cursor: default;
    pointer-events: none;
  }
  .steps-nav-btn.swiper-button-disabled::before {
    border-color: #e35800;
  }
  .modal-slide-first-app {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "text" "link" "notice";
    width: calc(630 / 750 * 100vw);
  }
  .modal-slide-first-app-link {
    grid-area: link;
    box-sizing: border-box;
    padding: calc(40 / 750 * 100vw) 0 0 0;
  }
  .modal-slide-first-app-link ul {
    margin: 0 auto;
    width: calc(368 / 750 * 100vw);
  }
  .modal-slide-first-app-link li {
    margin: calc(25 / 750 * 100vw) 0 0 0;
  }
  .modal-slide-first-app-link li:first-child {
    margin: 0;
  }
  .modal-slide-first-app-text {
    grid-area: text;
    text-align: center;
  }
  .modal-slide-first-app-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(1.1875rem, 4.6vw, 1.3125rem);
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
  .modal-slide-first-app-notice {
    grid-area: notice;
    margin: 0 auto;
    padding: calc(45 / 750 * 100vw) 0 0 0;
    width: calc(550 / 750 * 100vw);
    text-align: left;
  }
  .modal-slide-first-app-notice p {
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    line-height: 1.6;
  }
}