@charset "UTF-8";

/************************************************
  TOP MV 
************************************************/

.sec-top {
  position: relative;
  margin-bottom: 20px;
  height: 100vh;
  overflow: hidden;
}

.sec-top_info {
  position: absolute;
  bottom: 20vh;
  right: 50px;
  z-index: 99999;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.sec-top__mv {
  position: absolute;
  top: 0;
  right: 0;
  width: 82.64%;
}

.sec-top__content {
  overflow: visible;
  pointer-events: none;
}

.top-slider-list {
  position: relative;
}

.top-slider-item img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  transition: height 3s;
}
.top-slider-item.swiper-slide-duplicate-active img,
.top-slider-item.swiper-slide-active img {
  height: 85vh;
}

.top-slider-list .sec-top__img-inner {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .sec-top__img {
    background-position: center;
  }
}

/************************************************
  INTRODUCTION
************************************************/

.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 50px;
  z-index: 999;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -30px;
  /*テキストの形状*/
  color: #000000;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 40px;
  background: #000000;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  50% {
    height: 100%;
    opacity: 1;
    top: 0;
  }
  90% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}

.instagram-followus {
  writing-mode: vertical-rl;
  margin-right: 0;
  margin: 0 0 0 auto;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 9999;
}

.instagram-icon {
  max-width: 100px;
  display: inline-flex;
  padding: 7px;
}

.sec-introduction__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding-top: 40px;
}

.sec-introduction-list {
  padding-bottom: 40px;
}

.sec-introduction__subttl {
  font-size: 2.3rem;
  font-weight: bold;
  padding-top: 30px;
}

.btn-followus {
  writing-mode: vertical-rl;
}

.sec-introduction__message {
  margin: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-introduction__info {
    display: block;
  }
}

/************************************************
  PROFILE
************************************************/

.sec-profile__contents {
  display: flex;
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.profile-message__img {
  width: 60vw;
  margin: auto;
}

.sec-profile__message {
  display: block;
  width: 100%;
  position: relative;
  top: 20px;
  left: 35px;
}

.sec-profile__txt {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .sec-profile__contents {
    display: block;
  }

  .profile-message__img {
    justify-content: space-between;
    padding-bottom: 20px;
  }

  .sec-profile__message {
    position: relative;
    top: 0px;
    left: 0px;
  }
}

/************************************************
  WORKS
************************************************/

.sec-works {
  background-image: url(../img/works/bg-works.webp);
  background-size: cover;
  padding-top: 60px;
}

.sec-works__container {
  padding-top: 40px;
}

.sec-works__info {
  background-color: #ffffff;
  padding: 0px 0px 50px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 10px 0px;
}

.works-slider-list {
  padding: 0.1em;
}

.works-slider-list li + li {
  margin-top: 5px;
}

.sec-works__subttl {
  text-align: center;
  font-weight: bold;
}

.subttl-underline {
  border-bottom: solid;
  display: inline-block;
  padding: 0.3em;
}

.works-txt {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.works-slider-list__link {
  width: 160px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  background-color: #eff0f1;
  padding: 0 50px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  border-radius: 30px;
}

.works-consult {
  display: flex;
  justify-content: end;
  font-weight: 800;
}

@media screen and (max-width: 960px) {
  .sec-works__container.swiper {
    max-width: 610px;
  }
}

@media screen and (max-width: 767px) {
  .sec-works__container.swiper {
    max-width: 300px;
  }
}
