.FvSlide {
  opacity: 0;
  transition: .2s all;
  max-width: 1230px;
  width: 96%;
  margin: 0 auto 72px;
}

.FvSlide.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 1230px) {
  .FvSlide {
    margin: 0 auto 5.854vw;
  }
}

@media screen and (max-width: 640px) {
  .FvSlide {
    width: 89.0625%;
    margin: 0 auto 17.3vw;
  }
}

.FvSlideBtn__prev, .FvSlideBtn__next {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  margin: -37px 0 0;
  z-index: 100;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 1230px) {
  .FvSlideBtn__prev, .FvSlideBtn__next {
    width: 5.203vw;
    height: 5.203vw;
    margin: -3.008vw 0 0;
  }
}

@media screen and (max-width: 640px) {
  .FvSlideBtn__prev, .FvSlideBtn__next {
    width: 10vw;
    height: 10vw;
    margin: -5.78125vw 0 0;
  }
}

.FvSlideBtn__prev::after, .FvSlideBtn__next::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(30px);
  z-index: -1;
}

.FvSlideBtn__prev::before, .FvSlideBtn__next::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.FvSlideBtn__prev {
  left: -19px;
}

@media screen and (max-width: 1230px) {
  .FvSlideBtn__prev {
    left: -1.545vw;
  }
}

@media screen and (max-width: 640px) {
  .FvSlideBtn__prev {
    left: 22vw;
    bottom: -9.6vw;
    top: auto;
  }
}

.FvSlideBtn__prev::before {
  background: url(../img/top/top_slide_arrow_prev_01.svg) no-repeat;
  background-size: 58%;
  background-position: 50% 48%;
}

.FvSlideBtn__next {
  right: -19px;
}

@media screen and (max-width: 1230px) {
  .FvSlideBtn__next {
    right: -1.545vw;
  }
}

@media screen and (max-width: 640px) {
  .FvSlideBtn__next {
    right: 22vw;
    bottom: -9.6vw;
    top: auto;
  }
}

.FvSlideBtn__next::before {
  background: url(../img/top/top_slide_arrow_next_01.svg) no-repeat;
  background-size: 58%;
  background-position: 50% 48%;
}

.FvSlide__link {
  display: block;
  height: 580px;
  overflow: hidden;
}

@media screen and (max-width: 1230px) {
  .FvSlide__link {
    height: 47.155vw;
  }
}

@media screen and (max-width: 640px) {
  .FvSlide__link {
    position: relative;
    height: 73.75vw;
    border-radius: 1.8vw;
  }
}

.FvSlide__link--02, .FvSlide__link--03, .FvSlide__link--04 {
  background: url(../img/common_slide_bg_01_pc.jpg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .FvSlide__link--02, .FvSlide__link--03, .FvSlide__link--04 {
    background: url(../img/common_slide_bg_01_sp.jpg) no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 640px) {
  .FvSlide .slick-dots {
    bottom: -7.4vw;
  }
}

.FvSlideTtl {
  position: relative;
  padding: 6.8% 0 0 34.9%;
}

@media screen and (max-width: 640px) {
  .FvSlideTtl {
    padding: 0 3.7% 1.1% 32.7%;
    min-height: 73.75vw;
  }
}

.FvSlideTtl__company {
  display: inline-block;
  margin: 0 0 21px;
  padding: .8% 2% .6% 6.5%;
  border: #2B2B2B 1px solid;
  color: #FFF;
  font-size: 1.375rem;
  background: url(../img/common_check_01.svg) no-repeat, #2B2B2B;
  background-size: auto 100%;
  background-position: 0 0;
}

@media screen and (max-width: 1230px) {
  .FvSlideTtl__company {
    margin: 0 0 1.707vw;
    font-size: 1.789vw;
  }
}

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

.FvSlideTtl__sub {
  position: relative;
  display: inline-block;
  margin: 0 0 4.5%;
  font-size: 1.5625rem;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 1230px) {
  .FvSlideTtl__sub {
    font-size: 2.033vw;
  }
}

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

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

@media screen and (max-width: 1230px) {
  .FvSlideTtl__sub::after {
    bottom: -1.382vw;
  }
}

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

@media screen and (min-width: 641px) {
  .FvSlideTtl__sub br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .FvSlide__link--02 .FvSlideTtl__sub br {
    display: none;
  }
  .FvSlide__link--03 .FvSlideTtl__sub br:first-child, .FvSlide__link--03 .FvSlideTtl__sub br:nth-child(2) {
    display: none;
  }
  .FvSlide__link--04 .FvSlideTtl__sub br {
    display: none;
  }
  .FvSlide__link--02 .FvSlideTtl__sub {
    top: -3.5vw;
  }
}

.FvSlideTtl__product {
  display: block;
  margin: 0;
  text-align: left;
  font-size: 3.5625rem;
  font-weight: 500;
  line-height: 1.125;
}

.FvSlideTtl__product br {
  display: none;
}

@media screen and (max-width: 1230px) {
  .FvSlideTtl__product {
    font-size: 4.634vw;
  }
}

@media screen and (max-width: 640px) {
  .FvSlideTtl__product {
    position: relative;
    line-height: 1.024;
    font-size: 6.25vw;
    margin: 0;
  }
  .FvSlide__link--02 .FvSlideTtl__product br {
    display: inline;
  }
  .FvSlide__link--03 .FvSlideTtl__product br:nth-child(2) {
    display: inline;
  }
  .FvSlide__link--02 .FvSlideTtl__product {
    top: -3.5vw;
  }
}

.FvSlidePcg {
  position: absolute;
  width: 13.4%;
  top: 42px;
  left: 148px;
}

@media screen and (max-width: 1230px) {
  .FvSlidePcg {
    top: 3.415vw;
    left: 12.033vw;
  }
}

@media screen and (max-width: 640px) {
  .FvSlidePcg {
    width: 22.1%;
    top: 0;
    left: 5vw;
    right: auto;
  }
}

.FvSlideInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 85.8%;
  padding: 5% 0 0 34.9%;
}

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

.FvSlideVote {
  position: relative;
  flex: 0 1 45%;
  padding: 2.3% 0 0 2%;
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .FvSlideVote {
    position: absolute;
    bottom: 0;
    left: 0;
    flex: 0 1 auto;
    width: 100%;
    padding: 2.4vw 16.6vw 0 21vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: #2C955A 1px solid;
    box-sizing: border-box;
    border-radius: 0 0 1.8vw 1.8vw;
    background: #FFF;
  }
}

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

@media screen and (max-width: 1230px) {
  .FvSlideVote::before {
    width: 28.4555vw;
    height: 18.13vw;
    left: -4.8vw;
  }
}

@media screen and (max-width: 1230px) {
  .FvSlideVote::before {
    background: url(../img/common_product_vote_bg_03.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 18.13vw;
    top: -4.1vw;
    left: 0;
  }
}

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

@media screen and (max-width: 1230px) {
  .FvSlideVote__ttl {
    font-size: 1.545vw;
  }
}

@media screen and (max-width: 640px) {
  .FvSlideVote__ttl {
    font-size: 3.28125vw;
    padding: 3vw 0 0;
  }
}

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

@media screen and (max-width: 1230px) {
  .FvSlideVote__bunshi {
    font-size: 5.203vw;
  }
}

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

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

@media screen and (max-width: 1230px) {
  .FvSlideVote__bunbo {
    font-size: 2.683vw;
  }
}

@media screen and (max-width: 640px) {
  .FvSlideVote__bunbo {
    padding: 7.2% 0 0;
    font-size: 4.375vw;
  }
}

.FvSlideVote__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 (max-width: 640px) {
  .FvSlideVote__bunbo::after {
    content: none;
  }
}

.FvSlidePoint {
  position: relative;
  flex: 0 1 55%;
}

@media screen and (max-width: 640px) {
  .FvSlidePoint {
    position: absolute;
    flex: 0 1 auto;
    width: 60.8%;
    top: 29.3vw;
    right: 6vw;
  }
}

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

@media screen and (max-width: 640px) {
  .FvSlidePoint__ttl {
    display: none;
  }
}

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

.FvSlidePointItem {
  flex: 0 1 33.333%;
}

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

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

.FvSlidePointDl {
  padding-top: 9%;
}

@media screen and (max-width: 640px) {
  .FvSlidePointDl {
    padding-top: 0;
  }
}

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

@media screen and (max-width: 640px) {
  .FvSlidePointDl--01, .FvSlidePointDl--02, .FvSlidePointDl--03 {
    padding-bottom: 8.8%;
  }
}

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

@media screen and (max-width: 640px) {
  .FvSlidePointDl--04, .FvSlidePointDl--05, .FvSlidePointDl--06 {
    padding-top: 9%;
    padding-bottom: 0;
  }
}

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

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

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

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

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

.SearchCondition {
  position: relative;
  width: 100%;
  margin: 0 0 10.8%;
  padding: 0 17.2%;
}

@media screen and (max-width: 640px) {
  .home .SearchCondition, .y .SearchCondition {
    margin: 0 0 9.4%;
    padding: 0;
  }
}

.SearchCondition::after {
  content: "";
  position: absolute;
  display: block;
  width: 170px;
  height: 180px;
  top: -100px;
  left: 0;
  background: url(../img/top/top_search_deco_01.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SearchCondition::after {
    width: 14.912vw;
    height: 15.79vw;
    top: -8.772vw;
  }
}

@media screen and (max-width: 640px) {
  .home .SearchCondition::after, .y .SearchCondition::after {
    background: url(../img/top/top_search_bg_sp_01.png) no-repeat;
    background-size: contain;
    width: 100%;
    z-index: -1;
    height: 24vw;
    top: -14vw;
  }
}

.SearchCondition__ttl {
  width: 15%;
  margin: 0 auto 1%;
  padding: 0 4.6% 0 0;
}

@media screen and (max-width: 640px) {
  .home .SearchCondition__ttl, .y .SearchCondition__ttl {
    display: none;
  }
}

.SearchCondition__body {
  border-radius: 5px;
  overflow: hidden;
}

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

@media screen and (max-width: 640px) {
  .SearchCondition__body {
    width: 89.0625%;
    margin: 0 auto;
    border-radius: 1.5vw;
  }
}

.SearchCopy {
  background: #2C955A;
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 1.625rem;
  padding: 2.5% 0;
  cursor: pointer;
}

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

@media screen and (max-width: 640px) {
  .SearchCopy {
    font-size: 5.5vw;
    padding: 6.4% 0;
    border-radius: 1.5vw;
    overflow: hidden;
    margin: 0 0 7.5vw;
  }
}

.SearchCopy:hover {
  opacity: .6;
}

.SearchCopy::before, .SearchCopy::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 1px;
  top: 50%;
  right: 6.5%;
  margin-top: 0;
  border-top: #FFF 2px solid;
  transition: .2s all;
}

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

.SearchCopy::before {
  transform: rotate(-45deg);
  margin-right: -11px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SearchCopy::before {
    margin-right: -.965vw;
  }
}

.act_search .SearchCopy::before {
  transform: rotate(45deg);
  margin-right: -10px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .act_search .SearchCopy::before {
    margin-right: -.877vw;
  }
}

.SearchCopy::after {
  transform: rotate(45deg);
  margin-left: -11px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SearchCopy::after {
    margin-left: -.965vw;
  }
}

.act_search .SearchCopy::after {
  transform: rotate(-45deg);
  margin-left: -10px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .act_search .SearchCopy::after {
    margin-left: -.877vw;
  }
}

.SearchForm {
  border: #2C955A 11px solid;
  background: #FFF;
  border-radius: 0 0 5px 5px;
}

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

@media screen and (max-width: 640px) {
  .SearchForm {
    border: none;
  }
}

.SearchForm__th {
  width: 16%;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.4667;
  background: #2C955A;
  color: #FFF;
  border-bottom: #FFF 1px dashed;
  vertical-align: middle;
}

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

@media screen and (max-width: 640px) {
  .SearchForm__th {
    width: 100%;
    display: block;
    background: #F0ECE4;
    font-size: 30px;
    font-weight: 500;
    color: #2b2b2b;
    text-align: left;
    padding: 1% 1% 1% 4.5%;
    border: none;
    font-size: 4.6875vw;
  }
}

.SearchForm__td {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.6% 4.4% 1.2% 4.4%;
  border-bottom: #2C955A 1px dashed;
  font-size: 0.8125rem;
}

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

@media screen and (max-width: 640px) {
  .SearchForm__td {
    width: 100%;
    display: flex;
    border: none;
    padding: 5.6% 0;
  }
}

.SearchForm__label {
  flex: 0 1 50%;
  margin: 2.1% 0;
}

@media screen and (max-width: 640px) {
  .SearchForm__label {
    flex: 0 1 50%;
    margin: 2.1% 0;
    text-indent: -7.5vw;
    padding: 0 1.5vw 0 7.5vw;
  }
}

.SearchForm__input {
  display: none;
}

.SearchForm__comp {
  position: relative;
  padding: 0 0 0 21px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SearchForm__comp {
    padding: 0 0 0 1.842vw;
  }
}

@media screen and (max-width: 640px) {
  .SearchForm__comp {
    padding: 0 0 0 7.5vw;
    font-size: 4.4vw;
    line-height: 1.5;
  }
}

.SearchForm__comp::before {
  content: "";
  display: block;
  position: absolute;
  background: #DEDEDE;
  width: 15px;
  height: 15px;
  top: 2px;
  left: 0;
  transition: .2s all;
  border-radius: 2px;
  border: #707070 1px solid;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SearchForm__comp::before {
    width: 1.316vw;
    height: 1.316vw;
    top: .175vw;
    border-radius: .175vw;
  }
}

@media screen and (max-width: 640px) {
  .SearchForm__comp::before {
    width: 4vw;
    height: 4vw;
    top: 1.4vw;
  }
}

.SearchForm__input:checked + .SearchForm__comp::before {
  background: #2C955A;
  border: #2C955A 1px solid;
}

.SearchForm__input:checked + .SearchForm__comp::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 8px;
  top: 3px;
  left: 5px;
  border-right: #FFF 1px solid;
  border-bottom: #FFF 1px solid;
  transform: rotate(45deg);
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SearchForm__input:checked + .SearchForm__comp::after {
    width: .526vw;
    height: .702vw;
    top: .263vw;
    left: .439vw;
  }
}

@media screen and (max-width: 640px) {
  .SearchForm__input:checked + .SearchForm__comp::after {
    width: 1.5vw;
    height: 3.3vw;
    top: 1.1vw;
    left: 1.4vw;
  }
}

.SearchSubmit {
  padding: 2.2% 0 3.2%;
}

.SearchSubmit__btn {
  display: block;
  width: 41%;
  margin: 0 auto;
  padding: 1.6% 0;
  background: url(../img/top/top_search_icon_01.svg) no-repeat, #2C955A;
  background-position: 94% 50%;
  background-size: 8%;
  color: #FFF;
  border: none;
  border-radius: 5px;
  font-size: 1.25rem;
  font-family: inherit;
  cursor: pointer;
  transition: .3s all;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SearchSubmit__btn {
    border-radius: .439vw;
    font-size: 1.75593vw;
  }
}

@media screen and (max-width: 640px) {
  .SearchSubmit__btn {
    width: 100%;
    font-size: 5.6vw;
    padding: 4.6% 0;
  }
}

.SearchSubmit__btn:hover {
  opacity: .6;
}

#feas-searchform-0 {
  display: none;
}

.Compare {
  margin: 0 0 13.5%;
}

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

.CompareTtl {
  position: relative;
  margin: 0 0 6.4%;
  padding: 2.3% 0 0;
  text-align: center;
  font-size: 2.0625rem;
  line-height: 1;
}

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

@media screen and (max-width: 640px) {
  .CompareTtl {
    margin: 0 0 7.4%;
    font-size: 8.125vw;
  }
}

.CompareTtl::after {
  content: "";
  position: absolute;
  display: block;
  width: 128px;
  height: 116px;
  top: -49px;
  left: -20px;
  background: url(../img/top/top_diff_deco_01_pc.jpg) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .CompareTtl::after {
    width: 11.228vw;
    height: 10.175vw;
    top: -4.298vw;
    left: -1.754vw;
  }
}

@media screen and (max-width: 640px) {
  .CompareTtl::after {
    width: 100%;
    height: 22vw;
    top: 12.5vw;
    left: 0;
    background: url(../img/top/top_diff_bg_01_sp.png) no-repeat;
    background-size: contain;
    z-index: -1;
  }
}

.CompareTtl__icon {
  width: 13.2%;
  margin: 0 auto 2.1%;
}

@media screen and (max-width: 640px) {
  .CompareTtl__icon {
    width: 28.3%;
  }
}

.CompareTtl__line {
  position: relative;
}

@media screen and (max-width: 640px) {
  .CompareTtl__line {
    line-height: 1.1539;
  }
}

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

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

@media screen and (max-width: 640px) {
  .CompareTtl__line::after {
    width: 89vw;
    height: 1vw;
    left: -8vw;
    bottom: -9.2%;
  }
}

.CompareTtl__medium {
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .CompareImg {
    width: 100%;
  }
}

#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=top.css.map */