main {
  background: color-mix(in srgb, #d5cabb 20%, transparent);
}

.recommend__article {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 65px 0;
}

.recommend__article::before {
  content: '';
  display: inline-block;
  width: 138%;
  height: auto;
  aspect-ratio: 1346 / 866;
  position: absolute;
  top: max(-3.59vw, -46px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/wp-content/themes/yuzupilatis/img/bg_recommend.svg) no-repeat center center/contain;
}

.recommend__article h2 {
  margin-bottom: 30px;
  padding-left: 12px;
  border-left: 2px solid #232323;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
}

.recommend__article h3 {
  display: grid;
  grid-template-columns: 12px auto;
  gap: 5px;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid color-mix(in srgb, #232323 50%, transparent);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .04em;
}

.recommend__article h3::before {
  display: inline-block;
  aspect-ratio: 12 / 19;
  width: 100%;
  height: auto;
  background: url(/wp-content/themes/yuzupilatis/img/icon_01.svg) no-repeat center center/contain;
  content: "";
}

.recommend__article p {
  margin-bottom: 1em;
  font-size: 14px;
  letter-spacing: .02em;
}

.recommend__article a {
  color: #9f1639;
  font-weight: 700;
  text-decoration: underline;
}

.recommend__article .wp-block-button__link {
  position: relative;
  padding: 15px 80px 15px 50px;
  background: #232323;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
}

.recommend__article .wp-block-button__link:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 50 / 26;
  width: 40px;
  height: auto;
  background: url(/wp-content/themes/yuzupilatis/img/icon_arrow_04.svg) no-repeat center center/contain;
  content: "";
  -webkit-transition: right .4s ease-out, background-image .4s ease-out;
  transition: right .4s ease-out, background-image .4s ease-out;
}

.recommend__date {
  margin-bottom: 5px;
  color: color-mix(in srgb, #232323 60%, transparent);
  font-size: 11px;
  letter-spacing: .02em;
  line-height: 1.4;
}

.recommend__ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.recommend__img {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .recommend__article {
    max-width: 970px;
    padding: 130px 0;
  }
  .recommend__article h2 {
    margin-bottom: 60px;
    padding-left: 16px;
    border-left: 2px solid #232323;
    font-size: 30px;
  }
  .recommend__article h3 {
    font-size: 26px;
  }
  .recommend__article p {
    font-size: 15px;
  }
  .recommend__article .wp-block-button__link {
    padding: 20px 120px 20px 100px;
    font-size: 15px;
  }
  .recommend__article .wp-block-button__link:after {
    right: 38px;
    width: 50px;
  }
  .recommend__date {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .recommend__ttl {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .recommend__img {
    margin-bottom: 60px;
  }
}

@media (any-hover: hover) {
  .recommend__article .wp-block-button__link:hover {
    opacity: 1;
  }
  .recommend__article .wp-block-button__link:hover::after {
    right: 16px;
    background: url(/wp-content/themes/yuzupilatis/img/icon_arrow_05.svg) no-repeat center center/contain;
  }
}
