/* =========================================================
results
========================================================= */
.p-results-detail {
  background: #E0E0E0;
  background: linear-gradient(0deg, #e0e0e0 0%, #fdfdfd 100%);
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .p-results-detail {
    padding: 60px 15px;
  }
}
.p-results-detail_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  max-width: 1030px;
}
@media screen and (min-width: 768px) {
  .p-results-detail_item {
    flex-direction: row;
  }
}
.p-results-detail_item .img {
  aspect-ratio: 2 / 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-results-detail_item .img {
    aspect-ratio: 1 / 1;
    width: 45%;
  }
}
.p-results-detail_item figcaption {
  margin: 20px 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-results-detail_item figcaption {
    margin: 0 0 0 5%;
    width: 50%;
  }
}
.p-results-detail_item figcaption .date {
  font-family: "Lato", serif;
  font-weight: bold;
  font-size: calc(18 * (100vw / 480));
  letter-spacing: .1rem;
}
@media screen and (min-width: 480px) {
  .p-results-detail_item figcaption .date {
    font-size: calc(18 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-detail_item figcaption .date {
    font-size: calc(18 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-detail_item figcaption .date {
    font-size: calc(18 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-detail_item figcaption .date {
    font-size: 18px;
  }
}
.p-results-detail_item figcaption .name {
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
  font-size: calc(32 * (100vw / 480));
}
@media screen and (min-width: 480px) {
  .p-results-detail_item figcaption .name {
    font-size: calc(32 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-detail_item figcaption .name {
    font-size: calc(32 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-detail_item figcaption .name {
    font-size: calc(32 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-detail_item figcaption .name {
    font-size: 32px;
  }
}
.p-results-detail_item figcaption .info {
  display: grid;
  grid-template-columns: 115px 1fr;
  row-gap: 8px;
  margin: 25px auto 0;
}
.p-results-detail_item figcaption .info dt {
  display: flex;
  align-items: center;
  letter-spacing: .1rem;
}
.p-results-detail_item figcaption .info dd {
  display: flex;
  align-items: center;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
  font-size: calc(20 * (100vw / 480));
}
@media screen and (min-width: 480px) {
  .p-results-detail_item figcaption .info dd {
    font-size: calc(20 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-detail_item figcaption .info dd {
    font-size: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-detail_item figcaption .info dd {
    font-size: calc(20 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-detail_item figcaption .info dd {
    font-size: 20px;
  }
}
.p-results-detail_item figcaption .info dd .shoplink {
  background: #907837;
  background: linear-gradient(0deg, #907837 0%, #9b813b 100%);
  border: 1px solid #d0c4a4;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(18 * (100vw / 480));
  letter-spacing: .15rem;
  margin: 5px 0;
  padding: calc(15 * (100vw / 480));
  position: relative;
  text-align: center;
  width: 75%;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  .p-results-detail_item figcaption .info dd .shoplink {
    font-size: calc(18 * (100vw / 620));
    padding: calc(15 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-detail_item figcaption .info dd .shoplink {
    font-size: calc(16 * (100vw / 768));
    padding: calc(15 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-detail_item figcaption .info dd .shoplink {
    font-size: calc(16 * (100vw / 992));
    padding: calc(15 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-detail_item figcaption .info dd .shoplink {
    font-size: 16px;
    padding: 15px;
  }
}
.p-results-detail_item figcaption .info dd .shoplink::before {
  background-color: #fff;
  content: '';
  display: block;
  height: calc(12px / 2 * tan(60deg));
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-results-detail_item figcaption .info dd > a {
  color: #000;
}
.p-results-detail_price {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 30px auto 0;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .p-results-detail_price {
    flex-direction: row;
  }
}
.p-results-detail_price--wrap.estimate {
  border-bottom: 1px solid #000;
  flex-grow: 18;
  margin: 0 0 20px;
  padding: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .p-results-detail_price--wrap.estimate {
    border-right: 1px solid #000;
    border-bottom: none;
    margin: 0 2% 0 0;
  }
}
.p-results-detail_price--wrap.estimate dd {
  font-size: calc(20 * (100vw / 480));
  margin: 1.4rem 0 0 0;
}
@media screen and (min-width: 480px) {
  .p-results-detail_price--wrap.estimate dd {
    font-size: calc(20 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-detail_price--wrap.estimate dd {
    font-size: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-detail_price--wrap.estimate dd {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-detail_price--wrap.estimate dd {
    font-size: 16px;
  }
}
.p-results-detail_price--wrap.estimate .amount {
  color: #5d747c;
  font-family: "Lato", serif;
  font-size: 150%;
}
.p-results-detail_price--wrap.maximum {
  border-bottom: 1px solid #000;
  flex-grow: 23;
  margin: 0 0 20px;
  padding: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .p-results-detail_price--wrap.maximum {
    border-bottom: none;
    margin: 0 2% 0 0;
  }
}
.p-results-detail_price--wrap.maximum dt {
  background-color: #eacedc;
}
.p-results-detail_price--wrap.maximum dd {
  font-size: calc(22 * (100vw / 480));
  margin: 1.4rem 0 0 0;
}
@media screen and (min-width: 480px) {
  .p-results-detail_price--wrap.maximum dd {
    font-size: calc(22 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-detail_price--wrap.maximum dd {
    font-size: calc(22 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-detail_price--wrap.maximum dd {
    font-size: calc(22 * (100vw / 992));
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-results-detail_price--wrap.maximum dd {
    font-size: 22px;
  }
}
.p-results-detail_price--wrap.maximum .label {
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
}
.p-results-detail_price--wrap.maximum .amount {
  color: #970040;
  font-family: "Lato", serif;
  font-size: 183%;
  margin: 0 0 0 1rem;
}
.p-results-detail_price--wrap.appraisal {
  border-bottom: 1px solid #000;
  flex-grow: 13;
  padding: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .p-results-detail_price--wrap.appraisal {
    border-bottom: none;
  }
}
.p-results-detail_price--wrap.appraisal dt {
  background-color: #cee1ea;
}
.p-results-detail_price--wrap.appraisal dd {
  font-size: calc(22 * (100vw / 480));
  margin: 1.4rem 0 0 0;
}
@media screen and (min-width: 480px) {
  .p-results-detail_price--wrap.appraisal dd {
    font-size: calc(22 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-detail_price--wrap.appraisal dd {
    font-size: calc(22 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-detail_price--wrap.appraisal dd {
    font-size: calc(22 * (100vw / 992));
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-results-detail_price--wrap.appraisal dd {
    font-size: 22px;
  }
}
.p-results-detail_price--wrap.appraisal .label {
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
}
.p-results-detail_price--wrap.appraisal .minute {
  color: #970040;
  font-family: "Lato", serif;
  font-size: 183%;
  margin: 0 0 0 1rem;
}
.p-results-detail_price--wrap dt {
  background-color: #fff;
  border: 1px solid #000;
  display: inline-block;
  padding: 1px 15px;
}
.p-results-detail_price--wrap dd .text {
  line-height: 1;
}
.p-results-detail_att {
  line-height: 1.6;
  margin: 30px auto 0;
  max-width: 1000px;
}
.p-results-detail_archive {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 60px auto 0;
  padding: 60px 0 0;
  position: relative;
  max-width: 1200px;
}
@media screen and (min-width: 992px) {
  .p-results-detail_archive {
    flex-direction: row;
  }
}
.p-results-detail_archive::before {
  background-color: #000;
  content: '';
  display: block;
  height: 1px;
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-results-detail_archive--headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  margin: 0 1% 0 0;
}
.p-results-detail_archive--headline .tag {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .p-results-detail_archive--headline .tag {
    justify-content: flex-start;
  }
}
.p-results-detail_archive--headline .tag::before {
  background-image: url(../images/item/icon-highlight_rerated.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  margin: 0 10px 0 0;
  height: 68px;
  width: 97px;
}
.p-results-detail_archive--headline .catch {
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(17 * (100vw / 480));
  font-weight: bold;
  line-height: 1.8;
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-results-detail_archive--headline .catch {
    font-size: calc(17 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-detail_archive--headline .catch {
    font-size: calc(22 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-detail_archive--headline .catch {
    font-size: calc(22 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-detail_archive--headline .catch {
    font-size: 22px;
    margin: 30px 0 0;
    text-align: left;
  }
}
.p-results-detail_archive--headline .text {
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
  font-size: calc(18 * (100vw / 480));
  line-height: 1.8;
  margin: 30px 0 0;
}
@media screen and (min-width: 480px) {
  .p-results-detail_archive--headline .text {
    font-size: calc(18 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-detail_archive--headline .text {
    font-size: calc(18 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-detail_archive--headline .text {
    font-size: calc(18 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-detail_archive--headline .text {
    font-size: 18px;
  }
}
.p-results-detail_archive--list {
  display: flex;
  margin: 5% 0 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-results-detail_archive--list {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .p-results-detail_archive--list {
    margin: 0;
    width: 70%;
  }
}
.p-results-detail_archive--list .swiper-highlight {
  position: relative;
}
.p-results-detail_archive--list .swiper-button-next,
.p-results-detail_archive--list .swiper-button-prev {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.p-results-detail_archive--list .swiper-button-next::after,
.p-results-detail_archive--list .swiper-button-prev::after {
  background-image: url(../images/common/icon-swiper_arrow_bl.webp);
  content: '';
  display: block;
  height: 57px;
  width: 29px;
}
.p-results-detail_archive--list .swiper-button-prev::after {
  transform: rotate(180deg);
}
.p-results-detail_archive--list .swiper-pagination {
  bottom: 0;
}
.p-results-detail_archive--list .swiper-pagination-bullet {
  background-color: #303030;
  border: 1px solid #666666;
  border-radius: 0;
  opacity: 1;
  height: 14px;
  width: 14px;
  margin: 6px !important;
  position: relative;
  transform: rotate(45deg);
}
.p-results-detail_archive--list .swiper-pagination-bullet-active::before {
  background-color: #fff;
  border: 1px solid #303030;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
}
.p-results-detail_archive--item {
  width: 25%;
}
.p-results-detail_archive--item figure {
  padding: 0 19%;
}
@media screen and (min-width: 480px) {
  .p-results-detail_archive--item figure {
    padding: 0 8%;
  }
}
.p-results-detail_archive--item figure .img img {
  display: block;
  height: 145px;
  object-fit: contain;
  width: 100%;
}
.p-results-detail_archive--item figure figcaption {
  margin: 14px 0 0;
}
.p-results-detail_archive--item figure figcaption .name {
  font-size: calc(16 * (100vw / 480));
  margin: 20px 0 0;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (min-width: 480px) {
  .p-results-detail_archive--item figure figcaption .name {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-detail_archive--item figure figcaption .name {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-detail_archive--item figure figcaption .name {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-detail_archive--item figure figcaption .name {
    font-size: 16px;
    max-height: 6.72rem;
  }
}
.p-results-detail_archive--item figure figcaption .amount {
  font-size: calc(24 * (100vw / 480));
  line-height: 1;
  margin: 8px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-results-detail_archive--item figure figcaption .amount {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-detail_archive--item figure figcaption .amount {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-detail_archive--item figure figcaption .amount {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-detail_archive--item figure figcaption .amount {
    font-size: calc(24 * (100vw / 1200));
  }
}
@media screen and (min-width: 1200px) {
  .p-results-detail_archive--item figure figcaption .amount {
    font-size: 24px;
  }
}
.p-results-detail_archive--item figure figcaption .amount .num {
  color: #970040;
  font-family: "Lato", serif;
  font-weight: 700;
  letter-spacing: .2rem;
}
.p-results-detail_archive--item figure figcaption .amount .yen {
  font-size: 70%;
}
.p-results-recommend {
  background: white;
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  overflow: hidden;
  padding: 30px 15px 50px;
}
@media screen and (min-width: 992px) {
  .p-results-recommend {
    padding: 50px 15px 70px;
  }
}
.p-results-recommend--wrap {
  margin: auto;
}
.p-results-recommend--title {
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(26 * (100vw / 480));
  letter-spacing: .1rem;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-results-recommend--title {
    font-size: calc(26 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-recommend--title {
    font-size: calc(26 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-recommend--title {
    font-size: calc(26 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-recommend--title {
    font-size: 26px;
  }
}
.p-results-recommend--title .reduce {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 57%;
  font-weight: 500;
  margin: 0 0 5px;
}
.p-results-recommend--text {
  color: #000;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
  font-size: calc(22 * (100vw / 480));
  margin: 45px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-results-recommend--text {
    font-size: calc(22 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-recommend--text {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-recommend--text {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-recommend--text {
    font-size: 24px;
  }
}
.p-results-recommend_carousel {
  margin: 50px auto 0;
  max-width: 1300px;
}
@media screen and (min-width: 1440px) {
  .p-results-recommend_carousel {
    overflow: hidden;
  }
}
.p-results-recommend_carousel .swiper-selection {
  margin: 25px 0 50px;
  padding: 0 0 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-results-recommend_carousel .swiper-selection {
    margin: 35px 0 50px;
    padding: 0 0 80px;
  }
}
.p-results-recommend_carousel .swiper-button-next,
.p-results-recommend_carousel .swiper-button-prev {
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.p-results-recommend_carousel .swiper-button-next::after,
.p-results-recommend_carousel .swiper-button-prev::after {
  background-image: url(../images/common/icon-swiper_arrow_bl.webp);
  content: '';
  display: block;
  height: 57px;
  width: 29px;
}
.p-results-recommend_carousel .swiper-button-prev::after {
  transform: rotate(180deg);
}
.p-results-recommend_carousel .swiper-pagination {
  bottom: 0;
}
.p-results-recommend_carousel .swiper-pagination-bullet {
  background-color: #f1f1f1;
  border: 1px solid #666666;
  border-radius: 0;
  opacity: 1;
  height: 8px;
  width: 8px;
  margin: 6px !important;
  position: relative;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-results-recommend_carousel .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
  }
}
.p-results-recommend_carousel .swiper-pagination-bullet-active::before {
  background-color: #303030;
  border: 1px solid #fff;
  content: '';
  display: block;
  height: 4px;
  width: 4px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-results-recommend_carousel .swiper-pagination-bullet-active::before {
    height: 10px;
    width: 10px;
  }
}
.p-results-recommend_carousel figure {
  padding: 0 19%;
}
@media screen and (min-width: 480px) {
  .p-results-recommend_carousel figure {
    padding: 0 8%;
  }
}
.p-results-recommend_carousel figure .img img {
  display: block;
  height: 145px;
  object-fit: contain;
  width: 100%;
}
.p-results-recommend_carousel figure figcaption {
  margin: 14px 0 0;
}
.p-results-recommend_carousel figure figcaption .name {
  font-size: calc(16 * (100vw / 480));
  margin: 20px 0 0;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (min-width: 480px) {
  .p-results-recommend_carousel figure figcaption .name {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-recommend_carousel figure figcaption .name {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-recommend_carousel figure figcaption .name {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-recommend_carousel figure figcaption .name {
    font-size: 16px;
    max-height: 6.72rem;
  }
}
.p-results-recommend_carousel figure figcaption .amount {
  font-size: calc(24 * (100vw / 480));
  line-height: 1;
  margin: 8px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-results-recommend_carousel figure figcaption .amount {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-recommend_carousel figure figcaption .amount {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-recommend_carousel figure figcaption .amount {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-recommend_carousel figure figcaption .amount {
    font-size: 24px;
  }
}
.p-results-recommend_carousel figure figcaption .amount .num {
  color: #970040;
  font-family: "Lato", serif;
  font-weight: 700;
  letter-spacing: .2rem;
}
.p-results-recommend_carousel figure figcaption .amount .yen {
  font-size: 70%;
}
.p-results-recommend_carousel figure figcaption .method {
  background-color: #fff;
  border: 1px solid #000;
  font-size: calc(16 * (100vw / 480));
  margin: 10px 0 0;
  padding: 2px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-results-recommend_carousel figure figcaption .method {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-recommend_carousel figure figcaption .method {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-recommend_carousel figure figcaption .method {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-recommend_carousel figure figcaption .method {
    font-size: 16px;
  }
}
.p-results-recommend_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 35px auto 0;
  max-width: 1300px;
  padding: 60px 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-results-recommend_list {
    flex-direction: row;
    padding: 35px 0;
  }
}
.p-results-recommend_list::before {
  background-color: #000;
  content: '';
  display: block;
  height: 1px;
  width: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.p-results-recommend_list .p-watch-selection--title {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-results-recommend_list .p-watch-selection--title {
    width: 16%;
  }
}
.p-results-recommend_list figure {
  display: flex;
  margin: 20px 0 0 0;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .p-results-recommend_list figure {
    margin: 0 0 0 1%;
    width: 27%;
  }
}
.p-results-recommend_list figure .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39%;
}
.p-results-recommend_list figure .img img {
  display: block;
  height: 145px;
  object-fit: contain;
  width: 100%;
}
.p-results-recommend_list figure figcaption {
  margin: 0 0 0 1%;
  width: 60%;
}
.p-results-recommend_list figure figcaption .name {
  font-size: calc(16 * (100vw / 480));
  margin: 20px 0 0;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (min-width: 480px) {
  .p-results-recommend_list figure figcaption .name {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-recommend_list figure figcaption .name {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-recommend_list figure figcaption .name {
    font-size: calc(16 * (100vw / 992));
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-results-recommend_list figure figcaption .name {
    font-size: 16px;
    max-height: 6.72rem;
  }
}
.p-results-recommend_list figure figcaption .amount {
  font-size: calc(24 * (100vw / 480));
  line-height: 1;
  margin: 8px 0 0;
}
@media screen and (min-width: 480px) {
  .p-results-recommend_list figure figcaption .amount {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-recommend_list figure figcaption .amount {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-recommend_list figure figcaption .amount {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-recommend_list figure figcaption .amount {
    font-size: 24px;
  }
}
.p-results-recommend_list figure figcaption .amount .num {
  color: #970040;
  font-family: "Lato", serif;
  font-weight: 700;
  letter-spacing: .2rem;
}
.p-results-recommend_list figure figcaption .amount .yen {
  font-size: 70%;
}
.p-results-recommend_list figure figcaption .method {
  background-color: #fff;
  border: 1px solid #000;
  font-size: calc(16 * (100vw / 480));
  margin: 10px 0 0;
  padding: 2px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-results-recommend_list figure figcaption .method {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-recommend_list figure figcaption .method {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-recommend_list figure figcaption .method {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-recommend_list figure figcaption .method {
    font-size: 16px;
  }
}
.p-results-recommend--btn {
  background: #A50B43;
  background: linear-gradient(0deg, #a50b43 0%, #aa0c45 50%, #b00c48 100%);
  border: 1px solid #530622;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: block;
  font-size: calc(18 * (100vw / 480));
  letter-spacing: .15rem;
  margin: auto;
  padding: calc(22 * (100vw / 480));
  position: relative;
  text-align: center;
  max-width: 280px;
  width: 75%;
}
@media screen and (min-width: 480px) {
  .p-results-recommend--btn {
    font-size: calc(18 * (100vw / 620));
    padding: calc(22 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-recommend--btn {
    font-size: calc(16 * (100vw / 768));
    padding: calc(22 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-recommend--btn {
    font-size: calc(16 * (100vw / 992));
    padding: calc(22 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-recommend--btn {
    font-size: 16px;
    padding: 22px;
  }
}
.p-results-recommend--btn::before {
  background-color: #fff;
  content: '';
  display: block;
  height: calc(12px / 2 * tan(60deg));
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-results-recommend--btn:hover {
  background: #b51650;
  background: linear-gradient(0deg, #b51650 0%, #b81852 50%, #bd1955 100%);
}
.p-results-damaged {
  background-attachment: fixed;
  background-position: center;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .p-results-damaged {
    background-attachment: fixed;
  }
}
.p-results-damaged--wrap {
  margin: auto;
  max-width: 1000px;
  padding: 60px 0 130px;
}
.p-results-damaged--title {
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(26 * (100vw / 480));
  letter-spacing: .1rem;
}
@media screen and (min-width: 480px) {
  .p-results-damaged--title {
    font-size: calc(26 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-damaged--title {
    font-size: calc(26 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-damaged--title {
    font-size: calc(26 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-damaged--title {
    font-size: 26px;
  }
}
.p-results-damaged--title::before {
  background-image: url(../images/item/icon-damaged.webp);
  background-repeat: no-repeat;
  content: '';
  display: block;
  margin: 0 0 35px;
  height: 74px;
  width: 71px;
}
.p-results-damaged--title .reduce {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 57%;
  font-weight: 500;
  margin: 0 0 10px;
}
.p-results-damaged--text {
  color: #fff;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
  font-size: calc(20 * (100vw / 480));
  line-height: 1.6;
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-results-damaged--text {
    font-size: calc(20 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-damaged--text {
    font-size: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-damaged--text {
    font-size: calc(24 * (100vw / 992));
    line-height: 2;
  }
}
@media screen and (min-width: 992px) {
  .p-results-damaged--text {
    font-size: 24px;
  }
}
.p-results-damaged--text.reduce {
  font-size: calc(18 * (100vw / 480));
  font-weight: normal;
}
@media screen and (min-width: 480px) {
  .p-results-damaged--text.reduce {
    font-size: calc(18 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-damaged--text.reduce {
    font-size: calc(18 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-damaged--text.reduce {
    font-size: calc(18 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-damaged--text.reduce {
    font-size: 18px;
  }
}
.p-results-damaged--list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .p-results-damaged--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-results-damaged--list > li {
  text-align: center;
}
.p-results-cta {
  background: #ece9e9;
  background: linear-gradient(180deg, #ece9e9 0%, #cfcdcd 100%);
  padding: 80px 15px;
}
.p-results-cta--wrap {
  margin: auto;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .p-results-cta--wrap {
    max-width: 980px;
  }
}
.p-results-cta--text {
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: bold;
  font-size: calc(28 * (100vw / 480));
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-results-cta--text {
    font-size: calc(28 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-cta--text {
    font-size: calc(28 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-cta--text {
    font-size: calc(28 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-cta--text {
    font-size: 28px;
  }
}
.p-results-cta--text:not(:first-of-type) {
  margin: 50px 0 0;
}
.p-results-cta--list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.p-results-cta--list > li {
  margin: 0 5px;
  width: calc((100% - 20px) /2);
}
.p-results-cta--list > li:first-of-type {
  margin: 0 5px 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-results-cta--list > li {
    width: calc((100% - 30px) /3);
  }
  .p-results-cta--list > li:first-of-type {
    margin: 0 5px;
    width: calc((100% - 30px) /3);
  }
}
.p-results-cta--list > li a {
  background: #5d747c;
  background: linear-gradient(180deg, #5d747c 0%, #576c74 100%);
  border: 1px solid #2b363a;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: block;
  font-size: calc(18 * (100vw / 480));
  letter-spacing: .15rem;
  padding: 22px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .p-results-cta--list > li a {
    font-size: calc(18 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-cta--list > li a {
    font-size: calc(18 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-cta--list > li a {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-cta--list > li a {
    font-size: 16px;
  }
}
.p-results-cta--list > li a::before {
  background-color: #fff;
  content: '';
  display: block;
  height: calc(12px / 2 * tan(60deg));
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-results-cta--list > li a:hover {
  background: #718890;
  background: linear-gradient(180deg, #718890 0%, #718890 100%);
}
.p-results-cta--list > li.line a {
  background: #00b800;
  background: linear-gradient(180deg, #00b800 0%, #00ab00 100%);
  border: 1px solid #5f982b;
}
.p-results-cta--list > li.line a:hover {
  background: #00cc00;
  background: linear-gradient(180deg, #00cc00 0%, #00cc00 100%);
}
.p-results-cta--list > li.shop a {
  background: #907837;
  background: linear-gradient(180deg, #907837 0%, #867033 100%);
  border: 1px solid #cbc0a2;
}
.p-results-cta--list > li.shop a:hover {
  background: #ae9655;
  background: linear-gradient(180deg, #ae9655 0%, #ae9655 100%);
}
.p-results-shop {
  background: white;
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  padding: 60px 15px 100px;
}
.p-results-shop--wrap {
  margin: auto;
  max-width: 1000px;
}
.p-results-shop--title {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(26 * (100vw / 480));
  letter-spacing: .1rem;
}
@media screen and (min-width: 480px) {
  .p-results-shop--title {
    font-size: calc(26 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-shop--title {
    font-size: calc(26 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-shop--title {
    font-size: calc(26 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-shop--title {
    font-size: 26px;
  }
}
.p-results-shop--title::before {
  background-image: url(../images/top/icon-shop.webp);
  background-repeat: no-repeat;
  content: '';
  display: block;
  margin: 0 0 35px;
  height: 74px;
  width: 71px;
}
.p-results-shop--title .reduce {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 57%;
  font-weight: 500;
  margin: 0 0 10px;
}
.p-results-shop_area {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(16 * (100vw / 480));
  margin: 60px auto 0;
}
@media screen and (min-width: 480px) {
  .p-results-shop_area {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-shop_area {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-shop_area {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-shop_area {
    font-size: 16px;
  }
}
.p-results-shop_area::before, .p-results-shop_area::after {
  background-image: url(../images/top/icon-shop_area.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 17px;
  width: 46px;
  margin: 0 15px;
}
.p-results-shop_area::after {
  transform: rotate(180deg);
}
.p-results-shop_area--list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin: 30px auto 0;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .p-results-shop_area--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-results-shop_area--list > li figure {
  background: white;
  background: linear-gradient(180deg, #ffffff 0%, #ece9e9 100%);
  border: 1px solid #9b813b;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: auto;
  padding: 20px;
  max-width: 496px;
}
.p-results-shop_area--list > li figure figcaption {
  display: flex;
  flex-direction: column;
}
.p-results-shop_area--list > li figure figcaption .name {
  display: flex;
  align-items: center;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(26 * (100vw / 620));
  font-weight: bold;
  flex-grow: 1;
}
@media screen and (min-width: 480px) {
  .p-results-shop_area--list > li figure figcaption .name {
    font-size: calc(26 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-shop_area--list > li figure figcaption .name {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-shop_area--list > li figure figcaption .name {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-shop_area--list > li figure figcaption .name {
    font-size: 24px;
  }
}
.p-results-shop_area--list > li figure figcaption .link {
  background: #9b813b;
  background: linear-gradient(180deg, #9b813b 0%, #907837 100%);
  border: 1px solid #d0c4a4;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: calc(18 * (100vw / 480));
  padding: calc(11 * (100vw / 480));
  text-align: center;
  max-width: 160px;
}
@media screen and (min-width: 480px) {
  .p-results-shop_area--list > li figure figcaption .link {
    font-size: calc(18 * (100vw / 620));
    padding: calc(11 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-shop_area--list > li figure figcaption .link {
    font-size: calc(16 * (100vw / 768));
    padding: calc(11 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-shop_area--list > li figure figcaption .link {
    font-size: calc(16 * (100vw / 992));
    padding: calc(11 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-shop_area--list > li figure figcaption .link {
    font-size: 16px;
    padding: 11px;
  }
}
.p-results-shop_area--list > li figure figcaption .link:hover {
  background: #af954f;
  background: linear-gradient(180deg, #af954f 0%, #af954f 100%);
}
.p-results-shop_area--list > li figure figcaption .map {
  border-bottom: 1px solid #000;
  color: #000;
  flex-grow: 1;
  font-weight: 700;
  display: block;
  font-size: calc(12 * (100vw / 480));
  letter-spacing: .15rem;
  margin: 25px 0 0;
  padding: 5px 0;
  max-height: calc(24 * (100vw / 480));
  max-width: 184px;
  transition: .4s;
}
@media screen and (min-width: 480px) {
  .p-results-shop_area--list > li figure figcaption .map {
    font-size: calc(12 * (100vw / 620));
    max-height: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-shop_area--list > li figure figcaption .map {
    font-size: calc(12 * (100vw / 768));
    max-height: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-shop_area--list > li figure figcaption .map {
    font-size: calc(12 * (100vw / 992));
    max-height: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-shop_area--list > li figure figcaption .map {
    font-size: 12px;
    max-height: 24px;
  }
}
.p-results-shop_area--list > li figure figcaption .map:hover {
  padding: 5px;
}
.p-results-contact {
  padding: 60px 15px 80px;
}
.p-results-contact--wrap {
  margin: auto;
  max-width: 1000px;
}
.p-results-contact--title {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(26 * (100vw / 480));
  letter-spacing: .1rem;
}
@media screen and (min-width: 480px) {
  .p-results-contact--title {
    font-size: calc(26 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-contact--title {
    font-size: calc(26 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-contact--title {
    font-size: calc(26 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-contact--title {
    font-size: 26px;
  }
}
.p-results-contact--title::before {
  background-image: url(../images/top/icon-contact.webp);
  background-repeat: no-repeat;
  content: '';
  display: block;
  margin: 0 0 35px;
  height: 74px;
  width: 71px;
}
.p-results-contact--title .reduce {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 57%;
  font-weight: 500;
  margin: 0 0 10px;
}
.p-results-contact--text {
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: calc(22 * (100vw / 480));
  font-weight: bold;
  line-height: 1.8;
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-results-contact--text {
    font-size: calc(22 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-contact--text {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-contact--text {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-contact--text {
    font-size: 24px;
  }
}
.p-results-contact .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
}
.p-results-contact .tel::before {
  content: 'TEL';
  font-family: "EB Garamond", serif;
  font-size: calc(38 * (100vw / 480));
  letter-spacing: .1rem;
}
@media screen and (min-width: 480px) {
  .p-results-contact .tel::before {
    font-size: calc(38 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-contact .tel::before {
    font-size: calc(40 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-contact .tel::before {
    font-size: calc(40 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-contact .tel::before {
    font-size: 40px;
  }
}
.p-results-contact .tel a {
  border-left: 1px solid #000;
  color: #000;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 3%;
  padding: 0 0 0 3%;
}
.p-results-contact .tel a .num {
  font-family: "EB Garamond", serif;
  font-size: calc(60 * (100vw / 480));
}
@media screen and (min-width: 480px) {
  .p-results-contact .tel a .num {
    font-size: calc(60 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-contact .tel a .num {
    font-size: calc(60 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-contact .tel a .num {
    font-size: calc(60 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-contact .tel a .num {
    font-size: 60px;
    letter-spacing: .15rem;
  }
}
.p-results-contact .tel a .info {
  font-size: calc(24 * (100vw / 480));
  margin: 2px 0 0;
}
@media screen and (min-width: 480px) {
  .p-results-contact .tel a .info {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-contact .tel a .info {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-contact .tel a .info {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-contact .tel a .info {
    font-size: 24px;
    letter-spacing: .15rem;
  }
}
.p-results-contact_btn {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
  width: 100%;
}
.p-results-contact_btn > li {
  max-width: 280px;
  width: 49%;
}
.p-results-contact_btn > li:not(:first-of-type) {
  margin: 0 0 0 2%;
}
.p-results-contact_btn > li a {
  color: #fff;
  display: block;
  font-size: calc(16 * (100vw / 480));
  letter-spacing: .15rem;
  padding: calc(21 * (100vw / 480));
  position: relative;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .p-results-contact_btn > li a {
    font-size: calc(16 * (100vw / 620));
    padding: calc(21 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-results-contact_btn > li a {
    font-size: calc(16 * (100vw / 768));
    padding: calc(21 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-results-contact_btn > li a {
    font-size: calc(16 * (100vw / 992));
    padding: calc(21 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-results-contact_btn > li a {
    font-size: 16px;
    padding: 21px;
  }
}
.p-results-contact_btn > li a::before {
  background-color: #fff;
  content: '';
  display: block;
  height: calc(12px / 2 * tan(60deg));
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-results-contact_btn > li a::before {
    left: 20px;
  }
}
.p-results-contact_btn > li a.line {
  background: #00b800;
  background: linear-gradient(180deg, #00b800 0%, #00ab00 100%);
  border: 1px solid #5f982b;
}
.p-results-contact_btn > li a.line:hover {
  background: #00cc00;
  background: linear-gradient(180deg, #00cc00 0%, #00cc00 100%);
}
.p-results-contact_btn > li a.shop {
  background: #907837;
  background: linear-gradient(180deg, #907837 0%, #867033 100%);
  border: 1px solid #cbc0a2;
}
.p-results-contact_btn > li a.shop:hover {
  background: #ae9655;
  background: linear-gradient(180deg, #ae9655 0%, #ae9655 100%);
}
