@charset "UTF-8";
/* CSS Document */
.section-top {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 998;
}
.top-img {
  width: 100%;
  height: 100vh;
  background-image: url("../image/DSC06305.jpg");
  background-size: cover;
  background-position: right 25% center;
  background-repeat: no-repeat;
}
.top-title {
  position: absolute;
  bottom: 10%;
  left: 10%;
  text-align: left;
}
.top-title p {
  font-size: 2.0rem;
  margin-top: 12px;
  letter-spacing: 1.4px;
}
.section-works {
  margin-top: 120px;
  margin-bottom: 100px;
}
.section-works h2 {
  position: relative;
  z-index: 10;
  font-size: 6.0rem;
  text-align: center;
}
.section-works_title {
  margin-bottom: 40px;
}
.section-works_title-content {
  position: relative;
}
.section-works h3 {
  font-size: 2.0rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 10;
}
.section-works_content {
  margin-bottom: 80px;
}
.hover-card {
  position: relative;
  display: block;
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.hover-card::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  background-color: rgba(255, 253, 250, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.hover-card:hover::before {
  opacity: 1;
}
.section-works_img {
  width: 100%;
  display: block;
  transition: all 0.4s ease;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.overlay .text {
  color: #484848;
  font-size: 2.4rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}
.hover-card:hover .overlay .text {
  opacity: 1;
  transform: translateY(0);
}
.section-works_text {
  max-width: 375px;
  margin: 0 auto;
}
.section-works_text a {
  text-decoration: none;
  cursor: pointer;
}
.section-works_text a:hover {
  color: #8cafa4;
}
.section-works h4 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 12px;
}
.section-works a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.section-works_description {
  display: flex;
  margin-left: 2px;
}
.section-works_description p {
  color: #afafaf;
  font-size: 1.4rem;
  line-height: 1;
}
.section-works_description__first {
  padding-right: 6px;
}
.section-works_description__second {
  padding-left: 6px;
  border-left: 1px solid #afafaf;
}
@media (min-width: 1025px) {
  .section-works {
    max-width: 1025px;
    margin: 140px auto 140px;
  }
  .section-works_title {
    margin-bottom: 60px;
  }
  .section-works h2 {
    font-size: 7.2rem;
    text-align: left;
  }
  .section-works h3 {
    font-size: 2.4rem;
    text-align: left;
    margin-left: 140px;
  }
  .section-works_content_wrapper {
    display: flex;
    justify-content: space-between;
  }
	.hover-card {
		max-width: 472px;
	}
	.section-works_text {
		max-width: 472px;
	}
}
.image-mask-section {
  position: relative;
  height: 20vh;
  overflow: hidden;
}
.image-mask-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.image-mask-wrapper img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
}
@media (min-width: 1025px) {
  .image-mask-section {
    height: 40vh;
  }
}
.section-about {
  margin-top: 100px;
  margin-bottom: 120px;
  background: #fffdfa;
}
.section-about h2 {
  position: relative;
  z-index: 10;
  font-size: 5.0rem;
  text-align: center;
}
.section-about_title {
  margin: 0 auto 80px;
  max-width: 375px;
}
.section-about_title-content {
  position: relative;
}
.section-about_parts {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: -30px;
  margin: 0 auto;
  opacity: 0.4;
}
.section-about h3 {
  position: relative;
  font-weight: 400;
  z-index: 10;
  font-size: 2.0rem;
  text-align: center;
}
.section-about_img__me {
  width: 100%;
  max-width: 375px;
  display: block;
  margin: 0 auto 16px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.section-about_name {
  margin-bottom: 24px;
}
.section-about_name__ja {
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.0;
  margin-bottom: 8px;
}
.section-about_name__en {
  font-size: 1.2rem;
  color: #afafaf;
  text-align: center;
  line-height: 1.0;
}
.section-about_text {
  max-width: 375px;
  margin: 0 auto 16px;
  font-size: 1.4rem;
}
.section-about_more__wrapper {
  text-align: right;
  margin: 0 auto;
  padding-right: 32px;
  max-width: 375px;
}
.section-about_more {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: 0 auto;
  max-width: 375px;
  text-decoration: none;
  color: #484848;
  font-size: 2.0rem;
  position: relative;
  padding: 0 20px;
  outline: none;
}
.section-about_more::before {
  content: '';
  position: absolute;
  bottom: 9.5px;
  left: 90%;
  width: 20%;
  height: 1px;
  background: #484848;
  transition: all .3s;
}
.section-about_more:hover::before {
  left: 100%;
}
@media (min-width: 1025px) {
  .section-about {
    max-width: 1025px;
    margin: 140px auto 160px;
  }
  .section-about h2 {
    font-size: 7.2rem;
  }
  .section-about h3 {
    font-size: 2.4rem;
  }
  .section-about_content__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-about_img__me {
    margin: 0 60px 0 0;
  }
  .section-about_name {
    margin-bottom: 40px;
  }
  .section-about_name__ja {
    text-align: left;
    font-size: 2.4rem;
  }
  .section-about_name__en {
    text-align: left;
    font-size: 1.6rem;
    margin-left: 3px;
  }
  .section-about_name__last {
    margin-left: 7px;
  }
  .section-about_text {
    font-size: 1.6rem;
    max-width: none;
    margin-bottom: 40px;
  }
  .section-about_more__wrapper {
    max-width: none;
  }
  .section-about_more {
    font-size: 2.4rem;
  }
  .section-about_more::before {
    bottom: 12px;
  }
}