@charset "UTF-8";
/* ==========================================================================
   index
========================================================================== */
/* --------------------------------------------------------------------------
  /// template 上書き ///
-------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  body {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }
}

#page,
main {
  overflow: visible;
}

/* --------------------------------------------------------------------------
  p-ap => 共通用
-------------------------------------------------------------------------- */
.p-ap-link__button {
  width: 400px;
  margin: 0 auto;
  padding-top: 85px;
  font-size: 20px;
  /* component 上書き */
}
@media screen and (max-width: 640px) {
  .p-ap-link__button {
    max-width: 214px;
    width: 100%;
    padding-top: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-link__button a {
    padding: 0.6em 0;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-link__button a::after {
    top: 52%;
    -webkit-transform: translateY(-50%) scale(0.8);
            transform: translateY(-50%) scale(0.8);
  }
}
.p-ap-link__button .c-ap-link-btn-arrow--wt {
  border-color: #fff;
}
@media (hover: hover) {
  .p-ap-link__button .c-ap-link-btn-arrow--wt.p-ap-link__button--nobg:hover {
    background-color: #fff;
  }
}
@media (hover: hover) {
  .p-ap-link__button .c-ap-link-btn-arrow--bk.p-ap-link__button--nobg:hover {
    background-color: var(--color-black);
  }
}

.p-ap-info__link .c-ap-link-btn-blank--bk, .p-ap-link__button .c-ap-link-btn-arrow--wt.p-ap-link__button--nobg, .p-ap-link__button .c-ap-link-btn-arrow--bk.p-ap-link__button--nobg {
  background-color: rgba(0, 0, 0, 0);
}

/* --------------------------------------------------------------------------
  p-ap-hero
-------------------------------------------------------------------------- */
.p-ap-hero {
  overflow: hidden;
  position: relative;
  height: auto;
  aspect-ratio: 16/9;
}
.p-ap-hero .p-ap-hero__video {
  aspect-ratio: 16/9;
}
.p-ap-hero .p-ap-hero__video video {
  aspect-ratio: 16/9;
  width: 100%;
}

/* --------------------------------------------------------------------------
  p-ap-info
-------------------------------------------------------------------------- */
.p-ap-info {
  padding-top: 80px;
  padding-bottom: 160px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/hvac-cc/biz/products/ziaino/img/index/info_bg.svg");
}
@media screen and (max-width: 640px) {
  .p-ap-info {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

.p-ap-info__inner:not(:last-child) {
  padding-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .p-ap-info__inner:not(:last-child) {
    padding-bottom: 85px;
  }
}

.p-ap-info__link {
  width: 100%;
  padding-top: 0;
  font-size: 16px;
  line-height: 2.4;
  /* 上書き */
}
@media screen and (max-width: 640px) {
  .p-ap-info__link {
    line-height: 1.875;
  }
}
.p-ap-info__link .c-ap-link-btn-blank--bk {
  padding-left: 3em;
  padding-right: 3em;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .p-ap-info__link .c-ap-link-btn-blank--bk {
    padding-left: 1em;
  }
}
@media (hover: hover) {
  .p-ap-info__link .c-ap-link-btn-blank--bk:hover {
    background-color: var(--color-black);
  }
}

.p-ap-info__nav {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .p-ap-info__nav {
    font-size: 18px;
  }
}
.p-ap-info__nav .p-ap-info__lists {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 640px) {
  .p-ap-info__nav .p-ap-info__lists {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px 0;
  }
}
.p-ap-info__nav .p-ap-info__list {
  min-height: 35px;
}
@media screen and (max-width: 640px) {
  .p-ap-info__nav .p-ap-info__list {
    width: 46%;
  }
}
.p-ap-info__nav .p-ap-info__list a {
  display: block;
  position: relative;
  padding-right: 2em;
  color: var(--color-black);
}
@media screen and (max-width: 640px) {
  .p-ap-info__nav .p-ap-info__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-right: 1em;
  }
}
.p-ap-info__nav .p-ap-info__list a .arrow {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  .p-ap-info__nav .p-ap-info__list a .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 0;
  }
}
.p-ap-info__nav .p-ap-info__list a .arrow::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hvac-cc/biz/products/ziaino/img/common/icon/arrow_anchor_bk.svg);
}

.p-ap-info__texts {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .p-ap-info__texts {
    font-size: 16px;
  }
}
.p-ap-info__texts .p-ap-info__texts-title {
  padding-bottom: 44px;
  font-size: 48px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .p-ap-info__texts .p-ap-info__texts-title {
    padding-bottom: 0.8em;
    font-size: 32px;
    line-height: 1.777;
  }
}
.p-ap-info__texts .p-ap-info__texts-text {
  font-size: 18px;
  line-height: 2.4;
}
@media screen and (max-width: 640px) {
  .p-ap-info__texts .p-ap-info__texts-text {
    line-height: 2;
    font-size: 15px;
    letter-spacing: 0.02em;
  }
}
.p-ap-info__texts .p-ap-info__texts-text > p:not(:nth-last-of-type(1)) {
  padding-bottom: 1em;
}
.p-ap-info__texts .p-ap-info__texts-notes {
  padding-top: 100px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-ap-info__texts .p-ap-info__texts-notes {
    padding-top: 60px;
    text-align: left;
    line-height: 1.7;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-info__texts .p-ap-info__texts-notes > p {
    padding-top: 0.5em;
    padding-left: 1.25em;
  }
}
.p-ap-info__texts .p-ap-info__texts-notes > p.inline-pc {
  display: inline-block;
  padding-right: 1em;
}
@media screen and (max-width: 640px) {
  .p-ap-info__texts .p-ap-info__texts-notes > p.inline-pc {
    display: block;
    position: relative;
    padding-left: 1.25em;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-info__texts .p-ap-info__texts-notes .star {
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
  }
}

/* --------------------------------------------------------------------------
  p-ap-parallax-bgimage
-------------------------------------------------------------------------- */
.p-ap-parallax-bgimage {
  position: relative;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 640px) {
  .p-ap-parallax-bgimage {
    height: 42.6666666667vw;
  }
}
.p-ap-parallax-bgimage .p-ap-parallax-bgimage__clippath {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.p-ap-parallax-bgimage .p-ap-parallax-bgimage__image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
  background-image: url(/hvac-cc/biz/products/ziaino/img/index/parallax_bg_pc@2x.webp?v2);
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .p-ap-parallax-bgimage .p-ap-parallax-bgimage__image {
    background-image: url(/hvac-cc/biz/products/ziaino/img/index/parallax_bg_sp@2x.webp?v2);
  }
}

/* --------------------------------------------------------------------------
  p-ap-functions-start
-------------------------------------------------------------------------- */
.p-ap-functions-start {
  padding-top: 160px;
  padding-bottom: 80px;
  background-color: var(--color-black);
}
@media screen and (max-width: 640px) {
  .p-ap-functions-start {
    padding-top: 70px;
    padding-bottom: 0;
  }
}

/* --------------------------------------------------------------------------
  p-ap-functions  --01 --02 --03
-------------------------------------------------------------------------- */
.p-ap-functions-area {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  position: sticky;
  height: 1050vh;
  background-color: var(--color-black);
}
@media screen and (max-width: 640px) {
  .p-ap-functions-area {
    height: 1050svh;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-functions-area.c-ap-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-ap-functions-scroll-area--01,
.p-ap-functions-scroll-area--02,
.p-ap-functions-scroll-area--03 {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 350vh;
  scroll-snap-align: start;
}
@media screen and (max-width: 640px) {
  .p-ap-functions-scroll-area--01,
  .p-ap-functions-scroll-area--02,
  .p-ap-functions-scroll-area--03 {
    height: 350svh;
  }
}

.p-ap-functions--01 .p-ap-functions-subarea {
  padding-top: 5vh;
  padding-bottom: 4vh;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--01 .p-ap-functions-subarea {
    padding-top: 11.7333333333vw;
    padding-bottom: 6.4vw;
    font-size: 3.2vw;
  }
}
.p-ap-functions--01 .p-ap-functions-subarea .notes {
  position: relative;
  padding-left: 1.25em;
}
.p-ap-functions--01 .p-ap-functions-subarea .notes::before {
  content: "★";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--01 .p-ap-functions-subarea .notes::before {
    font-size: 2.9333333333vw;
  }
}
.p-ap-functions--01 .p-ap-functions-subarea .notes > p:not(:nth-last-of-type(1)) {
  padding-bottom: 0.75em;
}
.p-ap-functions--01 .p-ap-functions-subarea .notes sup {
  font-size: 10px;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--01 .p-ap-functions-subarea .notes sup {
    font-size: 2.6666666667vw;
  }
}

.p-ap-functions--02 .p-ap-functions-subarea {
  padding-top: 3vh;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--02 .p-ap-functions-subarea {
    padding-top: 11.7333333333vw;
    padding-bottom: 6.4vw;
  }
}
.p-ap-functions--02 .p-ap-functions-subarea .level {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--02 .p-ap-functions-subarea .level {
    font-size: 5.3333333333vw;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
}
.p-ap-functions--02 .p-ap-functions-subarea .level .num {
  font-size: 56px;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--02 .p-ap-functions-subarea .level .num {
    font-size: 9.6vw;
  }
}
.p-ap-functions--02 .p-ap-functions-subarea .sub {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--02 .p-ap-functions-subarea .sub {
    font-size: 3.7333333333vw;
    font-weight: 300;
    line-height: 1.714;
    letter-spacing: 0;
  }
}
.p-ap-functions--02 .p-ap-functions-subarea .sub.sub-pt {
  padding-top: 1.5em;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--02 .p-ap-functions-subarea .sub.sub-pt {
    padding-top: 1em;
  }
}
.p-ap-functions--02 .p-ap-functions-subarea .subnotes {
  padding-top: 1.5em;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--02 .p-ap-functions-subarea .subnotes {
    padding-top: 1em;
  }
}
.p-ap-functions--02 .p-ap-functions-subarea sup {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: super;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--02 .p-ap-functions-subarea sup {
    font-size: 2.6666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .p-ap-functions--03 .p-ap-functions-subtexts {
    padding-top: 19.7333333333vw !important;
  }
}
.p-ap-functions--03 .p-ap-functions-subtexts sup {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: super;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--03 .p-ap-functions-subtexts sup {
    font-size: 2.6666666667vw;
  }
}
.p-ap-functions--03 .p-ap-functions-subarea {
  padding-top: 5vh;
  padding-bottom: 4vh;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--03 .p-ap-functions-subarea {
    padding-top: 11.7333333333vw;
    padding-bottom: 4.2666666667vw;
  }
}
.p-ap-functions--03 .p-ap-functions-subarea .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--03 .p-ap-functions-subarea .circle {
    gap: 2.1333333333vw;
  }
}
.p-ap-functions--03 .p-ap-functions-subarea .circle li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 124px;
  height: 124px;
  font-size: 20px;
  text-align: center;
  border: 1px var(--color-black) solid;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 640px) {
  .p-ap-functions--03 .p-ap-functions-subarea .circle li {
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    font-size: 3.2vw;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0);
  }
}
.p-ap-functions--03 .p-ap-functions-subarea .sub {
  padding-top: 32px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--03 .p-ap-functions-subarea .sub {
    padding-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.04em;
  }
}

.p-ap-functions--01, .p-ap-functions--02, .p-ap-functions--03 {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--01, .p-ap-functions--02, .p-ap-functions--03 {
    height: 100svh;
    color: #fff;
    background-size: 100% auto;
    background-color: var(--color-black);
  }
}
@media screen and (max-width: 640px) {
  .p-ap-functions--01 .c-ap-container, .p-ap-functions--02 .c-ap-container, .p-ap-functions--03 .c-ap-container {
    position: static;
  }
}
.p-ap-functions--01 .c-ap-container.p-ap-functions-contents, .p-ap-functions--02 .c-ap-container.p-ap-functions-contents, .p-ap-functions--03 .c-ap-container.p-ap-functions-contents {
  padding-top: 88px;
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--01 .c-ap-container.p-ap-functions-contents, .p-ap-functions--02 .c-ap-container.p-ap-functions-contents, .p-ap-functions--03 .c-ap-container.p-ap-functions-contents {
    padding-top: var(--header-height-sp);
    padding-bottom: 0;
    padding-left: 0;
  }
}
.p-ap-functions--01 .p-ap-functions-inner, .p-ap-functions--02 .p-ap-functions-inner, .p-ap-functions--03 .p-ap-functions-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto 1fr;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--01 .p-ap-functions-inner, .p-ap-functions--02 .p-ap-functions-inner, .p-ap-functions--03 .p-ap-functions-inner {
    position: relative;
    z-index: 2;
    display: block;
    padding-top: 4vw;
    padding-left: 6.4vw;
  }
}
.p-ap-functions--01 .p-ap-functions-subtexts, .p-ap-functions--02 .p-ap-functions-subtexts, .p-ap-functions--03 .p-ap-functions-subtexts {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--01 .p-ap-functions-subtexts, .p-ap-functions--02 .p-ap-functions-subtexts, .p-ap-functions--03 .p-ap-functions-subtexts {
    padding-top: 11.2vw;
    color: var(--color-black);
    font-size: 4.8vw;
    letter-spacing: 0.04em;
    line-height: 1.777;
  }
}
.p-ap-functions--01 .p-ap-functions-links.p-ap-link__button, .p-ap-functions--02 .p-ap-functions-links.p-ap-link__button, .p-ap-functions--03 .p-ap-functions-links.p-ap-link__button {
  height: 67px;
  margin: auto 0 0 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--01 .p-ap-functions-links.p-ap-link__button, .p-ap-functions--02 .p-ap-functions-links.p-ap-link__button, .p-ap-functions--03 .p-ap-functions-links.p-ap-link__button {
    height: 44px;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-functions--01 .p-ap-functions-links.p-ap-link__button a, .p-ap-functions--02 .p-ap-functions-links.p-ap-link__button a, .p-ap-functions--03 .p-ap-functions-links.p-ap-link__button a {
    color: #fff;
    border-color: #fff;
  }
  .p-ap-functions--01 .p-ap-functions-links.p-ap-link__button a::after, .p-ap-functions--02 .p-ap-functions-links.p-ap-link__button a::after, .p-ap-functions--03 .p-ap-functions-links.p-ap-link__button a::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6px 13px"><path fill="%23fff" d="M970,10124.75a.5.5,0,0,1-.367-.839l5.687-6.161-5.687-6.161a.5.5,0,1,1,.735-.678l6,6.5a.5.5,0,0,1,0,.678l-6,6.5A.5.5,0,0,1,970,10124.75Z" transform="translate(-969.5 -10110.75)" /></svg>');
  }
}
.p-ap-functions--01 sup.star, .p-ap-functions--02 sup.star, .p-ap-functions--03 sup.star {
  font-size: 12px;
  vertical-align: super;
}
.p-ap-functions--01 span.addstar, .p-ap-functions--02 span.addstar, .p-ap-functions--03 span.addstar {
  display: inline-block;
  position: relative;
}
.p-ap-functions--01 span.addstar::after, .p-ap-functions--02 span.addstar::after, .p-ap-functions--03 span.addstar::after {
  content: "★";
  position: absolute;
  right: -18px;
  top: 16%;
  font-size: 12px;
}
.p-ap-functions--01 .p-ap-functions-bg-before, .p-ap-functions--02 .p-ap-functions-bg-before, .p-ap-functions--03 .p-ap-functions-bg-before,
.p-ap-functions--01 .p-ap-functions-bg-after,
.p-ap-functions--02 .p-ap-functions-bg-after,
.p-ap-functions--03 .p-ap-functions-bg-after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--01 .p-ap-functions-bg-before, .p-ap-functions--02 .p-ap-functions-bg-before, .p-ap-functions--03 .p-ap-functions-bg-before,
  .p-ap-functions--01 .p-ap-functions-bg-after,
  .p-ap-functions--02 .p-ap-functions-bg-after,
  .p-ap-functions--03 .p-ap-functions-bg-after {
    top: var(--header-height-sp);
    height: auto;
  }
}
.p-ap-functions--01 .p-ap-functions-bg-before img, .p-ap-functions--02 .p-ap-functions-bg-before img, .p-ap-functions--03 .p-ap-functions-bg-before img,
.p-ap-functions--01 .p-ap-functions-bg-after img,
.p-ap-functions--02 .p-ap-functions-bg-after img,
.p-ap-functions--03 .p-ap-functions-bg-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 35% 50%;
     object-position: 35% 50%;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--01 .p-ap-functions-bg-before img, .p-ap-functions--02 .p-ap-functions-bg-before img, .p-ap-functions--03 .p-ap-functions-bg-before img,
  .p-ap-functions--01 .p-ap-functions-bg-after img,
  .p-ap-functions--02 .p-ap-functions-bg-after img,
  .p-ap-functions--03 .p-ap-functions-bg-after img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-ap-functions--01 .p-ap-functions-bg-before, .p-ap-functions--02 .p-ap-functions-bg-before, .p-ap-functions--03 .p-ap-functions-bg-before {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-ap-functions--01 .p-ap-functions-bg-before, .p-ap-functions--02 .p-ap-functions-bg-before, .p-ap-functions--03 .p-ap-functions-bg-before {
    overflow: hidden;
  }
}
.p-ap-functions--01 .p-ap-functions-bg-before .svgparent, .p-ap-functions--02 .p-ap-functions-bg-before .svgparent, .p-ap-functions--03 .p-ap-functions-bg-before .svgparent {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-ap-functions--01 .p-ap-functions-bg-before svg, .p-ap-functions--02 .p-ap-functions-bg-before svg, .p-ap-functions--03 .p-ap-functions-bg-before svg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  width: 100%;
}
.p-ap-functions--01 .p-ap-functions-bg-before svg path, .p-ap-functions--02 .p-ap-functions-bg-before svg path, .p-ap-functions--03 .p-ap-functions-bg-before svg path {
  fill: #fff;
}
.p-ap-functions-header {
  padding-bottom: 8vh;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-functions-header {
    padding-bottom: 0;
    color: var(--color-black);
  }
}
.p-ap-functions-header .p-ap-functions-header__en {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .p-ap-functions-header .p-ap-functions-header__en {
    font-size: 3.7333333333vw;
  }
}
.p-ap-functions-header .p-ap-functions-header__jp {
  font-size: 64px;
}
@media screen and (max-width: 640px) {
  .p-ap-functions-header .p-ap-functions-header__jp {
    font-size: 9.6vw;
  }
}

.example-02 {
  /* background: #c9ffef; */
  height: 700vh;
  position: relative;
}

.example-02 .contents {
  height: 200vh;
  position: sticky;
  top: 0;
  z-index: 1;
}

.example-02 .contents.is-active {
  z-index: 2;
}

.example-02 .contents .inner {
  position: sticky;
  top: 0;
  width: 100%;
  height: 50%;
}

.example-02 .contents .background img,
.example-02 .contents .foreground p {
  opacity: 0;
}

.example-02 .contents.is-active .background img,
.example-02 .contents.is-active .foreground p {
  opacity: 1;
}

.example-02 .contents.is-active .background img {
  -webkit-transition: all 0.2s ease 0.1s;
  transition: all 0.2s ease 0.1s;
}

.example-02 .contents .foreground p {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1.4s ease 0.8s;
  transition: all 1.4s ease 0.8s;
}

.example-02 .contents.is-active .foreground p {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.example-02 .contents .background {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.example-02 .contents .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.example-02 .contents .foreground {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}

.example-02 .contents .foreground p {
  background: #fff;
  padding: 60px 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.container2 {
  height: 100%;
  background-color: black;
}
.container2 .area {
  position: relative;
  height: 200vh;
}
.container2 .area.area2 {
  background-color: aqua;
}
.container2 .box {
  position: sticky;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 80%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.container2 .box.b1.is-active {
  background-color: yellow;
}
.container2 .box.b2.is-active {
  background-color: green;
}
.container2 .box.b3.is-active {
  background-color: rgb(255, 0, 162);
}
.container2 .box.is-showwww {
  opacity: 1;
}
.container2 .in {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  padding: 50px;
  background-color: #ccc;
}
.container2 .kesu1.is-hide {
  color: red;
}

/* --------------------------------------------------------------------------
  p-ap-functions-notes SP時ページはページ下部へ
-------------------------------------------------------------------------- */
.p-ap-functions-notes {
  padding-top: 80px;
  padding-bottom: 160px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 2;
  background-color: var(--color-black);
}
@media screen and (max-width: 640px) {
  .p-ap-functions-notes {
    padding-top: 80px;
    padding-bottom: 80px;
    color: var(--color-black);
    border-top: 1px var(--color-black) solid;
    background-color: #fff;
  }
}

/* --------------------------------------------------------------------------
  p-ap-case
-------------------------------------------------------------------------- */
.p-ap-case {
  /* component 上書き */
}
.p-ap-case .c-ap-container {
  position: static;
}
@media screen and (max-width: 640px) {
  .p-ap-case.c-ap-section-pd {
    padding-right: 0;
  }
}

.p-ap-case .p-ap-link__button {
  margin: 0;
}
@media screen and (min-width: 641px) {
  .p-ap-case .p-ap-link__button {
    padding-top: 140px;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-case .p-ap-link__button {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
    margin: 0 auto;
  }
}

.p-ap-case {
  position: relative;
  background-color: #ccc;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/hvac-cc/biz/products/ziaino/img/index/case/bg_pc@2x.webp?v2);
}
@media screen and (max-width: 640px) {
  .p-ap-case {
    background-image: url(/hvac-cc/biz/products/ziaino/img/index/case/bg_sp@2x.webp?v2);
  }
}

.p-ap-case__texts {
  width: 43%;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .p-ap-case__texts {
    width: 100%;
  }
}
.p-ap-case__texts .p-ap-case__texts-1l {
  position: relative;
  font-size: clamp(25px, 2.5vw, 32px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .p-ap-case__texts .p-ap-case__texts-1l {
    font-size: 24px;
  }
}
.p-ap-case__texts .p-ap-case__texts-1l .number {
  display: inline-block;
  padding: 0 0.15em;
  font-size: 2.25em;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .p-ap-case__texts .p-ap-case__texts-1l .number {
    line-height: 1.3;
  }
}
.p-ap-case__texts .p-ap-case__texts-1l .addpoint {
  display: inline-block;
  position: relative;
}
.p-ap-case__texts .p-ap-case__texts-1l .point {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -1.5em;
  font-size: clamp(10px, 1vw, 12px);
  letter-spacing: 0;
  white-space: pre;
}
@media screen and (max-width: 640px) {
  .p-ap-case__texts .p-ap-case__texts-1l .point {
    right: auto;
    left: 0;
  }
}
.p-ap-case__texts .p-ap-case__texts-2l {
  font-size: clamp(20px, 1.9vw, 24px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .p-ap-case__texts .p-ap-case__texts-2l {
    padding-top: 10px;
    padding-bottom: 35px;
    font-size: 16px;
  }
}

.p-ap-case__slidearea {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 380px;
  width: 50%;
  height: 333px;
}
@media screen and (max-width: 640px) {
  .p-ap-case__slidearea {
    position: static;
    width: 100%;
    height: 84vw;
  }
}

.p-ap-splider-case__lists {
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .p-ap-splider-case__lists {
    gap: 5.3333333333vw;
  }
}
.p-ap-splider-case__lists a {
  color: #fff;
}

@media (hover: hover) {
  a:hover .p-ap-case-content::before {
    width: 100%;
  }
  a:hover .p-ap-case-content__inner::after {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}

.p-ap-case-content {
  position: relative;
}
.p-ap-case-content::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.p-ap-case-content__inner {
  position: relative;
  margin-top: 0.5em;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-case-content__inner {
    font-size: 4.2666666667vw;
  }
}
.p-ap-case-content__inner::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-5px);
          transform: translateY(-50%) translateX(-5px);
  width: 8px;
  height: 15px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hvac-cc/biz/products/ziaino/img/common/icon/arrow_right_wt.svg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-ap-case-content__photo {
  overflow: hidden;
}

.p-ap-case__banner {
  padding-top: 110px;
}
@media screen and (max-width: 640px) {
  .p-ap-case__banner {
    width: 88vw;
    padding-top: 70px;
  }
}

.p-ap-splider-case.c-ap-splide .splide__arrow::after {
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

.p-ap-splider-case.c-ap-splide .splide__track {
  overflow: visible;
}
.p-ap-splider-case.c-ap-splide .splide__arrows {
  position: absolute;
  left: 200px;
  bottom: -78px;
}
@media screen and (max-width: 640px) {
  .p-ap-splider-case.c-ap-splide .splide__arrows {
    left: auto;
    right: 0;
    bottom: -19vw;
    width: 30vw;
  }
}
.p-ap-splider-case.c-ap-splide .splide__arrow {
  width: 40px;
  height: 40px;
  border: 1px #fff solid;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 640px) {
  .p-ap-splider-case.c-ap-splide .splide__arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p-ap-splider-case.c-ap-splide .splide__arrow.splide__arrow--prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-ap-splider-case.c-ap-splide .splide__arrow.splide__arrow--next {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media screen and (max-width: 640px) {
  .p-ap-splider-case.c-ap-splide .splide__arrow.splide__arrow--next {
    -webkit-transform: translateX(4vw);
            transform: translateX(4vw);
  }
}
.p-ap-splider-case.c-ap-splide .splide__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 15px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6px 13px"><path fill="%23fff" d="M970,10124.75a.5.5,0,0,1-.367-.839l5.687-6.161-5.687-6.161a.5.5,0,1,1,.735-.678l6,6.5a.5.5,0,0,1,0,.678l-6,6.5A.5.5,0,0,1,970,10124.75Z" transform="translate(-969.5 -10110.75)" /></svg>');
}
@media (hover: hover) {
  .p-ap-splider-case.c-ap-splide .splide__arrow:hover {
    background-color: #fff;
  }
  .p-ap-splider-case.c-ap-splide .splide__arrow:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6px 13px"><path fill="%23var(--color-black)" d="M970,10124.75a.5.5,0,0,1-.367-.839l5.687-6.161-5.687-6.161a.5.5,0,1,1,.735-.678l6,6.5a.5.5,0,0,1,0,.678l-6,6.5A.5.5,0,0,1,970,10124.75Z" transform="translate(-969.5 -10110.75)" /></svg>');
  }
}
.p-ap-splider-case.c-ap-splide .splide__arrow svg {
  display: none;
}
.p-ap-splider-case .p-ap-splider-case__progressarea {
  pointer-events: none;
  -webkit-transform: translateY(55px) translateX(10px);
          transform: translateY(55px) translateX(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .p-ap-splider-case .p-ap-splider-case__progressarea {
    -webkit-transform: translateY(14.6666666667vw) translateX(4vw);
            transform: translateY(14.6666666667vw) translateX(4vw);
  }
}
.p-ap-splider-case .p-ap-splider-case__progressarea .progress-current,
.p-ap-splider-case .p-ap-splider-case__progressarea .progress-length {
  letter-spacing: 0.1em;
}
.p-ap-splider-case .p-ap-splider-case__progressarea .progress-current {
  padding-right: 5px;
}
.p-ap-splider-case .p-ap-splider-case__progressarea .progress-length {
  padding-left: 5px;
}
.p-ap-splider-case .p-ap-splider-case__progressarea .p-ap-splider-case__progress {
  position: relative;
  width: 80px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 640px) {
  .p-ap-splider-case .p-ap-splider-case__progressarea .p-ap-splider-case__progress {
    width: 21.3333333333vw;
    height: 0.5333333333vw;
  }
}
.p-ap-splider-case .p-ap-splider-case__progressarea .p-ap-splider-case__progress-bar {
  background: #fff;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
  width: 0;
  height: 100%;
}
/* --------------------------------------------------------------------------
  p-ap-comparison
-------------------------------------------------------------------------- */
.p-ap-comparison__image {
  max-width: 1150px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-ap-comparison__image {
    max-width: inherit;
    width: 100%;
  }
}

.p-ap-comparison__notes {
  padding-top: 80px;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .p-ap-comparison__notes {
    padding-top: 40px;
  }
}

/* --------------------------------------------------------------------------
  p-ap-other
-------------------------------------------------------------------------- */
.p-ap-other__lists {
  gap: 60px;
}

.p-ap-other__list {
  width: 480px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-ap-other__list {
    width: 100%;
    font-size: 16px;
  }
  .p-ap-other__list:not(:nth-last-of-type(1)) {
    padding-bottom: 43px;
  }
}
.p-ap-other__list p {
  padding-top: 1em;
}

/* --------------------------------------------------------------------------
  p-ap-lineup
-------------------------------------------------------------------------- */
/* c-ap-container の上書き */
.p-ap-lineup .c-ap-container {
  padding-left: clamp(0px, (1440px - 100%) / 2, 80px);
  padding-right: clamp(0px, (1440px - 100%) / 2, 80px);
}
@media screen and (max-width: 640px) {
  .p-ap-lineup .c-ap-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* p-ap-lineup */
.p-ap-lineup {
  overflow: hidden;
}
.p-ap-lineup.p-bg-grad {
  background: rgb(228, 234, 238);
  background: radial-gradient(circle, rgb(228, 234, 238) 0%, rgb(172, 179, 183) 100%);
}

.p-ap-lineup__inner:not(:nth-last-of-type(1)) {
  padding-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .p-ap-lineup__inner:not(:nth-last-of-type(1)) {
    padding-bottom: 80px;
  }
}

.p-ap-lineup__subtitle {
  padding-top: 46px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-lineup__subtitle {
    font-size: 16px;
  }
}

.p-ap-lineup__title--bk::before {
  background-color: var(--color-black);
}

.p-ap-lineup__title--wt {
  color: #fff;
}
.p-ap-lineup__title--wt::before {
  background-color: #fff;
}

.p-ap-lineup__title--bk, .p-ap-lineup__title--wt {
  position: relative;
  margin-bottom: 104px;
  padding-left: 24px;
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-lineup__title--bk, .p-ap-lineup__title--wt {
    margin-bottom: 50px;
    font-size: 20px;
    letter-spacing: 0.04em;
  }
}
.p-ap-lineup__title--bk::before, .p-ap-lineup__title--wt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 32px;
}
@media screen and (max-width: 640px) {
  .p-ap-lineup__title--bk::before, .p-ap-lineup__title--wt::before {
    height: 100%;
  }
}

@media screen and (max-width: 640px) {
  .p-ap-splider-lineup {
    width: 90%;
    margin: 0 auto;
  }
}
.p-ap-splider-lineup a {
  color: var(--color-black);
}

.p-ap-lineup__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
}
@media screen and (max-width: 640px) {
  .p-ap-lineup__lists {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}

.p-ap-lineup__list {
  width: 25%;
  max-width: 250px;
}
@media screen and (max-width: 640px) {
  .p-ap-lineup__list {
    width: 48%;
    max-width: inherit;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-lineup__list:nth-child(n+3) {
    padding-top: 60px;
  }
}

/* splide */
.p-ap-splider-lineup.c-ap-splide .splide__arrow {
  width: 38px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 640px) {
  .p-ap-splider-lineup.c-ap-splide .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.p-ap-splider-lineup.c-ap-splide .splide__arrow.splide__arrow--prev {
  left: -70px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 640px) {
  .p-ap-splider-lineup.c-ap-splide .splide__arrow.splide__arrow--prev {
    left: -40px;
  }
}
.p-ap-splider-lineup.c-ap-splide .splide__arrow.splide__arrow--next {
  right: -70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .p-ap-splider-lineup.c-ap-splide .splide__arrow.splide__arrow--next {
    right: -40px;
  }
}
@media (hover: hover) {
  .p-ap-splider-lineup.c-ap-splide .splide__arrow:hover.splide__arrow--prev {
    -webkit-transform: translateX(-5px) translateY(-50%) scale(-1, 1);
            transform: translateX(-5px) translateY(-50%) scale(-1, 1);
  }
  .p-ap-splider-lineup.c-ap-splide .splide__arrow:hover.splide__arrow--next {
    -webkit-transform: translateX(5px) translateY(-50%);
            transform: translateX(5px) translateY(-50%);
  }
}
.p-ap-splider-lineup.c-ap-splide .splide__pagination {
  padding-top: 28px;
  gap: 10px;
}
.p-ap-splider-lineup.c-ap-splide .splide__pagination .splide__pagination__page {
  opacity: 0.2;
  width: 10px;
  height: 10px;
  background-color: var(--color-black);
}
@media screen and (max-width: 640px) {
  .p-ap-splider-lineup.c-ap-splide .splide__pagination .splide__pagination__page {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.p-ap-splider-lineup.c-ap-splide .splide__pagination .splide__pagination__page.is-active {
  opacity: 1;
}

/* figure */
@media (hover: hover) {
  a:hover .p-ap-lineup-content dt::before {
    width: 100%;
  }
  a:hover .p-ap-lineup-content dt::after {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
a .p-ap-lineup-content dl {
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  a .p-ap-lineup-content dl {
    padding-top: 10px;
  }
}
a .p-ap-lineup-content dt {
  position: relative;
  padding-bottom: 4px;
}
@media screen and (max-width: 640px) {
  a .p-ap-lineup-content dt {
    padding-bottom: 0;
  }
}
a .p-ap-lineup-content dt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--color-black);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
a .p-ap-lineup-content dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-5px);
          transform: translateY(-50%) translateX(-5px);
  width: 8px;
  height: 15px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hvac-cc/biz/products/ziaino/img/common/icon/arrow_right_bk.svg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
a .p-ap-lineup-content dd {
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  a .p-ap-lineup-content dd {
    padding-top: 5px;
  }
}

.p-ap-lineup-content__inner dl {
  padding-top: 10px;
}
.p-ap-lineup-content__inner dt {
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .p-ap-lineup-content__inner dt {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}
.p-ap-lineup-content__inner dd {
  padding-top: 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .p-ap-lineup-content__inner dd {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}

.p-ap-lineup-content__photo {
  text-align: center;
}
.p-ap-lineup-content__photo img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-ap-lineup-content__photo img {
    width: 90%;
  }
}

.p-ap-lineup__subtext {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .p-ap-lineup__subtext {
    padding-top: 47px;
    text-align: left;
  }
}

/* --------------------------------------------------------------------------
  p-ap-
-------------------------------------------------------------------------- */
/* ==========================================================================
  animation
========================================================================== */
/* scrollでis-activeがついたら */
.p-ap-functions-scroll-area--01,
.p-ap-functions-scroll-area--02,
.p-ap-functions-scroll-area--03 {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-ap-functions-scroll-area--01.is-active,
.p-ap-functions-scroll-area--02.is-active,
.p-ap-functions-scroll-area--03.is-active {
  opacity: 1;
  z-index: 2;
}
.p-ap-functions-scroll-area--01.is-active .p-ap-functions-bg-after img,
.p-ap-functions-scroll-area--02.is-active .p-ap-functions-bg-after img,
.p-ap-functions-scroll-area--03.is-active .p-ap-functions-bg-after img {
  opacity: 1;
}
.p-ap-functions-scroll-area--01.is-active .p-ap-functions-contents,
.p-ap-functions-scroll-area--02.is-active .p-ap-functions-contents,
.p-ap-functions-scroll-area--03.is-active .p-ap-functions-contents {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-ap-functions-scroll-area--01.is-active .p-ap-functions,
.p-ap-functions-scroll-area--02.is-active .p-ap-functions,
.p-ap-functions-scroll-area--03.is-active .p-ap-functions {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.p-ap-functions-scroll-area--01 .p-ap-functions-bg-before.is-hide .svgparent,
.p-ap-functions-scroll-area--02 .p-ap-functions-bg-before.is-hide .svgparent,
.p-ap-functions-scroll-area--03 .p-ap-functions-bg-before.is-hide .svgparent {
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, transform 0.8s;
  transition: opacity 0.6s, transform 0.8s, -webkit-transform 0.8s;
}
.p-ap-functions-scroll-area--01 .p-ap-functions-bg-before.is-hide svg,
.p-ap-functions-scroll-area--02 .p-ap-functions-bg-before.is-hide svg,
.p-ap-functions-scroll-area--03 .p-ap-functions-bg-before.is-hide svg {
  -webkit-transform: translateX(30px) rotate(90deg);
          transform: translateX(30px) rotate(90deg);
  -webkit-animation-name: fade_out;
          animation-name: fade_out;
}

.p-ap-functions {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.p-ap-functions-contents {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-ap-functions-bg-after img {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.p-ap-functions-bg-before .svgparent {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.p-ap-functions-bg-before svg {
  opacity: 0;
}

.p-ap-functions-scroll-area--01 .p-ap-functions-bg-before.is-hide svg,
.p-ap-functions-scroll-area--02 .p-ap-functions-bg-before.is-hide svg,
.p-ap-functions-scroll-area--03 .p-ap-functions-bg-before.is-hide svg {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes fade_out {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  1% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}

@keyframes fade_out {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  1% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}