/* ==========================================================================
製品情報
========================================================================== */

/* p-product
----------------------------------------------------------------- */
/* intro */
.p-product__intro {
  margin-bottom: 60px;
}

.p-product__intro-heading {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-product__intro {
    margin-bottom: 30px;
  }

  .p-product__intro-heading {
    margin-bottom: 25px;
  }
}

/* feature */
.p-product__feature {
  margin-bottom: 55px;
}

.p-product__feature-heading {
  margin-bottom: 40px;
}

.p-product__feature-list {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .p-product__feature-heading {
    margin-bottom: 25px;
  }

  .p-product__feature {
    margin-bottom: 30px;
  }
}

/* structure */
.p-product__structure {
  margin-bottom: 50px;
}

.p-product__structure-heading {
  margin-bottom: 50px;
}

.p-product__primary-structure {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .p-product__structure {
    margin-bottom: 30px;
  }

  .p-product__structure-heading {
    margin-bottom: 25px;
  }

  .p-product__primary-structure {
    margin-bottom: 4vw;
  }
}

/* performance */
.p-product__performance {
  margin-bottom: 55px;
}

.p-product__performance-heading {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-product__performance {
    margin-bottom: 30px;
  }

  .p-product__performance-heading {
    margin-bottom: 25px;
  }
}

/* installation */
.p-product__installation-heading {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-product__installation-heading {
    margin-bottom: 25px;
  }

}


/* p-product-image-box1
----------------------------------------------------------------- */
.p-product-image-box1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.p-product-image-box1__item {
  width: 48.79310%;
}

.p-product-image-box1__item:not(:nth-child(even), :last-child) {
  margin-right: 2.41379%;
}

.p-product-image-box1__item:not(:last-child, :nth-last-child(2)) {
  margin-bottom: 3.44827%;
}

@media screen and (max-width: 768px) {
  .p-product-image-box1 {
    display: block;
  }

  .p-product-image-box1__item {
    width: 100%;
  }

  .p-product-image-box1__item:not(:last-child) {
    margin-bottom: 4.53333vw;
  }
}


/* p-product-image-box2
----------------------------------------------------------------- */
.p-product-image-box2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-product-image-box2__item {
  width: 31.89655%;
}

@media screen and (max-width: 768px) {
  .p-product-image-box2 {
    display: block;
  }

  .p-product-image-box2__item {
    width: 100%;
  }

  .p-product-image-box2__item:not(:last-child) {
    margin-bottom: 4vw;
  }
}


/* p-product-intro
----------------------------------------------------------------- */
.p-product-intro {
  display: flex;
  justify-content: space-between;
}

.p-product-intro__body {
  width: 47.41379%;
}

.p-product-intro__text:not(:last-of-type) {
  margin-bottom: 15px;
}

.p-product-intro__movie-wrapper {
  width: 47.41379%;
}

.p-product-intro__movie {
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-product-intro {
    display: block;
  }

  .p-product-intro__body {
    width: 100%;
    margin-bottom: 18px;
  }

  .p-product-intro__text:not(:last-of-type) {
    margin-bottom: 12px;
  }

  .p-product-intro__movie-wrapper {
    width: 100%;
  }
}


/* p-product-feature-list
----------------------------------------------------------------- */
.p-product-feature-list {
  display: flex;
  flex-wrap: wrap;
}

.p-product-feature-list__item {
  width: calc(100% / 4);
  margin-bottom: 40px;
}

.p-product-feature-list__inner {
  text-align: center;
}

.p-product-feature-list__image {
  max-width: 132px;
  margin-bottom: 15px;
}

.p-product-feature-list__heading {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-product-feature-list__item {
    width: calc(100% / 2);
    margin-bottom: 30px;
  }

  .p-product-feature-list__inner {
    padding: 0 8px;
  }

  .p-product-feature-list__image {
    max-width: 23.73333vw;
    margin-bottom: 10px;
  }

  .p-product-feature-list__heading {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}


/* p-product-feature-description
----------------------------------------------------------------- */
.p-product-feature-description {
  border: 4px solid #eeeeee;
  border-radius: 20px;
  padding: 35px 44px 45px 44px;
}

.p-product-feature-description__heading {
  font-size: 2rem;
  font-weight: 700;
  color: #47afe0;
  margin-bottom: 20px;
}

.p-product-feature-description__list {
  display: flex;
  justify-content: space-between
}

.p-product-feature-description__item {
  width: 31.77570%;
}

.p-product-feature-description__item-heading {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 5px;
}

.p-product-feature-description__item-text {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-product-feature-description {
    border: 2px solid #eeeeee;
    border-radius: 10px;
    padding: 5.33333vw 6.66666vw 6.66666vw 6.66666vw;
  }

  .p-product-feature-description__heading {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }

  .p-product-feature-description__list {
    display: block;
  }

  .p-product-feature-description__item {
    width: 100%;
  }

  .p-product-feature-description__item:not(:last-of-type) {
    margin-bottom: 22px;
  }

  .p-product-feature-description__item-heading {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .p-product-feature-description__item-text {
    margin-bottom: 13px;
  }
}


/* p-product-structure
----------------------------------------------------------------- */
.p-product-structure__image-wrapper {
  position: relative;
  margin-bottom: 2px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ccc;
}

.p-product-structure__image-wrapper img {
  transition: all .3s;
  transform: scale(1.002);
}

.p-product-structure__image-wrapper:hover img {
  transform: scale(1.05);
}

.p-product-structure__image-wrapper::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ff9000;
  background-image: url(/aquatech/assets/images/product/icon_loupe.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {

  .p-product-structure__image-wrapper {
    margin-bottom: 0;
  }

  .p-product-structure__image-wrapper::after {
    width: 36px;
    height: 36px;
  }
}


/* p-product-structure
----------------------------------------------------------------- */
.p-product-installation__heading {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  padding: 5px;
}

.p-product-installation__heading.-before {
  background-color: #7c7c7c;
}

.p-product-installation__heading.-after {
  background-color: #4bb6e8;
}

@media screen and (max-width: 768px) {
  .p-product-installation__heading {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

