@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


    people


============================================================================= */
.people {
  background: #19284c;
  color: #fff;
  padding-top: 40px;
  position: relative;
}
.people .parallax-ttlbox {
  text-shadow: none;
}
.people:after {
  background: #1d2e58;
  content: "";
  height: 100%;
  left: 50%;
  mix-blend-mode: overlay;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.parallax-txt_04 {
  margin-top: 30px;
  max-width: clamp(480px, 50vw, 800px);
}

.people-name {
  font-size: clamp(1.8rem, 2vw, 4rem);
  margin-top: 40px;
}
.people-name span {
  font-size: 120%;
  margin-left: 1em;
}

.people-en {
  bottom: -0.2em;
  color: #1d2e58;
  font-family: "Host Grotesk", "Noto Serif JP", sans-serif;
  font-size: clamp(5rem, 7vw, 15rem);
  font-style: italic;
  font-weight: bold;
  mix-blend-mode: screen;
  position: absolute;
  right: 0.5em;
}

.people-img {
  height: 100%;
  left: calc(50% + 540px - 8vw);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24vw;
}
.people-img img {
  display: block;
  height: 100%;
  margin-left: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  -o-object-position: right bottom;
     object-position: right bottom;
  width: 100%;
}

/* =============================================================================


    pro


============================================================================= */
.pro {
  background: transparent url(../asset/images/index/pro.png) no-repeat top center/cover;
  background-color: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding: 5vw 0;
  position: relative;
  z-index: 1;
}
.pro:after {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(79%, rgba(46, 46, 46, 0.2))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #000000 0%, rgba(46, 46, 46, 0.2) 79%) 0% 0% no-repeat padding-box;
  content: "";
  height: 100%;
  left: 50%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.noise-txt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 600px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.noise-ttl {
  -ms-writing-mode: tb-rl;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: auto;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
  text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 40px #000;
  word-break: keep-all;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.pro-en {
  -ms-writing-mode: tb-rl;
  color: #fff;
  font-family: "Host Grotesk", "Noto Serif JP", sans-serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: clamp(6rem, 8vw, 15rem);
  font-style: italic;
  left: 0;
  line-height: 0.8;
  opacity: 0.6;
  position: absolute;
  top: 40px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media (max-width: 1128px){
  .people-img {
    bottom: 0;
    left: auto;
    min-width: 280px;
    right: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .noise-txt {
    font-size: 2rem;
  }
}

@media (max-width: 767px){
  .parallax-txt_04 {
    margin-top: 15px;
  }
  .noise-txt {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .noise-ttl {
    font-size: 3rem;
  }
}

@media screen and (max-width: 620px){
  .parallax-txt_04 {
    max-width: 100%;
    width: 100%;
  }
  .people-name {
    margin-right: 1em;
    margin-top: 100px;
    text-align: center;
  }
  .people-img {
    margin-left: auto;
    margin-top: -150px;
    min-width: 180px;
    position: relative;
  }
}

/*# sourceMappingURL=index.css.map*/