.landing-page .ldp-top-banner__text {
  padding: 12rem 0;
  background: #C1E5FF url("../../img/ldp/ftg-top-banner.png") center no-repeat;
  background-size: cover;
  text-align: center;
}
.landing-page .ldp-top-banner__logo {
  margin-bottom: 3.5rem;
}
.landing-page .ldp-top-banner__title {
  margin-bottom: 3.5rem;
  position: relative;
}
.landing-page .ldp-top-banner__title img {
  z-index: 10;
  position: relative;
}
.landing-page .ldp-top-banner__title--year {
  position: absolute;
  z-index: 5;
  top: -180px;
  margin-left: -170px;
}
.landing-page .ldp-top-banner__nav {
  padding: 2.4rem 0;
  background-color: #C1E5FF;
}
.landing-page .ldp-top-banner__nav .ldp-nav {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
.landing-page .ldp-top-banner__nav .ldp-nav__item--link span {
  display: block;
  color: #00A0E9;
  font-size: 14px;
  font-weight: 600;
}
.landing-page .ldp-section {
  padding: 12rem 0;
}
.landing-page .ldp-section--blue-sky {
  background-color: #C1E5FF;
}
.landing-page .ldp-section--bg-uniform {
  background-image: url(../../../assets/img/ldp/bg-uniform.png);
}
.landing-page .ldp-section__title {
  color: #00A0E9;
  text-align: center;
  font-family: Bebas Neue, serif;
  letter-spacing: 2.5px;
  font-size: 7rem;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}
.landing-page .ldp-section__title:after {
  width: 100%;
  content: attr(data-title);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
  margin-left: 4px;
  z-index: -1;
  font-size: 7rem;
  text-shadow: -2px -2px 0 #00A0E9, 2px -2px 0 #00A0E9, -2px 2px 0 #00A0E9, 2px 2px 0 #00A0E9;
}
.landing-page .ldp-section__title--orange {
  color: #F08437;
}
.landing-page .ldp-section__title--orange:after {
  text-shadow: -2px -2px 0 #F08437, 2px -2px 0 #F08437, -2px 2px 0 #F08437, 2px 2px 0 #F08437;
}
.landing-page .ldp-section .ldp-container {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.landing-page .ldp-section--news .ldp-container, .landing-page .ldp-section--general .ldp-container {
  max-width: 1140px;
}
.landing-page .ldp-btn {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  color: #00A0E9;
  padding: 2rem 4rem;
  background-color: #fff;
  border-radius: 4rem;
  margin-top: 3.2rem;
}
.landing-page .ldp-btn--orange {
  background-color: #F0831E;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  height: 80px;
  line-height: 80px;
  padding: 0 65px;
  position: relative;
}
.landing-page .ldp-btn--orange img {
  position: absolute;
  top: 25px;
  right: 20px;
}
@media (max-width: 480px) {
  .landing-page .ldp-btn--orange {
    height: 64px;
    line-height: 64px;
    font-size: 18px;
  }
  .landing-page .ldp-btn--orange img {
    top: 18px;
    right: 18px;
  }
}
.landing-page .ldp-sep {
  margin: 8rem 0;
  height: 5px;
  background: url("../../img/ldp/line-bg.png") center;
}
.landing-page .ldp-sep--blue {
  background: url("../../img/ldp/line-bg-blue.png") center;
}
.landing-page .news-wrap {
  margin-bottom: 0;
}
.landing-page .news-list__item--small {
  border-radius: 0;
}
.landing-page .ldp-pickup-events .ldp-pickup-event {
  display: flex;
  padding: 4rem;
  background-color: #fff;
  border-radius: 2.4rem;
  gap: 4rem;
  margin-bottom: 4rem;
}
.landing-page .ldp-pickup-events .ldp-pickup-event:last-child {
  margin-bottom: 0;
}
.landing-page .ldp-pickup-events .ldp-pickup-event__img {
  width: 36rem;
  flex: 0 0 36rem;
  display: flex;
}
.landing-page .ldp-pickup-events .ldp-pickup-event__text {
  margin: -4rem;
  margin-left: 0;
  padding: 5.4rem 5rem;
  background-color: #C1E5FF;
  color: #00A0E9;
  border-radius: 0 2.4rem 2.4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
}
.landing-page .ldp-pickup-events .ldp-pickup-event__text h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.6rem;
  text-align: center;
  margin-bottom: 1.2rem;
}
.landing-page .ldp-pickup-events .ldp-pickup-event__text h3 span.heading-number {
  color: #FFF;
  text-align: center;
  text-shadow: 3px 3.5px 0 #00A0E9;
  font-family: Bebas Neue, serif;
  font-size: 85px;
  letter-spacing: 2.55px;
  display: inline-block;
  line-height: 130px;
  margin-bottom: 2.4rem;
  width: 123px;
  height: 123px;
  position: relative;
  z-index: 1;
}
.landing-page .ldp-pickup-events .ldp-pickup-event__text h3 span.heading-number:before, .landing-page .ldp-pickup-events .ldp-pickup-event__text h3 span.heading-number:after {
  content: "";
  position: absolute;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  background-color: #F08437;
  z-index: -1;
  left: 0;
  top: 0;
}
.landing-page .ldp-pickup-events .ldp-pickup-event__text h3 span.heading-number:after {
  z-index: -2;
  background-color: #00A0E9;
  left: 5px;
  top: 5px;
}
.landing-page .ldp-pickup-events .ldp-pickup-event__text h3 span.sub-heading-1 {
  display: block;
  color: #F08437;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.landing-page .ldp-pickup-events .ldp-pickup-event__text h3 span.sub-heading-2 {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
}
.landing-page .ldp-pickup-events .ldp-pickup-event__text .text-center {
  text-align: center;
}
.landing-page .ldp-pickup-events .ldp-pickup-event__text .pickup-link {
  display: inline-block;
  width: 15rem;
  height: 4rem;
  line-height: 4rem;
  background-color: #fff;
  border-radius: 5rem;
  color: #00A0E9;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 1.2rem;
}
.landing-page .ldp-pickup-events .ldp-pickup-event__text--has-link {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.landing-page .ldp-pickup-events .ldp-pickup-event:nth-child(2n) {
  flex-direction: row-reverse;
}
.landing-page .ldp-pickup-events .ldp-pickup-event:nth-child(2n) .ldp-pickup-event__text {
  margin-left: -4rem;
  margin-right: 0;
  border-radius: 2.4rem 0 0 2.4rem;
}
.landing-page .text-coming-soon {
  color: #000;
  font-family: Bebas Neue, serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 8rem;
}
.landing-page .guest-main {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 170%; /* 23.8px */
  margin-bottom: 30px;
}
.landing-page .guest-main__content {
  text-align: center;
}
.landing-page .guest-main__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%; /* 36px */
  margin-top: 24px;
  margin-bottom: 12px;
}
.landing-page .guest-main .ldp-btn {
  margin-top: 24px;
}
.landing-page .guest-list {
  padding-top: 4rem;
  display: flex;
  flex-direction: row;
  gap: 4rem;
  flex-wrap: wrap;
}
.landing-page .guest-list .guest-item {
  flex: 0 0 calc(50% - 2rem);
  color: #fff;
}
.landing-page .guest-list .guest-item__img {
  margin-bottom: 2.4rem;
}
.landing-page .guest-list .guest-item__img img {
  width: 100%;
  height: auto;
}
.landing-page .guest-list .guest-item__name {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.6rem;
  margin-bottom: 1.2rem;
  text-align: center;
}
.landing-page .guest-list .guest-item__summary {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.landing-page .access-info__img {
  margin-bottom: 4rem;
}
.landing-page .access-info__content {
  display: flex;
  gap: 4rem;
}
.landing-page .access-info__detail {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  padding-top: 2.4rem;
}
.landing-page .access-info__detail h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.6rem;
  margin-bottom: 1.2rem;
}
.landing-page .access-info__group-item:not(:last-child) {
  margin-bottom: 3rem;
}
.landing-page .access-info__group-item h4 {
  font-weight: 600;
  color: #00A0E9;
}
.landing-page .access-info__group-item strong {
  font-weight: 600;
}
.landing-page .ldp-banners {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.landing-page .ldp-banners__item {
  flex: 0 0 calc(50% - 2rem);
}
.landing-page .ldp-guide__sub-headline {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.4rem;
  margin-bottom: 3.2rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #00A0E9;
}
.landing-page .ldp-guide__items {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3.2rem;
}
.landing-page .ldp-general {
  display: flex;
}
.landing-page .ldp-general > div {
  flex: 0 0 50%;
}
.landing-page .ldp-general__info {
  padding-right: 6rem;
}
.landing-page .ldp-general__info--date {
  margin-bottom: 3.2rem;
}
.landing-page .ldp-general__info--time {
  margin-bottom: 1.8rem;
}
.landing-page .ldp-general__info--venue {
  margin-bottom: 2.8rem;
}
.landing-page .ldp-general__info .ticket-info {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.landing-page .ldp-general__info .ticket-info > div {
  flex: 0 0 calc(50% - 8px);
}
.landing-page .ldp-general__info .ticket-info__item {
  text-align: center;
  padding: 1.2rem 0;
  border-radius: 8px;
  border: 1px solid #00A0E9;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landing-page .ldp-general__info .ticket-info__item h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #00A0E9;
  line-height: 21px;
  margin-bottom: 8px;
}
.landing-page .ldp-general__info .ticket-info__item p {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 5px;
}
.landing-page .ldp-general__info .ticket-info__item p.ticket-info__datetime {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
}
.landing-page .ftg-ticket {
  padding: 0 8rem;
}
.landing-page .ftg-ticket__featured {
  margin-bottom: 4rem;
}
.landing-page .ftg-ticket__featured .ticket-img-info {
  margin-top: 4rem;
}
@media (max-width: 480px) {
  .landing-page .ftg-ticket__featured .ticket-img-info {
    margin-top: 2.4rem;
  }
}
.landing-page .ftg-ticket__info {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 8rem;
}
.landing-page .ftg-ticket__info-item {
  border-top: 1px solid #00A0E9;
  flex: 0 0 calc(50% - 2rem);
  padding: 2.4rem 0;
}
.landing-page .ftg-ticket__info-item h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  color: #00A0E9;
  margin-bottom: 8px;
}
.landing-page .ftg-ticket__info-item h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: #00A0E9;
  margin-bottom: 12px;
}
.landing-page .ftg-ticket__info-item p {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}
.landing-page .ftg-ticket-price__title {
  text-align: center;
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.landing-page .ftg-ticket-price__table-heading {
  height: 40px;
  background-color: #00A0E9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 3.2rem;
}
.landing-page .ftg-ticket-price__table {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}
.landing-page .ftg-ticket-price__table table {
  border-radius: 8px;
  background: #FFF;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.landing-page .ftg-ticket-price__table table tr td, .landing-page .ftg-ticket-price__table table tr th {
  font-size: 14px;
  padding: 4px 10px;
  border: 1px solid #E0E0E0;
}
.landing-page .ftg-ticket-price__table table tr.tbl-heading td,
.landing-page .ftg-ticket-price__table table tr th {
  text-align: center;
}
.landing-page .ftg-ticket-price__table table thead tr th {
  background-color: #6DB4F5;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-top: none;
}
.landing-page .ftg-ticket-price__table table thead tr th:first-child {
  background-color: #fff;
  border-left: none;
}
.landing-page .ftg-ticket-price__table table thead tr th:last-child {
  border-right: none;
}
.landing-page .ftg-ticket-price__table table tbody tr.tbl-heading td {
  background-color: #003686;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}
.landing-page .ftg-ticket-price__table table tbody tr.tbl-heading td:first-child {
  text-align: center;
}
.landing-page .ftg-ticket-price__table table tbody tr td {
  text-align: center;
  font-size: 14px;
}
.landing-page .ftg-ticket-price__table table tbody tr td:first-child {
  text-align: left;
  border-left: none;
}
.landing-page .ftg-ticket-price__table table tbody tr td:last-child {
  border-right: none;
}
.landing-page .ftg-ticket-price__table table tbody tr.tbl-even td {
  background-color: #DBECFC;
}
.landing-page .ftg-ticket-price__table table tbody tr:last-child td {
  border-bottom: none;
}
.landing-page .ftg-ticket-price__note {
  text-align: center;
  font-size: 14px;
  margin-top: 4rem;
}
.landing-page .ftg-ticket-price__buy-link {
  margin-top: 8px;
  text-align: center;
}
.landing-page .fs-schedule {
  max-width: 800px;
  margin: 0 auto;
}
.landing-page .fs-schedule__featured {
  display: flex;
  margin-bottom: 4rem;
}
.landing-page .fs-schedule__list {
  font-size: 16px;
  font-weight: 300;
  line-height: 170%; /* 27.2px */
}
.landing-page .fs-schedule__item {
  display: flex;
  padding: 24px 0;
  border-top: 1px solid #00A0E9;
}
.landing-page .fs-schedule__item:last-child {
  border-bottom: 1px solid #00A0E9;
}
.landing-page .fs-schedule__present {
  flex: 0 0 180px;
  color: #00A0E9;
}
.landing-page .fs-schedule__time {
  font-family: Bebas Neue, serif;
  font-size: 34px;
  line-height: 100%; /* 34px */
}
.landing-page .fs-schedule__title {
  font-size: 21px;
  font-weight: 600;
  line-height: 140%; /* 29.4px */
  margin-top: 12px;
}
.landing-page .fs-schedule__note {
  font-size: 14px;
  font-weight: 300;
  line-height: 170%; /* 23.8px */
  text-align: center;
  margin-top: 24px;
}
.landing-page .fs-good-list__featured {
  max-width: 800px;
  margin: 0 auto 4rem;
}
.landing-page .fs-good-list .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 4rem;
}
.landing-page .fs-good-list .product-list__item {
  width: calc((100% - 90px) / 4);
}
.landing-page .fs-good-list .product-list__item .fs-product {
  display: flex;
  border-radius: 5px;
  background: #F2F2F2;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  overflow: hidden;
}
.landing-page .fs-good-list .product-list__item .fs-product__thumb {
  height: 196px;
}
.landing-page .fs-good-list .product-list__item .fs-product__thumb img {
  height: 100%;
  max-width: fit-content;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.landing-page .fs-good-list .product-list__item .fs-product__summary {
  padding: 17px 15px;
  background-color: #f2f2f2;
  font-size: 12px;
  line-height: 15px; /* 125% */
  color: #000;
  height: 92px;
}
.landing-page .fs-good-list .product-list__item .fs-product__name {
  font-weight: 600;
  margin-bottom: 5px;
}
.landing-page .fs-good-list .product-list__item .fs-product__price {
  opacity: 0.5;
}
.landing-page .fs-gourmet {
  display: flex;
  gap: 40px;
}
.landing-page .fs-gourmet__item {
  width: calc(50% - 20px);
  background-color: #C1E5FF;
  border-radius: 24px;
  overflow: hidden;
}
.landing-page .fs-gourmet__featured {
  display: flex;
}
.landing-page .fs-gourmet__summary {
  padding: 4rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; /* 21px */
  color: #00A0E9;
}
.landing-page .fs-gourmet__title {
  font-size: 19px;
  font-weight: 600;
  line-height: 150%; /* 28.5px */
  color: #F08437;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F08437;
}
.landing-page .fs-gourmet__note {
  font-size: 12px;
  font-weight: 300;
  line-height: 170%; /* 20.4px */
  margin-top: 12px;
}
.landing-page .fs-partner {
  text-align: center;
}
.landing-page .fs-partner .partner-link {
  display: inline-block;
}
.landing-page .fs-partner .partner-link span {
  display: block;
  font-size: 21px;
  font-weight: 600;
  line-height: 100%; /* 21px */
  color: #000;
  margin-top: 28px;
}
@media (max-width: 1200px) {
  .landing-page .ldp-top-banner__text {
    padding: 8rem 0;
  }
  .landing-page .ldp-top-banner__logo img {
    width: 30rem;
  }
  .landing-page .ldp-top-banner__title img {
    width: 88rem;
  }
  .landing-page .ldp-top-banner__title--year {
    top: -145px;
    margin-left: -95px;
  }
  .landing-page .ldp-top-banner__title--year img {
    width: 21rem;
  }
  .landing-page .ldp-top-banner__featured img {
    width: 62rem;
  }
}
@media (max-width: 768px) {
  .landing-page .ldp-top-banner__logo img {
    width: 25rem;
  }
  .landing-page .ldp-top-banner__title img {
    width: 55rem;
  }
  .landing-page .ldp-top-banner__title--year {
    top: -110px;
    margin-left: -65px;
  }
  .landing-page .ldp-top-banner__title--year img {
    width: 16rem;
  }
  .landing-page .ldp-top-banner__featured img {
    width: 40rem;
  }
  .landing-page .ldp-top-banner__nav {
    padding: 1.6rem 0;
  }
  .landing-page .ldp-top-banner__nav .ldp-nav {
    gap: 5rem;
  }
  .landing-page .ldp-section {
    padding: 5rem 0;
  }
  .landing-page .ldp-section--general {
    padding-bottom: 0;
  }
  .landing-page .ldp-section .ldp-general {
    flex-direction: column;
    gap: 4rem;
  }
  .landing-page .ldp-section .ldp-general__info {
    padding-right: 0;
    flex: 0 0 100%;
  }
  .landing-page .ldp-section .ldp-general__info--date {
    text-align: center;
  }
  .landing-page .ldp-section .ldp-general__info .ticket-info > div {
    flex: 0 0 calc(50% - 8px);
  }
  .landing-page .ldp-section .ldp-general__img {
    flex: 0 0 100%;
    margin: 0 -20px;
    display: flex;
  }
  .landing-page .ldp-section .ldp-general__img img {
    width: 100%;
  }
  .landing-page .ldp-section .news-list__item {
    margin-right: 0 !important;
  }
  .landing-page .ldp-section__title {
    font-size: 6rem;
    margin-bottom: 3rem;
  }
  .landing-page .ldp-section__title:after {
    font-size: 6rem;
  }
  .landing-page .ldp-pickup-events .ldp-pickup-event {
    flex-direction: column !important;
    padding: 2.4rem;
    border-radius: 1.6rem;
  }
  .landing-page .ldp-pickup-events .ldp-pickup-event__img {
    width: 100%;
    flex: 0 0 100%;
  }
  .landing-page .ldp-pickup-events .ldp-pickup-event__img img {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .landing-page .ldp-pickup-events .ldp-pickup-event__text {
    margin: -2.4rem !important;
    border-radius: 0 0 1.6rem 1.6rem !important;
  }
  .landing-page .ftg-ticket {
    padding: 0;
  }
  .landing-page .fs-good-list .product-list__item {
    width: calc((100% - 60px) / 3);
  }
  .landing-page .fs-gourmet {
    gap: 20px;
  }
  .landing-page .fs-gourmet__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .landing-page .ldp-top-banner__logo {
    margin-bottom: 2.4rem;
  }
  .landing-page .ldp-top-banner__logo img {
    width: 15rem;
  }
  .landing-page .ldp-top-banner__title {
    text-align: center;
    margin-bottom: 3.5rem;
  }
  .landing-page .ldp-top-banner__title > img {
    display: none;
  }
  .landing-page .ldp-top-banner__title--sp {
    display: inline-block !important;
    width: 30rem !important;
  }
  .landing-page .ldp-top-banner__title--year {
    top: -60px;
    margin-left: -55px;
  }
  .landing-page .ldp-top-banner__title--year img {
    width: 8.5rem;
  }
  .landing-page .ldp-top-banner__featured {
    padding: 0 2rem;
  }
  .landing-page .ldp-top-banner__featured img {
    width: 100%;
  }
  .landing-page .ldp-top-banner__nav {
    padding: 10px 0;
  }
  .landing-page .ldp-top-banner__nav .ldp-nav {
    padding: 0 20px;
    gap: 15px;
    flex-wrap: wrap;
  }
  .landing-page .ldp-top-banner__nav .ldp-nav__item {
    width: calc((100% - 30px) / 3);
  }
  .landing-page .ldp-top-banner__nav .ldp-nav__item img {
    width: 30px;
  }
  .landing-page .ldp-top-banner__nav .ldp-nav__item--link {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .landing-page .ldp-top-banner__nav .ldp-nav__item--link span {
    font-size: 12px;
  }
  .landing-page .ldp-general__info--date img {
    width: 215px;
  }
  .landing-page .ldp-general__info--time, .landing-page .ldp-general__info--venue {
    padding: 0 15px;
  }
  .landing-page .ldp-general__info .ticket-info__item h4 span {
    display: block;
  }
  .landing-page .ldp-section__title {
    font-size: 5rem;
    margin-bottom: 2.4rem;
  }
  .landing-page .ldp-section__title:after {
    font-size: 5rem;
  }
  .landing-page .ldp-section .ldp-pickup-events .ldp-pickup-event__img img {
    margin-bottom: 0;
  }
  .landing-page .ldp-section .ldp-pickup-events .ldp-pickup-event__text {
    padding: 2.4rem;
  }
  .landing-page .ldp-section .ldp-pickup-events .ldp-pickup-event__text h3 span.heading-number {
    font-size: 52px;
    width: 76px;
    height: 76px;
    line-height: 76px;
  }
  .landing-page .ldp-section .ldp-pickup-events .ldp-pickup-event__text h3 span.heading-number:before, .landing-page .ldp-section .ldp-pickup-events .ldp-pickup-event__text h3 span.heading-number:after {
    width: 76px;
    height: 76px;
  }
  .landing-page .ldp-section .ldp-pickup-events .ldp-pickup-event__text h3 span.sub-heading-1 {
    font-size: 12px;
  }
  .landing-page .ldp-section .ldp-pickup-events .ldp-pickup-event__text h3 span.sub-heading-2 {
    font-size: 20px;
  }
  .landing-page .ldp-section .ldp-pickup-events .ldp-pickup-event__text p {
    font-size: 14px;
  }
  .landing-page .guest-list {
    padding-top: 0;
    flex-direction: column;
  }
  .landing-page .guest-list .guest-item .ldp-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
  }
  .landing-page .ftg-ticket__featured {
    margin-bottom: 2.4rem;
  }
  .landing-page .ftg-ticket__info {
    margin-bottom: 5rem;
    flex-direction: column;
    gap: 0;
  }
  .landing-page .ftg-ticket__info h4, .landing-page .ftg-ticket__info p {
    font-size: 17px;
  }
  .landing-page .ftg-ticket-price__title {
    font-size: 20px;
    line-height: 20px;
  }
  .landing-page .ftg-ticket-price__table-heading {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 2.4rem;
    border-radius: 4px;
  }
  .landing-page .ftg-ticket-price__table {
    display: none;
  }
  .landing-page .ftg-ticket-price__table--sp {
    display: block !important;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-sp {
    background-color: #DBECFC;
    border-radius: 4px;
    overflow: hidden;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-sp:not(:last-child) {
    margin-bottom: 16px;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-sp__header {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 8px 0;
    background-color: #003686;
    text-align: center;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-sp__header h4, .landing-page .ftg-ticket-price__table--sp .ticket-price-sp__header h5 {
    font-weight: 600;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-sp__header h5 {
    font-size: 10px;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-sp__info {
    padding: 16px;
    font-size: 12px;
    font-weight: 600;
    color: #00A0E9;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-sp__info p:not(:last-child) {
    margin-bottom: 3px;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-tbl {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-tbl:not(:last-child) {
    margin-bottom: 16px;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-tbl table {
    width: 100%;
    border-collapse: collapse;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-tbl table thead th {
    background-color: #003686;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
    border-bottom: 1px solid #E0E0E0;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-tbl table thead th:first-child {
    width: 110px;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-tbl table thead tr:last-child th {
    font-size: 11px;
    padding: 5px 0;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-tbl table thead tr:last-child th:not(:last-child) {
    border-right: 1px solid #E0E0E0;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-tbl table tbody tr td {
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #E0E0E0;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-tbl table tbody tr td:not(:last-child) {
    border-right: 1px solid #E0E0E0;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-tbl table tbody tr td:first-child {
    background-color: #6DB4F5;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: left;
    padding-left: 10px;
  }
  .landing-page .ftg-ticket-price__table--sp .ticket-price-tbl table tbody tr:last-child td {
    border-bottom: none;
  }
  .landing-page .ftg-ticket-price__note {
    text-align: left;
    margin-top: 16px;
    line-height: 24px;
  }
  .landing-page .access-info__img {
    display: none;
  }
  .landing-page .access-info__content {
    flex-direction: column;
    gap: 0;
  }
  .landing-page .access-info__map {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #00A0E9;
  }
  .landing-page .access-info__detail {
    padding-top: 0;
  }
  .landing-page .access-info__detail h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .landing-page .access-info__group-item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .landing-page .ldp-guide__sub-headline {
    font-size: 17px;
    line-height: normal;
    text-align: left;
  }
  .landing-page .ldp-guide__items {
    font-size: 14px;
    line-height: 24px;
  }
  .landing-page .ldp-sep {
    margin: 5rem 0;
  }
  .landing-page .text-coming-soon {
    margin-top: 5rem;
  }
  .landing-page .ldp-banners {
    flex-direction: column;
    gap: 24px;
  }
  .landing-page .fs-schedule__featured {
    margin-bottom: 32px;
  }
  .landing-page .fs-schedule__item {
    display: block;
  }
  .landing-page .fs-schedule__present {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .landing-page .fs-schedule__time {
    width: 80px;
    font-size: 28px;
    font-weight: 400;
    line-height: 100%; /* 28px */
  }
  .landing-page .fs-schedule__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%; /* 18px */
    margin-top: 0;
  }
  .landing-page .fs-schedule__title br {
    display: none;
  }
  .landing-page .fs-schedule__agenda {
    font-size: 14px;
    font-weight: 300;
    line-height: 170%; /* 23.8px */
  }
  .landing-page .guest-main {
    margin-bottom: 40px;
  }
  .landing-page .guest-main__name {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; /* 30px */
    margin-top: 16px;
  }
  .landing-page .guest-main__desc {
    text-align: left;
  }
  .landing-page .guest-main .ldp-btn {
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  .landing-page .guest-list {
    gap: 5.6rem;
  }
  .landing-page .guest-list .guest-item__name {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .landing-page .fs-good-list__featured {
    margin-bottom: 24px;
  }
  .landing-page .fs-good-list__featured iframe {
    height: 210px;
  }
  .landing-page .fs-good-list .product-list {
    padding: 0;
    gap: 8px;
  }
  .landing-page .fs-good-list .product-list__item {
    width: calc(50% - 4px);
  }
  .landing-page .fs-good-list .product-list__item .fs-product__thumb {
    height: 174px;
  }
  .landing-page .fs-good-list .product-list__item .fs-product__summary {
    padding: 10px 8px;
    height: 70px;
  }
  .landing-page .fs-gourmet {
    flex-direction: column;
  }
  .landing-page .fs-gourmet__item {
    width: 100%;
  }
  .landing-page .fs-gourmet__summary {
    padding: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 170%; /* 23.8px */
  }
  .landing-page .fs-gourmet__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; /* 30px */
  }
  .landing-page .fs-gourmet__note {
    font-size: 14px;
  }
  .landing-page .fs-partner .partner-link span {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%; /* 16px */
    margin-top: 16px;
  }
}
.landing-page .ftg-mc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.landing-page .ftg-mc-list__item {
  width: calc((100% - 48px) / 3);
  text-align: center;
}
.landing-page .ftg-mc-list__item h5 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%; /* 36px */
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .landing-page .ftg-mc-list__item {
    width: calc((100% - 24px) / 2);
    text-align: left;
  }
  .landing-page .ftg-mc-list__item h5 {
    font-size: 17px;
    margin-top: 16px;
  }
}
.landing-page .fs-gourmet-main {
  background-color: #C1E5FF;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 40px;
}
.landing-page .fs-gourmet-main__box {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; /* 21px */
  color: #00A0E9;
  padding: 40px;
}
.landing-page .fs-gourmet-main__box h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 150%; /* 28.5px */
  color: #F08437;
  padding-bottom: 8px;
  border-bottom: 1px solid #F08437;
  margin-bottom: 16px;
}
.landing-page .fs-gourmet-main__note {
  font-size: 12px;
  font-weight: 300;
  line-height: 170%; /* 20.4px */
  margin-top: 16px;
}
@media screen and (max-width: 480px) {
  .landing-page .fs-gourmet-main {
    margin-bottom: 24px;
  }
  .landing-page .fs-gourmet-main__box {
    padding: 24px;
  }
  .landing-page .fs-gourmet-main__box h3 {
    font-size: 20px;
  }
  .landing-page .fs-gourmet-main__note {
    font-size: 14px;
  }
}

/*# sourceMappingURL=landing-page.css.map */
