@charset "UTF-8";

.movie{
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 880px;
  aspect-ratio: 16 / 9;
  /* background-color: #ccc; */
}
video.movie{
  width: 100%;
  height: 100%;
}

.modal_btn {
  display: inline-block;
  position: relative;
  z-index: 106;
  font-size: 3rem;
  cursor: pointer;
}

.modal_window {
  display: none;
  width: 80%;
  height: 54%;
  margin: auto;
  position: fixed !important;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 106;
  cursor: auto !important;
}
.modal_window .wrapper {
  position: relative;
  padding-top: 56.25%;
  top: 50%;
  transform: translateY(-50%);
}
.modal_window .wrapper iframe, .modal_window .wrapper video {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_window .cls_btn {
  position: fixed;
  top: 2px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 102;
  cursor: pointer;
}
.modal_window .cls_btn .line1 {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 0;
  left: 5px;
  margin: auto;
  background-color: #fff;
  transform: rotate(45deg);
}
.modal_window .cls_btn .line2 {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 0;
  left: 5px;
  margin: auto;
  background-color: #fff;
  transform: rotate(-45deg);
}

.movie{
  max-width: 880px;
}
.overlay {
  background-color: #000;
  opacity: 0.7;
  display: none;
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 106;
}

.video_cont{
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  align-items: flex-start;
}

.slide_cont{
  width: 880px;
  height: 495px;
  white-space: nowrap;
  position: relative;
}
.slide_cont img{
  width: 880px;
  height: 495px;
  object-fit: cover;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  opacity: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}

.slide_cont img.slide01 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.slide_cont img.slide02 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slide_cont img.slide03 {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slide_cont img.slide04 {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.slide_cont img.slide05 {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.slide_cont img.slide06 {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

@keyframes anime { 
  0% {
    opacity: 0;
    z-index: 0;
  }
  8% {
    opacity: 1;
    z-index: 2;
  }
  17% {
    opacity: 1;
    z-index: 2;
  }
  25% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

.slide_cont2{
  width: 850px;
  height: 550px;
  white-space: nowrap;
  position: relative;
}
.slide_cont2 img {
  width: 850px;
  height: 480px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-animation: slider6 36s linear infinite;
  animation: slider6 36s linear infinite;
}

.slide_cont2 img.slide01 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.slide_cont2 img.slide02 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slide_cont2 img.slide03 {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slide_cont2 img.slide04 {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.slide_cont2 img.slide05 {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.slide_cont2 img.slide06 {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

/* @keyframes slider6 {
  0% {
    opacity: 0;
    z-index: 0;
  }
  12% {
    opacity: 1;
    z-index: 2;
  }
  26% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
} */
@keyframes slider6 { 
  0% {
    opacity: 0;
    z-index: 0;
  }
  5.833% {
    opacity: 1;
    z-index: 2;
  }
  14.166% {
    opacity: 1;
    z-index: 2;
  }
  29.166% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

.slide_cont3{
  width: 880px;
  height: 495px;
  white-space: nowrap;
  position: relative;
}
.slide_cont3 img{
  width: 880px;
  height: 495px;
  object-fit: cover;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  opacity: 0;
  -webkit-animation: slider3 30s 0s infinite;
  animation: slider3 30s 0s infinite;
}

.slide_cont3 img.slide01 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.slide_cont3 img.slide02 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slide_cont3 img.slide03 {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slide_cont3 img.slide04 {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.slide_cont3 img.slide05 {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

@keyframes slider5 { 
  0% {
    opacity: 0;
    z-index: 0;
  }
  7% {
    opacity: 1;
    z-index: 2;
  }
  17% {
    opacity: 1;
    z-index: 2;
  }
  35% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

.slide_cont03{
  width: 880px;
  height: 495px;
  white-space: nowrap;
  position: relative;
}
.slide_cont03 img{
  width: 880px;
  height: 495px;
  object-fit: cover;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  opacity: 0;
  -webkit-animation: slider3 18s 0s infinite;
  animation: slider3 18s 0s infinite;
}

.slide_cont03 img.slide01 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.slide_cont03 img.slide02 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slide_cont03 img.slide03 {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

@keyframes slider3 { 
  0% {
    opacity: 0;
    z-index: 0;
  }
  7% {
    opacity: 1;
    z-index: 2;
  }
  33% {
    opacity: 1;
    z-index: 2;
  }
  37% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

.slide_cont02{
  width: 880px;
  height: 495px;
  white-space: nowrap;
  position: relative;
}
.slide_cont02 img{
  width: 880px;
  height: 495px;
  object-fit: cover;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  opacity: 0;
  -webkit-animation: slider2 12s ease-in-out infinite;
  animation: slider2 12s ease-in-out infinite;
}

.slide_cont02 img.slide01 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.slide_cont02 img.slide02 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}


@keyframes slider2 { 
  0% {
    opacity: 0;
    z-index: 0;
  }
  25% {
    opacity: 1;
    z-index: 2;
  }
  50% {
    opacity: 1;
    z-index: 2;
  }
  75%{
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

.slide_cont07{
  width: 880px;
  height: 495px;
  white-space: nowrap;
  position: relative;
}
.slide_cont07 img {
  width: 880px;
  height: 495px;
  object-fit: cover;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
  -webkit-animation: slider7 35s infinite;
  animation: slider7 35s infinite;
}

.slide_cont07 img.slide01 {
  animation-delay: 0s;
}
.slide_cont07 img.slide02 {
  animation-delay: 5s;
}
.slide_cont07 img.slide03 {
  animation-delay: 10s;
}
.slide_cont07 img.slide04 {
  animation-delay: 15s;
}
.slide_cont07 img.slide05 {
  animation-delay: 20s;
}
.slide_cont07 img.slide06 {
  animation-delay: 25s;
}
.slide_cont07 img.slide07 {
  animation-delay: 30s;
}

@keyframes slider7 {
  0% {
    opacity: 0;
    z-index: 0;
  }
  6% {
    opacity: 1;
    z-index: 2;
  }
  14.2857% {
    opacity: 1;
    z-index: 2;
  }
  20.2857% {
    opacity: 0;
    z-index: 0; 
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

.box02R .caption{
  position: absolute;
  top: -40px;
  left: 70px;
}