@charset "UTF-8";
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.swiper-container {
  position: relative;
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 15s linear 0s;
  animation: zoomUp 15s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .swiper-slide {
    height: 50vh;
    background: #000;
  }
}
.swiper-img {
  background-size: cover;
  /* background-position: center center; */
  background-position: center 56%;
  height: 600px;
}

.swiper-text {
  position: absolute;
  z-index: 10;
  font-size: 40px;
  color: #fff;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-weight: bold;
}

.title {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 5s;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}

.title span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 5s;
}

.title.-visible,
.title.-visible span {
  transform: translate(0, 0);
}

.sentence {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 6s;
  font-family: "Yu Gothic Medium";
  font-size: 16px;
  text-align: center;
}

.sentence span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 6s;
}

.sentence.-visible,
.sentence.-visible span {
  transform: translate(0, 0);
}

/* slide video */
.swiper-slide video {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .swiper-slide video {
    object-fit: contain;
  }
}
/* slide video end*/
.bg_item {
  background-color: #fff;
  display: inline-block;
  height: 100%;
}

.c-top-hh-caption {
  width: 100%;
  padding: 0 125px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.c-top-hh-sub_title {
  font-size: 18px;
}

.c-top-hh-catch {
  font-size: 72px;
  line-height: 1.2;
}

.animate2 .c-top-hh-sub_title {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.5s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.5s;
}

.animate2 .c-top-hh-catch {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2s;
}

/* 画像上のフォント色変更 */
.kv {
  /* height: 100vh; */
  position: relative;
}

.bg {
  height: 100%;
  /* background: url(https://www.ts-alamode.com/recruit/wp-content/uploads/2023/03/AdobeStock_142634087.jpg) no-repeat center/cover; */
}

.text-block {
  width: 100%;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .text-block {
    bottom: 52px;
    left: 61%;
  }
}
.text-black {
  display: none;
}

.text {
  font-size: 24px;
  font-weight: bold;
  /* text-align: center; */
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 2;
  font-family: "Noto Serif JP";
}

.text-white .text {
  color: #fff;
  text-shadow:0px 0px 12px rgba(12, 48, 70, 0.4)
}

.text-black .text {
  color: #222;
}

@media screen and (min-width: 560px) {
  .text-black {
    display: block;
  }

  .text-inner {
    width: 50%;
    overflow: hidden;
  }

  .text {
    font-size: 40px;
  }

  .text-black .text {
    width: 200%;
  }
}
@media screen and (min-width: 960px) {
  .bg {
    width: 80%;
    height: 80%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    z-index: 1;
  }

  .text-block {
    transform: none;
  }

  .text-white {
    /* bottom: 12.5%; */
    bottom: 37.5%;
    left: -12.5%;
    z-index: 10;
    font-family: "Noto Serif JP";
  }

  .text-black {
    width: auto;
    /* bottom: 30%; */
    bottom: 37.6%;
    left: 10%;
    font-family: "Noto Serif JP";
  }

  .text-inner {
    width: 100%;
  }

  .text {
    font-size: 54px;
    text-align: left;
    letter-spacing: 0.1em;
  }

  .text-black .text {
    width: 100%;
  }
}
.text-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .text-br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .text-block.text-white {
    z-index: 2;
  }
}
/* 画像上のフォント色変更 end */


