@charset "utf-8";

/*==================================================
   BASE
==================================================*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--link-color);
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

ul,
ol {
  padding-left: 1.4em;
}

li + li {
  margin-top: 0.45em;
}

#contents {
  padding: 18px 46px 54px;
}

.section-anchor {
  scroll-margin-top: 92px;
}

.tour-hero__eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}

.tour-hero h1 span {
  display: block;
}

.tour-hero--compact {
  min-height: 285px;
}

.tour-hero--compact .tour-hero__inner {
  padding: 52px 0 48px;
}

.tour-hero--compact h1 {
  font-size: clamp(1.75rem, 4vw, 3rem);
}

.subheading--course::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  background: var(--course-color, var(--accent-color));
  border-radius: 50%;
}

.lead {
  max-width: 920px;
  margin: 0 auto 26px;
  color: var(--muted-color);
  text-align: center;
}

.tour-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 6px;
}

.course-card__label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--course-color);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.course-card dl {
  display: grid;
  grid-template-columns: 6.8em 1fr;
  gap: 8px 14px;
}

.course-card dt {
  margin: 0;
  color: var(--muted-color);
  font-size: 0.9rem;
  font-weight: 700;
}

.course-card dd {
  margin: 0;
  color: var(--text-color);
  font-weight: 600;
}

.info-list dt,
.info-list dd {
  margin: 0;
  padding: 20px 22px;
  border-bottom: 1px solid var(--border-color);
}

.info-list dt {
  color: var(--heading-color);
  background: var(--surface-soft);
  font-weight: 700;
}

.info-list dd {
  background: #fff;
}

.info-list dt:last-of-type,
.info-list dd:last-of-type {
  border-bottom: 0;
}

.info-list .emphasis {
  color: var(--accent-deep);
  font-size: 1.06rem;
  font-weight: 800;
}

.note-list {
  margin-top: 12px;
}

.note-list li::marker {
  color: var(--accent-color);
}

.annotation {
  margin-top: 12px;
  padding: 14px 16px;
  color: var(--muted-color);
  background: var(--surface-soft);
  border-left: 4px solid var(--accent-color);
  border-radius: 8px;
  font-size: 0.92rem;
}

.cancel-table,
.simple-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.cancel-table th,
.cancel-table td,
.simple-table td {
  padding: 14px 14px;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  vertical-align: top;
}

.data-table th:last-child,
.data-table td:last-child,
.cancel-table th:last-child,
.simple-table th:last-child,
.simple-table td:last-child {
  border-right: 0;
}

.data-table tr:last-child > *,
.cancel-table tr:last-child > *,
.simple-table tr:last-child > * {
  border-bottom: 0;
}

.simple-table th {
  padding: 14px 14px;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  vertical-align: top;
  color: #fff;
  background: var(--accent-deep);
  font-weight: 700;
  text-align: center;
}

.data-table thead th {
  color: #fff;
  background: var(--accent-deep);
  font-weight: 700;
  text-align: center;
}

.data-table tbody th {
  color: var(--heading-color);
  background: var(--surface-soft);
  text-align: left;
}

.schedule-block {
  --course-color: var(--accent-color);
  margin-top: 28px;
}

.schedule-table .day-number {
  color: #fff;
  background: var(--course-color);
  text-align: center;
  font-weight: 700;
  width: 48px;
  font-size: 1.15rem;
}

.cancel-table td:last-child {
  border-right: 0;
  width: 180px;
  color: var(--accent-deep);
  font-weight: 800;
  text-align: center;
}

.content-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.content-card h3 {
  margin-bottom: 14px;
  color: var(--heading-color);
  font-size: 1.12rem;
}

.content-card ol,
.content-card ul {
  font-size: 0.95rem;
}

.notice-section {
  margin-top: 20px;
}

.notice-details summary::-webkit-details-marker {
  display: none;
}

.notice-details[open] summary::after {
  content: "−";
}

.notice-details__body {
  padding: 20px;
}

.notice-details__body > * + * {
  margin-top: 14px;
}

.insurance-qr {
  width: 180px;
  margin-top: 12px;
  border: 1px solid var(--border-color);
}

.long-url {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.flow-list {
  counter-reset: flow;
  display: grid;
  gap: 20px;
}

.flow-step::before {
  counter-increment: flow;
  content: counter(flow, decimal-leading-zero);
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--accent-color);
  border-radius: 50%;
  font-size: 0.88rem;
  font-weight: 800;
}

.application-placeholder {
  cursor: not-allowed;
  opacity: 0.55;
  pointer-events: none;
}

#footer {
  margin-top: 62px;
  padding-top: 32px;
  color: #33424b;
  border-top: 5px solid var(--accent-color);
}

.footer-block + .footer-block {
  margin-top: 24px;
}

.footer-block h2,
.footer-block h3 {
  margin-bottom: 10px;
  color: var(--heading-color);
  font-size: 1.1rem;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
}

.company-table td {
  padding: 6px;
  vertical-align: middle;
}

.company-table td:last-child {
  width: 260px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-top: 24px;
  font-size: 0.9rem;
}

.footer-links img {
  width: 80px;
}

.footer-meta {
  margin-top: 18px;
  color: var(--muted-color);
  font-size: 0.88rem;
  text-align: right;
}

.confirmation-content {
  max-width: 900px;
  margin: 0 auto;
}

.confirmation-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.confirmation-list li {
  padding: 16px 18px 16px 20px;
  background: var(--surface-soft);
  border-left: 4px solid var(--accent-color);
  border-radius: 10px;
}

.confirmation-question {
  margin: 28px 0 20px;
  padding: 20px;
  color: var(--heading-color);
  background: #fff9df;
  border: 1px solid #f0d986;
  border-radius: 12px;
  font-weight: 800;
  text-align: center;
}

.yes-no-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.btn-main {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.btn-sub {
  margin-top: 3px;
  font-size: 0.86rem;
}

.center {
  text-align: center;
}

.attention {
  color: #b64036;
  font-weight: 700;
}

.muted {
  color: var(--muted-color);
}

.mt-12 {
  margin-top: 12px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-28 {
  margin-top: 28px;
}

.small {
  font-size: 0.88rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  min-width: 320px;
  background: var(--page-bg);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Noto Sans JP",
        "Hiragino Sans",
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        YuGothic,
        Meiryo,
        sans-serif;
  color: var(--text-color);
  letter-spacing: 0.01em;
}

#wrapper {
  width: min(1180px, calc(100% - 40px));
  margin: 94px auto 42px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border-color);
  box-shadow: var(--page-shadow);
  border-radius: 16px;
}

.tour-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  overflow: hidden;
  min-height: 390px;
  color: var(--heading-color);
  background-color: var(--hero-bg);
  background-image: var(--hero-image);
  background-repeat: no-repeat;
  background-position: var(--hero-image-position);
  background-size: cover;
  border-bottom: 1px solid var(--border-color);
}

.tour-hero::before {
  pointer-events: none;
  right: -90px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 34px solid var(--route-local);
  border-right: 34px solid transparent;
  border-radius: 0;
  box-shadow: none;
}

.tour-hero::after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 5px;
  background: var(--accent-color);
  border-radius: 0;
  filter: none;
}

.tour-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1020px, calc(100% - 64px));
  margin: 0 auto;
  padding: 68px 0 62px;
}

.tour-hero__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 40px;
  bottom: 40px;
  left: -26px;
  width: min(700px, calc(100% + 26px));
  background: var(--hero-panel);
  border-left: 4px solid var(--accent-color);
}

.tour-hero__meta,
.tour-hero__eyebrow,
.tour-hero h1,
.tour-hero__sub {
  position: relative;
  max-width: 650px;
  margin-left: 12px;
  margin-right: 24px;
}

.tour-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.tour-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  margin-bottom: 18px;
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--accent-color);
  font-weight: 600;
  letter-spacing: 0.18em;
}

.tour-hero h1 {
  color: var(--heading-color);
  font-size: clamp(2rem, 4.7vw, 3.85rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0.005em;
}

.tour-hero__sub {
  margin-top: 16px;
  font-size: clamp(1rem, 2vw, 1.35rem);
  color: var(--text-color);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.tour-hero__tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  min-height: 38px;
  padding: 7px 14px;
  color: var(--hero-tag-text);
  background: var(--hero-tag-bg);
  border: 1px solid #c9e7eb;
  border-radius: 4px;
  font-weight: 600;
  backdrop-filter: none;
}

.section-heading {
  position: relative;
  margin: 58px 0 24px;
  padding: 0 0 15px;
  color: var(--heading-color);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.35;
  border-bottom: 1px solid var(--border-color);
  font-weight: 600;
  letter-spacing: 0.025em;
}

.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 86px;
  height: 3px;
  background: var(--accent-color);
  border-radius: 0;
}

.subheading {
  margin: 32px 0 16px;
  color: var(--heading-color);
  font-size: 1.18rem;
  line-height: 1.5;
  font-weight: 600;
}

.point-text {
  color: var(--heading-color);
  font-size: 1.12rem;
  line-height: 1.65;
  font-weight: 700;
}

.course-card h3 {
  margin-bottom: 12px;
  color: var(--heading-color);
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 600;
}

.flow-step h3 {
  margin-bottom: 10px;
  color: var(--heading-color);
  font-size: 1.18rem;
  font-weight: 600;
}

.point-item {
  position: relative;
  min-height: 138px;
  padding: 28px 28px 26px 88px;
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--accent-color) 34%, white);
  border-top: 5px solid var(--accent-color);
  background: var(--surface-soft);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(28, 72, 92, 0.10);
}

.point-number {
  position: absolute;
  top: 27px;
  left: 26px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  font-size: 1rem;
  color: #fff;
  background: var(--accent-color);
  border-radius: 50%;
  font-weight: 700;
  box-shadow: 0 5px 12px rgba(22, 169, 184, 0.20);
}

.course-card {
  --course-color: var(--accent-color);
  position: relative;
  padding: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--course-color) 28%, white);
  border-top: 6px solid var(--course-color);
  border-radius: 10px;
  box-shadow: none;
}

.schedule-block--flight,
.course-card--flight {
  --course-color: var(--route-flight);
  --course-soft: var(--route-flight-soft);
}

.schedule-block--local,
.course-card--local {
  --course-color: var(--route-local);
  --course-soft: var(--route-local-soft);
}

.course-card--flight {
  background: var(--route-flight-soft);
}

.course-card--local {
  background: var(--route-local-soft);
}

.subheading--course {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-left: 5px solid var(--course-color, var(--accent-color));
  background: var(--course-soft, var(--surface-soft));
  border-radius: 6px;
  font-weight: 600;
}

.info-list,
.warning-box,
.table-scroll,
.content-card,
.notice-details,
.flow-step,
.bank-box,
.footer-box {
  border-radius: 8px;
}

.info-list {
  display: grid;
  grid-template-columns: minmax(185px, 24%) 1fr;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.warning-box {
  margin: 22px 0;
  padding: 18px 20px;
  color: #684600;
  background: #fff9df;
  border: 1px solid #f0d986;
font-size: .8em;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--border-color);
  -webkit-overflow-scrolling: touch;
}

.content-card {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--border-color);
}

.notice-details {
  margin-top: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border-color);
}

.flow-step {
  position: relative;
  padding: 24px 24px 24px 84px;
  background: #fff;
  border: 1px solid var(--border-color);
  box-shadow: var(--card-shadow);
}

.bank-box {
  margin-top: 16px;
  padding: 16px 18px;
  background: var(--surface-soft);
  border: 1px solid var(--border-color);
  font-weight: 600;
}

.footer-box {
  padding: 18px 20px;
  background: var(--surface-soft);
  border: 1px solid var(--border-color);
}

.table-scroll--price {
  overflow-x: auto;
  overflow-y: hidden;
}

.data-table {
  width: 100%;
  background: #fff;
  min-width: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.data-table th,
.data-table td {
  padding: 14px 14px;
  vertical-align: top;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.price-table {
  min-width: 768px;
}

.price-table col.price-col-course {
  width: 130px;
}

.price-table col.price-col-amount {
  width: 150px;
}

.price-table col.price-col-outbound,
.price-table col.price-col-return {
  width: 244px;
}

.price-table th,
.price-table td {
  overflow-wrap: anywhere;
  word-break: normal;
  vertical-align: middle;
  text-align: center;
}

.price-table tbody th {
  text-align: center;
}

.data-table .course-flight {
  border-left: 6px solid var(--route-flight);
  background: var(--route-flight-soft);
  border-left-color: var(--route-flight);
}

.data-table .course-local {
  border-left: 6px solid var(--route-local);
  background: var(--route-local-soft);
  border-left-color: var(--route-local);
}

.data-table .price {
  color: var(--accent-deep);
  font-size: 1.22rem;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
}

.room-surcharge-table {
  table-layout: fixed;
  border: 1px solid var(--border-color);
}

.room-surcharge-table th,
.room-surcharge-table td {
  padding: 13px 14px;
  vertical-align: middle;
}

.room-surcharge-table th {
  width: 70%;
  color: var(--heading-color);
  background: var(--surface-soft);
  text-align: center;
}

.room-surcharge-table td {
  width: 30%;
  color: var(--accent-deep);
  font-size: 1.08rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.price-pending {
  margin-top: 14px;
  padding: 12px 15px;
  color: var(--heading-color);
  background: #fff9e8;
  border-left: 4px solid var(--accent-yellow);
  font-weight: 600;
}

.schedule-table col.schedule-col-date {
  width: 13%;
}

.schedule-table col.schedule-col-place {
  width: 13%;
}

.schedule-table col.schedule-col-time {
  width: 10%;
}

.schedule-table col.schedule-col-transport {
  width: 11%;
}

.schedule-table col.schedule-col-detail {
  width: 44%;
}

.schedule-table col.schedule-col-meal {
  width: 9%;
}

.schedule-table .place {
  white-space: normal;
  font-weight: 400;
}

.schedule-event + .schedule-event {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px dotted #c7d4dc;
}

.schedule-event strong,
.schedule-event .concert-title {
  color: var(--course-color);
  font-weight: 700;
}

.table-scroll--schedule::after,
.table-scroll--price::after {
  display: none !important;
}

.notice-details summary {
  position: relative;
  padding: 17px 54px 17px 20px;
  color: var(--heading-color);
  cursor: pointer;
  list-style: none;
  background: var(--surface-soft);
  border-left: 4px solid var(--accent-color);
  font-weight: 600;
}

.notice-details summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  transform: translateY(-50%);
  background: var(--accent-color);
  border-radius: 50%;
}

.application-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(540px, 100%);
  min-height: 64px;
  margin: 24px auto 0;
  padding: 14px 24px;
  color: #fff;
  border: 0;
  font-size: 1.08rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  background: var(--accent-color);
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(22, 169, 184, 0.18);
}

.application-button:hover {
  transform: translateY(-2px);
  background: #118f9d;
  box-shadow: 0 10px 24px rgba(22, 169, 184, 0.24);
}

.btn-yes,
.btn-no {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}

.btn-yes {
  background: var(--accent-color);
}

.btn-no {
  background: #6c7880;
}

.schedule-table {
  background: #fff;
  min-width: 768px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.schedule-table th,
.schedule-table td {
  box-sizing: border-box;
  padding: 14px 12px;
  vertical-align: top;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: normal;
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #c9ced5;
}

.schedule-table tbody.schedule-day + tbody.schedule-day > tr:first-child > * {
  border-top: 1px solid #c9ced5;
}

.schedule-table .day-date {
  width: auto;
  color: #fff;
  background: var(--course-color);
  line-height: 1.55;
  vertical-align: top;
  text-align: center;
  font-weight: 600;
}

.schedule-table .time,
.schedule-table .transport {
  white-space: normal;
  text-align: center;
}

.schedule-table .schedule-event {
  text-align: left;
}

.schedule-table .stay {
  color: var(--muted-color);
  text-align: right;
  font-weight: 600;
  display: block;
  margin-top: 8px;
}

.schedule-table .small {
  display: inline;
  font-size: 0.88em;
  line-height: 1.65;
}

.schedule-col-date {
  width: 13%;
}

.schedule-col-place {
  width: 16%;
}

.schedule-col-time {
  width: 10%;
}

.schedule-col-transport {
  width: 11%;
}

.schedule-col-detail {
  width: 40%;
}

.schedule-col-meal {
  width: 10%;
}

.sp-only {
  display: none;
}

.schedule-block .table-scroll--schedule {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #c9ced5;
  border-radius: 0;
}

.schedule-table thead th {
  color: #fff;
  background: var(--course-color);
  font-weight: 600;
  padding: 12px 8px;
  vertical-align: middle;
  text-align: center;
  border-top: 0 !important;
  border-bottom: 1px solid #c9ced5 !important;
}

.schedule-table .meal {
  line-height: 1.7;
  white-space: normal;
  vertical-align: top;
  text-align: center;
  border-right: 0 !important;
}

.schedule-table thead th:last-child {
  border-right: 0 !important;
}

.schedule-table tbody tr > td:last-child:not(.meal) {
  border-right: 1px solid #c9ced5;
}

/*==================================================
   AUXILIARY TABLES
   燃油サーチャージ・取消料は横スクロールなし
==================================================*/

.table-scroll--simple,
.table-scroll--cancel {
  overflow: visible;
}

.table-scroll--simple::after,
.table-scroll--cancel::after {
  display: none !important;
}

.table-scroll--simple .simple-table,
.table-scroll--cancel .cancel-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.table-scroll--simple th,
.table-scroll--simple td,
.table-scroll--cancel th,
.table-scroll--cancel td {
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
}

.table-scroll--simple .simple-table th:nth-child(1),
.table-scroll--simple .simple-table td:nth-child(1) {
  width: 28%;
}

.table-scroll--simple .simple-table th:nth-child(2),
.table-scroll--simple .simple-table td:nth-child(2) {
  width: 48%;
}

.table-scroll--simple .simple-table th:nth-child(3),
.table-scroll--simple .simple-table td:nth-child(3) {
  width: 24%;
}

.table-scroll--cancel .cancel-table td:first-child {
  width: 72%;
}

.table-scroll--cancel .cancel-table td:last-child {
  width: 28%;
}

.sp-break {
  display: none;
}
.table-scroll-note {
  display: none;
  margin: 0;
  padding: 8px 10px;
  color: var(--muted-color);
  background: var(--surface-soft);
  border: 1px solid var(--border-color);
  border-top: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}
/*==================================================
   MEDIA: (max-width: 900px)
==================================================*/

@media (max-width: 900px) {
  #wrapper {
    width: min(100% - 24px, 1180px);
  }

  #contents {
    padding: 14px 26px 44px;
  }

  .tour-points,
  .course-grid,
  .content-columns,
  .info-list {
    grid-template-columns: 1fr;
  }

  .info-list dt {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
  }

  .info-list dd {
    border-bottom: 1px solid var(--border-color);
    padding-top: 10px;
  }

  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table td {
    display: block;
    width: 100%;
  }

  .company-table td:last-child {
    width: 100%;
    margin-top: 12px;
  }

  .company-table img {
    width: min(300px, 100%);
  }

  .price-table {
    width: 100%;
    min-width: 500px;
    font-size: 0.88rem;
  }

  .price-table col.price-col-course {
    width: 60px;
  }

  .price-table col.price-col-amount {
    width: 100px;
  }

  .price-table col.price-col-outbound,
  .price-table col.price-col-return {
    width: 80px;
  }

  .price-table th,
  .price-table td {
    padding: 10px 7px;
  }

  .schedule-table {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .schedule-table th,
  .schedule-table td {
    padding: 9px 6px;
  }
}

/*==================================================
   MEDIA: (max-width: 767px)
==================================================*/

@media (max-width: 767px) {
  .price-table {
    width: 620px;
    min-width: 620px;
    table-layout: fixed;
    font-size: 0.84rem;
    line-height: 1.5;
  }

  .price-table th,
  .price-table td {
    padding: 10px 8px;
  }

  .schedule-table {
    font-size: 13px;
    line-height: 1.55;
  }

  .schedule-table th,
  .schedule-table td {
    padding: 10px 8px;
    font-size: 13px;
    line-height: 1.55;
  }

  .schedule-table thead th {
    padding: 10px 7px;
    font-size: 13px;
  }

  .sp-only,
  .sp-break {
    display: initial;
  }

  .table-scroll--simple .simple-table,
  .table-scroll--cancel .cancel-table {
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .table-scroll--simple th,
  .table-scroll--simple td,
  .table-scroll--cancel th,
  .table-scroll--cancel td {
    padding: 10px 8px;
  }
}

/*==================================================
   MEDIA: (max-width: 640px)
==================================================*/

@media (max-width: 640px) {
  body {
    font-size: 15px;
    line-height: 1.75;
  }

  #wrapper {
    width: 100%;
    margin: 64px 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  #contents {
    padding: 8px 16px 38px;
  }

  .tour-hero--compact {
    min-height: 250px;
  }

  .section-heading {
    margin-top: 42px;
    font-size: 1.42rem;
  }

  .point-item {
    min-height: 122px;
    padding: 22px 18px 20px 74px;
  }

  .point-number {
    top: 22px;
    left: 18px;
    width: 42px;
    height: 42px;
  }

  .point-text {
    font-size: 1.04rem;
  }

  .course-card {
    padding: 20px;
  }

  .course-card dl {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .course-card dd + dt {
    margin-top: 8px;
  }


@media (max-width: 1000px) {
  .table-scroll-note {
    display: block;
  }
}

  .flow-step {
    padding: 72px 18px 20px;
  }

  .flow-step::before {
    top: 18px;
    left: 18px;
  }

  .yes-no-buttons {
    grid-template-columns: 1fr;
  }

  .footer-meta {
    text-align: left;
  }

  .tour-hero {
    min-height: 340px;
  }

  .tour-hero__inner {
    width: calc(100% - 30px);
    padding: 48px 0 44px;
  }

  .tour-hero__inner::before {
    top: 24px;
    bottom: 24px;
    left: -8px;
    width: calc(100% + 8px);
    border-left-width: 3px;
  }

  .tour-hero__eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.17em;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tour-hero__sub {
    font-size: 0.98rem;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tour-hero__meta {
    gap: 8px;
    margin-top: 26px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tour-hero h1 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: clamp(1.72rem, 8.5vw, 2.35rem);
  }

  .tour-hero__tag {
    min-height: 38px;
    padding: 6px 9px;
    font-size: 0.76rem;
  }


}

/*==================================================
   MEDIA: print
==================================================*/

@media print {
  #header,
  .menu-overlay {
    display: none !important;
  }

  body {
    background: #fff;
  }

  #wrapper {
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  .tour-hero {
    min-height: auto;
    color: #111;
    background: #fff;
    border-bottom: 3px solid var(--accent-color);
  }

  .tour-hero::before,
  .tour-hero::after {
    display: none;
  }

  .tour-hero__tag {
    color: #111;
    background: #fff;
    border-color: #888;
  }

  .table-scroll {
    overflow: visible;
  }

  .data-table,
  .schedule-table {
    min-width: 0;
  }

  .notice-details:not([open]) .notice-details__body {
    display: block;
  }
}

/* ==================================================
   TOUR INDEX PAGE
================================================== */

.tour-top {
  overflow: hidden;
}

.top-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 46%);
  min-height: 560px;
  background: #fff;
  border-bottom: 1px solid var(--border-color);
}

.top-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px 52px 70px 64px;
}

.top-hero__eyebrow {
  margin-bottom: 20px;
  color: var(--accent-color);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.top-hero h1 {
  color: var(--heading-color);
  font-size: clamp(2.25rem, 5.2vw, 4.7rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

.top-hero h1 span {
  display: block;
}

.top-hero h1 span + span {
  margin-top: 0.12em;
  font-size: 0.72em;
}

.top-hero__lead {
  margin-top: 30px;
  color: var(--muted-color);
  font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  font-weight: 600;
  letter-spacing: 0.16em;
}

.top-hero__visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: #edf6f8;
  background-image: var(--top-hero-image);
  background-position: var(--top-hero-position);
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 1px solid var(--border-color);
}

.top-hero__visual::before,
.top-hero__visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.top-hero__visual::before {
  width: 68%;
  aspect-ratio: 1;
  border: 1px solid rgba(22, 169, 184, 0.26);
  transform: rotate(45deg);
}

.top-hero__visual::after {
  width: 1px;
  height: 76%;
  background: rgba(24, 52, 95, 0.14);
  transform: rotate(35deg);
}

.top-hero__placeholder {
  position: relative;
  z-index: 1;
  padding: 10px 14px;
  color: #79919e;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(121, 145, 158, 0.35);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.top-contents {
  padding-bottom: 70px;
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.destination-card {
  --destination-color: var(--accent-color);
  --destination-soft: var(--surface-soft);
  display: flex;
  flex-direction: column;
  min-height: 330px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border-color);
  border-top: 5px solid var(--destination-color);
  border-radius: 10px;
}

.destination-card--seoul {
  --destination-color: #16a9b8;
  --destination-soft: #edf8f9;
}

.destination-card--hongkong {
  --destination-color: #cf6673;
  --destination-soft: #fff2f4;
}

.destination-card--taipei {
  --destination-color: #7774bd;
  --destination-soft: #f4f2fb;
}

.destination-card__head {
  position: relative;
  padding: 26px 24px 22px;
  background: var(--destination-soft);
  border-bottom: 1px solid var(--border-color);
}

.destination-card__number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: color-mix(in srgb, var(--destination-color) 45%, white);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.destination-card__en {
  margin-bottom: 8px;
  color: var(--destination-color);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.destination-card h3 {
  color: var(--heading-color);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.destination-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.destination-card__date {
  color: var(--heading-color);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.destination-card__meta {
  margin-top: 7px;
  color: var(--muted-color);
  font-size: 0.9rem;
}

.destination-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: auto;
  padding: 10px 16px;
  color: #fff;
  background: var(--destination-color);
  border: 1px solid var(--destination-color);
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.destination-card__link:hover {
  color: #fff;
  opacity: 0.88;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .top-hero {
    grid-template-columns: 1fr 42%;
    min-height: 480px;
  }

  .top-hero__content {
    padding: 62px 34px 58px;
  }

  .top-hero__visual {
    min-height: 480px;
  }

  .destination-grid {
    grid-template-columns: 1fr;
  }

  .destination-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .tour-top {
    margin-top: 64px;
  }

  .top-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .top-hero__content {
    min-height: 360px;
    padding: 48px 24px 42px;
  }

  .top-hero h1 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .top-hero__lead {
    letter-spacing: 0.1em;
  }

  .top-hero__visual {
    min-height: 330px;
    border-top: 1px solid var(--border-color);
    border-left: 0;
  }

  .top-contents {
    padding-bottom: 48px;
  }

  .destination-card__head,
  .destination-card__body {
    padding-right: 20px;
    padding-left: 20px;
  }
}


/* ==================================================
   総合TOP HERO
   PC：タイトル左 / アーティスト写真右
   SP：タイトル上 / アーティスト写真下
================================================== */

.top-main-hero {
  display: grid;
  grid-template-columns: minmax(460px, 50%) minmax(0, 50%);
  align-items: stretch;
  width: 100%;
  min-height: 86vh;
  min-height: 86svh;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid var(--border-color);
}

.top-main-hero .top-title-block {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 72px clamp(36px, 4vw, 72px);
  text-align: left;
  background: #ffffff;
}

.top-main-hero .top-title-block__inner {
  width: 100%;
  max-width: 820px;
  margin: 0;
}

.top-main-hero .top-title-block__eyebrow {
  margin: 0 0 18px;
  color: var(--accent-deep, #18345f);
  font-size: clamp(1.5rem, 1.55vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.16em;
}

.top-main-hero .top-title-block h1 {
  margin: 0;
  color: var(--heading-color, #17212b);
  font-size: clamp(2.5rem, 4.8vw, 4.9rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.top-main-hero .top-title-block h1 span {
  display: block;
  white-space: nowrap;
}

.top-main-hero .top-title-block__lead {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
}

.top-city-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px 6px;
  color: #ffffff;
  border-radius: 4px;
  font-size: clamp(1.2rem, 1vw, 1.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

.top-city-label--seoul {
  background: #16a9b8;
}

.top-city-label--hongkong {
  background: #cf6673;
}

.top-city-label--taipei {
  background: #7774bd;
}

.top-title-block__lead a {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.top-title-block__lead a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(24, 52, 95, 0.18);
  filter: brightness(1.08);
}

.top-title-block__lead a:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(24, 52, 95, 0.14);
}

.top-title-block__lead a:focus-visible {
  outline: 2px solid var(--accent-deep);
  outline-offset: 3px;
}


.top-main-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 24px clamp(24px, 3vw, 52px);
  background: var(--surface-soft);
  border-left: 1px solid var(--border-color);
}

.top-main-hero__artist {
  display: block;
  width: auto;
  max-width: 100%;
  height: min(82vh, 920px);
  height: min(82svh, 920px);
  max-height: calc(86vh - 48px);
  max-height: calc(86svh - 48px);
  object-fit: contain;
  object-position: center;
}

/* 大きめデスクトップ */
@media (min-width: 1440px) {
  .top-main-hero {
    grid-template-columns: minmax(520px, 50%) minmax(0, 50%);
    min-height: 88vh;
    min-height: 88svh;
  }

  .top-main-hero__artist {
    height: min(84vh, 980px);
    height: min(84svh, 980px);
    max-height: calc(88vh - 48px);
    max-height: calc(88svh - 48px);
  }
}

/* タブレット以下：縦並び */
@media (max-width: 900px) {
  .top-main-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .top-main-hero .top-title-block {
    padding: 52px 28px 38px;
    text-align: center;
  }

  .top-main-hero .top-title-block__inner {
    max-width: 720px;
    margin: 0 auto;
  }

  .top-main-hero .top-title-block__lead {
    justify-content: center;
    margin-top: 22px;
  }

  .top-main-hero__visual {
    min-height: 0;
    padding: 24px 20px 34px;
    border-top: 1px solid var(--border-color);
    border-left: 0;
  }

  .top-main-hero__artist {
    width: min(100%, 620px);
    height: auto;
    max-height: none;
  }
}

@media (max-width: 640px) {
  .top-main-hero .top-title-block h1 span {
    white-space: normal;
  }

  .top-main-hero .top-title-block {
    padding: 42px 18px 30px;
  }

  .top-main-hero .top-title-block h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .top-main-hero .top-title-block__lead {
    gap: 6px;
    margin-top: 20px;
  }

  .top-city-label {
    min-height: 31px;
    padding: 6px 10px 5px;
    font-size: 0.76rem;
  }

  .top-main-hero__visual {
    padding: 20px 14px 28px;
  }

  .top-main-hero__artist {
    width: min(100%, 500px);
  }
}

/* END 総合TOP HERO */


/* ==================================================
   COMMON SITE FOOTER
================================================== */

.site-footer {
  width: 100%;
  padding: 36px 20px;
  color: rgba(255, 255, 255, 0.80);
  background: var(--accent-deep);
}

.site-footer__inner {
  display: grid;
  width: min(1120px, 100%);
  margin: 0 auto;
  gap: 18px;
  text-align: center;
}

.site-footer .footer-nav,
.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 20px;
  margin: 0;
}

.site-footer .footer-nav a,
.site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.80);
  font-size: 0.88rem;
  text-decoration: none;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.site-footer .footer-nav a:hover,
.site-footer .footer-links a:hover {
  color: #ffffff;
  opacity: 1;
}

.site-footer .footer-links {
  font-size: 0.86rem;
  opacity: 0.88;
}

.site-footer .footer-links img {
  width: auto;
}

.site-footer .copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.50);
  font-size: 0.80rem;
}

.page-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #ffffff;
  background: var(--accent-color);
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(24, 52, 95, 0.24);
  font-weight: 800;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease,
    background-color 0.2s ease;
}

.page-top:hover {
  color: #ffffff;
  background: var(--accent-deep);
}

.page-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 640px) {
  .site-footer {
    padding: 30px 16px;
  }

  .site-footer .footer-nav,
  .site-footer .footer-links {
    gap: 8px 16px;
  }

  .site-footer .footer-nav a,
  .site-footer .footer-links a {
    font-size: 0.82rem;
  }

  .page-top {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
  }
}

@media print {
  .site-footer,
  .page-top {
    display: none !important;
  }
}

/* END COMMON SITE FOOTER */

/* ==================================================
   3 CITY TOUR HERO WITH ARTIST
   PC：タイトル左 / アーティスト写真右
   SP：タイトル上 / アーティスト写真下
================================================== */

.tour-hero--with-artist {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 42%);
  align-items: stretch;
  min-height: 520px;
}

.tour-hero--with-artist .tour-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 68px 36px 62px 64px;
}

.tour-hero--with-artist .tour-hero__artist {
  position: relative;
  z-index: 1;
  display: block;
  align-self: center;
  justify-self: center;
  width: 100%;
  height: 100%;
  max-height: 560px;
  padding: 24px 32px 24px 0;
  object-fit: contain;
  object-position: center;
}

/* タブレット・スマートフォン：縦並び */
@media (max-width: 900px) {
  .tour-hero--with-artist {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .tour-hero--with-artist .tour-hero__inner {
    width: min(720px, calc(100% - 40px));
    margin: 0 auto;
    padding: 52px 0 36px;
  }

  .tour-hero--with-artist .tour-hero__artist {
    width: min(560px, calc(100% - 32px));
    height: auto;
    max-height: none;
    margin: 0 auto;
    padding: 0 0 28px;
  }
}

@media (max-width: 640px) {
  .tour-hero--with-artist .tour-hero__inner {
    width: calc(100% - 30px);
    padding: 44px 0 30px;
  }

  .tour-hero--with-artist .tour-hero__artist {
    width: min(440px, calc(100% - 24px));
    padding-bottom: 22px;
  }
}

/* END 3 CITY TOUR HERO WITH ARTIST */

/* ==================================================
   TOP FULLSCREEN HERO OVERRIDE
   PC：最大幅1400px / 左にタイトル / 右にアーティスト写真
   左右の区切り線なし / アー写は右カラム中央
   SP：縦並び
================================================== */

#wrapper.tour-top {
  width: 100%;
  max-width: none;
  margin: 70px 0 42px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* ヒーロー下のコンテンツは従来どおり独立 */
#wrapper.tour-top > .top-contents {
  width: min(1180px, calc(100% - 40px));
  margin: 42px auto 0;
  padding: 18px 46px 70px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  box-shadow: var(--page-shadow);
}

/* ヒーロー本体は最大1400pxで中央配置 */
#wrapper.tour-top > .top-main-hero {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(420px, 42%);
  align-items: stretch;
  width: min(1400px, 100%);
  height: calc(100vh - 70px);
  height: calc(100svh - 70px);
  min-height: 650px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  border: 0;
}

/* 左：タイトルセットをカラム内で上下左右中央へ */
#wrapper.tour-top .top-main-hero .top-title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  padding: 56px clamp(42px, 5vw, 92px);
  text-align: center;
  background: #ffffff;
}

#wrapper.tour-top .top-main-hero .top-title-block__inner {
  width: min(100%, 900px);
  max-width: 900px;
  margin: 0 auto;
}

#wrapper.tour-top .top-main-hero .top-title-block__eyebrow {
  margin: 0 0 24px;
  color: var(--accent-deep, #18345f);
  font-size: clamp(1rem, 1.45vw, 1.42rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
}

#wrapper.tour-top .top-main-hero .top-title-block h1 {
  margin: 0;
  color: var(--heading-color, #17212b);
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-align: center;
}

#wrapper.tour-top .top-main-hero .top-title-block h1 span {
  display: block;
  white-space: nowrap;
}

#wrapper.tour-top .top-main-hero .top-title-block__lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 32px 0 0;
}

/* 都市ラベル：下のカードと同色 */
#wrapper.tour-top .top-city-label--seoul {
  background: #16a9b8;
}

#wrapper.tour-top .top-city-label--hongkong {
  background: #cf6673;
}

#wrapper.tour-top .top-city-label--taipei {
  background: #7774bd;
}

/* 右：アー写は上寄せ＋カラム中央 */
#wrapper.tour-top .top-main-hero__visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border: 0;
}

#wrapper.tour-top .top-main-hero__artist {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: none;
  margin: 0 auto;
  object-fit: contain;
  object-position: top center;
}

/* 横幅が不足する前に縦並びへ */
@media (max-width: 1100px) {
  #wrapper.tour-top > .top-main-hero {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  #wrapper.tour-top .top-main-hero .top-title-block {
    min-height: 360px;
    padding: 54px 28px 42px;
    text-align: center;
  }

  #wrapper.tour-top .top-main-hero .top-title-block__inner {
    width: min(800px, 100%);
  }

  #wrapper.tour-top .top-main-hero__visual {
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
  }

  #wrapper.tour-top .top-main-hero__artist {
    width: auto;
    max-width: 100%;
    height: min(90vh, 900px);
    height: min(90svh, 900px);
    margin: 0 auto;
    object-position: top center;
  }
}

@media (max-width: 900px) {
  #wrapper.tour-top > .top-contents {
    width: min(100% - 24px, 1180px);
    padding: 14px 26px 48px;
  }
}

@media (max-width: 640px) {
  #wrapper.tour-top {
    margin-top: 64px;
  }

  #wrapper.tour-top .top-main-hero .top-title-block {
    min-height: 250px;
    padding: 32px 18px 32px;
  }

  #wrapper.tour-top .top-main-hero .top-title-block h1 {
    font-size: clamp(1.85rem, 9vw, 3rem);
  }

  #wrapper.tour-top .top-main-hero .top-title-block h1 span {
    white-space: nowrap;
  }

  #wrapper.tour-top .top-main-hero__artist {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 88svh;
  }

  #wrapper.tour-top > .top-contents {
    width: 100%;
    margin-top: 28px;
    padding: 8px 16px 48px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

/* END TOP FULLSCREEN HERO OVERRIDE */
