@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
main.dream-seat {
  width: 100%;
  max-width: none;
  margin: 0;
}

.dream-seat img,
.dream-seat-header img {
  width: auto;
  margin: 0;
}

body {
  margin: initial;
  font-smooth: initial;
}

.dream-seat,
.dream-seat-header {
  color: #fff;
  font: 500 16px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat {
  background: #030B1C;
}

.dream-seat-section {
  width: 100%;
  padding-block-start: 60px;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .dream-seat-section {
    padding-block-start: 80px;
  }
}

.dream-seat-section--black {
  background: #000;
  padding-block-end: 60px;
}
@media screen and (min-width: 840px) {
  .dream-seat-section--black {
    padding-block-end: 80px;
  }
}

.dream-seat-section__inner {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .dream-seat-section__inner {
    width: calc(100% - 80px);
  }
}

.dream-seat-section--seam-bottom {
  padding-block-end: 60px;
}
@media screen and (min-width: 840px) {
  .dream-seat-section--seam-bottom {
    padding-block-end: 80px;
  }
}

.dream-seat-intro,
.dream-seat-prizes {
  padding-block-start: 80px;
}

.dream-seat-section__title {
  margin: 0 0 20px;
  font: 600 40px/1.2 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.dream-seat-section__title:has(+ .dream-seat-section__subtitle) {
  margin-block-end: 4px;
}

.dream-seat-section__subtitle {
  margin: 0 0 20px;
  font: 500 12px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (min-width: 840px) {
  .dream-seat-section__subtitle {
    margin-block-end: 40px;
  }
}

.dream-seat-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding-inline: 24px 20px;
  background: #030B1C;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .dream-seat-header {
    padding-inline: 48px 40px;
  }
}

.dream-seat-header__home {
  display: inline-flex;
  align-items: center;
}

img.dream-seat-header__logo {
  width: auto;
  height: 32px;
}

.dream-seat-header__actions {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 840px) {
  .dream-seat-header__actions {
    gap: 24px;
  }
}

.dream-seat-header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-height: 36px;
  padding: 4px;
  font: 700 12px/1.25 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-decoration: none;
}
@media screen and (min-width: 840px) {
  .dream-seat-header__button {
    width: 144px;
    font-size: 14px;
  }
}

.dream-seat-header__button--ghost,
.dream-seat-header__button--ghost:link,
.dream-seat-header__button--ghost:visited,
.dream-seat-header__button--ghost:focus,
.dream-seat-header__button--ghost:active {
  background: #030B1C;
  color: #fff;
}

.dream-seat-header__button--fill,
.dream-seat-header__button--fill:link,
.dream-seat-header__button--fill:visited,
.dream-seat-header__button--fill:focus,
.dream-seat-header__button--fill:active {
  background: #fff;
  color: #030B1C;
}

.dream-seat-header__button:hover {
  opacity: 1;
}

@media (hover: hover) {
  .dream-seat-header__button--ghost:hover {
    background: #fff;
    color: #030B1C;
    transition: all 0.3s ease;
  }
  .dream-seat-header__button--fill:hover {
    background: #030B1C;
    color: #fff;
    transition: all 0.3s ease;
  }
}
.dream-seat-fv {
  padding-block-start: 60px;
}

img.dream-seat-fv__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 840px) {
  img.dream-seat-fv__img {
    aspect-ratio: auto;
    height: min(70svh, 576px);
  }
}

.dream-seat-intro__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 645px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 840px) {
  .dream-seat-intro__body {
    gap: 28px;
  }
}

.dream-seat-intro__lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 0;
}
@media screen and (min-width: 840px) {
  .dream-seat-intro__lockup {
    gap: 52px;
  }
}

img.dream-seat-intro__lockup-img {
  width: auto;
}

img.dream-seat-intro__lockup-img--altiri {
  height: 32px;
  padding-inline-end: 32px;
  border-inline-end: 4px solid #fff;
}
@media screen and (min-width: 840px) {
  img.dream-seat-intro__lockup-img--altiri {
    height: 48px;
    padding-inline-end: 52px;
    border-inline-end-width: 6px;
  }
}

img.dream-seat-intro__lockup-img--airbnb {
  height: 28px;
}
@media screen and (min-width: 840px) {
  img.dream-seat-intro__lockup-img--airbnb {
    height: 40px;
  }
}

.dream-seat-intro__title {
  margin: 0;
  font: 600 60px/1 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 840px) {
  .dream-seat-intro__title {
    font-size: 80px;
  }
}

@media screen and (min-width: 840px) {
  .dream-seat-intro__title-br {
    display: none;
  }
}

.dream-seat-intro__headline {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dream-seat-intro__catch {
  margin: 0;
  font: 400 14px/1.75 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-intro__lead {
  margin: 0;
  font: 400 14px/1.75 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-intro__period {
  margin: 0;
  font: 700 13px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 840px) {
  .dream-seat-intro__period {
    font-size: 14px;
  }
}

.dream-seat-intro__cv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 840px) {
  .dream-seat-intro__cv {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}

.dream-seat-intro__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  min-height: 54px;
  padding: 8px 16px;
  font: 700 16px/1.25 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border: 2px solid #fff;
  box-sizing: border-box;
  text-decoration: none;
}

.dream-seat-intro__button--ghost,
.dream-seat-intro__button--ghost:link,
.dream-seat-intro__button--ghost:visited,
.dream-seat-intro__button--ghost:focus,
.dream-seat-intro__button--ghost:active {
  background: #030B1C;
  color: #fff;
}

.dream-seat-intro__button--fill,
.dream-seat-intro__button--fill:link,
.dream-seat-intro__button--fill:visited,
.dream-seat-intro__button--fill:focus,
.dream-seat-intro__button--fill:active {
  background: #fff;
  color: #030B1C;
}

.dream-seat-intro__button:hover {
  opacity: 1;
}

@media (hover: hover) {
  .dream-seat-intro__button--ghost:hover {
    background: #fff;
    color: #030B1C;
    transition: all 0.3s ease;
  }
  .dream-seat-intro__button--fill:hover {
    background: #030B1C;
    color: #fff;
    transition: all 0.3s ease;
  }
}
.dream-seat-intro__note {
  margin: 0;
  font: 400 12px/1.25 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: left;
}

.dream-seat-prizes__grid {
  display: flex;
  flex-direction: column;
  gap: 72px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 840px) {
  .dream-seat-prizes__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 72px;
  }
}

.dream-seat-prize {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dream-seat-prize__visual {
  position: relative;
}

img.dream-seat-prize__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.dream-seat-prize__badge {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  padding: 4px 8px;
  background: #030B1C;
  font: 700 14px/1 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
}

.dream-seat-prize__title {
  margin: 0;
  font: 700 18px/1.625 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-prize__meta {
  margin: 0;
  font: 500 14px/1.625 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-prize__text {
  margin: 0;
  font: 500 14px/1.625 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-prize__note {
  margin: 0;
  font: 500 13px/1.625 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-link {
  color: inherit;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .dream-seat-link:hover {
    opacity: 0.7;
  }
}
.dream-seat-about__lead {
  max-width: 800px;
  margin: 0 auto 40px;
  font: 500 14px/1.8 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 840px) {
  .dream-seat-about__lead {
    margin-block-end: 64px;
    font-size: 15px;
  }
}

.dream-seat-about__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 840px) {
  .dream-seat-about__list {
    gap: 64px;
    max-width: 800px;
    margin-inline: auto;
  }
}

.dream-seat-about__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 840px) {
  .dream-seat-about__item {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}

@media screen and (min-width: 840px) {
  .dream-seat-about__item:nth-child(even) {
    flex-direction: row;
  }
}

img.dream-seat-about__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 840px) {
  img.dream-seat-about__img {
    width: 44%;
  }
}

.dream-seat-about__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 840px) {
  .dream-seat-about__body {
    width: 50%;
  }
}

.dream-seat-about__heading {
  margin: 0;
  font: 700 22px/1.625 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-about__text {
  margin: 0;
  font: 500 16px/1.625 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-heading {
  margin-block-end: 40px;
  text-align: center;
}

.dream-seat-heading__en {
  margin: 0;
  font: 600 32px/1.25 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
}

.dream-seat-heading__jp {
  margin: 0;
  font: 500 12px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-join__body {
  max-width: 600px;
  margin-inline: auto;
}

.dream-seat-steps {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.dream-seat-steps__title {
  margin: 0;
  padding: 8px;
  font: 500 24px/1.5 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  text-align: center;
  border-block-end: 1px solid rgba(255, 255, 255, 0.5);
}

.dream-seat-steps__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dream-seat-steps__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border-block-end: 1px solid rgba(255, 255, 255, 0.5);
}

.dream-seat-steps__item:last-child {
  border-block-end: none;
}

.dream-seat-steps__no {
  margin: 0;
  font: 500 16px/1.5 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
}

.dream-seat-steps__name {
  margin: 0;
  font: 500 14px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-steps__text {
  margin: 0;
  font: 500 14px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-cta {
  display: flex;
  justify-content: center;
  margin-block-start: 40px;
}

.dream-seat-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  min-height: 48px;
  padding: 8px 20px;
  font: 700 13px/1 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-decoration: none;
}

.dream-seat-cta__button,
.dream-seat-cta__button:link,
.dream-seat-cta__button:visited,
.dream-seat-cta__button:focus,
.dream-seat-cta__button:active {
  background: #fff;
  color: #030B1C;
}

.dream-seat-cta__button:hover {
  opacity: 1;
}

@media (hover: hover) {
  .dream-seat-cta__button:hover {
    background: transparent;
    color: #fff;
    transition: all 0.3s ease;
  }
}
.dream-seat-info {
  padding-block-end: 80px;
}
@media screen and (min-width: 840px) {
  .dream-seat-info {
    padding-block-end: 120px;
  }
}

.dream-seat-info__columns {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 840px) {
  .dream-seat-info__columns {
    flex-direction: row;
    align-items: stretch;
  }
}

.dream-seat-info__box {
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-sizing: border-box;
  scroll-margin-block-start: 76px;
}
@media screen and (min-width: 840px) {
  .dream-seat-info__box {
    width: 50%;
  }
}

@media screen and (min-width: 840px) {
  .dream-seat-info__box:first-child {
    border-inline-end: none;
  }
}

.dream-seat-info__box + .dream-seat-info__box {
  border-block-start: none;
}
@media screen and (min-width: 840px) {
  .dream-seat-info__box + .dream-seat-info__box {
    border-block-start: 1px solid rgba(255, 255, 255, 0.24);
  }
}

.dream-seat-info__box + .dream-seat-info__box > .dream-seat-info__box-title {
  display: none;
}
@media screen and (min-width: 840px) {
  .dream-seat-info__box + .dream-seat-info__box > .dream-seat-info__box-title {
    display: block;
  }
}

.dream-seat-info__box-title {
  margin: 0;
  padding: 8px;
  font: 500 24px/1.5 alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  text-align: center;
  border-block-end: 1px solid rgba(255, 255, 255, 0.24);
}

.dream-seat-info__block {
  padding: 16px;
  border-block-end: 1px solid rgba(255, 255, 255, 0.24);
}
@media screen and (min-width: 840px) {
  .dream-seat-info__block {
    padding: 16px 24px;
  }
}

.dream-seat-info__block:last-child {
  border-block-end: none;
}

.dream-seat-info__block-title {
  margin: 0 0 4px;
  font: 500 14px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-info__block-text {
  margin: 0;
  font: 500 12px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
@media screen and (min-width: 840px) {
  .dream-seat-details {
    gap: 8px;
  }
}

.dream-seat-details__row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 840px) {
  .dream-seat-details__row {
    flex-direction: row;
    gap: 8px;
  }
}

.dream-seat-details__label {
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (min-width: 840px) {
  .dream-seat-details__label {
    width: 90px;
  }
}

.dream-seat-details__value {
  margin: 0;
}

.dream-seat-details__prizes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dream-seat-details__prize {
  display: flex;
  gap: 8px;
}

.dream-seat-details__prize-label {
  flex-shrink: 0;
  white-space: nowrap;
}

.dream-seat-schedule {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 840px) {
  .dream-seat-schedule {
    gap: 20px;
  }
}

.dream-seat-schedule__intro {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dream-seat-schedule__title {
  margin: 0;
  font: 500 16px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-schedule__note {
  margin: 0;
  font: 500 12px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.dream-seat-schedule__table {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 840px) {
  .dream-seat-schedule__table {
    display: table;
    border-collapse: collapse;
    font-size: 14px;
  }
}

.dream-seat-schedule__table thead {
  display: none;
}
@media screen and (min-width: 840px) {
  .dream-seat-schedule__table thead {
    display: table-header-group;
  }
}

.dream-seat-schedule__table tbody {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 840px) {
  .dream-seat-schedule__table tbody {
    display: table-row-group;
  }
}

.dream-seat-schedule__table tr {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (min-width: 840px) {
  .dream-seat-schedule__table tr {
    display: table-row;
  }
}

.dream-seat-schedule__table th,
.dream-seat-schedule__table td {
  padding: 0;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 840px) {
  .dream-seat-schedule__table th,
  .dream-seat-schedule__table td {
    padding: 10px 8px 10px 0;
  }
}

.dream-seat-schedule__table th {
  white-space: nowrap;
}
@media screen and (min-width: 840px) {
  .dream-seat-schedule__table th {
    padding-block-start: 0;
    border-block-end: 1px solid rgba(255, 255, 255, 0.24);
  }
}

.dream-seat-schedule__table td:nth-child(3) {
  grid-column: 1/-1;
}
@media screen and (min-width: 840px) {
  .dream-seat-schedule__table td:nth-child(3) {
    grid-column: auto;
  }
}

.dream-seat-credit {
  margin: 0;
  padding: 24px;
  color: rgba(255, 255, 255, 0.6);
  font: 500 11px/1.5 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (min-width: 840px) {
  .dream-seat-credit {
    font-size: 12px;
  }
}

.dream-seat-credit small {
  font-size: inherit;
}

.dream-seat-header__home:focus-visible,
.dream-seat-header__button:focus-visible,
.dream-seat-intro__button:focus-visible,
.dream-seat-link:focus-visible,
.dream-seat-cta__button:focus-visible {
  position: relative;
  z-index: 10;
  outline: 2px solid #FF007A;
  outline-offset: 2px;
}/*# sourceMappingURL=dream-seat-tour.css.map */