.nav-wrapper {
  /* background-image: url(../img/hero_hp.jpg); */
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 95vh;
}
.hero {
  position: fixed;
  width: 90px;
  z-index: 1;
  transition: 0.5s; /* ======追記====== */
}

/* ======フッターまでスクロールするとナビゲーション非表示ここから====== */
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
/* ======フッターまでスクロールするとナビゲーション非表示ここまで====== */

h2 {
  position: absolute;
  bottom: 300px;
  right: 40px;
}
.site-title_pc img {
  width: 700px;
}
h2 p {
  margin-left: 20px;
  font-size: 1.125rem;
  color: #ffe600;
  letter-spacing: 0.6rem;
  text-shadow: 2px 2px 5px #808080;
}
.site-title_sp {
  display: none;
}
@media (max-width: 960px) {
  .nav-wrapper {
    height: 0vh;
  }
  h2 {
    bottom: 100px;
    left: 10px;
  }
  h2 p {
    margin-left: 20px;
  }
  .site-title_pc {
    display: none;
  }
  .site-title_sp {
    display: block;
  }
  .site-title_sp img {
    width: 290px;
  }
  h2 p {
    font-size: 0.875rem;
  }
}

.section_gallery {
  margin: -855px 90px 0;
}
.section_title {
  margin-top: 160px;
  padding-top: 40px;
  font-size: 4.375rem;
  letter-spacing: 0.7rem;
  font-weight: 700;
}
.section_title::after {
  content: "";
  display: block;
  background-color: #999;
  width: 100%;
  height: 1px;
  margin: 30px 0 40px 0;
}

.view-more_block {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.view-more_wrapper {
  display: flex;
}
.view-more {
  margin-right: 10px;
  letter-spacing: 0.2rem;
  font-weight: 700;
  position: relative;
  text-decoration: none; /*デフォルトで下線を非表示*/
  display: inline-block;
}

/** 下線を右から引く **/
.view-more:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px; /*下線の太さ*/
  background: #333; /*下線の色*/
  transition: transform 0.3s; /*アニメーション速度*/
  transform-origin: right top; /*アニメーションの起点*/
  transform: scale(0, 1); /*幅は0*/
}
.view-more:hover:after {
  transform-origin: left;
  transform: scale(1, 1); /*幅を1に*/
}

.view-more_circle {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-color: #ffe600;
  border: 0px solid #666;
  border-radius: 100px;
  position: relative;
  top: -14px;
  /* right: 19px; */
  position: relative;
}
.view-more_arrow {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 21px;
  width: 9px;
  height: 9px;
  border: 2px solid #333;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transition-property: transform;
  transition-duration: 250ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
  transition: all 0.3s;
}

/*hoverした際の移動*/
.view-more_block:hover .view-more_arrow {
  right: 30%;
  /* transform: translate(5px, 0px); */
}
/* .view-more_block:hover::after .view-more_arrow {
  right: -5%;
  transform: translate(0px, 0px);
} */
/* .view-more_block:hover .view-more_arrow {
  transform: skew(0deg) translateX(15%);
} */

@media (max-width: 960px) {
  .gallery_block {
    width: auto;
  }
}

@media (max-width: 960px) {
  .hero {
    z-index: 1;
  }
  .section_gallery {
    margin: 0 40px;
  }
  .section_title {
    font-size: 1.875rem;
    margin-top: 90px;
  }
  .section_title::after {
    margin: 20px 0 30px 0;
  }
}

.section_line {
  content: "";
  display: block;
  background-color: #999;
  width: 100%;
  height: 0.7px;
  margin: 70px 0 50px 0;
}
@media (max-width: 960px) {
  .section_line {
    margin: 40px 0 30px 0;
  }
}

.sns_icon {
  margin-top: -3px;
}

.sns_icon a img {
  width: 30px;
}
.vier-more_sns-attention {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-top: 20px;
}
.vier-more_sns-attention p {
  font-size: 0.875rem;
  letter-spacing: 0.18rem;
}
.view-more_block-gallery {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}

@media (max-width: 960px) {
  .sns_icon {
    margin-right: 12px;
  }
  .vier-more_sns-attention p {
    font-size: 0.625rem;
    line-height: 1.4rem;
  }
}
