@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
}
section#evolution {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
section#evolution .hero {
  width: 100%;
  height: 100vh;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.5s;
  overflow: hidden;
}
section#evolution .hero.on {
  clip-path: inset(0 0 0 0);
}
section#evolution .hero.on .inner h2 {
  opacity: 1;
}
section#evolution .hero.on .inner .lead {
  opacity: 1;
}
section#evolution .hero .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
section#evolution .hero .inner h2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0.75s;
}
section#evolution .hero .inner h2::before {
  content: "";
  width: 137px;
  height: 88px;
  background-image: url(../images/arrow_title_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  flex-shrink: 0;
  order: 2;
}
section#evolution .hero .inner h2 span {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 12.9rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
  order: 1;
}
section#evolution .hero .inner h2 span:nth-child(2) {
  font-weight: 600;
  order: 3;
}
section#evolution .hero .inner .lead {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
section#evolution .hero .inner .lead h3 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 24px;
}
section#evolution .hero .inner .lead p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#evolution .hero .inner .photo {
  width: 100%;
  height: 100%;
  background-image: url(../images/evolution/visual1.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}
section#evolution .hero .inner .photo img {
  display: none;
}
section#evolution .column {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#evolution .column.on {
  opacity: 1;
}
section#evolution .column:not(:last-child) {
  margin-bottom: 80px;
}
section#evolution .column.c4 {
  width: 100%;
  background-image: url(../images/evolution/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 96px 0;
}
section#evolution .column.c4:not(:last-child) {
  margin-bottom: 0px;
}
section#evolution .column.c4 .title {
  width: calc(100% - 32px);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 24px 0;
  position: relative;
  top: auto;
  left: auto;
}
section#evolution .column.c4 .title::before {
  content: "";
  width: 1px;
  height: 56px;
  background-color: #000000;
  display: block;
}
section#evolution .column.c4 .title h4 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}
section#evolution .column.c4 .title h4::after {
  content: "";
  width: 72px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
}
section#evolution .column.c4 .title p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#evolution .column.c4 .graph {
  width: 694px;
  margin-bottom: 40px;
}
section#evolution .column.c4 dl {
  width: calc(100% - 200px);
}
section#evolution .column.c4 dl dt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 24px;
}
section#evolution .column.c4 dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
section#evolution .column.c5 {
  width: 100%;
  height: 50vw;
  position: relative;
}
section#evolution .column.c5 .catch {
  width: 100%;
  height: 50vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#evolution .column.c5 .catch h4 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#evolution .column.c5 .photo {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  clip-path: inset(0 0 0 0);
}
section#evolution .column .photo {
  width: 100%;
  position: sticky;
  top: 0px;
}
section#evolution .column .photo .title {
  width: calc(100% - 32px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 40px;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
}
section#evolution .column .photo .title h4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
section#evolution .column .photo .title h4 span:nth-child(1) {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 20rem;
  font-weight: 100;
  line-height: 0.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#evolution .column .photo .title h4 span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#evolution .column .photo .title p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  text-decoration: underline;
}
section#evolution .column .photo .img {
  width: 100%;
}
section#evolution .column .text {
  text-align: left;
  width: calc(100% - 200px);
  padding: 40px 40px 0 40px;
  margin: -160px 0 0 0;
  background-color: #FFF;
  position: relative;
}
section#evolution .column .text .intext {
  width: 100%;
  margin-bottom: 40px;
}
section#evolution .column .text .intext p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#evolution .column .text .intext p.notice {
  font-size: 1.4rem;
}
section#evolution .column .text .evo {
  width: 100%;
  background-image: url(../images/evolution/bg_evo.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  border-radius: 8px;
}
section#evolution .column .text .evo h5 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  padding: 16px;
  margin-bottom: 32px;
  border-bottom: solid 1px #FFF;
}
section#evolution .column .text .evo dl {
  width: 100%;
  padding: 0 32px 32px 32px;
  box-sizing: border-box;
}
section#evolution .column .text .evo dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
}
section#evolution .column .text .evo dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section#evolution .hero {
    height: calc(var(--vh) * 100);
  }
  section#evolution .hero .inner h2 {
    bottom: 16px;
  }
  section#evolution .hero .inner h2::before {
    width: 47px;
    height: 30px;
  }
  section#evolution .hero .inner h2 span {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 3.4rem;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#evolution .hero .inner .lead {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    transform: translateY(80px);
  }
  section#evolution .hero .inner .lead h3 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 24px;
  }
  section#evolution .hero .inner .lead p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section#evolution .hero .inner .lead p br {
    display: none;
  }
  section#evolution .hero .inner .photo {
    background-image: url(../images/evolution/visual1_sp.jpg);
  }
  section#evolution .column:not(:last-child) {
    margin-bottom: 40px;
  }
  section#evolution .column.c4 {
    padding: 0 0 48px 0;
  }
  section#evolution .column.c4:not(:last-child) {
    margin-bottom: 0px;
  }
  section#evolution .column.c4 .title {
    width: calc(100% - 32px);
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px 0;
    position: relative;
    top: auto;
    left: auto;
  }
  section#evolution .column.c4 .title::before {
    content: "";
    width: 1px;
    height: 56px;
    background-color: #000000;
    display: block;
  }
  section#evolution .column.c4 .title h4 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 4px;
  }
  section#evolution .column.c4 .title h4::after {
    content: "";
    width: 24px;
    height: 1px;
    background-color: #000000;
    display: inline-block;
  }
  section#evolution .column.c4 .title p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#evolution .column.c4 .graph {
    width: calc(100% - 32px);
    margin-bottom: 24px;
  }
  section#evolution .column.c4 dl {
    width: calc(100% - 32px);
  }
  section#evolution .column.c4 dl dt {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#evolution .column.c4 dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#evolution .column.c5 {
    width: 100%;
    height: 75vh;
    position: relative;
  }
  section#evolution .column.c5 .catch {
    width: 100%;
    height: 75vh;
  }
  section#evolution .column.c5 .catch h4 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#evolution .column.c5 .photo {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    clip-path: inset(0 0 0 0);
  }
  section#evolution .column .photo {
    width: 100%;
    position: sticky;
    top: 0px;
  }
  section#evolution .column .photo .title {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
    position: absolute;
    top: 72px;
    left: 16px;
    z-index: 1;
  }
  section#evolution .column .photo .title h4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 4px;
  }
  section#evolution .column .photo .title h4 span:nth-child(1) {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 4rem;
    font-weight: 300;
    line-height: 0.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#evolution .column .photo .title h4 span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#evolution .column .photo .title p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#evolution .column .photo .title p br {
    display: none;
  }
  section#evolution .column .photo .img {
    width: 100%;
  }
  section#evolution .column .text {
    width: calc(100% - 32px);
    padding: 16px 16px 0 16px;
    margin: -160px 0 0 0;
    background-color: #FFF;
    position: relative;
  }
  section#evolution .column .text .intext {
    width: 100%;
    margin-bottom: 24px;
  }
  section#evolution .column .text .intext p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#evolution .column .text .intext p.notice {
    font-size: 1.2rem;
  }
  section#evolution .column .text .evo h5 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #FFF;
  }
  section#evolution .column .text .evo dl {
    width: 100%;
    padding: 0 16px 16px 16px;
    box-sizing: border-box;
  }
  section#evolution .column .text .evo dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#evolution .column .text .evo dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}

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