@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --padding-inline: 16px;
  --contents-width: 1120px;
}

html:has(.l-club-custom) {
  min-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.mt0 {
  margin-top: 0 !important;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.club-custom-footer {
  background-color: #191919;
  line-height: 1.6;
  color: #fff;
  padding-inline: var(--padding-inline);
}
.club-custom-footer-inner {
  max-width: calc(var(--contents-width) + 80px);
  padding-block: 32px 24px;
  margin-inline: auto;
  position: relative;
}
.club-custom-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 31px;
}
@media (max-width: 768px) {
  .club-custom-footer-list {
    -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;
  }
}
.club-custom-footer-list a {
  font-size: 14px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.club-custom-footer-list a:hover, .club-custom-footer-list a:active {
  opacity: 0.8;
}
.club-custom-footer-copyright {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .club-custom-footer-copyright {
    margin-top: 37px;
  }
}
.club-custom-footer-page-top-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 24px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .club-custom-footer-page-top-btn {
    bottom: auto;
    top: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.club-custom-footer-page-top-btn:hover, .club-custom-footer-page-top-btn:active {
  opacity: 0.8;
}
.club-custom-footer-page-top-btn::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}
.club-custom-footer-page-top-btn svg {
  position: relative;
  z-index: -1;
  fill: var(--color-primary);
}

.club-custom-header {
  background-color: #191919;
  color: #fff;
  padding-inline: var(--padding-inline);
  position: relative;
}
@media (max-width: 768px) {
  .club-custom-header {
    padding-right: 0;
  }
}
.club-custom-header-inner {
  max-width: var(--contents-width);
  margin-inline: auto;
  padding-block: 7px;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.club-custom-header-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.club-custom-header-logo {
  height: 40px;
  width: auto;
}
.club-custom-header-logo > img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.club-custom-header-heading {
  font-size: clamp(16px, 1.5625vw, 20px);
  font-weight: 700;
}
.club-custom-header-menu-btn {
  display: none;
  aspect-ratio: 1/1;
  margin-block: -7px;
  justify-self: self-end;
  padding: 12px;
  font-size: 10px;
  font-weight: 700;
  background-color: #333;
}
@media (max-width: 768px) {
  .club-custom-header-menu-btn {
    display: grid;
    place-content: center;
  }
}
.club-custom-header-menu-btn-icon {
  display: block;
  width: 28px;
  height: 18px;
  position: relative;
}
.club-custom-header-menu-btn-icon::before, .club-custom-header-menu-btn-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.club-custom-header-menu-btn-icon::before {
  top: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.club-custom-header-menu-btn-icon::after {
  bottom: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.club-custom-header.is-menu-open .club-custom-header-menu-btn-icon::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.club-custom-header.is-menu-open .club-custom-header-menu-btn-icon::after {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}
.club-custom-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(30px, 3.90625vw, 50px);
     -moz-column-gap: clamp(30px, 3.90625vw, 50px);
          column-gap: clamp(30px, 3.90625vw, 50px);
  justify-self: self-end;
}
@media (max-width: 768px) {
  .club-custom-header-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #333;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding: 0;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
  .club-custom-header.is-menu-open .club-custom-header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .club-custom-header-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .club-custom-header-list li:last-child {
    border-bottom: none;
  }
  .club-custom-header-list a {
    display: block;
    padding: 16px 20px;
    width: 100%;
  }
}
.club-custom-header-list a {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.club-custom-header-list a:hover, .club-custom-header-list a:active {
  opacity: 0.8;
}

.l-club-custom {
  min-height: 100%;
  position: relative;
  /* カラーパターン */
}
.l-club-custom.color-yokohama {
  --color-primary: #00a0e9;
  --color-secondary: #0;
  --color-border: #FCEBDD;
}
.l-club-custom.color-blue {
  --color-primary: #314395;
  --color-secondary: #dee1ee;
  --color-border: #cfd7fa;
}
.l-club-custom-main {
  max-width: 100%;
  width: 100%;
}
.l-club-custom-main:has(.form-head-contents):has(.l-club-custom-contents):has(.form-bottom-btn-contents) {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}
.l-club-custom-contents {
  max-width: calc(var(--contents-width) + var(--padding-inline) * 2);
  width: 100%;
  margin-inline: auto;
  padding: 32px var(--padding-inline);
}
@media (max-width: 768px) {
  .l-club-custom-contents:has(.card .form) {
    padding-block: 17px 40px;
  }
}

.is-sp {
  display: none !important;
}
@media (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

.l-club-custom > .mx-auto {
  min-height: 100vh;
  width: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}
.l-club-custom main {
  padding: 0;
  background-color: #EAECF1;
  max-width: 100%;
}
.l-club-custom astro-island:not(:last-of-type) .card {
  margin-bottom: 40px;
}
.l-club-custom .card {
  border-radius: 6px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}
.l-club-custom .card:not(.custom-club-card) {
  padding: 0;
}
.l-club-custom .card:not(:has(> [class^=mb-], > [class*=" mb-"])) > .card-title {
  margin-bottom: 0;
}
.l-club-custom .card:not([class^=custom], [class*=" custom"]) > .card-title {
  background-color: #000;
  color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 12px 24px;
}
.l-club-custom .card > .card-title__sub {
  max-width: 1032px;
  margin-inline: auto;
  padding: 24px var(--padding-inline) 0;
}
.l-club-custom .card > .card-title__sub + .card-section {
  padding-top: 24px;
}
.l-club-custom .card:has(.card-border-title) {
  padding: 32px var(--padding-inline) 0;
}
.l-club-custom .card:has(.card-border-title) .card-section {
  max-width: 1000px;
  padding: clamp(20px, 1.875vw, 24px) 0 32px;
}
.l-club-custom .card-title {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .l-club-custom .card-title {
    font-size: 19px;
  }
}
.l-club-custom .form {
  max-width: 1032px;
  margin-inline: auto;
  padding: 32px var(--padding-inline) 36px;
  gap: 0;
}
.l-club-custom .btn {
  display: grid;
  border-radius: 4px;
  padding: 10px 16px;
  height: auto;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-club-custom .btn.btn-ghost {
  padding: 0;
}
.l-club-custom :is(.form-input, .form-select) {
  height: auto;
  padding: 8px 16px;
  border: 1px solid #CFD9E4;
  border-radius: 4px;
  font-size: 16px;
}
.l-club-custom .form-select {
  cursor: pointer;
  font-weight: 500;
  padding-right: 32px;
}
.l-club-custom label:has(.form-radio, .form-checkbox) {
  cursor: pointer;
  font-weight: 500;
}
.l-club-custom .form-radio {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 1;
  border: 2px solid #CFD9E4;
  position: relative;
}
.l-club-custom .form-radio::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-club-custom .form-radio:checked {
  background-image: none;
  background-color: transparent;
}
.l-club-custom .form-radio:checked::after {
  opacity: 1;
}
.l-club-custom .form-checkbox {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 1;
  border-width: 2px;
  border-style: solid;
  border-color: #CFD9E4;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}
.l-club-custom .form-checkbox:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.l-club-custom .form-checkbox + span {
  font-size: 14px;
}
.l-club-custom .form-label {
  padding: 12px 13px 12px 15px;
  border: 1px solid #CFD9E4;
  border-radius: 4px;
  height: auto;
  background-color: #fff;
}
.l-club-custom [role=tooltip] svg {
  fill: var(--color-primary);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-club-custom [role=tooltip] svg:hover, .l-club-custom [role=tooltip] svg:active {
  opacity: 0.8;
}

.form-group-row-inner .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-block: 12px 0;
}
.form-group-row-inner .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-block: 12px 0;
}

.form-bottom-btn-contents .btn {
  font-size: 16px;
  min-width: 262px;
}

.top-content-head {
  padding: clamp(15px, 1.875vw, 24px) var(--padding-inline);
  background-color: var(--color-primary);
  font-size: clamp(20px, 1.875vw, 24px);
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}

.top-mv-container {
  width: 100%;
  height: auto;
}
.top-mv-container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.top-contents-section-wrapper {
  padding: clamp(32px, 4.375vw, 56px) var(--padding-inline);
}
.top-contents-section-wrapper:nth-of-type(2n+1) {
  background-color: #FDFEFF;
}
.top-contents-section-wrapper:nth-of-type(2n) {
  background-color: transparent;
}

.top-content-section {
  max-width: var(--contents-width);
  width: 100%;
  margin-inline: auto;
}
.top-content-section + .top-content-section {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .top-content-section + .top-content-section {
    margin-top: 32px;
  }
}
.top-content-section-bottom-btn {
  display: grid;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .top-content-section-bottom-btn {
    margin-top: 24px;
  }
}
.top-content-section-bottom-btn .btn {
  justify-self: center;
  max-width: 358px;
  width: 100%;
  font-size: 16px;
  padding-block: 16px;
}
.top-content-card {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding-block: 48px;
}
@media (max-width: 768px) {
  .top-content-card {
    padding-block: 24px;
  }
}
.top-content-card-inner {
  padding-inline: var(--padding-inline);
  max-width: 1032px;
  margin-inline: auto;
}
.top-content-announce-block {
  font-size: 14px;
  background-color: #F8F9FA;
  padding: 16px clamp(var(--padding-inline), 2.34375vw, 30px);
}
.top-content-announce-block > *:not(:last-child) {
  margin-bottom: 8px;
}
.top-content-img__center img {
  max-width: 100%;
  width: minmax(auto, max-width);
  margin-inline: auto;
}

.top-section-heading {
  font-size: clamp(24px, 2.578125vw, 33px);
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: clamp(10px, 1.40625vw, 18px);
     -moz-column-gap: clamp(10px, 1.40625vw, 18px);
          column-gap: clamp(10px, 1.40625vw, 18px);
}
.top-section-heading__en {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: var(--color-primary);
  font-size: clamp(13px, 1.25vw, 160px);
  font-weight: 600;
}
.top-section-heading-block {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .top-section-heading-block {
    margin-bottom: 20px;
  }
}

.top-application-list-row + .top-application-list-row {
  margin-top: 32px;
}
.top-application-title-item {
  margin-bottom: 8px;
}
.top-application-period-data {
  font-weight: 700;
  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-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .top-application-period-data {
    font-size: 16px;
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
}
.top-application-period-data .txt-strong {
  font-family: "Roboto", sans-serif;
  font-size: clamp(22px, 1.875vw, 24px);
}
.top-application-period-data-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}

.top-benefit-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(204px, 1fr));
  gap: 16px 24px;
}
@media (max-width: 768px) {
  .top-benefit-list {
    grid-template-columns: repeat(auto-fit, minmax(163px, 1fr));
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
  }
}
.top-benefit-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.top-benefit-img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #E6EFEE;
  display: grid;
  place-content: center;
}
.top-benefit-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-benefit-label {
  margin-top: 8px;
  background-color: var(--color-primary);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .top-benefit-label {
    margin-top: 0;
    font-size: 11px;
  }
}
.top-benefit-name {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
}

.top-order-btn-block {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  display: grid;
  padding: 40px 56px;
  width: 100%;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
@media (max-width: 768px) {
  .top-order-btn-block {
    padding-block: 16px;
  }
}
.top-order-btn-block.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-order-btn-block .btn {
  padding-block: clamp(10px, 1.25vw, 16px);
  font-size: 16px;
  max-width: 358px;
  width: 100%;
  margin-inline: auto;
}

.btn-block {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-block .btn {
  min-width: 200px;
}

.btn.btn-custom-primary {
  color: #fff;
  background-color: var(--color-primary);
}
.btn.btn-custom-primary:hover, .btn.btn-custom-primary:active {
  opacity: 0.8;
}
.btn.btn-custom-white {
  color: #333;
  background-color: #fff;
}
.btn.btn-custom-white:hover, .btn.btn-custom-white:active {
  opacity: 0.8;
}
.btn.btn-custom-border {
  color: var(--color-primary);
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-primary);
}
.btn.btn-custom-border:hover, .btn.btn-custom-border:active {
  opacity: 0.8;
}
.btn.btn-custom-border-def {
  color: #333;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-primary);
}
.btn.btn-custom-border-def:hover, .btn.btn-custom-border-def:active {
  opacity: 0.8;
}
.btn.btn-custom-border-def:has(svg) {
  grid-template-columns: auto auto;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.btn.btn-custom-border-def:has(svg) svg {
  fill: var(--color-primary);
}
.btn.btn-custom-outline {
  color: #333;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #687482;
}
.btn.btn-custom-outline:hover, .btn.btn-custom-outline:active {
  opacity: 0.8;
}
.btn.btn-size-content {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
.btn.btn-slim {
  font-size: 12px;
  padding: 4px 12px;
}
.btn.btn-custom-ghost {
  padding: 0;
  color: var(--color-primary);
}
.btn.btn-custom-ghost:hover, .btn.btn-custom-ghost:active {
  background-color: var(--color-secondary);
}
.btn.btn-custom-circle {
  display: grid;
  place-content: center;
  min-height: 40px;
  min-width: 40px;
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 50%;
  padding: 5px;
}

.card-font-m {
  font-size: 14px;
  line-height: 1.6;
}
.card-font-s {
  font-size: 12px;
  line-height: 1.6;
}
.card-section {
  max-width: 1032px;
  margin-inline: auto;
  padding: 32px var(--padding-inline) 36px;
}
@media (max-width: 768px) {
  .card-section:has(.order-total-table) {
    padding-block: 16px 20px;
  }
}
@media (max-width: 768px) {
  .card-section:has(.form-confirm-data-content) {
    padding-block: 16px 24px;
  }
}
.card-block + .card-block {
  margin-top: 24px;
}
.card-content-row {
  max-width: 1032px;
  margin-inline: auto;
  padding: 32px var(--padding-inline) 24px;
}
.card-content-row + .card-content-row {
  padding-top: 24px;
  border-top: 2px solid rgba(88, 88, 88, 0.2);
}
.card-content-row:last-of-type {
  padding-bottom: 32px;
}
.card-ta-center__pc {
  text-align: center;
}
@media (max-width: 768px) {
  .card-ta-center__pc {
    text-align: left;
  }
}
.card-border-title {
  padding-left: 11px;
  padding-bottom: 8px;
  border-bottom: 1px solid #CFD9E4;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media (max-width: 768px) {
  .card-border-title {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}
.card-border-title::before {
  content: "";
  display: block;
  width: 3px;
  height: 17px;
  background-color: var(--color-primary);
  position: absolute;
  top: 7px;
  left: 0;
}
.card-border-title__sub {
  color: #687482;
  font-size: 14px;
  line-height: 1.5;
}
.card-title__sub {
  font-size: 16px;
  font-weight: 700;
}

.custom-club-card {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-border);
  padding: 32px var(--padding-inline);
}
.custom-club-card .card-title {
  background-color: transparent;
  padding: 0;
  color: #333;
  max-width: 1000px;
  margin-inline: auto;
  font-size: 16px;
}
.custom-club-card .card-section {
  padding: 16px 0 0;
  max-width: 1000px;
}
.custom-club-card-row + .custom-club-card-row {
  margin-top: 19px;
}
.custom-club-card-753 {
  max-width: 753px;
  margin-inline: auto;
}
.custom-club-form {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 768px) {
  .custom-club-form {
    grid-template-columns: auto;
    row-gap: 24px;
  }
}
.custom-club-form .form {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 10px;
}
@media (max-width: 768px) {
  .custom-club-form .form {
    grid-template-columns: auto;
  }
}
@media (max-width: 768px) {
  .custom-club-form-btn-item {
    justify-self: center;
  }
}
.custom-club-form-btn-item .btn {
  min-width: 95px;
}
@media (max-width: 768px) {
  .custom-club-form-btn-item .btn {
    min-width: 200px;
  }
}

.card-tab .flex {
  padding: 24px clamp(var(--padding-inline), 4.609375vw, 59px);
}
.card-tab .card-title {
  padding: 0;
  background-color: transparent;
  color: #333;
}
.card-tab-content {
  padding: 8px var(--padding-inline) 32px;
}
.card-tab-content-inner {
  max-width: 1000px;
  margin-inline: auto;
}
.card-tab-content-heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.card-tab-data-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(183px, -webkit-max-content));
  grid-template-columns: repeat(2, minmax(183px, max-content));
  border: 1px solid #CFD9E4;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .card-tab-data-table {
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
  }
}
.card-tab-data-table dt, .card-tab-data-table dd {
  padding: 8px 15px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .card-tab-data-table dt, .card-tab-data-table dd {
    font-size: 12px;
  }
}
.card-tab-data-table dt:not(:last-of-type), .card-tab-data-table dd:not(:last-of-type) {
  border-bottom: 1px solid #CFD9E4;
}
.card-tab-data-table dt {
  background-color: #F3F4F6;
  border-right: 1px solid #CFD9E4;
}
.card-tab-data-table dd {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.card-tab-data-table .sub-txt {
  font-size: 12px;
}
@media (max-width: 768px) {
  .card-tab-data-table .sub-txt {
    font-size: 11px;
  }
}
.card-tab-att-txt__red {
  font-size: 14px;
  line-height: 1.6;
  color: #F04444;
  padding-left: 14px;
  text-indent: -14px;
}
.card-tab-att-txt__gray {
  font-size: 12px;
  line-height: 1.6;
  color: #687482;
  padding-left: 12px;
  text-indent: -12px;
}
.card-tab-att-txt__gray + .card-tab-att-txt__gray {
  margin-top: 8px;
}

.form-step-wrap {
  background-color: #fff;
  padding: 16px var(--padding-inline);
}
.form-step-inner {
  max-width: var(--contents-width);
  margin-inline: auto;
  display: grid;
  grid-template-areas: "ttl" "read";
  row-gap: 10px;
}
@media (max-width: 768px) {
  .form-step-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form-step-inner:has(.form-step-graph-block) {
  grid-template-areas: "graph ttl" "graph read";
  grid-template-columns: 54px 1fr;
  gap: 6px 17px;
}
@media (max-width: 768px) {
  .form-step-inner:has(.form-step-graph-block) {
    grid-template-areas: "graph ttl" "read read";
    gap: 12px;
  }
}
.form-step-inner:has(.form-step-graph-block):has(.form-step-att) {
  grid-template-areas: "graph ttl" "graph read" "graph att";
}
@media (max-width: 768px) {
  .form-step-inner:has(.form-step-graph-block):has(.form-step-att) {
    grid-template-areas: "graph ttl" "read read" "att att";
  }
}
.form-step-inner:not(:has(.form-step-graph-block)) .form-step-read {
  color: #687482;
}
.form-step-graph-block {
  grid-area: graph;
  width: 54px;
  height: 54px;
  background-color: #DAE5F2;
  border-radius: 50%;
  position: relative;
  padding: 4px;
}
.form-step-graph-ratio {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.form-step-graph-ratio[data-step="1"] {
  background: conic-gradient(var(--color-primary) 0% calc(1 / 6 * 100%), #DAE5F2 calc(1 / 6 * 100%) 100%);
}
.form-step-graph-ratio[data-step="2"] {
  background: conic-gradient(var(--color-primary) 0% calc(2 / 6 * 100%), #DAE5F2 calc(2 / 6 * 100%) 100%);
}
.form-step-graph-ratio[data-step="3"] {
  background: conic-gradient(var(--color-primary) 0% calc(3 / 6 * 100%), #DAE5F2 calc(3 / 6 * 100%) 100%);
}
.form-step-graph-ratio[data-step="4"] {
  background: conic-gradient(var(--color-primary) 0% calc(4 / 6 * 100%), #DAE5F2 calc(4 / 6 * 100%) 100%);
}
.form-step-graph-ratio[data-step="5"] {
  background: conic-gradient(var(--color-primary) 0% calc(5 / 6 * 100%), #DAE5F2 calc(5 / 6 * 100%) 100%);
}
.form-step-graph-ratio[data-step="6"] {
  background: conic-gradient(var(--color-primary) 0% calc(6 / 6 * 100%), #DAE5F2 calc(6 / 6 * 100%) 100%);
}
.form-step-graph-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  background-color: #fff;
  display: grid;
  place-content: center;
}
.form-step-graph-num {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
  color: #687482;
}
.form-step-graph-num .now-step {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
}
.form-step-graph-name {
  font-size: 11px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 2px;
}
.form-step-heading {
  grid-area: ttl;
  font-size: 18px;
  font-weight: 700;
}
.form-step-read {
  grid-area: read;
  font-size: 14px;
}
@media (max-width: 768px) {
  .form-step-read {
    margin-top: 4px;
  }
}
.form-step-att {
  grid-area: att;
  font-size: 12px;
  line-height: 1.6;
  color: #687482;
  padding-left: 12px;
  text-indent: -12px;
}

.form-keep-info-wrap {
  padding: 15px var(--padding-inline) 20px;
  background-color: var(--color-secondary);
  border-block: 1px solid var(--color-border);
}
.form-keep-info-heading {
  color: var(--color-primary);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 1px;
  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;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
.form-keep-info-heading .keep-time {
  font-size: 24px;
}
.form-keep-info-txt {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  margin-top: 4px;
}

.form-head-fix-contents {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-animation-name: fadeOutTop;
          animation-name: fadeOutTop;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.form-head-fix-contents.is-visible {
  display: block;
  opacity: 0;
  z-index: -10;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.form-head-fix-contents.is-animation {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
  -webkit-animation-name: fadeInTop;
          animation-name: fadeInTop;
}
.form-head-fix-contents .form-keep-info-wrap {
  padding: 10px;
  border-top: none;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
}
.form-head-fix-contents .form-step-graph-block {
  width: 102px;
  height: 98px;
  padding: 7px;
  -webkit-box-shadow: 0 0 7.26px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 7.26px rgba(0, 0, 0, 0.25);
  margin: 9px 0 0 auto;
}
.form-head-fix-contents .form-step-graph-num {
  font-size: 18px;
  line-height: 1;
}
.form-head-fix-contents .form-step-graph-num .now-step {
  font-size: 27px;
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    z-index: -10;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    z-index: -10;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    z-index: -10;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes fadeOutTop {
  0% {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    z-index: -10;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.form-head-fix-step-graph {
  max-width: calc(var(--contents-width) + var(--padding-inline));
  margin-inline: auto;
  padding-inline: var(--padding-inline);
}

.form-info-data-block {
  background-color: #F3F4F6;
  padding: 16px clamp(12px, 2.34375vw, 30px);
  border: 1px solid #DCE3EB;
}
.form-info-data-row {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  font-size: 14px;
}
.form-info-data-row:not(:last-of-type) {
  margin-bottom: 3px;
}
.form-info-data-row .card-section-title {
  font-size: 14px;
  margin: 0;
  color: #6B7280;
}

.form-group-row:not(:last-of-type) {
  margin-bottom: 32px;
}
.form-group-row-inner.max-644 {
  width: 100%;       /* 親幅いっぱいに */
  max-width: 644px;  /* デスクトップでは制限 */
  box-sizing: border-box;
}
.form-group-row-block + .form-group-row-block {
  margin-top: 16px;
}
.form-group-row-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  background-color: #F3F4F6;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 15px;
  margin-bottom: 16px;
}
.form-group-row-label .label-required {
  display: inline-block;
  background-color: var(--color-primary);
  font-size: 11px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 2px;
  padding: 4px 5px;
}

select, input[type="radio"] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 16px; /* iOSの自動ズーム防止 */
}

.form-input-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 768px) {
  .form-input-row {
    grid-template-columns: repeat(auto-fill, minmax(314px, 1fr));
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .form-input-row.sp-cqw-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.form-input-label {
  display: inline-block;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form-input-label:not(p) {
  cursor: pointer;
}

.form-card-heading {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.form-label-inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 16px auto auto;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  font-weight: 500;
}
.form-label-main-txt {
  padding-left: 6px;
}
.form-label-sub-txt {
  color: #687482;
  font-size: clamp(13px, 1.25vw, 16px);
}

.form-bottom-btn-contents {
  display: grid;
  background-color: #333;
  padding: 48px var(--padding-inline);
}
@media (max-width: 768px) {
  .form-bottom-btn-contents {
    grid-template-columns: auto;
    margin-top: 0;
  }
}

.form-service-term-detail {
  width: 100%;
  height: 100%;
  max-height: 312px;
  overflow-y: auto;
  font-size: 14px;
  font-weight: 500;
  word-break: break-all;
  padding: 16px;
  background-color: #F8F9FA;
  border: 1px solid #DCE3EB;
}
.form-service-term-checkbox {
  margin-top: 24px;
  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;
}

.form-alert-block {
  margin-top: 32px;
  background-color: #FFF9F9;
  border: 1px solid #FFDADA;
  padding: 12px;
  text-align: center;
  color: #F04444;
  font-size: clamp(12px, 1.09375vw, 14px);
  font-weight: 700;
}

/* アラートスタイル */
.alert {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}

.alert-error {
  background-color: #FFF9F9;
  border: 1px solid #FFDADA;
  color: #F04444;
}

.alert-error svg {
  stroke: #F04444;
  flex-shrink: 0;
  margin-right: 8px;
}

.alert-success {
  background-color: #F0FDF4;
  border: 1px solid #BBF7D0;
  color: #166534;
}

.alert-warning {
  background-color: #FFFBEB;
  border: 1px solid #FED7AA;
  color: #92400E;
}

.alert-info {
  background-color: #EFF6FF;
  border: 1px solid #BFDBFE;
  color: #1E40AF;
}

.form-confirm-data-content > .form-confirm-data-row {
  border-bottom: 1px solid #CFD9E4;
}
.form-confirm-data-content > .form-confirm-data-row:first-of-type > * {
  padding-top: 0;
}
.form-confirm-data-content > .form-confirm-data-row:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .form-confirm-data-content > .form-confirm-data-row:last-of-type .form-confirm-data-heading {
    padding-bottom: 0;
  }
}
.form-confirm-data-content > .form-confirm-data-row:last-of-type .form-confirm-data-detail {
  padding-bottom: 0;
}
.form-confirm-data-row {
  display: grid;
  grid-template-columns: minmax(170px, -webkit-max-content) 1fr;
  grid-template-columns: minmax(170px, max-content) 1fr;
}
@media (max-width: 768px) {
  .form-confirm-data-row {
    grid-template-columns: auto;
  }
}
.form-confirm-data-heading {
  font-size: clamp(14px, 1.25vw, 16px);
  color: #687482;
  padding-block: 12px;
}
.form-confirm-data-detail {
  font-size: 16px;
  padding-block: 12px;
}
@media (max-width: 768px) {
  .form-confirm-data-detail {
    padding-top: 0;
    min-height: 1.2lh;
  }
}
.form-confirm-data-detail.is-alert {
  font-weight: 700;
  color: #F04444;
}

.form-confirm-block {
  margin-top: clamp(24px, 2.5vw, 32px);
  font-size: 14px;
  line-height: 1.6;
  padding: 16px clamp(16px, 2.34375vw, 30px);
  background-color: #F8F9FA;
  border: 1px solid #DCE3EB;
}

.form-credit-card-section {
  font-size: 14px;
}
.form-credit-card-list {
  margin-block: 6px;
}
.form-credit-card-att-list {
  margin-top: 16px;
}

.modal-container {
  padding: 24px clamp(var(--padding-inline), 2.5vw, 32px) 32px;
}
.modal-container .custom-club-card {
  padding-block: 24px;
}
.modal-container .custom-club-form {
  margin-top: 24px;
}
.modal-block + .modal-block {
  margin-top: clamp(24px, 2.5vw, 32px);
}
.modal-bottom-btn-block {
  margin-top: 32px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 12px;
}
.modal-bottom-btn-block .btn {
  min-width: 262px;
}

.modal-select-member-block {
  margin-block: 24px 40px;
}
.modal-select-member-block .flex {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.modal-select-member-block .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  margin: 0;
}
.modal-select-member-count {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.modal-select-member-sum {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-seat-content .absolute:has(.btn.btn-custom-outline) {
    position: relative;
    top: auto;
    right: auto;
  }
}
.modal-seat-content .absolute:has(.btn.btn-custom-outline) .btn {
  margin-inline: auto 0;
}
.modal-seat-select-info {
  position: absolute;
  top: 7px;
  z-index: 10;
}
@media (max-width: 768px) {
  .modal-seat-select-info {
    position: relative;
    top: auto;
  }
}
.modal-seat-select-info .seat-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
}
@media (max-width: 768px) {
  .modal-seat-select-info .seat-legend {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .modal-seat-select-info .seat-legend.svelte-32fhlp {
    background-color: transparent;
    padding: 0;
  }
}
.modal-seat-select-info .seat-legend-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #333;
}
.modal-seat-select-info .seat-legend-icon {
  display: block;
  width: 11px;
  height: 11px;
  margin-top: 1px;
}

.modal-seat-bottom-content {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 768px) {
  .modal-seat-bottom-content {
    grid-template-columns: auto;
    gap: 32px 0;
  }
}
.modal-seat-bottom-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .modal-seat-bottom-btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-seat-bottom-btn-block .btn {
    max-width: 263px;
    width: 100%;
  }
}

.modal-seat-data-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 14px;
}
.modal-seat-data-row + .modal-seat-data-row {
  margin-top: 8px;
}
.modal-seat-data-heading {
  display: inline-block;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
  background-color: #333;
  color: #fff;
  padding: 0 4px 1px;
}
.modal-seat-data-detail {
  color: #333;
  font-weight: 700;
}
.modal-seat-data-detail__empty {
  color: #687482;
  font-weight: 500;
}

.page-heading-a {
  font-size: clamp(24px, 2.578125vw, 33px);
  font-weight: 700;
  margin-bottom: clamp(24px, 2.34375vw, 30px);
}

.page-content-block {
  padding: 46px var(--padding-inline);
  font-size: 14px;
  line-height: 1.6;
  background-color: #F8F9FA;
  border: 1px solid #DCE3EB;
}
.page-content-block-row + .page-content-block-row {
  margin-top: 24px;
}
.page-content-block-row > p + p {
  margin-top: 12px;
}

.page-data-list-block {
  border: 1px solid #CFD9E4;
  padding: 24px var(--padding-inline);
}
.page-data-list-block .page-data-list-row:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-data-list-row {
  font-size: 14px;
  line-height: 1.6;
}
.page-data-list-label {
  background-color: #F3F4F6;
  font-weight: 700;
  padding: 6px 8px;
}
.page-data-list-detail {
  padding-top: 8px;
}
.page-data-list-detail > *:not(:last-child) {
  margin-bottom: 6px;
}

.page-icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  font-size: 14px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-icon-link:hover, .page-icon-link:active {
  opacity: 0.8;
}
.page-icon-link svg {
  fill: var(--color-primary);
}

.page-att-list > li {
  font-size: 12px;
  color: #687482;
  padding-left: 14px;
  text-indent: -14px;
}
.page-att-list > li:not(:last-of-type) {
  margin-bottom: 6px;
}

.page-dot-list > li {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  padding-left: 16px;
  position: relative;
}
.page-dot-list > li::before {
  content: "・";
  position: absolute;
  top: 2px;
  left: 0;
}
.page-dot-list > li:not(:last-of-type) {
  margin-bottom: 16px;
}
.page-dot-list > li > *:not(:last-child) {
  margin-bottom: 6px;
}

.page-image-list__row {
  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 13px;
}

.overflow-x-auto > .custom-order-table {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.custom-order-table thead {
  background-color: #F3F4F6;
}
.custom-order-table thead th {
  font-weight: 700;
  color: #333;
}
.custom-order-table th, .custom-order-table td {
  padding: 9px 10px;
  border-color: #CFD9E4;
  font-size: 14px;
}
@media (max-width: 768px) {
  .custom-order-table th, .custom-order-table td {
    font-size: 12px;
  }
}
.custom-order-table th:first-child, .custom-order-table td:first-child {
  padding-left: clamp(16px, 2.34375vw, 30px);
}
.custom-order-table th:last-child, .custom-order-table td:last-child {
  padding-right: clamp(16px, 2.34375vw, 30px);
}
.custom-order-table .col-center {
  text-align: center;
}
.custom-order-table .col-center .btn {
  margin-inline: auto;
}
.custom-order-table .btn-sm {
  white-space: nowrap;
  padding: 6px 12px;
}
.custom-order-table.round-border-table {
  border: 1px solid #CFD9E4;
}
.custom-order-table.round-border-table thead th {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.custom-order-table.round-border-table tbody tr th, .custom-order-table.round-border-table tbody tr td {
  background-color: #fff;
}
.custom-order-table.round-border-table tbody tr:not(:last-of-type) th, .custom-order-table.round-border-table tbody tr:not(:last-of-type) td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.custom-order-table.round-border-table tbody tr:last-of-type th, .custom-order-table.round-border-table tbody tr:last-of-type td {
  border: none;
}
.custom-order-table.border-less-table th, .custom-order-table.border-less-table td {
  border: none;
}
.custom-order-table.border-less-table tbody tr:first-of-type th, .custom-order-table.border-less-table tbody tr:first-of-type td {
  padding-top: clamp(10px, 1.25vw, 16px);
}
.custom-order-table.border-less-table tbody tr:last-of-type th, .custom-order-table.border-less-table tbody tr:last-of-type td {
  padding-bottom: clamp(16px, 2.5vw, 32px);
}
.custom-order-table.order-total-table {
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 768px) {
  .custom-order-table.order-total-table {
    table-layout: auto;
  }
}
.custom-order-table.order-total-table .num-col {
  font-family: "Roboto", sans-serif;
  width: 10em;
  text-align: center;
}
@media (max-width: 768px) {
  .custom-order-table.order-total-table .num-col {
    width: auto;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .custom-order-table.order-total-table thead {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .custom-order-table.order-total-table thead th {
    padding: 0;
    text-align: center;
  }
}
.custom-order-table.order-total-table tbody th, .custom-order-table.order-total-table tbody td {
  font-size: clamp(13px, 1.25vw, 16px);
}
@media (max-width: 768px) {
  .custom-order-table.order-total-table tbody th:first-child, .custom-order-table.order-total-table tbody td:first-child {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .custom-order-table.order-total-table tbody th:last-child, .custom-order-table.order-total-table tbody td:last-child {
    padding-right: 0;
  }
}
.custom-order-table.order-total-table tbody .num-col {
  font-size: clamp(14px, 1.5625vw, 20px);
}
.custom-order-table.order-total-table tfoot {
  border-top: 1px solid #CFD9E4;
}
.custom-order-table.order-total-table tfoot td {
  font-size: clamp(12px, 1.25vw, 16px);
  font-weight: 700;
  padding-block: clamp(8px, 1.25vw, 16px) 0;
}
@media (max-width: 768px) {
  .custom-order-table.order-total-table tfoot td:first-child {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .custom-order-table.order-total-table tfoot td:last-child {
    padding-right: 0;
  }
}
.custom-order-table.order-total-table tfoot .num-col {
  font-size: clamp(20px, 2.34375vw, 30px);
  text-align: right;
}
.custom-order-table.order-total-table tfoot .uit-txt {
  font-family: "Noto Sans JP", sans-serif;
  padding-right: 3px;
  font-size: clamp(15px, 1.875vw, 24px);
}
.top {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  padding-left: 16px;
  position: relative;
}
.center {
  text-align: center;
  margin-bottom: 40px;
}
.style {
  margin-bottom: 20px;
}
.style-top {
  padding-top: 12px;
}
.mar-top {
  margin: 16px;
}
.special-link {
  color: #0066c0; 
  word-break: break-all
}
.color {
  color: red;
}
/*# sourceMappingURL=add_style.css.map */
