@charset "UTF-8";
:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --inter: "Inter", "Noto Sans JP", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #e60012;
  --gray: #e5e0dd;
  --body: #eeebe9;
  --line: #ccc;
}

*,
::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] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-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;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-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;
  field-sizing: content;
}

[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;
}

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

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;
}

.obj01 {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .obj01 {
    transform-origin: right center;
    scale: 0.5;
  }
}

.layer-box {
  padding-top: 50px !important;
  background-color: #f7f7f7 !important;
}

section.exhibitors {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section.exhibitors {
    margin-top: 60px;
  }
}
section.exhibitors ul.exhibitors-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 100px 20px;
}
@media screen and (max-width: 767px) {
  section.exhibitors ul.exhibitors-list {
    gap: 40px 20px;
  }
}
section.exhibitors ul.exhibitors-list > li {
  width: calc((100% - 60px) / 4);
  cursor: pointer;
  position: relative;
  z-index: 1;
}
section.exhibitors ul.exhibitors-list > li.is-hidden {
  display: none;
}
@media screen and (max-width: 1000px) {
  section.exhibitors ul.exhibitors-list > li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  section.exhibitors ul.exhibitors-list > li {
    width: calc((100% - 20px) / 2);
  }
}
@media (any-hover: hover) {
  section.exhibitors ul.exhibitors-list > li:hover img {
    transform: scale(1.1);
  }
}
section.exhibitors ul.exhibitors-list > li .img {
  width: 100%;
  padding: 20% 10%;
  aspect-ratio: 1.2/1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.exhibitors ul.exhibitors-list > li .img {
    aspect-ratio: auto;
    height: 120px;
  }
}
section.exhibitors ul.exhibitors-list > li .img img {
  transition: transform 0.3s;
  transform-origin: center center;
}
@media screen and (max-width: 767px) {
  section.exhibitors ul.exhibitors-list > li .img img {
    transition: none;
    transform-origin: unset;
  }
}
section.exhibitors ul.exhibitors-list > li .img.dummy {
  background-color: var(--clr-white);
  border: 1px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  section.exhibitors ul.exhibitors-list > li .img.dummy {
    text-align: center;
  }
}
section.exhibitors ul.exhibitors-list > li .img.dummy img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.exhibitors ul.exhibitors-list > li .company-area {
  margin-top: 20px;
  background: url(/media/images/common/bg_red-line.png) repeat-y left top;
  padding: 7px 20px 7px 28px;
}
section.exhibitors ul.exhibitors-list > li .company-area h3.company {
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}
section.exhibitors ul.exhibitors-list > li .company-area p.country {
  font-size: 14px;
  color: #888888;
  font-weight: 500;
  margin-top: 5px;
}
section.exhibitors ul.exhibitors-list > li ul.tag-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
section.exhibitors ul.exhibitors-list > li ul.tag-list li {
  width: fit-content;
  font-size: 13px;
  background-color: var(--clr-white);
  border: 1px solid #dadada;
  border-radius: 11px;
  line-height: 1;
  padding: 4px 7px;
}
section.exhibitors ul.exhibitors-list > li p.txt {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0s 0.4s, pointer-events 0s 0.4s;
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.4s, visibility 0s 0s, pointer-events 0s 0s;
}
.modal .bg {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.modal .modal-box {
  width: 90%;
  height: 90%;
  max-width: 1100px;
  max-height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/media/images/common/bg_modal.jpg) no-repeat left top var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box {
    max-height: 100%;
    height: 80vh;
  }
}
.modal .modal-box .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .btn-close {
    top: 15px;
    right: 15px;
  }
}
.modal .modal-box .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: var(--clr-white);
  border-radius: 50%;
  border: 2px solid var(--clr-blue);
  left: -30px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .swiper-button-prev {
    width: 45px;
    height: 45px;
    left: -20px;
  }
}
.modal .modal-box .swiper-button-prev:after {
  scale: 0.6;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .swiper-button-prev:after {
    scale: 0.4;
  }
}
.modal .modal-box .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: var(--clr-white);
  border-radius: 50%;
  border: 2px solid var(--clr-blue);
  right: -30px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .swiper-button-next {
    width: 45px;
    height: 45px;
    right: -20px;
  }
}
.modal .modal-box .swiper-button-next:after {
  scale: 0.6;
  translate: 2px 0;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .swiper-button-next:after {
    scale: 0.4;
  }
}
.modal .modal-box .inner-box {
  width: 90%;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box {
    max-height: 100%;
    height: 70vh;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .ttl-area {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .ttl-area {
    gap: 5px;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .ttl-area .booth-number {
  color: var(--clr-white);
  font-weight: bold;
  font-size: 14px;
  background-color: var(--clr-black);
  width: fit-content;
  padding: 5px 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
.modal .modal-box .inner-box .swiper .swiper-slide .ttl-area .company {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .ttl-area .company {
    font-size: 20px;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .ttl-area .country {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}
.modal .modal-box .inner-box .swiper .swiper-slide .ttl-area ul.tag-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.modal .modal-box .inner-box .swiper .swiper-slide .ttl-area ul.tag-list li {
  width: fit-content;
  font-size: 13px;
  background-color: var(--clr-white);
  border: 1px solid #dadada;
  border-radius: 11px;
  line-height: 1;
  padding: 4px 7px;
}
.modal .modal-box .inner-box .swiper .swiper-slide .ttl-area ul.tag-list li.theme {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: none;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .ttl-area ul.tag-list li.theme {
    width: 100%;
    justify-content: flex-start;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .ttl-area ul.tag-list li.theme img {
  width: 50px;
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper {
    flex-direction: column;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .img {
  width: 25%;
  aspect-ratio: 1.2/1;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .img {
    aspect-ratio: auto;
    width: 70%;
    min-height: 150px;
    margin: 0 auto;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .img.dummy {
  padding: 30px 10px;
  background-color: var(--clr-white);
  border: 1px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .img.dummy img {
  width: 65%;
  height: 100%;
  object-fit: contain;
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area {
    width: 100%;
    margin-top: 20px;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area dl {
  line-height: 2;
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area dl:first-child dt {
  margin-top: 0;
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area dl dt {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid var(--clr-black);
  padding-bottom: 3px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area dl dt {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area dl dd {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area dl dd {
    font-size: 15px;
  }
}
.modal .modal-box .inner-box .swiper .swiper-slide .box-wrapper .txt-area dl dd a {
  color: var(--clr-blue);
}

.form {
  padding: 50px 0;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(16, 43, 63, 0.03), 0px 5px 14px 0px rgba(16, 43, 63, 0.07);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .form {
    padding: 35px 0;
  }
}

.form-top {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}

.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.accordion summary {
  visibility: hidden;
  height: 0;
  padding: 0;
}
.accordion.is-active .accordion__head-right img {
  rotate: 180deg;
}
.accordion__head {
  user-select: none;
  display: block;
}
.accordion__head::marker {
  display: none;
}
.accordion__head::-webkit-details-marker {
  display: none;
}
.accordion__head-inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.accordion__head-right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: normal;
}
.accordion__head-right img {
  width: 24px;
  transition: rotate 0.3s;
}
.accordion__body ul.tag-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.accordion__body ul.tag-area li h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.accordion__body-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.accordion__body-inner .checkbox-tag:checked + label {
  background: #d9e8f4;
  outline: 2px solid #0068b7;
  outline-offset: -2px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .accordion__body-inner .checkbox-tag:checked + label {
    font-size: 13px;
  }
}
.accordion__body-inner .checkbox-category:checked + label {
  background: #d9e8f4;
  outline: 2px solid #0068b7;
  outline-offset: -2px;
}
.accordion__body-inner .check-box-wrap {
  position: relative;
  width: fit-content;
}
.accordion__body-inner .check-box-wrap input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.accordion__body-inner .check-box-wrap input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.accordion__body-inner .check_label {
  display: block;
  font-size: 14px;
  line-height: 1.0714285714;
  letter-spacing: 0.06em;
  outline: 1px solid #d9d9d9;
  outline-offset: -1px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .accordion__body-inner .check_label {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.accordion__body-inner--1 .check_label {
  height: 50px;
}
.accordion__body-inner--1 .check_label--startups::before {
  background: url(/media/images/exhibitors/startups.png) no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1 !important;
}
.accordion__body-inner--1 .check_label--corporate::before {
  background: url(/media/images/exhibitors/corporate.png) no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1 !important;
}
.accordion__body-inner--1 .check_label--cities::before {
  background: url(/media/images/exhibitors/cities.png) no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1 !important;
}
.accordion__body-inner--1 .check_label--other::before {
  background: url(/media/images/exhibitors/other.png) no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1 !important;
}
.accordion__body-inner--1 .check_label--all::before {
  content: "";
  background: #8f8f8f;
  width: 12px !important;
  display: block;
}
.accordion__body-inner--2 .check_label, .accordion__body-inner--3 .check_label {
  height: 40px;
}

.form-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .form-tags {
    padding-bottom: 30px;
  }
}
.form-tags .check-label {
  cursor: pointer;
}
@media (any-hover: hover) {
  .form-tags .check-label:hover span {
    color: #fff;
    background: #0068b7;
    border: 1px solid #0068b7;
  }
}
.form-tags .check-label input {
  display: none; /* デフォルトのinputは非表示にする */
}
.form-tags .check-label span {
  transition: all 0.3s;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 8px 14px;
}
@media screen and (max-width: 767px) {
  .form-tags .check-label span {
    font-size: 12px;
    padding: 6px 10px;
  }
}
.form-tags .check-label input:checked + span {
  color: #fff;
  background: #0068b7;
  border: 1px solid #0068b7;
}

.form-title {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-title {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.form-title::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #0068b7;
  position: absolute;
  bottom: 0;
  left: 0;
}

.exhibitors__first {
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .exhibitors__first {
    width: 100%;
  }
}
.exhibitors__first-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .exhibitors__first-text {
    font-size: 14px;
    line-height: 1.85;
  }
}
.exhibitors__first-translation {
  margin-top: 5px;
  font-size: 14px;
  line-height: 2.2857142857;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .exhibitors__first-translation {
    font-size: 12px;
  }
}
.exhibitors__first-translation span {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #fff;
  background: #5e5e5e;
  padding: 3px 8px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .exhibitors__first-translation span {
    font-size: 14px;
    padding: 2px 6px;
  }
}
.exhibitors .form-under {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #dadada;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .exhibitors .form-under {
    flex-direction: column;
    gap: 15px;
  }
}
.exhibitors .reset-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-width: 150px;
  background: #999999;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .exhibitors .reset-btn {
    font-size: 14px;
    width: 130px;
    height: 35px;
  }
}
.exhibitors .form-search {
  width: 100%;
  max-width: 760px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .exhibitors .form-search {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.exhibitors .form-search-title {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .exhibitors .form-search-title {
    font-size: 14px;
  }
}
.exhibitors .form-search-input-wrapper {
  width: 100%;
  height: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .exhibitors .form-search-input-wrapper {
    height: 50px;
  }
}
.exhibitors .form-search-input-wrapper input {
  padding-right: 110px;
  border: solid 1px #cccccc;
  padding-left: 25px;
  background: #fff;
  border-radius: 26px;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .exhibitors .form-search-input-wrapper input {
    padding-left: 15px;
    padding-right: 100px;
  }
}
.exhibitors .form-search-input-wrapper .search-btn {
  background: #5e5e5e;
  width: 100px;
  height: 35px;
  border-radius: 19px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .exhibitors .form-search-input-wrapper .search-btn {
    width: 90px;
    font-size: 14px;
  }
}
.exhibitors .form-search-input-wrapper .search-btn img {
  margin-right: 5px;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .exhibitors .form-search-input-wrapper .search-btn img {
    width: 12px;
  }
}
.exhibitors .common-content {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
  background: #fff;
}
.exhibitors .pt-20 {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .exhibitors .pt-20 {
    padding-top: 10px;
  }
}
.exhibitors .radio__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.exhibitors .radio__label {
  margin-bottom: 10px;
  border-left: #cccccc solid 1px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
  padding: 0 20px;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .exhibitors .radio__label {
    font-size: 12px;
    padding: 0 10px;
  }
}
.exhibitors .radio__label:last-child {
  border-right: #cccccc solid 1px;
}
.exhibitors .form-buttons {
  font-weight: bold;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .exhibitors .form-buttons {
    gap: 15px;
  }
}
.exhibitors .form-buttons .form-button-clear {
  width: 90px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5e5e5e;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .exhibitors .form-buttons .form-button-clear {
    font-size: 14px;
    width: 80px;
    height: 35px;
  }
}
.exhibitors .form-buttons .form-button-narrow {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  background: #0068b7;
}
@media screen and (max-width: 767px) {
  .exhibitors .form-buttons .form-button-narrow {
    font-size: 16px;
    width: 200px;
    height: 50px;
  }
}
.exhibitors__result {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin: 100px auto 40px;
}
@media screen and (max-width: 767px) {
  .exhibitors__result {
    margin: 40px auto 20px;
  }
}
.exhibitors__result-text {
  font-size: 24px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .exhibitors__result-text {
    font-size: 20px;
  }
}
.exhibitors__result-text span {
  margin: 0 5px;
  font-size: 60px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .exhibitors__result-text span {
    font-size: 40px;
  }
}
.exhibitors__award {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .exhibitors__award {
    flex-direction: column;
  }
}
.exhibitors__award-text {
  margin-right: 30px;
  padding-right: 30px;
  border-right: solid 1px #000;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-family: var(--rubik);
}
@media screen and (max-width: 767px) {
  .exhibitors__award-text {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.exhibitors__award-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.exhibitors__award-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.exhibitors__award-item img {
  width: 30px;
}
.exhibitors__award-item p {
  font-weight: bold;
}
.exhibitors .time-table__title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .exhibitors .time-table__title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}

.filter__pavilion {
  color: #0068b7;
  position: absolute;
  width: 80px;
  left: 0% !important;
  top: 35% !important;
  height: auto;
  aspect-ratio: 8/5;
  background: url(/media/images/exhibitors/pavilion-bg.png) no-repeat center center;
  background-size: contain;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  color: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .filter__pavilion {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    left: -60%;
    width: 92%;
  }
}
.filter__pavilion span {
  display: block;
  white-space: nowrap;
}
.filter__source {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #5e5e5e;
  word-break: break-all;
}
.filter__source span {
  margin-right: 5px;
}
.filter__source i {
  display: inline-block;
  font-style: normal;
}
.filter__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}
@media screen and (max-width: 1200px) {
  .filter__items {
    gap: 30px 15px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .filter__items {
    gap: 20px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.filter__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff, #fff 20%, #111 20%, #111);
}
.filter__item.is-filter {
  display: none;
}
.filter__item::after {
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: solid 3px #0068b7;
  outline-offset: -3px;
  position: absolute;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.15s;
}
@media (any-hover: hover) {
  .filter__item:hover::after {
    opacity: 1;
  }
}
.filter__popup {
  display: block;
}
.filter__top {
  padding: 12px 20px 20px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .filter__top {
    padding: 8px 10px 10px;
  }
}
.filter__top-info {
  top: 10px;
  left: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .filter__top-info {
    top: 8px;
    left: 8px;
    gap: 5px;
  }
}
.filter__top-floor {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  border-radius: 4px;
  font-weight: 900;
  color: var(--red);
  padding: 3px 6px;
  border: solid var(--red) 2px;
}
@media screen and (max-width: 767px) {
  .filter__top-floor {
    font-size: 14px;
  }
}
.filter__top-award {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .filter__top-award {
    width: 26px;
  }
}
.filter__date {
  color: #666666;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .filter__date {
    font-size: 12px;
  }
}
.filter__place {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  right: 0;
  width: 80px;
  height: auto;
  aspect-ratio: 8/5;
  background: url(/media/images/exhibitors/filter-place-bg.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .filter__place {
    top: -10px;
    width: 68px;
  }
}
.filter__place p {
  translate: 0 5px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .filter__place p {
    font-size: 12px;
  }
}
.filter__logo {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 94px;
}
@media screen and (max-width: 767px) {
  .filter__logo {
    height: 80px;
  }
}
.filter__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.filter__title {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .filter__title {
    font-size: 14px;
  }
}
.filter__title.is-small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .filter__title.is-small {
    font-size: 12px;
  }
}
.filter__genre {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
  gap: 4px;
}
.filter__genre-text {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.filter__genre-img {
  max-width: 44px;
}
@media screen and (max-width: 767px) {
  .filter__genre-img {
    max-width: 32px;
  }
}
.filter__area {
  background: #f2f2f2;
  color: #000000;
  padding: 4px 8px;
  width: fit-content;
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.filter__bottom {
  color: #fff;
  padding: 3px 20px 65px;
  background: #111 url(/2024/exhibitors/index/img/filter-item-bg.jpg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .filter__bottom {
    padding: 8px 10px 45px;
  }
}
.filter__text {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (max-width: 767px) {
  .filter__text {
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    font-size: 12px;
  }
}
.filter__exhi {
  bottom: 30px;
  right: 20px;
  position: absolute;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .filter__exhi {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .filter__exhi {
    bottom: 20px;
    right: 10px;
  }
}
@media (any-hover: hover) {
  .filter__exhi:hover::before {
    scale: 0 1;
  }
}
.filter__exhi::before {
  transform-origin: top right;
  transition: all 0.3s;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
}
.filter__web {
  bottom: 30px;
  left: 20px;
  position: absolute;
  padding-right: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .filter__web {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .filter__web {
    bottom: 20px;
    left: 10px;
  }
}
@media (any-hover: hover) {
  .filter__web:hover::before {
    scale: 0 1;
  }
}
.filter__web::before {
  transform-origin: top right;
  transition: all 0.3s;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
}
.filter__web::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -35%;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/2024/index/img/blank.png) no-repeat;
  background-size: contain;
}
.filter__tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
@media screen and (max-width: 767px) {
  .filter__tags {
    margin-top: 20px;
  }
}
.filter__tag {
  padding: 5px 10px;
  border: solid 1px #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 767px) {
  ::placeholder {
    font-size: 13px !important;
  }
}/*# sourceMappingURL=style.css.map */