.product-pillow-case .main {
  background: #f5f2ed;
  border-bottom: solid 2px #e5e5e5;
  padding: 140px 0 130px
}

.product-pillow-case .main__txt {
  font-size: 1.8rem
}

.product-pillow-case .point .m-txt-03 {
  max-width: 510px
}

.product-pillow-case .point__block04 .m-txt-03 {
  max-width: 100%
}

.product-pillow-case .products {
  padding-top: 0
}

.product-pillow-case .products__detail {
  padding-top: 110px;
  border-top: solid 1px #e5e5e5
}

@media (min-width: 992px) {
  .product-pillow-case .point__block02 {
      margin:0 0 -7%
  }

  .product-pillow-case .point__block03 {
      margin: 0 0 10px
  }

  .product-pillow-case .point__img {
      margin-top: 0
  }
}

@media (max-width: 991px) {
  .product-pillow-case .main {
      padding:80px 0
  }

  .product-pillow-case .main__txt {
      font-size: 1.6rem
  }

  .product-pillow-case .point .m-txt-03 {
      max-width: 100%
  }

  .product-pillow-case .point__img {
      text-align: center
  }

  .product-pillow-case .products__detail {
      padding-top: 50px
  }
}

@media (max-width: 767px) {
  .product-pillow-case .main {
      padding:50px 0 30px
  }

  .product-pillow-case .main__ttl {
      text-align: center
  }

  .product-pillow-case .main__txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }

  .product-pillow-case .main__img {
      text-align: center;
      max-width: 400px;
      margin: 0 auto
  }

  .product-pillow-case .point__block01 .point__img {
      max-width: 330px;
      margin: 0 auto 30px
  }

  .product-pillow-case .point__img {
      margin-top: 0
  }
}

@media (max-width: 576px) {
  .product-pillow-case .main__ttl {
      text-align:center;
      max-width: 370px;
      margin: 0 auto
  }

  .product-pillow-case .main__txt {
      font-size: 1.4rem
  }

  .product-pillow-case .main__img {
      max-width: 320px
  }
}
