@charset "UTF-8";
body {
  background-color: #ffea37;
  z-index: 2;
  position: relative;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #231815;
  line-height: 1.6;
}
* {
  box-sizing: border-box;
  margin: 0;
  font-feature-settings: "palt" 1;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
.fes-header {
  position: fixed;
  top: 0;
  background: white;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 17px 3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .fes-header {
    padding: 10px 3vw;
  }
}
.fes-header__logo {
  width: 85px;
}
@media screen and (max-width: 768px) {
  .fes-header__logo {
    width: 60px;
  }
}
.fes-header__logo img {
  display: block;
}
.fes-header.inview {
  transform: none;
}
.osaka-2024 {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .osaka-2024 {
    padding-top: 45px;
  }
}
.fv-fes {
  position: relative;
}
.fv-fes__img {
  height: 56.25vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv-fes__img {
    height: auto;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.fv-fes__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fes-about {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .fes-about {
    padding: 60px 0;
  }
}
.fes-about__content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fes-about__content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.fes-about__head {
  font-size: 34px;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fes-about__head {
    font-size: 6vw;
    line-height: 1.4;
  }
}
.desc {
  background: #fff;
  padding: 40px 0;
}
.desc-company-group {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .desc-company-group {
    display: block;
  }
}
.desc-company-head {
  font-size: 1rem;
  text-align: center;
}
.desc-company-head span {
  border: 2px solid black;
  border-radius: 30px;
  padding: 0 12px;
}
.desc .desc-company-item .desc-logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.desc .desc-company-item .desc-logo-item.meetele img {
  height: 50px;
}
.desc .desc-company-item .desc-logo-item.nagoya img {
  height: 60px;
}
.desc .desc-company-item .desc-logo-item.aichi img {
  height: 70px;
}
.desc .desc-company-item .desc-logo-item.osakashi img {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .desc .desc-company-item .desc-logo-item {
    margin: 3vw 5vw;
  }
  .desc .desc-company-item .desc-logo-item.play img,
  .desc .desc-company-item .desc-logo-item.design img {
    height: 20vw;
  }
  .desc .desc-company-item .desc-logo-item.meetele img {
    height: 13vw;
  }
  .desc .desc-company-item .desc-logo-item.nagoya img {
    height: 18vw;
  }
  .desc .desc-company-item .desc-logo-item.aichi img {
    height: 22vw;
  }
  .desc .desc-company-item .desc-logo-item.osakashi img {
    height: 18vw;
  }
}
.desc .desc-company-item .desc-logo-item:not(:first-child) {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .desc .desc-company-item .desc-logo-item:not(:first-child) {
    margin: 3vw 5vw;
  }
}
.desc .desc-company-item .desc-logo-item img {
  height: 60px;
  mix-blend-mode: darken;
}
@media screen and (max-width: 768px) {
  .desc .desc-company-item .desc-logo-item img {
    height: 17vw;
  }
}
.desc .desc-company-item:not(:first-child) {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .desc .desc-company-item:not(:first-child) {
    margin-left: 0;
    margin-top: 6vw;
  }
}
.fes-info {
  position: relative;
}
@media screen and (min-width: 769px) {
  .fes-info {
    padding-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-info {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .fes-info {
    padding-top: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-info {
    padding-top: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-info {
    padding: 30px 0;
  }
}
.fes-info__inner {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fes-info__block:nth-child(1) {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .fes-info__block:nth-child(1) {
    width: 100%;
  }
}
.fes-info__block:nth-child(2) {
  margin-left: 10%;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .fes-info__block:nth-child(2) {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}
.fes-info__block:nth-child(3) {
  width: 70%;
  background: white;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .fes-info__block:nth-child(3) {
    width: 100%;
    margin-top: 40px;
  }
}
.fes-info__block:nth-child(4) {
  width: 70%;
  background: white;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .fes-info__block:nth-child(4) {
    width: 100%;
    margin-top: 30px;
  }
}
.fes-info__head {
  font-size: 20px;
  padding-bottom: 6px;
}
.fes-info__name {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .fes-info__name {
    font-size: 24px;
  }
}
.fes-info__content {
  margin-top: 20px;
}
.fes-info__desc {
  font-size: 18px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .fes-info__desc {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .fes-info__desc {
    gap: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-info__desc {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .fes-info__desc {
    gap: 3.5vw;
  }
}
.fes-info__notice-link {
  font-size: 18px;
  font-weight: 600;
  color: #231815;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .fes-info__notice-link {
    font-size: 14px;
  }
}
.fes-info__pic {
  margin-top: 20px;
  position: relative;
}
.fes-info__inquiry {
  margin-top: 20px;
}
.fes-info__inquiry .fes-info__head {
  padding-bottom: 6px;
}
.fes-info__inquiry .fes-info__desc {
  margin-top: 10px;
}
.fes-info__pic:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.fes-info__pic iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fes-prj-2 {
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .fes-prj-2 {
    padding: 40px 0 60px;
  }
}
.fes-prj-2__inner {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .fes-prj-2__inner {
    width: 85%;
  }
}
.fes-prj-2__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fes-prj-2__content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.fes-prj-2__pic {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fes-prj-2__pic {
    order: 1;
    width: 100%;
    padding-top: 30px;
  }
}
.fes-prj-2__pic img {
  display: block;
  width: 55%;
  margin-left: auto;
  margin-right: 20%;
}
@media screen and (max-width: 768px) {
  .fes-prj-2__pic img {
    width: 70%;
    margin-right: auto;
  }
}
.fes-prj-2__info {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .fes-prj-2__info {
    order: 2;
    width: 100%;
  }
}
.fes-prj-2__head {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .fes-prj-2__head {
    text-align: center;
  }
}
.fes-prj-2__head span {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}
.fes-prj-2__copy {
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .fes-prj-2__copy {
    font-size: 5.5vw;
    margin-top: 30px;
  }
}
.fes-prj-2__copy span {
  background: #fff;
}
.fes-prj-2__desc {
  font-size: 15px;
  margin-top: 20px;
}
.fes-prj-2__desc::v-deep a {
  text-decoration: underline;
}
.fes-prj-2__pics {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .fes-prj-2__pics {
    margin-top: 30px;
  }
}
.fes-prj-2__item:not(:first-child) {
  margin-top: 20px;
}
.fes-prj-2__picHead span {
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
}
.fes-prj-2__picList {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fes-prj-2__picList {
    flex-wrap: wrap;
  }
}
.fes-prj-2__picItem {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .fes-prj-2__picItem {
    width: 100%;
  }
  .fes-prj-2__picItem:not(:first-child) {
    margin-top: 14px;
  }
}
.a1-bold {
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 900;
}
img {
  max-width: 100%;
}
.fes-movie {
  position: relative;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .fes-movie {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-movie {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .fes-movie {
    margin-top: 16.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-movie {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .fes-movie {
    margin-bottom: 0vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-movie {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .fes-movie {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-movie {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-movie {
    width: 90vw;
  }
}
.fes-movie__movie {
  position: relative;
}
.fes-movie__movie:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.fes-movie__movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fes-movie__notice {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .fes-movie__notice {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-movie__notice {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .fes-movie__notice {
    font-size: 3.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-movie__notice {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .fes-movie__notice {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-movie__notice {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .fes-movie__notice {
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-movie__notice {
    margin-top: 3.7333333333vw;
  }
}
.fes-coming-soon {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fes-coming-soon {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-coming-soon {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .fes-coming-soon {
    margin-top: 14vw;
  }
}
.fes-coming-soon + .fes-coming-soon {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .fes-coming-soon + .fes-coming-soon {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .fes-coming-soon + .fes-coming-soon {
    margin-top: 18vw;
  }
}
.fes-coming-soon__inner {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .fes-coming-soon__inner {
    width: 90%;
  }
}
.fes-coming-soon__text {
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 600;
  color: #231815;
  line-height: 1.8;
  background-color: #fff;
  padding: 50px 40px;
  border-radius: 20px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fes-coming-soon__text {
    font-size: 1.8055555556vw;
    padding: 3.4722222222vw 2.7777777778vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-coming-soon__text {
    font-size: 26px;
    padding: 50px 40px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fes-coming-soon__text {
    font-size: 4.6666666667vw;
    line-height: 2;
    padding: 4.6666666667vw 6.6666666667vw;
    border-radius: 4.6666666667vw;
  }
}
.fes-coming-soon__stage-group {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fes-coming-soon__stage-group .fes-info__head {
  border-bottom: none;
  padding-bottom: 6px;
  position: relative;
  font-size: 26px;
}
.fes-coming-soon__stage-group .fes-info__head::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .fes-coming-soon__stage-group {
    margin-left: auto;
    margin-right: auto;
  }
  .fes-coming-soon__stage-group .fes-info__head {
    border-bottom: none;
    position: static;
    text-align: center;
    font-size: 3.2vw;
  }
}
.fes-coming-soon__stage-note {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fes-coming-soon__stage-note {
    font-size: 14px;
    margin-top: 8px;
  }
}
.fes-coming-soon__stage-message {
  margin-top: 30px;
  width: 100%;
  padding: 60px 40px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #231815;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .fes-coming-soon__stage-message {
    font-size: 14px;
    margin-top: 4vw;
    padding: 10vw 6.6666666667vw;
    border-radius: 4.6666666667vw;
  }
}
.fes-coming-soon__image {
  margin-top: 30px;
  text-align: center;
}
.fes-coming-soon__image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fes-coming-soon__image--small {
  max-width: 80% !important;
  width: 80% !important;
}
@media screen and (max-width: 768px) {
  .fes-coming-soon__image {
    margin-top: 4vw;
  }
  .fes-coming-soon__image img {
    width: 100%;
  }
  .fes-coming-soon__image--small {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.fes-notice-block {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 1440px) {
  .fes-notice-block {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .fes-notice-block {
    margin-top: 14vw;
  }
}
.fes-notice-block__inner {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .fes-notice-block__inner {
    padding: 6vw;
    border-radius: 4.6666666667vw;
  }
}
.fes-stage-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fes-stage-buttons {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    margin-top: 10vw;
    margin-bottom: 4vw;
  }
}
.fes-stage-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffea37;
  color: #231815;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 900;
  font-size: 22px;
  padding: 24px 56px;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.2s;
  width: 400px;
}
.fes-stage-btn:hover {
  opacity: 0.75;
  color: #b30000;
}
@media screen and (max-width: 768px) {
  .fes-stage-btn {
    font-size: 3.5vw;
    padding: 4vw 6vw;
    width: 88%;
    max-width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .fes-stage-btn {
    font-size: 13px;
  }
}
.fes-stage-ticket-note {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #231815;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .fes-stage-ticket-note {
    font-size: 14px;
    margin-top: 5vw;
  }
}
.fes-stage-ticket-link {
  color: #231815;
  text-decoration: underline;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .fes-stage-ticket-link:hover {
    color: #b30000;
  }
}
.fes-quest {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fes-quest {
    margin-top: 14vw;
  }
}
.fes-quest__head {
  font-size: 20px;
  font-weight: 900;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .fes-quest__head {
    font-size: 4.2666666667vw;
  }
}
.fes-quest__image {
  margin-top: 30px;
}
.fes-quest__image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .fes-quest__image {
    margin-top: 6vw;
  }
}
.fes-quest__note {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #231815;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .fes-quest__note {
    font-size: 14px;
    margin-top: 4vw;
  }
}
.fes-notice-block__anchor {
  display: block;
  margin-top: -120px;
  padding-top: 120px;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .fes-notice-block__anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.fes-notice-block__head {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 12px;
  border-bottom: 2px solid #000;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fes-notice-block__head {
    font-size: 4.2666666667vw;
    padding-bottom: 3vw;
    margin-top: 8vw;
    margin-bottom: 4vw;
  }
}
.fes-notice-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .fes-notice-block__list {
    gap: 3.2vw;
  }
}
.fes-notice-block__list li {
  font-size: 14px;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
  color: #231815;
}
.fes-notice-block__list li::before {
  content: "・";
}
@media screen and (max-width: 768px) {
  .fes-notice-block__list li {
    font-size: 14px;
  }
}
.fes-inquiry {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .fes-inquiry {
    margin-bottom: 10vw;
  }
}
.fes-inquiry__text {
  font-size: 14px;
  font-weight: 600;
  color: #231815;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .fes-inquiry__text {
    font-size: 14px;
  }
}
.fes-inquiry__link {
  color: #231815;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .fes-inquiry__link:hover {
    color: #b30000;
  }
}
.fes-past-site {
  text-align: center;
  margin-top: 3.4722222222vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 1440px) {
  .fes-past-site {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fes-past-site {
    margin-top: 8vw;
    margin-bottom: 4vw;
  }
}
.fes-past-site__link {
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 600;
  font-size: 1.5277777778vw;
  color: #231815;
  text-decoration: underline;
}
@media screen and (min-width: 1440px) {
  .fes-past-site__link {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .fes-past-site__link {
    font-size: 5.5vw;
  }
}
.fes-toraf {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .fes-toraf {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf {
    margin-top: 18.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf {
    margin-top: 21.3333333333vw;
  }
}
.fes-toraf-head__lg {
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .fes-toraf-head__lg {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-head__lg {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-head__lg {
    font-size: 6.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-head__lg {
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fes-toraf-head__sm {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-head__sm {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-head__sm {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fes-toraf-head__sm {
    margin-top: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-head__sm {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-head__sm {
    margin-top: 1.1666666667vw;
  }
}
.fes-toraf-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .fes-toraf-list {
    width: 55.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-list {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-list {
    width: 186.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-list {
    width: 90.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fes-toraf-list {
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-list {
    gap: 4.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fes-toraf-list {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-list {
    margin-top: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-list {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fes-toraf-item__content {
  background-color: #fff;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .fes-toraf-item__content {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-item__content {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-item__content {
    font-size: 4.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fes-toraf-item__content {
    border-radius: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-item__content {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-item__content {
    border-radius: 4.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fes-toraf-item__content {
    padding-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-item__content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-item__content {
    padding-top: 4.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fes-toraf-item__content {
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-item__content {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-item__content {
    padding-bottom: 4.6666666667vw;
  }
}
.fes-toraf-item__notices {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .fes-toraf-item__notices {
    width: 55.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-item__notices {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-item__notices {
    width: 186.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-item__notices {
    width: 90.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-item__notices {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .fes-toraf-item__notices {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1440px) {
  .fes-toraf-item__notices {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fes-toraf-item__notices {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fes-toraf-item__notices {
    margin-top: 2.6666666667vw;
  }
}
.fes-toraf-item__notice {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .fes-toraf-item__notice {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-item__notice {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-item__notice {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 769px) {
  .fes-toraf-item__notice {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-item__notice {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-item__notice {
    margin-top: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-item__notice {
    margin-top: 1.0666666667vw;
  }
}
.fes-toraf-desc {
  line-height: 2.2;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .fes-toraf-desc {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-desc {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-desc {
    margin-top: 11.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fes-toraf-desc {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-desc {
    font-size: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-desc {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .fes-toraf-desc {
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .fes-toraf-desc {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fes-toraf-desc {
    gap: 4.6666666667vw;
  }
}
.movie-modal {
  display: none;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #00000080;
}
.movie-modal__iframe-wrap {
  position: relative;
  max-width: 95vw;
  width: 960px;
}
.movie-modal__iframe-wrap svg {
  position: absolute;
  cursor: pointer;
  transition: transform 0.2s;
  width: 24px;
  right: 0;
  top: -38px;
}
@media (hover: hover) and (min-width: 769px) {
  .movie-modal__iframe-wrap svg:hover {
    transform: scale(1.1);
  }
}
.movie-modal__iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
  background: #000;
}
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
/* Burger Menu Styles */
.fes-header__burger {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 101; /* Above the menu overlay */
}

.fes-header__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #231815;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.fes-header__burger span:nth-child(1) {
  top: 0;
}
.fes-header__burger span:nth-child(2) {
  top: 9px;
}
.fes-header__burger span:nth-child(3) {
  bottom: 0;
}

/* Burger Open State */
.fes-header__burger.is-active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
.fes-header__burger.is-active span:nth-child(2) {
  opacity: 0;
}
.fes-header__burger.is-active span:nth-child(3) {
  bottom: 9px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .fes-header__burger {
    display: none;
  }

  /* スマホでfv-fes__imgが表示されない問題を修正 */
  .fv-fes {
    min-height: 50vh;
  }

  .fv-fes__img {
    position: relative !important;
    height: auto !important;
    min-height: 50vh;
  }

  .fv-fes__img img {
    position: relative !important;
    height: auto !important;
    min-height: 50vh;
    object-fit: cover;
  }
}
