/* @keyframes fluffy {
    0% {
        transform: scale(0.4,0.4);
        bottom: 0;
        left: 0;
        top: unset;
        right: unset;
    }

    100% {
        transform: scale(1,1);
        bottom: unset;
        left: unset;
        top: 0;
        right: 0;
    }
} */
/* hide */
/* .home__block{
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    background: #fff;
    z-index: 1;

    .scrollify{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 500px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;


        &.active {
            visibility: visible;
            opacity: 1;
        }

    }
    @include mobile{
        height: 200vh;
        .scrollify{
            height: auto;
            padding: 0 20px;
            box-sizing: border-box;

        }
    }
} */
/* hide */
/* add */
.home__block {
  position: relative;
  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: 200px;
}
.home__block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 100%;
  background: #fc5d01;
  opacity: 0.7;
  display: none;
  z-index: -1;
}
.home__block .scrollify {
  height: auto !important;
  min-height: 100vh;
  background: #fff;
}
.home__block .scrollify--wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.home__block .scrollify.active .scrollify--wrapper {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-height: 828px) {
  .home__block .home__ttl {
    font-size: 6rem;
    margin-bottom: 20px;
  }
  .home__block .home__area {
    margin-top: 20px;
  }
  .home__block .home p {
    line-height: 1.6;
  }
  .home__block .scrollify.active[data-scroll=out] .scrollify--wrapper {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .home__block .scrollify.active[data-scroll=in] .scrollify--wrapper {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media screen and (max-width: 828px) {
  .home__block {
    gap: 20px;
  }
}

/* add */
.home__image {
  position: absolute;
  max-width: 100%;
  width: 100%;
}
.home__main {
  position: relative;
}
.home__main--ttl {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.home__main--txt {
  font-size: 1.5rem;
}
.home__main .home__image {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.home__main .home__image .image {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
}
.home__main .home__image.lazy-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home__list {
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home__list li + li {
  margin-top: 20px;
}
.home__list a {
  border-radius: 50%;
  display: block;
  width: 6px;
  height: 6px;
  background: #ffd7be;
}
.home__list a.active, .home__list a:hover {
  background: #fc5d01;
}
.home__ttl {
  font-size: 8rem;
  font-weight: 500;
  margin-bottom: 50px;
}
.home__small {
  display: block;
  font-size: 1.8rem;
}
.home__wrap {
  max-width: 790px;
  margin: auto;
}
.home__area {
  margin-top: 80px;
}
.home__btn {
  position: relative;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  max-width: 320px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 26px;
  border: 1px solid #222728;
  margin: auto;
}
.home__btn svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home__about {
  overflow: hidden;
}
.home__about .home__image {
  top: 0;
  left: 0;
  max-width: 42%;
}
.home__products {
  overflow: hidden;
}
.home__products .home__image {
  bottom: 50px;
  right: 0;
}
.home__facility {
  overflow: hidden;
}
.home__facility .home__wrap {
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home__facility .columns {
  gap: 0;
  width: 100%;
}
.home__facility .column {
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__facility .column .image,
.home__facility .column video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 829px) {
  .home__facility .home__btn {
    margin: 0;
  }
}
.home__sdgs {
  overflow: hidden;
}
.home__sdgs .home__image {
  bottom: 50px;
  left: 0;
}
.home__info .home__image {
  top: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
  left: 50%;
}
.home__info .home__image.slide__left--hide {
  -webkit-transform: translateX(calc(-50% - 40px));
          transform: translateX(calc(-50% - 40px));
}
.home__info .home__image.slide__left--show {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home__info .home__image .image {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 829px) {
  .home__info .txt__white {
    color: #fff;
    background: #fc5d01;
    background-image: url(../../../uploads/2022/11/img_home6.png);
    background-repeat: no-repeat;
    background-position: top 70px left;
    background-size: 70%;
  }
  .home__info .txt__white .home__btn {
    color: #fff;
    border-color: #fff;
  }
}
.home__info .columns {
  width: 100%;
}
.home__info .column {
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  min-height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__news {
  margin-top: 135px;
}
.home__news .home__ttl {
  line-height: 1;
}
.home__news .home__small {
  margin-top: 20px;
}
.home__news .over--left {
  padding: 70px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f2f2f2;
}
.home__news .columns {
  gap: 130px;
}
.home__news .column {
  max-width: 150px;
  -webkit-flex-basis: 150px;
      -ms-flex-preferred-size: 150px;
          flex-basis: 150px;
}
.home__news .column + .column {
  max-width: calc(100% - 280px);
  -webkit-flex-basis: calc(100% - 280px);
      -ms-flex-preferred-size: calc(100% - 280px);
          flex-basis: calc(100% - 280px);
}
.home__news--list {
  border-top: 1px solid #cbcbcb;
}
.home__news--list time {
  font-size: 1.5rem;
  font-weight: bold;
}
.home__news--list a {
  font-size: 1.6rem;
  text-decoration: none;
}
.home__news--list svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home__news--list li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 30px 0;
  border-bottom: 1px solid #cbcbcb;
}
.home__news .text-right {
  margin-top: 22px;
}
.home__news .text-right a {
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 828px) {
  .home__ttl {
    font-size: 5.2rem;
    text-align: center;
  }
  .home__small {
    font-size: 1.4rem;
  }
  .home__list {
    display: none;
  }
  .home__main {
    height: 100vmin;
  }
  .home__main--ttl {
    font-size: 2.2rem;
  }
  .home__main--txt {
    font-size: 1.3rem;
  }
  .home__area {
    margin-top: 20px;
  }
  .home__about .home__image {
    max-width: 70%;
  }
  .home__facility .columns, .home__info .columns, .home__news .columns {
    display: block;
  }
  .home__facility .column,
  .home__facility .column + .column, .home__info .column,
  .home__info .column + .column, .home__news .column,
  .home__news .column + .column {
    max-width: 100%;
    padding: 0;
  }
  .home__facility .over--left, .home__info .over--left, .home__news .over--left {
    padding: 50px 20px;
  }
  .home__facility {
    position: relative;
  }
  .home__facility.scrollify,
  .home__facility .scrollify--wrapper {
    min-height: 50vh;
  }
  .home__facility .column {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
    z-index: -1;
  }
  .home__facility .column video {
    opacity: 0.2;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .home__facility .column + .column {
    position: static;
    display: block;
    top: unset;
    left: unset;
    -webkit-transform: none;
            transform: none;
  }
  .home__facility .home__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home__info {
    background: none;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  .home__info .home__image {
    width: 100%;
  }
  .home__info .column,
  .home__info .column + .column {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home__info .column + .column {
    background: url(../../../uploads/2022/11/bg_home6.png) no-repeat top 160px left;
    background-size: 70%;
  }
  .home__info .column + .column .home__area svg path {
    fill: #222728;
  }
  .home__news .home__ttl {
    margin-top: 0;
  }
  .home__news--list li {
    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;
    padding-right: 0;
    gap: 20px;
  }
  .home__news--list li svg {
    display: none;
  }
}/*# sourceMappingURL=top.css.map */