@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap");
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inline;
  }
}

footer {
  background-color: #fff;
}

.honest-lp-page {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.section-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  animation: bgIn 1s both;
}
@keyframes bgIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-bg .cover {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 2s ease;
}
.section-bg .cover.is-show {
  opacity: 0.7;
}
.section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-fv {
  width: 100%;
  height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "source-han-serif-jp-subset", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-fv {
    height: 155vw;
  }
}
.section-fv .catch .row {
  display: flex;
  align-items: center;
  margin: 0 0 clamp(5px, 1vw, 30px) 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-fv .catch .row {
    margin: 0;
    height: auto;
    overflow: auto;
    flex-direction: column;
  }
}
.section-fv .catch .sp-row {
  margin: 0.3em 0;
  height: clamp(22px, 4.5vw, 65px);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section-fv .catch .sp-row {
    height: 6vw;
  }
}
.section-fv .catch .char {
  display: inline-block;
  height: clamp(22px, 4.5vw, 65px);
  line-height: 1;
  transform: translateY(100%);
  animation: slideUp 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.section-fv .catch .char.all {
  animation-delay: 0.5s !important;
}
@media screen and (max-width: 767px) {
  .section-fv .catch .char {
    height: 6vw;
  }
}
.section-fv .catch .char img {
  height: 100%;
  width: auto;
}
.section-fv .catch .row1 {
  display: flex;
  flex-direction: row !important;
}
.section-fv .catch .sp-row1 .char:nth-child(1) {
  animation-delay: 0s;
}
.section-fv .catch .sp-row1 .char:nth-child(2) {
  animation-delay: 0.1s;
}
.section-fv .catch .sp-row1 .char:nth-child(3) {
  animation-delay: 0.2s;
}
.section-fv .catch .sp-row1 .char:nth-child(4) {
  animation-delay: 0.3s;
}
.section-fv .catch .sp-row2 .char:nth-child(1) {
  animation-delay: 0.4s;
}
.section-fv .catch .sp-row2 .char:nth-child(2) {
  animation-delay: 0.5s;
}
.section-fv .catch .sp-row2 .char:nth-child(3) {
  animation-delay: 0.6s;
}
.section-fv .catch .sp-row2 .char:nth-child(4) {
  animation-delay: 0.7s;
}
.section-fv .catch .sp-row2 .char:nth-child(5) {
  animation-delay: 0.8s;
}
.section-fv .catch .sp-row2 .char:nth-child(6) {
  animation-delay: 0.9s;
}
.section-fv .catch .sp-row2 .char:nth-child(7) {
  animation-delay: 1s;
}
.section-fv .catch .sp-row2 .char:nth-child(8) {
  animation-delay: 1.1s;
}
.section-fv .catch .sp-row3 .char:nth-child(1) {
  animation-delay: 1s;
}
.section-fv .catch .sp-row3 .char:nth-child(2) {
  animation-delay: 1.1s;
}
.section-fv .catch .sp-row3 .char:nth-child(3) {
  animation-delay: 1.2s;
}
.section-fv .catch .sp-row3 .char:nth-child(4) {
  animation-delay: 1.3s;
}
.section-fv .catch .sp-row3 .char:nth-child(5) {
  animation-delay: 1.4s;
}
.section-fv .catch .sp-row3 .char:nth-child(6) {
  animation-delay: 1.5s;
}
.section-fv .catch .sp-row3 .char:nth-child(7) {
  animation-delay: 1.6s;
}
.section-fv .catch .sp-row3 .char:nth-child(8) {
  animation-delay: 1.7s;
}
.section-fv .catch .sp-row3 .char:nth-child(9) {
  animation-delay: 1.8s;
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.section-fv .scorll {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  transition: opacity 0.3s ease;
}
.section-fv .scorll.is-hide {
  opacity: 0;
}
.section-fv .scorll .txt {
  display: inline-block;
  margin-bottom: 5px;
}
.section-fv .scorll .line {
  display: block;
  width: 1px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.section-fv .scorll .line:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 40px;
  position: absolute;
  top: -40px;
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0% {
    top: -40px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 40px;
  }
}

.section-intro {
  width: 100%;
  min-height: 200vh;
  padding: 0 5vw;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
}
.section-intro sup {
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .section-intro sup {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .section-intro {
    padding: 6vw;
  }
}
.section-intro .main {
  display: flex;
  flex-direction: column;
  padding: 0 5vw;
  gap: clamp(7px, 1vw, 10px);
  position: sticky;
  top: 0;
  height: 100vh;
  top: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-intro .main {
    font-size: 3.5vw;
    padding: 0;
  }
}
.section-intro .main .fade-text {
  line-height: 1.8;
  font-size: clamp(12px, 1.6vw, 20px);
  opacity: 0;
  transform: translateY(8px);
  transition: 2.5s 0.5s ease;
  text-align: center;
}
.section-intro .main .fade-text.bottom {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
.section-intro .main.show .fade-text {
  opacity: 1;
  transform: none;
}
.section-intro .main.show .fade-text:nth-child(1) {
  transition-delay: 0s;
}
.section-intro .main.show .fade-text:nth-child(2) {
  transition-delay: 1.5s;
}
.section-intro .main.show .fade-text:nth-child(3) {
  transition-delay: 3s;
}
.section-intro .main.show .fade-text:nth-child(4) {
  transition-delay: 4.5s;
}
.section-intro .main.show .fade-text:nth-child(5) {
  transition-delay: 6s;
}
.section-intro .main.show .fade-text:nth-child(6) {
  transition-delay: 7.5s;
}
.section-intro .sub {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .section-intro .sub {
    line-height: 1.4;
    font-size: 2.4vw;
  }
}

.section-intro2 {
  width: 100%;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-intro2 {
    padding: 0;
  }
}
.section-intro2 .main {
  width: 100%;
  height: 400vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-intro2 .main {
    font-size: 3.5vw;
  }
}
.section-intro2 .fade-text {
  line-height: 2;
  font-size: clamp(12px, 3.3vw, 21px);
  text-align: center;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  padding: 0 15vw;
}
@media screen and (max-width: 767px) {
  .section-intro2 .fade-text {
    padding: 0 6vw;
  }
}
.section-intro2 .fade-text.show {
  opacity: 1;
}
.section-intro2 .sub {
  font-size: 14px;
  margin-top: 1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .section-intro2 .sub {
    line-height: 1.4;
    font-size: 2.4vw;
  }
}

.section-intro3 {
  width: 100%;
  min-height: 100vh;
  padding: 15vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Zen Old Mincho", serif;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .section-intro3 {
    padding: 6vw;
  }
}
.section-intro3 .main {
  display: grid;
  gap: clamp(20px, 2.6vw, 30px);
}
@media screen and (max-width: 767px) {
  .section-intro3 .main {
    font-size: 3.5vw;
  }
}
.section-intro3 .fade-text {
  line-height: 2;
  font-size: clamp(12px, 3.3vw, 21px);
  margin-right: -1em;
  transform: translateY(8px);
  opacity: 0;
  transition: 1.5s 0.5s ease;
  text-align: center;
}
.section-intro3 .fade-text.show {
  opacity: 1;
  transform: none;
}
.section-intro3 .sub {
  font-size: 14px;
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .section-intro3 .sub {
    line-height: 1.4;
    font-size: 2.4vw;
  }
}

.section-feature {
  position: relative;
  background-color: rgba(0, 115, 101, 0.9);
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .section-feature {
    padding: 10vw;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
}
.section-feature .cont {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section-feature .cont {
    padding: 0;
    margin-bottom: 15vw;
  }
}
.section-feature .cont:last-child {
  margin-bottom: 0;
}
.section-feature .cont.reverse {
  flex-direction: row-reverse;
}
.section-feature .cont .img {
  flex: 1;
  margin: 0 40px;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
@media screen and (max-width: 767px) {
  .section-feature .cont .img {
    margin: 0;
    width: 80vw;
  }
}
.section-feature .cont .img.is-show {
  opacity: 1;
  transform: translateX(0);
}
.section-feature .cont .img img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .section-feature .cont .img img {
    height: 50vw;
  }
}
.section-feature .cont .txt {
  flex: 1;
  margin: 0 40px;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
@media screen and (max-width: 767px) {
  .section-feature .cont .txt {
    margin: 0;
    margin-top: 5vw;
  }
}
.section-feature .cont .txt.is-show {
  opacity: 1;
  transform: translateX(0);
}
.section-feature .cont .txt h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 52px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}
.section-feature .cont .txt p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 19px;
  color: #fff;
  line-height: 1.95;
  margin-bottom: 30px;
}
.section-feature .cont .txt a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  line-height: 1;
  padding: 0.5em 1em;
  background-color: #fff;
  border-radius: 100px;
  color: rgba(0, 115, 101, 0.9);
}
@media screen and (max-width: 767px) {
  .section-feature .cont {
    flex-direction: column;
  }
  .section-feature .cont.reverse {
    flex-direction: column;
  }
  .section-feature .cont .txt h2 {
    font-size: 8vw;
  }
  .section-feature .cont .txt p {
    font-size: 4vw;
  }
  .section-feature .cont .txt a {
    font-size: 4vw;
  }
}

.tonoto {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  height: 80px;
  border: 1px solid #fff;
  justify-content: center;
  background-color: #fff;
  align-items: center;
  color: rgba(0, 115, 101, 0.9);
  gap: 50px;
  transition: 0.5s;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .tonoto {
    width: 100%;
    height: auto;
    padding: 5vw 0;
    gap: 3vw;
  }
}
.tonoto:hover {
  background-color: rgba(0, 115, 101, 0.9);
  color: #fff;
  opacity: 1;
}
.tonoto:hover .btn {
  background-color: #fff;
  color: rgba(0, 115, 101, 0.9);
}
.tonoto .txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .tonoto .txt {
    font-size: 4.5vw;
  }
}
.tonoto .btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  transition: 0.5s;
  line-height: 1;
  padding: 0.5em 1em;
  background-color: rgba(0, 115, 101, 0.9);
  border-radius: 100px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tonoto .btn {
    font-size: 4vw;
  }
}/*# sourceMappingURL=style.css.map */