@charset "UTF-8";
/*--------------------------------------------
* 【注意】直接編集禁止【注意】
* --------------------------------------------
* custom.cssは直接編集しないでください。
* custom.sassを修正しコンパイルして使用するようにお願いします。
* 修正するファイルはdcms_media/css/sass/custom.scssです。
* 修正後は以下のディレクトリにファイルをインポートしてください
*
* ============================================
* cssディレクトリ
* ============================================
*   > custom.css 
*   > custom.sass
*   > custom.css.map
* 
* --------------------------------------------*/
/* ────────── FV ────────── */
.p-exhibition-fv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-exhibition-fv .container {
  padding: 160px 0 !important;
}
@media screen and (max-width: 979.8px) {
  .p-exhibition-fv .container {
    padding: 60px 0 !important;
  }
}
@media screen and (max-width: 689.8px) {
  .p-exhibition-fv .container {
    padding: 40px 0 !important;
  }
}
.p-exhibition-fv-title {
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(80px + 16 * (100vw - 375px) / 1545);
  font-weight: 700;
  line-height: 1.3;
  line-height: 1.3;
  letter-spacing: 0.5rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 1920px) {
  .p-exhibition-fv-title {
    font-size: 96px;
  }
}
@media screen and (max-width: 689.8px) {
  .p-exhibition-fv-title {
    font-size: 40px;
  }
}
.p-exhibition-fv-title--smaller {
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(50px + 13 * (100vw - 375px) / 1545);
  font-weight: 700;
  line-height: 1.3;
  display: block;
  letter-spacing: 0.16rem;
}
@media screen and (min-width: 1920px) {
  .p-exhibition-fv-title--smaller {
    font-size: 63px;
  }
}
@media screen and (max-width: 689.8px) {
  .p-exhibition-fv-title--smaller {
    font-size: 28px;
  }
}
.p-exhibition-fv__tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
@media screen and (max-width: 689.8px) {
  .p-exhibition-fv__tips {
    gap: 10px;
  }
}
.p-exhibition-fv__tips li {
  border-radius: 5px;
  border: 1px solid #ffffff;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(20px + 4 * (100vw - 375px) / 1545);
  font-weight: 700;
  line-height: 1.3;
  font-weight: 700;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1920px) {
  .p-exhibition-fv__tips li {
    font-size: 24px;
  }
}
@media screen and (max-width: 689.8px) {
  .p-exhibition-fv__tips li {
    font-size: 18px;
  }
}

/* ────────── 展示会info ────────── */
.c-exhibition-info {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 12px 20px;
  margin-bottom: 0;
}
.c-exhibition-info__item {
  display: contents;
}
.c-exhibition-info__label {
  background-color: #15B5A9;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 500;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  padding: 5px 10px;
  text-align: center;
}
.c-exhibition-info__value {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}
.c-exhibition-info__chip {
  background-color: #15B5A9;
  color: #fff;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 0.875rem;
  white-space: nowrap;
}

/* ────────── title ────────── */
.dlb_title-sub-06.c-after-main::after {
  background-color: #15B5A9;
}

.c-title-dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.c-title-dual__sub {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.4px;
  margin-bottom: 0;
}

/* ────────── list ────────── */
.c-features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.c-features-list li {
  background-color: #15B5A9;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 10px;
}

.marker-main li::marker {
  color: #15B5A9;
}

/* ────────── flex ────────── */
.u-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ────────── cta ────────── */
.btn.btn-exhibition-cta-color-04 {
  border: solid 1px #ffffff;
  color: #ffffff;
}
.btn.btn-exhibition-cta-color-04:hover {
  background-color: #ffffff;
  color: #343A40;
}
.btn.btn-exhibition-cta-color-04 a:hover::after {
  border-color: #343A40;
}
.btn.btn-exhibition-cta-color-main {
  border: solid 1px #ffffff;
  color: #ffffff;
}
.btn.btn-exhibition-cta-color-main:hover {
  background-color: #ffffff;
  color: #15B5A9;
}
.btn.btn-exhibition-cta-color-main a:hover::after {
  border-color: #15B5A9;
}

.row.h-100 {
  height: 100%;
}

/* ────────── 追従バナー ────────── */
.c-fixed-banner {
  position: fixed;
  width: auto;
  max-width: 300px;
  height: auto;
  max-height: 300px;
  bottom: 100px;
  right: 30px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.c-fixed-banner.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-fixed-banner.is-hidden {
  display: none;
}
.c-fixed-banner__inner {
  position: relative;
}
.c-fixed-banner figure {
  margin-bottom: 0;
}
.c-fixed-banner figure img {
  width: 100%;
  height: 100%;
  display: block;
}
.c-fixed-banner__close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
  padding: 0;
}
.c-fixed-banner__close img {
  width: 100%;
  height: 100%;
}
.c-fixed-banner__close:hover {
  opacity: 0.6;
}
.c-fixed-banner a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 979.8px) {
  .c-fixed-banner {
    width: 300px;
    bottom: 20px;
  }
}
@media screen and (max-width: 689.8px) {
  .c-fixed-banner {
    display: none !important;
  }
}

/*--------------------------------------------
* 【注意】直接編集禁止【注意】
* --------------------------------------------
* custom.cssは直接編集しないでください。
* custom.sassを修正しコンパイルして使用するようにお願いします。
* 修正するファイルはdcms_media/css/sass/custom.scssです。
* 修正後は以下のディレクトリにファイルをインポートしてください
*
* ============================================
* cssディレクトリ
* ============================================
*   > custom.css 
*   > custom.sass
*   > custom.css.map
* 
* --------------------------------------------*//*# sourceMappingURL=custom.css.map */