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

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 10px;
  color: #000;
  scroll-behavior: smooth;
  background-color: #fffdf4;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

picture,
img {
  display: block;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fffdf4;
}
.header__container {
  padding: 0 1.6105417277% 0 3.0014641288%;
  height: 10.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 0 12px 0 13px;
    height: 52px;
  }
}
.header__logo-img {
  width: auto;
  height: 4.3rem;
}
@media screen and (max-width: 767px) {
  .header__logo-img {
    height: 24px;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.9rem;
}
.header__exhibitors-img {
  height: 6.6rem;
  -webkit-filter: drop-shadow(4px 4px 0 #5d2b0d);
          filter: drop-shadow(4px 4px 0 #5d2b0d);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__exhibitors-img {
    height: 39px;
    -webkit-filter: drop-shadow(2px 2px 0 #5d2b0d);
            filter: drop-shadow(2px 2px 0 #5d2b0d);
  }
}
.header__exhibitors-img:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 767px) {
  .header__exhibitors-img:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.header__menu-btn {
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .header__menu-btn {
    gap: 7px;
  }
}
.header__menu-bar {
  display: block;
  width: 3.8rem;
  height: 0.6rem;
  background-color: #5d2b0d;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .header__menu-bar {
    width: 32px;
    height: 4px;
  }
}

.side-objects {
  position: fixed;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .side-objects {
    position: absolute;
  }
}
.side-objects--left {
  left: 2.49%;
  top: 15.5rem;
}
@media screen and (max-width: 767px) {
  .side-objects--left {
    left: 0;
    top: 149px;
  }
}
.side-objects--right {
  right: 2.49%;
  top: 14.4rem;
}
@media screen and (max-width: 767px) {
  .side-objects--right {
    top: 188px;
    right: 0;
  }
}
.side-objects__left {
  width: 13rem;
  height: 48.5rem;
}
@media screen and (max-width: 767px) {
  .side-objects__left {
    width: 104px;
    height: 277px;
  }
}
.side-objects__right {
  width: 12.7rem;
  height: 49.7rem;
}
@media screen and (max-width: 767px) {
  .side-objects__right {
    width: 130px;
    height: 325px;
  }
}

.pagetotop {
  position: fixed;
  right: 1.61%;
  z-index: 4;
  bottom: 11rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pagetotop {
    right: 6px;
    bottom: 15px;
  }
}
.pagetotop.fixed {
  opacity: 1;
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.pagetotop__image {
  cursor: pointer;
  width: 7.3rem;
  height: 8.2rem;
}
@media screen and (max-width: 767px) {
  .pagetotop__image {
    width: 50px;
    height: 57px;
  }
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.footer {
  margin-top: auto;
  position: relative;
  z-index: 3;
  background: #5d2b0d;
  color: #fff;
}
.footer__container {
  padding-block: 6.2rem 4.4rem;
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding-block: 44px 24px;
  }
}
.footer__wrapper {
  display: grid;
  grid-template-columns: 63.5% 2px 36.5%;
  grid-gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__wrapper {
    grid-template-columns: 60% 2px 39.5%;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    grid-template-columns: 100%;
    gap: 27px;
    margin-bottom: 44px;
  }
}
.footer__info {
  position: relative;
  padding: 1.6rem 7.4rem 1.6rem 0;
  font-size: 1.4rem;
  line-height: 1.7142857143em;
}
@media screen and (max-width: 1180px) {
  .footer__info {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__info {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer__info {
    padding: 0;
  }
}
.footer__info-text {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__info-text {
    font-size: 14px;
  }
}
.footer__divider {
  width: 2px;
  height: 100%;
  background-image: url("./public/img/common/line.svg");
  background-repeat: repeat-y space;
}
@media screen and (max-width: 767px) {
  .footer__divider {
    display: none;
  }
}
.footer__nav {
  padding-left: 8.6rem;
}
@media screen and (max-width: 1180px) {
  .footer__nav {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    padding-left: 0;
  }
}
.footer__nav-link {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7142857143em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__nav-link {
    font-size: 14px;
  }
}
.footer__nav-link:not(:last-child) {
  margin-bottom: 7px;
}
.footer__nav-link::after {
  content: "";
  width: 7px;
  height: 10px;
  background: url("./public/img/icons/arrow.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__nav-link:hover {
  color: #ffe33f;
}
.footer__nav-link:hover::after {
  background-image: url("./public/img/icons/arrow-yellow.svg");
}
.footer__copyright {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__copyright {
    font-size: 14px;
  }
}

.page-header {
  padding-top: 10.3rem;
}
@media screen and (max-width: 767px) {
  .page-header {
    padding-top: 52px;
  }
}
.page-header__wrapper {
  width: 68.3rem;
  height: 16.7rem;
  background: #ffe33f;
  border-bottom-right-radius: 9.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1367px) {
  .page-header__wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .page-header__wrapper {
    width: 66.69921875%;
  }
}
@media screen and (max-width: 767px) {
  .page-header__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
    width: 82.6666666667%;
    height: 120px;
    border-bottom-right-radius: 46px;
  }
}
.page-header__title {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .page-header__title {
    height: 22px;
  }
}

.button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 7px 0 9px;
  min-width: 18rem;
  background: #e95529;
  border: none;
  border-radius: 27px;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  -webkit-filter: drop-shadow(4px 4px 0 #5d2b0d);
          filter: drop-shadow(4px 4px 0 #5d2b0d);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
.button:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-filter: none;
          filter: none;
}

.heading {
  position: relative;
  margin-bottom: 5px;
  font-size: 2rem;
  color: #e95529;
  line-height: 1.45em;
}
@media screen and (max-width: 767px) {
  .heading {
    padding-left: 18px;
  }
}
.heading::before {
  content: "";
  width: 6px;
  height: 16px;
  background: #e95529;
  position: absolute;
  top: 50%;
  left: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .heading::before {
    left: 0;
  }
}
.heading-top {
  position: relative;
  margin-inline: auto;
  padding-bottom: 4.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  font-size: 3rem;
  color: #5d2b0d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading-top {
    padding-bottom: 13px;
    font-size: 24px;
  }
}
.heading-top::after {
  content: "";
  width: 100%;
  height: 5px;
  background: url("./public/img/common/line-brown.svg") no-repeat center left/contain;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #6b9431;
  line-height: 1.5em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.link::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background: url("./public/img/icons/link.svg") no-repeat center/contain;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
.link:hover {
  color: #e95529;
  text-decoration: underline;
}
.link:hover::after {
  background-image: url("./public/img/icons/link-orange.svg");
}
.link--pdf::after {
  margin-left: 8px;
  width: 17px;
  height: 18px;
  background-image: url("./public/img/icons/pdf.svg");
}
.link--pdf:hover::after {
  background-image: url("./public/img/icons/pdf-orange.svg");
}

.top__hero {
  padding-top: 10.3rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__hero {
    padding-top: 52px;
  }
}
.top__hero-container {
  position: relative;
  padding-block: 1.7rem 6.3rem;
}
@media screen and (max-width: 767px) {
  .top__hero-container {
    padding-block: 7px 70px;
    max-width: 100% !important;
  }
}
.top__hero-desc {
  margin: 0 auto 1.5rem;
  width: 57.8%;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .top__hero-desc {
    margin-bottom: 19px;
    width: 349px;
    height: 65px;
  }
}
@media screen and (max-width: 374px) {
  .top__hero-desc {
    max-width: 100%;
    height: auto;
  }
}
.top__hero-title {
  position: relative;
  margin-inline: auto;
  width: 76.3%;
  height: 48.8rem;
}
@media screen and (max-width: 767px) {
  .top__hero-title {
    width: 331px;
    height: 327px;
  }
}
@media screen and (max-width: 374px) {
  .top__hero-title {
    max-width: 100%;
    height: auto;
  }
}
.top__hero-admission {
  position: absolute;
  left: 1.5rem;
  bottom: 0.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top__hero-admission {
    bottom: -9px;
  }
}
.top__hero-admission-img {
  width: 13.5rem;
  height: 13.5rem;
}
@media screen and (max-width: 767px) {
  .top__hero-admission-img {
    width: 119px;
    height: 119px;
  }
}
.top__divider {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__divider--event {
  margin-top: -10.7rem;
}
@media screen and (max-width: 767px) {
  .top__divider--event {
    margin-top: -25px;
  }
}
.top__divider--exhibitors, .top__divider--white, .top__divider--footer {
  position: absolute;
  top: -8.9rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top__divider--exhibitors, .top__divider--white, .top__divider--footer {
    top: -25px;
  }
}
.top__divider-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 256rem;
  height: 10.6rem;
}
@media screen and (max-width: 767px) {
  .top__divider-img {
    width: 100%;
    height: auto;
  }
}
.top__event {
  position: relative;
}
.top__event--overview {
  top: -1px;
  background: #ffe33f;
}
.top__event--schedule {
  padding-block: 7.5rem 14.5rem;
}
@media screen and (max-width: 767px) {
  .top__event--schedule {
    padding-block: 43px 78px;
  }
}
.top__event-details {
  gap: 9.8%;
  padding-block: 0.7rem 6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__event-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 10px 6px 48px;
  }
}
.top__event-date {
  width: 40.5rem;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top__event-date {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top__event-date {
    width: 308px;
  }
}
@media screen and (max-width: 374px) {
  .top__event-date {
    max-width: 100%;
  }
}
.top__event-location {
  width: 37.3rem;
  max-height: 6.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top__event-location {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top__event-location {
    width: 283px;
    height: 49px;
  }
}
@media screen and (max-width: 374px) {
  .top__event-location {
    max-width: 100%;
    height: auto;
  }
}
.top__event-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 6.4rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 1180px) {
  .top__event-concept {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .top__event-concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-bottom: 58px;
  }
}
.top__concept-block {
  position: relative;
  margin-top: 2.4rem;
  width: 29rem;
}
@media screen and (max-width: 374px) {
  .top__concept-block {
    max-width: 100%;
  }
}
.top__concept-ribbon {
  position: absolute;
  top: -2.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19.2rem;
  height: 5.6rem;
  background: url("./public/img/top/concept-ribbon.svg") no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__concept-ribbon-text {
  font-size: 2.6rem;
  line-height: 1em;
  text-align: center;
  color: #fff;
}
.top__concept-content {
  padding: 5rem 3.4rem 1.4rem;
  height: 100%;
  min-height: 24.6rem;
  background: #fffdf4;
  border-radius: 12px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.top__concept-subtitle {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45em;
  color: #6b9431;
  text-align: center;
  display: block;
}
.top__concept-hook-trees {
  position: absolute;
  top: 2.2rem;
  left: 1.5rem;
}
.top__concept-protect-trees {
  position: absolute;
  right: 0.9rem;
  bottom: 1rem;
}
.top__concept-raise-flowers {
  position: absolute;
  right: 1.5rem;
  bottom: 0.8rem;
}
.top__exhibitors {
  position: relative;
}
.top__exhibitors-container {
  padding-block: 7.7rem 15.4rem;
}
@media screen and (max-width: 767px) {
  .top__exhibitors-container {
    padding-block: 59px 79px;
  }
}
.top__exhibitors-title {
  position: relative;
  margin-inline: auto;
  width: 55.3%;
  height: auto;
  max-height: 39.4rem;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  .top__exhibitors-title {
    width: 318px;
    max-width: 100%;
    height: 244px;
    left: 0;
  }
}
.top__schedule-trees {
  position: absolute;
  top: 0;
  right: 26%;
  height: 6.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top__schedule-trees {
    right: 78px;
  }
}
@media screen and (max-width: 767px) {
  .top__schedule-trees {
    top: -37px;
    right: 0;
    height: 54px;
  }
}
.top__schedule-people {
  position: absolute;
  left: 7.5%;
  bottom: 0;
  height: 10.8rem;
}
@media screen and (max-width: 767px) {
  .top__schedule-people {
    left: 0;
    height: 98px;
  }
}
.top__schedule-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
  padding-top: 7.5rem;
}
@media screen and (max-width: 999px) {
  .top__schedule-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding-bottom: 159px;
  }
}
@media screen and (max-width: 767px) {
  .top__schedule-wrapper {
    gap: 25px;
    padding: 46px 0 123px;
  }
}
.top__schedule-day {
  max-width: 48rem;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top__schedule-day {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .top__schedule-day {
    width: 100%;
  }
}
.top__schedule-day--green .top__schedule-title,
.top__schedule-day--green .top__schedule-time {
  background: #8fc31f;
  color: #5d2b0d;
}
.top__schedule-day--green .top__schedule-list {
  border-color: #8fc31f;
}
.top__schedule-title {
  margin-inline: auto;
  padding-block: 9px;
  max-width: 22.5rem;
  background: #e95529;
  border-radius: 23px 23px 0 0;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1em;
  color: #fff;
  text-align: center;
}
.top__schedule-title span {
  font-size: 2rem;
}
.top__schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
  background: #fff;
  border: 6px solid #e95529;
  border-radius: 31px;
}
@media screen and (max-width: 767px) {
  .top__schedule-list {
    border-radius: 20px;
    padding-bottom: 20px;
  }
}
.top__schedule-item {
  position: relative;
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top__schedule-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top__schedule-item:not(:last-child)::after {
  content: "";
  width: calc(100% - 62px);
  height: 2px;
  background: url("./public/img/top/border-line.svg") repeat-x center/cover;
  position: absolute;
  left: 3.9rem;
  bottom: -9px;
}
@media screen and (max-width: 767px) {
  .top__schedule-item:not(:last-child)::after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.top__schedule-item--border {
  border: 1px solid #5d2b0d;
  border-radius: 10px;
}
.top__schedule-time {
  margin: 0 7px 0 -5px;
  padding: 9px 7px;
  width: 6.8rem;
  min-height: 5.4rem;
  background: #e95529;
  border-radius: 6px;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1em;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__schedule-time {
    position: absolute;
    top: 50px;
    left: 1px;
  }
}
.top__schedule-time span {
  display: contents;
  font-size: 1.6rem;
}
.top__schedule-details {
  max-width: 16.9rem;
  min-width: 130px;
}
@media screen and (max-width: 767px) {
  .top__schedule-details {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: center;
        align-self: center;
    padding-inline: 15px;
    max-width: 100%;
    margin-left: 63px;
    width: calc(100% - 63px);
  }
}
.top__schedule-name {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.3em;
  text-align: center;
  color: #5d2b0d;
}
@media screen and (min-width: 1000px) and (max-width: 1180px) {
  .top__schedule-name {
    font-size: 1.6rem;
  }
}
.top__schedule-desc {
  padding-bottom: 4px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3333333333em;
  color: #5d2b0d;
}
@media screen and (min-width: 1000px) and (max-width: 1180px) {
  .top__schedule-desc {
    font-size: 1rem;
  }
}
.top__schedule-tag {
  display: block;
  margin-inline: auto;
  padding: 4px 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #e95529;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1em;
  color: #fff;
}
.top__schedule-picture {
  padding: 3px;
  width: 18.4rem;
  height: 13.4rem;
  background: #fff;
  border: 2px solid #5d2b0d;
  border-radius: 7px;
}
@media screen and (min-width: 1000px) and (max-width: 1180px) {
  .top__schedule-picture {
    width: 164px;
    height: auto;
  }
}
.top__schedule-picture--default {
  border-color: transparent;
}
.top__schedule-image {
  border-radius: 4px;
}
.top__schedule-figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-inline: 2.5rem 2rem;
}
@media screen and (min-width: 1000px) and (max-width: 1180px) {
  .top__schedule-figure {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top__schedule-figure {
    margin: 0 0 10px 63px;
    width: calc(100% - 63px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.error {
  padding-block: 10.3rem 10.6rem;
  height: 56.8rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .error {
    padding-block: 52px 32px;
  }
}
.error__title {
  font-size: 7.2rem;
  color: #5d2b0d;
}
@media screen and (max-width: 767px) {
  .error__title {
    font-size: 48px;
  }
}
.error__desc {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .error__desc {
    font-size: 16px;
  }
}

.exhibitors {
  padding-bottom: 10.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5em;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .exhibitors {
    padding-bottom: 32px;
  }
}
.exhibitors__password {
  position: relative;
  padding-block: 11.5rem 11.6rem;
}
@media screen and (max-width: 767px) {
  .exhibitors__password {
    padding-block: 95px 183px;
  }
}
.exhibitors__password-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exhibitors__password-input {
  margin-top: 2rem;
  padding: 1.5rem;
  width: 64.2%;
  height: 5.3rem;
  background: #fff;
  border: 2px solid #5d2b0d;
  border-radius: 27px;
  font: 500 1.6rem "Zen Maru Gothic", sans-serif;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .exhibitors__password-input {
    width: 100%;
  }
}
.exhibitors__password-error {
  font-size: 1.2rem;
  color: #e95529;
}
@media screen and (max-width: 767px) {
  .exhibitors__password-error {
    font-size: 10px;
  }
}
.exhibitors__password-button {
  margin-top: 2.4rem;
}
.exhibitors__password-decor1 {
  position: absolute;
  top: 4.2rem;
  right: 16.4%;
  height: 10.6rem;
}
@media screen and (max-width: 1023px) {
  .exhibitors__password-decor1 {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .exhibitors__password-decor1 {
    top: 30px;
    right: 0;
    height: 119px;
  }
}
.exhibitors__password-decor2 {
  position: absolute;
  bottom: 5.8rem;
  left: 14%;
  height: 7rem;
}
@media screen and (max-width: 1023px) {
  .exhibitors__password-decor2 {
    left: 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .exhibitors__password-decor2 {
    bottom: 30px;
    left: 0;
    height: 167px;
  }
}
.exhibitors__section {
  display: grid;
  grid-template-columns: 1fr 70% 1fr;
  padding-top: 5rem;
  position: relative;
  color: #5d2b0d;
}
@media screen and (max-width: 1023px) {
  .exhibitors__section {
    grid-template-columns: 1fr 80% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .exhibitors__section {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 768px) {
  .exhibitors__section > * {
    grid-column: 2;
  }
}
.exhibitors__section:first-child {
  padding-top: 6rem;
}
.exhibitors__section:last-child {
  padding-bottom: 7.2rem;
}
.exhibitors__manual-flowers {
  position: absolute;
  top: 0.7rem;
  right: 5.8%;
  height: 5.7rem;
}
.exhibitors__manual-link {
  margin: 0.6rem 0 0.7rem;
}
.exhibitors__submission-item {
  margin-top: 2.5rem;
}
.exhibitors__submission-item:last-child {
  margin-bottom: 7rem;
}
.exhibitors__submission-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0 0 2.3rem;
}
.exhibitors__submission-tag {
  padding: 2px 6px 4px;
  background: #ffe33f;
  border: 1px solid #ffe33f;
  border-radius: 10px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1em;
  color: #5d2b0d;
}
.exhibitors__submission-tag--white {
  background: #fff;
}
.exhibitors__submission-button {
  margin: 3rem auto 0;
  padding: 8px 1.8rem;
  background-color: #fffdf4;
  border: 1px solid #5d2b0d;
  border-radius: 21px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #5d2b0d;
  line-height: 1.5em;
  gap: 1rem;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .exhibitors__submission-button {
    font-size: 14px;
  }
}
.exhibitors__submission-button::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("./public/img/icons/download.svg") no-repeat center/contain;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
.exhibitors__submission-button:hover {
  background-color: #5d2b0d;
  color: #fff;
}
.exhibitors__submission-button:hover::after {
  background-image: url("./public/img/icons/download-white.svg");
}
.exhibitors__contact-trees {
  grid-column: 1;
  position: absolute;
  bottom: calc(100% - 8px);
  left: 4.3%;
  height: 5.7rem;
}
@media screen and (max-width: 767px) {
  .exhibitors__contact-trees {
    left: auto;
    bottom: 0;
    right: 60px;
  }
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.container {
  margin-inline: auto;
  width: 1000px;
  max-width: 86.61%;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: calc(100% - 40px);
  }
}

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

.underline {
  text-decoration: underline;
}

.relative {
  position: relative;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bg-yellow {
  background: #ffe33f;
}

.anchor {
  display: block;
  position: relative;
  top: -148px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -77px;
  }
}