/* !custom properties */
:root {
  --breakpoint-pc-min: 744;
  --fluid-min-width: 320;
  --fluid-cnt-width: 390;
  --fluid-max-width: 743;
}

@media (min-width: 744px) {
  :root {
    --fluid-min-width: 744;
    --fluid-cnt-width: 1360;
    --fluid-max-width: var(--fluid-cnt-width);
  }
}

:root {
  --1vw: 1vw;
  --100vw: 100vw;
}

:root {
  --fluid-rem: clamp(var(--fluid-min-width) / var(--fluid-cnt-width) * 1rem, 16 / var(--fluid-cnt-width) * var(--100vw), var(--fluid-max-width) / var(--fluid-cnt-width) * 1rem);
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/2027/assets/fonts/Oswald-SemiBold.ttf) format('truetype');
}

.top {
  font-size: 0;
	overflow-x: hidden;
}

.top .sp_blk {
  display: block;
}

.top .pc_blk {
  display: none;
}

.top #firstView {
  height: 156vw;
  background: #3EA6B5;
  position: relative;
  pointer-events: none;
}

.top #firstView article.area {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.top #firstView div {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  max-width: 100%;
}

.top #firstView div.line {
  background: url(/2027/assets/img/line.webp) no-repeat left 57.5% top 170% / auto 105%;
  top: 50%;
  width: 100%;
  height: 130%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.top #firstView div.parts_big {
  width: 100%;
  max-width: 1380px;
  z-index: 3;
  height: 159vw;
  overflow: hidden;
}

.top #firstView div.parts_big span {
  background: no-repeat center / contain;
  position: absolute;
  left: 50%;
  aspect-ratio: 1;
}

.top #firstView div.parts_big span:nth-of-type(1) {
  background-image: url(/2027/assets/img/parts_big_01.webp);
  width: 32.5vw;
  margin-left: -48.5%;
  bottom: -1%;
}

.top #firstView div.parts_big span:nth-of-type(2) {
  background-image: url(/2027/assets/img/parts_big_02.webp);
  width: 35vw;
  margin-left: 32%;
  top: 70%;
}

.top #firstView div.wrap {
  width: 100%;
  max-width: 1380px;
  z-index: 2;
}

.top #firstView div.person_01 {
  background: url(/2027/assets/img/person_01.webp) no-repeat right top 46% / auto 20%;
  width: 53%;
  z-index: 5;
}

.top #firstView div.person_02 {
  background: url(/2027/assets/img/person_02.webp) no-repeat right top 67% / auto 43%;
  width: 100%;
  z-index: 6;
}

.top #firstView div.person_03 {
  background: url(/2027/assets/img/person_03_sp.webp) no-repeat left -1.5vw top 55.5vw / auto 98%;
  width: 100%;
  height: 110%;
  z-index: 8;
}

.top #firstView div.lead {
  background: url(/2027/assets/img/lead.webp) no-repeat left top 19% / auto 28%;
  width: 95%;
  z-index: 9;
}

.top #firstView div.parts {
  width: 100%;
}

.top #firstView div.parts span {
  background: no-repeat center / contain;
  position: absolute;
  left: 50%;
  aspect-ratio: 1;
}

.top #firstView div.parts span:nth-of-type(1) {
  background-image: url(/2027/assets/img/parts_01.webp);
  width: 51vw;
  margin-left: -88%;
  top: 48%;
}

.top #firstView div.parts span:nth-of-type(2) {
  background-image: url(/2027/assets/img/parts_02.webp);
  width: 22vw;
  margin-left: -42.5%;
  top: 2.5%;
}

.top #firstView div.parts span:nth-of-type(3) {
  background-image: url(/2027/assets/img/parts_03.webp);
  width: 16vw;
  margin-left: -52.5%;
  top: 29.5%;
}

.top #firstView div.parts span:nth-of-type(4) {
  background-image: url(/2027/assets/img/parts_04.webp);
  width: 28vw;
  margin-left: 29%;
  top: 11%;
}

.top #firstView div.parts span:nth-of-type(5) {
  background-image: url(/2027/assets/img/parts_05.webp);
  width: 13vw;
  margin-left: 39.5%;
  top: 31%;
}

.top #firstView div.parts span:nth-of-type(6) {
  display: none;
}

.top #firstView div.person_01 {
  margin: -2px 0 0 10px;
  opacity: 0;
}

.firstViewAnim .top #firstView div.person_01 {
  margin: 0;
  opacity: 1;
  transition: margin 0.2s, opacity 0.1s;
  transition-delay: 0.0s;
}

.top #firstView div.person_02 {
  margin: -4px 0 0 -18px;
  opacity: 0;
}

.firstViewAnim .top #firstView div.person_02 {
  margin: 0;
  opacity: 1;
  transition: margin 0.2s, opacity 0.1s;
  transition-delay: 0.3s;
}

.top #firstView div.person_03 {
  margin: -4px 0 0 40px;
  opacity: 0;
}

.firstViewAnim .top #firstView div.person_03 {
  margin: 0;
  opacity: 1;
  transition: margin 0.2s, opacity 0.1s;
  transition-delay: 0.6s;
}

.top #firstView div.line {
  clip-path: circle(0% at 58.5% 50%);
}

.firstViewAnim .top #firstView div.line {
  clip-path: circle(100% at 58.5% 50%);
  transition: clip-path 0.5s;
  transition-delay: 0.6s;
}

.top #firstView div.lead {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}

.firstViewAnim .top #firstView div.lead {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 0.2s;
  transition-delay: 1.1s;
}

.top #firstView div.parts span {
  opacity: 0;
}

.firstViewAnim .top #firstView div.parts span {
  animation: firstView_parts 0.4s forwards;
}

@keyframes firstView_parts {
  0% {
    transform: translateY(16px);
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  55% {
    transform: translateY(-6px);
  }

  75% {
    transform: translateY(2px);
  }

  90% {
    transform: translateY(-1px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.top #firstView div.parts span:nth-of-type(1) {
  animation-delay: 1.63s;
}

.top #firstView div.parts span:nth-of-type(2) {
  animation-delay: 1.66s;
}

.top #firstView div.parts span:nth-of-type(3) {
  animation-delay: 1.69s;
}

.top #firstView div.parts span:nth-of-type(4) {
  animation-delay: 1.72s;
}

.top #firstView div.parts span:nth-of-type(5) {
  animation-delay: 1.75s;
}

.top #firstView div.parts span:nth-of-type(6) {
  animation-delay: 1.78s;
}

.top #firstView div.parts_big span {
  opacity: 0;
}

.firstViewAnim:not(.firstViewAnim_init) .top #firstView div.parts_big span {
  opacity: 1;
}

.firstViewAnim:is(.firstViewAnim_init) .top #firstView div.parts_big span {
  animation: firstView_parts_big 0.8s forwards;
}

@keyframes firstView_parts_big {
  0% {
    transform: translateY(26px);
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  55% {
    transform: translateY(-10px);
  }

  75% {
    transform: translateY(4px);
  }

  90% {
    transform: translateY(-2px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.firstViewAnim:is(.firstViewAnim_init) .top #firstView div.parts_big span:nth-of-type(1) {
  animation-delay: 1.5s;
}

.firstViewAnim:is(.firstViewAnim_init) .top #firstView div.parts_big span:nth-of-type(2) {
  animation-delay: 1.6s;
}

.firstViewAnim:not(.firstViewAnim_init) .top #firstView div.parts_big span.active {
  animation: firstView_parts_big_item__img 0.8s forwards;
  animation-delay: 0s;
	opacity: 1;
}

@keyframes firstView_parts_big_item__img {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }

  30% {
    transform: translateY(-26px);
  }

  55% {
    transform: translateY(2px);
  }

  75% {
    transform: translateY(-4px);
  }

  90% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


.top #info {
  margin: 1.3rem auto 0;
  max-width: 92%;
}

.top #info article {
  background: no-repeat center / auto 100%;
  font-size: 0;
}

.top #info .info_top {
  background-image: url(/2027/assets/img/info_top_sp.webp);
  aspect-ratio: 1.145 / 1;
  position: relative;
}

.top #info .info_top span {
  position: absolute;
  top: 60%;
  right: 23.5%;
  font-family: 'Oswald';
  font-size: 27.4vw;
  line-height: 1;
  letter-spacing: 1px;
}

.top #info .info_bottom {
  background-image: url(/2027/assets/img/info_bottom_sp.webp);
  aspect-ratio: 3.1 / 1;
  margin-top: 0.4rem;
}


.top .item__img {
  position: absolute;
  aspect-ratio: 1;
  background: no-repeat center / contain;
  pointer-events: none;
}

.top .section:is(.about, .reason) .section__heading .section__label {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.3rem 0.5rem;
}

.top .section:is(.about, .reason) .section__heading .section__title {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.8rem 1.8rem 0.9rem;
  white-space: nowrap;
}

.top .section:is(.news, .media) .section__heading .section__label {
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.3rem 0.6rem;
}

.top .section:is(.news, .media) .section__heading .section__title {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 0.7rem 1.8rem;
}

.top .item__img.active {
  animation: item__img 0.8s forwards;
}

@keyframes item__img {
  0% {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  30% {
    margin-top: -26px;
    margin-bottom: 26px;
  }

  55% {
    margin-top: 2px;
    margin-bottom: -2px;
  }

  75% {
    margin-top: -4px;
    margin-bottom: 4px;
  }

  90% {
    margin-top: 1px;
    margin-bottom: -1px;
  }

  100% {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.top .section.about {
  padding-top: 8.5rem;
}

.top .section.about .section__body {
  position: relative;
}

.top .section.about .section__body .section__heading {
  margin: 0;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
}

.top .section.about .section__body .content h3 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.top .section.about .section__body .content h3 span {
  display: inline;
  text-decoration: underline 0.14em var(--color-yellow);
  text-underline-offset: 0.3em;
}

.top .section.about .section__body .content h3 span:first-of-type::before {}

.top .section.about .section__body .content h3 span:last-of-type {}

.top .section.about .section__body .content h3 span:last-of-type::after {
  content: "　";
  display: inline;
  background: url(/2027/assets/img/about_h3_ex.webp) no-repeat right bottom 0.2em / auto 1.1em;
  padding-right: 0.1em;
}

.top .section.about .section__body .content p {
  font-size: 1.05rem;
  line-height: 1.9;
}

.top .section.about .section__body .content>div {
  border: solid 3px var(--color-text);
  position: relative;
  background: white;
}

.top .section.about .section__body .content .content__01 {
  padding: 20.6rem 1rem 1.8rem 1rem;
  z-index: 3;
}

.top .section.about .section__body .content .content__01 figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  aspect-ratio: 1.2 / 1;
  background: url(/2027/assets/img/about_01.webp) no-repeat center top / cover;
}

.top .section.about .section__body .content .content__01 p {
  margin-top: 1.3rem;
  margin-bottom: 1.4rem;
}

.top .section.about .section__body .content .content__01 .item__img {
  background-image: url(/2027/assets/img/parts_01.webp);
  bottom: -3rem;
  right: 0.6rem;
  width: 8.5rem;
}

.top .section.about .section__body .content .content__02 {
  margin-top: -1.7rem;
  margin-left: -0.6rem;
  margin-right: -0.7rem;
  padding: 4.1rem 0 4.8rem 1.2rem;
  z-index: 1;
  background: url(/2027/assets/img/about_02_sp.webp) no-repeat center / cover white;
  text-align: center;
}

.top .section.about .section__body .content .content__02 ul {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}

.top .section.about .section__body .content .content__02 ul li {
  display: block;
  font-family: 'Oswald';
  font-size: 4rem;
  line-height: 1;
  color: #E51C1D;
  position: relative;
  font-weight: 600;
  margin-bottom: 2rem;
}

.top .section.about .section__body .content .content__02 ul li::before {
  content: attr(data-title);
  display: block;
  width: fit-content;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-text);
  border: solid 3px var(--color-text);
  padding: 0.6em 1.3em;
  margin: 0 auto 0.6rem;
  background: white;
}

.top .section.about .section__body .content .content__02 ul li::after {
  content: attr(data-unit);
  font-size: 2rem;
  color: var(--color-text);
}

.top .section.about .section__body .content .content__03 {
  margin-top: -2.3rem;
  margin-left: 0;
  margin-right: 0;
  padding: 3.4rem 1rem 1.2rem 1rem;
  z-index: 3;
}

.top .section.about .section__body .content .content__03::before {
  content: "MOVIE";
  position: absolute;
  top: 0;
  left: 2.6rem;
  z-index: 2;
  border: 3px solid var(--color-text);
  border-top: none;
  border-radius: 0 0 calc(var(--fluid-rem) * 0.375) calc(var(--fluid-rem) * 0.375);
  background-color: var(--color-yellow);
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.4rem 1.2rem;
}

.top .section.about .section__body .content .content__03 p {
  margin-top: 1.4rem;
  margin-bottom: 1.6rem;
}

.top .section.about .section__body .content .content__03 figure {
  width: 100%;
  max-width: none;
  aspect-ratio: 1.8 / 1;
  background: url(/2027/assets/img/about_03.webp) no-repeat center / contain;
  margin-top: 2.4rem;
}

.top .section.about .section__body .content .content__03 .item__img {}

.top .section.about .section__body .content .elm-motion-top.content__01,
.top .section.about .section__body .content .elm-motion-top.content__03 {
  transform-origin: left top;
  transform: rotate(-20deg);
  opacity: 0;
}

.top .section.about .section__body .content .elm-motion-top.content__01.is-active,
.top .section.about .section__body .content .elm-motion-top.content__03.is-active {
  opacity: 1;
  transition: 0.2s;
  animation: rotateBounce_left 0.6s forwards;
}

@keyframes rotateBounce_left {
  0% {
    transform: rotate(-20deg);
    animation-timing-function: cubic-bezier(.55, 0, 1, .45);
  }

  42% {
    transform: rotate(1deg);
    animation-timing-function: cubic-bezier(.15, .75, .25, 1);
  }

  70% {
    transform: rotate(-4deg);
    animation-timing-function: cubic-bezier(.55, 0, .85, .45);
  }

  100% {
    transform: rotate(0deg);
  }
}

.top .section.about .section__body .content .elm-motion-top.content__02 {
  transform-origin: right top;
  transform: rotate(20deg);
  opacity: 0;
}

.top .section.about .section__body .content .elm-motion-top.content__02.is-active {
  opacity: 1;
  transition: 0.2s;
  animation: rotateBounce_right 0.6s forwards;
}

@keyframes rotateBounce_right {
  0% {
    transform: rotate(20deg);
    animation-timing-function: cubic-bezier(.55, 0, 1, .45);
  }

  42% {
    transform: rotate(-1deg);
    animation-timing-function: cubic-bezier(.15, .75, .25, 1);
  }

  70% {
    transform: rotate(4deg);
    animation-timing-function: cubic-bezier(.55, 0, .85, .45);
  }

  100% {
    transform: rotate(0deg);
  }
}

.top .section.reason {
  margin-top: 2rem;
  padding-bottom: 2.8rem;
  background: url(/2027/assets/img/merit_bg_right.webp) no-repeat left calc(50% + 10rem) top 1% / auto 80rem, url(/2027/assets/img/merit_bg_left.webp) no-repeat right calc(50% + 10rem) top 33% / auto 20rem #3999A7;
}

.top .section.reason .section__body {
  position: relative;
}

.top .section.reason .section__body .section__heading {
  margin: 0;
  position: absolute;
  top: -1.8rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
}

.top .section.reason .section__body .merit {
  padding-top: 8rem;
}

.top .section.reason .section__body .merit ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
}

.top .section.reason .section__body .merit ul li {
  display: block;
  background: white;
  position: relative;
  padding-top: 8.2rem;
}

.top .section.reason .section__body .merit ul li::before {
  content: "出展のメリット";
  position: absolute;
  top: -1.7rem;
  left: 50%;
  z-index: 2;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.7rem;
  border: solid 3px var(--color-text);
  transform: translate(-50%, 0);
  width: 11.5rem;
  background: white;
  padding-left: 0.7em;
}

.top .section.reason .section__body .merit ul li::after {
  content: attr(data-num);
  position: absolute;
  top: -1.7rem;
  left: 50%;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.7rem;
  border: solid 3px var(--color-text);
  background: var(--color-text);
  transform: translate(-50%, 0);
  width: 3.1rem;
  color: white;
  margin-left: 4.2rem;
  text-align: center;
}

.top .section.reason .section__body .merit ul li h3 {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.07em;
  position: absolute;
  width: 100%;
  top: 5rem;
  transform: translate(0, -50%);
  text-align: center;
}

.top .section.reason .section__body .merit ul li h3 span {
  font-size: 1.65rem;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.top .section.reason .section__body .merit ul li h3 span::before {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-yellow);
}

.top .section.reason .section__body .merit ul li figure {
  display: block;
  background: no-repeat left top / auto 100%;
  width: 100%;
  max-width: none;
  aspect-ratio: 1.45 / 1;
}

.top .section.reason .section__body .merit ul li[data-num="1"] figure {
  background-image: url(/2027/assets/img/merit_01.webp);
}

.top .section.reason .section__body .merit ul li[data-num="2"] figure {
  background-image: url(/2027/assets/img/merit_02.webp);
}

.top .section.reason .section__body .merit ul li[data-num="3"] figure {
  background-image: url(/2027/assets/img/merit_03.webp);
}

.top .section.reason .section__body .merit ul li[data-num="4"] figure {
  background-image: url(/2027/assets/img/merit_04.webp);
}

.top .section.reason .section__body .merit ul li .slide {
  text-align: right;
  padding: 56% 1.3rem 0 0;
  transition: background-position 0.3s;
}

.top .section.reason .section__body .merit ul li .slide[data-show="1"] {
  background-position: left 0% center;
}

.top .section.reason .section__body .merit ul li .slide[data-show="2"] {
  background-position: left 100% center;
}

.top .section.reason .section__body .merit ul li .slide .active {
  background: #D8D8D8;
  cursor: auto;
  pointer-events: none;
}

.top .section.reason .section__body .merit ul li .slide span {
  display: inline-block;
  background: #3999A7;
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  position: relative;
}

.top .section.reason .section__body .merit ul li .slide span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 35%;
  background: url(/2027/assets/img/triangle.webp) no-repeat center / contain;
}

.top .section.reason .section__body .merit ul li .slide span.active::before {
  opacity: 0.8;
}

.top .section.reason .section__body .merit ul li .slide span:first-of-type::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.top .section.reason .section__body .merit .link-button-list {
  text-align: center;
  margin-top: 3rem;
}

.top .section.reason .section__body .merit .item__img {}

.top .section.reason .section__body .period {
  background: url(/2027/assets/img/period_left.webp) no-repeat left -1px center / auto 100%, url(/2027/assets/img/period_right.webp) no-repeat right -1px center / auto 100% var(--color-yellow);
  margin-top: 5rem;
  aspect-ratio: 1.12 / 1;
  position: relative;
  padding-top: 66%;
  overflow: hidden;
}

.top .section.reason .section__body .period::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url(/2027/assets/img/period_text_sp.webp) no-repeat center top 23% / auto 56%;
}

.top .section.reason .section__body .period .person_01 {
  background: url(/2027/assets/img/person_01.webp) no-repeat center / contain;
  position: absolute;
  top: 58.5%;
  right: 4.6%;
  z-index: 2;
  width: 14.5%;
  aspect-ratio: 1 / 1;
  margin: -4px -10px 0 0;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.6s;
}

.top .section.reason .section__body .period .person_02 {
  background: url(/2027/assets/img/person_02_s.webp) no-repeat center / contain;
  position: absolute;
  top: 69.3%;
  right: -10.1%;
  z-index: 2;
  width: 35.7%;
  aspect-ratio: 1 / 1;
  margin: -6px 16px 0 0;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}

.top .section.reason .section__body .period .person_03 {
  background: url(/2027/assets/img/person_03_s.webp) no-repeat center / contain;
  position: absolute;
  top: 61.5%;
  left: -17%;
  z-index: 2;
  width: 55%;
  aspect-ratio: 1 / 1;
  margin: -6px 0 0 30px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 1.0s;
}

.top .section.reason .section__body .period.is-active .person_01,
.top .section.reason .section__body .period.is-active .person_02,
.top .section.reason .section__body .period.is-active .person_03 {
  margin: 0;
  opacity: 1;
}

.top .section.reason .section__body .period .link-button-list {
  text-align: center;
  position: relative;
  z-index: 5;
}

.top .section.reason .section__body .zone {
  margin-top: 5.4rem;
  border: solid 3px var(--color-text);
  background: white;
  padding: 1rem 1rem 2.4rem;
}

.top .section.reason .section__body .zone h3 {
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 900;
  position: relative;
  text-align: center;
}

.top .section.reason .section__body .zone h3 span {
  display: inline-block;
}

.top .section.reason .section__body .zone h3::before {
  content: "";
  background: url(/2027/assets/img/zone_h3.webp) no-repeat center / contain;
  position: absolute;
  top: -2.9rem;
  left: 1.8rem;
  z-index: 2;
  width: 6.4rem;
  aspect-ratio: 1 / 1;
}

.top .section.reason .section__body .zone .content {}

.top .section.reason .section__body .zone .content p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.top .section.reason .section__body .zone .content h4 {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}

.top .section.reason .section__body .zone .content h4 span {
  display: inline-block;
  position: relative;
}

.top .section.reason .section__body .zone .content h4 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-yellow);
}

.top .section.reason .section__body .zone .content .content__01 {
  grid-column: 1 / 3;
  padding: 1.2rem 0 15.6rem 0;
  border-bottom: dashed 2px var(--color-text);
  background: url(/2027/assets/img/zone_01.webp) no-repeat left 140% bottom 0% / 110% auto;
}

.top .section.reason .section__body .zone .content .content__01 h4 {
  margin-top: 3.2rem;
  margin-bottom: 1.4rem;
  font-size: 1.6rem;
}

.top .section.reason .section__body .zone .content .content__02 {
  grid-column: 1;
  border-bottom: dashed 2px var(--color-text);
  padding: 1.8rem 0 1.5rem 0;
}

.top .section.reason .section__body .zone .content .content__02 figure {
  max-width: none;
  aspect-ratio: 1.55 / 1;
  background: url(/2027/assets/img/zone_02_sp.webp) no-repeat center / contain;
  margin-top: 1.8rem;
}

.top .section.reason .section__body .zone .content .content__03 {
  grid-column: 2;
  padding: 1.9rem 0 0 0;
  width: 100%;
}

.top .section.reason .section__body .zone .content .content__03 h4 {
  grid-column: 1 / 3;
  height: auto;
}

.top .section.reason .section__body .zone .content .content__03 figure {
  margin-top: 1.1rem;
  max-width: none;
  aspect-ratio: 1.55 / 1;
  background: url(/2027/assets/img/zone_03.webp) no-repeat center / contain;
}

.top .section.reason .section__body .zone .content .content__03 p {
  font-size: 1.05rem;
  line-height: 1.8;
  padding-top: 0.8rem;
}

.top .section.reason .section__body .zone .link-button-list {
  text-align: center;
  margin-top: 2.4rem;
}

.top .section.reason .section__body .zone .item__img {}

.top .section.news {
  padding-top: 7.8rem;
  padding-bottom: 3.4rem;
}

.top .section.news .section__body {
  position: relative;
}

.top .section.news .section__body .section__heading {
  margin: 0;
  position: absolute;
  top: -2.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
}

.top .section.news .section__body ul {
  border: solid 2px var(--color-text);
  position: relative;
  background: white;
  padding: 1.5rem 1rem 0.8rem 1rem;
  max-height: 20rem;
  overflow: auto;
}

.top .section.news .section__body ul li {
  display: block;
  margin-bottom: 1rem;
}

.top .section.news .section__body ul li span {
  display: block;
  font-size: 0.9rem;
}

.top .section.news .section__body ul li p {
  display: block;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 600;
}

.top .section.media {
  padding-top: 0;
}

.top .section.media .section__body {
  position: relative;
}

.top .section.media .section__body .section__heading {
  margin: 0;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
}

.top .section.media .section__body div {
  padding-top: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.top .section.media .section__body div a {
  font-size: 1.05rem;
	color: var(--color-text);
	text-decoration: none;
}

.top .section.media .section__body div a figure {
  max-width: none;
  background: no-repeat center / 100% auto;
  aspect-ratio: 1.45 / 1;
  margin-bottom: 0rem;
}

@media (min-width: 744px) {
  .top .sp_blk {
    display: none;
  }

  .top .pc_blk {
    display: block;
  }

  .top #firstView {
    height: 620px;
  }

  .top #firstView div.line {
    background: url(/2027/assets/img/line.webp) no-repeat center top 44% / auto 170%;
  }

  .top #firstView div.parts_big {
    height: 100%;
    overflow: visible;
  }

  .top #firstView div.parts_big span:nth-of-type(1) {
    width: 240px;
    margin-left: -52%;
    top: 66%;
    bottom: auto;
  }

  .top #firstView div.parts_big span:nth-of-type(2) {
    width: 250px;
    margin-left: 39.5%;
    top: 37%;
  }

  .top #firstView div.person_01 {
    background: url(/2027/assets/img/person_01.webp) no-repeat right top 26% / auto 41%;
    width: 31.5%;
  }

  .top #firstView div.person_02 {
    background: url(/2027/assets/img/person_02.webp) no-repeat right top 101% / auto 83%;
    width: 59%;
  }

  .top #firstView div.person_03 {
    background: url(/2027/assets/img/person_03.webp) no-repeat left top -11.6% / auto 167%;
    width: 87.6%;
  }

  .top #firstView div.lead {
    background: url(/2027/assets/img/lead.webp) no-repeat right top 97% / auto 51%;
    width: 90%;
  }

  .top #firstView div.parts span:nth-of-type(1) {
    width: 304px;
    margin-left: -61.5%;
    top: 15%;
  }

  .top #firstView div.parts span:nth-of-type(2) {
    width: 145px;
    margin-left: -15.5%;
    top: 4.5%;
  }

  .top #firstView div.parts span:nth-of-type(3) {
    width: 140px;
    margin-left: -28.5%;
    top: 78%;
  }

  .top #firstView div.parts span:nth-of-type(4) {
    width: 200px;
    margin-left: 30%;
    top: 6%;
  }

  .top #firstView div.parts span:nth-of-type(5) {
    width: 140px;
    margin-left: 30.5%;
    top: 37%;
  }

  .top #firstView div.parts span:nth-of-type(6) {
    background-image: url(/2027/assets/img/parts_06.webp);
    width: 160px;
    margin-left: 30.5%;
    top: 89%;
    display: block;
  }

  .top #info {
    margin: 1.4rem auto 0;
    max-width: 1264px;
    width: 100%;
  }

  .top #info .info_top {
    background-image: url(/2027/assets/img/info_top.webp);
    background-position: right center;
    background-size: auto 100%;
    aspect-ratio: 7.15 / 1;
  }

  .top #info .info_top span {
    top: 11%;
    right: 7.3%;
    font-size: min(8.7rem, 11vw);
    letter-spacing: 1px;
  }

  .top #info .info_bottom {
    background-image: url(/2027/assets/img/info_bottom.webp);
    aspect-ratio: 8.03 / 1;
    margin-top: -0.8rem;
    position: relative;
    z-index: 2;
  }

  .top .item__img {}

  .top .section:is(.about, .reason) .section__heading .section__label {
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.2rem 1.8rem;
  }

  .top .section:is(.about, .reason) .section__heading .section__title {
    font-size: 2.2rem;
    padding: 1.5rem 2rem 1.7rem;
  }

  .top .section:is(.news, .media) .section__heading .section__label {
    font-size: 0.8rem;
    line-height: 1;
    padding: 0.3rem 0.6rem;
  }

  .top .section:is(.news, .media) .section__heading .section__title {
    font-size: 1.8rem;
    line-height: 1;
    padding: 0.7rem 1.8rem;
  }

  .top .section.about {
    padding-top: 9.5rem;
  }

  .top .section.about .section__body {
    position: relative;
  }

  .top .section.about .section__body .section__heading {
    top: -3.7rem;
  }

  .top .section.about .section__body .content h3 {
    font-size: 2.1rem;
    padding-right: 0.6em;
  }

  .top .section.about .section__body .content h3 span:last-of-type {
  }

  .top .section.about .section__body .content h3 span:first-of-type::before {
  }

  .top .section.about .section__body .content h3 span:last-of-type::after {
    width: 1.1em;
  }

  .top .section.about .section__body .content p {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }

  .top .section.about .section__body .content>div {
    border: solid 5px var(--color-text);
    position: relative;
    background: white;
  }

  .top .section.about .section__body .content .content__01 {
    margin-left: 2.7rem;
    padding: 6.2rem 3rem 2.8rem 37%;
    z-index: 3;
  }

  .top .section.about .section__body .content .content__01 figure {
    width: 37%;
    aspect-ratio: auto;
    height: 100%;
    background: url(/2027/assets/img/about_01.webp) no-repeat left top / cover;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  }

  .top .section.about .section__body .content .content__01 p {}

  .top .section.about .section__body .content .content__01 .item__img {
    bottom: -6.4rem;
    right: 10%;
    width: min(16.9rem, 20vw);
  }

  .top .section.about .section__body .content .content__02 {
    margin-top: -3.3rem;
    margin-left: 0;
    margin-right: 2.7rem;
    padding: 7.8rem 0 8rem 0.3rem;
    background: url(/2027/assets/img/about_02_left.webp) no-repeat left center / 30% 100%, url(/2027/assets/img/about_02_right.webp) no-repeat right center / 30% 100% white;
  }

  .top .section.about .section__body .content .content__02 ul {
    margin-top: 2.2rem;
  }

  .top .section.about .section__body .content .content__02 ul li {
    display: inline-block;
    font-size: 6.9rem;
    margin: 0 0.25em 2.2rem;
  }

  .top .section.about .section__body .content .content__02 ul li::before {}

  .top .section.about .section__body .content .content__02 ul li::after {
    content: attr(data-unit);
    font-size: 2.3rem;
    color: var(--color-text);
    padding-left: 0.1em;
  }

  .top .section.about .section__body .content .content__03 {
    margin-top: -4.1rem;
    margin-left: 5.2rem;
    margin-right: 5.2rem;
    padding: 3.2rem 42% 2.6rem 2.8rem;
    z-index: 3;
  }

  .top .section.about .section__body .content .content__03 p {
    margin-top: 1.4rem;
    margin-right: 2rem;
    margin-bottom: 1.6rem;
  }

  .top .section.about .section__body .content .content__03 figure {
    position: absolute;
    top: 3.8rem;
    right: 3rem;
    width: 44.2%;
    margin: 0;
  }

  .top .section.about .section__body .content .content__03 .item__img {
    background-image: url(/2027/assets/img/parts_03.webp);
    bottom: -3.7rem;
    left: 20.5rem;
    width: 8.8rem;
  }

  .top .section.reason {
    margin-top: 1.9rem;
    padding-bottom: 5rem;
    background: url(/2027/assets/img/merit_bg_right.webp) no-repeat left calc(50% + 35rem) top 0% / auto 110rem, url(/2027/assets/img/merit_bg_left.webp) no-repeat right calc(50% + 38rem) top 33% / auto 20rem #3999A7;
  }

  .top .section.reason .section__body {
    position: relative;
  }

  .top .section.reason .section__body .section__heading {
    margin: 0;
    top: -2rem;
    z-index: 5;
  }

  .top .section.reason .section__body .merit {
    padding-top: 7.8rem;
  }

  .top .section.reason .section__body .merit ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.3rem 4rem;
  }

  .top .section.reason .section__body .merit ul li {
    display: block;
    background: white;
    position: relative;
    padding-top: 10rem;
  }

  .top .section.reason .section__body .merit ul li::before {
    top: -1.2rem;
    line-height: 3rem;
    width: 12.5rem;
    padding-left: 1em;
  }

  .top .section.reason .section__body .merit ul li::after {
    top: -1.2rem;
    font-size: 1.8rem;
    line-height: 3rem;
    width: 3.3rem;
    margin-left: 4.6rem;
  }

  .top .section.reason .section__body .merit ul li h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    top: 5.8rem;
  }

  .top .section.reason .section__body .merit ul li h3 span {
    font-size: 2.1rem;
    line-height: 1;
    display: inline-block;
    position: relative;
  }

  .top .section.reason .section__body .merit ul li h3 span::before {
    content: "";
    position: absolute;
    bottom: -0.2em;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-yellow);
  }

  .top .section.reason .section__body .merit ul li figure {
    display: block;
    background: no-repeat left top / auto 100%;
    width: 100%;
    max-width: none;
    aspect-ratio: 1.45 / 1;
  }

  .top .section.reason .section__body .merit ul li[data-num="1"] figure {
    background-image: url(/2027/assets/img/merit_01.webp);
  }

  .top .section.reason .section__body .merit ul li[data-num="2"] figure {
    background-image: url(/2027/assets/img/merit_02.webp);
  }

  .top .section.reason .section__body .merit ul li[data-num="3"] figure {
    background-image: url(/2027/assets/img/merit_03.webp);
  }

  .top .section.reason .section__body .merit ul li[data-num="4"] figure {
    background-image: url(/2027/assets/img/merit_04.webp);
  }

  .top .section.reason .section__body .merit ul li .slide {
    text-align: right;
    padding: 61% 0.8rem 0 0;
  }

  .top .section.reason .section__body .merit ul li .slide .active {}

  .top .section.reason .section__body .merit ul li .slide span {
    width: 1.8rem;
  }

  .top .section.reason .section__body .merit .link-button-list {
    text-align: center;
    margin-top: 2.6rem;
  }

  .top .section.reason .section__body .merit .item__img {
    background-image: url(/2027/assets/img/parts_05.webp);
    top: -5.4rem;
    right: 8.2rem;
    width: 9.4rem;
    transform: rotate(60deg);
  }

  .top .section.reason .section__body .period {
    background: url(/2027/assets/img/period_left.webp) no-repeat left -1px center / auto 100%, url(/2027/assets/img/period_right.webp) no-repeat right -1px center / auto 100% var(--color-yellow);
    margin-top: 4.5rem;
    aspect-ratio: 3.5 / 1;
    position: relative;
    padding-top: 21.4%;
    overflow: hidden;
  }

  .top .section.reason .section__body .period::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: url(/2027/assets/img/period_text.webp) no-repeat center top 21% / auto 62%;
  }

  .top .section.reason .section__body .period .person_01 {
    top: 10.3%;
    right: -0.6%;
    width: 8.5%;
  }

  .top .section.reason .section__body .period .person_02 {
    top: 33.3%;
    right: -2.9%;
    width: 17.7%;
  }

  .top .section.reason .section__body .period .person_03 {
    top: 51.2%;
    left: -7%;
    width: 33%;
  }

  .top .section.reason .section__body .period .link-button-list {
    text-align: center;
  }

  .top .section.reason .section__body .zone {
    margin-top: 5.2rem;
    border: solid 3px var(--color-text);
    background: white;
    padding: 2.6rem 3rem 3.8rem;
    position: relative;
  }

  .top .section.reason .section__body .zone h3 {
    font-size: 3.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 auto;
    width: fit-content;
    padding-left: 8.9rem;
    padding-right: 6rem;
  }

  .top .section.reason .section__body .zone h3::before {
    content: "";
    background: url(/2027/assets/img/zone_h3.webp) no-repeat center / contain;
    position: absolute;
    top: -4.7rem;
    left: -2.5rem;
    z-index: 2;
    width: 11.4rem;
    aspect-ratio: 1 / 1;
  }

  .top .section.reason .section__body .zone .content {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
  }

  .top .section.reason .section__body .zone .content p {
    font-size: 1.35rem;
    line-height: 1.7;
  }

  .top .section.reason .section__body .zone .content h4 {
    font-size: 1.7rem;
  }

  .top .section.reason .section__body .zone .content h4 span {
    display: inline-block;
    position: relative;
  }

  .top .section.reason .section__body .zone .content h4 span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--color-yellow);
  }

  .top .section.reason .section__body .zone .content .content__01 {
    grid-column: 1 / 3;
    padding: 1.7rem 0 6rem 0;
    background: url(/2027/assets/img/zone_01.webp) no-repeat right 1% bottom / 64% auto;
  }

  .top .section.reason .section__body .zone .content .content__01 p:nth-of-type(1) {
    text-align: center;
  }

  .top .section.reason .section__body .zone .content .content__01 p:nth-of-type(2) {
    margin-left: 3.5rem;
  }

  .top .section.reason .section__body .zone .content .content__01 h4 {
    margin-top: 5.6rem;
    margin-bottom: 2.4rem;
    font-size: 3.3rem;
    letter-spacing: 0.05em;
    text-align: left;
    margin-left: 3.5rem;
  }

  .top .section.reason .section__body .zone .content .content__02 {
    grid-column: 1;
    border-right: dashed 2px var(--color-text);
    border-bottom: none;
    padding: 2rem 1.9rem 0 0;
  }

  .top .section.reason .section__body .zone .content .content__02 figure {
    max-width: none;
    aspect-ratio: 1.4 / 1;
    background: url(/2027/assets/img/zone_02.webp) no-repeat center / contain;
    margin-top: 1.8rem;
  }

  .top .section.reason .section__body .zone .content .content__03 {
    padding: 2rem 0 0 2.5rem;
    width: 100%;
  }

  .top .section.reason .section__body .zone .content .content__03 h4 {
    grid-column: 1 / 3;
    height: auto;
  }

  .top .section.reason .section__body .zone .content .content__03 figure {
    aspect-ratio: 1.95 / 1;
    background: url(/2027/assets/img/zone_03.webp) no-repeat center / contain;
  }

  .top .section.reason .section__body .zone .content .content__03 p {
    font-size: 1.05rem;
    line-height: 1.7;
    padding-top: 1.7rem;
  }

  .top .section.reason .section__body .zone .link-button-list {
    text-align: center;
    margin-top: 2.4rem;
  }

  .top .section.reason .section__body .zone .item__img {
    background-image: url(/2027/assets/img/parts_big_01.webp);
    top: 1.6rem;
    right: -1.5rem;
    width: 10.4rem;
  }

  .top .section.news {
    padding-top: 7.5rem;
    padding-bottom: 7.2rem;
  }

  .top .section.news .section__body {
    position: relative;
  }

  .top .section.news .section__body .section__heading {
    top: -2.3rem;
  }

  .top .section.news .section__body ul {
    border: solid 2px var(--color-text);
    position: relative;
    background: white;
    padding: 3.1rem 3.5rem 2.2rem 3.5rem;
  }

  .top .section.news .section__body ul li {
  }

  .top .section.news .section__body ul li span {
    display: inline-block;
    vertical-align: top;
    width: 7.6em;
  }

  .top .section.news .section__body ul li p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 7.6em);
  }

  .top .section.media {
    padding-top: 1.5rem;
  }

  .top .section.media .section__body {
    position: relative;
  }

  .top .section.media .section__body .section__heading {
    top: -2.1rem;
  }

  .top .section.media .section__body div {
    padding-top: 3.7rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }

  .top .section.media .section__body div a {
    font-size: 1.05rem;
  }

  .top .section.media .section__body div a figure {
    max-width: none;
    background: no-repeat center / 100% auto;
    aspect-ratio: 1.45 / 1;
    margin-bottom: 0.4rem;
  }
}
/*# sourceMappingURL=style.css.map */