@charset "UTF-8";
/* get value to vw on 375px */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font: inherit;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1318px;
  padding: 0 15px;
  margin: 0 auto;
}

/* PC */
@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }

  .u-sp {
    display: none !important;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .container {
    padding: 0 28px;
    max-width: 768px;
  }

  .u-pc {
    display: none !important;
  }

  .hidden-sp {
    display: none !important;
  }
}
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", yugothic, "メイリオ", "Meiryo", Verdana, "Droid Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-top: 75px;
  color: #221815;
}

a:hover {
  opacity: 0.8;
}
a.no-link {
  opacity: 1;
  pointer-events: none;
}

.hover {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 769px) {
  .hover:hover {
    opacity: 0.8;
  }
}

.bt-wrapper.right {
  text-align: right;
}

.cta {
  border: none;
  background: none;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cta .hover-underline-animation {
  padding-bottom: 7px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  color: #0057AA;
  padding-bottom: 7px;
  white-space: nowrap;
}
.cta .hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0057AA;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.cta .icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline;
}
.cta:hover .hover-underline-animation:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

header {
  background-color: #FFF;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 1000;
}
header > .container {
  position: relative;
  display: block;
  height: 100%;
}
header .logo {
  width: 128px;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0;
}
header .header-text {
  position: absolute;
  left: 238px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #DE040A;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .menu-icon {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 24px;
  width: 32px;
  display: block;
  cursor: pointer;
}
header .menu-icon.expand span:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
          transform: translateY(13px) rotate(45deg);
}
header .menu-icon.expand span:nth-child(2) {
  opacity: 0;
}
header .menu-icon.expand span:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
          transform: translateY(-13px) rotate(-45deg);
}
header .menu-icon span {
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #DE040A;
  margin-bottom: 9px;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .menu-icon span:nth-child(3) {
  margin-bottom: 0;
}
header .group-menu {
  position: fixed;
  top: 75px;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #FFF;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 45px;
  overflow: auto;
  height: calc(100vh - 75px);
  min-height: 550px;
  -webkit-transform: translate3d(0, 110%, 0);
          transform: translate3d(0, 110%, 0);
}
header .group-menu.expand {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
header .group-menu.expand > .container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
header .group-menu > .container {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .group-menu .menu {
  display: block;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
header .group-menu .menu li {
  display: block;
  position: relative;
}
header .group-menu .menu li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("../img/icon/icon-line.png") repeat-x;
  background-size: auto 100%;
}
header .group-menu .menu li:last-child {
  margin-bottom: 0;
}
header .group-menu .menu li a {
  font-size: 40px;
  display: block;
  text-align: center;
  color: #0057AA;
  padding: 24px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .group-menu .menu li a .icon {
  display: inline-block;
  width: 56px;
  height: 47px;
  margin: 0 9px;
  background: url("../img/icon/icon-right.svg") no-repeat;
  background-size: 100% 100%;
}
header .group-menu .group-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .group-menu .group-social .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  color: #0057AA;
  margin-right: 19px;
}
header .group-menu .group-social .list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-left: 2px solid #0057AA;
  padding-left: 19px;
}
header .group-menu .group-social .list-social a {
  display: inline-block;
  margin: 0 19px;
}
header .group-menu .group-social .list-social a:last-child {
  margin-right: 0;
}

footer {
  display: block;
  padding: 60px 0;
  padding-top: 70px;
  text-align: center;
  background-color: #DE040A;
  position: relative;
}
footer .popup-top {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 990;
  right: 35px;
  bottom: 25px;
  width: 88px;
  height: 88px;
  background-image: url("../img/icon/popup-top_pc.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
footer .popup-top.stop-popup {
  position: absolute;
  top: -113px;
  bottom: auto;
}
footer.red {
  background-color: #DE040A;
}
footer .footer-title {
  display: block;
  margin-bottom: 38px;
}
footer p {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
}

section {
  position: relative;
  display: block;
  width: 100%;
}

.section-bg {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

#section-campaign {
  padding: 15.97vw 0;
  background-color: #1CC8FF;
  margin-bottom: -70px;
  text-align: center;
}
#section-campaign.bg-white {
  background-color: #FFF;
}
#section-campaign .section-bg {
  top: 0;
  left: 0;
  background-image: url("../img/frozen/bg4.svg");
}
#section-campaign .section-bg.bg-bottom {
  bottom: 0;
  top: auto;
  background-image: url("../img/frozen/bg5.svg");
  background-position: center bottom -2px;
}
#section-campaign .section-title {
  margin-bottom: 86px;
}
#section-campaign .group-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 874px;
  margin: 0 auto;
  flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#section-campaign .group-link .link-item {
  width: 50%;
  padding: 0 44px;
  margin-bottom: 88px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#section-campaign .group-link .link-item:hover img {
  opacity: 0.8;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#section-campaign .group-link .link-item:hover .cta .hover-underline-animation:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
#section-campaign .group-link .link-item .img {
  display: block;
  width: 100%;
  margin: 9px 0;
  margin-top: 14px;
  -webkit-box-shadow: 0px 3px 18px rgba(45, 151, 185, 0.36);
          box-shadow: 0px 3px 18px rgba(45, 151, 185, 0.36);
}
#section-campaign .group-link .link-item .bt-wrapper {
  width: 100%;
  display: block;
  text-align: right;
}
#section-campaign .group-link .link-item .bt-wrapper .title {
  display: block;
  color: #0057AA;
  font-size: 16px;
}
#section-campaign .group-link .link-item .cta {
  color: #0057AA;
  font-size: 16px;
}
#section-campaign .group-link .link-item .cta .icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#section-campaign .group-link .link-item .cta .icon.icon-tab {
  width: 15px;
  height: 14px;
  background-image: url("../img/icon/icon-tab.svg");
}
#section-campaign .group-link .link-item .cta .icon.icon-right {
  width: 12px;
  height: 12px;
  background-image: url("../img/icon/icon-right2.svg");
}
#section-campaign .group-banner {
  display: block;
  text-align: center;
  padding: 112px 0;
}
#section-campaign .group-banner .banner-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#section-campaign .group-banner .banner-item .banner-title {
  margin-bottom: 55px;
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  header .group-menu .menu li a {
    font-size: 2.78vw;
  }
  header .group-menu .group-social .list-social {
    width: 20.83vw;
    padding-left: 1.32vw;
  }
  header .group-menu .group-social .list-social a {
    margin: 0 1.32vw;
  }

  #section-campaign .group-link .link-item {
    padding: 0 3.06vw;
  }
  #section-campaign .group-banner {
    display: block;
    text-align: center;
    padding: 67px 0;
  }
  #section-campaign .group-banner .banner-item .banner-title {
    width: 67.73vw;
    margin-bottom: 42px;
  }

  footer .popup-top {
    width: 6.11vw;
    height: 6.11vw;
  }
}
@media screen and (min-width: 960px) and (max-height: 800px) {
  header .group-menu .menu li a {
    font-size: 32px;
    padding: 18px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }

  .cta .hover-underline-animation {
    font-size: 3.73vw;
  }

  .header-text {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    text-align: center;
    color: #DE040A;
    font-size: 3.73vw;
    line-height: 1.3;
    padding: 12px 28px 13px 28px;
  }
  .header-text br {
    display: none;
  }

  header {
    height: 60px;
  }
  header .logo {
    width: 108px;
  }
  header .header-text {
    display: none;
  }
  header .menu-icon {
    right: 20px;
    top: 21px;
    width: 20px;
  }
  header .menu-icon.expand span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  header .menu-icon.expand span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  header .menu-icon span {
    height: 2px;
    margin-bottom: 7px;
  }
  header .group-menu {
    top: 60px;
    min-height: 0;
    height: calc(100vh - 60px);
    padding-top: 6.4vw;
    padding-bottom: 19.2vw;
  }
  header .group-menu > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .group-menu .menu {
    margin-bottom: 0;
  }
  header .group-menu .menu li:before {
    height: 1px;
  }
  header .group-menu .menu li a {
    padding: 8vw 0;
    font-size: 5.33vw;
    line-height: 1.4;
    padding-right: 24px;
  }
  header .group-menu .menu li a .icon {
    width: 24px;
    height: 20px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  header .group-menu .group-social {
    margin: 0 -20px;
  }
  header .group-menu .group-social .title {
    white-space: nowrap;
    margin-right: 24px;
    font-size: 4.27vw;
  }
  header .group-menu .group-social .list-social {
    max-width: 52.53vw;
    padding-left: 12px;
  }
  header .group-menu .group-social .list-social a {
    margin: 0 12px;
  }

  footer {
    padding: 10.67vw 0;
  }
  footer .popup-top {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    background-image: url("../img/icon/popup-top_sp.svg");
  }
  footer .popup-top.stop-popup {
    top: -56px;
  }
  footer .footer-title {
    margin-bottom: 6.93vw;
  }
  footer .footer-title img {
    width: 48vw;
  }
  footer p {
    font-size: 2.93vw;
    line-height: 1.28;
  }

  #section-campaign {
    padding: 20.8vw 0;
    text-align: center;
  }
  #section-campaign .section-title {
    margin: 30px 0;
    margin-bottom: 64px;
  }
  #section-campaign .group-link {
    display: block;
  }
  #section-campaign .group-link .link-item {
    width: 100%;
    padding: 0;
    margin-bottom: 45px;
    display: block;
  }
  #section-campaign .group-link .link-item .img {
    display: block;
    width: 100%;
    margin: 5px 0;
    margin-top: 9px;
  }
  #section-campaign .group-link .link-item .bt-wrapper .title {
    font-size: 3.73vw;
    white-space: nowrap;
  }
  #section-campaign .group-banner {
    display: block;
    text-align: center;
    padding: 67px 0;
  }
  #section-campaign .group-banner .banner-item .banner-title {
    width: 67.73vw;
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 440px) and (max-width: 768px) {
  header .group-menu {
    padding-bottom: 84px;
  }
  header .group-menu .menu li a {
    font-size: 20px;
    padding: 30px 0;
    padding-right: 24px;
  }
}
.page-top .bg_decor {
  height: 100vh;
  width: 100%;
  position: fixed;
  background-image: url(/expo2025/assets/img/terrace/bg_decor_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.page-top .top_kv {
  width: 100%;
  height: auto;
}
.page-top .top_kv img {
  width: 100%;
  height: 100%;
}
.page-top .container {
  max-width: 1108px;
  -webkit-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.page-top .section-1 {
  padding-top: 100px;
}
.page-top .section-1_text {
  font-size: 20px;
  line-height: 36px;
}
.page-top #section-campaign {
  padding-top: 115px;
  padding-bottom: 108px;
  background-color: transparent;
}
.page-top #section-campaign .group-banner {
  border-top: 2px solid #DBDBDB;
  border-bottom: 2px solid #DBDBDB;
}
.page-top .section-3 {
  margin-bottom: 120px;
}
.page-top .section-3_layout {
  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;
  gap: 38px;
  padding: 40px 64px;
  max-width: 100%;
  background-color: #C6F2FF;
}
.page-top .section-3_image {
  width: 400px;
}
.page-top .section-3_image p {
  text-align: end;
  font-size: 10px;
  line-height: 32px;
}
.page-top .section-3 .link-item {
  display: block;
  margin: auto 120px;
}
.page-top .section-3 .link-item.hover .cta {
  margin-top: 20px;
}
.page-top .section-3 .link-item.hover .cta .hover-underline-animation {
  color: #221815;
  font-size: 14px;
  line-height: 21px;
}
.page-top .section-3 .link-item.hover .cta .hover-underline-animation::after {
  background-color: #221815;
}
.page-top .section-3 .link-item.hover:hover .section-3_layout .cta .hover-underline-animation::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #221815;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.page-top .section-3_content {
  width: 50%;
}
.page-top .section-3_content h3 {
  font-size: 22px;
  line-height: 33px;
}
.page-top .section-3_content .icon-tab {
  display: inline-block;
  width: 15px;
  height: 14px;
  background-image: url(/expo2025/assets/img/icon/icon-tab-red.svg);
  margin-left: 4px;
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .page-top .container {
    max-width: 76.94vw;
  }
  .page-top .section-1_text {
    font-size: 1.39vw;
  }
  .page-top .section-2 .title {
    width: 24.65vw;
  }
  .page-top .section-2 .img {
    width: 37.57vw;
  }
  .page-top .section-3_layout {
    gap: 2.64vw;
    padding-left: 4.44vw;
    padding-right: 4.44vw;
  }
  .page-top .section-3_image {
    width: 27.78vw;
  }
  .page-top .section-3_content h3 {
    font-size: 1.53vw;
  }
  .page-top .section-3_content .link-item .cta .hover-underline-animation {
    font-size: 0.97vw;
  }
}
@media screen and (max-width: 768px) {
  .page-top .header-text {
    background-color: #FFF;
  }
  .page-top .bg_decor {
    background-image: url(/expo2025/assets/img/terrace/bg_decor_sp.png);
    top: 0;
  }
  .page-top .section-1 {
    padding-top: 80px;
  }
  .page-top .section-1_text {
    font-size: 15px;
    line-height: 32px;
  }
  .page-top #section-campaign {
    padding-top: 77px;
    padding-bottom: 67px;
  }
  .page-top #section-campaign .group-link {
    margin-bottom: 48px;
    border-bottom: none;
  }
  .page-top #section-campaign .banner-item {
    width: 100%;
  }
  .page-top #section-campaign .banner-item a {
    width: 100%;
  }
  .page-top #section-campaign .banner-item a .img {
    width: 100%;
  }
  .page-top .section-3_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 6.4vw;
    margin: 0;
  }
  .page-top .section-3_image {
    width: 100%;
  }
  .page-top .section-3_image img {
    width: 100%;
  }
  .page-top .section-3_content {
    width: 100%;
  }
  .page-top .section-3_content h3 {
    font-size: 4.8vw;
  }
  .page-top .section-3 .link-item {
    margin: auto;
  }
  .page-top .section-3 .link-item.hover .cta {
    display: inline-block;
  }
  .page-top .section-3 .link-item.hover .cta .hover-underline-animation {
    font-size: 3.73vw;
    line-height: 5.6vw;
  }
  .page-top .section-3 .link-item img {
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .page-top .section-3 .link-item.hover .cta .hover-underline-animation {
    font-size: 3.2vw;
  }
}
@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%,
		100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%,
		100% {
    opacity: 1;
  }
}
.anim-popup {
  opacity: 0;
}
.anim-popup.animated {
  -webkit-animation: popup 1s 0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 1s 0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.page-frozen footer {
  background-color: #80D1FF;
}
.page-frozen footer .popup-top {
  background-image: url("/expo2025/assets/img/frozen/bt_top2.svg");
  width: 134px;
  height: 112px;
}
.page-frozen footer .popup-top.stop-popup {
  top: -137px;
}
.page-frozen .text {
  font-size: 18px;
  line-height: 1.5;
  color: #0057AA;
  display: block;
}
.page-frozen #section-kv {
  position: relative;
  height: calc(100vh - 75px);
  overflow: hidden;
}
.page-frozen #section-kv .section-bg {
  top: -115px;
  left: 0;
  background-image: url("/expo2025/assets/img/frozen/bg1.svg");
}
.page-frozen #section-kv > .container {
  height: 100%;
}
.page-frozen #section-kv .group-kv {
  position: relative;
  z-index: 20;
  height: 100%;
  display: block;
}
.page-frozen #section-kv .group-kv.animated #kv-text-anim {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
.page-frozen #section-kv .group-kv #kv-anim {
  position: absolute;
  max-width: 800px;
  width: 100%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
}
.page-frozen #section-kv .group-kv #kv-anim.show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
}
.page-frozen #section-kv .group-kv #kv-text-anim {
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
  width: 90%;
  max-width: 698px;
  opacity: 0;
}
.page-frozen #section-possibilities .group-img {
  display: block;
  position: relative;
}
.page-frozen #section-possibilities .group-img.animated .bg_sp {
  -webkit-animation: popup 1s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 1s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.page-frozen #section-possibilities .group-img.animated .group-text1 img {
  -webkit-animation: popup 1s 0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 1s 0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.page-frozen #section-possibilities .group-img .bg_sp {
  opacity: 0;
}
.page-frozen #section-possibilities .group-img .group-text1 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-frozen #section-possibilities .group-img .group-text1 img {
  opacity: 0;
}
.page-frozen #section-cases {
  background-color: #1CC8FF;
  padding: 20.83vw 0;
  padding-bottom: 200px;
  overflow: hidden;
}
.page-frozen #section-cases .section-bg {
  z-index: 100;
  top: 0;
  left: 0;
  background-image: url("/expo2025/assets/img/frozen/bg2.svg");
  background-position: center top 130px;
}
.page-frozen #section-cases .section-bg.bg-bottom {
  bottom: 0;
  top: auto;
  background-image: url("/expo2025/assets/img/frozen/bg3.svg");
  background-position: center bottom -2px;
}
.page-frozen #section-cases .section-bg:before {
  content: '';
  position: absolute;
  z-index: 12;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaf9ff));
  background: linear-gradient(#fff 0%, #eaf9ff 100%);
}
.page-frozen #section-cases .group-animation {
  display: block;
  margin-top: 300px;
  height: 1500px;
}
.page-frozen #section-cases .group-animation .anim-ele {
  position: relative;
}
.page-frozen #section-cases .animation-container {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 72px;
  padding-right: 140px;
  padding-bottom: 50px;
  position: relative;
  z-index: 10;
}
.page-frozen #section-cases .animation-container .bg-ice {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: url("/expo2025/assets/img/frozen/case-bg.svg") no-repeat;
  background-size: 100% 100%;
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.page-frozen #section-cases .animation-container .case-number {
  display: block;
  text-align: center;
  width: 100%;
}
.page-frozen #section-cases .animation-container .case-number img {
  width: 15%;
}
.page-frozen #section-cases .animation-container .lottie {
  display: block;
  margin-right: 3.91%;
  position: relative;
  z-index: 2;
  width: 50%;
  max-height: 343px;
  overflow: hidden;
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 18px rgba(45, 151, 185, 0.36);
          box-shadow: 0px 3px 18px rgba(45, 151, 185, 0.36);
}
.page-frozen #section-cases .animation-container .group-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  position: relative;
  z-index: 2;
  min-height: 390px;
}
.page-frozen #section-cases .animation-container .group-info .title {
  display: block;
  margin-bottom: 24px;
}
.page-frozen #section-sustainability {
  padding-bottom: 140px;
  overflow: hidden;
}
.page-frozen #section-sustainability .group-1 {
  display: block;
  text-align: center;
  margin-bottom: 45px;
}
.page-frozen #section-sustainability .group-1 .text {
  margin-top: 52px;
}
.page-frozen #section-sustainability .group-2 {
  margin-bottom: 30px;
}
.page-frozen #section-sustainability .group-2 .group-temperature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-frozen #section-sustainability .group-2 .group-temperature .icon-red-x {
  margin-left: 40px;
  margin-right: 5px;
}
.page-frozen #section-sustainability .group-3 .box-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1108px;
  margin: 0 auto;
  padding: 45px 0;
  background-color: #E7F8FF;
}
.page-frozen #section-sustainability .group-3 .box-blue .box-item {
  width: 50%;
  padding: 0 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-frozen #section-sustainability .group-3 .box-blue .box-item:nth-child(2) {
  border-left: 2px solid #0057AA;
}
.page-frozen #section-sustainability .group-3 .box-blue .box-item .logo-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 24px;
  margin-bottom: 24px;
}
.page-frozen #section-sustainability .group-3 .box-blue .box-item .logo-text .desc {
  font-size: 16px;
  color: #0057AA;
  display: block;
  margin-top: 10px;
  white-space: nowrap;
  text-align: center;
}
.page-frozen #section-sustainability .group-3 .group-arrow-text.animated .group-arrow {
  -webkit-animation: popup 1s 0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 1s 0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.page-frozen #section-sustainability .group-3 .group-arrow-text.animated .group-text3 {
  -webkit-animation: popup 1s 0.25s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 1s 0.25s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.page-frozen #section-sustainability .group-3 .group-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46%;
  margin: 0 auto;
  margin-top: -10px;
  opacity: 0;
}
.page-frozen #section-sustainability .group-3 .group-text3 {
  display: block;
  margin: 0 auto;
  opacity: 0;
}
.page-frozen #section-sustainability .group-3 .text-3 {
  text-align: center;
  margin: 45px 0;
}
.page-frozen #section-sustainability .group-3 .box-red {
  display: block;
  width: 100%;
  max-width: 1108px;
  margin: 0 auto;
  padding: 70px;
  padding-bottom: 40px;
  background-color: #DE040A;
  text-align: center;
}
.page-frozen #section-sustainability .group-3 .box-red .box-title {
  display: block;
  font-size: 48px;
  color: #FFF;
  line-height: 2.3;
}
.page-frozen #section-sustainability .group-3 .box-red .group-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-frozen #section-sustainability .group-3 .box-red .group-circle .circle-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 33.333%;
  padding: 0 35px;
  margin: 29px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.page-frozen #section-sustainability .group-3 .box-red .group-circle .circle-item img {
  width: 100%;
  max-width: 223px;
  display: block;
  margin-bottom: 16px;
}
.page-frozen #section-sustainability .group-3 .box-red .group-circle .circle-item .text {
  width: 100%;
  color: #FFF;
}
.page-frozen #section-sustainability .group-3 .text-blue {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  display: block;
  margin: 16px 0;
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .page-frozen footer .popup-top {
    width: 9.31vw;
    height: 7.78vw;
  }
  .page-frozen footer .popup-top.stop-popup {
    top: -9.52vw;
  }
  .page-frozen #section-kv .section-bg {
    top: 0;
  }
  .page-frozen #section-cases .group-animation {
    height: 104.17vw;
  }
  .page-frozen #section-cases .animation-container {
    padding: 3.47vw 6.25vw;
    padding-right: 4.86vw;
    padding-bottom: 6.25vw;
  }
  .page-frozen #section-cases .animation-container .case-number {
    margin-bottom: 10px;
  }
  .page-frozen #section-cases .animation-container .group-info {
    min-height: 0;
  }
  .page-frozen #section-cases .animation-container .group-info .title {
    margin-bottom: 1.67vw;
  }
  .page-frozen #section-cases .animation-container .group-info .text {
    font-size: 1.25vw;
  }
  .page-frozen #section-sustainability .group-3 .box-blue .box-item .logo-text .desc {
    font-size: 1.11vw;
  }
  .page-frozen #section-sustainability .group-3 .box-red .box-title {
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 768px) {
  .page-frozen footer {
    background-color: #80D1FF;
  }
  .page-frozen footer .popup-top {
    background-image: url("/expo2025/assets/img/frozen/bt_top2_sp.svg");
    width: 56px;
    height: 46px;
  }
  .page-frozen footer .popup-top.stop-popup {
    top: -56px;
  }
  .page-frozen .text {
    font-size: 4.27vw;
    line-height: 1.68;
  }
  .page-frozen #section-kv {
    position: relative;
    height: auto;
    padding-bottom: 50px;
  }
  .page-frozen #section-kv .section-bg {
    top: 18.67vw;
  }
  .page-frozen #section-kv .section-bg:before {
    content: '';
    position: absolute;
    top: -18.67vw;
    width: 100%;
    height: 19.2vw;
    background-color: #EAF9FF;
  }
  .page-frozen #section-kv .group-kv {
    margin: 0 -28px;
  }
  .page-frozen #section-kv .group-kv.animated #kv-text-anim {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  .page-frozen #section-kv .group-kv #kv-anim {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0) scale(0.8);
            transform: translate(0, 0) scale(0.8);
    position: relative;
    padding-top: 29.33vw;
  }
  .page-frozen #section-kv .group-kv #kv-anim.show {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  .page-frozen #section-kv .group-kv #kv-text-anim {
    position: relative;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
    margin-top: -10.67vw;
    bottom: auto;
    left: 0;
  }
  .page-frozen #section-possibilities {
    padding: 50px 0;
    padding-top: 18.67vw;
    overflow: hidden;
  }
  .page-frozen #section-possibilities .group-img {
    -webkit-transform: translate(-4%, 0) scale(1.32);
            transform: translate(-4%, 0) scale(1.32);
  }
  .page-frozen #section-possibilities .group-img .group-text1 {
    width: 66.5%;
    -webkit-transform: translate(-46%, -50%);
            transform: translate(-46%, -50%);
  }
  .page-frozen #section-cases {
    padding: 20.8vw 0;
  }
  .page-frozen #section-cases .section-bg {
    background-position: center top 78px;
  }
  .page-frozen #section-cases .section-bg:before {
    height: 78px;
  }
  .page-frozen #section-cases .group-animation {
    height: 500vw;
    max-height: 2200px;
  }
  .page-frozen #section-cases .group-animation .anim-ele {
    margin-bottom: 40vw;
  }
  .page-frozen #section-cases .animation-container {
    width: 100%;
    display: block;
    padding: 0 8vw;
  }
  .page-frozen #section-cases .animation-container:nth-child(2) {
    margin-bottom: 62.67vw;
  }
  .page-frozen #section-cases .animation-container .bg-ice {
    background-image: url("/expo2025/assets/img/frozen/case-bg_sp.svg");
    -webkit-transform-origin: top;
            transform-origin: top;
    background-size: 100% auto;
    top: -10.67vw;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .page-frozen #section-cases .animation-container .case-number {
    margin-bottom: 9px;
  }
  .page-frozen #section-cases .animation-container .case-number img {
    width: 25.07vw;
  }
  .page-frozen #section-cases .animation-container .lottie {
    margin-right: 0;
    position: relative;
    z-index: 2;
    width: 64vw;
    max-height: 42.4vw;
    margin-bottom: 6.4vw;
  }
  .page-frozen #section-cases .animation-container .group-info {
    display: block;
    min-height: 0;
  }
  .page-frozen #section-cases .animation-container .group-info .title {
    margin-bottom: 7.2vw;
  }
  .page-frozen #section-sustainability {
    padding-bottom: 80px;
  }
  .page-frozen #section-sustainability .group-1 {
    display: block;
    text-align: center;
    margin-bottom: 45px;
  }
  .page-frozen #section-sustainability .group-1 .text {
    margin-top: 52px;
  }
  .page-frozen #section-sustainability .group-2 {
    margin-bottom: 30px;
  }
  .page-frozen #section-sustainability .group-2 .group-temperature {
    display: block;
    text-align: center;
  }
  .page-frozen #section-sustainability .group-2 .group-temperature .icon-red-x {
    margin: 15px 0;
    width: 9.33vw;
  }
  .page-frozen #section-sustainability .group-3 .box-blue {
    display: block;
    max-width: 100%;
    padding: 35px 32px;
    padding-bottom: 5px;
  }
  .page-frozen #section-sustainability .group-3 .box-blue .box-item {
    width: 100%;
    padding: 0 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-frozen #section-sustainability .group-3 .box-blue .box-item:nth-child(1) {
    padding-bottom: 10px;
  }
  .page-frozen #section-sustainability .group-3 .box-blue .box-item:nth-child(1) .logo-text {
    width: calc(50% - 16px);
    margin: 0 8px;
    margin-bottom: 18px;
  }
  .page-frozen #section-sustainability .group-3 .box-blue .box-item:nth-child(1) .logo-text:nth-child(1) img {
    width: 22.13vw;
  }
  .page-frozen #section-sustainability .group-3 .box-blue .box-item:nth-child(1) .logo-text:nth-child(2) img {
    width: 24.53vw;
  }
  .page-frozen #section-sustainability .group-3 .box-blue .box-item:nth-child(1) .logo-text:nth-child(3) img {
    width: 21.33vw;
  }
  .page-frozen #section-sustainability .group-3 .box-blue .box-item:nth-child(2) {
    border: none;
    border-top: 1px solid #0057AA;
    padding-top: 32px;
  }
  .page-frozen #section-sustainability .group-3 .box-blue .box-item:nth-child(2) .logo-text {
    width: 100%;
  }
  .page-frozen #section-sustainability .group-3 .box-blue .box-item:nth-child(2) .logo-text img {
    width: 48vw;
  }
  .page-frozen #section-sustainability .group-3 .box-blue .box-item .logo-text .desc {
    width: 100%;
    font-size: 3.73vw;
    white-space: none;
    line-height: 1.71;
  }
  .page-frozen #section-sustainability .group-3 .group-arrow {
    width: 100%;
  }
  .page-frozen #section-sustainability .group-3 .group-arrow img {
    width: 19.2vw;
  }
  .page-frozen #section-sustainability .group-3 .group-text3 {
    margin-top: -5.34vw;
  }
  .page-frozen #section-sustainability .group-3 .text-3 {
    margin: 30px 0;
    margin-bottom: 45px;
  }
  .page-frozen #section-sustainability .group-3 .box-red {
    max-width: 100%;
    margin: 0 auto;
    padding: 24px 16px;
    padding-top: 27px;
  }
  .page-frozen #section-sustainability .group-3 .box-red .box-title {
    font-size: 5.33vw;
    line-height: 2.4;
  }
  .page-frozen #section-sustainability .group-3 .box-red .group-circle .circle-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    padding: 0 8px;
    margin: 13px 0;
  }
  .page-frozen #section-sustainability .group-3 .box-red .group-circle .circle-item img {
    width: 100%;
    max-width: 25.6vw;
    margin-bottom: 12px;
  }
  .page-frozen #section-sustainability .group-3 .box-red .group-circle .circle-item .text {
    font-size: 3.73vw;
    line-height: 1.71;
  }
  .page-frozen #section-sustainability .group-3 .text-blue {
    font-size: 3.73vw;
  }
}
@media screen and (min-width: 450px) and (max-width: 768px) {
  .page-frozen #section-cases .animation-container .bg-ice {
    background-size: 100% 100%;
  }
}
.page-terrace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.page-terrace .header-text {
  background-color: #FFF;
}
.page-terrace main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page-terrace .main-container .bg_decor {
  height: 100vh;
  width: 100%;
  position: fixed;
  background-image: url(/expo2025/assets/img/terrace/bg_decor_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.page-terrace .main-container .terrace_kv img {
  width: 100%;
}
.page-terrace .main-container l-content-pc, .page-terrace .main-container .terrace1, .page-terrace .main-container .terrace2, .page-terrace .main-container .terrace3 {
  max-width: 1108px;
  margin: auto;
}
.page-terrace .main-container .terrace1 {
  padding-top: 175px;
  text-align: center;
  -webkit-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.page-terrace .main-container .terrace1-title {
  margin-bottom: 40px;
}
.page-terrace .main-container .terrace1-content {
  max-width: 974px;
  font-size: 20px;
  line-height: 36px;
  margin: auto;
}
.page-terrace .main-container .terrace1-content_sub {
  display: inline-block;
  width: 860px;
}
.page-terrace .main-container .terrace1-note {
  max-width: 942px;
  font-size: 14px;
  line-height: 26px;
  margin: auto;
}
.page-terrace .main-container .terrace2 {
  text-align: center;
  margin-top: 156px;
  margin-bottom: 92px;
  -webkit-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.page-terrace .main-container .terrace2 .terrace2_lead {
	margin-top: 32px;
}
.page-terrace .main-container .terrace2 .terrace2_content {
  padding: 64px;
  background-color: #FCFCF7;
  border: 2px solid #DE040A;
  margin-top: 48px;
}
.page-terrace .main-container .terrace2 .terrace2_content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-terrace .main-container .terrace2 .terrace2_content-title .title1 {
  font-size: 40px;
  font-weight: 600;
  color: #DE040A;
  margin-right: 18px;
  line-height: 26px;
}
.page-terrace .main-container .terrace2 .terrace2_content-title .title1 span {
  font-size: 24px;
  font-weight: 700;
}
.page-terrace .main-container .terrace2 .terrace2_content-title .title2 {
  font-size: 24px;
  font-weight: 700;
  color: #0057AA;
}
.page-terrace .main-container .terrace2 .terrace2_content-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 27px;
  text-align: start;
}
.page-terrace .main-container .terrace2 .terrace2_content-desc .desc_img {
  width: 572px;
  height: auto;
}
.page-terrace .main-container .terrace2 .terrace2_content-desc .desc_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-terrace .main-container .terrace2 .terrace2_content-desc .desc_text {
  width: 41%;
  padding-left: 54px;
}
.page-terrace .main-container .terrace2 .terrace2_content-desc .desc_text p {
  font-size: 16px;
  line-height: 26px;
}
.page-terrace .main-container .terrace2 .terrace2_content-desc .desc_text span {
  font-size: 14px;
}
.page-terrace .main-container .terrace2 .terrace2_content-video {
  width: 100%;
  margin: 80px auto 0 auto;
  max-width: 768px;
}
.page-terrace .main-container .terrace2 .terrace2_content-video .video-wrapper {
  position: relative;
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
}
.page-terrace .main-container .terrace2 .terrace2_content-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border: none;
  outline: none;
}
.page-terrace .main-container .terrace3 {
  margin-bottom: 95px;
  -webkit-transition: all 0.25s 0s ease;
  transition: all 0.25s 0s ease;
}
.page-terrace .main-container .terrace3-title {
  position: relative;
  padding-left: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
}
.page-terrace .main-container .terrace3-title::before {
  content: '';
  display: block;
  height: 6px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #DE040A;
}
.page-terrace .main-container .terrace3-banner {
  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;
  background-color: #F0F0F0;
  gap: 16px;
  margin-top: 17px;
  padding: 24px 32px;
}
.page-terrace .main-container .terrace3-text {
  font-size: 20px;
  line-height: 36px;
  margin-top: 40px;
}
.page-terrace .main-container .terrace3-text_txt2 {
  margin-top: 52px;
}
.page-terrace .main-container .special-symbols {
  font-size: 14px;
  vertical-align: super;
}
.page-terrace footer {
  background-color: #80D1FF;
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
  .page-terrace .main-container .terrace1 {
    max-width: 77vw;
  }
  .page-terrace .main-container .terrace1-title {
    width: 57.36vw;
  }
  .page-terrace .main-container .terrace1-content {
    max-width: 67.64vw;
  }
  .page-terrace .main-container .terrace1-content_sub {
    width: 59.72vw;
  }
  .page-terrace .main-container .terrace1-note {
    max-width: 65.42vw;
  }
  .page-terrace .main-container .terrace2 {
    max-width: 77vw;
  }
  .page-terrace .main-container .terrace2-title {
    width: 26.18vw;
  }
  .page-terrace .main-container .terrace2 .terrace2_content {
    padding: 4.44vw;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-title .title1 {
    font-size: 2.78vw;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-title .title2 {
    font-size: 1.67vw;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-desc .desc_img {
    width: 39.72vw;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-desc .desc_text {
    padding-left: 3.75vw;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-desc .desc_text p {
    font-size: 1.11vw;
    line-height: 1.81vw;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-desc .desc_text span {
    font-size: 0.97vw;
    line-height: 1.81vw;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-video {
    width: 39.72vw;
  }
  .page-terrace .main-container .terrace3 {
    max-width: 77vw;
  }
  .page-terrace .main-container .terrace3 .box-image {
    width: 23.4vw;
  }
  .page-terrace .main-container .terrace3 .box-image img {
    width: 100%;
  }
  .page-terrace .main-container .terrace3-text {
    font-size: 1.39vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page-terrace .main-container .bg_decor {
    background-image: url(/expo2025/assets/img/terrace/bg_decor_sp.png);
    top: 0;
  }
  .page-terrace .main-container l-content-sp, .page-terrace .main-container .terrace1, .page-terrace .main-container .terrace2, .page-terrace .main-container .terrace3 {
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
  .page-terrace .main-container .terrace1 {
    padding-top: 50px;
  }
  .page-terrace .main-container .terrace1-content {
    font-size: 16px;
    line-height: 32px;
  }
  .page-terrace .main-container .terrace1-content_sub {
    display: unset;
    width: 100%;
  }
  .page-terrace .main-container .terrace1-note {
    margin-top: 40px;
    font-size: 14px;
  }
  .page-terrace .main-container .terrace2 {
    margin-top: 88px;
    margin-bottom: 76px;
  }
  .page-terrace .main-container .terrace2 .terrace2_content {
    padding: 40px 17px;
    margin-top: 32px;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-title .title1 {
    font-size: 24px;
    text-align: start;
    margin-right: 0;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-title .title1 span {
    font-size: 16px;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-title .title2 {
    font-size: 12px;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-desc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-top: 14px;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-desc .desc_img {
    width: 100%;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-desc .desc_text {
    width: 100%;
    padding-left: 0;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-desc .desc_text p {
    font-size: 14px;
  }
  .page-terrace .main-container .terrace2 .terrace2_content-video {
    width: 100%;
    margin-top: 28px;
  }
  .page-terrace .main-container .terrace3-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 24px;
  }
  .page-terrace .main-container .terrace3-banner .box-image {
    width: 100%;
  }
  .page-terrace .main-container .terrace3-banner .box-image img {
    width: 100%;
  }
  .page-terrace .main-container .terrace3-text {
    font-size: 16px;
  }
}
