:where(.contents) {
  line-height: 1.8;
}
:where(.contents) *,
:where(.contents) *::before,
:where(.contents) *::after {
  box-sizing: border-box;
  letter-spacing: var(--letter-spacing, 0.08em);
}
@media screen and (max-width: 767px) {
  :where(.contents) *,
  :where(.contents) *::before,
  :where(.contents) *::after {
    letter-spacing: var(--sp-letter-spacing, var(--letter-spacing, 0.08em));
  }
}
:where(.contents) a {
  text-decoration: none;
  color: inherit;
}
:where(.contents) ul, :where(.contents) ol {
  list-style-type: none;
}
:where(.contents) button {
  appearance: none;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
:where(.contents) img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  :where(.contents) .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .is-pc {
    display: none !important;
  }
}

:where(.contents) .container {
  max-width: calc(min(92.5925925926vw, 1000px) + 8vw);
  padding-left: 4vw;
  padding-right: 4vw;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .container {
    max-width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
:where(.contents) .heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ba888b;
  z-index: 1;
  line-height: 1.5;
}
:where(.contents) .heading .jp {
  font-size: min(1.0185185185vw, 0.6875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .heading .jp {
    font-size: 2.9333333333vw;
  }
}
:where(.contents) .heading .en {
  font-family: "Noto Serif JP", serif;
  font-size: min(2.7777777778vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .heading .en {
    font-size: 8vw;
  }
}
:where(.contents) .note {
  font-size: min(0.9259259259vw, 0.625rem);
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  :where(.contents) .note {
    font-size: 2.6666666667vw;
  }
}
:where(.contents) .button {
  display: grid;
  place-content: center;
  color: #fff;
  background-color: #ba888b;
  font-size: min(1.4814814815vw, 1rem);
  font-weight: 700;
  width: min(31.0185185185vw, 335px);
  height: min(5vw, 54px);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .button {
    width: 100%;
    height: 17.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
:where(.contents) .button::after {
  content: "";
  width: min(0.787037037vw, 8.5px);
  height: min(1.2962962963vw, 14px);
  background: url(../img/ic-arrow-white.png) no-repeat center/contain;
  position: absolute;
  right: min(1.3888888889vw, 15px);
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  :where(.contents) .button::after {
    width: 2.2666666667vw;
    height: 3.7333333333vw;
    right: 4vw;
  }
}
:where(.contents) .more {
  width: 24.6666666667vw;
  height: 5.6vw;
  color: #ba888b;
  margin-inline: auto;
  border: 0.2666666667vw solid #ba888b;
  border-radius: 2.8vw;
  font-size: 2.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  letter-spacing: 0.1em;
}
:where(.contents) .more__mark {
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  position: relative;
}
:where(.contents) .more__mark::before, :where(.contents) .more__mark::after {
  content: "";
  width: 2.1333333333vw;
  height: 0.2666666667vw;
  background-color: #ba888b;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
:where(.contents) .more__mark::after {
  rotate: -90deg;
}
:where(.contents) .more.is-open .more__mark::after {
  rotate: 0deg;
}
:where(.contents) .kv {
  width: 100%;
  margin-bottom: min(5.5555555556vw, 60px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .kv {
    margin-bottom: 10.6666666667vw;
  }
}
:where(.contents) .lead__txt {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5740740741vw, 1.0625rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .lead__txt {
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .lead__ranking {
  margin-top: min(6.7592592593vw, 73px);
  max-width: min(46.2962962963vw, 500px);
  margin-inline: auto;
  position: relative;
  border: min(0.0925925926vw, 1px) solid #ba888b;
  padding: min(3.7037037037vw, 40px) min(1.8518518519vw, 20px) min(3.2407407407vw, 35px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .lead__ranking {
    margin-top: 19.4666666667vw;
    max-width: 100%;
    padding: 8vw 6.4vw 6.6666666667vw;
    border-width: 0.2666666667vw;
  }
}
:where(.contents) .lead__ranking::before {
  content: "";
  width: calc(100% - min(0.9259259259vw, 10px));
  height: calc(100% - min(0.9259259259vw, 10px));
  position: absolute;
  left: min(0.462962963vw, 5px);
  top: min(0.462962963vw, 5px);
  border: min(0.0925925926vw, 1px) solid #ba888b;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lead__ranking::before {
    width: calc(100% - 2.6666666667vw);
    height: calc(100% - 2.6666666667vw);
    left: 1.3333333333vw;
    top: 1.3333333333vw;
    border-width: 0.2666666667vw;
  }
}
:where(.contents) .lead__ranking__head {
  background-color: #fff;
  padding: 0 min(1.3888888889vw, 15px);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -58%;
  width: max-content;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lead__ranking__head {
    padding: 0 3.8666666667vw;
    translate: -50% -61%;
  }
}
:where(.contents) .lead__ranking__list {
  width: min(33.8425925926vw, 365.5px);
  margin-inline: auto;
  display: grid;
  gap: min(1.0185185185vw, 11px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .lead__ranking__list {
    width: 100%;
    gap: 2.9333333333vw;
  }
}
:where(.contents) .lead__ranking__list li a {
  display: flex;
  align-items: baseline;
  gap: 0.3em;
  position: relative;
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .lead__ranking__list li a {
    font-size: 3.2vw;
  }
}
:where(.contents) .lead__ranking__list li a span {
  color: #999;
  font-weight: 700;
}
:where(.contents) .lead__ranking__list li a::before {
  content: "";
  width: min(2.3148148148vw, 25px);
  height: min(1.6666666667vw, 18px);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-crown-gray.png);
  position: relative;
  top: 0.1em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lead__ranking__list li a::before {
    width: 6.6666666667vw;
    height: 4.8vw;
  }
}
:where(.contents) .lead__ranking__list li a::after {
  content: "";
  width: min(0.5555555556vw, 6px);
  height: min(0.9722222222vw, 10.5px);
  background: url(../img/ic-arrow-pink.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  rotate: 90deg;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lead__ranking__list li a::after {
    width: 1.6vw;
    height: 2.8vw;
  }
}
:where(.contents) .lead__ranking__list li:first-child a span {
  color: #a7962d;
}
:where(.contents) .lead__ranking__list li:first-child a::before {
  background-image: url(../img/ic-crown-gold.png);
}
:where(.contents) .lead__ranking__list li:nth-child(2) a span {
  color: #86959f;
}
:where(.contents) .lead__ranking__list li:nth-child(2) a::before {
  background-image: url(../img/ic-crown-silver.png);
}
:where(.contents) .lead__ranking__list li:nth-child(3) a span {
  color: #8a745f;
}
:where(.contents) .lead__ranking__list li:nth-child(3) a::before {
  background-image: url(../img/ic-crown-bronze.png);
}
:where(.contents) .lead__note {
  margin-top: 1.2em;
  max-width: min(46.2962962963vw, 500px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lead__note {
    max-width: 100%;
  }
}
:where(.contents) .ranking {
  counter-reset: num;
  margin-top: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .ranking {
    margin-top: 16.1333333333vw;
  }
}
:where(.contents) .rank-block {
  border: min(0.0925925926vw, 1px) solid #ba888b;
  padding: min(5.5555555556vw, 60px) min(5.5555555556vw, 60px) min(4.6296296296vw, 50px);
  scroll-margin-top: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .rank-block {
    border: 0;
    padding: 0;
    scroll-margin-top: 10.6666666667vw;
  }
}
:where(.contents) .rank-block:has(.recommend) {
  padding-bottom: 0;
}
:where(.contents) .rank-block .product__num {
  background: url(../img/ic-crown-gray.png) no-repeat center/contain;
}
:where(.contents) .rank-block:first-child .product__num {
  background: url(../img/ic-crown-gold.png) no-repeat center/contain;
}
:where(.contents) .rank-block:nth-child(2) .product__num {
  background: url(../img/ic-crown-silver.png) no-repeat center/contain;
}
:where(.contents) .rank-block:nth-child(3) .product__num {
  background: url(../img/ic-crown-bronze.png) no-repeat center/contain;
}
:where(.contents) .rank-block + .rank-block {
  margin-top: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .rank-block + .rank-block {
    margin-top: 22.6666666667vw;
  }
}
:where(.contents) .product {
  display: grid;
  grid-template-columns: min(31.0185185185vw, 335px) 1fr;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .product {
    grid-template-columns: 1fr;
    gap: 6vw;
  }
}
:where(.contents) .product__num {
  position: absolute;
  width: min(5.5555555556vw, 60px);
  height: min(4.7222222222vw, 51px);
  top: calc(-1 * min(2.7777777778vw, 30px));
  left: min(0.9259259259vw, 10px);
  display: grid;
  place-content: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  :where(.contents) .product__num {
    width: 13.3333333333vw;
    height: 11.3333333333vw;
    top: -8.1333333333vw;
    left: 2.6666666667vw;
  }
}
:where(.contents) .product__num::before {
  font-size: min(1.4814814815vw, 1rem);
  font-weight: 700;
  counter-increment: num;
  content: counter(num);
  position: relative;
  top: 0.4em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .product__num::before {
    font-size: 4.2666666667vw;
    top: 0.3em;
  }
}
:where(.contents) .product__body {
  background-color: #faf6f6;
  text-align: center;
  display: grid;
  place-content: center;
  place-items: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .product__body {
    background: transparent;
  }
}
:where(.contents) .product__name {
  font-size: min(1.8518518519vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .product__name {
    font-size: 4.2666666667vw;
    margin-bottom: 0.75em;
  }
}
:where(.contents) .product__txt {
  font-size: min(1.4814814815vw, 1rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .product__txt {
    font-size: 3.4666666667vw;
  }
}
:where(.contents) .product__link {
  margin-top: min(1.8518518519vw, 20px);
}
:where(.contents) .voice {
  margin-top: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice {
    margin-top: 10.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
:where(.contents) .voice__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ba888b;
  margin-bottom: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice__head {
    margin-bottom: 6.6666666667vw;
  }
}
:where(.contents) .voice__head .jp {
  font-size: min(1.0185185185vw, 0.6875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice__head .jp {
    font-size: 2.9333333333vw;
  }
}
:where(.contents) .voice__head .en {
  font-size: min(2.2222222222vw, 1.5rem);
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice__head .en {
    font-size: 6.4vw;
  }
}
:where(.contents) .voice__list {
  display: grid;
  gap: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice__list {
    gap: 5.3333333333vw;
    max-height: 42.6666666667vw;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s, margin-bottom 0.3s;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice__list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8vw;
    background: linear-gradient(to bottom, transparent, #fff 54%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice__list.is-open {
    margin-bottom: 8vw;
    max-height: 466.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice__list.is-open::after {
    opacity: 0;
  }
}
:where(.contents) .voice__item {
  display: flex;
  align-items: flex-start;
  gap: min(2.3148148148vw, 25px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice__item {
    gap: 5.3333333333vw;
  }
}
:where(.contents) .voice__item:nth-child(2n) {
  flex-direction: row-reverse;
}
:where(.contents) .voice__item:nth-child(2n) .voice__item__body::before {
  left: 100%;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
:where(.contents) .voice__item__avatar {
  width: min(6.4814814815vw, 70px);
  height: min(6.4814814815vw, 70px);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice__item__avatar {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
:where(.contents) .voice__item__body {
  width: min(55.5555555556vw, 600px);
  background-color: #faf6f6;
  padding: min(1.3888888889vw, 15px) min(1.8518518519vw, 20px);
  border-radius: min(0.9259259259vw, 10px);
  position: relative;
  font-family: "Noto Sans JP", "Noto Color Emoji", sans-serif;
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice__item__body {
    width: auto;
    padding: 4vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
:where(.contents) .voice__item__body::before {
  content: "";
  width: min(1.3888888889vw, 15px);
  height: min(1.3888888889vw, 15px);
  background-color: #faf6f6;
  position: absolute;
  top: min(2.3148148148vw, 25px);
  right: 100%;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice__item__body::before {
    width: 4vw;
    height: 4vw;
    top: 6.6666666667vw;
  }
}
:where(.contents) .voice__item__head {
  font-size: min(1.2962962963vw, 0.875rem);
  font-weight: 700;
  line-height: 1.5;
  color: #ba888b;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice__item__head {
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .voice__item__txt {
  font-size: min(1.2962962963vw, 0.875rem);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice__item__txt {
    font-size: 3.7333333333vw;
    letter-spacing: 0.08em;
  }
}
:where(.contents) .voice__notes {
  margin-top: min(1.8518518519vw, 20px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  :where(.contents) .voice__notes {
    margin-top: 8vw;
    text-align: left;
  }
}
:where(.contents) .recommend {
  margin-top: min(2.3148148148vw, 25px);
  padding-bottom: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommend {
    margin-top: 9.3333333333vw;
    padding: 5.3333333333vw 4vw 0;
    background: #f7f7f7;
  }
}
:where(.contents) .recommend__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.9259259259vw, 10px);
  margin-left: calc(-1 * min(5.5555555556vw, 60px));
  margin-right: calc(-1 * min(5.5555555556vw, 60px));
  color: #ba888b;
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommend__head {
    margin-left: -4vw;
    margin-right: -4vw;
    gap: 2.6666666667vw;
  }
}
:where(.contents) .recommend__head::before, :where(.contents) .recommend__head::after {
  content: "";
  flex-grow: 1;
  height: min(0.0925925926vw, 1px);
  background-color: #d7b0b3;
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommend__head::before, :where(.contents) .recommend__head::after {
    height: 0.2666666667vw;
  }
}
:where(.contents) .recommend__head .en {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 600;
  font-size: min(1.0185185185vw, 0.6875rem);
  background-color: #d7b0b3;
  display: grid;
  place-content: center;
  width: min(10.0925925926vw, 109px);
  height: min(2.037037037vw, 22px);
  border-radius: min(1.0185185185vw, 11px);
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommend__head .en {
    font-size: 2.9333333333vw;
    width: 29.0666666667vw;
    height: 5.8666666667vw;
    border-radius: 2.9333333333vw;
  }
}
:where(.contents) .recommend__head .en::after {
  content: "";
  width: min(0.8333333333vw, 9px);
  height: min(0.8333333333vw, 9px);
  background-color: #d7b0b3;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  left: 50%;
  top: 100%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommend__head .en::after {
    width: 2.4vw;
    height: 2.4vw;
  }
}
:where(.contents) .recommend__head .jp {
  font-size: min(1.3888888889vw, 0.9375rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommend__head .jp {
    font-size: 4vw;
  }
}
:where(.contents) .recommend__body {
  max-width: min(62.962962963vw, 680px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr min(31.0185185185vw, 335px);
  align-items: center;
  margin-top: min(0.462962963vw, 5px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommend__body {
    min-width: 100%;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
:where(.contents) .recommend__product {
  display: grid;
  grid-template-columns: min(8.3333333333vw, 90px) 1fr;
  align-items: center;
  gap: min(1.6203703704vw, 17.5px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommend__product {
    grid-template-columns: 24vw 1fr;
    gap: 4.6666666667vw;
  }
}
:where(.contents) .recommend__product__name {
  font-size: min(1.2962962963vw, 0.875rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommend__product__name {
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .recommend__product__txt {
  font-size: min(1.0185185185vw, 0.6875rem);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommend__product__txt {
    font-size: 2.9333333333vw;
  }
}
:where(.contents) .recommend__button {
  width: 100%;
  height: min(3.9814814815vw, 43px);
  background-color: #d7b0b3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  color: #fff;
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommend__button {
    font-size: 3.7333333333vw;
    width: auto;
    height: 11.4666666667vw;
    margin-left: -4vw;
    margin-right: -4vw;
    margin-top: 1.3333333333vw;
  }
}
:where(.contents) .recommend__button::after {
  content: "";
  width: min(0.6018518519vw, 6.5px);
  height: min(0.9259259259vw, 10px);
  background: url(../img/ic-arrow-white.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommend__button::after {
    width: 1.7333333333vw;
    height: 2.6666666667vw;
  }
}
:where(.contents) .search {
  background: #faf6f6;
  padding: min(3.7037037037vw, 40px) 0;
  margin-top: min(13.5185185185vw, 146px);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .search {
    padding: 0;
    margin-top: 33.6vw;
    background: transparent;
  }
}
:where(.contents) .search::before {
  content: "";
  width: min(1.2962962963vw, 14px);
  height: min(5.1851851852vw, 56px);
  background-image: radial-gradient(circle, #ba888b min(0.1851851852vw, 2px), transparent min(0.1851851852vw, 2px));
  background-position: 0 0;
  background-size: min(1.2962962963vw, 14px) min(1.2962962963vw, 14px);
  position: absolute;
  bottom: calc(100% + min(4.1666666667vw, 45px));
  left: 50%;
  translate: -50% 0;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  :where(.contents) .search::before {
    width: 3.7333333333vw;
    height: 14.9333333333vw;
    background-image: radial-gradient(circle, #ba888b 0.5333333333vw, transparent 0.5333333333vw);
    background-size: 3.7333333333vw 3.7333333333vw;
    bottom: calc(100% + 9.3333333333vw);
  }
}
:where(.contents) .search__head {
  margin-bottom: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .search__head {
    margin-bottom: 8vw;
  }
}
:where(.contents) .search__way {
  display: flex;
  justify-content: center;
  gap: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .search__way {
    flex-direction: column;
    gap: 4vw;
  }
}
:where(.contents) .search__item {
  flex: 1;
  max-width: min(31.0185185185vw, 335px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  :where(.contents) .search__item {
    max-width: 100%;
  }
}
:where(.contents) .search__item a {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr min(19.9074074074vw, 215px);
  align-items: center;
  border: min(0.0925925926vw, 1px) solid #ba888b;
  padding: min(1.3888888889vw, 15px) min(2.3148148148vw, 25px) min(1.3888888889vw, 15px) min(1.2037037037vw, 13px);
  line-height: 1.5;
  gap: min(1.4814814815vw, 16px);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .search__item a {
    grid-template-columns: 1fr 57.3333333333vw;
    border-width: 0.2666666667vw;
    padding: 4vw 6.6666666667vw 4vw 3.4666666667vw;
    gap: 3.2vw;
    min-height: 32vw;
  }
}
:where(.contents) .search__item a::after {
  content: "";
  width: min(0.787037037vw, 8.5px);
  height: min(1.2962962963vw, 14px);
  background: url(../img/ic-arrow-pink.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: min(1.3888888889vw, 15px);
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  :where(.contents) .search__item a::after {
    width: 2.2666666667vw;
    height: 3.7333333333vw;
    right: 4vw;
  }
}
:where(.contents) .search__item__head {
  color: #ba888b;
  font-size: min(1.3888888889vw, 0.9375rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .search__item__head {
    font-size: 4vw;
  }
}
:where(.contents) .search__item__txt {
  font-size: min(1.0185185185vw, 0.6875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .search__item__txt {
    font-size: 2.9333333333vw;
  }
}
:where(.contents) .search__button {
  margin-top: min(3.7037037037vw, 40px);
  margin-inline: auto;
  height: min(5.9259259259vw, 64px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .search__button {
    margin-top: 13.3333333333vw;
    height: 17.0666666667vw;
  }
}