@charset "utf-8";
/* CSS Document */
.box_wrap2 {
  align-items: center;
}
.box_wrap2 .leftbox .imgbox {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.cate1 .box_wrap2 .leftbox .imgbox img {
  width: 100%;
  display: block;
}
.cate1 .wishpro_label {
  display: inline-block;
  background: #fff;
  padding: 8px 20px;
  border-radius: 999px;
}
.cate1 .wishpro_point_list {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
}
.cate1 .wishpro_point {
  width: 33.333%;
  text-align: center;
  padding: 0 24px;
  border-left: 1px solid #c9a96a;
}
.cate1 .wishpro_point:last-child {
  border-right: 1px solid #c9a96a;
}
/* ---------- service ---------- */
.cate2 .box_wrap2 .leftbox {
  width: calc((100% - var(--gap)) * 0.3);
}
.cate2 .box_wrap2 .rightbox {
  width: calc((100% - var(--gap)) * 0.7);
}
.cate2 .service_link_item {
  position: relative;
}
.cate2 .service_item_small {
  width: 100%;
}
.cate2 .service_item_small .leftbox {
  flex: 0 0 clamp(180px, 22vw, 280px);
}
.cate2 .service_item_small .leftbox .imgbox {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.cate2 .service_item_small .leftbox .imgbox img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}
.cate2 .service_item_small .rightbox {
  flex: 1;
  min-width: 0;
}
.cate2 .service_more_link {
  margin-top: clamp(18px, 2vw, 26px);
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .cate1 .box_wrap2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .box_wrap2 .leftbox, .box_wrap2 .rightbox {
    width: 100%;
  }
  .box_wrap2 .leftbox {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* ---------- 900px ~ ---------- */
@media screen and (max-width: 900px) {
  .cate2 .service_item_small .leftbox {
    flex: none;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .cate2 .box_wrap2 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  .cate2 .box_wrap2 .leftbox, .cate2 .box_wrap2 .rightbox {
    width: 100%;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .cate1 .wishpro_point_list {
    flex-direction: column;
    gap: 24px;
  }
  .cate1 .wishpro_point {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #c9a96a;
    padding-bottom: 24px;
  }
  .cate1 .wishpro_point:last-child {
    border-right: none;
  }
  .cate2 .box_wrap2 .rightbox h3 span {
    display: inline-block;
  }
  .cate1 h2 span {
    display: inline-block;
  }
}
/* ---------- service links / compact services ---------- */
.cate2 .box_wrap2.service_link_item {
  position: relative;
}
.cate2 .box_wrap2.service_item_large {
  width: 100%;
}
.cate2 .box_wrap2.service_item_small {
  width: 100%;
  gap: clamp(24px, 4vw, 46px);
}
.cate2 .box_wrap2.service_item_small .leftbox {
  width: auto;
  flex: 0 0 clamp(180px, 22vw, 280px);
}
.cate2 .box_wrap2.service_item_small .rightbox {
  width: auto;
  flex: 1;
  min-width: 0;
}
.cate2 .box_wrap2.service_item_small .leftbox .imgbox {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.cate2 .box_wrap2.service_item_small .leftbox .imgbox img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}
.cate2 .service_more_link {
  margin-top: clamp(18px, 2vw, 26px);
}
@media screen and (max-width: 1024px) {
  .cate2 .box_wrap2.service_item_small {
    flex-direction: column;
    align-items: flex-start;
  }
  .cate2 .box_wrap2.service_item_small .leftbox, .cate2 .box_wrap2.service_item_small .rightbox {
    width: 100%;
    flex: none;
  }
  .cate2 .box_wrap2.service_item_small .leftbox {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
}
.section04 .product_thumb_list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 2vw, 18px);
  width: 100%;
  margin-top: 10px;
}
.section04 .product_thumb_list .thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
}
.section04 .product_thumb_list .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section04 .box_wrap3 .leftbox .imgbox {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .section04 .box_wrap3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .section04 .box_wrap3 .leftbox .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section04 .box_wrap3 .leftbox, .section04 .box_wrap3 .rightbox {
    width: 100%;
  }
}
.box_wrap3 .imgbox {
    overflow: hidden;
}

.box_wrap3 .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}