@charset "UTF-8";
/*------------------------------------------------------------
	おすすめ・人気順
------------------------------------------------------------*/
.mesoRecommended {
  padding: 52px 0 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #3C080D;
  position: relative;
  z-index: 0;
}
.mesoRecommended::before {
  content: "";
  width: 100%;
  aspect-ratio: 998/437;
  background: url(../images/mesoRecommended_bg_top.jpg) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mesoRecommended::after {
  content: "";
  width: 100%;
  aspect-ratio: 1000/380;
  background: url(../images/mesoRecommended_bg_bottom.jpg) bottom center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.mesoRecommended h2.mesoRecommended__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 47px;
  margin: 0 0 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
.mesoRecommended h2.mesoRecommended__title strong {
  font-size: 1.3333333333em;
  font-weight: inherit;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 600px) {
  .mesoRecommended h2.mesoRecommended__title {
    padding: 0 0 0 7px;
  }
}
.mesoRecommended__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 42px 3px;
  margin: 0 auto -26px;
  border-radius: 2em;
  background: #C08F38;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  color: #FFF;
  position: relative;
  z-index: 2;
}
.mesoRecommended__label > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mesoRecommended__label > span::before, .mesoRecommended__label > span::after {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 2/1;
  background: url(../images/mesoRecommended_wave_left.svg) no-repeat;
  background-size: contain;
  margin-right: 4px;
  margin-bottom: 7px;
}
.mesoRecommended__label > span::after {
  background-image: url(../images/mesoRecommended_wave_right.svg);
  margin: 0 0 7px 4px;
}
@media screen and (max-width: 600px) {
  .mesoRecommended__label {
    padding: 6px 1em 3px;
  }
}
.mesoRecommended__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding: 38px 1rem 11px;
  margin: 8px;
  border: 1px solid #CFBE6E;
  border-radius: 1.5em;
  background: #FFF;
}
@media screen and (max-width: 600px) {
  .mesoRecommended__contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.mesoRecommended__part {
  position: relative;
}
.mesoRecommended__part:nth-child(odd)::after {
  content: "";
  width: 4px;
  height: 100%;
  background: url(../images/mesoRecommended_border.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 2px;
}
@media screen and (max-width: 600px) {
  .mesoRecommended__part:nth-child(odd)::after {
    width: 100%;
    height: 1px;
    background: #CFBE6E;
    top: auto;
    bottom: 0;
    right: 0;
  }
}
.mesoRecommended__partLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px 10px;
  margin: 0 auto 22px;
  outline: 1px solid #FFF;
  outline-offset: -4px;
  border-radius: 8px;
  background: #C08F38;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
}
.mesoRecommended__message {
  display: block;
  margin: 20px auto 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.mesoRecommendedList {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.mesoRecommendedList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 23px;
  text-align: center;
}
.mesoRecommendedList__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 110px;
}
.mesoRecommendedList__label > img {
  width: 100%;
}
.mesoRecommendedList__item:first-child .mesoRecommendedList__label {
  width: 120px;
}
.mesoRecommendedList__body {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-align: center !important;
  color: #3C080D;
}
.mesoRecommendedList__item:nth-child(2) .mesoRecommendedList__body {
  font-size: 18px;
}
.mesoRecommendedList__item:nth-child(3) .mesoRecommendedList__body {
  font-size: 16px;
}