.shop-nav-section {
  padding: 60px 0 70px;
}

.shop-search-section {
  padding: 65px 0 60px;
}

.shop-contact-section {
  padding-bottom: 77px;
}

.shop-novelty-section {
  padding: 65px 0 90px;
}

.p-customize {
  border-bottom: 1px solid #ddd;
}

.p-customize__item {
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #ddd;
}

.p-customize__item:nth-child(2n + 1) .p-customize__img {
  margin-left: 40px;
}

.p-customize__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.p-customize__item:nth-child(2n) .p-customize__img {
  margin-right: 40px;
}

.p-customize__img {
  width: 360px;
}

.p-customize__text {
  flex: 1 0 0px;
}

.p-customize-title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.667;
}

.p-customize-title__sub {
  display: block;
  font-size: 1.8rem;
}

.p-customize-bottom {
  padding-top: 40px;
  text-align: center;
}

.p-customize-bottom img {
  margin-top: 40px;
}

.p-shop-card-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}

.p-shop-card-list__item {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 17px;
}

.product-intro-section {
  padding: 70px 0;
}

.p-product-intro {
  display: flex;
}

.p-product-intro__img {
  width: 420px;
  margin-right: 50px;
}

.p-product-intro__text {
  flex: 1 0 0px;
  font-size: 1.8rem;
  line-height: 1.889;
}

.p-product-intro__price {
  margin-top: 1em;
  font-size: 2.2rem;
  font-weight: bold;
}

.p-product-intro .c-button-list {
  margin-top: 26px;
}

.voice-section {
  padding: 65px 0 70px;
}

.product-info-section {
  padding: 65px 0 80px;
}

.product-specifications-section {
  padding: 65px 0;
  border-top: 1px solid #ddd;
}

.product-specifications-section .c-note-list {
  margin-top: 25px;
}

.product-contact-section {
  padding: 70px 0;
}

.product-explanation-section {
  padding: 65px 0 85px;
}

.product-recommend-section {
  padding: 65px 0 40px;
}

.product-footer {
  padding: 70px 0;
}

.p-table-shop th {
  width: 205px;
}

.p-product-recommend {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21px;
}

.p-product-recommend__item {
  width: 33.333%;
  margin-bottom: 30px;
  padding: 0 21px;
}

.p-explanation-imgs {
  margin-top: 20px;
  padding: 39px 0 34px;
  border-top: 1px solid #eee;
}

.p-explanation {
  overflow: hidden;
}

.p-explanation__img {
  width: 300px;
  margin-bottom: 10px;
  margin-left: 40px;
  float: right;
}

@media screen and (max-width: 768px) {
  .shop-nav-section {
    padding: 35px 0;
  }
  .shop-search-section {
    padding: 35px 0;
  }
  .shop-contact-section {
    padding-bottom: 50px;
  }
  .shop-novelty-section {
    padding: 40px 0 50px;
  }
  .p-customize {
    margin-top: 30px;
  }
  .p-customize__item {
    display: block;
    padding: 25px 0 35px;
  }
  .p-customize__item:nth-child(2n + 1) .p-customize__img {
    margin-left: 0;
  }
  .p-customize__item:nth-child(2n) .p-customize__img {
    margin-right: 0;
  }
  .p-customize__img {
    width: auto;
    margin-top: 30px;
    text-align: center;
  }
  .p-customize-title {
    font-size: 1.8rem;
  }
  .p-customize-title__sub {
    font-size: 1.6rem;
  }
  .p-customize-bottom {
    padding-top: 30px;
  }
  .p-shop-card-list {
    display: block;
    margin: 0;
  }
  .p-shop-card-list__item {
    width: 100%;
    margin-bottom: 0;
    padding: 15px 0;
  }
  .p-shop-card-list__item + .p-shop-card-list__item {
    border-top: 1px solid #ddd;
  }
  .product-intro-section {
    padding: 45px 0;
  }
  .p-product-intro {
    display: block;
  }
  .p-product-intro__img {
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .p-product-intro__text {
    font-size: 1.6rem;
  }
  .p-product-intro__price {
    font-size: 2rem;
  }
  .p-product-intro .c-button-list--right {
    justify-content: center;
  }
  .voice-section {
    padding: 45px 0;
  }
  .product-info-section {
    padding: 45px 0;
  }
  .product-specifications-section {
    padding: 45px 0;
  }
  .product-contact-section {
    padding: 45px 0;
  }
  .product-explanation-section {
    padding: 45px 0;
  }
  .product-recommend-section {
    padding: 45px 0 40px;
  }
  .product-footer {
    padding: 45px 0;
  }
  .p-product-recommend {
    display: block;
    margin: 0;
  }
  .p-product-recommend__item {
    width: 100%;
    margin-bottom: 0;
    padding: 15px 0;
  }
  .p-product-recommend__item + .p-product-recommend__item {
    border-top: 1px solid #ddd;
  }
  .p-explanation-imgs {
    margin-top: 30px;
  }
  .p-explanation {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-explanation__img {
    width: auto;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
    float: none;
    text-align: center;
  }
}
