@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
.ss-home-bg {
  height: 100lvh;
}
.ss-home-bg-curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
}
.ss-home-ttl {
  width: 276px;
  width: 70.7693vw;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .ss-home-ttl {
    width: 560px;
  }
}
@media screen and (min-width: 980px) {
  .ss-home-ttl {
    width: 752px;
  }
}
.ss-home-ttl img {
  width: 100%;
  height: auto;
}
.ss-home-spacer-01 {
  height: calc(120svh - 50px - 50px);
  width: 1px;
}
@media screen and (min-width: 640px) {
  .ss-home-spacer-01 {
    height: calc(120svh - 50px - 61px - 50px);
  }
}
@media screen and (min-width: 640px) {
  .ss-home-spacer-01 {
    height: calc(120svh - 70px - 54px - 64px);
  }
}
.ss-home-body {
  position: relative;
  z-index: 1;
}
.ss-home-about {
  padding-top: 80px;
  padding-top: 20.5129vw;
  padding-bottom: 100px;
  padding-bottom: 25.6411vw;
}
@media screen and (min-width: 640px) {
  .ss-home-about {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
.ss-home-about-in {
  padding: 0 40px;
}
.ss-home-about-anim {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.ss-home-about-ttl {
  font-weight: 400;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-size: 5.1283vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 45px;
  margin-bottom: 11.5385vw;
}
@media screen and (min-width: 640px) {
  .ss-home-about-ttl {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2307692308;
    margin-bottom: 60px;
  }
}
.ss-home-about-txt {
  font-weight: 300;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 2;
  margin: 0;
  margin-top: 32px;
  margin-top: 8.2052vw;
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .ss-home-about-txt {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 25px;
  }
}
.ss-home-fig {
  margin-top: 90px;
  margin-top: 23.077vw;
}
@media screen and (min-width: 640px) {
  .ss-home-fig {
    margin-top: 110px;
  }
}
.ss-home-fig-ttl {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  font-size: 4.1026vw;
  letter-spacing: 0.1em;
  line-height: 1.625;
}
@media screen and (min-width: 640px) {
  .ss-home-fig-ttl {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
.ss-home-fig-img {
  width: 100%;
  margin-top: 50px;
  margin-top: 12.8206vw;
}
@media screen and (min-width: 640px) {
  .ss-home-fig-img {
    margin-top: 60px;
  }
}
.ss-home-fig-img svg {
  width: 100%;
  height: auto;
}
.ss-home-fig-img text {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}
.ss-home-fig-img a {
  cursor: pointer;
}
.ss-home-fig-img a path,
.ss-home-fig-img a text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ss-home-fig-img a:hover {
  text-decoration: none;
}
.ss-home-fig-img a:hover path,
.ss-home-fig-img a:hover text {
  fill: #fd9c00;
}
.ss-home-hero {
  position: relative;
  background: #000;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.ss-home-hero-bg {
  top: 50px;
  left: 0;
  width: 100%;
  position: fixed;
}
@media screen and (min-width: 640px) {
  .ss-home-hero-bg {
    top: 64px;
  }
}
.ss-home-hero-bg img {
  width: 100%;
  height: auto;
}
.ss-home-hero-shadow {
  padding-top: 60vw;
}
@media screen and (min-width: 640px) {
  .ss-home-hero-shadow {
    padding-top: 500px;
    padding-top: 35.7143vw;
  }
}
.ss-home-hero-shadow-in {
  padding-top: 40vw;
  position: relative;
  padding-bottom: 100px;
  padding-bottom: 25.6411vw;
}
@media screen and (min-width: 640px) {
  .ss-home-hero-shadow-in {
    padding-top: 300px;
    padding-top: 21.4286vw;
    padding-bottom: 200px;
  }
}
.ss-home-hero-shadow-in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(68%, rgba(0, 0, 0, 0.8)), to(rgb(0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 68%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 68%, rgb(0, 0, 0) 100%);
}
@media screen and (min-width: 640px) {
  .ss-home-hero-shadow-in::before {
    height: 300px;
    height: 21.4286vw;
  }
}
.ss-home-hero-shadow-in::after {
  content: "";
  position: absolute;
  top: 40vw;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
}
@media screen and (min-width: 640px) {
  .ss-home-hero-shadow-in::after {
    top: 300px;
    top: 21.4286vw;
  }
}
.ss-home-hero-in {
  position: relative;
  z-index: 1;
}
.ss-home-hero-ttl {
  margin: 0;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  font-size: 5.1283vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 36px;
  margin-bottom: 9.2308vw;
}
@media screen and (min-width: 640px) {
  .ss-home-hero-ttl {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5833333333;
    margin-bottom: 54px;
  }
}
.ss-home-hero-txt {
  margin: 0;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.8571428571;
}
@media screen and (min-width: 640px) {
  .ss-home-hero-txt {
    text-align: center;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.1333333333;
  }
}
.ss-home-hero-img {
  margin-top: 55px;
  margin-top: 14.1026vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.9744vw;
}
@media screen and (min-width: 640px) {
  .ss-home-hero-img {
    width: min(875px, 100%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    margin: 80px auto 0;
  }
}
.ss-home-hero-img.full-size {
  width: min(1240px, 100%);
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.ss-home-hero-img.full-size img {
  width: 100%;
  height: auto;
}
.ss-home-hero-img-in {
  border-radius: 10px;
  overflow: hidden;
}
.ss-home-hero-img-item {
  width: 100%;
}
.ss-home-hero-img-item img {
  display: block;
  width: 100%;
  height: auto;
}
.ss-home-hero-img-cap {
  margin: 0;
  text-align: center;
  font-size: 13px;
  font-size: 3.3334vw;
  letter-spacing: 0.02em;
  line-height: 1.5384615385;
  margin-top: 10px;
  margin-top: 2.5642vw;
}
@media screen and (min-width: 640px) {
  .ss-home-hero-img-cap {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 15px;
  }
}
.ss-home-hero-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-top: 12.8206vw;
}
@media screen and (min-width: 640px) {
  .ss-home-hero-link {
    margin-top: 70px;
  }
}
.ss-home-hero-link .ss-works-rm-link {
  letter-spacing: 0;
}