body.is-open {
  width: 100%;
}

.stepwgn-30th-main {
  overflow: unset;
}

:is(.stepwgn-30th-contents, .stepwgn-30th-contents-fixed) img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  .u-sp-show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-hide {
    display: none !important;
  }
}
.btn_pagetop:not(.is-active), .l-sticky-menu:not(.is-active) {
  opacity: 0 !important;
}

.btn_pagetop.is-active {
  visibility: hidden;
  opacity: 0;
}

.l-sticky-menu.is-active {
  visibility: hidden;
  opacity: 0;
  animation: none;
}

.stepwgn-30th-top {
  padding: 2200px 0 40vh 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-top {
    padding-top: 2700px;
  }
}
.stepwgn-30th-top__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.stepwgn-30th-top__bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.stepwgn-30th-top__bg iframe {
  position: relative;
  width: 100%;
  width: max(100%, 177.7777777778vh);
  height: 100%;
  height: max(100%, 56.25vw);
  top: min(0px, (100vh - 56.25vw) / 2);
  left: min(0px, (100vw - 177.7777777778vh) / 2);
  background: #000;
}
.stepwgn-30th-top__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}
.stepwgn-30th-top__logo-group, .stepwgn-30th-top__text-01, .stepwgn-30th-top__text-02 {
  position: fixed;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
}
.stepwgn-30th-top__logo-group {
  display: flex;
  justify-content: center;
  opacity: 0;
}
.stepwgn-30th-top__logo {
  width: 124px;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-top__logo {
    width: 157px;
  }
}
.stepwgn-30th-top__text-01 {
  padding-left: 1em;
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.25em;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-top__text-01 {
    font-size: 28px;
  }
}
.stepwgn-30th-top__text-01 .line {
  color: #fff;
}
.stepwgn-30th-top__text-02 {
  font-size: 15px;
  line-height: 4;
  letter-spacing: 0.2em;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-top__text-02 {
    font-size: 19px;
    line-height: 4.7;
    letter-spacing: 0.15em;
  }
}
.stepwgn-30th-top__text-02 .line {
  color: #fff;
}
.stepwgn-30th-top__video {
  position: relative;
  min-height: 500px;
}

.fixed-scroll {
  position: absolute;
  top: calc(100% + 40px);
  right: 50%;
  transform: translateX(50%);
  color: #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fixed-scroll {
    top: calc(100% + 45px);
  }
}
.fixed-scroll__text {
  display: block;
  width: 12px;
}
.fixed-scroll__arrow {
  margin: 0;
  overflow: hidden;
}
.fixed-scroll__arrow-inner {
  margin: 0 0 0 auto;
  width: 8px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.355%22%20height%3D%2241.245%22%20viewBox%3D%220%200%208.355%2041.245%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031%22%20d%3D%22M39.4-4.536V35.537l6.8-7.18H41.413%22%20transform%3D%22translate(-38.929%204.536)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%220.934%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  animation: arrow 4s infinite;
}
.fixed-scroll__arrow-inner img {
  display: none;
  width: 100%;
}

.video-link {
  margin: 0 auto;
  width: 340px;
  max-width: calc(100% - 50px);
}
@media screen and (min-width: 768px) {
  .video-link {
    width: 720px;
  }
}
.video-link__text {
  width: 146px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .video-link__text {
    width: 253px;
    max-width: 100%;
  }
}
.video-link__link {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}
.video-link__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  z-index: 2;
}
.video-link__link:hover:before {
  opacity: 1;
}
.video-link__link:hover .video-link__image img {
  transform: scale(1.05);
}
.video-link__animate-text {
  position: absolute;
  bottom: 16.5%;
  left: 0;
  width: 100%;
  font-family: var(--font-bold);
  font-size: 15px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .video-link__animate-text {
    font-size: 26px;
    font-family: var(--font-normal);
  }
}
.video-link__icon {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 48px;
  transform: translate(50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .video-link__icon {
    width: 90px;
  }
}
.video-link__image {
  width: 100%;
}
.video-link__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.sticky-margin {
  height: 120vh;
}

.bg,
.bg-02,
.bg-03 {
  margin-top: -100vh;
  top: 0rem;
  height: 100vh;
  width: 100%;
  overflow: clip;
  z-index: 0;
}
.bg__image-wrapper,
.bg-02__image-wrapper,
.bg-03__image-wrapper {
  width: 100%;
  height: 100%;
}
.bg img,
.bg-02 img,
.bg-03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .bg-02 img {
    object-position: center bottom;
  }
}

.bg-03 {
  background: lemonchiffon url(/STEPWGN/30th_special_movie/images/bg-03-base-sp.jpg) no-repeat center top/cover fixed;
}
@media screen and (min-width: 768px) {
  .bg-03 {
    background-image: url(/STEPWGN/30th_special_movie/images/bg-03-base-pc.jpg);
  }
}

.bg-text {
  position: absolute;
  top: 20%;
  left: 25.5%;
  right: 0;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.25em;
  color: #fff;
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .bg-text {
    display: flex;
    justify-content: center;
    top: calc(50% - 28px);
    top: calc(50% - 0.5lh);
    left: 0;
    font-size: 28px;
  }
}

.stepwgn-30th-sub-01 {
  overflow: clip;
  border-top: 1px solid transparent;
}

.stepwgn-30th-gallery-01 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 80px 0 72px;
  background: url(/STEPWGN/30th_special_movie/images/gallery-01-bg-sp.jpg) top left/cover;
  color: #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-01 {
    grid-template-columns: repeat(6, 1fr);
    padding: 96px 0 72px;
    background-image: url(/STEPWGN/30th_special_movie/images/gallery-01-bg-pc.jpg);
  }
}
.stepwgn-30th-gallery-01 img, .stepwgn-30th-gallery-01 video {
  width: 100%;
}
.stepwgn-30th-gallery-01 video {
  object-position: left;
}
.stepwgn-30th-gallery-01 .grid-item-03 {
  grid-column: span 2;
}
.stepwgn-30th-gallery-01 .grid-item-04 {
  grid-column: span 2;
}
.stepwgn-30th-gallery-01 .grid-item-05 {
  grid-column: span 2;
}
.stepwgn-30th-gallery-01 .grid-item-06 {
  grid-column: span 2;
}
.stepwgn-30th-gallery-01 .grid-item-07 {
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-01 .grid-item-01 {
    grid-area: 2/1/3/3;
  }
  .stepwgn-30th-gallery-01 .grid-item-02 {
    grid-column: span 3;
  }
  .stepwgn-30th-gallery-01 .grid-item-03 {
    grid-column: span 3;
  }
  .stepwgn-30th-gallery-01 .grid-item-04 {
    grid-column: span 2;
  }
  .stepwgn-30th-gallery-01 .grid-item-05 {
    grid-column: span 2;
  }
  .stepwgn-30th-gallery-01 .grid-item-06 {
    grid-column: span 3;
  }
  .stepwgn-30th-gallery-01 .grid-item-07 {
    grid-area: 3/1/4/4;
  }
}
.stepwgn-30th-gallery-01 .grid-item-01__inner {
  margin: 50% auto 0;
  width: 77%;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-01 .grid-item-01__inner {
    margin: 4.375% 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-01 .grid-item-02__inner {
    width: 61.25%;
    margin: 0 8px 0 auto;
  }
}
.stepwgn-30th-gallery-01 .grid-item-03__inner {
  width: 68.5%;
  margin: 11% 0 0 25%;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-01 .grid-item-03__inner {
    width: 52.5%;
    margin: 17.3% auto 0;
  }
}
.stepwgn-30th-gallery-01 .grid-item-04 {
  display: flex;
  justify-content: center;
  margin: 90px 0 0;
  font-size: 15px;
  line-height: 3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-01 .grid-item-04 {
    margin: 8% 0 0;
    font-size: 19px;
    line-height: 3.6;
  }
}
.stepwgn-30th-gallery-01 .grid-item-04__inner p + p {
  margin-top: 1lh;
}
.stepwgn-30th-gallery-01 .grid-item-05__inner {
  width: 64%;
  margin: 80px 0 0 auto;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-01 .grid-item-05__inner {
    width: 66.666%;
    margin: 29% 0 0 min(12.5%, 60px);
  }
}
.stepwgn-30th-gallery-01 .grid-item-06__inner {
  display: grid;
  grid-template-columns: repeat(2, 41%);
  justify-content: center;
  gap: 0 5%;
  margin: 10.5% 0 0;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-01 .grid-item-06__inner {
    grid-template-columns: 1fr;
    margin: 10% 0 0 min(8.333%, 60px);
    width: 65.8%;
  }
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-01 .grid-item-06__image {
    width: 55%;
  }
}
.stepwgn-30th-gallery-01 .grid-item-06__image:nth-child(2) {
  margin-top: 46.8%;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-01 .grid-item-06__image:nth-child(2) {
    margin: 5.2% 0 0 auto;
  }
}
.stepwgn-30th-gallery-01 .grid-item-07__inner {
  width: 88%;
  margin: 10.5% 0 0 0;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-01 .grid-item-07__inner {
    width: 78.3%;
    margin: 3.888% 0 0 0;
  }
}

.stepwgn-30th-sub-02 {
  overflow: clip;
  border-top: 1px solid green;
}

.stepwgn-30th-gallery-02 {
  position: relative;
  padding: 60px 0 50px;
  background: url(/STEPWGN/30th_special_movie/images/gallery-02-bg-sp.jpg) top left/cover;
  color: #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-02 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    padding: 96px 0 72px;
    background-image: url(/STEPWGN/30th_special_movie/images/gallery-02-bg-pc.jpg);
  }
}
.stepwgn-30th-gallery-02 img, .stepwgn-30th-gallery-02 video {
  width: 100%;
}
.stepwgn-30th-gallery-02 video {
  object-position: 70% center;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-02 .grid-item-01 {
    grid-column: span 5;
  }
  .stepwgn-30th-gallery-02 .grid-item-02 {
    grid-column: span 5;
  }
  .stepwgn-30th-gallery-02 .grid-item-03 {
    grid-area: 2/1/4/5;
  }
  .stepwgn-30th-gallery-02 .grid-item-04 {
    grid-column: span 6;
  }
  .stepwgn-30th-gallery-02 .grid-item-05 {
    grid-column: span 6;
  }
}
.stepwgn-30th-gallery-02 .grid-item-01__inner {
  margin: 0 0 0 7%;
  width: 56%;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-02 .grid-item-01__inner {
    margin: 15.5% auto 0;
    width: 61%;
  }
}
.stepwgn-30th-gallery-02 .grid-item-02__inner {
  width: 71.8%;
  margin: 12.8% 0 0 auto;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-02 .grid-item-02__inner {
    width: 68%;
    margin: 0 0 0 9.2%;
  }
}
.stepwgn-30th-gallery-02 .grid-item-03 {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
  font-size: 15px;
  line-height: 3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-02 .grid-item-03 {
    justify-content: flex-end;
    margin: 41.7% 0 0;
    font-size: 19px;
    line-height: 3.6;
  }
}
.stepwgn-30th-gallery-02 .grid-item-03__inner p + p {
  margin-top: 1lh;
}
.stepwgn-30th-gallery-02 .grid-item-04__inner {
  display: grid;
  grid-template-columns: repeat(2, 41%);
  justify-content: center;
  gap: 0 5%;
  margin: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-02 .grid-item-04__inner {
    margin: 8.6% 0 0;
    width: 90%;
    justify-content: space-between;
    gap: 0;
  }
}
.stepwgn-30th-gallery-02 .grid-item-04__image:nth-child(2) {
  margin-top: 46.8%;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-02 .grid-item-04__image:nth-child(2) {
    margin: 15.8% 0 0;
  }
}
.stepwgn-30th-gallery-02 .grid-item-05__inner {
  width: 85%;
  margin: 9% 0 0 auto;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-gallery-02 .grid-item-05__inner {
    width: 84%;
    margin: 6.5% 0 0 auto;
  }
}

.stepwgn-30th-sub-03 {
  overflow: clip;
  border-top: 1px solid lightblue;
}

.back-view-sticky-margin {
  height: 180vh;
}

.back-view {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 35px 0;
}
@media screen and (min-width: 768px) {
  .back-view {
    padding: 24px 0;
  }
}

.back-view-anchor {
  position: relative;
  top: -45vh;
}

.back-view-animate-text {
  font-size: 20px;
  line-height: 2.25;
  text-align: center;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 768px) {
  .back-view-animate-text {
    font-size: 28px;
  }
}

.back-view-image {
  position: relative;
  width: 1120px;
  max-width: 100%;
  margin: 80px auto 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .back-view-image {
    margin-top: 40px;
  }
}
.back-view-image__body {
  padding-right: 4%;
}
@media screen and (min-width: 768px) {
  .back-view-image__body {
    padding: 0;
  }
}
.back-view-image__logo {
  margin: 4% auto 0;
  width: 52%;
}
@media screen and (min-width: 768px) {
  .back-view-image__logo {
    position: absolute;
    right: 6.5%;
    top: 11%;
    width: 27%;
  }
}
.back-view-image__text {
  max-width: 85vw;
  margin: 50px auto 0;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .back-view-image__text {
    position: absolute;
    margin: 0;
    bottom: 8%;
    left: 3%;
    max-width: none;
    font-size: 12px;
    letter-spacing: 0.15em;
  }
}

.front-view {
  position: relative;
}

.front-view-main {
  margin-top: -100vh;
  top: 0rem;
  height: 100vh;
  width: 100%;
  overflow: clip;
}
.front-view-main__image-wrapper {
  width: 100%;
  height: 100%;
}
.front-view-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-view-main__image-wrapper {
  width: 100%;
  height: 100vh;
  background: #ADA689 url(/STEPWGN/30th_special_movie/images/front-view-01-sp.jpg) no-repeat center top/100%;
}
@media screen and (min-width: 768px) {
  .front-view-main__image-wrapper {
    background-image: url(/STEPWGN/30th_special_movie/images/front-view-01-pc.jpg);
  }
}

.front-view-sticky-margin {
  height: calc(66vh + 400px);
}

.front-view-body {
  margin-top: -100vh;
  min-height: 100vh;
  padding-top: 126%;
  padding-bottom: 60px;
  text-align: center;
  background: #ADA689 url(/STEPWGN/30th_special_movie/images/front-view-01-sp.jpg) no-repeat center top/100%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .front-view-body {
    padding-top: 48%;
    padding-bottom: 112px;
    background-image: url(/STEPWGN/30th_special_movie/images/front-view-01-pc.jpg);
  }
}
.front-view-body.show {
  opacity: 1;
}

.front-view-logo {
  display: flex;
  justify-content: center;
}
.front-view-logo span {
  display: inline-block;
  height: 32px;
  background: url(/STEPWGN/30th_special_movie/images/logo-stepwgn.svg) no-repeat left 0px top/164px;
}
.front-view-logo span:nth-child(1) {
  width: 21px;
}
.front-view-logo span:nth-child(2) {
  width: 20px;
  background-position-x: -21px;
}
.front-view-logo span:nth-child(3) {
  width: 21px;
  background-position-x: -41px;
}
.front-view-logo span:nth-child(4) {
  width: 24px;
  background-position-x: -62px;
}
.front-view-logo span:nth-child(5) {
  width: 30px;
  background-position-x: -86px;
}
.front-view-logo span:nth-child(6) {
  width: 25px;
  background-position-x: -116px;
}
.front-view-logo span:nth-child(7) {
  width: 25px;
  background-position-x: -141px;
}
@media screen and (min-width: 768px) {
  .front-view-logo span {
    height: 50px;
    background-size: auto 48px;
  }
  .front-view-logo span:nth-child(1) {
    width: 30px;
  }
  .front-view-logo span:nth-child(2) {
    width: 32px;
    background-position-x: -30px;
  }
  .front-view-logo span:nth-child(3) {
    width: 31px;
    background-position-x: -62px;
  }
  .front-view-logo span:nth-child(4) {
    width: 34px;
    background-position-x: -93px;
  }
  .front-view-logo span:nth-child(5) {
    width: 46px;
    background-position-x: -127px;
  }
  .front-view-logo span:nth-child(6) {
    width: 38px;
    background-position-x: -173px;
  }
  .front-view-logo span:nth-child(7) {
    width: 36px;
    background-position-x: -211px;
  }
}

.front-view-animate-text-01 {
  margin-top: 24px;
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .front-view-animate-text-01 {
    font-size: 19px;
  }
}

.front-view-animate-text-02 {
  margin-top: 32px;
  font-family: var(--font-bold);
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .front-view-animate-text-02 {
    margin-top: 60px;
    font-size: 28px;
    font-family: var(--font-normal);
  }
}

.front-view-animate-text-03 {
  margin-top: 16px;
  font-size: 15px;
  line-height: 3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .front-view-animate-text-03 {
    margin-top: 24px;
    font-size: 19px;
  }
}

.logo-images {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr);
  width: 320px;
  max-width: 95%;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .logo-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 780px;
    margin-top: 60px;
  }
}
.logo-images__item:first-child {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .logo-images__item:first-child {
    grid-column: span 1;
    grid-row: span 2;
    margin-bottom: 0;
    aspect-ratio: 4/3;
  }
}
.logo-images__item--2 {
  position: relative;
  z-index: 0;
  aspect-ratio: 11/4;
}
@media screen and (min-width: 768px) {
  .logo-images__item--2 {
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 768px) {
  .logo-images__no-height {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.logo-images__parallax-image-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: 100%;
}
.logo-images__parallax-image-wrapper img, .logo-images__parallax-image-wrapper video {
  width: 100%;
  height: 115%;
  object-fit: cover;
}
.logo-images__type {
  position: absolute;
  bottom: 8%;
  right: 5%;
}
.logo-images__type--air {
  width: 22.5%;
}
.logo-images__type--spada {
  width: 42.5%;
}

.logo-images-text {
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .logo-images-text {
    margin-top: 10px;
    font-size: 14px;
  }
}

.stepwgn-30th-sub-04 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.link-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  width: 320px;
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .link-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 940px;
  }
}

.link-item__link {
  text-decoration: none;
}
.link-item__link:hover .link-item__image img {
  scale: 1.05;
}
.link-item__link:hover .link-item__image::after {
  opacity: 0.3;
}
.link-item__image {
  position: relative;
  z-index: 0;
  overflow: clip;
}
.link-item__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
}
.link-item__image img {
  transition: scale 0.5s ease-in-out;
}
.link-item__body {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  padding: 20px 12px 20px 8px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .link-item__body {
    padding: 25px 30px 25px 30px;
    font-size: 14px;
  }
}
.link-item__body--1 {
  background-color: #25314E;
  color: #fff;
}
.link-item__body--2 {
  background-color: #804352;
  color: #fff;
}
.link-item__logo {
  flex: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .link-item__logo {
    height: 24px;
  }
}
.link-item__logo img {
  width: auto;
  height: 100%;
}

@keyframes arrow {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  30% {
    transform: translateY(0);
  }
}
.fixed-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .fixed-text {
    position: fixed;
    display: block;
    top: 50%;
    right: 24px;
    width: 9px;
    transform-origin: bottom right;
    transform: translateY(min(-50%, -100% + 50vh - 200px));
    color: #fff;
    z-index: 1;
    right: 32px;
  }
}

.parallax-image-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  aspect-ratio: 10/7;
}
.parallax-image-wrapper--aspect-display {
  aspect-ratio: 8/5;
}
.parallax-image-wrapper--aspect-wide {
  aspect-ratio: 16/9;
}
.parallax-image-wrapper img, .parallax-image-wrapper video {
  height: 115%;
  object-fit: cover;
}
.stepwgn-30th-banner {
  position: fixed;
  bottom: 72px;
  left: 10px;
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-banner {
    bottom: 68px;
  }
}
.stepwgn-30th-banner__close {
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 8px 8px 8px;
  width: 26px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-banner__close {
    padding: 10px 10px 10px 12px;
    width: 39px;
  }
}
.stepwgn-30th-banner__close:hover {
  opacity: 0.8;
  cursor: pointer;
}
.stepwgn-30th-banner__link {
  display: block;
  width: 105px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .stepwgn-30th-banner__link {
    width: 166px;
  }
}
.stepwgn-30th-banner__link:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=style.css.map */
