.top-kv {
  padding-top: 36px;
  max-width: 1266px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top-kv {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1150px) {
  .top-kv {
    padding-top: 64px;
  }
}
.top-kv__image {
  position: relative;
  width: 80%;
}
@media screen and (max-width: 1100px) {
  .top-kv__image {
    width: 76.64%;
  }
}
@media screen and (max-width: 992px) {
  .top-kv__image {
    width: 100%;
  }
}
.top-kv__image img {
  display: block;
  width: 100%;
}
.top-kv__title {
  position: absolute;
  bottom: 12%;
  right: -20%;
  font-size: 6.8rem;
  font-family: "Caveat", cursive;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  z-index: 2;
  color: #9FA79E;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 1150px) {
  .top-kv__title {
    bottom: 2%;
  }
}
@media screen and (max-width: 992px) {
  .top-kv__title {
    font-size: 4.8rem;
    right: 0;
    bottom: 4%;
  }
}
@media screen and (max-width: 576px) {
  .top-kv__title {
    font-size: 2.8rem;
  }
}
.top-news {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .top-news {
    margin-top: 100px;
  }
}
.top-news__content {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .top-news__content {
    width: calc(100% - 40px);
  }
}
.top-news__content__list {
  margin-top: 64px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top-news__content__list {
    margin-top: 40px;
  }
}
.top-about {
  background: #ffffff;
  padding: 54px 0 40px;
  position: relative;
}
.top-about:after {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  background-image: url("../../img/top/about-back.png");
  height: 100%;
  width: 473px;
}
.top-about__inner {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 100px);
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .top-about__inner {
    width: calc(100% - 40px);
  }
}
.top-about__description {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 24px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-about__description {
    font-size: 1.4rem;
  }
}
.top-about__btn {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .top-about__btn {
    margin-top: 40px;
  }
}
.top-menu {
  position: relative;
}
.top-menu__back {
  position: absolute;
  z-index: -1;
}
.top-menu__back.one {
  width: 104px;
  right: 0;
  top: -180px;
}
@media screen and (max-width: 768px) {
  .top-menu__back.one {
    width: 64px;
    top: -80px;
  }
}
.top-menu__back.two {
  width: 195px;
  top: 45%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-menu__back.two {
    width: 120px;
    top: 50%;
  }
}
.top-menu__back.three {
  width: 246px;
  right: 0%;
  bottom: -100px;
}
@media screen and (max-width: 1150px) {
  .top-menu__back.three {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .top-menu__back.three {
    width: 120px;
    bottom: -60px;
  }
}
.top-menu__back img {
  display: block;
  width: 100%;
}
.top-menu__inner {
  max-width: 1266px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top-menu__inner {
    width: calc(100% - 40px);
  }
}
.top-menu__list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-menu__list {
    margin-top: 56px;
  }
}
.top-menu__list.space {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .top-menu__list.space {
    margin-top: 80px;
  }
}
.top-menu__list.detox {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.top-menu__list__right {
  padding-top: 20px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .top-menu__list__right {
    width: 100%;
    max-width: 200px;
    margin: auto;
  }
}
.top-menu__list__left {
  width: 72.9%;
}
@media screen and (max-width: 768px) {
  .top-menu__list__left {
    width: 100%;
  }
}