.matching-area {
  margin-top: 40px;
  box-sizing: border-box;
  line-height: 1.4;
}

.matching--list .matching-area {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  line-height: 1.44;
}

.matching-container {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 380px;
  overflow: hidden;
  position: relative;
  transition: none;
}

.matching-container--result {
  min-height: 560px;
  height: auto;
  padding-bottom: 18px;
}

.matching-btn {
  max-width: 195px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  background-color: #464646;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  border: none;
  position: relative;
}

.matching-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 15px;
}

.matching-btn:disabled {
  background-color: #D6D6D6;
  border: none;
}

.matching-btn--white {
  background-color: #fff;
  color: #333;
  border: solid 1px #BCBCBC;
}

.matching-btn--white::before {
  border-color: #333;
  top: 9px;
}

.matching-btn--noframe {
  font-size: 1.3rem;
  background-color: transparent;
  display: block;
  margin: 0 auto;
  border: none;
  position: relative;
  padding-left: 15px;
}

.matching-btn--noframe::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: solid 2px #333;
  border-top: solid 2px #333;
  transform: rotate(-45deg);
  left: 7px;
  top: 7px;
}

.matching-results .matching-btn {
  max-width: 335px;
  margin-top: 4px;
  font-size: 1.7rem;
}

.matching-results .matching-btn--white {
  height: 30px;
  margin-top: 10px;
  font-size: 1.5rem;
}

.matching-results .matching-btn--noframe {
  margin-top: 13px;
}

.matching-results {
  padding-top: 20px;
}

.matching-results__txt {
  font-size: 1.6rem;
}

.matching-results__sort {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-size: 1.4rem;
}

.matching-results__sort input {
  appearance: auto;
  display: none;
}

.matching-results__sort input:checked ~ label::after {
  border-color: #000;
}

.matching-results__sort label {
  padding-left: 18px;
  position: relative;
  cursor: pointer;
}

.matching-results__sort label::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: solid 1px #666;
  position: absolute;
  left: 0;
  top: 1px;
}

.matching-results__sort label::after {
  content: "";
  width: 13px;
  height: 8px;
  border-left: solid 2px transparent;
  border-bottom: solid 2px transparent;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: -1px;
}

.matching-results__sort + .matching-btn {
  margin-top: 15px;
}

.matching-bottom-area {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.matching-head {
  text-align: center;
}

.matching-title {
  font-size: 1.8rem;
  font-weight: bold;
}

.matching-title span {
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: baseline;
}

.matching-shape__txt {
  font-size: 1.5rem;
  padding: 0 50px;
  margin-top: 5px;
}

.matching-shape__txt a {
  color: #006CFF;
  text-decoration: underline;
}

.matching-annotation {
  font-size: 1.2rem;
  color: #666;
}

.matching-option__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 35px;
  margin-top: 38px;
  margin-bottom: -5px;
}

.matching-option__list--height {
  margin-top: 20px;
}

.matching-option__list--color {
  margin-top: 30px;
  margin-bottom: -20px;
  justify-content: center;
}

.matching-option__list--shape {
  padding: 0 50px;
  margin-top: 15px;
}

.matching-option__list--pattern {
  margin-top: 30px;
  justify-content: center;
}

.matching-option__list--specification {
  margin-top: 10px;
}

.matching-option__list--function {
  margin-top: 20px;
  justify-content: center;
}

.matching-option__list--function .matching-option__item label img {
  max-width: 70px;
  margin-bottom: 5px;
}

.matching-option__list--season {
  margin-top: 35px;
  justify-content: center;
}

.matching-option__item {
  margin-bottom: 5px;
  height: 80px;
}

.matching-option__item + .matching-option__item {
  margin-left: 5px;
}

.matching-option__item button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.matching-option__item button img {
  max-width: 60px;
  width: auto;
}

.matching-option__item label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.matching-option__item label::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px #F0F0F0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}

.matching-option__item label img {
  max-width: 60px;
  width: auto;
}

.matching-option__item input {
  opacity: 0;
  position: absolute;
}

.matching-option__item input:checked ~ label::before {
  border: solid 4px #464646;
}

.matching-option__list--category .matching-option__item {
  width: calc((100% - 20px) / 5);
}

.matching-option__list--category .matching-option__item label {
  font-size: 1.5rem;
}

.matching-option__list--category .matching-option__item:first-child label img {
  margin-right: 5px;
}

.matching-option__list--category .matching-option__item:not(:first-child) label {
  justify-content: flex-start;
  padding-left: 10px;
}

.matching-option__list--category .matching-option__item:not(:first-child) label img {
  margin-right: 6px;
}

.matching-option__list--height .matching-option__item {
  width: calc((100% - 20px) / 5);
  height: 55px;
}

.matching-option__list--height .matching-option__item label {
  font-size: 1.8rem;
}

.matching-option__list--height .matching-option__item label span {
  font-size: 1.6rem;
  padding-top: 3px;
}

.matching-option__list--height .matching-option__item + .matching-option__item {
  margin-left: 5px;
}

.matching-option__list--height .matching-option__item:nth-child(5n + 6) {
  margin-left: 0;
}

.matching-option__list--shape .matching-option__item {
  width: calc((100% - 20px) / 3);
  height: 50px;
}

.matching-option__list--shape .matching-option__item label {
  justify-content: flex-start;
  padding-left: 15px;
  font-size: 1.8rem;
}

.matching-option__list--shape .matching-option__item label dl {
  display: flex;
  align-items: center;
}

.matching-option__list--shape .matching-option__item label dt {
  font-size: 1.8rem;
  width: 90px;
  margin-right: 12px;
}

.matching-option__list--shape .matching-option__item label dd {
  font-size: 1.4rem;
  color: #666;
}

.matching-option__list--shape .matching-option__item + .matching-option__item {
  margin-left: 10px;
}

.matching-option__list--shape .matching-option__item:nth-child(3n + 4) {
  margin-left: 0;
}

.matching-option__list--color .matching-option__item {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
  border: none;
  position: relative;
  padding-top: 74px;
}

.matching-option__list--color .matching-option__item label {
  position: static;
  font-size: 1.3rem;
}

.matching-option__list--color .matching-option__item label::before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.matching-option__list--color .matching-option__item label::after {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: solid 2px transparent;
}

.matching-option__list--color .matching-option__item .matching-option__label--1::before {
  background-image: url("/user_data/packages/store/img/matching/label_all.svg");
  background-size: cover;
}

.matching-option__list--color .matching-option__item .matching-option__label--2::before {
  background-color: #000;
}

.matching-option__list--color .matching-option__item .matching-option__label--3::before {
  background-color: #042B60;
}

.matching-option__list--color .matching-option__item .matching-option__label--4::before {
  background-color: #D3D3D3;
}

.matching-option__list--color .matching-option__item .matching-option__label--5::before {
  background-color: #61311B;
}

.matching-option__list--color .matching-option__item .matching-option__label--6::before {
  background-color: #E29F64;
}

.matching-option__list--color .matching-option__item .matching-option__label--7::before {
  background-color: #0055A7;
}

.matching-option__list--color .matching-option__item .matching-option__label--8::before {
  background-color: #006232;
}

.matching-option__list--color .matching-option__item input:checked ~ label::before {
  border: none;
}

.matching-option__list--color .matching-option__item input:checked ~ label::after {
  border-color: #000;
}

.matching-option__list--color .matching-option__item + .matching-option__item {
  margin-left: 6px;
}

.matching-option__list--pattern .matching-option__item {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
  border: none;
  position: relative;
  padding-top: 74px;
}

.matching-option__list--pattern .matching-option__item label {
  position: static;
  font-size: 1.2rem;
  align-items: flex-start;
  white-space: nowrap;
  text-align: center;
}

.matching-option__list--pattern .matching-option__item label::before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
}

.matching-option__list--pattern .matching-option__item label::after {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: solid 2px transparent;
}

.matching-option__list--pattern .matching-option__item .matching-option__label--1::before {
  background-image: url("/user_data/packages/store/img/matching/label_all.svg");
}

.matching-option__list--pattern .matching-option__item .matching-option__label--2::before {
  background-image: url("/user_data/packages/store/img/matching/pattern1.svg");
}

.matching-option__list--pattern .matching-option__item .matching-option__label--3::before {
  background-image: url("/user_data/packages/store/img/matching/pattern2.svg");
}

.matching-option__list--pattern .matching-option__item .matching-option__label--4::before {
  background-image: url("/user_data/packages/store/img/matching/pattern3.svg");
}

.matching-option__list--pattern .matching-option__item .matching-option__label--5::before {
  background-image: url("/user_data/packages/store/img/matching/pattern4.svg");
}

.matching-option__list--pattern .matching-option__item .matching-option__label--6::before {
  background-image: url("/user_data/packages/store/img/matching/pattern5.svg");
}

.matching-option__list--pattern .matching-option__item .matching-option__label--7::before {
  background-image: url("/user_data/packages/store/img/matching/pattern6.svg");
}

.matching-option__list--pattern .matching-option__item .matching-option__label--8::before {
  background-image: url("/user_data/packages/store/img/matching/pattern7.svg");
}

.matching-option__list--pattern .matching-option__item .matching-option__label--9::before {
  background-image: url("/user_data/packages/store/img/matching/pattern8.svg");
}

.matching-option__list--pattern .matching-option__item input:checked ~ label::before {
  border: none;
}

.matching-option__list--pattern .matching-option__item input:checked ~ label::after {
  border-color: #000;
}

.matching-option__list--pattern .matching-option__item + .matching-option__item {
  margin-left: 5px;
}

.matching-option__list--specification .matching-option__item {
  width: calc((100% - 15px) / 4);
  height: 100px;
}

.matching-option__list--specification .matching-option__item:nth-child(3) img {
  max-width: 82px;
}

.matching-option__list--specification .matching-option__item:nth-child(4) img {
  max-width: 75px;
  position: relative;
  right: 3px;
}

.matching-option__list--specification .matching-option__item label {
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 18px;
}

.matching-option__list--specification .matching-option__item label span {
  font-size: 1.8rem;
}

.matching-option__list--specification .matching-option__item .matching-option__label-txt p:first-child {
  font-size: 1.8rem;
}

.matching-option__list--specification .matching-option__item .matching-option__label-txt p:nth-child(2) {
  font-size: 1.2rem;
}

.matching-option__list--specification .matching-option__item + .matching-option__item {
  margin-left: 5px;
}

.matching-option__list--function .matching-option__item {
  width: 145px;
  height: 115px;
  position: relative;
}

.matching-option__list--function .matching-option__item label {
  flex-direction: column;
}

.matching-option__list--function .matching-option__item label p {
  font-size: 1.5rem;
}

.matching-option__list--function .matching-option__item:last-child label p {
  letter-spacing: -0.04em;
}

.matching-option__list--function .matching-option__item + .matching-option__item {
  margin-left: 5px;
}

.matching-option__list--function .matching-option__item button {
  flex-direction: column;
}

.matching-option__list--season .matching-option__item {
  width: 145px;
  height: 85px;
}

.matching-option__list--season .matching-option__item label {
  flex-direction: column;
}

.matching-option__list--season .matching-option__item label span {
  font-size: 1.5rem;
}

.matching-option__list--season .matching-option__item + .matching-option__item {
  margin-left: 5px;
}

.matching-option__list--season .matching-option__item button {
  flex-direction: column;
}

.matching-intro__inner {
  position: relative;
  height: 100%;
}

.matching-intro__inner::before {
  content: "";
  width: 81px;
  height: 234px;
  background-image: url("/user_data/packages/store/img/matching/illust_person1.svg");
  background-size: cover;
  position: absolute;
  right: 135px;
  bottom: 25px;
}

.matching-intro__inner::after {
  content: "";
  width: 59px;
  height: 241px;
  background-image: url("/user_data/packages/store/img/matching/illust_person2.svg");
  background-size: cover;
  position: absolute;
  left: 60px;
  top: 51px;
}

.matching-intro__pop {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px;
}

.matching-intro__pop::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #EF0000 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.matching-intro__pop span {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.matching-intro__exclamationMark {
  transform: rotate(15deg);
  position: absolute !important;
  bottom: -3px;
  right: -8px;
}

.matching-intro__content {
  position: relative;
  z-index: 1;
  padding: 34px 10px 0;
  height: 100%;
}

.matching-intro__content::before {
  content: "";
  width: 97px;
  height: 225px;
  background-image: url("/user_data/packages/store/img/matching/illust_person3.svg");
  background-size: cover;
  position: absolute;
  left: 145px;
  bottom: 28px;
}

.matching-intro__content::after {
  content: "";
  width: 60px;
  height: 229px;
  background-image: url("/user_data/packages/store/img/matching/illust_person4.svg");
  background-size: cover;
  position: absolute;
  right: 48px;
  top: 40px;
}

.matching-intro__heading {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
}

.matching-intro__heading span {
  font-size: 3.2rem;
  display: block;
  font-weight: bold;
}

.matching-intro__heading .matching-intro__exclamationMark {
  font-size: 2.2rem;
  display: inline-block;
  position: relative !important;
  right: -4px;
  bottom: 3px;
}

.matching-intro__txt {
  font-size: 1.5rem;
  margin-top: 10px;
  text-align: center;
  line-height: 1.3;
}

.matching-intro__txt span {
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: baseline;
}

.matching-intro__btnWrap {
  text-align: center;
}

.matching-intro__btn {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  background-color: #464646;
  border: solid 5px #A7A7A7;
  margin-top: 25px;
  position: relative;
}

.matching-intro__btn::before {
  content: "";
  width: 12px;
  height: 16px;
  background-image: url("/user_data/packages/store/img/matching/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.matching-progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

.matching-progress__num {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #D6D6D6;
  width: 100%;
  height: 26px;
  font-size: 1.6rem;
}

.matching-progress__num.is-active {
  background-color: #464646;
  color: #fff;
  position: relative;
}

.matching-progress__num.is-active::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 5px;
  border-color: transparent transparent transparent #464646;
  position: absolute;
  top: 0;
  right: -5px;
}

.matching-hit__txt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.matching-hit__txt span {
  font-size: 2.8rem;
  font-weight: bold;
}

.matching-prevBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  border: none;
}

.matching-nextBtnWrap {
  position: absolute;
  bottom: 20px;
  right: 16px;
  text-align: center;
}

.matching-nextBtnWrap p {
  font-size: 1.2rem;
  margin-bottom: 3px;
}

.matching-nextBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0 auto;
}

.matching-nextBtn:disabled {
  opacity: 0.4;
}

button.matching-tooltip {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #E6E6E6;
  position: absolute;
  z-index: 1;
  bottom: 13px;
  right: 10px;
}

.matching-tooltip__box {
  background-color: #F0F0F0;
  font-size: 1.1rem;
  padding: 5px;
  position: absolute;
  border-radius: 5px;
  bottom: 41px;
  left: 9px;
  padding: 10px;
  max-width: 145px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.matching-tooltip__box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #F0F0F0 transparent transparent transparent;
  position: absolute;
  right: 22px;
  bottom: -8px;
}

.matching-product {
  margin-top: 20px;
  padding: 0 40px;
}

.matching-product + .matching-btn {
  margin-top: 10px;
}

.matching-product .slick-slide + .slick-slide {
  margin-left: 20px;
}

.matching-product .slick-slide img {
  width: 100%;
  height: auto;
}

.matching-product .slick-list {
  padding-bottom: 10px;
}

.matching-product .slick-prev {
  background-color: rgba(255, 255, 255, 0.8);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: solid 1px #E1E1E1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  z-index: 10;
  top: 49%;
  transform: translateY(-50%);
  left: -20px;
}

.matching-product .slick-prev::before, .matching-product .slick-prev::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #666;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.matching-product .slick-prev::before {
  transform: rotate(-45deg) translateY(-50%);
  top: 13px;
  z-index: 1;
  opacity: 1;
  left: 11px;
}

.matching-product .slick-prev::after {
  transform: rotate(45deg) translateY(-50%);
  top: 20px;
  z-index: 1;
  left: 10px;
}

.matching-product .slick-prev:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.matching-product .slick-prev.slick-disabled {
  opacity: .25;
}

.matching-product .slick-prev.slick-disabled::before {
  opacity: 1;
}

.matching-product .slick-next {
  background-color: rgba(255, 255, 255, 0.8);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: solid 1px #E1E1E1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  z-index: 10;
  top: 49%;
  transform: translateY(-50%);
  right: -20px;
}

.matching-product .slick-next::before, .matching-product .slick-next::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #666;
  position: absolute;
  pointer-events: none;
  border-radius: 1px;
}

.matching-product .slick-next::before {
  transform: rotate(45deg) translateY(-50%);
  top: 12px;
  z-index: 1;
  opacity: 1;
  right: 11px;
}

.matching-product .slick-next::after {
  transform: rotate(-45deg) translateY(-50%);
  top: 18px;
  z-index: 1;
  right: 10px;
}

.matching-product .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.matching-product .slick-next.slick-disabled {
  opacity: .25;
}

.matching-product .slick-next.slick-disabled::before {
  opacity: 1;
}

.matching-result__prev-arrow {
  left: -20px;
}

.matching-result__prev-arrow::before, .matching-result__prev-arrow::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #666;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.matching-result__next-arrow {
  right: -20px;
}

.matching-result__next-arrow::before, .matching-result__next-arrow::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #666;
  position: absolute;
  pointer-events: none;
  border-radius: 1px;
  right: 12px;
}

.matching-result__next-arrow::before {
  transform: rotate(45deg) translateY(-50%);
  top: 45%;
}

.matching-result__next-arrow::after {
  transform: rotate(-45deg) translateY(-50%);
  top: 55%;
}

.matching-product__item {
  max-width: 160px;
  border-radius: 10px;
  border: solid 1px #E7E7E7;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.matching-product__link {
  display: block;
  height: 100%;
  padding: 22px 20px 11px;
}

.matching-product__item-webPrice-img {
  width: 40px;
  margin-right: 3px;
}

.matching-product__item-name {
  font-size: 1.2rem;
  margin-top: 7px;
}

.matching-product__item-retailPrice {
  color: #777;
  font-size: 0.9rem;
  margin-top: 4px;
}

.matching-product__item-retailPrice + .matching-product__item-sellingPrice {
  margin-top: 0;
  align-items: center;
}

.matching-product__item-sellingPrice {
  font-size: 1.1rem;
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}

.matching-product__item-sellingPrice span {
  font-size: 1.6rem;
  margin-right: 3px;
}

.matching-product__item-discount {
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
  color: #BC4242;
  margin-top: -2px;
}

.matching-product__notfound {
  text-align: center;
  padding: 40px 0;
  font-size: 1.4rem;
}
