.recommend__mv {
    padding: 80px 0 95px;
}
.recommend__mv_deco {
    z-index: 1;
    position: relative;
    opacity: 18%;
    text-align: center;
    line-height: 0;
    letter-spacing: 1.4px;
    font-size: 4.7rem;
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
    color: #EBEBEB;
    top: -5px;
}
.recommend__title_jp {
    margin-bottom: 7rem;
    text-align: center;
    letter-spacing: 3.4px;
    color: #fff;
    font-size: 1.7rem;
    font-weight: normal;
}
.recommend__list_gp {
    list-style: none;
    padding: unset;
}
.recommend__item {
    margin-bottom: 7.6rem;
}
.recommend__item:last-child {
  margin-bottom: 0;
}
.recommend__item_img {
    position: relative;
    margin-bottom: 3.2rem;
}

.recommend__item_img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.recommend__item_img .recommend__pickup_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: auto;
}

.recommend__item_text {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 2rem;
}
.recommend__item_name {
    letter-spacing: 2px;
    font-size: 1.3rem;
    font-weight: normal;
    color: #A0895E;
    margin-bottom: 0.8rem;
}
.recommend__text_area h2 {
    letter-spacing: 2px;
    font-size: 1.3rem;
    font-weight: normal;
    color: #7B7B7B;
}
.recommend__arrow {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border: 0.7px solid #696969;
}
.recommend__arrow::before {
    content: "";
    width: 10px;
    height: 0.5px;
    background: #696969;
    display: inline-block;
    margin-bottom: 0.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.recommend__arrow::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 5px;
    border-right: 0.5px solid #696969;
    transform: rotate(-56deg);
    z-index: 1;
    right: 11px;
    top: 12px;
}
.new,
.update {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5A2726;
  padding: 0.5rem 2.5rem;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 2px;
  color: #fff;
}

@media (min-width: 751px) {
  .recommend__list_gp {
    display: flex;
    justify-content: center;
    margin-bottom: unset;
    gap: 20px;
    padding: 0 2rem;
  }
  .recommend__item_img {
    margin-bottom: 2.2rem;
  }
  .recommend__item_text {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .recommend__mv{
    padding: 130px 0 220px;
  }
  .recommend__mv_deco{
    font-size: 7rem;
    letter-spacing: 3.1px;
    top: -10px;
    left: -10px;
  }
  .recommend__title_jp{
    font-size: 2rem;
    letter-spacing: 5.8px;
    margin-bottom: 10rem;
  }
  .recommend__list_gp {
    gap: 60px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
  }
  .recommend__item{
    margin-bottom: initial;
  }
  .recommend__item a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .recommend__item_img {
    width: 100%;
    margin-bottom: 3.2rem;
  }
  .recommend__item_img img {
    height: initial;
    transition: 0.3s;
  }
  .recommend__item_text {
  }
  .recommend__text_area {
    margin-bottom: 0;
  }
  .recommend__arrow{
    width: 40px;
    height: 40px;
    transition: .2s;
  }
  .recommend__arrow::before {
    width: 13px;
    height: 0.5px;
  }
  .recommend__arrow::after {
    width: 0.5px;
    height: 6px;
    right: 14px;
    top: 16px;
  }
  @media (hover: hover) and (pointer: fine) {
    .recommend__item a:hover .recommend__item_img img {
      opacity: 0.5;
    }
    .recommend__item a:hover .recommend__arrow {
      background: #384155;
      border: 0.5px solid #aeaeae;
    }
    .recommend__item a:hover .recommend__arrow::before {
      background: #aeaeae;
    }
    .recommend__item a:hover .recommend__arrow::after {
      border-right: 0.5px solid #aeaeae;
    }
  }
}

@media (min-width: 1200px) {
  .recommend__mv{
    padding: 220px 0 270px;
  }
  .recommend__mv_deco{
    font-size: 10.3rem;
    letter-spacing: 3.1px;
    top: -10px;
    left: -20px;
  }
  .recommend__title_jp{
    font-size: 2.9rem;
    letter-spacing: 5.8px;
    margin-bottom: 10rem;
  }
  .recommend__list_gp {
    gap: 130px;
    max-width: initial;
  }
  .recommend__item_img img {
    height: 290px;
  }
  .recommend__item_name {
    font-size: 1.5rem;
  }
  .recommend__text_area h2 {
    font-size: 1.5rem;
    margin-bottom: 0rem;
  }
}
