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

@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_rightin {
  0% {
    opacity: 0;
    margin: 0 50px;
  }
  100% {
    opacity: 1;
    margin: 0;

  }
}
@keyframes sl_rightin_sd1 {
  0% {
    opacity: 0;
    margin-left: 50px;
  }
  100% {
    opacity: 1;
    margin-left: 0;

  }
}
@keyframes otomo2 {
  0% {
    bottom: -85%;
  }
  100% {
    bottom:0

  }
}

#mainimg {
	position: relative;
    width: 100%;
    height: 100vh; /* disable Fallback */
    height: calc(var(--vh, 1vh) * 100);
    min-height: 600px;
    overflow: hidden;
}

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

#mainimg .swiper-container1 {
	position:relative;
	width: 100%;
	height: 100%;
}
#mainimg .swiper-slide {
	position:relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
}
#mainimg .swiper-slide span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}

.swiper-container-fade .swiper-slide {/* movie使用時 */
    opacity: 0 !important;
    &.swiper-slide-active {
        opacity: 1 !important;
    }
}

.slidebox {
    width: 100%;
	height: 100%;
    background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.slidebox_mv {
    width: 100%;
	height: 100%;
	background-position:center center;
	background-size:cover;
    line-height: 0;
}
#video {
    position: absolute;
    
}
.sdmv .slidebox {
    background-image: url("../slide/black.png");
}
.sd1 .slidebox {
    background-image: url("../slide/01.webp");
}
.sd2 .slidebox {
    background-image: url("../slide/02.webp");
}
.sd3 .slidebox {
    background-image: url("../slide/03.webp");
}
.sd4 .slidebox {
    background-image: url("../slide/04.webp");
}
.sd5 .slidebox {
    background-image: url("../slide/05.webp");
}
.sd6 .slidebox {
    background-image: url("../slide/06.webp");
}
.sd7 .slidebox {
    background-image: url("../slide/07.webp");
}
.sd8 .slidebox {
    background-image: url("../slide/bg_navy.webp");
}

.swiper-slide-active .slidebox,
.swiper-slide-duplicate-active .slidebox,
.swiper-slide-prev .slidebox {
  animation: sl_zoom_ani 9s linear 0s normal both;
}
.swiper-slide-active .tx_box,
.swiper-slide-duplicate-active .tx_box,
.swiper-slide-prev .tx_box {
  animation: sl_rightin 1.5s ease-out 0s normal both;
}

.sd1.swiper-slide-active h3,
.sd1.swiper-slide-duplicate-active .h3,
.sd1.swiper-slide-prev .h3 {
  animation: sl_rightin_sd1 1s ease-out 0.5s normal both;
}
.sd1.swiper-slide-active h4,
.sd1.swiper-slide-duplicate-active .h4,
.sd1.swiper-slide-prev .h4 {
  animation: sl_rightin_sd1 1s ease-out 1s normal both;
}
.sd8.swiper-slide-active h3,
.sd8.swiper-slide-duplicate-active .h3,
.sd8.swiper-slide-prev .h3 {
  animation: otomo2 7s ease 0s normal both;
}

.sd1 h2 {
    position: absolute;
    left: 10%;
    bottom: 0;
    height: calc(95% - 110px);
}
.sd1 h2 img {
    height: 100%;
}
.sd1 section {
    position: absolute;
    left: 40%;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 10px #000) drop-shadow(0 0 10px #000);
}
.sd1_box {
    line-height: 0;
    text-align: left;
    padding-top: 55px;
}
.sd1_box h3 {
    width: 45%;
    margin-bottom: 2em;
}
.sd1_box h4 {
    width: 80%;
}
.sd1_box h3 img,.sd1_box h4 img {
    width: 100%;
}

.tx_box {
    position: absolute;
    line-height: 1.5;
    filter: drop-shadow(0 0 10px #000);
}
.tx_box.dbk  {
    filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
}
.tx_box h3 {
    font-size: 3.6em;
    border-bottom: 1px solid #fff;
}
.tx_box.dbk h3 {
    color: #111;
    border-bottom-color: #111;
}
.tx_box p {
    font-size: 0.68em;
    margin-top: 0.7em;
    text-align: right;
}
.tx_box.dbk p {
    color: #111;
}

.sd2 .tx_box {
    left: 7%;
    top: calc(110px + 7%);
}
.sd3 .tx_box {
    right: 7%;
    bottom: 7%;
}
.sd4 .tx_box {
    left: 7%;
    bottom: 7%;
}
.sd5 .tx_box {
    right: 7%;
    top: calc(110px + 7%);
}
.sd6 .tx_box {
    left: 7%;
    bottom: 7%;
}
.sd7 .tx_box {
    left: 7%;
    top: calc(110px + 7%);
}
.sd8 section {
    position: absolute;
    width: 58%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sd8 h4 {
    margin-bottom: 4em;
}
.sd8 h4 img {
    width: 15%;
}
.sd8 h2 {
    line-height: 0;
}
.sd8 h2 img {
    width: 45%;
}
.sd8 h3 {
    position: absolute;
    width: 75%;
    left: -15%;
    bottom: 0;
    margin: auto;
}
.sd8 h3 img {
    width: 100%;
}

@media screen and (max-width: 1700px) {
#mainimg {
    height: auto;
    min-height: auto;
    aspect-ratio:16 / 9;
}
}

@media screen and (max-width: 960px) {
#mainimg {
    aspect-ratio:4 / 3;
}
#bar {
    top: 71px;
}

.swiper-slide-active .slidebox,
.swiper-slide-duplicate-active .slidebox,
.swiper-slide-prev .slidebox {
  animation: sl_zoom_ani2 9s linear 0s normal both;
}

.sd1 h2 {
    left: 5%;
    height: calc(95% - 70px);
}
.sd1 h2 img {
    height: 100%;
}
.sd1 section {
    left: 40%;
}
.sd1_box {
    padding-top: 35px;
}
.sd1_box h3 {
    width: 55%;
    margin-bottom: 4em;
}
.sd1_box h4 {
    width: 90%;
}

.tx_box h3 {
    font-size: 3.2em;
}
.tx_box p {
    font-size: 0.64em;
}

.sd2 .tx_box {
    left: 7%;
    top: calc(70px + 7%);
}
.sd3 .tx_box {
    right: 7%;
    bottom: 7%;
}
.sd4 .tx_box {
    left: 7%;
    bottom: 7%;
}
.sd5 .tx_box {
    right: 7%;
    top: calc(70px + 7%);
}
.sd6 .tx_box {
    left: 7%;
    bottom: 7%;
}
.sd7 .tx_box {
    left: 7%;
    top: calc(70px + 7%);
}

.sd8 section {
    width: 58%;
}
.sd8 h4 {
    margin-bottom: 4em;
}
.sd8 h4 img {
    width: 30%;
}
.sd8 h2 img {
    width: 60%;
}
.sd8 h3 {
    position: absolute;
    width: 70%;
    left: -10%;
    bottom: 0;
    margin: auto;
}

}

@media screen and (max-width: 520px) {
#mainimg {
    aspect-ratio: 1;
}
#bar {
    top: 51px;
}

.sd1 .slidebox {
    background-position: left 20% center !important;
}
.sd1 h2 {
    left: 5%;
    height: calc(95% - 50px);
}
.sd1 h2 img {
    height: 100%;
}
.sd1 section {
    left: 50%;
}
.sd1_box {
    padding-top: 25px;
}
.sd1_box h3 {
    width: 80%;
    margin-bottom: 4em;
}
.sd1_box h4 {
    width: 75%;
}

.tx_box h3 {
    font-size: 2.8em;
}
.tx_box p {
    font-size: 0.60em;
}

.sd2 .tx_box {
    left: 7%;
    top: calc(50px + 5%);
}
.sd3 .tx_box {
    right: 7%;
    bottom: 5%;
}
.sd4 .tx_box {
    left: 7%;
    bottom: 5%;
}
.sd5 .tx_box {
    right: 7%;
    top: calc(50px + 5%);
}
.sd6 .tx_box {
    left: 7%;
    bottom: 5%;
}
.sd7 .tx_box {
    left: 7%;
    top: calc(50px + 5%);
}

.sd8 section {
    width: 58%;
}
.sd8 h4 {
    margin-bottom: 3em;
}
.sd8 h4 img {
    width: 40%;
}
.sd8 h2 img {
    width: 70%;
}
.sd8 h3 {
    position: absolute;
    width: 70%;
    left: -10%;
    bottom: 0;
    margin: auto;
}


}
