@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 576px) {
  .entitle2 {
    font-size: clamp(26px, 6vw, 34px);
  }
}
.cate1 .recommendation_wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.cate1 .titlebox h2 {
  line-height: 1;
}

.cate1 .recommendation_list {
  flex-direction: column;
  gap: clamp(30px, 4vw, 42px);
}

.cate1 .recommendation_item {
  position: relative;
  align-items: center;
  gap: clamp(30px, 4vw, 44px);
  padding: clamp(26px, 3.5vw, 42px);
  background: #E7DED1;
  border-radius: 14px;
}

.cate1 .recommendation_item .label_img {
  position: absolute;
  left: clamp(20px, 3vw, 30px);
  top: 0;
  width: clamp(66px, 6vw, 80px);
  z-index: 2;
}

.cate1 .recommendation_item .label_img img {
  display: block;
  width: 100%;
  height: auto;
}

.cate1 .recommendation_item .label_txt {
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  text-align: center;
}

.cate1 .recommendation_item .label_txt p {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.cate1 .recommendation_item .label_txt .num {
  margin-top: 4px;
  font-size: 24px;
  letter-spacing: .08em;
}

.cate1 .recommendation_item .imgbox {
  width: 36%;
  aspect-ratio: 1.75 / 1;
  overflow: hidden;
}

.cate1 .recommendation_item .imgbox div {
  width: 50%;
  height: 100%;
}

.cate1 .recommendation_item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cate1 .recommendation_item .txtbox {
  width: calc(64% - clamp(30px, 4vw, 44px));
}

.cate1 .recommendation_item .txtbox h3 {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(154, 131, 108, .22);
  font-weight: 500;
  letter-spacing: .08em;
}

.cate1 .recommendation_item .txtbox p {
  letter-spacing: .08em;
}

.cate1 .recommendation_item .price {
  align-items: baseline;
  gap: 6px;
    justify-content: flex-start;
}

.cate1 .recommendation_item .price .price_num {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: .08em;
  line-height: 1;
}

.cate1 .recommendation_item .price .price_tax {
  font-size: 13px;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .cate1 .recommendation_item {
    flex-direction: column;
    align-items: flex-start;
  }

  .cate1 .recommendation_item .imgbox,
  .cate1 .recommendation_item .txtbox {
    width: 100%;
  }

  .cate1 .recommendation_item .imgbox {
    aspect-ratio: 16 / 9;
  }
}

@media screen and (max-width: 576px) {
  .cate1 .recommendation_item {
    padding: 24px 20px;
  }

  .cate1 .recommendation_item .label_img {
    left: 10px;
  }

  .cate1 .recommendation_item .label_txt {
    top: 8px;
  }

  .cate1 .recommendation_item .label_txt .num {
    font-size: 22px;
  }
}
.cate2 .recommendation_wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.cate2 .titlebox h2 {
  line-height: 1;
}

.cate2 .recommendation_list {
  flex-direction: column;
  gap: clamp(50px, 6vw, 70px);
}

.cate2 .recommendation_set {
  width: 100%;
}

.cate2 .trouble_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(54px, 5vw, 70px);
  margin-bottom: clamp(24px, 3vw, 30px);
  background: #8A7A6A;
  border-radius: 999px;
}

.cate2 .trouble_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 34px;
  height: 18px;
  background: #8A7A6A;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}

.cate2 .trouble_title p {
  color: #fff;
  font-size: clamp(17px, 2vw, 22px);
  letter-spacing: .12em;
  line-height: 1.5;
}

.cate2 .recommendation_item {
  align-items: center;
  gap: clamp(34px, 5vw, 52px);
  padding: clamp(34px, 4vw, 50px) clamp(42px, 6vw, 60px);
  background: #E7DED1;
  border-radius: 14px;
}

.cate2 .recommendation_item .imgbox {
  width: 38%;
  aspect-ratio: 1.75 / 1;
  overflow: hidden;
}

.cate2 .recommendation_item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cate2 .recommendation_item .txtbox {
  width: calc(62% - clamp(34px, 5vw, 52px));
}

.cate2 .recommendation_item .txtbox h3 {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(154, 131, 108, .22);
  font-weight: 500;
  letter-spacing: .08em;
}

.cate2 .recommendation_item .txtbox p {
  letter-spacing: .08em;
}

.cate2 .recommendation_item .price {
  align-items: baseline;
  justify-content: flex-start;
  gap: 6px;
}

.cate2 .recommendation_item .price .price_num {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: .08em;
  line-height: 1;
}

.cate2 .recommendation_item .price .price_tax {
  font-size: 13px;
  letter-spacing: .04em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .cate2 .recommendation_item {
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 30px;
  }

  .cate2 .recommendation_item .imgbox,
  .cate2 .recommendation_item .txtbox {
    width: 100%;
  }

  .cate2 .recommendation_item .imgbox {
    aspect-ratio: 16 / 9;
  }

  .cate2 .trouble_title p {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .cate2 .recommendation_item {
    padding: 28px 20px;
  }

  .cate2 .trouble_title {
    height: auto;
    min-height: 54px;
    padding: 12px 20px;
  }

  .cate2 .trouble_title p {
    font-size: 16px;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

