@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : expo2025.css
Description : expo2025
===================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul, ol, dl, li, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

#gDef {
  margin: 0;
  padding: 0;
}

.gDef-contents {
  overflow: hidden;
}
.gDef-contents * {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.8;
  box-sizing: border-box;
}
.gDef-contents img {
  width: 100%;
  vertical-align: bottom;
  border: none;
}
.gDef-contents a {
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}
.gDef-contents dt {
  font-weight: 400;
}
.gDef-contents em {
  font-style: normal;
}
.gDef-contents p {
  font-weight: bold;
}
.gDef-contents .en {
  font-family: "Open Sans", sans-serif;
}
.gDef-contents small {
  font-size: 80%;
}

.sp {
  display: inline-block;
}
@media screen and (min-width: 1080px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .pc {
    display: inline-block;
  }
}

.blue {
  color: #2862df;
}

.green {
  color: #44b9cf;
}

.gray {
  color: #444c55;
}

.pink {
  color: #f2248b;
}

/* ========================================================
    layout
======================================================== */
html {
  font-size: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

.gDef-contents {
  width: 100%;
  color: #151515;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .gDef-contents {
    font-size: 2rem;
  }
}

.inner {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper {
  position: relative;
  margin: 20rem 0 0;
  background-image: linear-gradient(0deg, rgb(225, 245, 215), rgb(71, 175, 255) 20%, rgb(92, 143, 255) 50%, rgb(71, 175, 255) 80%, rgb(225, 245, 215));
}
.wrapper::before, .wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 20rem;
  position: absolute;
  background: none;
  pointer-events: none;
}
.wrapper::before {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgb(225, 245, 215));
  top: -20rem;
}
.wrapper::after {
  bottom: -20rem;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgb(225, 245, 215));
}

/* ========================================================
   mv
======================================================== */
.mv {
  background: url(../images/img_mv_sp.png) no-repeat bottom center/cover;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .mv {
    background: url(../images/img_mv.png) no-repeat bottom center/cover;
  }
}
.mv .logo {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 1080px) {
  .mv .logo {
    width: 23.4375%;
    margin: 0 0 0 2rem;
    padding: 2rem 0 0 0;
  }
}
.mv p {
  color: #ffffff;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 0.8;
  padding: 0;
}
.mv_text01 {
  font-size: 4.5rem;
  font-weight: 900;
  text-shadow: 0 0 20px #52c1ea, 0 0 20px #52c1ea;
}
@media screen and (min-width: 1080px) {
  .mv_text01 {
    font-size: 5.5rem;
  }
}
.mv_text01 span {
  font-size: 4.8rem;
}
@media screen and (min-width: 1080px) {
  .mv_text01 span {
    font-size: 6.8rem;
  }
}
.mv_text02 {
  font-size: 3.2rem;
  font-weight: 600;
  text-shadow: 0 0 20px #52c1ea, 0 0 20px #52c1ea;
}
@media screen and (min-width: 1080px) {
  .mv_text02 {
    font-size: 4rem;
  }
}
.mv_text03 {
  font-size: 3.8rem;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  border-radius: 6rem;
  background-image: linear-gradient(94deg, rgba(82, 193, 234, 0.72), rgba(43, 101, 229, 0.72));
  padding: 0 2rem 0.2em;
  line-height: 1.2;
  margin: 4.4rem auto;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1080px) {
  .mv_text03 {
    font-size: 4.3rem;
    padding: 0 3.5rem 0.2em;
  }
}
.mv_text04 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.7 !important;
  margin-bottom: 1em;
  text-shadow: 0 0 20px #2672de, 0 0 20px #2672de;
}
@media screen and (min-width: 1080px) {
  .mv_text04 {
    font-size: 1.8rem;
    line-height: 1.36 !important;
  }
}
.mv_text05 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.36 !important;
  text-shadow: 0 0 20px #2672de, 0 0 20px #2672de;
}
@media screen and (min-width: 1080px) {
  .mv_text05 {
    font-size: 1.8rem;
  }
}
.mv_inner {
  width: 91.6666666667%;
  margin: 7rem auto 0;
}
@media screen and (min-width: 1080px) {
  .mv_inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 7rem auto 0;
  }
}
.mv_inner .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 3rem 4rem;
  width: 100%;
  border-radius: 3rem;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 30px rgba(40, 98, 223, 0.32);
  background: #ffffff url(../images/bg_date.png) no-repeat center center/cover;
}
.mv_inner .date .bnr {
  padding-top: 1em;
}
@media screen and (min-width: 1080px) {
  .mv_inner .date {
    width: 33.75%;
  }
}
.mv_inner .movie_block {
  width: 100%;
  padding: 4rem 4rem 3rem;
  box-sizing: border-box;
  box-shadow: 0 0 30px rgba(40, 98, 223, 0.32);
  background-image: linear-gradient(94deg, rgb(225, 245, 215), rgb(68, 185, 207));
  border-radius: 3rem;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 1080px) {
  .mv_inner .movie_block {
    width: 59.0909090909%;
    transform: translateX(8.3333333333%);
    border-radius: 3rem 0 0 3rem;
    margin-bottom: 0;
  }
}
.mv_inner .movie_block .movie_box {
  padding: 0 1rem;
  width: 48%;
}
.mv_inner .movie_block .movie_box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.thanks {
  width: 108%;
  margin: 10rem auto 0;
}
.thanks img {
  margin-left: -3rem;
}
@media screen and (min-width: 1080px) {
  .thanks {
    width: 60%;
  }
  .thanks img {
    margin-left: 0;
  }
}

/* ========================================================
   nav
======================================================== */
nav {
  display: block;
  position: relative;
}
nav::before {
  background: url(../images/bg_mark.png) no-repeat top right/contain;
  content: "";
  display: block;
  width: 70rem;
  height: 70rem;
  position: absolute;
  top: 10rem;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  nav::before {
    width: 60rem;
    height: 60rem;
    top: -10rem;
  }
}
nav .nav_list {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10rem 0;
}
nav .nav_list li {
  width: 48%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1080px) {
  nav .nav_list li {
    width: calc((100% - 6rem) / 3);
  }
}
nav .nav_list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 4px solid #2862df;
  border-radius: 2rem;
  background: #eff4ff;
  padding: 2.4rem 3rem;
  position: relative;
  box-shadow: 8px 8px 3rem rgba(40, 98, 223, 0.3);
}
@media screen and (min-width: 1080px) {
  nav .nav_list li a {
    padding: 1.5rem 3rem;
    border-width: 3px;
  }
}
nav .nav_list li a p {
  color: #2862df;
  font-size: 3.8rem;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  nav .nav_list li a p {
    font-size: 1.8rem;
  }
}
nav .nav_list li a p span {
  display: block;
  font-size: 4.8rem;
  line-height: 1;
  padding-top: 0.1em;
}
@media screen and (min-width: 1080px) {
  nav .nav_list li a p span {
    font-size: 3.6rem;
  }
}
nav .nav_list li a::after {
  content: "";
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: #2862df url(../images/icon_arrow.svg) no-repeat center/40%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2rem;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  nav .nav_list li a::after {
    width: 3.3rem;
    height: 3.3rem;
  }
}
nav .nav_list li a:hover {
  background: #2862df;
  opacity: 1;
  box-shadow: 8px 8px 3rem rgba(40, 98, 223, 0);
}
nav .nav_list li a:hover p {
  color: #ffffff;
}
nav .nav_list li a:hover::after {
  background: #ffffff url(../images/icon_arrow_blue_under.svg) no-repeat center/40%;
}
nav .nav_list li.iwatani a {
  border: none;
  background: #e1f5d7;
}
nav .nav_list li.iwatani a::after {
  background: #44b9cf url(../images/icon_arrow.svg) no-repeat center/50%;
}
nav .nav_list li.iwatani a p {
  color: #44b9cf;
  font-size: 2.8rem;
}
@media screen and (min-width: 1080px) {
  nav .nav_list li.iwatani a p {
    font-size: 1.6rem;
  }
}
nav .nav_list li.iwatani a p span {
  font-size: 4.8rem;
}
@media screen and (min-width: 1080px) {
  nav .nav_list li.iwatani a p span {
    font-size: 3.8rem;
  }
}
nav .nav_list li.iwatani a:hover {
  background: #44b9cf;
  opacity: 1;
  box-shadow: 8px 8px 3rem rgba(40, 98, 223, 0);
}
nav .nav_list li.iwatani a:hover p {
  color: #e1f5d7;
}
nav .nav_list li.iwatani a:hover p span {
  color: #ffffff;
}
nav .nav_list li.iwatani a:hover::after {
  background: #ffffff url(../images/icon_arrow_iwatani_under.svg) no-repeat center/40%;
}
nav .nav_bird {
  width: 9rem;
  height: auto;
  aspect-ratio: 2.5/1;
  transform-origin: center;
  position: absolute;
  top: 3rem;
  left: 2rem;
  background: url("../images/deco_bird03.png") no-repeat center/contain;
  animation: fly 2s ease-in-out infinite;
}

/* ========================================================
   footer
======================================================== */
footer {
  background: #2862df;
}
footer .pagetop {
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 10rem;
  height: 10rem;
  border: 2px solid #2862df;
  background: #eff4ff url(../images/icon_arrow_blue.svg) no-repeat center;
  background-size: 70%;
  transform: rotate(-90deg);
  border-radius: 50%;
  box-shadow: -8px 8px 2rem rgba(40, 98, 223, 0.3);
  transition: all 0.3s ease, opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
footer .pagetop.visible {
  opacity: 1;
  pointer-events: auto;
}
footer .pagetop:hover {
  transform: rotate(-90deg) translateX(1rem) scale(1.05, 1.05);
  transform-origin: 50% 50%;
  box-shadow: -3px 3px 1rem rgba(40, 98, 223, 0.3);
}
@media screen and (min-width: 1080px) {
  footer .pagetop {
    width: 5rem;
    height: 5rem;
    bottom: 2rem;
    right: 3rem;
  }
}
footer .copyright {
  padding: 2em 1em;
  color: #ffffff;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    padding: 1em;
    font-size: 1.4rem;
  }
}

/* ========================================================
   news
======================================================== */
#news {
  margin-bottom: 8rem;
}
@media screen and (min-width: 1080px) {
  #news .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
#news .ttl {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1080px) {
  #news .ttl {
    width: 22.5%;
  }
}
#news .ttl span {
  color: #151515;
  font-size: 7.2rem;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  #news .ttl span {
    font-size: 6rem;
  }
}
#news .ttl em {
  color: #409ee6;
  display: block;
  font-size: 3.2rem;
  position: relative;
  padding-left: 0.8em;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  #news .ttl em {
    font-size: 2rem;
  }
}
#news .ttl em::before {
  content: "●";
  font-size: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1080px) {
  #news .news_list {
    width: 89rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
#news .news_list:nth-child(2) {
  border-top: 1px solid #dddddd;
}
#news .news_list dt {
  width: 100%;
  color: #409ee6;
  font-size: 3rem;
  padding: 1em 0 0;
}
@media screen and (min-width: 1080px) {
  #news .news_list dt {
    width: 13.4831460674%;
    font-size: 1.6rem;
    padding: 1em;
    border-bottom: 1px solid #dddddd;
  }
}
#news .news_list dd {
  width: 100%;
  font-size: 3.2rem;
  padding: 0 6rem 1em 0;
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 1080px) {
  #news .news_list dd {
    width: 86.5168539326%;
    font-size: 1.6rem;
    padding: 1em 4em 1em 1em;
  }
}
#news .news_list dd a {
  color: #151515;
  position: relative;
  display: block;
}
#news .news_list dd a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -6rem;
  transform: translateY(-50%);
  width: 5rem;
  aspect-ratio: 1/1;
  background: #409ee6 url(../images/icon_arrow_right.svg) no-repeat center/50%;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  #news .news_list dd a::before {
    width: 2.8rem;
    right: -3.8rem;
  }
}
#news .news_list dd a:hover {
  color: #409ee6;
}
#news .news_list dd a:hover::before {
  transform: translateY(-50%) translateX(0.5rem);
}

/* ========================================================
   map
======================================================== */
#map .inner {
  background: #eff4ff;
  border-radius: 2rem;
  padding: 2rem 4rem 6rem;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #map .inner {
    padding: 6rem 10rem;
  }
  #map .inner::before {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 32rem);
    position: absolute;
    bottom: 6rem;
    left: 5rem;
    background: #409ee6;
    z-index: 100;
  }
}
#map .inner h2 {
  font-size: 7.2rem;
  color: transparent;
  -webkit-text-stroke: 2px #409ee6;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #map .inner h2 {
    font-size: 5.5rem;
    transform: rotate(90deg);
    position: absolute;
    top: 9.5rem;
    left: -3.7rem;
    transform-origin: center;
  }
}
#map .inner h2::before {
  content: "";
  display: block;
  width: calc(100% - 3.7em);
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #409ee6;
  z-index: 100;
}
#map .inner picture {
  position: relative;
}
#map .inner .zoom {
  display: block;
  width: 8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #409ee6 url(../images/icon_zoom.png) no-repeat center/100%;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (min-width: 1080px) {
  #map .inner .zoom {
    width: 5rem;
  }
}
#map .modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  background: rgba(21, 21, 21, 0.7);
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease;
}
#map .modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: flex;
}
#map .modal .modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}
#map .modal .modal-content img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(21, 21, 21, 0.9);
}
#map .modal .modal-content .modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #409ee6;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 3rem;
  font-weight: 700;
  line-height: 6rem;
  width: 6rem;
  height: 6rem;
  text-align: center;
}

/* ========================================================
   catch,watch,touch共通
======================================================== */
#catch,
#watch,
#touch {
  position: relative;
  margin-bottom: 12rem;
}
#catch::before,
#watch::before,
#touch::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(225, 255, 255, 0.6), rgba(225, 255, 255, 0.3));
  border-radius: 4rem;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 0 3rem rgba(40, 98, 223, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1080px) {
  #catch::before,
  #watch::before,
  #touch::before {
    width: 100vw;
    right: -4.6296296296%;
    border-radius: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  #catch::before,
  #watch::before,
  #touch::before {
    right: -12rem;
  }
}
#catch .inner,
#watch .inner,
#touch .inner {
  position: relative;
  padding: 12rem 0;
  background: url(../images/img_illust_catch_sp.png) no-repeat top 3rem right/50%;
}
@media screen and (min-width: 1080px) {
  #catch .inner,
  #watch .inner,
  #touch .inner {
    background: none !important;
  }
}
#catch .inner::before,
#watch .inner::before,
#touch .inner::before {
  content: "";
  display: block;
  width: 14rem;
  height: 6rem;
  background: url(../images/img_two_bird.png) no-repeat center/contain;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1080px) {
  #catch .inner::before,
  #watch .inner::before,
  #touch .inner::before {
    display: none;
  }
}
#catch .inner .ttl_block,
#watch .inner .ttl_block,
#touch .inner .ttl_block {
  padding-bottom: 4rem;
}
@media screen and (min-width: 1080px) {
  #catch .inner .ttl_block,
  #watch .inner .ttl_block,
  #touch .inner .ttl_block {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    background: none;
  }
}
#catch .inner .ttl,
#watch .inner .ttl,
#touch .inner .ttl {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1080px) {
  #catch .inner .ttl,
  #watch .inner .ttl,
  #touch .inner .ttl {
    width: 33.3333333333%;
    aspect-ratio: 1/0.8;
    background: url(../images/img_illust_catch.png) no-repeat bottom center/cover;
  }
}
#catch .inner .ttl span,
#watch .inner .ttl span,
#touch .inner .ttl span {
  font-size: 9.6rem;
  background: linear-gradient(315deg, rgb(43, 101, 229), rgb(64, 158, 230) 50%, rgb(68, 185, 207));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  #catch .inner .ttl span,
  #watch .inner .ttl span,
  #touch .inner .ttl span {
    font-size: 8rem;
  }
}
#catch .inner .ttl em,
#watch .inner .ttl em,
#touch .inner .ttl em {
  color: #2862df;
  display: block;
  font-size: 3.6rem;
  position: relative;
  padding-left: 0.8em;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  #catch .inner .ttl em,
  #watch .inner .ttl em,
  #touch .inner .ttl em {
    font-size: 2.6rem;
  }
}
#catch .inner .ttl em::before,
#watch .inner .ttl em::before,
#touch .inner .ttl em::before {
  content: "●";
  font-size: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#catch .inner .explanation,
#watch .inner .explanation,
#touch .inner .explanation {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1080px) {
  #catch .inner .explanation,
  #watch .inner .explanation,
  #touch .inner .explanation {
    width: 66.6666666667%;
  }
}
#catch .inner .explanation .text01,
#watch .inner .explanation .text01,
#touch .inner .explanation .text01 {
  font-size: 4rem;
  line-height: 1.7;
  padding-bottom: 1em;
}
@media screen and (min-width: 1080px) {
  #catch .inner .explanation .text01,
  #watch .inner .explanation .text01,
  #touch .inner .explanation .text01 {
    font-size: 3rem;
  }
}
#catch .inner .explanation .text02,
#watch .inner .explanation .text02,
#touch .inner .explanation .text02 {
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 1080px) {
  #catch .inner .explanation .text02,
  #watch .inner .explanation .text02,
  #touch .inner .explanation .text02 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1080px) {
  #catch .inner .explanation::before,
  #watch .inner .explanation::before,
  #touch .inner .explanation::before {
    content: "";
    display: block;
    width: 14rem;
    height: 6rem;
    background: url(../images/img_two_bird.png) no-repeat center/contain;
    position: absolute;
    top: -6rem;
    left: -12rem;
  }
}
#catch .text_block,
#watch .text_block,
#touch .text_block {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 2rem;
  padding: 7rem 8.3333333333%;
  text-align: center;
  position: relative;
}
#catch .text_block p,
#watch .text_block p,
#touch .text_block p {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 1em;
  text-align: left;
}
@media screen and (min-width: 1080px) {
  #catch .text_block p,
  #watch .text_block p,
  #touch .text_block p {
    font-size: 1.5rem;
  }
}
#catch .text_block p.en,
#watch .text_block p.en,
#touch .text_block p.en {
  line-height: 1.5;
}
#catch .text_block picture,
#watch .text_block picture,
#touch .text_block picture {
  display: block;
  padding: 4rem 0;
}
#catch .text_block picture.marB,
#watch .text_block picture.marB,
#touch .text_block picture.marB {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1080px) {
  #catch .text_block picture,
  #watch .text_block picture,
  #touch .text_block picture {
    display: flex;
    margin-bottom: 4rem;
  }
}
#catch .text_block picture img,
#watch .text_block picture img,
#touch .text_block picture img {
  width: 100%;
  margin: auto;
  border-radius: 2rem;
}
#catch .text_block picture img:not(:last-child),
#watch .text_block picture img:not(:last-child),
#touch .text_block picture img:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1080px) {
  #catch .text_block picture img,
  #watch .text_block picture img,
  #touch .text_block picture img {
    width: 48.3333333333%;
  }
  #catch .text_block picture img:not(:last-child),
  #watch .text_block picture img:not(:last-child),
  #touch .text_block picture img:not(:last-child) {
    margin-bottom: 0;
  }
}
#catch .text_block h3,
#watch .text_block h3,
#touch .text_block h3 {
  text-align: left;
  padding-bottom: 3rem;
}
#catch .text_block h3 span,
#watch .text_block h3 span,
#touch .text_block h3 span {
  display: inline-block;
  background: #2862df;
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  padding: 0 1em;
  margin-right: 1em;
  border-radius: 3rem;
}
#catch .text_block h3 span.report,
#watch .text_block h3 span.report,
#touch .text_block h3 span.report {
  background: #f7ef84;
  color: #2862df;
}
@media screen and (min-width: 1080px) {
  #catch .text_block h3 span,
  #watch .text_block h3 span,
  #touch .text_block h3 span {
    font-size: 2.5rem;
  }
}
#catch .text_block h3 em,
#watch .text_block h3 em,
#touch .text_block h3 em {
  font-weight: 400;
  font-size: 3.6rem;
}
@media screen and (min-width: 1080px) {
  #catch .text_block h3 em,
  #watch .text_block h3 em,
  #touch .text_block h3 em {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  #catch .text_block::before,
  #watch .text_block::before,
  #touch .text_block::before {
    content: "";
    width: 19.6rem;
    height: 23.5rem;
    background: url(../images/illust_catch_btm.png) no-repeat center/contain;
    position: absolute;
    bottom: -8rem;
    right: -7rem;
  }
}

#watch .inner {
  background: url(../images/img_illust_watch_sp.png) no-repeat top 5rem right/50%;
}
@media screen and (min-width: 1080px) {
  #watch .inner .ttl {
    background: url(../images/img_illust_watch.png) no-repeat bottom center/cover;
  }
  #watch .inner .text_block::before {
    background: url(../images/illust_watch_btm.png) no-repeat center/contain;
  }
}

#touch .inner {
  background: url(../images/img_illust_touch_sp.png) no-repeat top 3rem right/50%;
}
@media screen and (min-width: 1080px) {
  #touch .inner .ttl {
    background: url(../images/img_illust_touch.png) no-repeat bottom center/cover;
  }
  #touch .inner .text_block::before {
    background: url(../images/illust_touch_btm.png) no-repeat center/contain;
  }
}

/* ========================================================
   iwatani
======================================================== */
#iwatani {
  position: relative;
  background: url(../images/bg_mark.png) no-repeat;
  background-size: 50rem;
  background-position: top right -10rem;
}
@media screen and (min-width: 1080px) {
  #iwatani {
    background-size: 40rem;
    background-position: top right;
  }
}
#iwatani .inner {
  padding: 12rem 0;
}
@media screen and (min-width: 1080px) {
  #iwatani .inner {
    padding: 6rem 0 12rem;
  }
}
#iwatani .inner .ttl {
  margin-bottom: 5rem;
}
#iwatani .inner .ttl span {
  color: #44b9cf;
  font-size: 9.6rem;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  #iwatani .inner .ttl span {
    font-size: 8rem;
  }
}
#iwatani .inner .text01 {
  font-size: 4rem;
  line-height: 1.7;
  padding-bottom: 1em;
}
@media screen and (min-width: 1080px) {
  #iwatani .inner .text01 {
    font-size: 2.4rem;
  }
}
#iwatani .inner .text02 {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 1080px) {
  #iwatani .inner .text02 {
    font-size: 1.8rem;
  }
}
#iwatani .text_block {
  margin-top: 9rem;
  background: #edfaf7;
  border-radius: 2rem;
  padding: 7rem 8.3333333333%;
  text-align: center;
  mix-blend-mode: multiply;
}
#iwatani .text_block p {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 1em;
  text-align: left;
}
@media screen and (min-width: 1080px) {
  #iwatani .text_block p {
    font-size: 1.5rem;
  }
}
#iwatani .text_block p.en {
  line-height: 1.5;
}
#iwatani .text_block picture {
  display: block;
  padding: 4rem 0;
}
#iwatani .text_block picture.marB {
  margin-bottom: 4rem;
}
#iwatani .text_block picture img {
  width: 100%;
  margin: auto;
  border-radius: 2rem;
}
#iwatani .text_block picture img:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1080px) {
  #iwatani .text_block picture img {
    width: 80%;
  }
}
#iwatani .iwa_bird01,
#iwatani .iwa_bird02,
#iwatani .iwa_bird03 {
  position: absolute;
  top: 0;
  left: 0;
}
#iwatani .iwa_bird01 {
  width: 10rem;
  margin: 0.1333333333% auto auto 60.6666666667%;
  animation: fly 2s ease-in-out infinite;
}
@media screen and (min-width: 1080px) {
  #iwatani .iwa_bird01 {
    margin: 0.0833333333% auto auto 46.9166666667%;
  }
}
#iwatani .iwa_bird02 {
  width: 7.3rem;
  margin: 8.6666666667% auto auto 69.3333333333%;
  animation: fly02 1.8s ease-in-out infinite;
}
@media screen and (min-width: 1080px) {
  #iwatani .iwa_bird02 {
    margin: 5.5833333333% auto auto 52.4166666667%;
  }
}
@media screen and (min-width: 1200px) {
  #iwatani .iwa_bird02 {
    margin-top: 6rem;
  }
}
#iwatani .iwa_bird03 {
  width: 4rem;
  margin: 13.8666666667% auto auto 84%;
  animation: fly02 1.5s ease-in-out infinite;
}
@media screen and (min-width: 1080px) {
  #iwatani .iwa_bird03 {
    margin: 8.3333333333% auto auto 60.8333333333%;
  }
}
@media screen and (min-width: 1200px) {
  #iwatani .iwa_bird03 {
    margin: 8.3333333333% auto auto 58.3333333333%;
  }
}
@media screen and (min-width: 1600px) {
  #iwatani .iwa_bird03 {
    margin-top: 10rem;
    margin-right: 43.75%;
  }
}

/* ========================================================
   outline
======================================================== */
#outline {
  background: #eff4ff;
  position: relative;
}
#outline::before, #outline::after {
  content: "";
  display: block;
  width: 53.3333333333%;
  max-width: 320px;
  aspect-ratio: 1/0.8;
  background: url(../images/deco_plane01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  animation: fly03 3s ease-in-out infinite;
}
@media screen and (min-width: 1080px) {
  #outline::before, #outline::after {
    width: 26.6666666667%;
    right: 5%;
  }
}
#outline::after {
  background: url(../images/deco_plane02.png) no-repeat center/contain;
  animation: fly03 4s ease-in-out infinite;
}
#outline .inner {
  padding: 12rem 0;
}
#outline .inner .ttl {
  margin-bottom: 5rem;
}
#outline .inner .ttl span {
  color: #151515;
  font-size: 7.2rem;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  #outline .inner .ttl span {
    font-size: 6rem;
  }
}
#outline .inner .ttl em {
  color: #409ee6;
  display: block;
  font-size: 3.2rem;
  position: relative;
  padding-left: 0.8em;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  #outline .inner .ttl em {
    font-size: 2rem;
  }
}
#outline .inner .ttl em::before {
  content: "●";
  font-size: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#outline .outline_info {
  border-bottom: 1px solid #dddddd;
  position: relative;
}
#outline .outline_info:nth-child(2) {
  border-top: 1px solid #dddddd;
}
@media screen and (min-width: 1080px) {
  #outline .outline_info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #outline .outline_info::after {
    content: "";
    width: 20.8333333333%;
    height: 1px;
    background: #409ee6;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: translateY(-50%);
  }
  #outline .outline_info:nth-child(2) {
    border-top: 1px solid #dddddd;
  }
  #outline .outline_info:nth-child(2)::before {
    content: "";
    width: 20.8333333333%;
    height: 1px;
    background: #409ee6;
    position: absolute;
    top: -1px;
    left: 0;
    transform: translateY(-50%);
  }
}
#outline .outline_info dt {
  box-sizing: border-box;
  width: 100%;
  color: #409ee6;
  font-size: 3rem;
  padding: 1.5em 0 1em;
  height: 100%;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  #outline .outline_info dt {
    font-size: 1.8rem;
    padding: 1.5em 1em;
    width: 20.8333333333%;
  }
}
#outline .outline_info dt span {
  display: inline-block;
  padding-left: 0.6em;
  color: #444c55;
  font-size: 2.8rem;
  line-height: 1;
  padding-top: 0.4em;
}
@media screen and (min-width: 1080px) {
  #outline .outline_info dt span {
    display: block;
    padding-left: 0;
    font-size: 1.6rem;
  }
}
#outline .outline_info dd {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 1.5em;
  height: 100%;
}
@media screen and (min-width: 1080px) {
  #outline .outline_info dd {
    padding: 1.5em 1em;
    width: 79.1666666667%;
  }
}
#outline .outline_info dd p {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width: 1080px) {
  #outline .outline_info dd p {
    font-size: 1.8rem;
  }
}
#outline .outline_info dd p.en {
  line-height: 1.5;
  font-size: 3rem;
}
@media screen and (min-width: 1080px) {
  #outline .outline_info dd p.en {
    font-size: 1.6rem;
  }
}
#outline .outline_info dd p strong {
  font-size: 3.6rem;
}
@media screen and (min-width: 1080px) {
  #outline .outline_info dd p strong {
    font-size: 2.4rem;
  }
}
#outline .outline_info dd .outline_info_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  #outline .outline_info dd .outline_info_list {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1080px) {
  #outline .outline_info dd .outline_info_list li {
    margin-right: 3rem;
  }
}
#outline .outline_info dd .outline_info_list li.expo2025 {
  width: 28rem;
  font-size: 2.3rem;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  #outline .outline_info dd .outline_info_list li.expo2025 {
    width: 16rem;
    font-size: 1.3rem;
  }
}
#outline .outline_info dd .outline_info_list li.wasse a {
  color: #151515;
}
#outline .outline_info dd .outline_info_list li.wasse a .wasse01 {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: 1px solid #409ee6;
  line-height: 1.8;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  #outline .outline_info dd .outline_info_list li.wasse a .wasse01 {
    font-size: 1.6rem;
  }
}
#outline .outline_info dd .outline_info_list li.wasse a .wasse02 {
  display: block;
  font-size: 2.8rem;
  color: #444c55;
}
@media screen and (min-width: 1080px) {
  #outline .outline_info dd .outline_info_list li.wasse a .wasse02 {
    font-size: 1.3rem;
  }
}
#outline .outline_info dd .outline_info_list li.wasse a:hover .wasse01 {
  color: #409ee6;
}
@media screen and (max-width: 767px) {
  #outline .outline_info dd .outline_info_list li.googlemap {
    width: 100%;
    margin-top: 3rem;
  }
  #outline .outline_info dd .outline_info_list li.googlemap iframe {
    width: 100%;
    aspect-ratio: 1/0.6;
  }
}
#outline .outline_info dd .bg_white {
  background: #ffffff;
  border-radius: 2rem;
  padding: 3.5rem 6rem;
  margin-top: 1em;
}
#outline .outline_info dd .bg_white p {
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (min-width: 1080px) {
  #outline .outline_info dd .bg_white p {
    font-size: 1.6rem;
  }
}
#outline .outline_info dd .bg_white p.border {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(68, 76, 85, 0.5);
}

/* ========================================================
   big_bnr
======================================================== */
.big_bnr a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1440px;
  background: linear-gradient(170deg, rgb(225, 245, 215), rgb(43, 101, 229));
  border-radius: 2rem;
  box-shadow: 8px 8px 3rem rgba(40, 98, 223, 0.3);
  margin: 10rem auto;
  padding: 3rem 4%;
}
@media screen and (min-width: 1080px) {
  .big_bnr a {
    aspect-ratio: 1/0.167;
    background: linear-gradient(135deg, rgb(225, 245, 215) 30%, rgb(43, 101, 229) 70%);
  }
  .big_bnr a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: calc(100% + 1.2rem);
    height: calc(100% + 1.2rem);
    background: #ffffff;
    border: 2px solid #409ee6;
    transform: translate(-50%, -50%);
    border-radius: 2.6rem;
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
  }
  .big_bnr a:hover {
    box-shadow: none;
  }
  .big_bnr a:hover::after {
    opacity: 1;
  }
}
.big_bnr a .logo {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .big_bnr a .logo {
    width: 35.7954545455%;
    margin-right: 4.5454545455%;
  }
}
.big_bnr a p {
  font-size: 4rem;
  color: #ffffff;
}
@media screen and (min-width: 1080px) {
  .big_bnr a p {
    font-size: 3.2rem;
  }
}
.big_bnr a .icon {
  width: 12.8%;
  aspect-ratio: 1/1;
  background: #ffffff url(../images/icon_arrow_blue.svg) no-repeat center center/50%;
  border-radius: 50%;
  margin-left: 4.5454545455%;
  transition: all 0.3s;
  outline: 6px solid transparent;
}
@media screen and (min-width: 1080px) {
  .big_bnr a .icon {
    width: 4.5454545455%;
  }
}
@media screen and (min-width: 1080px) {
  .big_bnr a:hover .icon {
    outline-color: rgba(255, 255, 255, 0.6);
  }
}
.big_bnr a::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: -2rem;
  display: block;
  width: 20%;
  aspect-ratio: 1/1;
  background: url(../images/bnr_bird.png) no-repeat top left/contain;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .big_bnr a::before {
    width: 8.5227272727%;
    top: 2rem;
    left: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  .big_bnr a:hover::before {
    transform: translateY(-0.8rem);
  }
}

/* ========================================================
   sns
======================================================== */
#sns {
  padding-bottom: 7rem;
}
@media screen and (min-width: 1080px) {
  #sns .inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#sns .ttl_block {
  width: 100%;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1080px) {
  #sns .ttl_block {
    width: 30.6666666667%;
    aspect-ratio: 1/0.9;
    background: url(../images/img_illust_sns.png) no-repeat bottom center/contain;
  }
}
#sns .ttl_block .ttl {
  padding-top: 2rem;
}
#sns .ttl_block .ttl span {
  color: #151515;
  font-size: 7.2rem;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  #sns .ttl_block .ttl span {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1080px) {
  #sns .sns_link {
    width: 66.6666666667%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: top;
  }
}
#sns .sns_link li {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1080px) {
  #sns .sns_link li {
    width: 50%;
  }
}
#sns .sns_link li a {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  background: #409ee6;
  border-radius: 6rem;
  box-shadow: 8px 8px 3rem rgba(40, 98, 223, 0.3);
  color: #ffffff;
  font-size: 4.4rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  padding: 4rem 4rem 4rem 15rem;
  line-height: 1;
}
@media screen and (min-width: 1080px) {
  #sns .sns_link li a {
    width: 90%;
    font-size: 2.6rem;
    padding: 3rem 4rem 3rem 9rem;
  }
}
#sns .sns_link li a img {
  position: absolute;
  top: 50%;
  left: 6rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 6.4rem;
}
@media screen and (min-width: 1080px) {
  #sns .sns_link li a img {
    left: 4rem;
    width: 3.4rem;
  }
}
#sns .sns_link li a::after {
  content: "";
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: #ffffff url(../images/icon_arrow_lightblue.svg) no-repeat center/50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 4rem;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  #sns .sns_link li a::after {
    width: 4rem;
    height: 4rem;
  }
}
#sns .sns_link li a:hover {
  background: #2862df;
  box-shadow: 8px 8px 3rem rgba(40, 98, 223, 0);
}
#sns .sns_link li a:hover::after {
  background: #ffffff url(../images/icon_arrow_blue_tl.svg) no-repeat center/50%;
}

/* ========================================================
   bird　decoration
======================================================== */
.bird {
  height: auto;
  aspect-ratio: 2.5/1;
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 0;
}

.bird01 {
  width: 9rem;
  margin: 18.4% auto auto 188.6666666667%;
  background: url("../images/deco_bird01.png") no-repeat center/contain;
  animation: fly 2s ease-in-out infinite;
}

.bird02 {
  width: 6.5rem;
  margin: 29.3333333333% auto auto 208%;
  background: url("../images/deco_bird02.png") no-repeat center/contain;
  animation: fly02 1.8s ease-in-out infinite;
}

.bird03 {
  width: 9rem;
  margin: 4% auto auto 6.6666666667%;
  background: url("../images/deco_bird03.png") no-repeat center/contain;
  animation: fly 2s ease-in-out infinite;
}

.bird04 {
  width: 6.5rem;
  margin: 9.3333333333% auto auto 13.3333333333%;
  background: url("../images/deco_bird04.png") no-repeat center/contain;
  animation: fly02 1.8s ease-in-out infinite;
}

@media screen and (min-width: 1080px) {
  .bird01 {
    width: 12rem;
    margin: 7.1875% auto auto 73.6979166667%;
  }
  .bird02 {
    width: 9rem;
    margin: 11.4583333333% auto auto 81.25%;
  }
  .bird03 {
    width: 12rem;
    margin: 3.6458333333% auto auto 2.6041666667%;
  }
  .bird04 {
    width: 9rem;
    margin: 7.2916666667% auto auto 5.2083333333%;
  }
}
@media screen and (min-width: 1600px) {
  .bird01 {
    width: 6.25%;
    margin: 7.1875% auto auto 73.6979166667%;
  }
  .bird02 {
    width: 4.6875%;
    margin: 11.4583333333% auto auto 81.25%;
  }
  .bird03 {
    width: 6.25%;
    margin: 3.6458333333% auto auto 6.25%;
  }
  .bird04 {
    width: 4.6875%;
    margin: 7.2916666667% auto auto 10.4166666667%;
  }
}
@keyframes fly {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(10deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes fly02 {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(10px) rotate(-10deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes fly03 {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(calc(-50% - 2rem));
  }
  100% {
    transform: translateY(-50%);
  }
}
/* ========================================================
   slick
======================================================== */
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
  list-style: none;
}
.slick-dots li {
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 6px !important;
  height: 6px !important;
  border: 2px solid #fff !important;
  border-radius: 50%;
  background-color: transparent !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  width: 16px !important;
  height: 16px !important;
  background-color: #fff !important;
  border-width: 3px !important;
}

.slick-prev,
.slick-next {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 6rem !important;
  height: 6rem !important;
}
@media screen and (min-width: 1080px) {
  .slick-prev,
  .slick-next {
    width: 3rem !important;
    height: 3rem !important;
  }
}
.slick-prev img,
.slick-prev i,
.slick-next img,
.slick-next i {
  width: 100%;
  height: 100%;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-prev {
  left: -3rem !important;
}
@media screen and (min-width: 1080px) {
  .slick-prev {
    left: -1rem !important;
  }
}

.slick-next {
  right: -3rem !important;
}
@media screen and (min-width: 1080px) {
  .slick-next {
    right: -1rem !important;
  }
}

/* ========================================================
   スクロールで表示する
======================================================== */
.fadein {
  opacity: 0;
  transform: translateY(5rem);
  transition: all 0.8s ease-out;
  transition-delay: 0.3s;
}

/* 表示された時のクラス */
.fadein.show {
  opacity: 1;
  transform: none;
}/*# sourceMappingURL=expo2025.css.map */