@charset "UTF-8";
/* コンテンツ */

#loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    pointer-events: none;
    z-index: 1;
}
#bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #a67f0a;
    pointer-events: none;
    z-index: 2;
}

#mainimg {
	position: relative;
    width: 100%;
    height: 100vh; /* disable Fallback */
    height: calc(var(--vh, 1vh) * 100);
    min-height: 700px;
    overflow: hidden;
    z-index: 0;
    background-color: #fff;
    transition: all 0.3s;
    pointer-events: none;
}
.swiper-container1 {
	position:relative;
	width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-container1 .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-container1 .swiper-slide img {
    width: 100%;
}
.swiper-container1 .swiper-slide span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}
.swiper-container1 .swiper-slide section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

@keyframes sl_logo_ani {
  0% {
    left: -23%;
  }
  100% {
    left: -146%;

  }
}
@keyframes sl_sky_ani {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;

  }
}
@keyframes sl_zoom_ani {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);

  }
}
@keyframes sl_zoom_ani2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);

  }
}
@keyframes sl_pan_ani {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;

  }
}
@keyframes sl_updown_ani {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;

  }
}
@keyframes sl_tx_ani {
  0% {
    opacity: 0;
    margin-left: 20px;
  }
  100% {
    opacity: 1;
    margin-left: 0;

  }
}
@keyframes sl_eng_ani {
  0% {
    opacity: 0;
    margin-right: 20px;
  }
  100% {
    opacity: 1;
    margin-right: 0;

  }
}


.sl_logo {
    position: absolute;
    top: 0;
    left: -23%;
    width: 146%;
    height: 100%;
    background-image: url("../slide2025/slide_coverb.webp");
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sl_logo h1 {
    width: 50%;
    max-width: 700px;
    line-height: 0;
}

.sd1.swiper-slide-active .sl_logo,
.sd1.swiper-slide-duplicate-active .sl_logo,
.sd1.swiper-slide-prev .sl_logo {
  animation: sl_logo_ani 1s ease-in 5s normal both;
}
.sd1.swiper-slide-active h1 img,
.sd1.swiper-slide-duplicate-active h1 img,
.sd1.swiper-slide-prev h1 img {
  animation: sl_zoom_ani 6s linear 0s normal both;
}

.sd1.swiper-slide-active section,
.sd1.swiper-slide-duplicate-active section,
.sd1.swiper-slide-prev section {
  animation: sl_pan_ani 9s linear 5s normal both;
}
.sd5.swiper-slide-active section,
.sd5.swiper-slide-duplicate-active section,
.sd5.swiper-slide-prev section {
  animation: sl_zoom_ani 9s linear 0s normal both;
}
.sd8.swiper-slide-active section,
.sd8.swiper-slide-duplicate-active section,
.sd8.swiper-slide-prev section {
  animation: sl_zoom_ani 9s linear 0s normal both;
}
.swiper-slide-active h3,
.swiper-slide-duplicate-active h3,
.swiper-slide-prev h3 {
  animation: sl_tx_ani 1s ease-out 1s normal both;
}
.sd1.swiper-slide-active h3,
.sd1.swiper-slide-duplicate-active h3,
.sd1.swiper-slide-prev h3 {
  animation: sl_tx_ani 1s ease-out 6s normal both;
}
.swiper-slide-active h4,
.swiper-slide-duplicate-active h4,
.swiper-slide-prev h4 {
  animation: sl_eng_ani 1s ease-out 1s normal both;
}
.sd1.swiper-slide-active h4,
.sd1.swiper-slide-duplicate-active h4,
.sd1.swiper-slide-prev h4 {
  animation: sl_eng_ani 1s ease-out 6s normal both;
}

.sd1 section {
    background-image: url("../slide2025/02.webp");
}
.sd5 section {
    background-image: url("../slide2025/05.webp");
}
.sd8 section {
    background-image: url("../slide2025/08.webp");
}
.sd4 {
    background-image: url("../slide2025/st_bg.webp");
    background-position: center top;
    background-size: cover;
}

.swiper-slide h3 {
    position: absolute;
    bottom: 8%;
    left: 7%;
    text-align: left;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    filter: drop-shadow(0 0 10px rgba(0,0,0,1));
}
.swiper-slide h4 {
    position: absolute;
    top: 12%;
    right: 10%;
    width: 15%;
    filter: drop-shadow(0 0 10px rgba(0,0,0,1));
}

.sd1 {
    background-color: #fff;
}

.sd4 h2 {
    position: absolute;
    top: 0;
    left: 9%;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sl_gaikan {
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 50%;
    height: 90%;
    overflow: hidden;
}
.sl_gaikan img {
    height: 100%;
    width: auto !important;
}
@keyframes sl_gaikan_ani {
  0% {
    bottom: -10%;
    opacity: 0;
  }
  100% {
    bottom: 0%;
    opacity: 1;

  }
}
.sd4.swiper-slide-active .sl_gaikan,
.sd4.swiper-slide-duplicate-active .sl_gaikan,
.sd4.swiper-slide-prev .sl_gaikan {
  animation: sl_gaikan_ani 2s ease 0s normal both;
}


@media screen and (max-width: 960px) {

#mainimg {
    height: calc((var(--vh, 1vh) * 100) - 50px);
    min-height: auto;
}
.sl_logo h1 {
    width: 40%;
}

.sd1.swiper-slide-active section,
.sd1.swiper-slide-duplicate-active section,
.sd1.swiper-slide-prev section {
  animation: sl_pan_ani 9s linear 5s normal both;
}
.sd5.swiper-slide-active section,
.sd5.swiper-slide-duplicate-active section,
.sd5.swiper-slide-prev section {
  animation: sl_pan_ani 9s linear 0s normal both;
}
.sd8.swiper-slide-active section,
.sd8.swiper-slide-duplicate-active section,
.sd8.swiper-slide-prev section {
  animation: sl_pan_ani 9s linear 0s normal both;
}

.sd1 section {
    background-image: url("../slide2025/02s.webp");
}
.sd5 section {
    background-image: url("../slide2025/05s.webp");
}
.sd8 section {
    background-image: url("../slide2025/08s.webp");
}

.swiper-slide h3 {
    bottom: 0;
    top: 100px;
    left: 50px;
    right: 0;
    font-size: 3.6vw;
}
.swiper-slide h4 {
    top: auto;
    bottom:80px;
    right: 50px;
    width: 30%;
}

.sd4 h2 {
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 50%;
    padding: 100px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sd4 h2 img {
    width: auto !important;
    max-height: 100%;
    max-width: 85%;
    aspect-ratio:1428 / 942;
}
.sl_gaikan {
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
}
.sl_gaikan img {
    height: 100%;
    width: auto !important;
}
}


@media screen and (max-width: 520px) {
#mainimg {
    height: calc((var(--vh, 1vh) * 100) - 100px);
    min-height: auto;
}

.sd1.swiper-slide-active h1 img,
.sd1.swiper-slide-duplicate-active h1 img,
.sd1.swiper-slide-prev h1 img {
  animation: sl_zoom_ani2 6s linear 0s normal both;
}

.swiper-slide h3 {
    top: 30px;
    left: 30px;
    font-size: 3.8vw;
}
.swiper-slide h4 {
    right: 30px;
    bottom:100px;
    width: 40%;
}


.sd4 h2 {
    height: 50%;
    padding: 50px 0 50px;
}
.sl_gaikan {
    height: 50%;
}

}

