@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.jost, .ttl_wrap .ttl {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.reem-kufi {
  font-family: "Reem Kufi", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ▼▼▼ インフォメーションサービス
======================================================*/
.subject {
  background: url(https://ko.dailyservice.co.jp/assets/Expo2025JRWG/img/ttl_bg.jpg) no-repeat center/cover;
}

.inner_bg {
  background: url(https://ko.dailyservice.co.jp/assets/Expo2025JRWG/img/news/bg2.jpg) no-repeat center top/600px;
  padding-top: 25px;
  color: #3B3938;
}

.ttl_wrap {
  padding-bottom: 10px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.ttl_wrap::after {
  content: "";
  border-bottom: 3px solid #12B8D7;
  width: 56.53px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
.ttl_wrap .ttl {
  font-size: 32px;
  text-align: center;
  line-height: 1;
}
.ttl_wrap .ttl span {
  text-align: center;
}
.ttl_wrap p {
  margin-top: 5px;
  display: block;
  text-align: center;
  color: #0065B1;
  font-size: 11px;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.map-bg {
  border-radius: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.map-bg .map-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.map-bg .map-note.active {
  -webkit-animation: fadeOut 0.8s 1.5s forwards;
          animation: fadeOut 0.8s 1.5s forwards;
}
.map-bg .map-note p {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.zoom_btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}
.zoom_btn > div {
  border-radius: 50%;
  width: 58px;
  aspect-ratio: 1/1;
  cursor: pointer;
}

#zoom-in {
  background: url(https://ko.dailyservice.co.jp/assets/Expo2025JRWG/img/info/zoom-in.svg) no-repeat center/contain;
}

#zoom-out {
  background: url(https://ko.dailyservice.co.jp/assets/Expo2025JRWG/img/info/zoom-out.svg) no-repeat center/contain;
  margin-bottom: 10px;
}

.map_notes {
  margin-right: 5px;
  margin-bottom: 30px;
  font-size: 12px;
}
.map_notes span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.detail {
  display: grid;
  grid-template-columns: 73px 1fr;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 20px 15px;
}
.detail dt {
  background: #12B8D7;
  border-radius: 5px;
  padding: 2px 0;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}
.detail dd {
  font-weight: bold;
  letter-spacing: 0.01em;
}
.detail dd .notes {
  margin-top: 5px;
  font-weight: 500;
}

.splitTxt.animate {
  display: block;
  overflow: hidden;
  line-height: 1;
}
.splitTxt.animate span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.splitTxt.animate.active span {
  -webkit-animation: wave 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
          animation: wave 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
.splitTxt.animate.active span:nth-of-type(1) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.splitTxt.animate.active span:nth-of-type(2) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.splitTxt.animate.active span:nth-of-type(3) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.splitTxt.animate.active span:nth-of-type(4) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.splitTxt.animate.active span:nth-of-type(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.splitTxt.animate.active span:nth-of-type(6) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.splitTxt.animate.active span:nth-of-type(7) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.splitTxt.animate.active span:nth-of-type(8) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.splitTxt.animate.active span:nth-of-type(9) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.splitTxt.animate.active span:nth-of-type(10) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.splitTxt.animate.active span:nth-of-type(11) {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.splitTxt.animate.active span:nth-of-type(12) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bg_wrap {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(90, 176, 253)), color-stop(50%, rgb(141, 237, 233)), to(rgb(68, 207, 248)));
  background-image: linear-gradient(0deg, rgb(90, 176, 253), rgb(141, 237, 233) 50%, rgb(68, 207, 248));
  position: relative;
  z-index: 1;
  padding: 53px 0 100px;
}
.bg_wrap::before, .bg_wrap::after {
  content: "";
  width: 100%;
  left: 0;
  position: absolute;
}
.bg_wrap::before {
  content: "";
  background: url(https://ko.dailyservice.co.jp/assets/Expo2025JRWG/img/info/bg_wrap.svg) no-repeat center/100% 100%;
  height: 35px;
  top: -35px;
}
.bg_wrap::after {
  background: url(https://ko.dailyservice.co.jp/assets/Expo2025JRWG/img/top/concept_bg.png) no-repeat center top/735px;
  height: 100%;
  top: 0;
  z-index: -1;
}