:root {
  --bg: #07111f;
  --bg-soft: #0d1b30;
  --line: rgba(255, 255, 255, 0.1);
  --text: #f7f8fb;
  --text-soft: #b2bfd3;
  --accent: #f0c266;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  color: var(--text);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  text-align: justify;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top, rgba(240, 194, 102, 0.12), transparent 28%),
    linear-gradient(180deg, #09111d 0%, #050910 100%);
}

body.is-loading {
  overflow: hidden;
}

a {
  color: inherit;
}

.loading-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at top, rgba(240, 194, 102, 0.16), rgba(240, 194, 102, 0) 30%),
    linear-gradient(180deg, #09111d 0%, #050910 100%);
  opacity: 1;
  visibility: visible;
  transition:
    opacity 420ms ease,
    visibility 0s linear 420ms;
}

body.is-loaded .loading-screen {
  opacity: 0;
  visibility: hidden;
}

.loading-screen-inner {
  width: min(100%, 320px);
  text-align: center;
}

.loading-orbit {
  position: relative;
  width: min(70vw, 220px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.loading-earth {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34%;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: #4d7cff;
  box-shadow:
    0 0 30px rgba(139, 224, 255, 0.28),
    0 0 80px rgba(95, 143, 255, 0.12);
}

.loading-earth::before {
  content: none;
}

.loading-earth::after {
  content: none;
}

.loading-moon-orbit {
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  animation: loading-moon-spin 3.8s linear infinite;
}

.loading-moon {
  position: absolute;
  top: -4%;
  left: 50%;
  width: 10%;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.3) 14%, rgba(0, 0, 0, 0) 15%),
    radial-gradient(circle at 30% 30%, #fff6de 0%, #cdbfa2 58%, #7f7768 100%);
  box-shadow: 0 0 16px rgba(255, 246, 222, 0.28);
}

.loading-text {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  letter-spacing: 0.32em;
  text-align: center;
}

.page {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: clip;
}

.block {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.block-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 12px;
  position: relative;
  z-index: 3;
}

.block + .block::before {
  --divider-width: min(50vw, 600px);
  --divider-height: calc(var(--divider-width) * 118 / 2894);
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: var(--divider-width);
  aspect-ratio: 2894 / 118;
  margin: 0;
  background: url("../images/kugiri.png") center / contain no-repeat;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.block + .block .block-inner {
  padding-top: 48px;
}

.section-particles {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.block:nth-of-type(odd) {
  background: rgba(13, 27, 48, 0.52);
}

.block:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.03);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 0;
  background: rgba(4, 10, 18, 0.88);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(4, 10, 18, 0.2), rgba(4, 10, 18, 0.2)),
    url("../images/titleback.avif") center top / cover no-repeat;
  transform: scale(1);
  transform-origin: center center;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../images/back1.png") center top / contain no-repeat;
  opacity: 0.6;
  transform: scale(1);
  transform-origin: center center;
  pointer-events: none;
}

body.play-hero-intro .hero::before {
  animation: hero-background-rise 3s cubic-bezier(0.18, 0.9, 0.2, 1) both;
}

body.play-hero-intro .hero::after {
  animation: hero-overlay-rise 3s cubic-bezier(0.18, 0.9, 0.2, 1) both;
}

.block.overview-block,
.block.tour-block,
.block.ticket-block,
.block.goods-block {
  isolation: isolate;
}

.block-parallax-frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.block-parallax-media {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}

.block.overview-block {
  background: linear-gradient(90deg, rgba(7, 17, 31, 0.12) 0%, rgba(7, 17, 31, 0.12) 42%, rgba(7, 17, 31, 0.78) 60%, rgba(7, 17, 31, 0.9) 100%);
}

.overview-block .block-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.overview-block h1,
.overview-block p,
.overview-block ul,
.overview-facts {
  width: min(100%, 520px);
  text-align: right;
}

.overview-block ul {
  padding-left: 0;
  padding-right: 20px;
  list-style-position: inside;
}

.overview-facts {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: 20px;
  padding: 22px 22px 10px;
  border: 1px solid rgba(255, 236, 188, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 244, 214, 0.12) 0%, rgba(255, 255, 255, 0.04) 48%, rgba(7, 17, 31, 0.52) 100%),
    rgba(7, 17, 31, 0.56);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: visible;
  backdrop-filter: blur(12px);
}

.overview-facts::after {
  content: "";
  position: absolute;
  top: -48px;
  right: -24px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(240, 194, 102, 0.18) 0%, rgba(240, 194, 102, 0) 72%);
  pointer-events: none;
}

.overview-fact {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  align-items: baseline;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.overview-fact:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.overview-fact-label,
.overview-fact-value {
  margin: 0;
}

.overview-fact .overview-fact-label {
  color: #ffd86a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-align: left;
  text-shadow: 0 0 14px rgba(240, 194, 102, 0.26);
}

.overview-fact-value {
  color: var(--text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.overview-fact-subvalue {
  flex-basis: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: right;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.08);
}

.overview-fact-date {
  display: flex;
  flex-wrap: wrap;
  gap: 0.08em;
  row-gap: 6px;
  align-items: baseline;
  justify-content: flex-end;
  width: 100%;
}

.date-number {
  font-size: 1em;
}

.date-unit {
  margin-right: 0.28em;
  font-size: 0.62em;
  opacity: 0.78;
}

.block.tour-block {
  background: linear-gradient(rgba(34, 8, 12, 0.68), rgba(24, 6, 10, 0.68));
}

.block.ticket-block {
  background: linear-gradient(rgba(7, 17, 31, 0.56), rgba(7, 17, 31, 0.56));
}

.block.goods-block {
  background: linear-gradient(rgba(7, 17, 31, 0.56), rgba(7, 17, 31, 0.56));
}

.block.faq-block {
  background:
    linear-gradient(135deg, rgba(86, 154, 255, 0.18) 0%, rgba(139, 224, 255, 0.14) 42%, rgba(7, 17, 31, 0.94) 100%);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.2;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

h1 {
  font-size: 38px;
  text-align: center;
  color: #f0c266;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

p,
li {
  line-height: 1.8;
}

p {
  margin: 14px 0 0;
}

ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.lead {
  position: relative;
  z-index: 30;
  font-size: 18px;
  color: var(--text);
  text-align: center;
}

.caption-inline {
  position: static;
  display: inline;
}

.caption-trigger {
  display: inline;
  padding: 0;
  border: 0;
  color: #fff5cb;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  white-space: normal;
  vertical-align: baseline;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.14em;
  background: transparent;
  cursor: pointer;
}

.caption-popup {
  z-index: 1000;
  width: max-content;
  max-width: min(300px, calc(100vw - 32px));
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  color: #e8f0ff;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  background: rgba(5, 10, 22, 0.94);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 0s linear 180ms;
  pointer-events: none;
}

.caption-inline > .caption-popup {
  display: none;
}

.caption-popup-wide {
  width: max-content;
  max-width: min(460px, calc(100vw - 32px));
  font-size: 12px;
  line-height: 1.65;
}

.caption-popup::before {
  content: "";
  position: absolute;
  top: -8px;
  left: var(--caption-arrow-left, 50%);
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 10, 22, 0.94);
  transform: translateX(-50%) rotate(45deg);
}

.caption-popup-portal {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(8px);
}

.caption-popup-portal.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
  pointer-events: auto;
}

.info {
  margin-top: 18px;
}

.info p {
  margin-top: 12px;
}

.card {
  margin-top: 14px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(3, 8, 18, 0.72);
}

.cards-grid {
  display: grid;
  gap: 14px;
}

.cards-grid > .card,
.cards-grid > .placeholder {
  margin-top: 0;
}

.placeholder {
  margin-top: 16px;
  padding: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  color: var(--text-soft);
  text-align: center;
}

.placeholder p {
  margin-top: 6px;
}

.placeholder p:first-child {
  margin-top: 0;
  color: var(--text);
}

.tour-image {
  margin-top: 14px;
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.04);
}

.tour-image-tag {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.tour-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.tour-price {
  margin-top: auto;
  align-self: flex-end;
  color: #f0c266;
  font-size: 24px;
  font-weight: 800;
}

.ticket-list {
  display: grid;
  gap: 16px;
}

.ticket-item {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
  align-items: start;
  height: 100%;
}

.ticket-image-wrap {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.ticket-image-tag {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ticket-image-placeholder {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 220px;
  padding: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  text-align: center;
}

.ticket-image-placeholder p {
  margin-top: 6px;
}

.ticket-image-placeholder p:first-child {
  margin-top: 0;
  color: var(--text);
}

.ticket-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.ticket-name {
  color: #fff1b8;
  font-size: 30px;
  line-height: 1.1;
}

.ticket-description {
  color: var(--text-soft);
}

.goods-list {
  display: grid;
  gap: 16px;
}

.goods-item {
  display: grid;
  gap: 16px;
  align-items: start;
}

.goods-image-wrap {
  align-self: start;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.goods-gallery {
  display: grid;
  gap: 12px;
  align-self: start;
}

.goods-gallery-single {
  grid-template-columns: minmax(0, 1fr);
}

.goods-item-rect .goods-image-main-wrap {
  display: grid;
  place-items: center;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02) 48%),
    rgba(255, 255, 255, 0.03);
}

.goods-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.goods-image-contain {
  max-height: 220px;
  object-fit: contain;
}

.goods-image-square {
  aspect-ratio: 1 / 1;
}

.goods-gallery-thumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.goods-gallery-thumb {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.goods-gallery-thumb.is-selected {
  border-color: #f0c266;
  box-shadow: 0 0 0 1px rgba(240, 194, 102, 0.24);
}

.goods-gallery-thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.goods-name {
  color: #fff1b8;
  font-size: 30px;
  line-height: 1.1;
}

.goods-description {
  color: var(--text-soft);
}

.goods-content {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.goods-content-review {
  gap: 12px;
}

.goods-stars {
  color: #ffb400;
  letter-spacing: 0.08em;
}

.goods-review-list {
  display: grid;
  gap: 12px;
  width: 100%;
}

.goods-item-rect .goods-gallery {
  align-self: start;
}

.review-entry {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 241, 184, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 248, 230, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(14, 22, 34, 0.92);
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}

.review-body {
  min-width: 0;
}

.review-meta,
.review-title,
.review-date,
.review-text {
  margin: 0;
}

.review-meta {
  color: #f5f7fb;
  font-size: 14px;
  font-weight: 700;
}

.review-title {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
  color: #fff7dd;
  font-weight: 700;
}

.review-date {
  margin-top: 5px;
  color: #aeb9c9;
  font-size: 12px;
}

.review-text {
  position: relative;
  margin-top: 8px;
  color: #dde5f3;
  font-size: 14px;
  line-height: 1.7;
  font-style: italic;
  transform: skewX(-6deg);
}

.review-text::before,
.review-text::after {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.15em;
  font-style: normal;
}

.review-text::before {
  content: "“";
  margin-right: 0.18em;
}

.review-text::after {
  content: "”";
  margin-left: 0.18em;
}

.goods-price {
  margin-top: auto;
  align-self: flex-end;
  color: #f0c266;
  font-size: 24px;
  font-weight: 800;
}

.goods-price-sale {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: baseline;
  justify-content: flex-end;
}

.goods-price-sale-badge {
  color: #ff8f66;
  font-size: 16px;
  font-weight: 700;
}

.goods-price-sale-current {
  color: #f0c266;
  font-size: 28px;
  font-weight: 800;
}

.goods-price-sale-original {
  color: #9ba8bc;
  font-size: 12px;
  text-decoration: line-through;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 18px;
}

.faq-item .qa-row:first-child {
  margin-top: 0;
}

.qa-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
}

.qa-row + .qa-row {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.qa-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}

.qa-badge-q {
  color: #09111d;
  background: #f0c266;
}

.qa-badge-a {
  color: #09111d;
  background: #8be0ff;
}

.qa-text {
  margin: 0;
  font-size: 18px;
}

.qa-row-q .qa-text {
  color: #fff3c6;
  font-weight: 700;
}

.qa-row-a .qa-text {
  color: #c7eaff;
  font-size: 17px;
  line-height: 1.9;
}

.brand-link-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.credit-list {
  text-align: center;
}

.credit-list p {
  margin-top: 8px;
}

.credit-list p:first-child {
  margin-top: 0;
}

.page > .block:last-of-type .block-inner {
  padding-bottom: 8px;
}

.brand-link {
  display: inline-block;
  max-width: 280px;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.brand-link:hover,
.brand-link:focus-visible {
  opacity: 1;
  transform: translateY(-4px) scale(1.04);
}

.brand-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  transition: filter 180ms ease;
  margin: 0 auto;
}

.section-image-heading {
  margin: 0 auto 8px;
  max-width: 420px;
}

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

.brand-link:hover .brand-logo,
.brand-link:focus-visible .brand-logo {
  filter: drop-shadow(0 0 18px rgba(240, 194, 102, 0.45));
}

.site-footer {
  position: relative;
  z-index: 2;
  padding: 8px 12px 12px;
  text-align: center;
}

.site-footer p {
  margin: 0 auto;
  max-width: 1200px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.1;
}

.video-embed {
  position: relative;
  z-index: 20;
  isolation: isolate;
  margin-top: 18px;
  max-width: 600px;
  margin-inline: auto;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.video-embed iframe {
  position: relative;
  z-index: 21;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  transform: translateZ(0);
}

.hero-title {
  margin: 0 auto;
  max-width: 1000px;
}

.title-logo {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(1.24);
  transform-origin: center center;
}

body.play-hero-intro .title-logo {
  animation: hero-logo-settle 3s cubic-bezier(0.18, 0.9, 0.2, 1) both;
}

.block p,
.block li {
  color: var(--text-soft);
}

.block strong,
.block h2,
.block h3,
.lead,
.placeholder p:first-child {
  color: var(--text);
}

.block-inner > :first-child {
  margin-top: 0;
}

.block-inner > :last-child {
  margin-bottom: 0;
}

.js .block-inner > * {
  opacity: 0;
  transform: translateY(28px);
}

.reveal-item {
  transition:
    opacity 700ms ease,
    transform 700ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.js .block-inner > *.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 600px) {
  .block-inner {
    padding: 56px 24px;
  }
}

@media (max-width: 600px) {
  .block + .block::before {
    --divider-width: min(88vw, 600px);
  }

  .overview-facts {
    padding: 18px 16px 8px;
    border-radius: 18px;
  }

  .overview-facts::before {
    letter-spacing: 0.24em;
  }

  .overview-fact {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0;
  }

  .overview-fact-label {
    justify-self: end;
    text-align: right;
  }

  .overview-fact-value {
    font-size: 20px;
  }

  .faq-item {
    padding: 14px;
  }

  .qa-row {
    grid-template-columns: 34px 1fr;
    gap: 8px;
  }

  .qa-row + .qa-row {
    margin-top: 10px;
    padding-top: 10px;
  }

  .qa-badge {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .qa-text {
    font-size: 16px;
  }

  .qa-row-a .qa-text {
    font-size: 15px;
    line-height: 1.75;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero::after {
    animation: none;
    transform: none;
  }

  .loading-moon-orbit {
    animation: none;
  }

  .title-logo {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .js .block-inner > * {
    opacity: 1;
    transform: none;
  }

  .reveal-item {
    transition: none;
  }
}

@keyframes hero-logo-settle {
  0% {
    opacity: 0;
    transform: scale(1.24);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes hero-background-rise {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.04);
  }
}

@keyframes hero-overlay-rise {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.02);
  }
}

@keyframes loading-moon-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 800px) {
  .ticket-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
}

@media (max-width: 899px) {
  .goods-item-rect .goods-gallery-single {
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: start;
  }

  .goods-item-rect .goods-gallery-thumbs {
    grid-column: 1;
    grid-row: 1;
    flex-direction: column;
    justify-content: flex-start;
  }

  .goods-item-rect .goods-image-main-wrap {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    min-height: 0;
    padding: 8px;
  }

  .goods-item-rect .goods-image-contain {
    max-height: none;
  }
}

@media (min-width: 900px) {
  .cards-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .goods-item {
    grid-template-columns: 320px minmax(0, 1fr);
    align-items: stretch;
  }

  .goods-item-rect .goods-image-contain {
    max-height: 300px;
  }
}

@media (min-width: 1100px) {
  .ticket-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}
