header {
  background-color: white;
}
.top-fv {
  width: 100%;
  position: relative;
}
.top-fv::after {
  content: "";
  width: 100%;
  height: 99.3%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(70, 70, 70, 0.5);
}
.top-fv video {
  width: 100%;
  min-width: 100%;
  z-index: -20;
}
.top-bar {
  width: 100%;
  height: 5px;
  z-index: 3;
  background-color: #6f7572;
}
.top-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}
.scrollanime-load {
  opacity: 0;
} /*一瞬表示されるのを防ぐ*/
.fadeInDown-load {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-load {
  opacity: 0;
  transition-duration: 1500ms;
  transition-property: opacity, transform;
}
.fade-in-left {
  transform: translate(-150%, 0);
}
.scroll-in-load {
  opacity: 1;
  transform: translate(0, 0);
}
.online-wrap {
  max-width: 1200px;
  padding: 50px 20px;
  margin: 0 auto;
}
.online-title {
  text-align: center;
  position: relative;
  font-size: 20px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8f9a93;
}
.online-title::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #8f9a93;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.shop-list {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.shop-item {
  max-width: 300px;
}
.item-img img {
  width: 300px;
  height: 300px;
}
.item-name {
  margin: 34px 0;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-style: normal;
  color: #8f9a93;
}
.item-text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 22px;
  color: #8f9a93;
}
.item-des {
  font-size: 12px;
  line-height: 17px;
  margin-top: 34px;
  color: #8f9a93;
  padding-bottom: 80px;
}
.cart-btn {
  margin-top: 80px;
  display: block;
  text-align: center;
  width: 300px;
  height: 60px;
  background: linear-gradient(
    180deg,
    #b2cec4 0%,
    #abcbc4 0.01%,
    #abcbc4 0.02%,
    #abcbc4 0.03%,
    #87c0ca 100%
  );
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  line-height: 60px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .shop-list {
    display: block;
    margin: 0 auto;
    margin-top: 70px;
  }
  .shop-item {
    max-width: 600px;
    margin: 60px auto;
  }
  .item-img {
    width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .top-logo {
    position: absolute;
    top: 45%;
  }
  .is-show {
    width: 198px;
  }
  .shop-list {
    max-width: 300px;
  }
  .shop-item {
    max-width: 300px;
  }
}

.appoint-wrap {
  padding: 100px 0px;
}

.appoint-text {
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #8f9a93;
}
.appoint-text p {
  margin-top: 28px;
}
.appoint-text p {
  margin-top: 28px;
  margin-bottom: 40px;
}

.online-title {
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #8f9a93;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}
.online-title::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #8f9a93;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.appoint-btn {
  margin: 0 auto;
  margin-top: 80px;
  display: block;
  text-align: center;
  width: 300px;
  height: 60px;
  background: linear-gradient(
    180deg,
    #b2cec4 0%,
    #abcbc4 0.01%,
    #abcbc4 0.02%,
    #abcbc4 0.03%,
    #87c0ca 100%
  );
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  line-height: 60px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fv {
    background-image: url(../img/背景_sp.png);
    background-size: 100%;
    margin-top: 20px;
    height: 287px;
  }
  .other-title {
    transform: translateY(0%);
  }
  .appoint-text p {
    font-size: 11px;
  }
}
