@charset "UTF-8";

.product_intro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 13%;
  text-align: center;
  gap: 5%;
}
.product_logo {
  width: 26%;
}
.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%;
}
.overview-pic_desc {
  font-size: 1rem;
}
.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;
}

/*  事例 */
#dezacon_example h3 {
  text-align: left;
}
.product_example {
  max-width: 1240px;
  width: 86%;
  margin: 0 auto;
  padding: 60px 0 40px;
}
.product_example h3 {
  text-align: center;
}
.before_after {
  padding: 40px 60px;
  background-color: #f5f0e6;
  margin-bottom: 40px;
}
.example_doma-con {
  margin-top: 24px;
}
.product_example_desc {
  padding-bottom: 30px;
}
.example_doma-con_pic,
.show_wall_aft {
  width: calc(100% - 16px);
  display: flex;
  gap: 16px;
  box-sizing: border-box;
}
.example_doma-con_pic img,
.show_wall_aft img {
  width: 50%;
}
.show_wall_desc {
  text-align: center;
}
.show_wall_bef {
  width: calc(50% - 16px);
  margin: 0 auto;
}
.show_wall_aft {
  display: flex;
  margin-top: 10px;
  gap: 16px;
}

/* 場所 */
.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_dezacon {
  max-width: 1240px;
  width: 86%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.place_box_title {
  margin-top: 0;
  color: #c4a46b;
}
.place_item {
  width: 48%;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #fff;
}

/* 特徴 */
.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: 42px;
}
.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: 40px;
  gap: 40px;
}
.product_feature_text h4 {
  margin: 0 0 10px;
  color: #c4a46b;
  font-family: bold_zenkaku;
  font-size: 1.12rem;
}

@media screen and (max-width: 1300px) {
  .product_intro {
    flex-direction: column;
    padding: 0 10%;
  }
  .overview_pic {
    width: 100%;
  }
  .product_logo {
    width: 50%;
  }
  .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 {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 20px;
    margin: 0 auto;
    padding: 0;
  }

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

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

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

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

  /*  事例 */
  .product_example {
    width: 100%;
  }
  #dezacon_example h3 {
    text-align: center;
  }
  .before_after {
    padding: 30px 20px;
  }
  .product_example_desc {
    padding-bottom: 10px;
  }
  .example_doma-con_pic,
  .show_wall_aft {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .example_doma-con_pic img,
  .show_wall_aft img {
    width: 100%;
  }
  .show_wall_desc {
    text-align: left;
  }
  .show_wall_bef {
    width: 100%;
  }

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

  /* 特徴 */
  .product_feature_pic {
    width: 100%;
  }
  .product_feature_wrap {
    width: 80%;
  }
  .product_feature_desc {
    flex-direction: column;
    margin-top: 50px;
    gap: 10px;
  }
  .product_icon {
    margin: 0 auto;
  }
}
