@charset "UTF-8";
#cashmere #what-is {
  font-feature-settings: "palt";
  padding-bottom: 4rem;
}
#cashmere #what-is .contents__inner {
  padding-bottom: 2.8rem;
  background-color: #F5F1E9;
}
#cashmere #what-is .kv {
  width: 100%;
  aspect-ratio: 750/900;
}
#cashmere #what-is .kv .h1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  inset: 0;
}
#cashmere #what-is .copy {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #503c3c;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 5.2rem;
}
#cashmere #what-is .copy p {
  font-size: 2.3rem;
  line-height: 1.4;
}
#cashmere #what-is .container {
  background-color: #ffffff;
  margin: 0 1.5rem;
  border-radius: 20px;
}
#cashmere #what-is .container + .container {
  margin-top: 5.2rem;
}
#cashmere #what-is .container .container__inner {
  padding: 5rem 2.2rem 3.85rem;
}
#cashmere #what-is .container .container__inner .number__box {
  margin-bottom: 2rem;
}
#cashmere #what-is .container .container__inner .number__box .number {
  width: 53px;
  margin: auto;
}
#cashmere #what-is .container .container__inner .number__box .number__copy {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 2.7rem;
}
#cashmere #what-is .container .container__inner .number__box .number__copy span {
  background: linear-gradient(#faf0d7 50%, #faf0d7 0%);
  padding: 0 4px;
}
#cashmere #what-is .container .container__inner .number__box .number__copy img {
  width: 266px;
  display: block;
  margin: 1.9rem auto 0;
}
#cashmere #what-is .container .container__inner .line__animation .line__animation__border {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
#cashmere #what-is .container .container__inner .line__animation .line__animation__border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  animation: scrollbar 1.5s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
#cashmere #what-is .container .container__inner .read__text {
  margin-top: 4.1rem;
  font-size: 1.5rem;
  line-height: 2;
}
#cashmere #what-is .container .container__inner figure {
  margin: 5rem auto 0;
}
#cashmere #what-is .container .container__inner figure img + img {
  margin-top: 1.4rem;
}
#cashmere #what-is .small__text {
  font-size: 1.2rem;
}/*# sourceMappingURL=what-is.css.map */