@charset "UTF-8";
.product_intro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px auto 0;
  padding: 0 13%;
  text-align: center;
  gap: 5%;
}
.product_logo {
  width: 34%;
}
.product_catch_copy {
  text-align: left;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  line-height: 1.66;
}

/*  シールドウォールとは */
h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 1.66;
  margin: 0;
}
.product_overview {
  max-width: 1240px;
  width: 86%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 100px 0;
  gap: 8%;
}
.detail_box {
  width: 55%;
}
.detail_box h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
}
.overview_pic {
  width: 37%;
  margin-top: 20px;
}
.product_overview .detail_box h3:nth-of-type(2) {
  padding-top: 40px;
}

/* お悩み */
.product_problem {
  background-color: #f6f6f1;
}
.product_problem_inner {
  max-width: 1240px;
  width: 86%;
  margin: 0 auto;
  padding: 60px 0;
}
.product_problem h3 {
  text-align: left;
  padding-bottom: 60px;
}
.problem_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.problem_list li {
  position: relative;
  align-items: center;
  padding: 20px 20px 20px 40px;
  background-color: #fff;
  font-size: 0.9rem;
}
.problem_list li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 35px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icon_checkmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.problem_solve {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.light_bulb {
  width: 12px;
  vertical-align: middle;
  margin-right: 10px;
}

/* 場所 */
.product_places {
  text-align: center;
  padding-bottom: 80px;
  background-color: #f6f6f1;
}
.product_places h3 {
  text-align: center;
  margin: 0;
  padding: 60px 0 40px;
}
.place_box_shieldwall {
  max-width: 1240px;
  width: 86%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0 0;
}
.place_box_title {
  margin-top: 0;
  color: #c4a46b;
}
.place_item_shieldwall {
  width: 32%;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.place_item_shieldwall p {
  text-align: left;
}

/* 特徴 */
.product_feature h3 {
  text-align: center;
  margin: 60px auto 40px;
}
.product_feature_pic {
  width: 83%;
  max-width: 1200px;
  margin: 0 auto;
}
.product_feature_wrap {
  max-width: 1000px;
  width: 60%;
  display: flex;
  flex-direction: column;
  margin: 60px auto;
  column-gap: 40px;
}
.product_icon {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
}
.product_icon img {
  width: 100%;
  object-fit: cover;
}
.product_feature_desc {
  display: flex;
  margin-top: 42px;
  gap: 40px;
}
.product_feature_text h4 {
  margin: 0 0 10px;
  color: #c4a46b;
  font-family: bold_zenkaku;
  font-size: 1.12rem;
}

/* カラバリ */
.product_colour {
  max-width: 1240px;
  width: 86%;
  margin: 0 auto;
  padding: 80px 0;
}
.product_colour h3 {
  text-align: center;
}
.product_colour p {
  text-align: center;
  margin: 40px 0;
}
.product_colour_list {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 0;
}

@media screen and (max-width: 1300px) {
  .product_intro {
    flex-direction: column;
    margin: 50px auto 0;
    padding: 0 10%;
  }
  .overview_pic {
    width: 100%;
  }
  .product_logo {
    width: 65%;
  }
  .product_catch_copy {
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .product_overview {
    width: 80%;
    flex-direction: column-reverse;
    padding: 60px 0;
  }
  .overview_pic {
    margin-bottom: 40px;
  }
  .detail_box {
    width: 100%;
  }
  .detail_box h3 {
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  /* お悩み */
  .product_problem h3 {
    width: 80%;
    padding-left: 0;
  }
  .problem_list {
    width: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
  }

  /* 場所 */
  .product_places {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
  }
  .product_places_lead {
    text-align: left;
  }
  .place_box_shieldwall {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0 0;
  }
  .place_item_shieldwall {
    width: 100%;
    padding: 40px;
    text-align: center;
  }

  /* 特徴 */
  .product_feature_wrap {
    width: 80%;
    margin-top: 30px;
  }

  /* カラバリ */
  .product_colour {
    padding-bottom: 0;
  }
  .product_colour p {
    text-align: left;
    margin: 40px 0;
  }
  .product_colour_list {
    row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 600px) {
  .product_logo {
    width: 92%;
  }
  .product_intro {
    margin: 30px auto 0;
    padding: 0 5%;
  }
  .product_overview {
    width: 90%;
    padding-top: 30px;
  }
  .detail_box h3 {
    text-align: left;
  }

  /* お悩み */
  .product_problem h3 {
    width: 90%;
  }
  .problem_list {
    width: 100%;
    margin: 0;
  }
  .problem_list li {
    padding-right: 15px;
  }
  .problem_solve {
    width: 90%;
  }

  /* 場所 */
  .product_places {
    padding-left: 5%;
    padding-right: 5%;
  }
  .product_places h3 {
    text-align: left;
  }
  .place_item_shieldwall {
    padding: 20px;
  }
  .place_box_shieldwall p {
    font-size: 0.9rem;
  }

  /* 特徴 */
  .product_feature h3 {
    text-align: left;
    padding-left: 5%;
  }
  .product_feature_pic {
    width: 100%;
  }
  .product_feature_wrap {
    width: 90%;
  }
  .product_feature_desc {
    flex-direction: column;
    margin-top: 50px;
    gap: 10px;
  }
  .product_icon {
    margin: 0 auto;
  }

  /* カラバリ */
  .product_colour {
    width: 90%;
  }
  .product_colour h3 {
    text-align: left;
  }
  .product_colour_list {
    grid-template-columns: 1fr;
  }
}
