@charset "UTF-8";

#heading {
  top: 90px;
}

#heading>h1,
.header01-title {
  line-height: 1.6;
}

.ttl>h2 {
  color: #DCDCDA;
}

/*-------------------------------------
  fv
-------------------------------------*/
.fv {
  width: 100%;
  height: auto;
  position: relative;
}

.fv::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 30%;
}

.iPad .fv::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 40%;
}

.fv-inner {
  width: 100%;
  height: calc(100% - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  background: linear-gradient(45deg, #F2F1EF, #EFF2F0);
  z-index: 1;
}

.main-img__ttl {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  color: #ACACAA;
}

.main-img__ttl>h2 {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
  margin-left: 12%;
  box-sizing: border-box;
}

.main-img__ttl>p {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}

@media screen and (max-width:1280px) {
  .main-img__ttl {
    width: 30%;
    left: 5%;
  }
}

@media screen and (max-width:1024px) {
  .fv::after {
    padding-top: 40%;
  }

  .fv-inner {
    height: calc(100% - 70px);
    top: 70px;
  }

  .main-img__ttl {
    width: 40%;
    left: 5%;
  }
}

@media screen and (max-width:896px) {
  .fv::after {
    padding-top: 50%;
  }
}

@media screen and (max-width:786px) {
  .fv::after {
    padding-top: 60%;
  }
}

@media screen and (max-width:680px) {
  .fv::after {
    padding-top: 85%;
  }

  .main-img__ttl {
    width: 65%;
    left: 5%;
  }

  .main-img__ttl>p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:481px) {
  #heading {
    top: 80px;
    color: #fff;
  }

  .fv {
    top: 0;
    height: calc(var(--vh, 1vh) * 50);
  }

  .fv::after {
    display: none;
  }

  .iPad .fv::after {
    display: none;
  }

  .main-img__ttl {
    line-height: 1.4;
  }

  .main-img__ttl>h2 {
    font-size: 1rem;
  }

  .main-img__ttl>p {
    font-size: 1.4rem;
    font-weight: 400;
  }
}