.SproductBtn__official, .SproductBtn__official:link, .SproductBtn__official:visited {
  position: absolute;
  width: 33%;
  top: 231px;
  right: 10.4%;
  background: url(../img/common_arrow_wh_01.svg) no-repeat, #2C955A;
  background-position: 93.5% 50%;
  background-size: 11.1%;
  color: #FFF;
  padding: 1.5% 2.5% 1.5% 0;
  font-size: 0.9375rem;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductBtn__official, .SproductBtn__official:link, .SproductBtn__official:visited {
    top: 20.28095vw;
    font-size: 1.31694vw;
    border-radius: 0.43898vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductBtn__official, .SproductBtn__official:link, .SproductBtn__official:visited {
    position: relative;
    display: block;
    width: 100%;
    height: 10vw;
    top: auto;
    bottom: 10vw;
    left: 0;
    right: 0;
    margin: 0 0 7.5%;
    padding: 1.4% 5% 0 0;
    background: url(../img/common_arrow_wh_01.svg) no-repeat, #2C955A;
    background-position: 67.4% 55%;
    background-size: 4.4%;
    text-align: center;
    font-size: 3.6vw;
    border-radius: 0 0 1.8vw 1.8vw;
  }
}

.SproductBasic {
  position: relative;
  display: block;
  margin: 0 0 5.1%;
  padding: 3px;
  border-radius: 5px;
  background: #2C955A;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductBasic {
    padding: .263vw;
    border-radius: .439vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductBasic {
    margin: 0 0 12.7%;
  }
}

.SproductBasic::after {
  content: "";
  position: absolute;
  display: block;
  width: 16.2%;
  height: 45%;
  bottom: -15.6%;
  right: -7.2%;
  background: url(../img/product/common_product_table_deco_01_pc.png) no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 640px) {
  .SproductBasic::after {
    width: 26.7%;
    height: 22.7%;
    bottom: -6.4%;
    right: -8.2%;
  }
}

.SproductBasicTable {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFF;
  border-radius: 3px;
  overflow: hidden;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductBasicTable {
    border-radius: 0.26339vw;
  }
}

.SproductBasicRow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.SproductBasicRow--05, .SproductBasicRow--06 {
  border: none;
}

.SproductBasicRow--01, .SproductBasicRow--03, .SproductBasicRow--05 {
  flex: 0 1 53.9%;
}

.SproductBasicRow--02, .SproductBasicRow--04, .SproductBasicRow--06 {
  flex: 0 1 46.1%;
}

@media screen and (max-width: 640px) {
  .SproductBasicRow {
    flex: 0 1 100%;
  }
}

.SproductBasic__head {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  background: #2C955A;
  color: #FFF;
  justify-content: center;
  border-bottom: #2B2B2B 1px dashed;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductBasic__head {
    font-size: 1.40474vw;
  }
}

.SproductBasic__head--01, .SproductBasic__head--03, .SproductBasic__head--05 {
  flex: 0 1 26.7%;
}

.SproductBasic__head--02, .SproductBasic__head--04, .SproductBasic__head--06 {
  flex: 0 1 39.2%;
}

.SproductBasic__head--01, .SproductBasic__head--02 {
  padding: 26px 0;
}

.SproductBasic__head--03, .SproductBasic__head--04 {
  padding: 34px 0;
}

.SproductBasic__head--05, .SproductBasic__head--06 {
  padding: 20px 0;
}

.SproductBasic__head--05, .SproductBasic__head--06 {
  border: none;
}

@media screen and (max-width: 640px) {
  .SproductBasic__head {
    font-size: 4vw;
    text-align: center;
  }
  .SproductBasic__head--01, .SproductBasic__head--02, .SproductBasic__head--03, .SproductBasic__head--04, .SproductBasic__head--05, .SproductBasic__head--06 {
    flex: 0 1 26.7%;
    padding: 4.7vw 0;
    line-height: 1.5;
  }
  .SproductBasic__head--04 {
    height: 20.8vw;
  }
  .SproductBasic__head--05 {
    border-bottom: #2B2B2B 1px dashed;
  }
}

.SproductBasic__data {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.0625rem;
  line-height: 1;
  justify-content: center;
  background: #FFF;
  border-bottom: #2B2B2B 1px dashed;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductBasic__data {
    font-size: 1.49254vw;
  }
}

.SproductBasic__data--01, .SproductBasic__data--03, .SproductBasic__data--05 {
  flex: 0 1 73.3%;
}

.SproductBasic__data--02, .SproductBasic__data--04, .SproductBasic__data--06 {
  flex: 0 1 60.8%;
}

.SproductBasic__data--01, .SproductBasic__data--02 {
  padding: 26px 0;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductBasic__data--01, .SproductBasic__data--02 {
    padding: 2.2827vw 0;
  }
}

.SproductBasic__data--03, .SproductBasic__data--04 {
  padding: 34px 0;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductBasic__data--03, .SproductBasic__data--04 {
    padding: 2.98507vw 0;
  }
}

.SproductBasic__data--05, .SproductBasic__data--06 {
  padding: 20px 0;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductBasic__data--05, .SproductBasic__data--06 {
    padding: 1.75593vw 0;
  }
}

.SproductBasic__data--05, .SproductBasic__data--06 {
  border: none;
}

@media screen and (max-width: 640px) {
  .SproductBasic__data {
    flex: 0 1 73.3%;
    font-size: 4vw;
  }
  .SproductBasic__data--01, .SproductBasic__data--02, .SproductBasic__data--03, .SproductBasic__data--04, .SproductBasic__data--05, .SproductBasic__data--06 {
    padding: 4.7vw 0;
    line-height: 1.5;
  }
  .SproductBasic__data--04 {
    height: 20.8vw;
  }
  .SproductBasic__data--05 {
    border-bottom: #2B2B2B 1px dashed;
  }
}

.SproductBasicComponent__item {
  font-size: 1.0625rem;
  line-height: 1;
  text-align: center;
  margin: 4% 0;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductBasicComponent__item {
    font-size: 1.49254vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductBasicComponent__item {
    font-size: 4vw;
  }
}

.SproductReview {
  margin: 0 0 17.8%;
}

@media screen and (max-width: 640px) {
  .SproductReview {
    margin: 0 0 39.2%;
  }
}

.SproductReview__ttl {
  position: relative;
  font-size: 2.0625rem;
  text-align: center;
  background: url(../img/common_product_review_line_01.svg) no-repeat;
  background-position: 50% 96%;
  background-size: 78%;
  margin: 0 0 4.9%;
  z-index: 10;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__ttl {
    font-size: 2.89728vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductReview__ttl {
    font-size: 7vw;
    margin: 0 0 13.8%;
    padding: 0 0 0 4vw;
    line-height: 1.35;
    background: none;
  }
}

.SproductReview__ttl::before, .SproductReview__ttl::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}

.SproductReview__ttl::before {
  width: 191px;
  height: 187px;
  top: -110%;
  left: -9.3%;
  background: url(../img/sidemenu/sidemenu_rank_deco_01_pc.png) no-repeat;
  background-size: contain;
  transform: rotate(2deg);
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__ttl::before {
    width: 16.7691vw;
    height: 16.41791vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductReview__ttl::before {
    background: url(../img/common_product_review_bg_01.png) no-repeat;
    background-size: contain;
    width: 100vw;
    height: 24vw;
    top: 4.7vw;
    left: -5.4vw;
    transform: none;
  }
}

.SproductReview__ttl::after {
  width: 100px;
  height: 137px;
  top: -58%;
  right: -1.8%;
  background: url(../img/common_product_review_deco02_01.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__ttl::after {
    width: 8.77963vw;
    height: 1t-keisan 37;
  }
}

@media screen and (max-width: 640px) {
  .SproductReview__ttl::after {
    content: none;
  }
}

.SproductReview__ttl--bold {
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .SproductReview__ttl--bold {
    font-size: 8.1vw;
  }
}

.SproductReview__ttl--img {
  position: absolute;
  width: 10.6%;
  top: -49%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .SproductReview__ttl--img {
    width: 25%;
    top: -65%;
  }
}

.SproductReviewList {
  margin: 0 0 6.4%;
}

@media screen and (max-width: 640px) {
  .SproductReviewList {
    margin: 0 0 13.6%;
  }
}

.SproductReview__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #FFF;
  border-radius: 10px;
  margin: 0 0 9.5%;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__item {
    border-radius: 0.87796vw;
  }
}

.SproductReview__item:last-child {
  margin-bottom: 0;
}

.SproductReview__item--01.SproductReview__item--pat1, .SproductReview__item--03.SproductReview__item--pat1 {
  padding: 0 6.8% 0 4.8%;
}

.SproductReview__item--02.SproductReview__item--pat1 {
  padding: 0 4.8% 0 4.8%;
}

.SproductReview__item--01.SproductReview__item--pat3::before, .SproductReview__item--03.SproductReview__item--pat3::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common_product_review_step3deco_01.png) no-repeat;
  background-size: contain;
  width: 162px;
  height: 153px;
  bottom: -6.9%;
  right: -11.1%;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__item--01.SproductReview__item--pat3::before, .SproductReview__item--03.SproductReview__item--pat3::before {
    width: 14.223vw;
    height: 13.43284vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductReview__item--01.SproductReview__item--pat3::before, .SproductReview__item--03.SproductReview__item--pat3::before {
    width: 24vw;
    height: 23vw;
    bottom: -11vw;
    right: -8vw;
  }
}

.SproductReview__item--01.SproductReview__item--pat2, .SproductReview__item--02.SproductReview__item--pat2, .SproductReview__item--03.SproductReview__item--pat2 {
  margin: 9.5% 0 12.4%;
  padding: 6.4% 4.1% 5.4%;
}

.SproductReview__item--pat3 {
  padding: 3% 5% 3.6%;
}

.SproductReview__item--01::before, .SproductReview__item--02::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common_product_review_tententen_01.svg) no-repeat;
  width: 8px;
  height: 40px;
  bottom: -56px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__item--01::before, .SproductReview__item--02::before {
    width: 0.70237vw;
    height: 3.51185vw;
    bottom: -4.91659vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductReview__item--01::before, .SproductReview__item--02::before {
    background: url(../img/common_product_review_tententen_01.svg) no-repeat;
    background-size: contain;
    width: 3vw;
    height: 16vw;
    bottom: -18vw;
  }
}

.SproductReview__item--pat2::before {
  bottom: -67px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__item--pat2::before {
    bottom: -5.88235vw;
  }
}

.SproductReview__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .SproductReview__item--01.SproductReview__item--pat1, .SproductReview__item--02.SproductReview__item--pat1, .SproductReview__item--03.SproductReview__item--pat1 {
    margin: 0 0 22.7%;
    padding: 15.4vw 6.8% 7.7vw 4.8%;
  }
  .SproductReview__item--01.SproductReview__item--pat2, .SproductReview__item--02.SproductReview__item--pat2, .SproductReview__item--03.SproductReview__item--pat2 {
    margin-bottom: 18vw;
    padding: 5.2% 6.2% 5.4%;
  }
  .SproductReview__item--pat3 {
    padding: 5.4vw 6.8% 7.7vw 4.8%;
  }
}

.SproductReview__step {
  position: absolute;
}

.SproductReview__step--pat1.SproductReview__step--01, .SproductReview__step--pat1.SproductReview__step--03 {
  width: 15.5%;
  top: 22px;
  left: 43%;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__step--pat1.SproductReview__step--01, .SproductReview__step--pat1.SproductReview__step--03 {
    top: 1.93152vw;
  }
}

.SproductReview__step--pat1.SproductReview__step--02 {
  width: 16.8%;
  top: 31px;
  left: 4.7%;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__step--pat1.SproductReview__step--02 {
    top: 2.72169vw;
  }
}

.SproductReview__step--pat2 {
  top: -11%;
  left: 5%;
}

.SproductReview__step--pat2.SproductReview__step--01 {
  width: 15.5%;
}

.SproductReview__step--pat2.SproductReview__step--02 {
  width: 17%;
}

.SproductReview__step--pat2.SproductReview__step--03 {
  width: 17%;
}

.SproductReview__step--pat3 {
  width: 16.7%;
  top: 84px;
  left: 44.2%;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__step--pat3 {
    top: 7.37489vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductReview__step--pat1.SproductReview__step--01, .SproductReview__step--pat1.SproductReview__step--02, .SproductReview__step--pat1.SproductReview__step--03 {
    width: 30.8%;
    top: 5.6vw;
    left: 6.7%;
  }
  .SproductReview__step--pat2.SproductReview__step--01, .SproductReview__step--pat2.SproductReview__step--02, .SproductReview__step--pat2.SproductReview__step--03 {
    position: relative;
    width: 28vw;
    left: 0;
    margin: 0 0 2.5%;
  }
  .SproductReview__step--pat3 {
    width: 33.3%;
    top: 30.7vw;
    left: 6.6%;
  }
}

.SproductReview__txt {
  flex: 0 1 57%;
}

.SproductReview__txt--01, .SproductReview__txt--03 {
  order: 2;
  padding: 13.2% 0 3.3%;
}

.SproductReview__txt--02 {
  order: 1;
  padding: 14.1% 0 3.2%;
}

@media screen and (max-width: 640px) {
  .SproductReview__txt--02 {
    order: 2;
  }
}

.SproductReview__txt--01.SproductReview__txt--pat1, .SproductReview__txt--03.SproductReview__txt--pat1 {
  flex: 0 1 57%;
}

.SproductReview__txt--01.SproductReview__txt--pat2, .SproductReview__txt--02.SproductReview__txt--pat2, .SproductReview__txt--03.SproductReview__txt--pat2 {
  flex: 0 1 46.8%;
  padding: 0;
}

.SproductReview__txt--keisen {
  position: relative;
  display: block;
  line-height: 2.4;
  font-size: 0.9375rem;
  background: url(../img/common_product_review_keisen_01.svg) repeat-y;
  background-position: 0 1.1rem;
  background-size: 100% 2.26rem;
}

.SproductReview__txt--keisen::before, .SproductReview__txt--keisen::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  left: 0;
}

.SproductReview__txt--keisen::before {
  top: 0;
}

.SproductReview__txt--keisen::after {
  bottom: 0;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__txt--keisen {
    font-size: 1.31694vw;
    background: url(../img/common_product_review_keisen_01.svg) repeat-y;
    background-position: 0 1.4vw;
    background-size: 100% 3.16067vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductReview__txt--keisen {
    font-size: 4.2vw;
    padding: 0 1.6vw;
    background: url(../img/common_product_review_keisen_01.svg) repeat-y;
    background-position: 0 10.4vw;
    background-size: 100% 6.94vw;
    line-height: 1.7;
    letter-spacing: -0.1vw;
  }
  .SproductReview__txt--keisen::before, .SproductReview__txt--keisen::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #FFF;
    left: 0;
  }
  .SproductReview__txt--keisen::before {
    top: 0;
  }
  .SproductReview__txt--keisen::after {
    bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .SproductReview__txt {
    flex: 0 1 100%;
    padding: 4vw 0 0;
  }
  .SproductReview__txt--01.SproductReview__txt--pat1, .SproductReview__txt--02.SproductReview__txt--pat1, .SproductReview__txt--03.SproductReview__txt--pat1 {
    flex: 0 1 100%;
    padding: 4vw 0 0;
  }
  .SproductReview__txt--01.SproductReview__txt--pat2, .SproductReview__txt--02.SproductReview__txt--pat2, .SproductReview__txt--03.SproductReview__txt--pat2 {
    flex: 0 1 100%;
  }
}

.SproductReview__img {
  flex: 0 1 246px;
  margin: 1% 0 0;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__img {
    flex: 0 1 21.59789vw;
  }
}

.SproductReview__img--01, .SproductReview__img--03 {
  order: 1;
}

.SproductReview__img--02 {
  order: 2;
}

@media screen and (max-width: 640px) {
  .SproductReview__img--02 {
    order: 1;
  }
}

.SproductReview__img--pat1 {
  width: 246px;
  height: 246px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__img--pat1 {
    width: 21.59789vw;
    height: 21.59789vw;
  }
}

.SproductReview__img--pat1 img {
  object-fit: cover;
}

.SproductReview__img--01.SproductReview__img--pat2, .SproductReview__img--02.SproductReview__img--pat2, .SproductReview__img--03.SproductReview__img--pat2 {
  flex: 0 1 49.2%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__img--01.SproductReview__img--pat2, .SproductReview__img--02.SproductReview__img--pat2, .SproductReview__img--03.SproductReview__img--pat2 {
    border-radius: 0.87796vw;
  }
}

.SproductReview__img--pat3 {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductReview__img--pat3 {
    border-radius: 0.87796vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductReview__img {
    flex: 0 1 53.5vw;
    height: 53.5vw;
    margin: 0 auto;
  }
  .SproductReview__img--01.SproductReview__img--pat2, .SproductReview__img--02.SproductReview__img--pat2, .SproductReview__img--03.SproductReview__img--pat2 {
    flex: 0 1 100%;
  }
  .SproductReview__img--01.SproductReview__img--pat2, .SproductReview__img--02.SproductReview__img--pat2, .SproductReview__img--03.SproductReview__img--pat2 {
    height: auto;
    margin: 0 0 2vw;
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  .SproductReview__img--pat3 {
    flex: 0 1 45vw;
    margin: 0 0 0 auto;
    height: 59.9vw;
  }
}

.SproductVoice {
  background: #FFF;
  margin: 0 0 11.5%;
  padding: 0 0 45px;
  border-radius: 10px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductVoice {
    padding: 0 0 3.95083vw;
    border-radius: 0.87796vw;
  }
}

.SproductVoice__ttl {
  margin: 0 0 3.3%;
  padding: 10.7% 0 2%;
  border-radius: 10px;
  background: url(../img/common_product_voice_ttl_01.jpg) no-repeat;
  background-position: 50% 0;
  background-size: 100%;
  font-size: 2.0625rem;
  font-weight: 500;
  text-align: center;
  z-index: 10;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductVoice__ttl {
    font-size: 2.89728vw;
    border-radius: 0.87796vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductVoice__ttl {
    background: url(../img/common_product_voice_ttl_01.png) no-repeat;
    background-position: 50% 0;
    background-size: 100%;
    border-radius: 1.5625vw;
    font-size: 7vw;
    margin: 0 0 11.4%;
    padding: 19% 0 5%;
  }
}

.SproductVoiceList {
  width: 88.74%;
  margin: 0 auto;
}

.SproductVoice__item {
  position: relative;
  background: #F0ECE4;
  border-radius: 10px;
  margin: 0 0 5.8%;
  padding: 5.1% 7.5% 3.6%;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductVoice__item {
    border-radius: 0.87796vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductVoice__item {
    margin: 0 0 15%;
    padding: 4.9vw 5.36vw;
  }
}

.SproductVoice__item:last-child {
  margin-bottom: 0;
}

.SproductVoice__num {
  position: absolute;
  width: 15.2%;
  top: -8%;
  left: -1.6%;
  padding: .85% 0;
  background: #2C955A;
  border-radius: 5px;
  color: #FFF;
  font-size: 1.1875rem;
  text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductVoice__num {
    font-size: 1.66813vw;
    border-radius: 0.43898vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductVoice__num {
    width: 29%;
    height: 8vw;
    top: -6.2vw;
    left: 0;
    padding: 1.3vw 0 0;
    font-size: 4.2vw;
  }
}

.SproductVoice__num::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  right: 0;
  bottom: -22%;
  left: 43%;
  border-top: 12px solid #2C955A;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 10px solid transparent;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductVoice__num::after {
    border-top: 1.05356vw solid #2C955A;
    border-left: 0.87796vw solid transparent;
  }
}

@media screen and (max-width: 640px) {
  .SproductVoice__num::after {
    border-top: 3vw solid #2C955A;
    border-left: 2vw solid transparent;
  }
}

.SproductVoice__num--big {
  font-size: 1.5rem;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductVoice__num--big {
    font-size: 2.10711vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductVoice__num--big {
    font-size: 5vw;
  }
}

.SproductVoice__txt p {
  font-size: 0.9375rem;
  line-height: 2.4;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SproductVoice__txt p {
    font-size: 1.31694vw;
  }
}

@media screen and (max-width: 640px) {
  .SproductVoice__txt p {
    font-size: 4.02vw;
    line-height: 1.75;
  }
}

#ranking {
  margin-top: -110px;
  padding-top: 110px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  #ranking {
    margin-top: -9.65vw;
    padding-top: 9.65vw;
  }
}

@media screen and (max-width: 640px) {
  #ranking {
    margin-top: -10vw;
    padding-top: 10vw;
    margin-bottom: 20vw;
  }
}

.Ranking {
  position: relative;
  background: #F0ECE4;
  margin: 0 0 16.8%;
  padding: 4.6% 3.8255% 7.5%;
}

@media screen and (max-width: 640px) {
  .Ranking {
    margin: 0 0 23.5%;
    padding: 14.7% 5.46875% 12.5%;
  }
  .Ranking::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/common_ranking_point_02_sp.png) no-repeat;
    background-size: contain;
    width: 20.1vw;
    height: 20vw;
    top: 3vw;
    right: 5.8vw;
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  .single-product .Ranking::after, .single-product_y .Ranking::after {
    background: url(../img/top/top_search_bg_sp_01.png) no-repeat;
    background-size: contain;
    width: 100vw;
    height: 24vw;
    top: -11vw;
    left: -5.46875vw;
    top: -11vw;
  }
}

.single-product .Ranking, .single-product_y .Ranking {
  padding: 0;
}

.Ranking:last-child {
  margin-bottom: 0;
}

.RankingTtl {
  position: relative;
  margin: 0 0 11.3%;
  background: #FFF;
}

.single-product .RankingTtl, .single-product_y .RankingTtl {
  background: url(../img/common_product_bg_01_pc.png) no-repeat;
  background-size: cover;
  min-height: 352px;
  margin: 0 0 10.2%;
  padding: 5.6% 0 0 29.5%;
  border-radius: 10px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .single-product .RankingTtl, .single-product_y .RankingTtl {
    min-height: 30.877vw;
  }
}

@media screen and (max-width: 640px) {
  .single-product .RankingTtl, .single-product_y .RankingTtl {
    position: relative;
    padding: 6.8vw 0 0 31.4%;
    min-height: auto;
    height: 66.8vw;
    margin: 0;
    border-radius: 0 0 1.8vw 1.8vw;
  }
}

.RankingTtl::before, .RankingTtl::after {
  content: "";
  position: absolute;
  display: block;
  border-top: #2B2B2B 1px solid;
  width: 43px;
  height: 1px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingTtl::before, .RankingTtl::after {
    width: 3.772vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingTtl::before, .RankingTtl::after {
    width: 9.4vw;
  }
}

.single-product .RankingTtl::before, .single-product_y .RankingTtl::before, .single-product .RankingTtl::after, .single-product_y .RankingTtl::after {
  content: none;
}

.RankingTtl::before {
  top: 11px;
  left: -11px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingTtl::before {
    top: .965vw;
    left: -.965vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingTtl::before {
    top: 2.4vw;
    left: -2.3vw;
  }
}

.RankingTtl::after {
  bottom: 9px;
  right: -13px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingTtl::after {
    bottom: .79vw;
    right: -1.14vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingTtl::after {
    bottom: 2vw;
    right: -2.2vw;
  }
}

.RankingTtl--01 {
  padding: 3.9% 22% 4.6% 20.8%;
}

.RankingTtl--02, .RankingTtl--03, .RankingTtl--04, .RankingTtl--05 {
  padding: 3.9% 25.7% 4.6% 18.5%;
}

@media screen and (max-width: 640px) {
  .RankingTtl {
    margin: 0 0 15%;
    padding: 6.6% 0 0 29.1%;
    min-height: 93.125vw;
  }
}

.RankingTtl__company {
  display: inline-block;
  padding: .8% 2.1% .9% 7%;
  border: #2B2B2B 1px solid;
  color: #FFF;
  font-size: 0.8125rem;
  background: url(../img/common_check_01.svg) no-repeat, #2B2B2B;
  background-size: auto 100%;
  background-position: 0 0;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingTtl__company {
    font-size: 1.14135vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingTtl__company {
    font-size: 2.65625vw;
    margin: 0 0 2%;
    padding: .8% 2.5% .9% 8.5%;
  }
}

.single-product .RankingTtl__company, .single-product_y .RankingTtl__company {
  font-size: 0.875rem;
  padding: .8% 4.6% .9% 8.4%;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .single-product .RankingTtl__company, .single-product_y .RankingTtl__company {
    font-size: 1.22915vw;
  }
}

@media screen and (max-width: 640px) {
  .single-product .RankingTtl__company, .single-product_y .RankingTtl__company {
    font-size: 2.65625vw;
    margin: 0 0 2vw;
    padding: 1.1% 4.6% .9% 9.2%;
  }
}

.RankingTtl__sub {
  position: relative;
  display: inline-block;
  margin: 0 0 4.5%;
  font-size: 1.125rem;
  line-height: 1.9444;
  text-align: left;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingTtl__sub {
    font-size: 1.49254vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingTtl__sub {
    font-size: 3.4375vw;
    line-height: 1.273;
    margin: 0 0 5%;
  }
}

.single-product .RankingTtl__sub, .single-product_y .RankingTtl__sub {
  font-size: 1.0625rem;
  margin: 0 0 2.4%;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .single-product .RankingTtl__sub, .single-product_y .RankingTtl__sub {
    font-size: 1.49254vw;
  }
}

@media screen and (max-width: 640px) {
  .single-product .RankingTtl__sub, .single-product_y .RankingTtl__sub {
    position: absolute;
    font-size: 3.59375vw;
    margin: 0 0 2.5vw;
    top: 15.7vw;
  }
  .single-product .RankingTtl__sub br, .single-product_y .RankingTtl__sub br {
    display: none;
  }
}

.single-product.postid-32 .RankingTtl__sub br, .single-product_y.postid-72 .RankingTtl__sub br {
  display: none;
}

.single-product.postid-33 .RankingTtl__sub br, .single-product_y.postid-71 .RankingTtl__sub br {
  display: none;
}

.postid-31 .RankingTtl__sub br, .postid-73 .RankingTtl__sub br {
  display: none;
}

.RankingTtl__sub::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 1px;
  border-top: #2B2B2B 1px solid;
}

@media screen and (max-width: 640px) {
  .RankingTtl__sub::after {
    bottom: -.6vw;
  }
}

.single-product .RankingTtl__sub::after, .single-product_y .RankingTtl__sub::after {
  bottom: -2px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .single-product .RankingTtl__sub::after, .single-product_y .RankingTtl__sub::after {
    bottom: -.175vw;
  }
}

@media screen and (max-width: 640px) {
  .single-product .RankingTtl__sub::after, .single-product_y .RankingTtl__sub::after {
    bottom: -.8vw;
  }
}

.Ranking--01 .RankingTtl__sub br {
  display: none;
}

.Ranking--02 .RankingTtl__sub br:first-child, .Ranking--02 .RankingTtl__sub br:nth-child(2) {
  display: none;
}

.Ranking--03 .RankingTtl__sub br {
  display: none;
}

@media screen and (max-width: 640px) {
  .Ranking--02 .RankingTtl__sub br:last-child {
    display: none;
  }
  .Ranking--02 .RankingTtl__sub br:nth-child(2) {
    display: inline;
  }
  .Ranking--03 .RankingTtl__sub br {
    display: inline;
  }
  .single-product.postid-32 .RankingTtl__sub br:nth-child(2),
  .single-product.postid-33 .RankingTtl__sub br:nth-child(1),
  .single-product_y.postid-72 .RankingTtl__sub br:nth-child(2),
  .single-product_y.postid-71 .RankingTtl__sub br:nth-child(1) {
    display: inline;
  }
}

.RankingTtl__product {
  display: block;
  margin: 0 0 0 -2.2%;
  text-align: left;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.125;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingTtl__product {
    font-size: 3.51185vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingTtl__product {
    line-height: 1.024;
    font-size: 6.40625vw;
    margin: 0;
  }
}

.single-product .RankingTtl__product, .single-product_y .RankingTtl__product {
  margin: 0;
  font-size: 2.375rem;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .single-product .RankingTtl__product, .single-product_y .RankingTtl__product {
    font-size: 3.33626vw;
  }
}

@media screen and (max-width: 640px) {
  .single-product .RankingTtl__product, .single-product_y .RankingTtl__product {
    position: absolute;
    font-size: 6.25vw;
    line-height: 1.13;
    top: 23vw;
  }
}

.postid-31 .RankingTtl__product br, .postid-73 .RankingTtl__product br {
  display: none;
}

@media screen and (max-width: 640px) {
  .postid-31 .RankingTtl__product br, .postid-73 .RankingTtl__product br {
    display: inline;
  }
}

@media screen and (max-width: 640px) {
  .postid-32.single-product .RankingTtl__product,
  .postid-33.single-product .RankingTtl__product,
  .postid-72.single-product_y .RankingTtl__product,
  .postid-71.single-product_y .RankingTtl__product {
    top: 28vw;
  }
}

.RankingRank {
  position: absolute;
  text-align: center;
}

.RankingRank--01 {
  background: url(../img/common_icon_rank1_bg_01.png) no-repeat;
  background-size: contain;
  width: 94px;
  height: 112px;
  padding: 4.7% 0 0;
  top: -11px;
  left: 5.9%;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingRank--01 {
    width: 8.246vw;
    height: 9.825vw;
    top: -.865vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingRank--01 {
    width: 20.946vw;
    height: 25.225vw;
    top: 6.7vw;
    left: 3.2vw;
    padding: 7vw 0 0;
  }
}

.RankingRank--02, .RankingRank--03 {
  width: 81px;
  height: 93px;
  left: 5.8%;
  padding: 3.9% 0 0;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingRank--02, .RankingRank--03 {
    width: 7.105vw;
    height: 8.158vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingRank--02, .RankingRank--03 {
    width: 20.946vw;
    height: 25.225vw;
    left: 3.2vw;
    padding: 7vw 0 0;
  }
}

.RankingRank--04, .RankingRank--05 {
  width: 67px;
  height: 68px;
  left: 7.6%;
  padding: 1.8% 0 0;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingRank--04, .RankingRank--05 {
    width: 5.877vw;
    height: 5.965vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingRank--04, .RankingRank--05 {
    width: 17.946vw;
    height: 17.925vw;
    left: 5.2vw;
    padding: 3.2vw 0 0;
  }
}

.RankingRank--02 {
  background: url(../img/common_icon_rank2_bg_01.png) no-repeat;
  background-size: contain;
  top: 10px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingRank--02 {
    top: .877vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingRank--02 {
    top: 6.7vw;
  }
}

.RankingRank--03 {
  background: url(../img/common_icon_rank3_bg_01.png) no-repeat;
  background-size: contain;
  top: 20px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingRank--03 {
    top: 1.754vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingRank--03 {
    top: 6.7vw;
  }
}

.RankingRank--04, .RankingRank--05 {
  background: url(../img/common_icon_rank0_bg_01.png) no-repeat;
  background-size: contain;
  top: 33px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingRank--04, .RankingRank--05 {
    top: 2.895vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingRank--04, .RankingRank--05 {
    top: 7.7vw;
  }
}

.RankingRank__num {
  font-size: 2.6875rem;
  font-weight: 500;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingRank__num {
    font-size: 3.77524vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingRank__num {
    font-size: 11.40625vw;
  }
}

.RankingRank__num--01 {
  font-size: 3.25rem;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingRank__num--01 {
    font-size: 4.56541vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingRank__num--01 {
    font-size: 11.71875vw;
  }
}

.RankingRank__unit {
  font-size: 1.1875rem;
  font-weight: 500;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingRank__unit {
    font-size: 1.66813vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingRank__unit {
    font-size: 5vw;
  }
}

.RankingRank__unit--01 {
  font-size: 1.4375rem;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingRank__unit--01 {
    font-size: 2.01932vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingRank__unit--01 {
    font-size: 5.15625vw;
  }
}

.RankingPcg {
  position: absolute;
  width: 14.5%;
  top: -36px;
  right: 70px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingPcg {
    top: -3.158vw;
    right: 6.14vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingPcg {
    width: 18.4%;
    top: 47.7vw;
    left: 12.9vw;
    right: auto;
  }
}

.single-product .RankingPcg, .single-product_y .RankingPcg {
  width: 14.5%;
  top: 11px;
  left: 66px;
  right: auto;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .single-product .RankingPcg, .single-product_y .RankingPcg {
    top: .965vw;
    left: 5.89vw;
  }
}

@media screen and (max-width: 640px) {
  .single-product .RankingPcg, .single-product_y .RankingPcg {
    width: 18.9%;
    top: 4.5vw;
    left: 5.1vw;
    right: auto;
  }
}

.RankingInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 84.7%;
  margin: 0 auto 8.8%;
}

@media screen and (max-width: 640px) {
  .RankingInfo {
    display: block;
    width: 91.8%;
    margin-bottom: 7.5%;
  }
}

.single-product .RankingInfo, .single-product_y .RankingInfo {
  width: 100%;
  padding: 0 1% 0 1.9%;
  margin: 0 auto 5.7%;
}

@media screen and (max-width: 640px) {
  .single-product .RankingInfo, .single-product_y .RankingInfo {
    margin: 0 auto 12.3%;
    padding: 0 3.7% 0 3.8%;
  }
}

.RankingVote {
  position: relative;
  flex: 0 1 36%;
  padding: 2.6% 0 0;
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .RankingVote {
    display: block;
    position: absolute;
    width: 69.3%;
    top: 62vw;
    right: .9vw;
  }
}

.single-product .RankingVote, .single-product_y .RankingVote {
  position: absolute;
  width: 28%;
  height: 180px;
  top: 169px;
  left: 188px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .single-product .RankingVote, .single-product_y .RankingVote {
    height: 15.79vw;
    top: 14.825vw;
    left: 16.491vw;
  }
}

@media screen and (max-width: 640px) {
  .single-product .RankingVote, .single-product_y .RankingVote {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    top: 42.6vw;
    right: 0;
    left: 0;
    padding: 0 18.5% 0 36.2%;
  }
}

.RankingVote::before {
  content: "";
  position: absolute;
  display: block;
  width: 350px;
  height: 223px;
  top: -9%;
  left: -43%;
  background: url(../img/common_product_vote_bg_01.png) no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  z-index: -1;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingVote::before {
    width: 30.702vw;
    height: 19.561vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingVote::before {
    background: url(../img/common_product_vote_bg_01_sp.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    top: -17%;
    right: 6.4%;
    left: auto;
    width: 97%;
    height: 144%;
  }
}

.single-product .RankingVote::before, .single-product_y .RankingVote::before {
  width: 252px;
  height: 176px;
  top: -3%;
  left: -17%;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .single-product .RankingVote::before, .single-product_y .RankingVote::before {
    width: 22.105vw;
    height: 15.439vw;
  }
}

@media screen and (max-width: 640px) {
  .single-product .RankingVote::before, .single-product_y .RankingVote::before {
    background: url(../img/common_product_vote_bg_04.png) no-repeat;
    background-size: contain;
    width: 75.4%;
    height: 19.539vw;
    left: 20.4vw;
    top: -7vw;
  }
}

.RankingVote__ttl {
  position: relative;
  display: inline-block;
  margin: 0 0 4.3%;
  font-size: 1.1875rem;
  line-height: 1;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingVote__ttl {
    font-size: 1.66813vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingVote__ttl {
    font-size: 3.59375vw;
    margin: 0 0 2.9%;
  }
}

.single-product .RankingVote__ttl, .single-product_y .RankingVote__ttl {
  font-size: 0.75rem;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .single-product .RankingVote__ttl, .single-product_y .RankingVote__ttl {
    font-size: 1.05356vw;
  }
}

@media screen and (max-width: 640px) {
  .single-product .RankingVote__ttl, .single-product_y .RankingVote__ttl {
    font-size: 2.65625vw;
    padding: 2.4vw 0 0;
  }
}

.RankingVote__ttl::before, .RankingVote__ttl::after {
  content: "";
  position: absolute;
  display: block;
}

@media screen and (max-width: 640px) {
  .single-product .RankingVote__ttl::before, .single-product_y .RankingVote__ttl::before, .single-product .RankingVote__ttl::after, .single-product_y .RankingVote__ttl::after {
    content: none;
  }
}

.RankingVote__ttl::before, .RankingVote__ttl::after {
  border-right: #2B2B2B 1px solid;
  width: 1px;
  height: 90%;
  top: 5%;
}

.RankingVote__ttl::before {
  left: -14%;
  transform: rotate(-23deg);
}

.RankingVote__ttl::after {
  right: -14%;
  transform: rotate(23deg);
}

.RankingVote__bunshi {
  margin: 0 0 7%;
  color: #C14D23;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingVote__bunshi {
    font-size: 5.61896vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingVote__bunshi {
    font-size: 12.1875vw;
    margin: 0 0 4%;
  }
}

.single-product .RankingVote__bunshi, .single-product_y .RankingVote__bunshi {
  font-size: 2.8125rem;
  margin: 0 0 5%;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .single-product .RankingVote__bunshi, .single-product_y .RankingVote__bunshi {
    font-size: 3.95083vw;
  }
}

@media screen and (max-width: 640px) {
  .single-product .RankingVote__bunshi, .single-product_y .RankingVote__bunshi {
    font-size: 7.5vw;
    margin-right: 1.5vw;
  }
}

.RankingVote__bunbo {
  position: relative;
  font-size: 2.0625rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingVote__bunbo {
    font-size: 2.89728vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingVote__bunbo {
    font-size: 6.25vw;
  }
}

.single-product .RankingVote__bunbo, .single-product_y .RankingVote__bunbo {
  font-size: 1.3125rem;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .single-product .RankingVote__bunbo, .single-product_y .RankingVote__bunbo {
    font-size: 1.84372vw;
  }
}

@media screen and (max-width: 640px) {
  .single-product .RankingVote__bunbo, .single-product_y .RankingVote__bunbo {
    font-size: 3.4375vw;
    padding: 3.2vw 0 0;
  }
}

.RankingVote__bunbo::after {
  content: "";
  position: absolute;
  display: block;
  background: #2B2B2B;
  width: 53%;
  height: 2px;
  border-radius: 1px;
  top: -25%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingVote__bunbo::after {
    height: .175vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingVote__bunbo::after {
    width: 31%;
  }
}

.single-product .RankingVote__bunbo::after, .single-product_y .RankingVote__bunbo::after {
  width: 40%;
  top: -32%;
}

@media screen and (max-width: 640px) {
  .single-product .RankingVote__bunbo::after, .single-product_y .RankingVote__bunbo::after {
    content: none;
  }
}

.RankingPoint {
  position: relative;
  flex: 0 1 59.1%;
}

.RankingPoint::after {
  content: "";
  position: absolute;
  display: block;
  width: 38%;
  height: 120%;
  top: -33.9%;
  right: -25.3%;
  background: url(../img/common_ranking_point_01.png) no-repeat;
  background-size: contain;
}

.single-product .RankingPoint::after, .single-product_y .RankingPoint::after {
  content: none;
}

@media screen and (max-width: 640px) {
  .RankingPoint::after {
    background: url(../img/common_ranking_point_01_sp.png) no-repeat;
    background-size: contain;
    width: 29%;
    height: 48.8%;
    top: -35.6%;
    right: -11.3%;
  }
}

.single-product .RankingPoint, .single-product_y .RankingPoint {
  flex: 0 1 100%;
}

.RankingPoint__ttl {
  position: absolute;
  width: 40.9%;
  top: -23.1%;
  left: -11.5%;
}

.single-product .RankingPoint__ttl, .single-product_y .RankingPoint__ttl {
  width: 22.4%;
  top: -61.1%;
  left: -4.5%;
}

@media screen and (max-width: 640px) {
  .single-product .RankingPoint__ttl, .single-product_y .RankingPoint__ttl {
    width: 40.3%;
    top: -25.5%;
    left: -4.6%;
  }
}

@media screen and (max-width: 640px) {
  .RankingPoint__ttl {
    width: 40.6%;
    top: -24.8%;
    left: -5.6%;
  }
}

.RankingPointList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.RankingPointItem {
  flex: 0 1 33.333%;
}

.RankingPointItem--01, .RankingPointItem--02, .RankingPointItem--03 {
  border-bottom: #2B2B2B 1px dashed;
}

.RankingPointItem--01, .RankingPointItem--02, .RankingPointItem--04, .RankingPointItem--05 {
  border-right: #2B2B2B 1px dashed;
}

.single-product .RankingPointItem, .single-product_y .RankingPointItem {
  flex: 0 1 16.666%;
  border-bottom: none;
  border-right: #2B2B2B 1px dashed;
}

.single-product .RankingPointItem--06, .single-product_y .RankingPointItem--06 {
  border-right: none;
}

@media screen and (max-width: 640px) {
  .single-product .RankingPointItem, .single-product_y .RankingPointItem {
    flex: 0 1 33.333%;
  }
  .single-product .RankingPointItem--01, .single-product .RankingPointItem--02, .single-product .RankingPointItem--03, .single-product_y .RankingPointItem--01, .single-product_y .RankingPointItem--02, .single-product_y .RankingPointItem--03 {
    border-bottom: #2B2B2B 1px dashed;
    padding: 0 0 2%;
  }
  .single-product .RankingPointItem--01, .single-product .RankingPointItem--02, .single-product .RankingPointItem--04, .single-product .RankingPointItem--05, .single-product_y .RankingPointItem--01, .single-product_y .RankingPointItem--02, .single-product_y .RankingPointItem--04, .single-product_y .RankingPointItem--05 {
    border-right: #2B2B2B 1px dashed;
  }
  .single-product .RankingPointItem--03, .single-product_y .RankingPointItem--03 {
    border-right: none;
  }
}

.RankingPointDl {
  padding-top: 9%;
}

.RankingPointDl--01, .RankingPointDl--02, .RankingPointDl--03 {
  padding-bottom: 11.9%;
}

.RankingPointDl--04, .RankingPointDl--05, .RankingPointDl--06 {
  padding-bottom: 5%;
}

.single-product .RankingPointDl, .single-product_y .RankingPointDl {
  padding-top: 0;
  padding-bottom: 5%;
}

.RankingPoint__name {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingPoint__name {
    font-size: 1.22915vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingPoint__name {
    font-size: 3.125vw;
  }
}

.RankingPoint__name--01, .RankingPoint__name--02, .RankingPoint__name--03 {
  margin: 0 0 4%;
}

.RankingPoint__name--04, .RankingPoint__name--05, .RankingPoint__name--06 {
  margin: 0 0 8%;
}

.single-product .RankingPoint__name, .single-product_y .RankingPoint__name {
  font-size: 1rem;
  margin: 0 0 11%;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .single-product .RankingPoint__name, .single-product_y .RankingPoint__name {
    font-size: 1.40474vw;
  }
}

@media screen and (max-width: 640px) {
  .single-product .RankingPoint__name, .single-product_y .RankingPoint__name {
    font-size: 3.125vw;
    margin: 0 0 1.3vw;
    padding: 2.3vw 0 0;
  }
  .single-product .RankingPoint__name--04, .single-product .RankingPoint__name--05, .single-product .RankingPoint__name--06, .single-product_y .RankingPoint__name--04, .single-product_y .RankingPoint__name--05, .single-product_y .RankingPoint__name--06 {
    padding: 3vw 0 0;
  }
}

.RankingPoint__shape {
  width: 47.2%;
  margin: 0 auto;
}

.single-product .RankingPoint__shape, .single-product_y .RankingPoint__shape {
  width: 62.2%;
}

@media screen and (max-width: 640px) {
  .single-product .RankingPoint__shape, .single-product_y .RankingPoint__shape {
    width: 47%;
  }
}

.RankingContents {
  position: relative;
}

.RankingContents::after {
  content: "";
  position: absolute;
  display: block;
  width: 135px;
  height: 128px;
  bottom: -121px;
  left: -89px;
  background: url(../img/common_product_deco_05_pc.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingContents::after {
    width: 11.842vw;
    height: 11.228vw;
    bottom: -10.614vw;
    left: -7.807vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingContents::after {
    background: url(../img/common_product_deco_05_sp.png) no-repeat;
    background-size: contain;
    width: 30vw;
    height: 26.3vw;
    bottom: -27.4vw;
    left: -3vw;
  }
}

.single-product .RankingContents::after, .single-product_y .RankingContents::after {
  content: none;
}

.single-product .RankingContents, .single-product_y .RankingContents {
  margin: 0 0 20.4%;
  padding: 0 5.2% 0 3.9%;
}

@media screen and (max-width: 640px) {
  .single-product .RankingContents, .single-product_y .RankingContents {
    margin: 0 0 39.4%;
    padding: 0;
  }
}

.RankingContents__txt {
  margin: 0 0 4.7%;
  font-size: 0.9375rem;
  line-height: 2.4;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingContents__txt {
    font-size: 1.31694vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingContents__txt {
    font-size: 4.0625vw;
    line-height: 1.731;
    letter-spacing: .2vw;
    margin-bottom: 6.6%;
  }
}

.RankingContentsComponent {
  position: relative;
  margin: 0 0 9.4%;
  padding: 4.2% 8.5% 6% 5.2%;
  background: #FFF;
}

.RankingContentsComponent::after {
  content: "";
  position: absolute;
  display: block;
  width: 135px;
  height: 220px;
  top: -57px;
  right: -47px;
  background: url(../img/common_product_deco_01_pc.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingContentsComponent::after {
    width: 11.842vw;
    height: 19.298vw;
    top: -5vw;
    right: -4.123vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingContentsComponent::after {
    background: url(../img/common_product_deco_01_sp.png) no-repeat;
    background-size: contain;
    width: 23vw;
    height: 59.298vw;
    top: -4vw;
    right: -5.5vw;
  }
}

.single-product .RankingContentsComponent, .single-product_y .RankingContentsComponent {
  padding: 4.2% 6.7% 6% 5.2%;
}

@media screen and (max-width: 640px) {
  .single-product .RankingContentsComponent, .single-product_y .RankingContentsComponent {
    margin: 0 0 14.5%;
    padding: 8% 6.8% 10.8% 5.1%;
  }
}

@media screen and (max-width: 640px) {
  .RankingContentsComponent {
    margin: 0 0 14.5%;
    padding: 8% 6.8% 10.8% 5.1%;
  }
}

.RankingContentsComponent__inner {
  line-height: 1.41667;
  font-size: 0.75rem;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingContentsComponent__inner {
    font-size: 1.05356vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingContentsComponent__inner {
    font-size: 2.65625vw;
    line-height: 1.4706;
  }
}

.RankingContentsComponent__bold {
  font-weight: 600;
}

.RankingContents2col {
  margin: 0 0 5.8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .RankingContents2col {
    display: block;
    margin: 0 0 14.9%;
  }
  .RankingContents2col::after {
    content: "";
    clear: both;
  }
}

.RankingContents2col__img {
  position: relative;
  flex: 0 1 44%;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .RankingContents2col__img {
    float: left;
    width: 50%;
    margin: 4.2vw 4.2vw 0 0;
  }
}

.RankingContents2col__img img {
  width: 91%;
  margin: 0 auto;
  border-radius: 50%;
}

.RankingContents2col__img::after {
  content: "";
  position: absolute;
  display: block;
  width: 324px;
  height: 277px;
  background: url(../img/common_product_deco_02_pc.png) no-repeat;
  background-size: contain;
  top: 1px;
  left: -19px;
  z-index: -1;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingContents2col__img::after {
    width: 28.421vw;
    height: 24.298vw;
    left: -1.667vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingContents2col__img::after {
    width: 47.7vw;
    height: 40.5vw;
    top: 0;
    left: -2.7vw;
  }
}

.RankingContents2col__txt {
  flex: 0 1 53.9%;
  padding: 3% 1.5% 0 0;
  font-size: 0.9375rem;
  line-height: 2.4;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingContents2col__txt {
    font-size: 1.31694vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingContents2col__txt {
    padding: 4.8% 1.5% 0 0;
    font-size: 4.0625vw;
    line-height: 1.731;
  }
}

.RankingContents__img {
  position: relative;
  margin: 3% 0;
}

@media screen and (max-width: 640px) {
  .RankingContents__img {
    margin: 11% 0;
  }
}

.RankingContents__img::before, .RankingContents__img::after {
  content: "";
  position: absolute;
  display: block;
}

.RankingContents__img::before {
  width: 114px;
  height: 113px;
  bottom: -37px;
  right: -47px;
  background: url(../img/common_product_deco_03_pc.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingContents__img::before {
    width: 10vw;
    height: 9.912vwx;
    bottom: -3.246vw;
    right: -4.123vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingContents__img::before {
    background: url(../img/common_product_deco_03_sp.png) no-repeat;
    background-size: contain;
    width: 14vw;
    height: 14.4vw;
    bottom: -3.5vw;
    right: -5.7vw;
  }
}

.RankingContents__img::after {
  width: 122px;
  height: 127px;
  top: -45px;
  left: -49px;
  background: url(../img/common_product_deco_04_pc.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingContents__img::after {
    width: 10.702vw;
    height: 11.14vw;
    top: -3.947vw;
    left: -4.298vw;
  }
}

@media screen and (max-width: 640px) {
  .RankingContents__img::after {
    background: url(../img/common_product_deco_04_sp.png) no-repeat;
    background-size: contain;
    width: 18.402vw;
    height: 31.14vw;
    top: -8.847vw;
    left: -8.998vw;
  }
}

.RankingContents__img img {
  border-radius: 10px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .RankingContents__img img {
    border-radius: .877vw;
  }
}

.RankingContents__strong {
  font-weight: 500;
  background: url(../img/common_txt_bg_wh_01.jpg) repeat-x;
  background-size: auto 1.3rem;
  background-position: 0;
  color: #2C955A;
}

@media screen and (max-width: 640px) {
  .RankingContents__strong {
    background-size: auto 4.9vw;
    background-position: 0 0.9vw;
  }
}

.RankingBtns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 98.452%;
  margin: 0 auto;
  padding: 2.2% 0 0;
}

@media screen and (max-width: 640px) {
  .RankingBtns {
    width: 100%;
    padding: 2.2% 0 0;
  }
}

.RankingBtns__item {
  flex: 0 1 46.825%;
}

@media screen and (max-width: 640px) {
  .RankingBtns__item {
    flex: 0 1 100%;
  }
}
/*# sourceMappingURL=product-single.css.map */