@charset "UTF-8";
/* ==========================================================================
  animation
========================================================================== */
/* is-animation がついていたら */
.p-ap-graph-animation-target.is-init .c-mask::before {
  width: 0;
  -webkit-transition: width 0.8s linear;
  transition: width 0.8s linear;
}
.p-ap-graph-animation-target.is-init.is-animation .c-mask::before {
  width: 100%;
}

/* ==========================================================================
  data
========================================================================== */
/* --------------------------------------------------------------------------
  /// template 上書き ///
-------------------------------------------------------------------------- */
.anchorPoint.anchorPoint--sp {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 640px) {
  .anchorPoint.anchorPoint--sp {
    margin-top: -70px !important;
    padding-top: 70px !important;
  }
}

/* --------------------------------------------------------------------------
  c-ap-under-header 上書き
-------------------------------------------------------------------------- */
.c-ap-under-header {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/hero_pc@2x.webp);
}
@media screen and (max-width: 640px) {
  .c-ap-under-header {
    background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/hero_sp@2x.webp);
  }
}

.c-ap-under-header-titles__sub {
  letter-spacing: 0.1em;
}
.page-data {
  color: #1d1d1d;
  /* 上付き文字のスタイル調整 */
}
.page-data sup.size60p {
  font-size: 60%;
  top: -0.6em;
}

.p-ap-data-header-notes {
  display: block;
  width: 50%;
  padding-top: 1em;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-ap-data-header-notes {
    width: 100%;
    font-size: 3.2vw;
    letter-spacing: 0.04em;
  }
}

/* --------------------------------------------------------------------------
  component 上書き
-------------------------------------------------------------------------- */
.p-ap-data-structure__links .c-ap-grid-3w--pc {
  grid-auto-rows: minmax(80px, auto);
}
@media screen and (max-width: 640px) {
  .p-ap-data-structure__links .c-ap-grid-3w--pc {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-auto-rows: minmax(84px, auto);
    gap: 19px 16px;
  }
}
.p-ap-data-structure__links .c-ap-grid-3w--pc a {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .p-ap-data-structure__links .c-ap-grid-3w__list:not(:nth-last-of-type(1)) {
    margin-bottom: 0;
  }
}

.c-ap-under-nav-anchor.p-ap-data__link a {
  min-height: 80px;
}
@media screen and (max-width: 640px) {
  .c-ap-under-nav-anchor.p-ap-data__link a {
    min-height: 65px;
  }
}

/* --------------------------------------------------------------------------
  p-ap-data
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
  p-ap-data => p-ap-data-header
-------------------------------------------------------------------------- */
.p-ap-data-header--smell {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_deodorization_pc@2x.webp);
}
@media screen and (max-width: 640px) {
  .p-ap-data-header--smell {
    background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_deodorization_sp@2x.webp);
  }
}

.p-ap-data-header--germs {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_sanitization_pc@2x.webp);
}
@media screen and (max-width: 640px) {
  .p-ap-data-header--germs {
    background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_sanitization_sp@2x.webp);
  }
}

.p-ap-data-header--dust {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_dust_collection_pc@2x.webp);
}
@media screen and (max-width: 640px) {
  .p-ap-data-header--dust {
    background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_dust_collection_sp@2x.webp);
  }
}

.p-ap-data-header--p-comparison {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_comparison_pc@2x.webp);
}
@media screen and (max-width: 640px) {
  .p-ap-data-header--p-comparison {
    background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_comparison_sp@2x.webp);
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-header--p-comparison::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(56, 52, 52)), color-stop(80%, rgba(255, 255, 255, 0))) !important;
    background: linear-gradient(180deg, rgb(56, 52, 52) 20%, rgba(255, 255, 255, 0) 80%) !important;
  }
}

.p-ap-data-header--safety {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_safety_pc@2x.webp);
}
@media screen and (max-width: 640px) {
  .p-ap-data-header--safety {
    background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_safety_sp@2x.webp);
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-header--safety::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(56, 52, 52)), color-stop(80%, rgba(255, 255, 255, 0))) !important;
    background: linear-gradient(180deg, rgb(56, 52, 52) 20%, rgba(255, 255, 255, 0) 80%) !important;
  }
}

.p-ap-data-header--maintenance {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_maintenance_pc@2x.webp);
}
@media screen and (max-width: 640px) {
  .p-ap-data-header--maintenance {
    background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_maintenance_sp@2x.webp);
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-header--maintenance::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(56, 52, 52)), color-stop(80%, rgba(255, 255, 255, 0))) !important;
    background: linear-gradient(180deg, rgb(56, 52, 52) 20%, rgba(255, 255, 255, 0) 80%) !important;
  }
}

.p-ap-data-header--smell, .p-ap-data-header--germs, .p-ap-data-header--dust, .p-ap-data-header--p-comparison, .p-ap-data-header--safety, .p-ap-data-header--maintenance {
  position: relative; /* 乗算グラデーション用 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 348px;
  padding: 0 20px;
  color: #fff;
  font-size: 48px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .p-ap-data-header--smell, .p-ap-data-header--germs, .p-ap-data-header--dust, .p-ap-data-header--p-comparison, .p-ap-data-header--safety, .p-ap-data-header--maintenance {
    display: block;
    aspect-ratio: 375/340;
    height: auto;
    margin: 0 -24px;
    padding: 30px var(--padding-sec-side-sp) 81px;
    font-size: 32px;
  }
}
.p-ap-data-header--smell::after, .p-ap-data-header--germs::after, .p-ap-data-header--dust::after, .p-ap-data-header--p-comparison::after, .p-ap-data-header--safety::after, .p-ap-data-header--maintenance::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: rgb(56, 52, 52);
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(56, 52, 52)), color-stop(80%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(56, 52, 52) 20%, rgba(255, 255, 255, 0) 80%);
}
.p-ap-data-header--smell .p-ap-data-header-titles, .p-ap-data-header--germs .p-ap-data-header-titles, .p-ap-data-header--dust .p-ap-data-header-titles, .p-ap-data-header--p-comparison .p-ap-data-header-titles, .p-ap-data-header--safety .p-ap-data-header-titles, .p-ap-data-header--maintenance .p-ap-data-header-titles {
  position: relative; /* 乗算グラデーション用 */
  z-index: 1; /* 乗算グラデーション用 */
  width: var(--container-width);
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-ap-data-header--smell .p-ap-data-header-titles, .p-ap-data-header--germs .p-ap-data-header-titles, .p-ap-data-header--dust .p-ap-data-header-titles, .p-ap-data-header--p-comparison .p-ap-data-header-titles, .p-ap-data-header--safety .p-ap-data-header-titles, .p-ap-data-header--maintenance .p-ap-data-header-titles {
    width: 100%;
  }
}
.p-ap-data-header--smell .p-ap-data-header-titles .p-ap-data-header-titles__sub, .p-ap-data-header--germs .p-ap-data-header-titles .p-ap-data-header-titles__sub, .p-ap-data-header--dust .p-ap-data-header-titles .p-ap-data-header-titles__sub, .p-ap-data-header--p-comparison .p-ap-data-header-titles .p-ap-data-header-titles__sub, .p-ap-data-header--safety .p-ap-data-header-titles .p-ap-data-header-titles__sub, .p-ap-data-header--maintenance .p-ap-data-header-titles .p-ap-data-header-titles__sub {
  display: block;
  width: 100%;
  font-size: 0.5em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-header--smell .p-ap-data-header-titles .p-ap-data-header-titles__sub, .p-ap-data-header--germs .p-ap-data-header-titles .p-ap-data-header-titles__sub, .p-ap-data-header--dust .p-ap-data-header-titles .p-ap-data-header-titles__sub, .p-ap-data-header--p-comparison .p-ap-data-header-titles .p-ap-data-header-titles__sub, .p-ap-data-header--safety .p-ap-data-header-titles .p-ap-data-header-titles__sub, .p-ap-data-header--maintenance .p-ap-data-header-titles .p-ap-data-header-titles__sub {
    font-size: 0.5625em;
    padding-bottom: 2.6666666667vw;
    letter-spacing: 0.04em;
  }
}
.p-ap-data-header--smell .p-ap-data-header-titles .p-ap-data-header-titles__title, .p-ap-data-header--germs .p-ap-data-header-titles .p-ap-data-header-titles__title, .p-ap-data-header--dust .p-ap-data-header-titles .p-ap-data-header-titles__title, .p-ap-data-header--p-comparison .p-ap-data-header-titles .p-ap-data-header-titles__title, .p-ap-data-header--safety .p-ap-data-header-titles .p-ap-data-header-titles__title, .p-ap-data-header--maintenance .p-ap-data-header-titles .p-ap-data-header-titles__title {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-header--smell .p-ap-data-header-titles .p-ap-data-header-titles__title, .p-ap-data-header--germs .p-ap-data-header-titles .p-ap-data-header-titles__title, .p-ap-data-header--dust .p-ap-data-header-titles .p-ap-data-header-titles__title, .p-ap-data-header--p-comparison .p-ap-data-header-titles .p-ap-data-header-titles__title, .p-ap-data-header--safety .p-ap-data-header-titles .p-ap-data-header-titles__title, .p-ap-data-header--maintenance .p-ap-data-header-titles .p-ap-data-header-titles__title {
    letter-spacing: 0.04em;
  }
}

/* --------------------------------------------------------------------------
  p-ap-data => p-ap-data-subtitle
-------------------------------------------------------------------------- */
.p-ap-data-subtitle {
  padding: 72px 0;
}
@media screen and (max-width: 640px) {
  .p-ap-data-subtitle {
    margin: 0 -24px;
    padding: 30px var(--padding-sec-side-sp) 40px;
  }
}

.p-ap-data-subtitle-header {
  width: min(100%, var(--container-width) + 40px);
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .p-ap-data-subtitle-header {
    width: 100%;
    padding: 0;
  }
}

.p-ap-data-subtitle-header {
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-subtitle-header {
    padding-bottom: 40px;
  }
}
.p-ap-data-subtitle-header .p-ap-data-subtitle-header__jp {
  font-size: 40px;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .p-ap-data-subtitle-header .p-ap-data-subtitle-header__jp {
    font-size: 28px;
  }
}
.p-ap-data-subtitle-header .p-ap-data-subtitle-header__en {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-ap-data-subtitle-header .p-ap-data-subtitle-header__en {
    font-size: 16px;
  }
}

/* --------------------------------------------------------------------------
  p-ap-data__link
-------------------------------------------------------------------------- */
.p-ap-data__link {
  width: 614px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  .p-ap-data__link {
    width: 100%;
    padding-top: 40px;
  }
}

/* --------------------------------------------------------------------------
  p-ap-data-structure
-------------------------------------------------------------------------- */
.p-ap-data-structure {
  padding-top: 133px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-structure {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.p-ap-data-structure__video__container {
  width: 974px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-structure__video__container {
    width: 100%;
    padding-bottom: 18.6666666667vw;
  }
}
.p-ap-data-structure__video__container video {
  width: 100%;
  aspect-ratio: 16/9;
}

.p-ap-data-structure__links {
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-structure__links {
    padding-bottom: 18.6666666667vw;
  }
}

.p-ap-data-details--01__inner:not(:nth-last-of-type(1)) {
  padding-bottom: 78px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-details--01__inner:not(:nth-last-of-type(1)) {
    padding-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-details--01__inner:not(:nth-last-of-type(1)) {
    padding-bottom: 11.2vw;
  }
}

.p-ap-data-details--02__inner:not(:nth-last-of-type(1)) {
  padding-bottom: 78px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-details--02__inner:not(:nth-last-of-type(1)) {
    padding-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-details--02__inner:not(:nth-last-of-type(1)) {
    padding-bottom: 11.2vw;
  }
}

.p-ap-data-detail--01__picture img {
  margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
  .p-ap-data__nav li:nth-child(4),
  .p-ap-data__nav li:nth-child(6) {
    font-size: 4.2666666667vw;
  }
}

/* --------------------------------------------------------------------------
  p-ap-data-column 次亜塩素酸コラム（成分・効果）
-------------------------------------------------------------------------- */
.p-ap-data-column {
  /*福﨑智司 教授のお言葉*/
  /*福﨑智司 教授のお言葉*/
}
@media screen and (max-width: 640px) {
  .p-ap-data-column {
    padding-bottom: 0;
  }
}
.p-ap-data-column .effect-virus {
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .effect-virus {
    padding: 4.2666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .effect-virus h5 {
    margin-bottom: 4.2666666667vw;
    letter-spacing: -0.05em;
  }
}
.p-ap-data-column .effect-virus .hocl-alcohol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .effect-virus .hocl-alcohol {
    display: block;
  }
}
.p-ap-data-column .effect-virus .hocl-alcohol img {
  display: block;
  width: 430px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .effect-virus .hocl-alcohol img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.p-ap-data-column .effect-virus p {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .effect-virus p {
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
.p-ap-data-column .lifetime .p-ap-data-detail--01__heading {
  letter-spacing: 0.1em;
}
.p-ap-data-column .lifetime .p-ap-data-detail--01__para.upto50h {
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .lifetime .p-ap-data-detail--01__para.upto50h {
    font-size: 5.3333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.p-ap-data-column .lifetime .p-ap-data-detail--01__para.body {
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .lifetime .p-ap-data-detail--01__para.body {
    font-size: 3.7333333333vw;
    letter-spacing: 0.04em;
    line-height: 1.85;
  }
}
.p-ap-data-column .lifetime .p-ap-datail--01__sub-section {
  padding: 50px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .lifetime .p-ap-datail--01__sub-section {
    padding: 4.2666666667vw;
  }
}
.p-ap-data-column .lifetime .p-ap-datail--01__sub-section h5 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .lifetime .p-ap-datail--01__sub-section h5 {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.p-ap-data-column .lifetime .p-ap-datail--01__sub-section picture {
  width: 100%;
}
.p-ap-data-column .lifetime .p-ap-datail--01__sub-section picture img {
  width: 100%;
}
.p-ap-data-column .lifetime .p-ap-datail--01__sub-section .volatilization {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #5973a6;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .lifetime .p-ap-datail--01__sub-section .volatilization {
    margin-bottom: 9.6vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.p-ap-data-column .lifetime .p-ap-datail--01__sub-section .graph {
  display: block;
  width: 710px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .lifetime .p-ap-datail--01__sub-section .graph {
    width: 100%;
  }
}
.p-ap-data-column .lifetime .p-ap-datail--01__sub-section .graph img {
  width: 100%;
}
.p-ap-data-column .p-ap-datail--01__society {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 52px;
  background-color: #f0f0f5;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .p-ap-datail--01__society {
    display: block;
    padding: 4.8vw;
  }
}
.p-ap-data-column .p-ap-datail--01__society .p-ap-datail--01__society__text {
  width: 620px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .p-ap-datail--01__society .p-ap-datail--01__society__text {
    width: 100%;
  }
}
.p-ap-data-column .p-ap-datail--01__society .p-ap-datail--01__society__text h5 {
  margin-bottom: 30px;
  color: #5973a6;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .p-ap-datail--01__society .p-ap-datail--01__society__text h5 {
    margin-bottom: 4.2666666667vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.04;
    line-height: 1.7;
    text-align: center;
  }
}
.p-ap-data-column .p-ap-datail--01__society .p-ap-datail--01__society__text p {
  font-size: 16px;
  letter-spacing: 0.1;
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .p-ap-datail--01__society .p-ap-datail--01__society__text p {
    margin-bottom: 7.4666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}
.p-ap-data-column .p-ap-datail--01__society .p-ap-datail--01__society__portrait {
  width: 200px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .p-ap-datail--01__society .p-ap-datail--01__society__portrait {
    margin: 0 auto;
  }
}
.p-ap-data-column .p-ap-datail--01__society .p-ap-datail--01__society__portrait img {
  width: 100%;
}
.p-ap-data-column .p-ap-datail--01__society .p-ap-datail--01__society__portrait .title {
  margin-top: 10px;
  font-size: 14px;
}
.p-ap-data-column .p-ap-datail--01__society .p-ap-datail--01__society__portrait .name {
  margin-top: 10px;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .p-ap-datail--01__society .p-ap-datail--01__society__portrait .name {
    font-size: 5.3333333333vw;
  }
}
.p-ap-data-column .p-ap-data-details--01__attention {
  padding: 40px;
  border: 1px solid #000;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .p-ap-data-details--01__attention {
    padding: 5.3333333333vw;
    text-align: left;
  }
}
.p-ap-data-column .p-ap-datail--02__society {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 52px;
  background-color: #f0f0f5;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .p-ap-datail--02__society {
    display: block;
    padding: 4.8vw;
  }
}
.p-ap-data-column .p-ap-datail--02__society .p-ap-datail--02__society__text {
  width: 620px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .p-ap-datail--02__society .p-ap-datail--02__society__text {
    width: 100%;
  }
}
.p-ap-data-column .p-ap-datail--02__society .p-ap-datail--02__society__text--body {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .p-ap-datail--02__society .p-ap-datail--02__society__text--body {
    margin-bottom: 7.4666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}
.p-ap-data-column .p-ap-datail--02__society .p-ap-datail--02__society__text h5 {
  margin-bottom: 30px;
  color: #5973a6;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .p-ap-datail--02__society .p-ap-datail--02__society__text h5 {
    margin-bottom: 4.2666666667vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.04;
    line-height: 1.7;
    text-align: center;
  }
}
.p-ap-data-column .p-ap-datail--02__society .p-ap-datail--02__society__text p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .p-ap-datail--02__society .p-ap-datail--02__society__text p {
    margin-bottom: 7.4666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}
.p-ap-data-column .p-ap-datail--02__society .p-ap-datail--02__society__portrait {
  width: 220px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .p-ap-datail--02__society .p-ap-datail--02__society__portrait {
    margin: 0 auto;
  }
}
.p-ap-data-column .p-ap-datail--02__society .p-ap-datail--02__society__portrait img {
  width: 100%;
}
.p-ap-data-column .p-ap-datail--02__society .p-ap-datail--02__society__portrait .title {
  margin-top: 10px;
  font-size: 14px;
}
.p-ap-data-column .p-ap-datail--02__society .p-ap-datail--02__society__portrait .name {
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-column .p-ap-datail--02__society .p-ap-datail--02__society__portrait .name {
    font-size: 4.8vw;
  }
}

/* --------------------------------------------------------------------------
  p-ap-data-germs 除菌
-------------------------------------------------------------------------- */
.p-ap-data-germs .p-ap-data-germs__inner {
  padding: 70px 0 83px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__inner {
    padding-top: 12.2666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__inner.c-bg-gray {
    margin-right: calc(var(--padding-sec-side-sp) * -1);
    margin-left: calc(var(--padding-sec-side-sp) * -1);
    padding-right: var(--padding-sec-side-sp);
    padding-left: var(--padding-sec-side-sp);
  }
}
.p-ap-data-germs .p-ap-data-subtitle {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_sanitization_worries_pc@2x.webp);
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-subtitle {
    background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_sanitization_worries_sp@2x.webp);
  }
}
.p-ap-data-germs .p-ap-data-subtitle-worries__list {
  width: min(100%, var(--container-min-width));
  margin: 0 auto;
  gap: 94px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-subtitle-worries__list {
    width: 69.3333333333vw;
  }
}
.p-ap-data-germs .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 260px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item {
    width: 69.3333333333vw;
    height: 69.3333333333vw;
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
.p-ap-data-germs .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item:nth-child(1) {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_sanitization_worry01@2x.webp);
}
.p-ap-data-germs .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item:nth-child(2) {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_sanitization_worry02@2x.webp);
}
.p-ap-data-germs .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item:nth-child(3) {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_sanitization_worry03@2x.webp);
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item:nth-child(3) {
    margin-bottom: 0;
  }
}
.p-ap-data-germs .p-ap-data__declaration__sub {
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data__declaration__sub {
    margin-top: 10.6666666667vw;
  }
}
.p-ap-data-germs .p-ap-data__declaration__sub__note {
  padding-top: 1em;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data__declaration__sub__note {
    text-align: left;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data__link {
    padding-bottom: 70px;
  }
}
.p-ap-data-germs .p-ap-data-germs__evidence__heading {
  margin-bottom: 40px;
  background-color: #5973a6;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__evidence__heading {
    margin-bottom: 6.6666666667vw;
    padding: 1.0666666667vw 0;
    font-size: 5.3333333333vw;
  }
}
.p-ap-data-germs .p-ap-data-germs__evidence__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row: 3;
  gap: 10px 20px;
  grid-auto-flow: row;
  grid-template-areas: "evidence_explanation evidence_slide" "evidence_picture evidence_slide" "evidence_note evidence_slide";
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__evidence__container {
    grid-template-columns: 1fr;
    grid-template-areas: "evidence_explanation" "evidence_picture" "evidence_slide" "evidence_note";
  }
}
.p-ap-data-germs .p-ap-data-germs__evidence__explanation {
  grid-area: evidence_explanation;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__evidence__explanation {
    font-size: 5.3333333333vw;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
.p-ap-data-germs .p-ap-data-germs__evidence__explanation__note {
  display: block;
  padding: 1em;
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__evidence__explanation__note {
    text-align: left;
    font-size: 3.2vw;
  }
}
.p-ap-data-germs .p-ap-data-germs__evidence__picture {
  grid-area: evidence_picture;
}
.p-ap-data-germs .p-ap-data-germs__evidence__picture img {
  display: block;
  margin: 0 auto;
  width: 524px;
}
.p-ap-data-germs .p-ap-data-germs__evidence__slide {
  grid-area: evidence_slide;
}
.p-ap-data-germs .p-ap-data-germs__evidence__note {
  grid-area: evidence_note;
  padding-top: 20px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__evidence__note {
    padding-top: 0;
    padding-right: 0;
    font-size: 3.2vw;
  }
}
.p-ap-data-germs .p-ap-data-germs__verification__explanation {
  margin-top: -40px;
  margin-bottom: 50px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__verification__explanation {
    margin-top: 0;
    margin-bottom: 10.6666666667vw;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
  }
}
.p-ap-data-germs .p-ap-data-germs__verification_heading {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__verification_heading {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
.p-ap-data-germs .p-ap-data-germs__verification_note {
  margin-bottom: 40px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__verification_note {
    font-size: 3.7333333333vw;
    letter-spacing: 0.04em;
    line-height: 2;
  }
}
.p-ap-data-germs .p-ap-data-germs__verification__container {
  display: grid;
  grid-template-columns: 65.6% 31.2%;
  grid-row: 2;
  gap: 14px 3.1%;
  grid-template-areas: "verification_lab verification_prepare" "verification_lab verification_exterior";
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__verification__container {
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
    grid-template-areas: "verification_lab verification_lab" "verification_exterior verification_prepare";
  }
}
.p-ap-data-germs .p-ap-data-germs__verification__container figure figcaption {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__verification__container figure figcaption {
    font-size: 3.2vw;
    line-height: 1.67em;
  }
}
.p-ap-data-germs .p-ap-data-germs__verification__lab {
  grid-area: verification_lab;
}
.p-ap-data-germs .p-ap-data-germs__verification__prepare {
  grid-area: verification_prepare;
}
.p-ap-data-germs .p-ap-data-germs__verification__exterior {
  grid-area: verification_exterior;
}
.p-ap-data-germs .p-ap-data-germs__verification_heading--graph {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__verification_heading--graph {
    font-size: 4.8vw;
    line-height: 1.77em;
  }
}
.p-ap-data-germs .p-ap-data-germs__verification--graph__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__verification--graph__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10.6666666667vw;
  }
}
.p-ap-data-germs .p-ap-data-germs__verification--graph {
  width: 66%;
}
.p-ap-data-germs .p-ap-data-germs__verification--graph .p-ap-data-germs__verification--graph__graph {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__verification--graph {
    width: 100%;
    margin-bottom: 7.4666666667vw;
  }
  .p-ap-data-germs .p-ap-data-germs__verification--graph .p-ap-data-germs__verification--graph__graph {
    width: 225vw;
    min-width: 225vw;
  }
}
.p-ap-data-germs .p-ap-data-germs__verification--graph__note {
  width: 31%;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.33em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__verification--graph__note {
    width: 100%;
    font-size: 3.2vw;
  }
}
.p-ap-data-germs .p-ap-data-germs__verification__video {
  width: 974px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__verification__video {
    width: 100%;
  }
}
.p-ap-data-germs .p-ap-data-germs__verification__video img {
  width: 100%;
}
.p-ap-data-germs .p-ap-data-germs__notes {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-germs .p-ap-data-germs__notes {
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}

/* ------------
  js-moreview-contents
------------- */
@media screen and (max-width: 640px) {
  .p-ap-data-germs .c-ap-moreview-contents--sp {
    max-height: 200px;
    grid-template-rows: 0.7fr;
  }
  .p-ap-data-germs .c-ap-moreview-contents--sp.is-open {
    max-height: inherit;
    grid-template-rows: 1fr;
  }
}

/* ------------
  js-scroll-area内 => scroll-hint
------------- */
@media screen and (max-width: 640px) {
  .p-ap-data-scrollarea img {
    min-width: 1280px;
  }
}

/* ------------
  js splide
------------- */
.p-ap-data-splide--germs {
  width: 600px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-splide--germs {
    width: 100%;
  }
}
.p-ap-data-splide--germs03.splide.is-initialized:not(.is-active) .splide__list {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 0;
}
.p-ap-data-splide--germs03 .p-ap-data-splide--germs03__list {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .p-ap-data-splide--germs03 .p-ap-data-splide--germs03__list {
    width: 100%;
  }
}
/* --------------------------------------------------------------------------
  p-ap-data-smell 脱臭（空間臭・付着臭）
-------------------------------------------------------------------------- */
.p-ap-data-smell .p-ap-data-smell__inner {
  padding: 70px 0 83px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__inner {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__inner.declaration {
    padding-bottom: 18.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__inner.evidence, .p-ap-data-smell .p-ap-data-smell__inner.zia-charge-method {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__inner.c-bg-gray {
    margin-right: calc(var(--padding-sec-side-sp) * -1);
    margin-left: calc(var(--padding-sec-side-sp) * -1);
    padding-right: var(--padding-sec-side-sp);
    padding-left: var(--padding-sec-side-sp);
  }
}
.p-ap-data-smell .p-ap-data-subtitle {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_sanitization_worries_pc@2x.webp);
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-subtitle {
    background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_sanitization_worries_sp@2x.webp);
  }
}
.p-ap-data-smell .p-ap-data-subtitle-worries__list {
  width: min(100%, var(--container-min-width));
  margin: 0 auto;
  gap: 94px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-subtitle-worries__list {
    width: 69.3333333333vw;
  }
}
.p-ap-data-smell .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 260px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item {
    width: 69.3333333333vw;
    height: 69.3333333333vw;
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
.p-ap-data-smell .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item:nth-child(1) {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_deodorization_worry01@2x.webp);
}
.p-ap-data-smell .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item:nth-child(2) {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_deodorization_worry02@2x.webp);
}
.p-ap-data-smell .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item:nth-child(3) {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_deodorization_worry03@2x.webp);
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item:nth-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 641px) {
  .p-ap-data-smell .p-ap-data-smell__list {
    display: grid !important;
    grid-template-columns: 31.25% 31.25% 31.25%;
    gap: 25px 3.125%;
    width: 100%;
  }
  .p-ap-data-smell .p-ap-data-smell__list .p-ap-data-smell__item {
    width: 100%;
  }
  .p-ap-data-smell .p-ap-data-smell__list .p-ap-data-smell__item h5 {
    margin-bottom: 10px;
    color: #5973a6;
    font-size: 20px;
    font-weight: 700;
  }
  .p-ap-data-smell .p-ap-data-smell__list .p-ap-data-smell__item:nth-child(1) {
    overflow: visible;
  }
  .p-ap-data-smell .p-ap-data-smell__list .p-ap-data-smell__item:nth-child(1) h5 {
    width: 300%;
  }
  .p-ap-data-smell .p-ap-data-smell__list .p-ap-data-smell__item:nth-child(2) {
    overflow: visible;
  }
  .p-ap-data-smell .p-ap-data-smell__list .p-ap-data-smell__item:nth-child(2) h5 {
    width: 300%;
    visibility: hidden;
  }
  .p-ap-data-smell .p-ap-data-smell__list .p-ap-data-smell__item:nth-child(3) {
    overflow: visible;
  }
  .p-ap-data-smell .p-ap-data-smell__list .p-ap-data-smell__item:nth-child(3) h5 {
    width: 300%;
    visibility: hidden;
  }
  .p-ap-data-smell .p-ap-data-smell__list .p-ap-data-smell__item img {
    width: 100%;
  }
  .p-ap-data-smell .p-ap-data-smell__list .p-ap-data-smell__item figcaption {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__list .p-ap-data-smell__item figcaption {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-ap-data-smell .p-ap-data-smell__list .p-ap-data-smell__item {
    width: 100%;
  }
  .p-ap-data-smell .p-ap-data-smell__list .p-ap-data-smell__item h5 {
    margin-bottom: 2.6666666667vw;
    color: #5973a6;
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
  .p-ap-data-smell .p-ap-data-smell__list .splide__pagination__page.is-active {
    background-color: var(--color-black);
  }
}
.p-ap-data-smell .p-ap-data-smell__deodorization-example.p-ap-data-splide.c-ap-splide {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__deodorization-example.p-ap-data-splide.c-ap-splide {
    margin-bottom: calc(36px + 2.4vw);
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__lead-copy {
  margin-top: -40px;
  margin-bottom: 70px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__lead-copy {
    margin-top: 0;
    margin-bottom: 8vw;
    font-size: 4.8vw;
    line-height: 1.556;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence {
  margin-bottom: 20px;
  padding: 40px 40px 10px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence {
    padding: 16px;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence .heading {
  color: #5973a6;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence .heading {
    font-size: 4.8vw;
    letter-spacing: 0.04em;
    line-height: 1.667;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence .effect-container {
  width: 600px;
  margin: 0 auto;
  padding-top: 65px;
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_deodorization_evidence_data_image@2x.webp);
  background-repeat: no-repeat;
  background-position: bottom right 30px;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence .effect-container {
    width: 100%;
    padding-top: 4.2666666667vw;
    background-position: bottom right;
    background-size: 40%;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence .effect-container .p-ap-data-splide--smell__effect.p-ap-data-splide.c-ap-splide {
  margin-bottom: 18px;
}
.p-ap-data-smell .p-ap-data-smell__evidence .effect-container .h2s {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence .effect-container .h2s {
    padding-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.04em;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence .effect-container .effect {
  margin-top: -0.5em;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence .effect-container .effect {
    padding-bottom: 2.6666666667vw;
    font-size: 6.4vw;
    line-height: 1.4em;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence .effect-container .effect .minute {
  color: #5973a6;
  font-size: 42px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence .effect-container .effect .minute {
    font-size: 10.1333333333vw;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence .effect-container .effect .percent {
  color: #5973a6;
  font-size: 56px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence .effect-container .effect .percent {
    font-size: 12.2666666667vw;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence .effect-container .note {
  color: #ff0000;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence .effect-container .note {
    width: 55%;
    font-size: 2.6666666667vw;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence .effect-graph-container {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence .effect-graph-container {
    width: 100%;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence .effect-graph-container .p-ap-data-smell__evidence__graph__item {
  width: 100%;
}
.p-ap-data-smell .p-ap-data-smell__evidence .effect-graph-container .p-ap-data-smell__evidence__graph__item img {
  width: 100%;
}
.p-ap-data-smell .p-ap-data-smell__evidence__note {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__note {
    font-size: 3.2vw;
  }
}
.p-ap-data-smell .p-ap-data__modal {
  width: 320px;
  margin: 0 auto;
  padding: 80px 0;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data__modal {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: var(--padding-sec-side-sp);
    padding-right: var(--padding-sec-side-sp);
  }
  .p-ap-data-smell .p-ap-data__modal a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner {
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner {
    padding: 20px;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner .heading {
  margin-bottom: 10px;
  color: #5973a6;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner .heading {
    margin-bottom: 4.2666666667vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.04em;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner .body {
  font-size: 16px;
  line-height: 1.75em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner .body {
    margin-bottom: 3.7333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.04em;
    line-height: 2em;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.method {
    display: block;
    margin-top: 0;
    margin-bottom: 10.6666666667vw;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.method .text {
  width: 40%;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.method .text {
    width: 100%;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.method .graph {
  width: 55.8%;
  margin-bottom: 18px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.method .graph {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.method .graph img {
  width: 100%;
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect {
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect {
    margin-bottom: 0;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .heading {
  margin-bottom: 34px;
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .text {
  width: 670px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .text {
    width: 100%;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 18px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .graph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .graph div {
  position: relative;
  /* width: 30.8%; */
  width: 48%;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .graph div {
    width: 100%;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .graph div:last-child {
    margin-bottom: 0;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .graph div .base {
  width: 100%;
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .graph div .point {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .graph div .point {
    width: 14.1333333333vw;
    height: 14.1333333333vw;
    top: -5.5vw;
    right: -3.5vw;
    width: 18.7vw;
    height: 18.7vw;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .note-wrapper {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .note-wrapper {
    text-align: left;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .note-wrapper .note {
  display: inline-block;
  font-size: 9px;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__more .p-ap-data-smell__evidence__more__inner.effect .note-wrapper .note {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 2.9333333333vw;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__video {
  width: 974px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__evidence__video {
    width: 100%;
  }
}
.p-ap-data-smell .p-ap-data-smell__evidence__video img {
  width: 100%;
}
.p-ap-data-smell .c-ap-link-btn--experience {
  width: 976px;
  height: 274px;
  font-size: 36px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .c-ap-link-btn--experience {
    width: 100%;
    height: auto;
    font-size: 20px;
  }
}
.p-ap-data-smell .c-ap-link-btn--experience a.p-ap-link-btn-arrow-img {
  position: relative;
  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: 100%;
  height: 100%;
  padding: 1em;
  text-align: center;
  letter-spacing: 0.1em;
  border: none;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.p-ap-data-smell .c-ap-link-btn--experience a.p-ap-link-btn-arrow-img:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-ap-data-smell .c-ap-link-btn--experience a.p-ap-link-btn-arrow-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_deodorization_experience@2x.webp);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-ap-data-smell .c-ap-link-btn--experience a.p-ap-link-btn-arrow-img::after {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 14px;
  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="%23ffffff" 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-data-smell .c-ap-link-btn--experience a.p-ap-link-btn-arrow-img span {
  z-index: 1;
}
.p-ap-data-smell .p-ap-data-smell__odor-strength picture {
  width: 100%;
}
.p-ap-data-smell .p-ap-data-smell__odor-strength picture img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__odor-strength .p-ap-data-scrollarea img {
    aspect-ratio: 1022/498;
    height: auto;
    min-width: 200vw;
  }
}
.p-ap-data-smell .p-ap-data-smell__odor-strength .p-ap-data-smell__odor-strength__note {
  margin-top: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__odor-strength .p-ap-data-smell__odor-strength__note {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.67em;
  }
}
.p-ap-data-smell .p-ap-data-smell__zia-charge-method__header-note {
  display: block;
  width: 50%;
  padding-top: 1em;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__zia-charge-method__header-note {
    width: 100%;
    font-size: 3.2vw;
  }
}
.p-ap-data-smell .p-ap-data-smell__zia-charge-method__lead-copy {
  margin-top: -40px;
  margin-bottom: 36px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__zia-charge-method__lead-copy {
    margin-top: 0;
    margin-bottom: 8vw;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    line-height: 1.55;
  }
}
.p-ap-data-smell .p-ap-data-smell__zia-charge-method__lead-copy.graph {
  margin-top: 0;
}
.p-ap-data-smell .p-ap-data-smell__zia-charge-method {
  margin-bottom: 85px;
  padding: 0;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__zia-charge-method {
    margin-bottom: 10.6666666667vw;
  }
}
.p-ap-data-smell .p-ap-data-smell__zia-charge-method picture {
  width: 100%;
}
.p-ap-data-smell .p-ap-data-smell__zia-charge-method picture img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-ap-data-smell .p-ap-data-smell__zia-charge-method .p-ap-data-scrollarea img {
    min-width: 197.3333333333vw;
  }
}

/* --------------------------------------------------------------------------
  p-ap-data-dust
-------------------------------------------------------------------------- */
.p-ap-data-dust .p-ap-data-dust__inner {
  padding: 70px 0 83px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-dust__inner.c-bg-gray {
    margin-right: calc(var(--padding-sec-side-sp) * -1);
    margin-left: calc(var(--padding-sec-side-sp) * -1);
    padding-right: var(--padding-sec-side-sp);
    padding-left: var(--padding-sec-side-sp);
  }
}
.p-ap-data-dust .p-ap-data-subtitle {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_sanitization_worries_pc@2x.webp);
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-subtitle {
    background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_sanitization_worries_sp@2x.webp);
  }
}
.p-ap-data-dust .p-ap-data-subtitle-worries__list {
  width: min(100%, var(--container-min-width));
  margin: 0 auto;
  gap: 94px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-subtitle-worries__list {
    width: 69.3333333333vw;
  }
}
.p-ap-data-dust .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 260px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item {
    width: 69.3333333333vw;
    height: 69.3333333333vw;
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
.p-ap-data-dust .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item:nth-child(1) {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_dust_collection_worry01@2x.webp);
}
.p-ap-data-dust .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item:nth-child(2) {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/bg_dust_collection_worry02@2x.webp);
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-subtitle-worries__list .p-ap-data-subtitle-worry__item:nth-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-dust__double-filter {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .p-ap-data-dust .p-ap-data-dust__double-filter .c-ap-header__jp {
    padding-bottom: 0.3em;
    line-height: 1.2em;
  }
}
.p-ap-data-dust .p-ap-data-dust__double-filter__main {
  margin-top: -30px;
  margin-bottom: 18px;
  padding: 0;
  background-color: #fff;
}
.p-ap-data-dust .p-ap-data-dust__double-filter__main picture {
  width: 100%;
}
.p-ap-data-dust .p-ap-data-dust__double-filter__main picture img {
  width: 100%;
}
.p-ap-data-dust .p-ap-data-dust__double-filter__main.padding {
  margin-top: 0;
  margin-bottom: 18px;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-dust__double-filter__main.padding {
    margin-top: 0;
    margin-bottom: 18px;
    padding: 16px;
  }
}
.p-ap-data-dust .p-ap-data-dust__double-filter__main .heading {
  margin-bottom: 32px;
  color: #5973a6;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-dust__double-filter__main .heading {
    margin-bottom: 5.3333333333vw;
    font-size: 5.0666666667vw;
  }
}
.p-ap-data-dust .p-ap-data-dust__double-filter__note {
  margin-bottom: 42px;
  font-size: 14px;
  line-height: 1.23em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-dust__double-filter__note {
    font-size: 3.2vw;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
}
.p-ap-data-dust .p-ap-data-dust__double-filter__note.for-pm25-container {
  margin-bottom: 10px;
  color: #475c85;
}
.p-ap-data-dust .p-ap-data-dust__double-filter__note.for-pm25-container .for-pm25 {
  display: inline-block;
  background-color: #475c85;
  margin-top: 18px;
  padding: 0.2em;
  color: #fff;
  font-size: 13px;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-dust__double-filter__note.for-pm25-container .for-pm25 {
    display: block;
    margin-bottom: 1em;
    padding: 0.5em;
    font-size: 3.4666666667vw;
    text-align: center;
  }
}
.p-ap-data-dust .p-ap-data-dust__double-filter__note.for-pm25-container .for-pm25 .sub {
  display: inline-block;
  padding: 0 0.5em;
  background-color: #fff;
  color: #333333;
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-dust__double-filter__note.for-pm25-container .for-pm25 .sub {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0 1em;
  }
}
.p-ap-data-dust .p-ap-data-dust__double-filter__note.for-pm25-container .excuse {
  display: inline-block;
  margin-left: 1em;
  color: #475c85;
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-dust__double-filter__note.for-pm25-container .excuse {
    display: block;
    margin-left: 0;
    font-size: 3.4666666667vw;
    line-height: 1.23;
  }
}
.p-ap-data-dust .p-ap-data-dust__double-filter__note.test {
  margin-bottom: 36px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-dust__double-filter__note.test {
    margin-bottom: 8vw;
    font-size: 3.2vw;
    font-weight: 200;
    letter-spacing: 0.04em;
    line-height: 1.66;
  }
}
.p-ap-data-dust .p-ap-data-dust__double-filter__note.notreal {
  margin-bottom: 10px;
}
.p-ap-data-dust .p-ap-data-dust__double-filter__note .frame {
  display: inline-block;
  padding: 0.2em;
  border: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-dust__double-filter__note .frame {
    padding: 0.5em;
  }
}
.p-ap-data-dust .p-ap-data-dust__double-filter__note.alert {
  color: #be0137;
}
@media screen and (max-width: 640px) {
  .p-ap-data-dust .p-ap-data-dust__double-filter__note.alert {
    margin-bottom: 0;
    font-size: 3.7333333333vw;
    line-height: 1.14;
  }
}

/* --------------------------------------------------------------------------
  p-ap-data-p-comparison
-------------------------------------------------------------------------- */
.p-ap-data-p-comparison .p-ap-data-p-comparison__inner {
  width: min(100%, var(--container-width));
  margin: 0 auto;
  padding: 54px 0 120px;
}
@media screen and (max-width: 1320px) {
  .p-ap-data-p-comparison .p-ap-data-p-comparison__inner {
    padding-left: clamp(0px, (1320px - 100%) / 2, 20px);
    padding-right: clamp(0px, (1320px - 100%) / 2, 20px);
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-p-comparison .p-ap-data-p-comparison__inner {
    width: auto;
    margin-left: -24px;
    margin-right: -24px;
    padding: 10.6666666667vw 0 18.6666666667vw;
  }
}
.p-ap-data-p-comparison .p-ap-data-p-comparison__lead-copy {
  margin-bottom: 64px;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .p-ap-data-p-comparison .p-ap-data-p-comparison__lead-copy {
    margin-bottom: 10.6666666667vw;
    padding-right: var(--padding-sec-side-sp);
    padding-left: var(--padding-sec-side-sp);
    font-size: 7.4666666667vw;
    letter-spacing: 0.04em;
    line-height: 1.57;
  }
}
.p-ap-data-p-comparison .p-ap-data__link {
  padding-top: 53px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-p-comparison .p-ap-data__link {
    padding-top: 40px;
    padding-left: var(--padding-sec-side-sp);
    padding-right: var(--padding-sec-side-sp);
  }
  .p-ap-data-p-comparison .p-ap-data__link a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* --------------------------------------------------------------------------
  p-ap-data-safety
-------------------------------------------------------------------------- */
.p-ap-data-safety {
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety {
    padding-bottom: 16vw;
  }
}
.p-ap-data-safety .p-ap-data-safety__inner {
  padding-top: 70px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__inner {
    padding-top: 10.6666666667vw;
  }
}
.p-ap-data-safety .p-ap-data-safety__lead-copy {
  margin-bottom: 40px;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__lead-copy {
    margin-bottom: 6.9333333333vw;
    padding: 0;
    font-size: 7.4666666667vw;
    letter-spacing: 0.04em;
    line-height: 1.714;
  }
}
.p-ap-data-safety .p-ap-data-safety__body {
  margin-bottom: 40px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__body {
    margin-bottom: 6.9333333333vw;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    line-height: 1.556;
  }
}
.p-ap-data-safety .p-ap-data-safety__about-solution {
  padding: 0;
}
.p-ap-data-safety .p-ap-data-safety__about-solution picture {
  width: 100%;
}
.p-ap-data-safety .p-ap-data-safety__about-solution picture img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__about-solution .p-ap-data-scrollarea img {
    min-width: 264vw;
  }
}
.p-ap-data-safety .p-ap-data-safety__outside-agencies__heading {
  margin-bottom: 38px;
  color: #5973a6;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__outside-agencies__heading {
    font-size: 4.2666666667vw;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
}
.p-ap-data-safety .p-ap-data-safety__outside-agencies__container {
  margin-bottom: 38px;
}
.p-ap-data-safety .p-ap-data-safety__outside-agencies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.p-ap-data-safety .p-ap-data-safety__outside-agencies li {
  width: 420px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1320px) {
  .p-ap-data-safety .p-ap-data-safety__outside-agencies li {
    width: 33%;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__outside-agencies li {
    width: 100%;
  }
}
.p-ap-data-safety .p-ap-data-safety__outside-agencies li h5 {
  width: 100%;
  padding: 0.2em 1em;
  background-color: #5973a6;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__outside-agencies li h5 {
    font-size: 3.2vw;
  }
}
.p-ap-data-safety .p-ap-data-safety__outside-agencies li h5 + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.5em;
}
.p-ap-data-safety .p-ap-data-safety__outside-agencies li h5 + div h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6.5em;
  padding: 0.25em 1em;
  border-right: 1px solid #5f5d54;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__outside-agencies li h5 + div h6 {
    font-size: 2.9333333333vw;
  }
}
.p-ap-data-safety .p-ap-data-safety__outside-agencies li h5 + div p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.125em 1em;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__outside-agencies li h5 + div p {
    font-size: 2.9333333333vw;
  }
}
.p-ap-data-safety .p-ap-data-safety__outside-agencies li h5 + div p.small {
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__outside-agencies li h5 + div p.small {
    font-size: 2.6666666667vw;
  }
}
.p-ap-data-safety .p-ap-data-safety__about-smell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 12px;
  padding: 40px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__about-smell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3.7333333333vw;
    margin-right: calc(var(--padding-sec-side-sp) * -1);
    margin-left: calc(var(--padding-sec-side-sp) * -1);
    padding-bottom: var(--padding-sec-side-sp);
    padding-right: var(--padding-sec-side-sp);
    padding-left: var(--padding-sec-side-sp);
  }
}
.p-ap-data-safety .p-ap-data-safety__about-smell .p-ap-data-safety__about-smell__text {
  width: 706px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__about-smell .p-ap-data-safety__about-smell__text {
    width: 100%;
  }
}
.p-ap-data-safety .p-ap-data-safety__about-smell .p-ap-data-safety__about-smell__text h5 {
  margin-bottom: 32px;
  color: #302d2c;
  font-size: 23px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__about-smell .p-ap-data-safety__about-smell__text h5 {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
    letter-spacing: 0.04em;
    line-height: 1.55;
  }
}
.p-ap-data-safety .p-ap-data-safety__about-smell .p-ap-data-safety__about-smell__text p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.625em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__about-smell .p-ap-data-safety__about-smell__text p {
    margin-bottom: 6.9333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.04em;
    line-height: 1.71;
  }
}
.p-ap-data-safety .p-ap-data-safety__about-smell picture {
  width: 400px;
  margin-left: 36px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__about-smell picture {
    width: 100%;
    margin-left: 0;
  }
}
.p-ap-data-safety .p-ap-data-safety__about-smell picture img {
  width: 100%;
}
.p-ap-data-safety .p-ap-data-safety__about-smell--note {
  margin-bottom: 72px;
  color: #1a1311;
  font-size: 13px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__about-smell--note {
    margin-bottom: 10.6666666667vw;
    font-size: 3.2vw;
  }
}
.p-ap-data-safety .p-ap-data-safety__news {
  width: 976px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__news {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}
.p-ap-data-safety .p-ap-data-safety__news .p-ap-data-safety__border {
  width: 100%;
  padding: 40px;
  border: 2px #ccc solid;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__news .p-ap-data-safety__border {
    padding: 2.6666666667vw 2.6666666667vw 3.7333333333vw;
  }
}
.p-ap-data-safety .p-ap-data-safety__news .news-text {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__news .news-text {
    margin-bottom: 0.25em;
    padding-left: 1em;
    font-size: 4.2666666667vw;
    text-indent: -1em;
  }
}
.p-ap-data-safety .p-ap-data-safety__news .news-text--link {
  margin: 0;
  background: url(/hvac-cc/biz/products/ziaino/common/_data-files/common/v3/img/bg_clear.png);
  word-break: break-all;
  max-height: 999999px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-safety .p-ap-data-safety__news .news-text--link {
    text-align: center;
  }
}

/* --------------------------------------------------------------------------
  p-ap-data-maintenance
-------------------------------------------------------------------------- */
.p-ap-data-maintenance {
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-maintenance {
    padding-bottom: 16vw;
  }
}
.p-ap-data-maintenance .p-ap-data-maintenance__inner {
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-maintenance .p-ap-data-maintenance__inner {
    padding-top: 10.6666666667vw;
  }
}
.p-ap-data-maintenance .p-ap-data-maintenance__lead-copy {
  margin-bottom: 60px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .p-ap-data-maintenance .p-ap-data-maintenance__lead-copy {
    margin-bottom: 12.2666666667vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.04em;
  }
}
.p-ap-data-maintenance .p-ap-data-maintenance__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .p-ap-data-maintenance .p-ap-data-maintenance__intro {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-maintenance .p-ap-data-maintenance__intro {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ap-data-maintenance .p-ap-data-maintenance__intro figure {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .p-ap-data-maintenance .p-ap-data-maintenance__intro figure {
    width: 100%;
    margin-bottom: 9.6vw;
  }
}
.p-ap-data-maintenance .p-ap-data-maintenance__intro figure img {
  width: 100%;
}
.p-ap-data-maintenance .p-ap-data-maintenance__intro figure figcaption {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-ap-data-maintenance .p-ap-data-maintenance__intro figure figcaption {
    font-size: 4.2666666667vw;
  }
}
.p-ap-data-maintenance .p-ap-data-maintenance__notes {
  padding-top: 120px;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-ap-data-maintenance .p-ap-data-maintenance__notes {
    padding-top: 17.3333333333vw;
    font-size: 3.2vw;
  }
}

/* ------------
  js-moreview-contents
------------- */
@media screen and (max-width: 640px) {
  .p-ap-data-maintenance .c-ap-moreview-contents--sp {
    max-height: 260px;
    grid-template-rows: 0.8fr;
  }
  .p-ap-data-maintenance .c-ap-moreview-contents--sp.is-open {
    max-height: inherit;
    grid-template-rows: 1fr;
  }
}

/* --------------------------------------------------------------------------
  splider 
-------------------------------------------------------------------------- */
.p-ap-data-splide.c-ap-splide {
  margin-bottom: 72px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-splide.c-ap-splide {
    margin-bottom: calc(36px + 2.4vw);
  }
}
.p-ap-data-splide.c-ap-splide--sponly {
  margin-bottom: inherit;
}
.p-ap-data-splide.c-ap-splide .splide__arrow {
  width: 38px;
  height: 38px;
  background-color: rgb(0, 0, 0);
}
@media screen and (max-width: 640px) {
  .p-ap-data-splide.c-ap-splide .splide__arrow {
    width: 8vw;
    height: 8vw;
  }
}
.p-ap-data-splide.c-ap-splide .splide__arrow.splide__arrow--prev {
  left: -16px;
}
.p-ap-data-splide.c-ap-splide .splide__arrow.splide__arrow--next {
  right: -16px;
}
.p-ap-data-splide.c-ap-splide .splide__arrow::after {
  width: 7px;
  height: 14px;
}
.p-ap-data-splide.c-ap-splide .splide__pagination {
  position: absolute;
  margin-top: 27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  gap: 21px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-splide.c-ap-splide .splide__pagination {
    margin-top: 18px;
    gap: 10px;
  }
}
.p-ap-data-splide.c-ap-splide .splide__pagination .splide__pagination__page {
  width: 18px;
  height: 18px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .p-ap-data-splide.c-ap-splide .splide__pagination .splide__pagination__page {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.p-ap-data-splide.c-ap-splide .splide__pagination .splide__pagination__page.is-active {
  background-color: var(--color-black);
}
.p-ap-data-splide.c-ap-pagination--circle--gray .splide__pagination .splide__pagination__page {
  background-color: var(--color-gray);
}

/* --------------------------------------------------------------------------
  p-ap-data-details => .js-details
-------------------------------------------------------------------------- */
summary {
  display: block;
}

summary::-webkit-details-marker {
  /* Safari対応 */
  display: none;
}

.p-ap-data-summary .p-ap-details-icon02, .p-ap-data-summary .p-ap-details-icon01 {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 1px;
  background-color: var(--color-black);
}
@media screen and (max-width: 640px) {
  .p-ap-data-summary .p-ap-details-icon02, .p-ap-data-summary .p-ap-details-icon01 {
    right: 0;
    width: 20px;
    height: 2px;
  }
}

.p-ap-data-details {
  margin-bottom: 28px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-details {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-details:nth-of-type(2) .p-ap-data-summary {
    border-top: initial;
  }
}

.p-ap-data-summary {
  padding: 20px 68px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-summary {
    padding: 20px;
  }
}

.p-ap-data-details.is-open .p-ap-data-summary {
  border-bottom: none;
}
.p-ap-data-details.is-open .p-ap-data-summary .p-ap-details-icon02 {
  opacity: 0;
}

.p-ap-data-summary {
  display: block;
  position: relative;
  width: 100%;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  border-top: 1px var(--color-black) solid;
  border-bottom: 1px var(--color-black) solid;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .p-ap-data-summary {
    font-size: 20px;
  }
}
.p-ap-data-summary .p-ap-details-icon02 {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.p-ap-data-summary__icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-summary__icon {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
}

.p-ap-data-content__inner {
  position: relative;
  width: var(--container-min-width);
  margin: 0 auto;
  padding: 40px 0 0;
  font-size: 20px;
  letter-spacing: 0.05em;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .p-ap-data-content__inner {
    width: 100%;
    padding: 40px 0;
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-ap-data-detail--01__heading {
  margin-bottom: 24px;
  color: #5973a6;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-ap-data-detail--01__heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.p-ap-data-detail--01__para {
  margin-bottom: 24px;
  color: var(--color-main);
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-detail--01__para {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.85em;
  }
}

.p-ap-data-detail--01__picture {
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-detail--01__picture {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.splide.is-initialized:not(.is-active) .p-ap-data-detail--01__example.splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-ap-data-detail--01__example__img {
  width: 302px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-detail--01__example__img {
    width: 100%;
  }
}
.p-ap-data-detail--01__example__img > img {
  display: block;
  width: 100%;
}

.p-ap-datail--01__sub-section {
  background-color: var(--color-gray);
}

.p-ap-data-detail--02__heading {
  margin-bottom: 24px;
  color: #5973a6;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-ap-data-detail--02__heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.p-ap-data-detail--02__heading-gray {
  font-size: 22px;
  color: #fff;
  background-color: #666666;
  text-align: center;
  padding: 10px;
}

.p-ap-data-detail--02__para {
  margin-bottom: 24px;
  color: var(--color-main);
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  .p-ap-data-detail--02__para {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.85em;
  }
}

.p-ap-data-detail--02__picture {
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-detail--02__picture {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.splide.is-initialized:not(.is-active) .p-ap-data-detail--02__example.splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-ap-data-detail--02__example__img {
  width: 302px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-detail--02__example__img {
    width: 100%;
  }
}
.p-ap-data-detail--02__example__img > img {
  display: block;
  width: 100%;
}

.p-ap-data-detail--02__leadtext {
  border: 1px solid #707070;
  padding: 20px;
}

.p-ap-datail--02__sub-section {
  background-color: var(--color-gray);
}

.p-ap-data-detail--02__ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-ap-data-detail--02__ol-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  border-bottom: 1px solid #efefef;
  padding: 16px 12px 16px 0;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-detail--02__ol-li {
    width: 100%;
  }
}
.p-ap-data-detail--02__ol-li:nth-child(odd) {
  border-right: 1px solid #efefef;
}
@media screen and (max-width: 640px) {
  .p-ap-data-detail--02__ol-li:nth-child(odd) {
    border-right: initial;
  }
}
.p-ap-data-detail--02__ol-li > span {
  position: relative;
  z-index: 1;
  min-width: 60px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .p-ap-data-detail--02__ol-li > span {
    min-width: 48px;
  }
}
.p-ap-data-detail--02__ol-li > span.circle {
  color: #fff;
  font-weight: bold;
}
.p-ap-data-detail--02__ol-li > span.circle + p {
  font-weight: bold;
  color: #5973a6;
}
.p-ap-data-detail--02__ol-li > span.circle::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #5973a6;
  height: 32px;
  width: 32px;
  border-radius: 9999px;
}

.p-ap-data-details--02__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-ap-data-details--02__ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-ap-data-details--02__ul-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 220px;
  height: 220px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
.p-ap-data-details--02__ul-li small {
  font-size: 0.7em;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .p-ap-data-details--02__ul-li {
    width: 69.3333333333vw;
    height: 69.3333333333vw;
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
.p-ap-data-details--02__ul-li:nth-child(1) {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/img_haccp_pht01@2x.webp);
}
.p-ap-data-details--02__ul-li:nth-child(2) {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/img_haccp_pht02@2x.webp);
}
.p-ap-data-details--02__ul-li:nth-child(3) {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/img_haccp_pht03@2x.webp);
}
.p-ap-data-details--02__ul-li:nth-child(4) {
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/img_haccp_pht04@2x.webp);
}

/* --------------------------------------------------------------------------
  p-ap-data-declaration セクションの冒頭で宣言的に表示するテキスト　▼の矢印でさらに深堀り
-------------------------------------------------------------------------- */
.p-ap-data__declaration {
  position: relative;
  padding-bottom: 106px;
  color: #5973a6;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.625;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-ap-data__declaration {
    padding-bottom: 28.8vw;
    font-size: 6.4vw;
    letter-spacing: 0.04em;
  }
}
.p-ap-data__declaration::after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 50px;
  background-color: #5973a6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .p-ap-data__declaration::after {
    width: 41.0666666667vw;
    height: 10.1333333333vw;
    bottom: 10.6666666667vw;
  }
}

.p-ap-data__declaration__sub {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-ap-data__declaration__sub {
    font-size: 5.3333333333vw;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data__declaration__sub.experience {
    margin-bottom: 0;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .p-ap-data__link .p-ap-link-btn-arrow--comparison {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-align: left;
  }
}

/* --------------------------------------------------------------------------
  モーダルウィンドウ用スタイル
-------------------------------------------------------------------------- */
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
@media screen and (max-width: 1320px) {
  .modal__container {
    margin-left: clamp(0px, (1320px - 100%) / 2, 20px);
    margin-right: clamp(0px, (1320px - 100%) / 2, 20px);
  }
}
@media screen and (max-width: 640px) {
  .modal__container {
    padding-right: var(--padding-sec-side-sp);
    padding-left: var(--padding-sec-side-sp);
  }
}

.modal__overlay {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.modal__header {
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .modal__header {
    top: 0;
    right: var(--padding-sec-side-sp);
  }
}

.modal__header .modal__close {
  width: 28px;
  height: 28px;
  background-image: url(/hvac-cc/biz/products/ziaino/img/data_library/btn_close.svg);
}

.modal__header .modal__close:before {
  content: "";
}

/* --------------------------------------------------------------------------
  さらに表示ボタン（３つの機能ページ用）
-------------------------------------------------------------------------- */
.p-ap-data-moreview-contents__button {
  opacity: 1;
  display: block;
  position: relative;
  width: 100%;
  height: 67px;
  margin: 0 auto;
  font-size: 20px;
  border: 1px var(--color-black) solid;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .p-ap-data-moreview-contents__button {
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-ap-data-moreview-contents__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hvac-cc/biz/products/ziaino/img/common/icon/plus_bk.svg);
}
@media screen and (max-width: 640px) {
  .p-ap-data-moreview-contents__button::after {
    right: 3.2vw;
    width: 4vw;
    height: 4vw;
  }
}

/* --------------------------------------------------------------------------
  グラフのアニメーション用
-------------------------------------------------------------------------- */
.p-ap-data-graph-position--germs {
  position: absolute;
  top: 31%;
  left: 29%;
  width: 49%;
  height: 52%;
  max-width: 308px;
  max-height: 245px;
  aspect-ratio: 308/245;
}
.p-ap-data-graph-position--germs .p-mask01 {
  clip-path: url(#svgpath01);
}
.p-ap-data-graph-position--germs .p-mask02 {
  clip-path: url(#svgpath02);
}
.p-ap-data-graph-position--germs .p-mask03 {
  clip-path: url(#svgpath03);
}
.p-ap-data-graph-position--germs .p-mask04 {
  clip-path: url(#svgpath04);
}
.p-ap-data-graph-position--germs .p-mask05 {
  clip-path: url(#svgpath05);
}
.p-ap-data-graph-position--germs .p-mask06 {
  clip-path: url(#svgpath06);
}
.p-ap-data-graph-position--germs.p-ap-data-graph-position--germs--02 {
  -webkit-transform: translateY(1%);
          transform: translateY(1%);
}

.p-ap-data-graph-position--smell {
  position: absolute;
  top: 93px;
  left: 196px;
  width: 229px;
  height: 232px;
}
@media screen and (max-width: 640px) {
  .p-ap-data-graph-position--smell {
    top: 21%;
    left: 30%;
    width: 54%;
    height: 55%;
  }
}
.p-ap-data-graph-position--smell .p-mask07 {
  clip-path: url(#svgpath07);
}
@media screen and (max-width: 640px) {
  .p-ap-data-graph-position--smell .p-mask07 {
    clip-path: url(#svgpath07sp);
  }
}
.p-ap-data-graph-position--smell .p-mask08 {
  clip-path: url(#svgpath08);
}
@media screen and (max-width: 640px) {
  .p-ap-data-graph-position--smell .p-mask08 {
    clip-path: url(#svgpath08sp);
  }
}
.p-ap-data-graph-position--smell .p-mask09 {
  clip-path: url(#svgpath09);
}
@media screen and (max-width: 640px) {
  .p-ap-data-graph-position--smell .p-mask09 {
    clip-path: url(#svgpath09sp);
  }
}
.p-ap-data-graph-position--smell .p-mask10 {
  clip-path: url(#svgpath10);
}
@media screen and (max-width: 640px) {
  .p-ap-data-graph-position--smell .p-mask10 {
    clip-path: url(#svgpath10sp);
  }
}
.p-ap-data-graph-position--smell .p-mask11 {
  clip-path: url(#svgpath11);
}
@media screen and (max-width: 640px) {
  .p-ap-data-graph-position--smell .p-mask11 {
    clip-path: url(#svgpath11sp);
  }
}
.p-ap-data-graph-position--smell .p-mask12 {
  clip-path: url(#svgpath12);
}
@media screen and (max-width: 640px) {
  .p-ap-data-graph-position--smell .p-mask12 {
    clip-path: url(#svgpath12sp);
  }
}
.p-ap-data-graph-position--smell.p-ap-data-graph-position--smell-02 {
  -webkit-transform: translateY(-2%);
          transform: translateY(-2%);
}
@media screen and (max-width: 640px) {
  .p-ap-data-graph-position--smell.p-ap-data-graph-position--smell-02 {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
}
@media screen and (max-width: 640px) {
  .p-ap-data-graph-position--smell.p-ap-data-graph-position--smell-02sp {
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
  }
}

.p-dot {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.splide__slide.is-scroll.is-init .c-mask::before {
  width: 0;
  -webkit-transition: width 0.8s linear;
  transition: width 0.8s linear;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.splide__slide.is-scroll.is-init.is-active .c-mask::before {
  width: 100%;
}
.splide__slide.is-scroll.is-init.is-end .c-mask::before {
  width: 100%;
}