@charset "utf-8";

.page-mv {
  background: url(/updata/2025/guide/img/bg_kv.webp) 0 0 / cover no-repeat;
  margin-bottom: 60px;
}

.lead p {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.65;
}

.guide p,
.guide dd {
  font-weight: 500;
}

.guide sup {
  font-size: 85%;
  vertical-align: super;
}

.guide .cont-area {
  margin-top: 60px;
  padding: 65px 20px 90px;
  background: url(/updata/2025/guide/img/bg_main.webp) 0 0 / 100% auto repeat-y;
}

.guide .cont-area>section {
  max-width: 1225px;
  margin: 0 auto;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 60px;
  letter-spacing: 0.05em;
}

.guide .cont-area>section+section {
  margin-top: 60px;
}

.guide .flbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.guide .fl-txt {
  width: 43.89%;
}

.guide .fl-img {
  width: 49.32%;
}

.guide .bg-txt {
  background: #000;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  padding: 2px 10px 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.guide .bdr-btm {
  font-weight: 600;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  background: linear-gradient(transparent 80%, #ff3ae4 0%);
  background-position: left bottom 4px;
  line-height: 1.5;
}

.guide h2 {
  margin-bottom: 30px;
}

.guide .guide-txt dt {
  margin-bottom: 15px;
}

.guide .area-list {
  gap: 0 12px;
  margin-top: 35px;
}

.guide .area-list li {
  flex: 1;
  background: #f0f0f0;
  text-align: center;
  padding: 12px;
}

.guide .area-list .area-txt {
  font-size: 1.8rem;
  width: fit-content;
  font-weight: 600;
  margin: 0 auto;
  line-height: 1.4;
}

.guide .area-list .ngo .area-txt {
  background: linear-gradient(transparent 80%, var(--nagoya-color) 80%);
}

.guide .area-list .osa .area-txt {
  background: linear-gradient(transparent 80%, var(--osaka-color) 80%);
}

.guide .area-list .tyo .area-txt {
  background: linear-gradient(transparent 80%, var(--tokyo-color) 80%);
}

.guide .area-list .limite-txt {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.1;
  margin-bottom: 15px;
}

.guide .area-list .limite-txt b {
  font-weight: 600;
  font-size: 4rem;
  font-family: 'Poppins';
  position: relative;
  bottom: -10px;
  padding: 0 3px;
}

.guide .area-list dt {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px 5px;
}

.guide .area-list dd {
  background: #fff;
  padding: 0 5px;
  letter-spacing: 0;
  font-size: 1.4rem;
}

.guide .area-list dd b {
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 3rem;
}

.guide .area-list dd span {
  font-size: 1rem;
}

.guide .soon p {
  text-align: center;
  background: #cc2eb6;
  text-align: center;
  font-family: 'Poppins';
  padding: 50px 15px;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 600;
}

.guide .btn {
  width: 100%;
}

.guide .btn a {
  background: #000;
  font-weight: 500;
  width: 322px;
  height: 50px;
  font-size: 1.5rem;
  position: relative;
}

.guide .btn a::before {
  content: "";
  position: absolute;
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 6px;
  height: 9px;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}

.quo .fl-txt {
  width: 67.42%;
}

.quo .fl-img {
  width: 28%;
  align-self: center;
}

.sns .btn {
  margin-top: 30px;
}

.exhibition .theme {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

.exhibition .theme-box {
  margin-top: 30px;
  color: #fff;
  position: relative;
  background: url(/updata/2025/guide/img/bg_theme.webp) right top / 100% auto no-repeat, #f8002d;
  padding: 40px 40px 35px;
}

.exhibition .theme-box .logo-updata {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 320px;
}

.exhibition .theme-box dl {
  width: 400px;
}

.exhibition .theme-box dt {
  margin-bottom: 30px;
}

.exhibition .theme-box p+p {
  margin-top: 1em;
}

.ambassador h2 b {
  font-family: 'Poppins';
  font-weight: 600;
}

.ambassador-list {
  margin-top: 35px;
}

.ambassador-list .flbox {
  justify-content: flex-start;
}

.ambassador-list li {
  width: 33.3333%;
  background: linear-gradient(90deg, #172351, #213060);
  color: #fff;
  padding: 25px 20px 25px 25px;
  font-size: 1.4rem;
  border-bottom: 1px solid #546188;
  border-right: 1px solid #546188;
}

.ambassador-list .profile {
  margin-bottom: 20px;
}

.ambassador-list .profile figure {
  width: 37%;
}

.ambassador-list .profile dl {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.2);
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 3px 19px 5px;
  font-size: 1.2rem;
}

.ambassador-list .profile dt {
  font-weight: 600;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-image: linear-gradient(90deg, #825b30, #fad898 50%, #825b30) 1;
}

.ambassador-list .profile dt span {
  font-size: 1.8rem;
  padding-right: 3px;
}

.ambassador-list .profile dd {
  font-weight: 400;
  line-height: 1.666;
}

.ambassador .nest {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

.ambassador .nest h3 {
  margin-bottom: 20px;
}

.ambassador .nest-img {
  margin: 30px 0 40px;
}

.ambassador .nest-img li {
  width: 49.3%;
}

.ambassador .nest-info {
  background: #f5f5f5;
  padding: 35px 60px 30px;
  align-items: center;
}

.ambassador .nest-info dl {
  width: 40.6%;
  font-size: 1.4rem;
}

.ambassador .nest-info dt {
  margin-bottom: 15px;
}

.ambassador .nest-info .bg-txt {
  font-size: 2.4rem;
}

.ambassador .nest-info figure {
  width: 55.3%;
}

.ambassador .nest-info a {
  text-decoration: underline;
  color: #fa021b;
}

/* ----------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {
  .ambassador .nest-info a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 1200px) {
  .quo .fl-txt {
    width: 100%;
    position: relative;
  }

  .quo .fl-txt::before {
    content: "";
    position: absolute;
    top: -3vw;
    right: -3vw;
    display: block;
    aspect-ratio: 469 / 611;
    width: 20vw;
    background: url(/updata/2025/guide/img/img_quo.webp) 0 0 / contain no-repeat;
  }

  .quo .fl-img {
    display: none;
  }

  .exhibition .theme-box .logo-updata {
    width: 26vw;
  }

  .ambassador-list li {
    width: 50%;
  }
}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～960px
---------------------------------------------------- */
@media screen and (max-width: 960px) {
  .page-mv {
    background-image: url(/updata/2025/guide/img/bg_kv_sp.webp);
    margin-bottom: 7.8125vw;
  }

  .lead p {
    line-height: 1.884;
    font-size: 4.0625vw;
  }

  .guide .cont-area {
    margin-top: 7.8125vw;
    padding: 9.375vw 4.6875vw 11.875vw;
    background-image: url(/updata/2025/guide/img/bg_main_sp.webp);
  }

  .guide .cont-area>section {
    font-size: 4.0625vw;
    line-height: 1.7;
    padding: 6.25vw 4.6875vw;
  }


  .guide .cont-area>section+section {
    margin-top: 7.8125vw;
  }

  .guide .fl-txt,
  .guide .fl-img {
    width: 100%;
  }

  .guide .fl-img {
    margin-top: 4.6875vw;
  }

  .guide .bg-txt {
    font-size: 6.25vw;
    padding: 0 2.34375vw 0.8vw;
  }

  .guide .bdr-btm {
    font-size: 5.625vw;
  }

  .guide h2 {
    margin-bottom: 3.6875vw;
  }

  .guide .guide-txt dt {
    margin-bottom: 3.6875vw;
  }

  .guide .area-list {
    gap: 3.75vw 0;
  }

  .guide .area-list li {
    padding: 2vw 3.75vw 3.75vw 3.75vw;
    flex: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .guide .area-list .area-txt {
    font-size: 4.6875vw;
    margin: 4vw 0 0 2.5vw;
  }

  .guide .area-list .limite-txt {
    font-size: 5vw;
    font-weight: 600;
    margin-bottom: 0;
  }

  .guide .area-list .limite-txt span {
    font-weight: 600;
  }

  .guide .area-list .limite-txt b {
    font-size: 12.5vw;
    bottom: -2.3vw;
    padding: 0 0.5vw;
    letter-spacing: -0.02em;
  }

  .guide .area-list dl {
    width: 100%;
    margin-top: 5vw;
  }

  .guide .area-list dt {
    font-size: 4.0625vw;
    padding: 1vw 0;
  }

  .guide .area-list dd {
    padding: 0;
    font-weight: 600;
    font-size: 4.375vw;
  }

  .guide .area-list dd b {
    font-size: 6.875vw;
  }

  .guide .area-list dd span {
    font-weight: 600;
    font-size: 3.125vw;
    padding: 15vw 0;
  }

  .guide .soon p {
    font-size: 5.9375vw;
  }

  .guide .btn a {
    width: 57.8125vw;
    height: 11.25vw;
    font-size: 3.4375vw;
  }

  .guide .btn a::before {
    width: 2vw;
    height: 2.5vw;
    right: 3.125VW;
  }

  .quo h2 {
    margin-bottom: 5vw;
  }

  .quo .fl-txt::before {
    width: 27vw;
    top: 10vw;
    right: 0vw;
  }

  .quo .guide-txt dt {
    margin-bottom: 5vw;
  }

  .sns .btn {
    margin-top: 6.25vw;
  }

  .exhibition .theme {
    margin-top: 6.25vw;
    padding-top: 4.6875vw;
  }

  .exhibition .theme-box {
    background: url(/updata/2025/guide/img/bg_theme_sp.webp) right bottom / 100% auto no-repeat, #f8002d;
    margin-top: 4.6875vw;
    padding: 6.25vw 4.6875vw 51.5625vw;
  }

  .exhibition .theme-box .logo-updata {
    position: relative;
    inset: auto;
    width: 37.5vw;
    margin: 0 auto 6.25vw;
  }

  .exhibition .theme-box dl {
    width: 100%;
  }

  .exhibition .theme-box dt {
    width: 59.375vw;
    margin: 0 auto 4.6875vw;
  }

  .ambassador-list {
    margin-top: 4.6875vw;
  }

  .ambassador-list li {
    width: 100%;
    border-right: 0;
    padding: 4.6875vw;
    font-size: 3.4375vw;
  }

  .ambassador-list .profile {
    margin-bottom: 3.125vw;
  }

  .ambassador-list .profile figure {
    width: 34.782%;
  }

  .ambassador-list .profile dl {
    font-size: 3.125vw;
    padding: 0.5vw 4.6875vw 0;
  }

  .ambassador-list .profile dt {
    padding-bottom: 0.8vw;
    margin-bottom: 0.8vw;
  }

  .ambassador-list .profile dt span {
    font-size: 4.0625vw;
  }

  .ambassador .nest {
    margin-top: 9.375vw;
    padding-top: 4.6875vw;
  }

  .ambassador .nest h3 {
    margin-bottom: 3.125vw;
  }

  .ambassador .nest-img {
    gap: 3.125vw 0;
    margin: 4.6875vw 0 6.25vw;
  }

  .ambassador .nest-img li {
    width: 100%;
  }

  .ambassador .nest-info {
    padding: 6.25vw 4.6875vw;
  }

  .ambassador .nest-info dl {
    width: 100%;
    font-size: 3.75vw;
  }

  .ambassador .nest-info dt {
    margin-bottom: 3.75vw;
  }

  .ambassador .nest-info .bg-txt {
    font-size: 4.375vw;
  }

  .ambassador .nest-info figure {
    width: 100%;
    margin-top: 4.6875vw;
  }
}