@charset "UTF-8";
html, body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  overflow: hidden;
  height: 100%;
}
html.loaded, body.loaded {
  overflow: auto;
}
html.loaded main, body.loaded main {
  opacity: 1;
}

main {
  margin: auto;
  z-index: 1;
  position: relative;
  background: #F7F1EE;
  opacity: 0;
}
main .fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading {
  background-image: url("../images/mainvisual.webp");
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 1s;
}
.loading p {
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
}
.loading p img {
  height: 22px;
}
@media screen and (max-width: 768px) {
  .loading p {
    font-size: 5.641025641vw;
  }
  .loading p img {
    height: 5.641025641vw;
  }
}
.loading .udonMet {
  animation: mike-float 2s infinite;
  transform-origin: bottom center;
  aspect-ratio: 147/155;
  width: auto;
  height: 20svh;
  position: absolute;
  bottom: 0svh;
}
.loading .udonMet img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .loading .udonMet {
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
}
@keyframes mike-float {
  0% {
    transform: rotateZ(-5deg) translateY(10px);
  }
  50% {
    transform: rotateZ(-5deg) translateY(10px);
  }
  51% {
    transform: rotateZ(5deg) translateY(0px);
  }
  100% {
    transform: rotateZ(5deg) translateY(0px);
  }
}
body.loaded .loading {
  opacity: 0;
  pointer-events: none;
}

.mainvisual {
  background-image: url("../images/mainvisual.webp");
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    justify-content: center;
    position: relative;
  }
}
.mainvisual .fp-tableCell {
  flex-direction: column;
}
.mainvisual .main_title {
  aspect-ratio: 909/516;
  height: 68.6svh;
  width: auto;
  background-image: url("../images/baloon.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 40px;
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 2s, opacity 2s;
  position: absolute;
  top: 10svh;
}
body.loaded .mainvisual .main_title {
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .mainvisual .main_title {
    height: auto;
    width: calc(100% - 24px);
    top: 50%;
    transform: translateY(-20%);
  }
  body.loaded .mainvisual .main_title {
    transform: translateY(-50%);
  }
}
.mainvisual .main_title h1 {
  height: 36%;
  overflow: hidden;
}
.mainvisual .main_title h1 img {
  aspect-ratio: 693/186;
  width: auto;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.5s;
  transition-delay: 2s;
}
body.loaded .mainvisual .main_title h1 img {
  transform: translateY(0%);
  opacity: 1;
}
.mainvisual .main_title p {
  font-family: "vdl-logojrpop-futoline", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #118E11;
  font-size: 3.5714285714vw;
  margin-top: 1.7857142857vw;
  overflow: hidden;
}
.mainvisual .main_title p span {
  transform: translateY(100%);
  display: block;
  transition: transform 0.5s;
  transition-delay: 2.5s;
}
body.loaded .mainvisual .main_title p span {
  transform: translateY(0%);
  opacity: 1;
}
.mainvisual .udonMet {
  animation: mike-float 2s infinite;
  transform-origin: bottom center;
  aspect-ratio: 147/155;
  width: auto;
  height: 20svh;
  position: absolute;
  bottom: 0svh;
}
.mainvisual .udonMet img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mainvisual .udonMet {
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
}
@keyframes mike-float {
  0% {
    transform: rotateZ(-5deg) translateY(10px);
  }
  50% {
    transform: rotateZ(-5deg) translateY(10px);
  }
  51% {
    transform: rotateZ(5deg) translateY(0px);
  }
  100% {
    transform: rotateZ(5deg) translateY(0px);
  }
}

.introduction {
  background-image: linear-gradient(180deg, #4ED04E 0%, #1E8ADD 100%);
  position: relative;
  overflow: hidden;
}
.introduction:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(211, 211, 211, 0.2), transparent 50%), radial-gradient(rgba(211, 211, 211, 0.2), transparent 50%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}
.introduction.fp-section.fp-table {
  display: flex;
}
.introduction .fp-tableCell {
  width: 100%;
}
.introduction .fp-scrollable {
  width: 100%;
}
.introduction .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40svh 0 50svh;
  width: 100%;
  transform: translateY(50px) !important;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .introduction .inner {
    padding: 14.358974359vw 0;
    transform: translateY(0%) !important;
    opacity: 1;
  }
}
.introduction .inner.active {
  transform: translateY(0%) !important;
  opacity: 1;
}
.introduction .inner .block {
  margin: 1.4285714286vw 0;
}
.introduction .inner .block:nth-child(1) {
  font-size: 3.0357142857vw;
}
@media screen and (max-width: 480px) {
  .introduction .inner .block:nth-child(1) {
    font-size: 3.3333333333vw;
  }
}
.introduction .inner .block:nth-child(1) b {
  font-size: 3.9285714286vw;
}
@media screen and (max-width: 480px) {
  .introduction .inner .block:nth-child(1) b {
    font-size: 4.358974359vw;
  }
}
.introduction .inner .block:nth-child(2) {
  font-size: 6.0714285714vw;
}
@media screen and (max-width: 480px) {
  .introduction .inner .block:nth-child(2) {
    font-size: 7.1794871795vw;
  }
}
.introduction .inner .block:nth-child(2) b {
  font-size: 6.0714285714vw;
}
@media screen and (max-width: 480px) {
  .introduction .inner .block:nth-child(2) b {
    font-size: 7.1794871795vw;
  }
}
.introduction .inner .block:nth-child(3) {
  font-size: 3.9285714286vw;
}
@media screen and (max-width: 480px) {
  .introduction .inner .block:nth-child(3) {
    font-size: 4.358974359vw;
  }
}
.introduction .inner .block:nth-child(3) b {
  font-size: 5vw;
}
@media screen and (max-width: 480px) {
  .introduction .inner .block:nth-child(3) b {
    font-size: 5.8974358974vw;
  }
}
.introduction .inner .block:nth-child(4) {
  font-size: 3.3928571429vw;
}
@media screen and (max-width: 480px) {
  .introduction .inner .block:nth-child(4) {
    font-size: 4.1025641026vw;
  }
}
.introduction .inner .block:nth-child(4) b {
  font-size: 4.4642857143vw;
}
@media screen and (max-width: 480px) {
  .introduction .inner .block:nth-child(4) b {
    font-size: 5.1282051282vw;
  }
}
.introduction .inner .block:nth-child(5) {
  font-size: 5.3571428571vw;
}
@media screen and (max-width: 480px) {
  .introduction .inner .block:nth-child(5) {
    font-size: 6.4102564103vw;
  }
}
.introduction .inner .block:nth-child(5) b {
  font-size: 5.3571428571vw;
}
@media screen and (max-width: 480px) {
  .introduction .inner .block:nth-child(5) b {
    font-size: 6.4102564103vw;
  }
}
.introduction .inner .block:nth-child(6) {
  font-size: 3.5714285714vw;
}
@media screen and (max-width: 480px) {
  .introduction .inner .block:nth-child(6) {
    font-size: 4.1025641026vw;
  }
}
.introduction .inner .block:nth-child(6) b {
  font-size: 5.3571428571vw;
}
@media screen and (max-width: 480px) {
  .introduction .inner .block:nth-child(6) b {
    font-size: 6.1538461538vw;
  }
}
.introduction .inner p {
  color: #fff;
  text-align: center;
  line-height: 1.6;
  overflow: hidden;
}
.introduction .inner p span {
  transform: translateY(100%);
  transition: all 0.5s;
  display: inline-block;
}
.introduction .inner p span.is-active {
  transform: translateY(0%);
}
.introduction .inner p b {
  font-family: "vdl-logojrpop-futoline", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.movie .fp-scrollable {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .movie {
    position: relative;
  }
  .movie:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.movie .wrap {
  height: 100svh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .movie .wrap {
    position: relative;
  }
}
.movie .wrap video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .movie .wrap video {
    pointer-events: none;
  }
}
.movie .wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .movie .wrap img {
    -o-object-position: 70% 100%;
       object-position: 70% 100%;
  }
}

.biomass {
  background-image: url("../images/biomass_circle.svg");
  background-size: 100vw 100vw;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top -40vw center;
  background-color: #1E8ADD;
  overscroll-behavior: contain;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .biomass {
    background-attachment: scroll;
    background-size: 200vw 200vw;
  }
}
.biomass.fp-section.fp-table {
  display: flex;
}
.biomass .fp-scrollable {
  width: 100%;
}
.biomass .wrap {
  position: relative;
  overflow: hidden;
  padding: 8.9285714286vw 0 0 0;
}
@media screen and (max-width: 768px) {
  .biomass .wrap {
    padding: 20.5128205128vw 0 0;
  }
}
.biomass .wrap:before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 120vw;
  height: auto;
  background-color: #EFE2AD;
  border-radius: 50%;
  position: absolute;
  top: -80vw;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 480px) {
  .biomass .wrap:before {
    width: 200vw;
  }
}
.biomass .wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2560/1734;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/sec03_bg.webp");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .biomass .wrap:after {
    width: 120%;
    transform: translateX(-50%);
    left: 50%;
  }
}
.biomass .inner {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  padding: 70px 100px;
  margin-bottom: 120px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .biomass .inner.is-active {
    opacity: 1;
    transform: translateY(0px);
  }
}
.biomass .inner.active {
  opacity: 1;
  transform: translateY(0px);
}
@media screen and (max-width: 1120px) {
  .biomass .inner {
    padding: 6.25vw 8.9285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .biomass .inner {
    width: calc(100% - 7.1428571429vw);
    padding: 1.7857142857vw 7.4107142857vw;
  }
}
@media screen and (max-width: 480px) {
  .biomass .inner {
    padding: 20.5128205128vw 5.1282051282vw 20.5128205128vw;
    margin-bottom: 23.0769230769vw;
  }
}
.biomass .inner:after {
  content: "";
  display: block;
  background: #ffffff;
  height: calc(tan(60deg) * 140px / 2);
  width: 140px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.biomass .inner h2 {
  word-break: keep-all;
  font-size: 5.3571428571vw;
  color: #1E8ADD;
  font-family: "vdl-logojrpop-futoline", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 0.65em;
  overflow: hidden;
}
@media screen and (max-width: 1120px) {
  .biomass .inner h2 {
    font-size: 3.5714285714vw;
  }
}
@media screen and (min-width: 1280px) {
  .biomass .inner h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .biomass .inner h2 {
    font-size: 7.8571428571vw;
  }
}
@media screen and (max-width: 480px) {
  .biomass .inner h2 {
    font-size: 10.2564102564vw;
  }
}
.biomass .inner h2 span {
  display: block;
  transform: translateY(100%);
  transition: transform 0.5s;
}
.biomass .inner h2 span.is-active {
  transform: translateY(0%);
}
.biomass .inner p {
  color: #1E8ADD;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 1em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .biomass .inner p {
    font-size: 7.6785714286vw;
    text-align: justify;
  }
}
@media screen and (max-width: 480px) {
  .biomass .inner p {
    font-size: 7.6923076923vw;
  }
}
.biomass .inner p span {
  display: block;
  transform: translateY(100%);
  transition: transform 0.5s;
}
.biomass .inner p span.is-active {
  transform: translateY(0%);
}
.biomass .image {
  position: relative;
  z-index: 2;
  text-align: center;
}
.biomass .image img {
  height: 410px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .biomass .image img {
    height: 52.5641025641vw;
  }
}

.sustainable {
  width: 100vw;
  box-sizing: border-box;
  overflow: hidden;
  background-image: url("../images/sec04_bg.webp");
  background-size: 220%;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
}
@media screen and (min-width: 1280px) {
  .sustainable {
    background-size: 150%;
  }
}
@media screen and (max-width: 480px) {
  .sustainable {
    background-size: 750%;
  }
}
.sustainable .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .sustainable .inner {
    width: calc(100% - 10.2564102564vw);
    padding: 51.2820512821vw 0;
  }
}
.sustainable .inner b {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #118E11;
  font-size: 40px;
  line-height: 1;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 480px) {
  .sustainable .inner b {
    font-size: 10.2564102564vw;
  }
}
.sustainable .inner b span {
  display: block;
  transform: translateY(100%);
  transition: transform 0.5s;
}
.sustainable .inner b span.is-active {
  transform: translateY(0%);
}
.sustainable .inner h2 {
  font-size: 50px;
  color: #118E11;
  font-family: "vdl-logojrpop-futoline", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 120%; /* 60px */
  letter-spacing: 4px;
  margin: 20px 0;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 480px) {
  .sustainable .inner h2 {
    font-size: 9.7435897436vw;
    letter-spacing: 0.01em;
  }
}
.sustainable .inner h2 span {
  display: block;
  transform: translateY(100%);
  transition: transform 0.5s;
}
.sustainable .inner h2 span.is-active {
  transform: translateY(0%);
}
.sustainable .inner p {
  color: #118E11;
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 480px) {
  .sustainable .inner p {
    font-size: 5.1282051282vw;
  }
}
.sustainable .inner p span {
  display: block;
  transform: translateY(100%);
  transition: transform 0.5s;
}
.sustainable .inner p span.is-active {
  transform: translateY(0%);
}
.sustainable .inner .graph {
  width: 510px;
  margin-top: 20px;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (max-width: 480px) {
  .sustainable .inner .graph {
    width: 100%;
  }
}
.sustainable .inner .graph.is-active {
  opacity: 1;
}
.sustainable .inner .graph.is-active dl dd .line_l {
  width: 344px;
}
@media screen and (max-width: 480px) {
  .sustainable .inner .graph.is-active dl dd .line_l {
    width: calc(100vw - 38.4615384615vw);
  }
}
.sustainable .inner .graph.is-active dl dd .text {
  opacity: 1;
}
.sustainable .inner .graph h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #118E11;
  border: 1px solid #118E11;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .sustainable .inner .graph h3 {
    font-size: 4.6153846154vw;
  }
}
.sustainable .inner .graph h3 sub {
  font-size: 0.6em;
}
.sustainable .inner .graph dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #118E11;
  line-height: 22px;
}
.sustainable .inner .graph dl dt {
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.sustainable .inner .graph dl dd {
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
}
.sustainable .inner .graph dl dd span {
  display: block;
  position: relative;
  overflow: hidden;
  height: 22px;
  margin-right: 8px;
}
.sustainable .inner .graph dl dd span:after {
  content: "";
  width: 344px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, #46EB46 0%, #118E11 100%);
}
.sustainable .inner .graph dl dd b {
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sustainable .inner .graph dl dd .line_s {
  width: 22px;
}
.sustainable .inner .graph dl dd .line_l {
  width: 22px;
  transition: width 1s;
  transition-delay: 1s;
}
.sustainable .inner .graph dl dd .text {
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 2.5s;
}
.sustainable .inner .graph p {
  font-size: 9px;
  padding: 0 40px;
}
@media screen and (max-width: 480px) {
  .sustainable .inner .graph p {
    font-size: 2.3076923077vw;
    padding: 0 10.2564102564vw 0 7.6923076923vw;
  }
}
.sustainable .inner .graph p b {
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
}
@media screen and (max-width: 480px) {
  .sustainable .inner .graph p b {
    font-size: 3.0769230769vw;
  }
}
.sustainable .inner .graph p a {
  color: #118E11;
}

.technology {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #63ABFF 0%, #64EC72 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 100svh;
}
@media screen and (max-width: 480px) {
  .technology {
    flex-direction: column-reverse;
  }
}
.technology:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(211, 211, 211, 0.2), transparent 50%), radial-gradient(rgba(211, 211, 211, 0.2), transparent 50%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}
.technology .animation {
  height: 100%;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  flex: 0 0 auto;
}
@media screen and (max-width: 480px) {
  .technology .animation {
    width: 100%;
    position: relative;
    aspect-ratio: 665/752;
  }
}
@keyframes ChangeBottole {
  0% {
    visibility: visible;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes ChangeBottole_end {
  0% {
    visibility: visible;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.technology .animation img {
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.technology .animation.is-active img:nth-child(1) {
  animation: ChangeBottole 0.4s;
}
.technology .animation.is-active img:nth-child(2) {
  animation: ChangeBottole 0.4s;
  animation-delay: 0.4s;
}
.technology .animation.is-active img:nth-child(3) {
  animation: ChangeBottole 0.4s;
  animation-delay: 0.8s;
}
.technology .animation.is-active img:nth-child(4) {
  animation: ChangeBottole 0.4s;
  animation-delay: 1.2s;
}
.technology .animation.is-active img:nth-child(5) {
  animation: ChangeBottole_end 0.4s;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}
.technology .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 30px 50px 0;
  margin-left: 50%;
}
@media screen and (min-width: 1280px) {
  .technology .inner {
    padding-right: 60px;
  }
}
@media screen and (max-width: 480px) {
  .technology .inner {
    margin-left: 0;
    padding: 17.9487179487vw 5.1282051282vw 0;
    align-items: center;
  }
}
.technology .inner b {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 480px) {
  .technology .inner b {
    font-size: 11.2820512821vw;
    text-align: center;
  }
}
.technology .inner b span {
  display: block;
  transform: translateY(100%);
  transition: transform 1s;
  transition-delay: 0.5s;
}
.technology .inner h2 {
  font-size: 50px;
  color: #fff;
  font-family: "vdl-logojrpop-futoline", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 120%; /* 60px */
  letter-spacing: 4px;
  margin: 20px 0;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 480px) {
  .technology .inner h2 {
    font-size: 10.2564102564vw;
    text-align: center;
    font-feature-settings: "palt";
  }
}
.technology .inner h2 span {
  display: block;
  transform: translateY(100%);
  transition: transform 1s;
  transition-delay: 0.5s;
}
.technology .inner p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  display: block;
}
.technology .inner p span {
  display: block;
  transform: translateY(100%);
  transition: transform 1s;
  transition-delay: 0.5s;
}
.technology .inner .total {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 3s;
  width: 100%;
  text-align: center;
  margin-top: 1.7857142857vw;
  position: relative;
}
.technology .inner .total img {
  aspect-ratio: 1201/277;
  width: auto;
  height: 11.9642857143vw;
}
@media screen and (max-width: 480px) {
  .technology .inner .total img {
    aspect-ratio: 544/361;
    margin-top: 2.0512820513vw;
    height: 43.8461538462vw;
  }
}
.technology .inner .total .grahp_image {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  height: 38px;
  margin-top: 16px;
}
.technology .inner .total .grahp_image span {
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.technology .inner .total .grahp_image div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .technology .inner .total .grahp_image div {
    font-size: 7.1794871795vw;
  }
}
.technology .inner .total .grahp_image div.before {
  opacity: 1;
  z-index: 3;
  transition: opacity 0.5s;
  transition-delay: 2.5s;
}
.technology .inner .total .grahp_image div.after {
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s;
  transition-delay: 4.5s;
}
.technology .inner .total .grahp_image:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FA506F;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: width 1s;
  transition-delay: 4s;
}
.technology .inner.is-active b span {
  transform: translateY(0%);
}
.technology .inner.is-active h2 span {
  transform: translateY(0%);
}
.technology .inner.is-active p span {
  transform: translateY(0%);
}
.technology .inner.is-active .total {
  opacity: 1;
}
.technology .inner.is-active .total .grahp_image div.before {
  opacity: 0;
}
.technology .inner.is-active .total .grahp_image div.after {
  opacity: 1;
}
.technology .inner.is-active .total .grahp_image:after {
  width: 5%;
}

.product {
  min-height: 100svh;
  background-image: url("../images/sec06_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product .fp-scrollable {
  width: 100%;
}
.product .fp-scroller {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product .fp-tableCell {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .product {
    background-size: 200%;
    background-position: top center;
  }
}
.product .inner {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .product .inner {
    width: 100%;
    margin-top: 110.2564102564vw;
  }
}
.product .inner .content {
  border-radius: 20px;
  border: 1px solid #ED5B61;
  background: #A11F24;
  color: #fff;
  width: 480px;
  padding: 30px 2.6785714286vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .product .inner .content {
    border-radius: 0;
    box-sizing: border-box;
    padding: 5.1282051282vw 5.1282051282vw 0 5.1282051282vw;
  }
}
.product .inner .content b {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  display: block;
  overflow: hidden;
}
.product .inner .content b span {
  display: block;
  transform: translateY(100%);
  transition: transform 1s;
  transition-delay: 0.5s;
}
.product .inner .content h2 {
  margin: 18px 0;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .product .inner .content h2 {
    width: 100%;
  }
}
.product .inner .content h2 img {
  transform: translateY(100%);
  transition: transform 1s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 480px) {
  .product .inner .content h2 img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.product .inner .content p {
  font-size: 20px;
  line-height: 1.5;
  display: block;
  overflow: hidden;
}
.product .inner .content p span {
  display: block;
  transform: translateY(100%);
  transition: transform 1s;
  transition-delay: 0.5s;
}
.product .inner .content .animation {
  height: 143px;
  width: 100%;
  background-image: url("../images/sec06_img_a.webp");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  transform: translateY(100%);
  transition: transform 1s;
  transition-delay: 1s;
}
@media screen and (max-width: 480px) {
  .product .inner .content .animation {
    height: 44.6153846154vw;
    background-position: bottom center;
  }
}
.product .inner .content.is-active {
  opacity: 1;
  transform: translateY(0px);
}
.product .inner .content.is-active b span {
  transform: translateY(0%);
}
.product .inner .content.is-active h2 img {
  transform: translateY(0%);
}
.product .inner .content.is-active p span {
  transform: translateY(0%);
}
.product .inner .content.is-active .animation {
  transform: translateY(0%);
}

.foot_image {
  height: 100svh;
  background: url("../images/sec07_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot_image .main_title {
  aspect-ratio: 909/516;
  height: 50svh;
  max-width: 80vw;
  width: auto;
  background-image: url("../images/baloon.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 40px;
  transform: translateY(10svh);
  opacity: 0;
  transition: all 2s;
  margin-top: -12svh;
}
.foot_image .main_title.is-active {
  transform: translateY(-5svh);
  opacity: 1;
}
.foot_image .main_title.is-active h1 img {
  transform: translateY(0%);
}
.foot_image .main_title.is-active p span {
  transform: translateY(0%);
}
.foot_image .main_title h1 {
  height: 33%;
  aspect-ratio: 693/186;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .foot_image .main_title h1 {
    margin-top: 5.1282051282vw;
  }
}
.foot_image .main_title h1 img {
  width: auto;
  height: 100%;
  transform: translateY(100%);
  transition: all 1s;
  transition-delay: 1s;
}
@media screen and (min-width: 1280px) {
  .foot_image .main_title h1 img {
    max-width: 693px;
  }
}
.foot_image .main_title p {
  font-family: "vdl-logojrpop-futoline", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #118E11;
  font-size: 2.5vw;
  margin-top: 1.7857142857vw;
  overflow: hidden;
}
.foot_image .main_title p span {
  transform: translateY(100%);
  display: block;
  transition: all 1s;
  transition-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .foot_image .main_title p {
    margin-top: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
}

footer {
  background: #2B2B2B;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 250px;
  width: 100%;
}
footer .fp-tableCell {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer a {
  transition: opacity 0.3s;
}
footer a:hover {
  opacity: 0.6;
}
footer img {
  aspect-ratio: 254/32;
  width: 21.5vw;
}
@media screen and (max-width: 768px) {
  footer img {
    width: 60vw;
  }
}
footer p {
  color: #fff;
  font-size: 1.0714285714vw;
  margin-top: 2.6785714286vw;
}
@media screen and (max-width: 768px) {
  footer p {
    font-size: 3.0769230769vw;
    margin-top: 7.6923076923vw;
  }
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul {
  list-style: none;
}

/*追記*/
ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

/* chromeの青線除去 */
button {
  outline: none !important;
}

*:focus {
  outline: none;
}

input {
  outline: none !important;
}

img {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4 {
  margin: 0px;
  font-size: 100%;
}

p {
  margin: 0;
}

img {
  flex-shrink: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}