#visual,#breadcrumb {
  display: none;
}
#main > *,
#footer {
  position: relative;
  z-index: 1;
}

@media (max-width:1080px) {
  .sp-text,
  #header {
    background: #fff;
  }
}

#footer {
  margin-top: 0;
}

#main .fixed-video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#main .fixed-video .bg,
#main .fixed-video .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .fixed-video .bg {
  z-index: 9;
}
#main .fixed-video .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .layout-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100svh;
}

#main .visual .title-1 {
  text-align: center;
  margin-bottom: 1.25em;
}
#main .visual .title-1,
#main .visual .title-1 span {
  color: #fff;
}
#main .visual .scroll {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

#main .row-1 {
  text-align: center;
}
@media (max-width:768px) {
  #main .row-1 img {
    width: 34vw;
  }
}

#main .row-2 .content {
  font-size: 2.2rem;
  line-height: 2.1363;
  color: #fff;
}
#main .row-2 .photo > * ~ * {
  margin-top: 3em;
}
@media (max-width:768px) {
  #main .row-2 .content,
  #main .row-2 .photo {
    width: 100%;
  }
  #main .row-2 .photo {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5em;
  }
  #main .row-2 .photo img {
    width: 100%;
  }
  #main .row-2 .photo > * {
    width: 49%;
  }
  #main .row-2 .photo > * ~ * {
    margin-top: 0;
  }
}
@media (max-width:540px) {
  #main .row-2 .content {
    font-size: 1.8rem;
  }
}