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

.jost, #info .ttl_wrap .info_ttl, #about .container::before, #instagram .ig_ttl, #news .news_list li a span, .sect_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;
}

/* ▼▼▼ トップ
======================================================*/
.sect_ttl {
  color: #12B8D7;
  font-size: 64px;
  letter-spacing: 0.01em;
  line-height: 1;
}

.sect_notes {
  padding-left: 15px;
  margin-bottom: 24px;
  color: #3B3938;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
.sect_notes::before {
  content: "";
  background: linear-gradient(-45deg, rgb(0, 87, 170) 0%, rgb(18, 184, 215) 100%);
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.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);
  }
}
.main_wrap {
  background-image: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/intro_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.mv {
  -webkit-animation: mvZoom 1.8s ease-out forwards;
          animation: mvZoom 1.8s ease-out forwards;
  opacity: 0;
}

@-webkit-keyframes mvZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes mvZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.loop_slide {
  padding: 20px 0;
  margin: 20px 0 30px;
  position: relative;
}
.loop_slide::before, .loop_slide::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(85, 170, 255)), to(rgb(204, 243, 250)));
  background: linear-gradient(90deg, rgb(85, 170, 255) 0%, rgb(204, 243, 250) 100%);
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
}
.loop_slide::before {
  top: 0;
}
.loop_slide::after {
  bottom: 0;
}
.loop_slide li {
  padding: 0 10px;
}

.lineup_btn a {
  background: #8B8B8B;
  border-radius: 15px;
  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;
  height: 120px;
  color: #fff;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.42;
}

#news {
  padding: 55px 0 95px;
  position: relative;
}
#news::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(0 -3px 30px rgba(18, 184, 215, 0.16));
          filter: drop-shadow(0 -3px 30px rgba(18, 184, 215, 0.16));
  z-index: 1;
}
#news .news_list li:not(:last-child) {
  margin-bottom: 12px;
}
#news .news_list li a {
  display: block;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 87, 170, 0.1);
          box-shadow: 0 3px 15px rgba(0, 87, 170, 0.1);
  padding: 14px 20px 15px;
}
#news .news_list li a:hover {
  opacity: 1;
  background: #12B8D7;
  color: #fff;
}
#news .news_list li a:hover span {
  color: #fff;
}
#news .news_list li a span {
  color: #0065B1;
  font-size: 13px;
}

#instagram {
  background: #fff;
  padding: 55px 0;
  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;
}

.bg_wrap {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(85, 170, 255)), color-stop(40%, rgb(73, 234, 226)), to(rgb(18, 196, 248)));
  background-image: linear-gradient(0deg, rgb(85, 170, 255), rgb(73, 234, 226) 40%, rgb(18, 196, 248));
  position: relative;
  z-index: 1;
}
.bg_wrap::before, .bg_wrap::after {
  content: "";
  position: absolute;
  left: 0;
}
.bg_wrap::before {
  content: "";
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/wave.svg) no-repeat center top/100% 100%;
  width: 100%;
  height: 73.86px;
  position: absolute;
  top: -35px;
  -webkit-filter: drop-shadow(-3px 0 30px rgba(18, 184, 215, 0.16));
          filter: drop-shadow(-3px 0 30px rgba(18, 184, 215, 0.16));
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  z-index: 2;
}
.bg_wrap::after {
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/top/concept_bg.png) no-repeat center top 300px/735px;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

#about {
  position: relative;
}
#about .about_bg {
  padding: 70px 25px 130px;
  position: relative;
}
#about .about_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/top/about_bg.png) no-repeat center bottom/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#about .about_bg .sect_ttl, #about .about_bg .sect_notes {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
#about .about_bg .sect_ttl {
  position: relative;
  z-index: 1;
}
#about .about_bg .sect_ttl::after {
  content: "";
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/pict.png) no-repeat center/contain;
  width: 142px;
  height: 136px;
  position: absolute;
  right: -25px;
  bottom: -50px;
  z-index: -1;
}
#about .container {
  color: #fff;
  position: relative;
}
#about .container::before {
  content: "CONCEPT";
  color: #43D9FD;
  font-size: 89px;
  white-space: nowrap;
  width: 100%;
  text-indent: -0.25em;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
#about .concept_img {
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 87, 170, 0.16);
          box-shadow: 0 3px 10px rgba(0, 87, 170, 0.16);
  position: relative;
  z-index: 4;
  margin: -90px 0 35px;
}
#about .read {
  margin-bottom: 28px;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.48;
}

#info {
  padding: 45px 0 140px;
  color: #fff;
}
#info .ttl_wrap {
  border-left: 3px solid #fff;
  padding-left: 20px;
  margin-bottom: 25px;
}
#info .ttl_wrap .info_ttl {
  color: #F7FFEF;
  font-size: 40px;
  letter-spacing: 0.01em;
}
#info .ttl_wrap p {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#info dl {
  margin-bottom: 20px;
  font-weight: bold;
}
#info dl dt {
  letter-spacing: 0.15em;
}
#info dl dd {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
#info dl dd:not(:last-of-type) {
  margin-bottom: 16px;
}
#info .service {
  margin-top: 100px;
}

#goods {
  position: relative;
  z-index: 1;
}
#goods::before, #goods::after {
  content: "";
  position: absolute;
  left: 0;
}
#goods::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(85, 170, 255)), to(rgb(153, 232, 247)));
  background-image: linear-gradient(0deg, rgb(85, 170, 255), rgb(153, 232, 247));
  width: 100%;
  height: calc(100% - 160px);
  position: absolute;
  top: 160px;
  left: 0;
}
#goods::after {
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/wave.svg) no-repeat center/100% 100%;
  width: 100%;
  height: 73.86px;
  bottom: -35px;
  -webkit-filter: drop-shadow(0 -3px 30px rgba(18, 184, 215, 0.16));
  filter: drop-shadow(0 -3px 30px rgba(18, 184, 215, 0.16));
  z-index: 1;
}
#goods .ttl_bg {
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/top_sect_bg.jpg) no-repeat center/100%;
  -webkit-mask-image: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/top/mask.svg);
          mask-image: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/top/mask.svg);
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  padding: 80px 25px 0;
  margin-top: -100px;
  height: 241.41px;
  position: relative;
  z-index: 2;
}
#goods .container {
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/top/goods_bg2.png) no-repeat center top 60%/800px;
  padding-bottom: 80px;
  color: #fff;
  position: relative;
  z-index: 1;
}
#goods .container > * {
  position: relative;
  z-index: 2;
}
#goods .container::before {
  content: "CONCEPT";
  color: #B2EAFF;
  font-size: 89px;
  white-space: nowrap;
  width: 100%;
  text-indent: -0.25em;
  text-align: center;
  position: absolute;
  top: 70px;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
#goods .container::after {
  content: "";
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/top/goods_bg1.png) no-repeat center top/800px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -32px;
  left: 0;
}
#goods img {
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 87, 170, 0.16);
          box-shadow: 0 3px 10px rgba(0, 87, 170, 0.16);
  margin: -32px 0 30px;
  position: relative;
  z-index: 3;
}

#group {
  background: #fff;
  padding: 55px 0 100px;
  position: relative;
  z-index: 2;
}
#group .sect_ttl {
  position: relative;
  z-index: 1;
}
#group .sect_ttl::after {
  content: "";
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/pict3.png) no-repeat right center/contain;
  width: 112px;
  height: 108px;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: -1;
}

.group_slide {
  color: #606060;
  margin: 0 -10px;
}
.group_slide.slick-dotted.slick-slider {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.group_slide .slick-slide {
  padding: 0 10px;
}
.group_slide .slick-slide a {
  display: block;
}
.group_slide .img {
  border-radius: 15px;
  width: 100%;
  aspect-ratio: 1/0.535;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 87, 170, 0.16);
          box-shadow: 0 3px 10px rgba(0, 87, 170, 0.16);
  position: relative;
  overflow: hidden;
}
.group_slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.group_slide .img span {
  background: #0065B1;
  border-radius: 0 15px 0 15px;
  padding: 4px 5px;
  min-width: 168px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
}
.group_slide p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.group_slide .slick-arrow {
  width: 37px;
  height: 80px;
  z-index: 2;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 18%;
}
.group_slide .slick-arrow.slick-next {
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/arrow_next.svg) no-repeat center/auto;
  right: -10px;
}
.group_slide .slick-arrow.slick-next::before {
  content: "";
}
.group_slide .slick-arrow.slick-prev {
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/arrow_prev.svg) no-repeat center/auto;
  left: -10px;
}
.group_slide .slick-arrow.slick-prev::before {
  content: "";
}
.group_slide .slick-dots {
  bottom: 0;
}
.group_slide .slick-dots li {
  background: #B4B4B4;
  border-radius: 10px;
  width: 25px;
  height: 5px;
}
.group_slide .slick-dots li.slick-active {
  background: #1DB5D9;
}
.group_slide .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.group_slide .slick-dots li button::before {
  display: none;
}
.group_slide .more {
  margin-bottom: 40px;
}