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

.jost, #instagram .ig_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://es.dailyservice.co.jp/assets/Expo2025JRWG/img/ttl_goods_bg.jpg) no-repeat center/cover;
}

.inner_bg {
  padding-top: 36px;
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/goods/bg.png) no-repeat center top/655px;
  overflow: hidden;
  position: relative;
}
.inner_bg::after {
  content: "";
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/wave.svg) no-repeat center/100% 100%;
  width: 100%;
  height: 73.86px;
  position: absolute;
  left: 0;
  bottom: -35px;
  -webkit-filter: drop-shadow(3px -3px 30px rgba(18, 184, 215, 0.16));
          filter: drop-shadow(3px -3px 30px rgba(18, 184, 215, 0.16));
  z-index: 1;
}

.item_wrap {
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/goods/senro.svg) no-repeat center top 60px/auto;
  width: min(100%, 375px);
  padding-bottom: 55px;
  margin: 0 auto;
  position: relative;
}

#moving_image {
  width: 80px;
  height: 78px;
  position: absolute;
  top: 0;
  left: 0;
}
#moving_image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#moving_image img.pict2 {
  visibility: hidden;
}
#moving_image.change img.pict1 {
  -webkit-animation: imgSwitch1 2s infinite;
          animation: imgSwitch1 2s infinite;
}
#moving_image.change img.pict2 {
  visibility: hidden;
  -webkit-animation: imgSwitch2 2s infinite;
          animation: imgSwitch2 2s infinite;
}

@-webkit-keyframes imgSwitch1 {
  0%, 49% {
    visibility: visible;
    z-index: 2;
  }
  50%, 100% {
    visibility: hidden;
    z-index: 1;
  }
}

@keyframes imgSwitch1 {
  0%, 49% {
    visibility: visible;
    z-index: 2;
  }
  50%, 100% {
    visibility: hidden;
    z-index: 1;
  }
}
@-webkit-keyframes imgSwitch2 {
  0%, 49% {
    visibility: hidden;
    z-index: 1;
  }
  50%, 100% {
    visibility: visible;
    z-index: 2;
  }
}
@keyframes imgSwitch2 {
  0%, 49% {
    visibility: hidden;
    z-index: 1;
  }
  50%, 100% {
    visibility: visible;
    z-index: 2;
  }
}
.item {
  width: 265px;
  padding: 0 0 45px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.item h2 {
  margin-bottom: 43px;
  text-align: center;
  -webkit-filter: drop-shadow(3px 3px 20px rgba(0, 87, 170, 0.1));
          filter: drop-shadow(3px 3px 20px rgba(0, 87, 170, 0.1));
}
.item .img_wrap {
  margin-bottom: 15px;
}
.item .img_wrap img {
  border-radius: 15px;
}
.item p {
  line-height: 1.93;
}

#svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
}
#svg-container svg {
  padding-top: 60px;
  width: 83%;
  margin: 0 auto;
  height: calc(100% - 30px);
}

#instagram {
  background: #fff;
  padding: 55px 0 90px;
  position: relative;
  z-index: 2;
}
#instagram .pict2 {
  position: absolute;
  top: -65px;
  left: 0;
}
#instagram .ig_ttl {
  margin-bottom: 17px;
  font-size: 36px;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1;
}
#instagram .ig_ttl::before {
  content: "";
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/icon_ig_color.png) no-repeat center/100%;
  width: 31px;
  aspect-ratio: 1/1;
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
  vertical-align: top;
}
#instagram p {
  color: #3B3938;
  text-align: center;
  letter-spacing: 0.01em;
}
#instagram .ig_txt {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
}
#instagram .ig_notes {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
}