* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background: #000;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: oklch(21% 0.006 285.885deg);
  background-color: #f6f6f6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

a {
  color: oklch(63.7% 0.237 25.331deg);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.app {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.language-switcher {
  position: fixed;
  top: 0;
  right: 50%;
  transform: translateX(660px);
  z-index: 50;
}
@media (max-width: 82.5rem) {
  .language-switcher {
    right: 0;
    transform: none;
  }
}
@media print {
  .language-switcher {
    display: none;
  }
}

.language-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 16px;
  background-color: #bcbcbc;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.language-link:hover {
  background-color: #a3a3a3;
}

.floating-cta {
  position: fixed;
  z-index: 50;
  bottom: 1.5rem;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}
@media (min-width: 48rem) {
  .floating-cta {
    left: auto;
    right: 2.5rem;
    bottom: 2.5rem;
    width: auto;
    transform: translateX(0);
  }
}
@media print {
  .floating-cta {
    display: none;
  }
}

.cta-button {
  width: 100%;
  display: flex;
  height: auto;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-radius: 9999px;
}
.cta-button:hover {
  text-decoration: none;
}
.cta-button {
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 14px 32px;
  color: #fff;
  box-shadow: 0 0 20px rgba(250, 37, 23, 0.5);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(135deg, #FA2517, #B81139, #531167, #140D4C);
  background-size: 110%;
  background-position: center;
}
@media (min-width: 48rem) {
  .cta-button {
    width: auto;
    padding: 14px 40px;
  }
}
.cta-button:hover {
  transform: scale(1.05);
}

.cta-label {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: oklch(96.7% 0.001 286.375deg);
}

.cta-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 48rem) {
  .cta-text {
    font-size: 1.25rem;
  }
}

.hero-section {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  background-color: #000;
}
.hero-section h1 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 0;
}
.hero-section picture {
  display: block;
  width: 100%;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.intro-section {
  padding: 2rem 1.5rem;
  background-color: #000;
  border-bottom: 1px solid oklch(27.4% 0.006 286.033deg);
}
@media (min-width: 48rem) {
  .intro-section {
    padding: 4rem 3rem;
  }
}
@media (min-width: 64rem) {
  .intro-section {
    padding: 4rem 6rem;
  }
}

.intro-container {
  max-width: 51rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro-title {
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #fff;
}
@media (min-width: 48rem) {
  .intro-title {
    font-size: 1.5rem;
  }
}

.intro-text {
  color: oklch(96.7% 0.001 286.375deg);
  line-height: 1.5;
  font-size: 1rem;
  text-align: left;
}
@media (min-width: 48rem) {
  .intro-text {
    font-size: 1.125rem;
    line-height: 2;
    text-align: center;
  }
}

.benefits-section {
  padding: 2rem 1.5rem;
  background-color: #000;
}
@media (min-width: 48rem) {
  .benefits-section {
    padding: 4rem 3rem;
  }
}
@media (min-width: 64rem) {
  .benefits-section {
    padding: 4rem 6rem;
  }
}

.benefits-header {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .benefits-header {
    margin-bottom: 4rem;
  }
}

.benefits-title {
  font-size: 7.5vw;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  .benefits-title {
    font-size: 2.25rem;
  }
}

.title-highlight {
  color: oklch(76.9% 0.188 70.08deg);
  filter: drop-shadow(0 0 15px rgba(245, 158, 11, 0.5));
}

.benefits-subtitle {
  color: oklch(92% 0.004 286.32deg);
  margin-top: 1rem;
  font-size: 1.125rem;
}

.benefits-grid {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.benefits-row-large {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media (min-width: 48rem) {
  .benefits-row-large {
    grid-template-columns: repeat(2, 1fr);
  }
}

.benefits-row-small {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media (min-width: 40rem) {
  .benefits-row-small {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64rem) {
  .benefits-row-small {
    grid-template-columns: repeat(4, 1fr);
  }
}

.benefit-card {
  background-color: #fff;
  border: none;
  border-radius: calc(0.625rem + 4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.benefit-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.benefit-card--large {
  display: flex;
  flex-direction: column;
}
.benefit-image-wrapper {
  aspect-ratio: 3/2;
  width: 100%;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.benefit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.benefit-card:hover .benefit-image {
  transform: scale(1.1);
}

.benefit-badge-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
}
.benefit-card--small .benefit-badge-wrapper {
  top: 0.5rem;
  left: 0.5rem;
  padding: 0;
}

.benefit-badge {
  background-color: rgba(255, 255, 255, 0.9);
  color: oklch(21% 0.006 285.885deg);
  border: none;
  border-radius: 20px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125rem;
  padding: 6px 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.benefit-card--small .benefit-badge {
  font-size: 0.875rem;
  width: fit-content;
}

.benefit-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.benefit-title {
  font-size: 1.25rem;
  color: oklch(21% 0.006 285.885deg);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.benefit-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.benefit-title .benefit-icon {
  color: oklch(66.6% 0.179 58.318deg);
}
.benefit-title-small .benefit-icon {
  color: oklch(54.6% 0.245 262.881deg);
}
.benefit-card--small:nth-child(1) .benefit-title-small .benefit-icon {
  color: #00C950;
}
.benefit-card--small:nth-child(2) .benefit-title-small .benefit-icon {
  color: #946705;
}
.benefit-card--small:nth-child(3) .benefit-title-small .benefit-icon {
  color: #FF6900;
}
.benefit-card--small:nth-child(4) .benefit-title-small .benefit-icon {
  color: #0092B8;
}

.benefit-description {
  color: oklch(44.2% 0.017 285.786deg);
  line-height: 1.375;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.benefit-header-small {
  padding: 1rem 1rem 0.5rem;
}

.benefit-title-small {
  font-size: 1.125rem;
  color: oklch(21% 0.006 285.885deg);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.benefit-content-small {
  color: oklch(44.2% 0.017 285.786deg);
  font-size: 0.875rem;
  padding: 0 1rem 1rem;
}

.benefit-note {
  display: block;
  margin-top: 0.5rem;
  color: oklch(62.7% 0.194 149.214deg);
  font-size: 0.75rem;
  font-weight: 500;
  border-left: 2px solid oklch(72.3% 0.219 149.579deg);
  padding-left: 0.5rem;
}

.schedule-section {
  background-color: #000;
  padding: 2rem 1.5rem;
  border-top: 1px solid oklch(27.4% 0.006 286.033deg);
  border-bottom: 1px solid oklch(27.4% 0.006 286.033deg);
}
@media (min-width: 48rem) {
  .schedule-section {
    padding: 4rem 3rem;
  }
}
@media (min-width: 64rem) {
  .schedule-section {
    padding: 4rem 6rem;
  }
}

.schedule-container {
  max-width: 56rem;
  margin: 0 auto;
}

.schedule-header {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .schedule-header {
    margin-bottom: 3rem;
  }
}

.schedule-title {
  font-size: 1.875rem;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  .schedule-title {
    font-size: 2.25rem;
  }
}

.schedule-subtitle {
  color: oklch(92% 0.004 286.32deg);
  margin-top: 1rem;
  font-size: 1.125rem;
}

.timeline {
  position: relative;
  overflow: hidden;
  margin-left: 1rem;
}
@media (min-width: 48rem) {
  .timeline {
    margin-left: 1.5rem;
  }
}
.timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: oklch(27.4% 0.006 286.033deg);
}

.timeline-item {
  position: relative;
  padding-left: 2rem;
}
.timeline-item:not(:last-child) {
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .timeline-item {
    padding-left: 3rem;
  }
}
.timeline-item--last .timeline-cover {
  position: absolute;
  left: 4px;
  top: 8px;
  bottom: 0;
  width: 8px;
  height: 10em;
  background-color: #000;
}

.timeline-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: oklch(44.2% 0.017 285.786deg);
  border: 4px solid #000;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.timeline-item:hover .timeline-dot {
  transform: scale(1.25);
}
.timeline-dot--start {
  background-color: oklch(57.7% 0.245 27.325deg);
  box-shadow: 0 0 10px rgba(220, 38, 38, 0.5);
}
.timeline-dot--highlight {
  background-color: oklch(76.9% 0.188 70.08deg);
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.5);
}
.timeline-dot--secondary {
  background-color: oklch(62.3% 0.214 259.815deg);
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}
.timeline-dot--day {
  background-color: oklch(72.3% 0.219 149.579deg);
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
  z-index: 10;
}

.timeline-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 40rem) {
  .timeline-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
}

.timeline-time {
  min-width: 80px;
  font-weight: 700;
  color: oklch(87.1% 0.006 286.286deg);
  font-size: 1rem;
  font-family: ui-monospace, "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
}
.timeline-time--start, .timeline-time--highlight {
  color: oklch(63.7% 0.237 25.331deg);
  font-size: 1.125rem;
}
.timeline-time--highlight {
  color: oklch(76.9% 0.188 70.08deg);
}
.timeline-time--secondary {
  color: oklch(70.7% 0.165 254.624deg);
}
.timeline-time--day {
  color: oklch(79.2% 0.209 151.711deg);
}

.timeline-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.timeline-heading--normal {
  font-size: 1.125rem;
  font-weight: 600;
  color: oklch(96.7% 0.001 286.375deg);
}

.timeline-note {
  color: oklch(87.1% 0.006 286.286deg);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.timeline-text {
  color: oklch(92% 0.004 286.32deg);
  font-size: 0.875rem;
}

.timeline-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: oklch(87.1% 0.006 286.286deg);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.timeline-info svg {
  width: 16px;
  height: 16px;
}

.timeline-box {
  background-color: oklch(21% 0.006 285.885deg);
  padding: 1.5rem;
  border-radius: 0.625rem;
  border: 1px solid color-mix(in oklab, oklch(41.4% 0.112 45.904deg) 50%, transparent);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.timeline-box-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.timeline-box-heading svg {
  width: 20px;
  height: 20px;
  color: oklch(76.9% 0.188 70.08deg);
}

.timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.timeline-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: oklch(96.7% 0.001 286.375deg);
  font-size: 0.875rem;
}
.timeline-list-item svg {
  width: 16px;
  height: 16px;
  color: oklch(63.7% 0.237 25.331deg);
  flex-shrink: 0;
  margin-top: 2px;
}

.booking-section {
  padding: 2rem 1.5rem;
  background-color: #000;
}
@media (min-width: 48rem) {
  .booking-section {
    padding: 4rem 3rem;
  }
}
@media (min-width: 64rem) {
  .booking-section {
    padding: 4rem 6rem;
  }
}

.booking-container {
  max-width: 56rem;
  margin: 0 auto;
}

.booking-card {
  background-color: #fff;
  border: none;
  border-radius: calc(0.625rem + 4px);
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.booking-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, oklch(76.9% 0.188 70.08deg), oklch(57.7% 0.245 27.325deg), oklch(76.9% 0.188 70.08deg));
}

.booking-header {
  text-align: center;
  padding-bottom: 1rem;
  padding-top: 2.5rem;
}

.booking-title {
  font-size: 1.875rem;
  color: oklch(21% 0.006 285.885deg);
  font-weight: 900;
  font-style: normal;
}
@media (min-width: 48rem) {
  .booking-title {
    font-size: 2.25rem;
  }
}

.booking-subtitle {
  font-size: 1rem;
  color: oklch(57.7% 0.245 27.325deg);
  font-weight: 500;
}

.booking-content {
  padding: 1.5rem;
}
@media (min-width: 48rem) {
  .booking-content {
    padding: 2.5rem;
  }
}

.booking-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 48rem) {
  .booking-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.booking-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 0.875rem;
  color: oklch(37% 0.013 285.805deg);
}
@media (min-width: 48rem) {
  .booking-details {
    font-size: 1rem;
  }
}

.detail-row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  justify-content: space-between;
  border-bottom: 1px solid oklch(92% 0.004 286.32deg);
  padding-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  .detail-row {
    flex-direction: row;
    align-items: center;
  }
}

.detail-label {
  color: oklch(55.2% 0.016 285.938deg);
  font-weight: 500;
}

.detail-value {
  text-align: left;
  color: oklch(21% 0.006 285.885deg);
}
@media (min-width: 48rem) {
  .detail-value {
    text-align: right;
  }
}
.detail-value--large {
  font-size: 1.25rem;
}
.detail-value--deadline {
  color: oklch(57.7% 0.245 27.325deg);
  font-weight: 700;
}

.detail-note {
  font-size: 0.75rem;
  color: oklch(55.2% 0.016 285.938deg);
  display: block;
}

.pricing-box {
  background-color: oklch(98.5% 0 0deg);
  padding: 2rem;
  border-radius: calc(0.625rem + 4px);
  border: 1px solid oklch(92% 0.004 286.32deg);
  text-align: center;
  position: relative;
  overflow: hidden;
  line-height: 1.5em;
}

.pricing-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: color-mix(in oklab, oklch(76.9% 0.188 70.08deg) 10%, transparent);
  filter: blur(40px);
  border-radius: 50%;
}

.pricing-label {
  color: oklch(55.2% 0.016 285.938deg);
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.pricing-amount {
  font-size: 3rem;
  font-weight: 900;
  color: oklch(21% 0.006 285.885deg);
  margin-bottom: 0.25rem;
  letter-spacing: -0.05em;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
}

html[lang=en] .pricing-amount {
  flex-direction: row;
}
html[lang=en] .pricing-amount .pricing-currency[data-lang=en] {
  display: inline;
  order: 1;
}
html[lang=en] .pricing-amount .pricing-currency[data-lang=ja] {
  display: none;
}
html[lang=en] .pricing-amount .pricing-number {
  order: 2;
}

html[lang=ja] .pricing-amount {
  flex-direction: row-reverse;
}
html[lang=ja] .pricing-amount .pricing-currency[data-lang=en] {
  display: none;
}
html[lang=ja] .pricing-amount .pricing-currency[data-lang=ja] {
  display: inline;
  order: 2;
}
html[lang=ja] .pricing-amount .pricing-number {
  order: 1;
}

.pricing-currency {
  font-size: 1.25rem;
  font-weight: 400;
}

.pricing-note {
  font-size: 0.75rem;
  color: oklch(55.2% 0.016 285.938deg);
  margin-bottom: 2rem;
}

.pricing-button {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 16px 0;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(250, 37, 23, 0.3);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #FA2517, #B81139, #531167, #140D4C);
  background-size: 110%;
  background-position: center;
}
.pricing-button:hover {
  transform: scale(1.02);
  text-decoration: none;
}

.pricing-info {
  font-size: 0.75rem;
  color: oklch(55.2% 0.016 285.938deg);
  margin-top: 1rem;
}

.meeting-section {
  padding: 2rem 0 0;
  background-color: #000;
  border-top: 1px solid oklch(27.4% 0.006 286.033deg);
}

.meeting-container {
  max-width: 80rem;
  margin: 0 auto;
}

.meeting-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 48rem) {
  .meeting-content {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.meeting-image-wrapper {
  width: 100%;
  flex-shrink: 0;
  height: 290px;
}
@media (min-width: 48rem) {
  .meeting-image-wrapper {
    width: 480px;
  }
}

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

.meeting-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
  justify-content: center;
}

.meeting-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  white-space: pre-wrap;
}

.meeting-instructions {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 1rem;
  line-height: 1.75;
  margin-left: 1.2em;
}
.meeting-instructions p {
  margin: 0;
}

.info-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  .info-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.info-card {
  background-color: oklch(21% 0.006 285.885deg);
  padding: 1.5rem;
  border-radius: 0.625rem;
  border: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.info-title {
  font-weight: 700;
  color: oklch(96.7% 0.001 286.375deg);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.info-title svg {
  width: 20px;
  height: 20px;
}
.info-card--included .info-title svg {
  color: oklch(72.3% 0.219 149.579deg);
}
.info-card--excluded .info-title svg {
  color: oklch(63.7% 0.237 25.331deg);
}

.info-text {
  font-size: 0.875rem;
  color: oklch(87.1% 0.006 286.286deg);
  line-height: 1.625;
}

.info-footnote {
  font-size: 0.75rem;
  opacity: 0.7;
}

.policies-section {
  padding: 2rem 1.5rem;
  max-width: 56rem;
  margin: 0 auto;
  background-color: #000;
}
@media (min-width: 48rem) {
  .policies-section {
    padding: 4rem 3rem;
  }
}
@media (min-width: 64rem) {
  .policies-section {
    padding: 4rem 6rem;
  }
}

.policies-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
  border-left: 4px solid oklch(76.9% 0.188 70.08deg);
  padding-left: 1rem;
}

.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.accordion-item {
  background-color: oklch(21% 0.006 285.885deg);
  padding: 0 1rem;
  border-radius: 0.625rem;
  border: 1px solid oklch(27.4% 0.006 286.033deg);
  box-shadow: none;
}

.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: oklch(96.7% 0.001 286.375deg);
  padding: 1rem 0;
  text-align: left;
  font-weight: 500;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-trigger:hover {
  color: #fff;
}

.accordion-icon {
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-item--active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  color: oklch(96.7% 0.001 286.375deg);
  font-size: 0.875rem;
  line-height: 1.625;
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out, padding-bottom 0.2s ease-out;
}
.accordion-item--active .accordion-content {
  padding-bottom: 1rem;
}
.accordion-content p {
  margin-bottom: 1rem;
}
.accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion-box {
  background-color: oklch(14.1% 0.005 285.823deg);
  padding: 1rem;
  border-radius: calc(0.625rem - 4px);
  border: 1px solid oklch(27.4% 0.006 286.033deg);
  margin-top: 1rem;
}
.accordion-box p {
  margin-top: 0.5rem;
}

.accordion-box-title {
  font-weight: 700;
  color: oklch(96.7% 0.001 286.375deg);
  margin-bottom: 0.5rem;
}

.accordion-footnote {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: oklch(70.5% 0.015 286.067deg);
}

.cancellation-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-top: 1rem;
}
.cancellation-table thead tr {
  border-bottom: 1px solid oklch(37% 0.013 285.805deg);
}
.cancellation-table thead th {
  padding: 0.5rem 0;
  font-weight: 400;
  color: oklch(87.1% 0.006 286.286deg);
}
.cancellation-table tbody {
  color: oklch(96.7% 0.001 286.375deg);
}
.cancellation-table tbody tr {
  border-bottom: 1px solid oklch(27.4% 0.006 286.033deg);
}
.cancellation-table tbody tr:last-child {
  border-bottom: none;
}
.cancellation-table tbody td {
  padding: 0.5rem 0;
}

.footer {
  background-color: #000;
  border-top: 1px solid oklch(27.4% 0.006 286.033deg);
  padding-top: 2rem;
  padding-bottom: 8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
}
@media (min-width: 48rem) {
  .footer {
    padding-top: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 64rem) {
  .footer {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-content {
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .footer-content {
    width: fit-content;
  }
}

.footer-heading {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
  border-bottom: 1px solid oklch(27.4% 0.006 286.033deg);
  padding-bottom: 0.5rem;
  display: inline-block;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: oklch(87.1% 0.006 286.286deg);
}

.footer-company {
  font-weight: 600;
  color: oklch(96.7% 0.001 286.375deg);
  font-size: 1rem;
}

.footer-address {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.footer-address svg {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-contact-item svg {
  width: 16px;
  height: 16px;
}

.footer-label {
  font-weight: 700;
}

.footer-email {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-email svg {
  width: 16px;
  height: 16px;
}

.footer-footnote {
  font-size: 0.75rem;
  color: oklch(70.5% 0.015 286.067deg);
  margin-top: 1rem;
}

.footer-copyright {
  color: oklch(70.5% 0.015 286.067deg);
  font-size: 0.75rem;
  border-top: 1px solid oklch(21% 0.006 285.885deg);
  padding-top: 2rem;
  text-align: center;
  width: 100%;
  max-width: 48rem;
}
.footer-copyright p {
  line-height: 1.625;
}

/*# sourceMappingURL=style.css.map */
