@charset "UTF-8";
@font-face {
  font-family: "noto-sans-jp";
  src: url(../fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansJP-Medium.woff) format("woff"), url(../fonts/NotoSansJP-Bold.woff) format("woff"), url(../fonts/NotoSansJP-SemiBold.woff) format("woff");
}

body {
  /* font-family: "noto-sans-jp", "Noto Sans"; */
  /* font-size: 16px;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%; */
}

body.active {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

.modal-check p {
  text-align: center;
}

.modal-check ul {
  display: flex;
  justify-content: space-between;
}

.modal-check ul li {
  width: 230px;
}

.modal {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  height: 85vh;
  padding: 25px 34px 90px;
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 1081px) {
  .modal-content {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .modal-content {
    padding: 2.0rem 2.0rem 13.0rem 2.0rem;
    width: 90%;
  }
}

.modal-inner {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-inner::-webkit-scrollbar {
  display: none;
}

.modal-close {
  position: absolute;
  top: -20px;
  right: -17px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal-close {
    top: -21px;
    right: -19px;
  }
}

@media screen and (max-width: 374px) {
  .modal-close {
    right: -10px;
  }
}

#casemodal {
  transition: 0.3s;
}

#casemodal:hover {
  opacity: 0.7;
}

#casemodal2 {
  transition: 0.3s;
}

#casemodal2:hover {
  opacity: 0.7;
}

#casemodal3 {
  transition: 0.3s;
}

#casemodal3:hover {
  opacity: 0.7;
}

#casemodal4 {
  transition: 0.3s;
}

#casemodal4:hover {
  opacity: 0.7;
}

#casemodal5 {
  transition: 0.3s;
}

#casemodal5:hover {
  opacity: 0.7;
}

#casemodal6 {
  transition: 0.3s;
}

#casemodal6:hover {
  opacity: 0.7;
}

.modal .overview {
  display: flex;
  justify-content: space-between;
  column-gap: 38px;
  padding: 10px 0 0 10px;
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .modal .overview {
    flex-direction: column;
    column-gap: 0;
    row-gap: 40px;
    padding: 10px 0 0;
  }
}

.modal .overview-left {
  position: relative;
  width: 232px;
}
.modal.on-login .overview-left {
    padding: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  .modal .overview-left {
    margin: 0 auto;
  }
}

.modal .overview-left p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 232px;
  height: 232px;
  border-radius: 50%;
  background-color: #fff;
  filter: drop-shadow(0 .5rem .75rem rgba(0, 0, 0, 0.06));
}

.modal .overview-left p:first-child img {
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 160px;
}

.modal .overview-right {
  width: 655px;
}

@media screen and (max-width: 767px) {
  .modal .overview-right {
    width: auto;
  }
}

.modal .overview-right .categorize {
  margin-bottom: 16px;
  font-weight: bold;
}

.modal .overview-right .categorize p {
  display: inline-block;
}

.modal .overview-right .categorize p a {
  transition: 0.5s;
}

.modal .overview-right .categorize p a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .modal .overview-right .categorize p a:hover {
    opacity: 1;
  }
}

.modal .overview-right .categorize p:after {
  content: "　|　";
}

.modal .overview-right .categorize p:last-child:after {
  content: none;
}

.modal .overview-right .company {
  margin-bottom: 20px;
}

.modal .overview-right .company b {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}

.modal .overview-right .company p {
  font-size: 15px;
  line-height: 1.86;
}

.modal .overview-right .field b {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.modal .overview-right .field ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  font-size: 14px;
  color: #666;
  margin: 15px 0 0 0;
}

@media screen and (max-width: 767px) {
  .modal .overview-right .field ul {
    flex-wrap: wrap;
  }
}

.modal .overview-right .field ul a {
  transition: 0.5s;
}

.modal .overview-right .field ul a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .modal .overview-right .field ul a:hover {
    opacity: 1;
  }
}

.fav-btn-wrap {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  width: 69%;
}

.fav-btn {
  background: #a16ec1;
  background: linear-gradient(120deg, #a16ec1 0%, #3acec5 100%);
  width: 100%;
  padding: 2px;
  border-radius: 30px;
  cursor: pointer;
}
.fav-btn.active .fav-btn-inner {
  background-color: transparent;
  color: #fff;
}
.fav-btn-inner {
  border-radius: 30px;
  background: #fff;
  text-align: center;
  color: #a16ec1;
  font-size: 1.2rem;
  transition: 0.5s;
}
.fav-btn-inner:before {
  content: "★";
  display: inline-block;
  margin-bottom: 1px;
  font-size: 20px;
}

.fav-btn-inner:hover {
  background-color: transparent;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .fav-btn-inner:hover {
    background: #fff;
    color: #005562;
  }
}
.fav-btn-inner span {
  vertical-align: 2px;
}
.fav-btn + .contact-btn {
  margin-top: 0.8rem;
}
.contact-btn {
  width: 100%;
  padding: 0;
  border-radius: 30px;
  cursor: pointer;
}
.contact-btn.active .contact-btn-inner {
  background-color: transparent;
  color: #fff;
}
.contact-btn-inner {
  display: block;
  border-radius: 30px;
  background-color: var(--c-dark);
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.67em 0;
  transition: 0.5s;
}
.contact-btn-inner:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.0rem;
  background: url(/image/irex2025/img/exhibitor/icon_mail.svg) no-repeat center/contain;
}
.contact-btn-inner:hover {
  opacity: 0.5;
}


.modal .feature {
  border-radius: 16px;
  background: conic-gradient(from 90deg at 50% 50%, #A768CB 79.61538255214691deg, #6994CC 127.50548958778381deg, #F1F1F1 225deg, #81CBC7 285.5769181251526deg);
  padding: 1px;
  margin-bottom: 40px;
}
.modal .feature-inner {
  padding: 24px;
  border-radius: 16px;
  background-color: #fff;
}
.modal .feature b {
  display: block;
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: bold;
}

.modal .feature-flex {
  display: flex;
  column-gap: 30px;
}

@media screen and (max-width: 767px) {
  .modal .feature-flex {
    flex-direction: column;
  }
}

.modal .feature-flex div:first-child {
  width: 619px;
}

@media screen and (max-width: 767px) {
  .modal .feature-flex div:first-child {
    width: auto;
    margin-bottom: 20px;
  }
}

.modal .feature-flex div:first-child p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
}

.modal .feature-flex div:last-child {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .modal .feature-flex div:last-child {
    width: auto;
  }
}

.modal .info {
  margin-bottom: 48.5px;
}

.modal .info table {
  font-size: 15px;
}

.modal .info table tr {
  position: relative;
  display: block;
  padding: 18px;
  /*border-bottom: 1px solid #dcdcdc;*/
}
.modal .info table tr::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #A768CB;
  background: linear-gradient(-63deg, #A768CB 29.43%, #6994CC 46.47%, #81CBC7 91.26%);
}

@media screen and (max-width: 767px) {
  .modal .info table tr {
    padding: 18px 0;
  }
}

.modal .info table th {
  width: 231px;
}

@media screen and (max-width: 767px) {
  .modal .info table th {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
}

.modal .info table th span {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.8em;
  margin-right: 0.8rem;
}
.modal .info table th span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #A768CB;
  background: linear-gradient(63deg, #A768CB 29.43%, #6994CC 46.47%, #81CBC7 72.94%, #FFF 91.26%);
}

.modal .btns {
  display: flex;
  justify-content: center;
  column-gap: 18.5px;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
  .modal .btns {
    flex-direction: column;
    row-gap: 15px;
  }
}

.modal .btns a {
  position: relative;
  display: block;
  width: 315px;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  background: #0092e5;
  /* background-image: linear-gradient(45deg, #a16ec1 0%, #3acec5 100%); */
  border-radius: 35px;
  transition: 0.5s;
}
.modal .btns a:hover {
  opacity: 0.5;
}
.modal .btns a.map,
.modal .btns a.booth,
.modal .btns a.booth-login {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .btns a.map {
  background: #7F1AE4;
}
.modal .btns a.booth,
.modal .btns a.booth-login {
  background: #F15581;
}
.modal .btns a.map::before,
.modal .btns a.booth::before,
.modal .btns a.booth-login::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  margin-right: 1.6rem;
}
.modal .btns a.map::before {
  width: 3.4rem;
  height: 3.4rem;
  background: url(/image/irex2025/img/exhibitor/icon_map.svg) no-repeat center/contain;
}
.modal .btns a.booth::before,
.modal .btns a.booth-login::before {
  width: 3.2rem;
  height: 3.2rem;
  background: url(/image/irex2025/img/exhibitor/icon_booth.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .modal .btns a {
    width: auto;
    padding: 10px;
    font-size: 2.0rem;
  }
  .modal .btns a:hover {
    opacity: 1;
  }

  .modal .btns a.map::before,
  .modal .btns a.booth::before,
  .modal .btns a.booth-login::before {
    margin-right: 0.8rem;
  }
  .modal .btns a.map::before {
    width: 2.8rem;
    height: 2.8rem;
  }
  .modal .btns a.booth::before,
  .modal .btns a.booth-login::before {
    width: 3.2rem;
    height: 3.2rem;
  }

}

.ex-contents {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ex-contents-item {
  padding: 4px 10px;
  border: 1px solid;
  line-height: 1.2;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}
.ex-off {
  border: 1px dashed #dedede;
  color: #dedede;
  background: #fff;
}
.ex-on {
  border-color: #333;
  color: #fff;
  background: #333;
}
.modal .overview-right .field .cate-sub {
  gap: 0;
  margin: 2px 0 15px 0;
}
.modal .overview-right .field .cate-sub li {
  padding: 2px 10px;
  font-size: 12px;
  background: #f5f5f5;
  border-radius: 2px;
  color: #897f51;
  margin: 0;
}
