.p-hero {
  position: relative;
  z-index: 1;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-hero {
    background: url(../img/bg_hero_main_img01_sp.jpg) 0 0/cover no-repeat;
    background-attachment: scroll;
  }
}
@media print, screen and (min-width: 768px) {
  .p-hero {
    background: url(../img/bg_hero_main_img01.jpg) 0 0/cover no-repeat;
    background-attachment: fixed;
  }
}
.p-hero__catch-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: calc(100% - 2vw);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-hero__catch-copy {
    max-width: 335px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .p-hero__catch-copy {
    max-width: 880px;
    margin: 0 auto;
  }
}
.p-hero__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  width: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-hero__scroll {
    bottom: -20px;
  }
}
.p-hero__scroll span {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
}
.p-hero__scroll span::before {
  position: absolute;
  bottom: -60px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  content: "";
  background: #fff;
  border-radius: 50%;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.p-hero__scroll span::after {
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 2px;
  height: 60px;
  content: "";
  background: #fff;
  transform: translateX(-50%);
}
@keyframes circlemove {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -60px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .sview {
    padding: 50px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .sview {
    padding: 120px 2vw 155px;
  }
}
.sview__inner {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .sview__inner {
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1201px) {
  .sview__row {
    display: flex;
    justify-content: space-between;
  }
}
.sview__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .sview__info {
    padding: 35px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .sview__info {
    padding: 40px 50px;
  }
}
@media print, screen and (min-width: 1201px) {
  .sview__info {
    width: 60%;
  }
}
.sview__info-ttl {
  font-weight: 900;
  color: #EB612A;
}
@media screen and (max-width: 767px) {
  .sview__info-ttl {
    font-size: 2.6rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .sview__info-ttl {
    font-size: 3.2rem;
  }
}
.sview__info-list {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .sview__info-item {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .sview__info-item {
    display: flex;
    align-items: center;
  }
}
.sview__info-item:not(:first-child) {
  margin-top: 15px;
}
.sview__info-link {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sview__info-link {
    display: block;
    margin-top: 8px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sview__info-link {
    width: calc(100% - 80px);
  }
}
.sview__info-time {
  color: #EB612A;
  text-decoration: none;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sview__info-time {
    display: block;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sview__info-time {
    display: inline-block;
    min-width: 80px;
    margin-right: 45px;
    font-size: 1.6rem;
  }
}
.sview__more {
  margin-top: 35px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sview__social {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1201px) {
  .sview__social {
    display: block;
    width: 35.714%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sview__social-row {
    margin-top: 20px;
  }
  .sview__social-row:nth-of-type(2) .sview__social-info {
    min-height: 74px;
  }
  .sview__social-row:nth-of-type(3) .sview__social-info {
    min-height: 74px;
  }
}
@media print, screen and (min-width: 768px) {
  .sview__social-row {
    width: 48.5%;
  }
}
@media print, screen and (min-width: 1201px) {
  .sview__social-row {
    width: initial;
  }
  .sview__social-row:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
.sview__social-link {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .sview__social-link {
    padding: 22px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .sview__social-link {
    padding: 15px 40px;
  }
}
.sview__social-link:hover, .sview__social-link:focus {
  color: #5B3D2C;
  background-color: #fbd9b7;
}
.sview__social-link:hover .sview__social-info, .sview__social-link:focus .sview__social-info {
  border-left-color: #f4a276;
  transition: all 0.25s ease-in-out;
}
.sview__social-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sview__social-icn {
    width: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .sview__social-icn {
    width: 60px;
  }
}
.sview__social-info {
  display: flex;
  flex-flow: column;
  justify-content: center;
  border-left: 1px solid #ccc;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sview__social-info {
    width: calc(100% - 65px);
    min-height: 110px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .sview__social-info {
    width: calc(100% - 105px);
    min-height: 120px;
    padding-left: 35px;
  }
}
.sview__social-ttl {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sview__social-ttl {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sview__social-ttl {
    font-size: 2rem;
  }
}
.sview__social-txt {
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sview__social-txt {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sview__social-txt {
    font-size: 1.6rem;
  }
}
.sview__social-txt span {
  display: inline-block;
  font-weight: bold;
  color: #EB612A;
}
@media screen and (max-width: 767px) {
  .sview__social-txt span {
    text-decoration: underline dashed 2px #EB612A;
    text-underline-offset: 7px;
  }
}
.sview__social-line {
  font-style: normal;
}
@media print, screen and (min-width: 768px) {
  .sview__social-line {
    font-style: normal;
    text-decoration: underline dashed 2px #EB612A;
    text-underline-offset: 7px;
  }
}

@media screen and (max-width: 767px) {
  .map {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .map {
    padding: 0 2vw;
  }
}
.map__inner {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .map__inner {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.map__lead-txt {
  margin-top: 25px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .map__lead-txt {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .map__lead-txt {
    text-align: center;
  }
}
.map__row img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .map__row {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .map__row {
    margin-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .booth {
    padding: 55px 15px;
    margin-top: 50px;
    background: url(../img/bg_booth_img01_sp.jpg) 0 0/100% auto repeat-y;
  }
}
@media print, screen and (min-width: 768px) {
  .booth {
    padding: 150px 2vw;
    margin-top: 150px;
    background: url(../img/bg_booth_img01.jpg) 0 0/100% auto no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .booth #limited,
  .booth #experience,
  .booth #event {
    scroll-margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth #limited,
  .booth #experience,
  .booth #event {
    scroll-margin-top: 195px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__inner {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.booth__lead-txt {
  margin-top: 25px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .booth__lead-txt {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__lead-txt {
    text-align: center;
  }
}
.booth__lead-txt .red {
  font-weight: bold;
  color: #C81433;
}
@media print, screen and (min-width: 768px) {
  .booth__area {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    max-width: 1400px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .booth__area-card {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__area-card {
    display: flex;
    flex-flow: column;
    width: 48.5%;
  }
  .booth__area-card:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1201px) {
  .booth__area-card {
    width: 24%;
  }
  .booth__area-card:nth-child(n+3) {
    margin-top: 0;
  }
}
.booth__area-link {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .booth__area-link {
    flex-grow: 1;
  }
}
.booth__area-link:hover, .booth__area-link:focus {
  color: #5B3D2C;
  background-color: #fff6be;
}
.booth__area-link:hover img, .booth__area-link:focus img {
  opacity: 0.75;
}
.booth__area-pic {
  position: relative;
}
@media screen and (max-width: 767px) {
  .booth__area-pic {
    width: 100%;
    height: 150px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__area-pic {
    width: 100%;
    height: 240px;
  }
}
.booth__area-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.booth__area-ttl {
  position: relative;
  font-weight: bold;
  color: #C81433;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .booth__area-ttl {
    margin: 20px 20px 0;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__area-ttl {
    margin: 30px 20px 0;
    font-size: 2.2rem;
  }
}
.booth__area-ttl::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background-image: url(../img/icn_booth_arrow_img01.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .booth__area-ttl::after {
    width: 25px;
    height: 25px;
    background-size: 25px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__area-ttl::after {
    width: 35px;
    height: 35px;
  }
}
.booth__area-ttl.drink_booth {
  color: #0080CB;
}
.booth__area-ttl.drink_booth::after {
  background-image: url(../img/icn_booth_arrow_img02.svg);
}
.booth__area-ttl.marche_booth {
  color: #007F41;
}
.booth__area-ttl.marche_booth::after {
  background-image: url(../img/icn_booth_arrow_img03.svg);
}
@media screen and (max-width: 767px) {
  .booth__area-ttl span {
    margin-left: 1.4rem;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__area-ttl span {
    display: inline;
    margin-left: 1rem;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1201px) {
  .booth__area-ttl span {
    display: block;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 1601px) {
  .booth__area-ttl span {
    display: inline;
    margin-left: 1rem;
  }
}
.booth__area-txt {
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .booth__area-txt {
    padding: 15px 20px 25px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__area-txt {
    padding: 15px 20px 50px;
    font-size: 1.6rem;
  }
}
.booth__main-box {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .booth__main-box {
    padding: 0 15px 30px;
    margin-top: 50px;
    border-style: solid;
    border-width: 4px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__main-box {
    padding: 40px 30px;
    margin-top: 205px;
    border-style: solid;
    border-width: 10px;
    border-radius: 15px;
  }
}
@media print, screen and (min-width: 1201px) {
  .booth__main-box {
    padding: 40px 55px 70px;
  }
}
@media print, screen and (min-width: 1601px) {
  .booth__main-box {
    padding: 60px 100px 90px;
  }
}
.booth__main-box.is-limited {
  border-color: #80b01a;
}
.booth__main-box.is-experience {
  border-color: #ec6c00;
}
.booth__main-box.is-event {
  border-color: #e64290;
}
.booth__main-box.is-pr {
  border-color: #00a199;
}
.booth__main-ttl {
  font-weight: 900;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .booth__main-ttl {
    padding: 13px 15px;
    margin: 0 -15px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__main-ttl {
    position: absolute;
    top: -99px;
    left: 50%;
    width: 100%;
    max-width: 500px;
    padding: 20px 15px;
    margin: 0 auto;
    font-size: 3.4rem;
    border-radius: 10px 10px 0 0;
    transform: translateX(-50%);
  }
}
.booth__main-ttl.is-limited {
  background-color: #80b01a;
}
.booth__main-ttl.is-experience {
  background-color: #ec6c00;
}
.booth__main-ttl.is-event {
  background-color: #e64290;
}
.booth__main-ttl.is-pr {
  background-color: #00a199;
}
.booth__main-lead {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .booth__main-lead {
    margin-top: 15px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__main-lead {
    font-size: 2.6rem;
    text-align: center;
  }
}
.booth__main-note {
  margin-top: 20px;
  font-weight: bold;
  color: #ec6c00;
  border: 2px solid #ec6c00;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .booth__main-note {
    padding: 8px;
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__main-note {
    max-inline-size: fit-content;
    padding: 10px 25px;
    margin-inline: auto;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__limited-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .booth__limited-col {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__limited-col {
    width: 48.5%;
  }
  .booth__limited-col:nth-child(odd) {
    margin-right: 3%;
  }
  .booth__limited-col:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1201px) {
  .booth__limited-col {
    position: relative;
    width: 23.5%;
    padding-bottom: 80px;
  }
  .booth__limited-col:nth-child(odd) {
    margin-right: 2.5%;
  }
  .booth__limited-col:nth-child(n+3) {
    margin-top: 0;
  }
  .booth__limited-col:nth-child(n+5) {
    margin-top: 50px;
  }
  .booth__limited-col:nth-child(2n+1) {
    margin-right: 0;
  }
  .booth__limited-col:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}
.booth__limited-pic {
  position: relative;
}
@media screen and (max-width: 767px) {
  .booth__limited-pic {
    aspect-ratio: 1/1;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }
  .booth__limited-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 768px) {
  .booth__limited-pic img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.booth__limited-category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: inline-block;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .booth__limited-category {
    padding: 5px 23px;
    font-size: 1.3rem;
    letter-spacing: 0.15rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__limited-category {
    padding: 4px 25px;
    font-size: 1.4rem;
    letter-spacing: 0.16rem;
  }
}
.booth__limited-category.is-student {
  background-color: #e9602d;
}
.booth__limited-category.is-general {
  background-color: #7fae21;
}
.booth__limited-category.is-night {
  background-color: #0070d2;
}
.booth__limited-ttl {
  margin-top: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .booth__limited-ttl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__limited-ttl {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__limited-content {
    display: flex;
    flex-direction: column;
  }
}
.booth__limited-txt {
  margin-top: 10px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .booth__limited-txt {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__limited-txt {
    font-size: 1.6rem;
  }
}
.booth__limited-days {
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .booth__limited-days {
    padding: 8px 15px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__limited-days {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    margin-top: 20px;
  }
}
.booth__limited-day {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
}
.booth__limited-day li:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .booth__experience-row {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__experience-row {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .booth__experience-row + .booth__experience-row {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__experience-row + .booth__experience-row {
    margin-top: 50px;
  }
}
.booth__experience-day {
  padding-bottom: 8px;
  font-weight: bold;
  color: #ec6c00;
  letter-spacing: 0.03rem;
  background: url(../img/icn_booth_calendar_img02.svg) 0 2px no-repeat;
  border-bottom: 2px solid #ec6c00;
}
@media screen and (max-width: 767px) {
  .booth__experience-day {
    padding-left: 40px;
    font-size: 2.2rem;
    background-position: 0 2px;
    background-size: 30px 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__experience-day {
    padding-left: 50px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .booth__experience-list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .booth__experience-item {
    margin-top: 35px;
  }
  .booth__experience-item:first-child {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__experience-item {
    padding-bottom: 20px;
    margin-top: 20px;
    word-wrap: anywhere;
    border-bottom: 1px solid #ccc;
  }
}
@media print, screen and (min-width: 1201px) {
  .booth__experience-item {
    display: flex;
  }
}
.booth__experience-item:last-child {
  border-bottom: none;
}
.booth__experience-inner {
  max-width: 800px;
  padding: 20px 60px;
  margin: 30px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .booth__experience-inner {
    padding: 8px 10px;
    font-size: 1.4rem;
  }
}
.booth__experience-in span {
  display: inline-block;
  margin-left: 15px;
  text-indent: -15px;
}
.booth__experience-in .link {
  color: #EB612A;
}
.booth__experience-time {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  background-color: #ffefe9;
}
@media screen and (max-width: 767px) {
  .booth__experience-time {
    padding: 8px 10px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__experience-time {
    min-width: 227px;
    padding: 15px 25px;
    margin-right: 25px;
    font-size: 2rem;
  }
}
.booth__experience .night-time {
  background-color: #e9f2ff;
}
@media screen and (max-width: 767px) {
  .booth__experience-content {
    margin-top: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__experience-content {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1201px) {
  .booth__experience-content {
    width: calc(100% - 227px);
    margin-top: 0;
  }
}
.booth__experience-catch {
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .booth__experience-catch {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__experience-catch {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__experience-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .booth__experience-l {
    max-width: 300px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__experience-l {
    width: 300px;
  }
}
.booth__experience-l img {
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 767px) {
  .booth__experience-r {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__experience-r {
    width: calc(100% - 300px);
    padding-left: 30px;
  }
}
.booth__experience-ttl {
  margin-bottom: 18px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .booth__experience-ttl {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__experience-ttl {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1201px) {
  .booth__experience-ttl {
    font-size: 2.6rem;
  }
}
.booth__experience-closed {
  font-weight: bold;
  color: #C81433;
}
.booth__experience-text {
  margin-bottom: 10px;
}
.booth__experience-info {
  margin-bottom: 12px;
  font-size: 1.4rem;
}
.booth__experience-note {
  display: flex;
  margin-top: 2px;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .booth__experience-note dt {
    min-width: 65px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__experience-note dt {
    min-width: 70px;
    margin-right: 10px;
  }
}
.booth__event {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .booth__event-row {
    margin-top: 55px;
  }
}
@media print, screen and (min-width: 1201px) {
  .booth__event-row {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .booth__event-col {
    margin-top: 40px;
  }
  .booth__event-col:first-of-type {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__event-col:not(:first-of-type) {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 1201px) {
  .booth__event-col {
    width: 46.5%;
  }
  .booth__event-col:not(:first-of-type) {
    margin-top: 0;
  }
}
.booth__event-day {
  padding-bottom: 8px;
  font-weight: bold;
  color: #e64290;
  letter-spacing: 0.03rem;
  background: url(../img/icn_booth_calendar_img.svg) 0 2px no-repeat;
  border-bottom: 2px solid #e64290;
}
@media screen and (max-width: 767px) {
  .booth__event-day {
    padding-left: 40px;
    font-size: 2.2rem;
    background-position: 0 2px;
    background-size: 30px 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__event-day {
    padding-left: 50px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .booth__event-list {
    margin-top: 15px;
  }
}
.booth__event-item {
  display: flex;
  align-items: center;
  letter-spacing: 0;
  word-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .booth__event-item {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__event-item {
    padding-bottom: 15px;
    margin-top: 20px;
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
  }
}
.booth__event-item:last-child {
  border-bottom: none;
}
.booth__event-time {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  background-color: #eae6e4;
}
@media screen and (max-width: 767px) {
  .booth__event-time {
    min-width: 90px;
    padding: 12px 10px;
    margin-right: 15px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__event-time {
    min-width: 120px;
    padding: 15px 22px;
    margin-right: 15px;
    font-size: 1.8rem;
  }
}
.booth__event .booth-event-item {
  display: grid;
}
@media screen and (max-width: 767px) {
  .booth__event .booth-event-item {
    grid-template-columns: 100%;
    row-gap: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__event .booth-event-item {
    grid-template-columns: 110px 1fr;
    column-gap: 15px;
  }
}
.booth__event .booth-event-item__time {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: bold;
  background-color: #eae6e4;
}
@media screen and (max-width: 767px) {
  .booth__event .booth-event-item__time {
    padding: 7px 10px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__event .booth-event-item__time {
    padding: 15px 22px;
    font-size: 1.8rem;
  }
}
.booth__event .booth-event-item__twocol {
  display: grid;
}
.booth__event .booth-event-item__twocol .image-wrapper {
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .booth__event .booth-event-item__twocol {
    grid-template-columns: 100%;
    row-gap: 15px;
  }
  .booth__event .booth-event-item__twocol .text-wrapper {
    order: 2;
  }
  .booth__event .booth-event-item__twocol .image-wrapper {
    order: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__event .booth-event-item__twocol {
    grid-template-columns: 1fr 140px;
    column-gap: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .booth__event .booth-event-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.booth__event .booth-event-item__image img {
  display: block;
  width: auto;
}
.booth__event .booth-event-item__bnr {
  margin-top: 25px;
}
.booth__event .booth-event-item__title {
  font-size: inherit;
  font-weight: bold;
}
.booth__event .booth-event-item__text {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .booth__event .booth-event-item__text {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__event .booth-event-item__text {
    margin-top: 10px;
  }
}
.booth__event .booth-event-item__sns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .booth__event .booth-event-item__sns {
    justify-content: flex-end;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__event .booth-event-item__sns {
    margin-top: 15px;
  }
}
.booth__event .booth-event-item__sns > li {
  width: 25px;
  height: auto;
}
.booth__event .booth-event-item__sns > li:not(:first-child) {
  margin-left: 10px;
}
.booth__pr {
  position: relative;
}
.booth__pr-lead {
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 767px) {
  .booth__pr-lead {
    margin-top: 8px;
    font-size: 1.4rem;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__pr-lead {
    margin-top: 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__pr-row {
    max-width: 1400px;
    margin: 23px auto 0;
  }
}
@media print, screen and (min-width: 1201px) {
  .booth__pr-row {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .booth__pr-col01 {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1201px) {
  .booth__pr-col01 {
    width: 26.4%;
  }
}
@media screen and (max-width: 767px) {
  .booth__pr-col02 {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__pr-col02 {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1201px) {
  .booth__pr-col02 {
    width: 31.4%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .booth__pr-col03 {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__pr-col03 {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1201px) {
  .booth__pr-col03 {
    width: 37.1%;
    margin-top: 0;
  }
}
.booth__pr-pic {
  position: relative;
}
.booth__pr-pic figcaption {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .booth__pr-pic figcaption {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__pr-pic figcaption {
    margin-top: 12px;
    font-size: 2.2rem;
  }
}
.booth__pr-pic img {
  width: 100%;
}
.booth__pr-label {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  margin-top: 16px;
}
.booth__pr-label span {
  padding: 1px 16px;
  font-size: 12px;
  color: #fff;
  background-color: #00aed2;
  border-radius: 5px;
}
.booth__pr-txt {
  margin-top: 10px;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 767px) {
  .booth__pr-txt {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .booth__pr-txt {
    font-size: 1.6rem;
  }
}

.booth__experience-list.is-twocol {
  display: grid;
  grid-template-columns: 100%;
}
@media print, screen and (min-width: 1201px) {
  .booth__experience-list.is-twocol {
    grid-template-columns: 1fr 1fr;
    column-gap: 5%;
  }
}
.booth__experience-list.is-twocol .col2inner {
  border-bottom: none;
}
.booth__experience-list.is-twocol .booth__experience-item {
  position: relative;
}
@media print, screen and (min-width: 1201px) {
  .booth__experience-list.is-twocol .booth__experience-item:nth-child(even)::before {
    position: absolute;
    top: 0;
    left: -5%;
    width: 1px;
    height: 100%;
    content: "";
    border-left: 1px solid #ccc;
  }
}
.booth__experience-list.is-twocol .booth__experience-content {
  width: 100%;
  margin-top: 0;
}
.booth__experience-list.is-twocol .booth__experience-l {
  max-width: 250px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .booth__experience-list.is-twocol .booth__experience-l {
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1201px) {
  .booth__experience-list.is-twocol .booth__experience-l {
    width: 40%;
  }
}
.booth__experience-list.is-twocol .booth__experience-l img {
  aspect-ratio: auto;
}
@media print, screen and (min-width: 1201px) {
  .booth__experience-list.is-twocol .booth__experience-r {
    width: 60%;
    padding-left: 5%;
  }
}
.booth__experience-list.is-twocol .booth__experience-wrap {
  justify-content: flex-start;
}
.booth__experience-list.is-twocol .booth__experience-text {
  margin-bottom: 0;
}

.experience__img {
  display: block;
  max-width: 500px;
  margin: 20px auto;
}
.experience__box {
  padding: 20px 55px;
  margin-top: 30px;
  border-color: #ffe100;
  border-style: solid;
  border-width: 30px;
}
@media print, screen and (max-width: 960px) {
  .experience__box {
    padding: 20px 15px;
    border-color: #ffe100;
    border-style: solid;
    border-width: 5px;
  }
}
.experience__main {
  margin-top: 20px;
}
.experience__area {
  font-size: 2rem;
  font-weight: bold;
  color: #eb612a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .experience__area {
    font-size: 1.4rem;
  }
}
.experience__lead {
  width: 100%;
  padding: 5px;
  margin: 20px auto;
  margin-bottom: 5px;
  font-size: 2.6rem;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #eb612a;
}
@media screen and (max-width: 767px) {
  .experience__lead {
    font-size: 1.6rem;
  }
}
.experience__daytime {
  margin: 20px 0;
}
.experience__time {
  margin-top: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .experience__time {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .bus {
    padding: 50px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .bus {
    padding: 100px 2vw;
  }
}
.bus__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bus__inner {
    max-inline-size: fit-content;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .bus__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.report {
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .report {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .report {
    padding: 100px 2vw 150px;
  }
}
.report__inner {
  position: relative;
  overflow: hidden;
}
.report__wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .report__wrap {
    padding: 0 45px;
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .report__wrap {
    max-width: 1500px;
    margin: 70px auto 0;
  }
}
.report__wrap .swiper-button-prev {
  margin-top: 0;
  background: url(../img/icn_report_prev.svg) 0 0 no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .report__wrap .swiper-button-prev {
    left: 10px;
    width: 14px;
    height: 28px;
    background-size: 14px 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .report__wrap .swiper-button-prev {
    left: 0;
    width: 32px;
    height: 58px;
  }
}
.report__wrap .swiper-button-next {
  margin-top: 0;
  background: url(../img/icn_report_next.svg) 0 0 no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .report__wrap .swiper-button-next {
    right: 10px;
    width: 14px;
    height: 28px;
    background-size: 14px 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .report__wrap .swiper-button-next {
    right: 0;
    width: 32px;
    height: 58px;
  }
}
.report__slider {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .report__slider {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.report__col-links {
  display: block;
  text-decoration: none;
  border-color: #bdb1aa;
  border-style: solid;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .report__col-links {
    min-height: 185px;
    padding: 25px 20px;
    border-width: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .report__col-links {
    min-height: 213px;
    padding: 25px;
    border-width: 3px;
  }
}
.report__ttl-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(91, 61, 44, 0.3);
}
.report__col-ttl {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .report__col-ttl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .report__col-ttl {
    font-size: 2rem;
  }
}
.report__col-ttl a {
  color: #EB612A;
  text-decoration: underline;
}
.report__col-ttl a:hover {
  text-decoration: none;
}
.report__col-year {
  position: relative;
}
@media screen and (max-width: 767px) {
  .report__col-year {
    width: 67px;
    height: auto;
  }
}
.report__col-lead {
  margin-top: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .report__col-lead {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .report__col-link {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .report__col-link {
    margin-top: 7px;
  }
}
.report__col-link a {
  color: #EB612A;
  text-decoration: underline;
  letter-spacing: 0;
}
.report__col-link a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .attention {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .attention {
    padding: 0 2vw;
  }
}
.attention__inner {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .attention__inner {
    padding: 25px 20px 35px;
    margin: 50px 0 0;
    border: 2px solid #C81433;
  }
}
@media print, screen and (min-width: 768px) {
  .attention__inner {
    max-width: 1400px;
    padding: 30px 65px 30px 65px;
    margin: 100px auto 0;
    border: 3px solid #C81433;
  }
}
@media print, screen and (min-width: 768px) {
  .attention__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.attention__ttl {
  font-weight: bold;
  color: #C81433;
  text-align: center;
  letter-spacing: 0;
  background: url(../img/icn_attention_info_img01.svg) center top no-repeat;
}
@media screen and (max-width: 767px) {
  .attention__ttl {
    padding-top: 45px;
    font-size: 2.2rem;
    background-size: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .attention__ttl {
    min-width: 135px;
    padding-top: 55px;
    font-size: 3.2rem;
  }
}
.attention__list {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .attention__list {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .attention__list {
    width: calc(100% - 138px);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    margin-left: 60px;
    border-left: 1px solid #ccc;
  }
}
.attention__item {
  position: relative;
  padding-left: 23px;
}
@media screen and (max-width: 767px) {
  .attention__item {
    font-size: 1.5rem;
  }
  .attention__item:not(:first-child) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .attention__item {
    font-size: 1.8rem;
  }
  .attention__item:not(:first-child) {
    margin-top: 10px;
  }
}
.attention__item::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background-color: #C81433;
}

@media screen and (max-width: 767px) {
  .sponsor {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .sponsor {
    padding: 0 2vw;
  }
}
.sponsor__inner {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .sponsor__inner {
    padding: 40px 20px 30px;
    margin: 50px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .sponsor__inner {
    max-width: 1400px;
    padding: 50px 50px 60px;
    margin: 100px auto 0;
  }
}
.sponsor__lead-txt {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .sponsor__lead-txt {
    font-size: 1.5rem;
  }
  .sponsor__lead-txt + .sponsor__lead-txt {
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .sponsor__lead-txt {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sponsor__list {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .sponsor__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
    max-width: 1000px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .sponsor__list-item:not(:first-child) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .sponsor__list-item {
    width: calc((100% - 10px) / 2);
  }
  .sponsor__list-item:nth-child(n+3) {
    width: 32.28%;
  }
}
.sponsor__list-item img {
  vertical-align: top;
}
