@charset "utf-8";
.video-wrap1{
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.mv{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%; 
    min-height: 100vh;
    object-fit: cover;
}

/* .overlay{
  width: 100%; 
  height: 100%;
  object-fit: cover;
  z-index:-1;
}

#yt_player{
  width: 100%; 
  min-height: 100%;
  object-fit: cover;
  z-index: -2;
} */

.mv_img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%; 
  min-height: 100vh;
  object-fit: cover;
}

h1{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 3;
}

.video-wrap1 h1 img {
  width: 140px;
  height: auto;
}

.homenav{
    position: absolute;
    top: 35px;
    right: 30px;
    z-index: 4;
}

/* .navbox{
  display: inline-block;
  width: 80px;
  margin: 0 10px;
  height: 28px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 2px 2px 3px #221816;
  transition: all 0.2s;
} */

/* .navbox2{
  display: inline-block;
  width: 80px;
  margin: 0 10px;
  height: 28px;
  color: #221816;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 1px 1px 2px #fff;
  transition: all 0.2s;
} */


.navbox:hover{
  font-size: 16px;
}

.navbox2{
  justify-content: center;
}

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

.scrolldown1 span{
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 5;
  color: #221816;
  /* text-shadow: #fff 1px 1px 1px */
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 15px;
}

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

@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

.video-wrap2{
  width: 100%;
  min-height: 550px;
  position: relative;
}

.nav-black-trigger{
  display: block;
  content: "";
  position: absolute;
  bottom: 30px;
  right: 10px;
  z-index: 2;
}

.home_mv1{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.float{
  position: absolute;
  inset: 0;
  top: 160px;
  z-index: 3;
  color: #221816;
}

div.inner.float{
  margin-bottom: 0;
}

.home_about{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  }

.home_about h3{
line-height: 2.5;
letter-spacing: 0.18em;
padding: 0;
font-size: 24px;
}

.home_about h4{
font-size: 15px;
}

.home_about div{
padding-left: 25px;
}

.home_about p{
max-width: 455px;
height: auto;
line-height: 2;
letter-spacing: 0.02em;
text-align: justify;
padding-right: 25px;
}

.more{
  text-align: end;
}

.more a{
  display: inline-block;
  color: #221816;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 5px 8px;
  border-bottom: solid 1px #221816;
  transition: all 0.2s;
  margin-right: 30px;
}

.more a:hover{
  opacity: 0.5;
}

/* .home_gallery{
  margin-top: 150px;
}

.home_gallery .flex{
  margin-bottom: 30px;
}

.home_gallery .flex div{
  flex-basis: 50%;
}

.home_gallery div p{
  max-width: 400px;
  height: auto;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: justify;
  padding-left: 30px;
  margin-right: 30px;
}

.home_gallery figure{
  flex-basis: 50%;
  text-align: center;
  margin: 0 20px 30px;
}

.home_gallery .more{
  margin-bottom: 100px;
} */

.home_Service{
  margin: 100px 0;
}

.home_Service h2{
  margin-bottom: 45px;
}

/* リード文 */
.home_Service_lead{
  max-width: 820px;
  margin: 0 auto 50px;
  padding: 0 30px;
}

.home_Service_lead p{
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}

/* 一覧全体 */
.home_Service_list{
  margin-bottom: 25px;
}

/* 各行 */
.home_Service_item{
  max-width: 820px;
  margin: 0 auto;
  padding: 0 0 20px;
  border-bottom: solid 1px #221816;
  color: #221816;
  transition: all 0.2s;
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
}

.home_Service_item + .home_Service_item{
  margin-top: 22px;
}

.home_Service_item:hover{
  opacity: 0.6;
}

/* 左カラム */
.home_Service_dt{
  width: 230px;
  min-width: 230px;
  padding: 0 20px 0 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

/* 右カラム */
.home_Service_dd{
  flex: 1;
  padding-right: 15px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.more2{
  text-align: end;
}

.more2 a{
  display: inline-block;
  color: #221816;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 15px 5px 8px;
  border-bottom: solid 1px #221816;
  transition: all 0.2s;
  margin-right: 30px;
  padding-bottom: 8px;
}

.more2 a:hover{
  opacity: 0.5;
}

.home_SNS{
  margin: 150px 0;
}

.home_sns3{
  justify-content: end;
  transition: all 0.2s;
}

.home_x{
  flex-basis: 45%;
  padding-left: 15px;
}

.home_insta{
  flex-basis: 45%;
  padding-right: 15px;
}

.home_sns3:hover{
  opacity: 0.5;
}

.followus{
  padding-top: 18px;
  padding-right: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #221816;
  margin-bottom: 30px;
}

.video-wrap3{
  width: 100%;
  height: 82px;
  position: relative;
}

.home_mv2{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 80px;
  object-fit: cover;
}

.float2{
  position: absolute;
  inset: 0;
  top:31px;
  z-index: 3;
  justify-content: center;
}

.float2 a{
  display: inline-block;
  color: #221816;
  justify-content: center;
  transition: all 0.2s;
}

.float2 a:hover{
  opacity: 0.5;
}

.float2 h3{
  letter-spacing: 0.15em;
  padding-right: 35px;
  color: #221816;
}

.float2 p{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.13em;
  padding-top: 3px;
  color: #221816;
}

.float2 p::before{
  display: inline-block;
  content: "▲";
  font-size: 10px;
  transform: rotate(90deg);
  transition: all 0.2s;
  margin-left: 5px;
  transition: all 0.2s;
}

.home_cliant{
  margin: 100px 0;
}

.home_cliant h2{
  margin: 0 0 30px;
}

.logo_grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 24px;
  align-items: end;
  justify-items: center;
  padding-top: 5px;
}

.logo_grid p{
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: visible;
  line-height: 0;
  padding-bottom: 8px;
}

.logo_grid img{
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
  vertical-align: bottom;
}

.logo_more{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  grid-column: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center; 
}



