@charset "utf-8";
/* ==================================================

		オンライン展示会

================================================== */
html {
  font-size: 62.5%;
}


.site-header a,
.site-mobile-menu a,
.site-menu a {
  background-color: transparent;
}

header {
  background: #ffffff;
}

#contents {
  padding-top: 0;
  background: linear-gradient(90deg, #f8f8fc, #e1e2e8);
}
.contents__inner {
  padding-top: 80px;
  background-image: url(/messe/facility/img/bg_main.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
#contents .main {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px 164px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #contents .main {
    padding: 0 20px 80px;
  }
  .contents__inner {
    padding-top: 40px;
    background-position: 68% 0;
    background-size: 260%;
  }
}



body {
  /* overflow-x: hidden; */
  position: relative;
  /* max-width: 100vw; */
  /* font-size: 14px; */
}
.site-header {
  transform: translateZ(0);
  position: relative;
  z-index: 12;
  display: flex;
  justify-content: space-between;
}
.site-header,
.site-mobile-menu,
.site-menu {
  scroll-behavior: smooth;
  font-family: Noto Sans JP, sans-serif;
}
.site-header img,
.site-mobile-menu img,
.site-menu img {
  max-width: 100%;
  height: auto;
}
.site-header button,
.site-mobile-menu button,
.site-menu button {
  cursor: pointer;
}
.site-header [role=button],
.site-header a,
.site-header area,
.site-header button,
.site-header input:not([type=range]),
.site-header label,
.site-header select,
.site-header summary,
.site-header textarea,
.site-mobile-menu [role=button],
.site-mobile-menu a,
.site-mobile-menu area,
.site-mobile-menu button,
.site-mobile-menu input:not([type=range]),
.site-mobile-menu label,
.site-mobile-menu select,
.site-mobile-menu summary,
.site-mobile-menu textarea,
.site-menu [role=button],
.site-menu a,
.site-menu area,
.site-menu button,
.site-menu input:not([type=range]),
.site-menu label,
.site-menu select,
.site-menu summary,
.site-menu textarea {
  touch-action: manipulation;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}







.common-mainHeading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  text-align: center;
  color: #1d365e;
}
.common-mainHeading__text {
  padding: 0;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1.2608695652;
}
.common-mainHeading__subText {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  font-family: Orbitron, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.25em;
  line-height: 1;
  text-align: center;
  color: red;
  text-transform: uppercase;
}
.common-mainHeading__subText::before {
  content: '';
  display: block;
  width: 86px;
  height: 2px;
  margin-right: 18px;
  background-color: red;
}
.common-mainHeading__subText::after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  margin-left: 18px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='2'%3E%3Cpath d='M86 2H0V0h86zm24 0H94V0h16zm12 0h-6V0h6z' fill='red'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100%;
}
.common-mainHeading__lead {
  margin-top: 80px;
  margin-bottom: -0.25em;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.75;
  text-align: center;
  color: #575f6b;
}
@media (max-width: 767px) {
  .common-mainHeading__text {
    font-size: 2.8rem;
  }
  .common-mainHeading__subText {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .common-mainHeading__subText span {
    padding: 18px 0;
  }
  .common-mainHeading__subText::before {
    margin-right: 0;
  }
  .common-mainHeading__subText::after {
    margin-left: 0;
  }
  .common-mainHeading__lead {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}

.keyArea:first-of-type {
  padding-top: 70px;
}
.keyArea:not(:first-of-type) {
  margin-top: 50px;
}
.keyArea .mediaItem {
  margin-top: 0;
}
@media (max-width: 767px) {
}

.mediaItem {
  display: flex;
  flex-direction: column;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  color: #575f6b;
}

.mediaItem .linkList {
  margin-top: 16px;
}

.mediaItem__body {
  display: flex;
  flex-direction: column;
  order: 3;
  text-align: left;
}

.mediaItem__label {
  position: relative;
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5384615385;
  color: red;
}
.mediaItem__label::after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  margin-top: 10px;
  background: red;
}
.mediaItem__badge {
  padding: 3px 5px;
  font-size: 0.7em;
  color: #fff;
  background: #1F2233; 
}
.mediaItem__heading {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.mediaItem__text {
  margin-top: 16px;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  line-height: 1.6;
}
.mediaItem__video {
  order: 2;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 40px;
  border-radius: 32px 0;
  overflow: hidden;
}
.mediaItem__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.mediaItem__image {
  order: 2;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 56px 0;
  line-height: 1;
  overflow: hidden;
}
.mediaItem__image img {
  width: 100%;
  height: auto;
}
.mediaItem__image a {
  display: block;
  position: relative;
}
.mediaItem__image a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/messe/common/img/facility-item_overlay_pc.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.mediaItem__image a:hover {
  transition: opacity .5s;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .mediaItem__video:hover {
    transition: opacity .5s;
    opacity: 0.7;
  }
  .mediaItem__video .mediaItem__image {
    display: none;
  }
}
@media (max-width: 767px) {
  .mediaItem__heading {
    font-size: 2rem;
  }
  .mediaItem__image img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  .mediaItem__image a::after {
    display: none;
  }
  .mediaItem__video {
    margin-bottom: 0;
    padding-top: 0;
  }
  .mediaItem__video iframe {
    display: none;
  }
  .mediaItem__video .mediaItem__image {
    display: block;
  }
}


.js-magnificPopup-iframe{
  display: block;
  width: 100%;
  height: 100%;
}

.textNote {
  font-size: 1.4rem;
}
.mediaItem .textNote {
  order: 1;
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 767px) {
  .mediaItem .textNote {
    text-align: left;
  }
}

.linkList {
  font-size: 1.5rem;
  line-height: 1.6;
  list-style-type: none;
}
.linkList a ,
.textNote a {
  color: #3166ce;
  text-decoration: underline;
  text-underline-offset: 5px
}
.linkList a:hover ,
.textNote a:hover {
  text-decoration: none;
}
.icon-external {
  display: inline-block;
  vertical-align: baseline;
  padding-left: 5px;
}
.textNote .icon-external {
  padding-right: 5px;
}

.facility .mfp-bg {
  background: #333;
  opacity: .81;
}
.facility .mfp-iframe-holder {
  padding: 60px 200px;
}
.facility .mfp-iframe-holder .mfp-content {
  max-width: 1480px;
  margin-bottom: 60px;
}
.facility .mfp-iframe-holder .mfp-close {
  width: 150px;
  height: 52px;
  color: #fff;
  border: 1px solid #fff;
}
.facility .mfp-iframe-holder .mfp-close {
  top: 0;
  right: -150px;
  font-size: 1.6rem;
  font-family: Orbitron, sans-serif;
  font-weight: 500;
  text-align: center;
  opacity: 1;
}
.facility .mfp-iframe-holder .mfp-close span {
  margin-left: 1em;
  font-size: 1.3rem;
}
.facility .mfp-iframe-holder .mfp-close:hover {
  transition: opacity 0.5s;
  opacity: .7;
}

.itemArea .mediaItem {
  margin-top: 50px;
}

.gridColumn2 {
  display: grid;
  gap: 0 40px;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
@media (max-width: 767px) {
  .gridColumn2 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

#loading-gui h1 {
  position: absolute;
  bottom: 75%;
  left: 50%;
  width: 80%;
  padding: 0 25px;
  transform: translate(-50%,50%);
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 0 10px #0f1011;
  line-height: 1.1;
  letter-spacing: .6px;
}
#loading-gui .circle-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#loading-gui .circle-loader #loader-cont {
  font-size: 10px;
  display: block;
  height: 96px;
  width: 96px;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
}
#loading-gui .circle-loader-svg {
  transform-origin: center;
  transform: rotate(-90deg);
}
#loading-gui .icon-play-unicode {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  color: #222;
  font-size: 38px;
  pointer-events: auto;
  cursor: pointer;
  font-family: mp-font!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#loading-gui #loading-powered-by.faded-in {
  opacity: 1;
  pointer-events: auto;
}
#loading-gui #loading-powered-by {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  transition: opacity .5s;
}
#loading-gui #loading-powered-by .loading-label {
  position: absolute;
  bottom: 35px;
  left: 36px;
  text-align: left;
  white-space: nowrap;
}
#loading-gui #loading-powered-by #loading-mp-logo {
  width: 150px;
  height: 33px;
}
#loading-gui #loading-powered-by.faded-in {
  opacity: 1;
  pointer-events: auto;
}
