.noto-sans-jp-font {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto-font {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

html {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.5641025641vw;
  color: #645960;
  line-height: 1.5;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (min-width: 500px) {
  html {
    font-size: 12.8205128205px;
  }
}

a {
  display: block;
}

img {
  width: 100%;
}

h2, h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pink {
  color: #DD6DB7;
  font-weight: 700;
}

.btn {
  display: inline-block;
  text-align: center;
  padding: 0.6rem 1.6rem;
  background: linear-gradient(to right, #F4944D, #EF741C);
  border-radius: 999rem;
  position: relative;
  box-shadow: 0 0.4rem 0 #C55B0D;
}
.btn::before {
  content: "";
  width: 100%;
  height: 133%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn p {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  padding-right: 1.4rem;
  position: relative;
}
.btn p::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/btn_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 500px) {
  .wrap {
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.12);
  }
}
.wrap body {
  flex: 1;
  -webkit-font-smoothing: antialiased;
}

.introduction {
  padding: 4.8rem 1.6rem 3.6rem;
}
.introduction--recommend-to-such-as-person {
  padding: 2.8rem 2.8rem 1.6rem;
  background: linear-gradient(67deg, #FBF4E6, #ECDAEB, #F7D0EC), rgba(255, 255, 255, 0.5);
  border-radius: 0.8rem;
  border: 0.2rem solid #fff;
  box-shadow: 0 0 0.8rem rgba(57, 11, 41, 0.12);
  position: relative;
}
.introduction--recommend-to-such-as-person h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.introduction--recommend-to-such-as-person h2 .sub {
  font-size: 1.2rem;
  color: #DD6DB7;
  position: absolute;
  bottom: calc(100% + 0.4rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduction--recommend-to-such-as-person h2 .sub::before, .introduction--recommend-to-such-as-person h2 .sub::after {
  content: "";
  margin: 0 0.4rem;
  width: 0.1rem;
  height: 1rem;
  background: #DD6DB7;
  transform: translateY(0.1rem) rotate(-30deg);
}
.introduction--recommend-to-such-as-person h2 .sub::after {
  transform: translateY(0.1rem) rotate(30deg);
}
.introduction--recommend-to-such-as-person h2 .main {
  display: inline-block;
  background: #DD6DB7;
  border-radius: 999rem;
  padding: 0.2rem 1.2rem;
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
}
.introduction--recommend-to-such-as-person h2 .font-12 {
  font-size: 1.2rem;
}
.introduction--recommend-to-such-as-person h2 .font-13 {
  font-size: 1.3rem;
}
.introduction--recommend-to-such-as-person h2 .bold {
  font-weight: 700;
}
.introduction--recommend-to-such-as-person ul li {
  padding-left: 2.4rem;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  color: #645960;
}
.introduction--recommend-to-such-as-person ul li::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/icon_checkbox.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
}
.introduction--recommend-to-such-as-person ul li + li {
  margin-top: 0.6rem;
}
.introduction--most-recommended {
  margin-top: 1.6rem;
  width: 100%;
  text-align: center;
}
.introduction--most-recommended h2 {
  display: inline-block;
  text-align: center;
  padding-left: 2.7rem;
  font-size: 1.8rem;
  color: #47A9D3;
  position: relative;
}
.introduction--most-recommended h2::before {
  content: "";
  width: 2.3rem;
  height: 3rem;
  background: url(../img/icon_star1.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 44%;
  transform: translateY(-50%);
}
.introduction--most-recommended h2 .small {
  font-size: 1.6rem;
}
.introduction--most-recommended--conts {
  margin-top: 0.8rem;
  border-radius: 0.8rem;
  background: #F7FDFF;
  padding: 1.6rem 1.2rem 2rem;
}
.introduction--most-recommended--conts > .img {
  margin: 0 auto;
  width: 14rem;
  border: 0.1rem solid #E8ECEE;
  border-radius: 0.2rem;
}
.introduction--most-recommended--conts .point-list {
  margin-top: 0.8rem;
}
.introduction--most-recommended--conts .point-list li {
  padding-left: 2.8rem;
  text-align: left;
  position: relative;
  color: #443D41;
  font-size: 1.2rem;
  line-height: 1.3;
}
.introduction--most-recommended--conts .point-list li .small {
  font-size: 1rem;
}
.introduction--most-recommended--conts .point-list li .bold {
  font-weight: 700;
}
.introduction--most-recommended--conts .point-list li .pink {
  color: #DD6DB7;
}
.introduction--most-recommended--conts .point-list li .large {
  font-size: 1.4rem;
  line-height: 1.1;
}
.introduction--most-recommended--conts .point-list li .note {
  font-size: 1.1rem;
  color: #958590;
  position: absolute;
  left: 0;
}
.introduction--most-recommended--conts .point-list li::before {
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/icon_point_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.introduction--most-recommended--conts .point-list li:nth-child(2)::before {
  background: url(../img/icon_point_02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.introduction--most-recommended--conts .point-list li:nth-child(3)::before {
  width: 2.1rem;
  height: 2.9rem;
  background: url(../img/icon_point_03.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.introduction--most-recommended--conts .point-list li + li {
  margin-top: 0.8rem;
}
.introduction--most-recommended--conts .box {
  display: flex;
  justify-content: center;
}
.introduction--most-recommended--conts .box .btn {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  flex: 1;
  margin-top: 1.2rem;
}
.introduction--most-recommended--conts .box .btn::before {
  height: 110%;
}
.introduction--most-recommended--conts .box .btn p {
  font-size: 1.4rem;
}
.introduction--most-recommended--conts .box .btn p .small {
  font-size: 1.3rem;
}
.introduction--most-recommended--conts .box .btn + .btn {
  margin-left: 0.6rem;
}

.ranking {
  padding: 2.8rem 0;
  background: linear-gradient(to right, #FBF4E6, #ECDAEB, #F7D0EC), rgba(255, 255, 255, 0.2);
}
.ranking--ttl {
  margin: 0 0.8rem 0.4rem;
  padding: 1.2rem 0 1.2rem 8.7rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999rem;
  border: 0.4rem solid #fff;
  position: relative;
}
.ranking--ttl img {
  position: absolute;
  width: 10.1rem;
  left: -0.3rem;
  bottom: 0;
}
.ranking--ttl > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
}
.ranking--ttl > span .sub {
  font-size: 1.6rem;
  color: #DD6DB7;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
}
.ranking--ttl > span .sub .large {
  font-size: 2rem;
}
.ranking--ttl > span .main {
  line-height: 1.2;
  font-size: 2rem;
  color: #B6349C;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.ranking--ttl > span .main .large {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
}
.ranking--table-wrap {
  margin-left: 0.8rem;
  width: 100%;
  overflow-x: scroll;
}
.ranking--table-wrap + .note {
  margin-top: 0.2em;
  padding: 0 0.8rem;
}
.ranking--table-wrap + .note li {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #958590;
  text-align: justify;
  padding-left: 1.9em;
  text-indent: -1.9em;
}
.ranking--table {
  display: flex;
  padding: 4.4rem 0.8rem 0.4rem 0.4rem;
  min-width: 61.6rem;
}
.ranking--table--item {
  margin-top: 0.4rem;
  margin-right: 0.2rem;
  margin-bottom: 0.4rem;
  display: flex;
  flex-direction: column;
  width: 11.6rem;
  background: #fff;
  border-radius: 0.4rem;
  position: relative;
  text-align: center;
  color: #645960;
  font-weight: 500;
}
.ranking--table--item::before {
  content: "";
  width: 3.9rem;
  height: 3.3rem;
  background: url(../img/crown_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
}
.ranking--table--item.first_place {
  margin-top: 0;
  margin-right: 0.4rem;
  margin-bottom: 0;
  width: 12.1rem;
  background: #F9F9F3;
  border: 0.4rem solid #EBC53D;
  box-sizing: content-box;
}
.ranking--table--item.second::before, .ranking--table--item.third-rank::before {
  width: 2.9rem;
  height: 2.6rem;
  background: url(../img/crown_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ranking--table--item.third-rank::before {
  background: url(../img/crown_03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ranking--table--item.forth-rank::before, .ranking--table--item.fifth-rank::before {
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/crown_04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: calc(100% + 0.9rem);
}
.ranking--table--item.fifth-rank::before {
  background: url(../img/crown_05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ranking--table--item:last-of-type {
  margin-right: 0.8rem;
}
.ranking--table--item--head {
  height: 8.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ranking--table--item--head .img {
  width: 6.7rem;
}
.ranking--table--item--head .txt-link {
  font-size: 1.1rem;
  text-decoration: underline;
}
.ranking--table--item dl dt {
  padding: 0.2rem 0;
  background: #5C5464;
  font-size: 1.2rem;
  color: #fff;
}
.ranking--table--item dl dd {
  padding: 0.4rem 0;
  font-size: 1.2rem;
}
.ranking--table--item dl dd sup {
  font-size: 0.6em;
}
.ranking--table--item .star {
  width: 8.4rem;
}
.ranking--table--item .star + span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #958590;
}
.ranking--table--item .coupon {
  font-size: 0.8rem;
  color: #DD6DB7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ranking--table--item .coupon .large {
  font-size: 1rem;
}
.ranking--table--item .coupon .small {
  position: relative;
  top: 0.2rem;
}
.ranking--table--item .coupon img {
  margin-left: 0.2rem;
  width: 1.4rem;
}
.ranking--table--item .price {
  font-size: 1.2rem;
}
.ranking--table--item .price .large {
  font-size: 1.4rem;
  font-weight: 700;
}
.ranking--table--item .note {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  color: #958590;
  line-height: 1;
}
.ranking--table--item .note.left {
  font-size: 0.85rem;
  text-align: justify;
  padding: 0 0.4rem 0 1.4rem;
  line-height: 1.2;
}
.ranking--table--item .delivery-charge .small {
  font-size: 0.8em;
}
.ranking--table--item .injection-drug dd {
  padding: 0;
  height: 10.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ranking--table--item .injection-drug dd .note {
  font-size: 0.85rem;
}
.ranking--table--item .injection-drug dd > div:first-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ranking--table--item .injection-drug dd .cta {
  padding: 0.4rem 0.4rem 0.8rem;
}
.ranking--table--item .injection-drug dd .cta a {
  padding: 0.2rem 0;
  display: block;
  text-align: center;
  background: linear-gradient(to right, #F4944D, #EF741C);
  border-radius: 999rem;
  box-shadow: 0 0.3rem 0 #C55B0D;
}
.ranking--table--item .injection-drug dd .cta a p {
  display: inline-block;
  padding-right: 1em;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.05em;
  position: relative;
}
.ranking--table--item .injection-drug dd .cta a p::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/btn_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ranking--table--item .injection-drug dd .cta a p .small {
  font-size: 0.9rem;
}
.ranking--table--item .injection-drug dd .cta a + a {
  margin-top: 0.8rem;
}
.ranking--table--item .drink-drug dd {
  padding: 0;
  height: 10.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ranking--table--item .drink-drug dd .note {
  font-size: 0.85rem;
}
.ranking--table--item .drink-drug dd > div:first-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ranking--table--item .drink-drug dd .cta {
  padding: 0.4rem 0.4rem 0.8rem;
}
.ranking--table--item .drink-drug dd .cta a {
  padding: 0.2rem 0;
  display: block;
  text-align: center;
  background: linear-gradient(to right, #F4944D, #EF741C);
  border-radius: 999rem;
  box-shadow: 0 0.3rem 0 #C55B0D;
}
.ranking--table--item .drink-drug dd .cta a p {
  display: inline-block;
  padding-right: 1em;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.05em;
  position: relative;
}
.ranking--table--item .drink-drug dd .cta a p::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/btn_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ranking--table--item .drink-drug dd .cta a p .small {
  font-size: 0.9rem;
}
.ranking--table--item .drink-drug dd .cta a + a {
  margin-top: 0.8rem;
}
.ranking--table--item .feature {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ranking--table--item .feature dd {
  padding: 0;
  flex: 1;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ranking--table--item .feature dd .note.left {
  padding-left: 2em;
  text-indent: -2em;
}
.ranking--table--item .feature dd div {
  padding: 0.4rem;
}

.medicine-type {
  text-align: center;
  padding: 3.2rem 1.6rem;
}
.medicine-type--ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #645960;
}
.medicine-type--ttl .sub {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.medicine-type--ttl .sub::before, .medicine-type--ttl .sub::after {
  content: "";
  width: 0.1rem;
  height: 0.9rem;
  background: #645960;
  border-radius: 9rem;
  transform: rotate(-30deg);
  margin-right: 0.6rem;
}
.medicine-type--ttl .sub::after {
  transform: rotate(30deg);
  margin-left: 0.6rem;
}
.medicine-type--ttl .main {
  font-size: 2rem;
  font-weight: 700;
  color: #DD6DB7;
  position: relative;
}
.medicine-type--ttl .main::before, .medicine-type--ttl .main::after {
  content: "";
  width: 2.1rem;
  height: 3.2rem;
  background: url(../img/icon_star2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.medicine-type--ttl .main::after {
  right: auto;
  left: 100%;
  transform: translateY(-50%) scale(-1);
}
.medicine-type--conts {
  margin-top: 2.4rem;
  display: flex;
}
.medicine-type--conts--item {
  flex: 1;
}
.medicine-type--conts--item + li {
  margin-left: 0.4rem;
}
.medicine-type--conts--item--head {
  position: relative;
}
.medicine-type--conts--item--head h3 {
  padding: 0.2rem 2rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to right, #EBA0C2 0%, #E58DCC 50%, #E986CA 100%);
  border-radius: 999rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.medicine-type--conts--item--merit, .medicine-type--conts--item--demerit {
  margin-top: 0.4rem;
  background: #F7F3F5;
  height: 10.4rem;
  border-radius: 0.4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.medicine-type--conts--item--merit::before, .medicine-type--conts--item--demerit::before {
  content: "";
  width: 7.4rem;
  height: 7.4rem;
  background: url(../img/bg_merit.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.medicine-type--conts--item--merit p, .medicine-type--conts--item--demerit p {
  font-size: 1.1rem;
  font-weight: 500;
  color: #4C363C;
  position: relative;
  z-index: 1;
}
.medicine-type--conts--item--merit p + p, .medicine-type--conts--item--demerit p + p {
  margin-top: 0.4rem;
}
.medicine-type--conts--item--demerit {
  background: #EFF4F6;
}
.medicine-type--conts--item--demerit::before {
  content: "";
  width: 7.6rem;
  height: 7.6rem;
  background: url(../img/bg_demerit.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.medicine-type--conts + .note {
  display: block;
  margin-top: 0.4em;
  text-align: left;
  font-size: 0.9rem;
}
.medicine-type > p {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  color: #4C363C;
  text-align: justify;
}
.medicine-type > p + p {
  margin-top: 0.8rem;
}

.detail {
  padding: 6.4rem 1.6rem 2.8rem;
  background: linear-gradient(to right, #FDF7EC, #F1E3EF, #F9DAF1);
}
.detail--ranking--item {
  padding: 5.2rem 1.6rem 3.6rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.8rem;
  position: relative;
  box-shadow: 0 0 0.8rem rgba(221, 109, 183, 0.12);
}
.detail--ranking--item--head {
  padding: 1.6rem 0;
  background: linear-gradient(to right, #FDF9F3, #F6EDF5, #FBE8F6);
  border-radius: 999rem;
  border: 0.4rem solid #fff;
  box-shadow: 0 0 0.8rem rgba(57, 11, 41, 0.12);
  width: 32.8rem;
  font-size: 2rem;
  color: #B6349C;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}
.detail--ranking--item--head span {
  display: inline-block;
  padding-left: 4rem;
  position: relative;
}
.detail--ranking--item--head span::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/crown_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.detail--ranking--item .thumbnail {
  margin: 0 auto;
  width: 28rem;
  overflow: hidden;
}
.detail--ranking--item--feature {
  margin-top: 1.6rem;
}
.detail--ranking--item--feature h3 {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #DD6DB7;
}
.detail--ranking--item--feature h3 span {
  font-size: 1.4rem;
}
.detail--ranking--item--feature h3::after {
  content: "";
  margin-left: 0.8rem;
  width: auto;
  height: 0.2rem;
  flex: 1;
  background: #DD6DB7;
}
.detail--ranking--item--feature .feature-list {
  display: flex;
  flex-wrap: wrap;
}
.detail--ranking--item--feature .feature-list li {
  margin-top: 0.8rem;
  margin-right: 1rem;
  padding-left: 2.2rem;
  position: relative;
  font-size: 1.2rem;
  color: #645960;
}
.detail--ranking--item--feature .feature-list li::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/icon_checkbox_b.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.detail--ranking--item--feature .feature-list li sup {
  font-size: 0.6em;
}
.detail--ranking--item--feature .note {
  margin-top: 0.8em;
  font-size: 1rem;
  color: #958590;
}
.detail--ranking--item--feature .note li {
  padding-left: 1.8em;
  text-indent: -1.8em;
  text-align: justify;
}
.detail--ranking--item--table {
  margin-top: 3.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 0.4rem;
  overflow: hidden;
}
.detail--ranking--item--table dl {
  margin-top: 0.2rem;
  width: calc(50% - 0.1rem);
  text-align: center;
  display: flex;
  flex-direction: column;
}
.detail--ranking--item--table dl dt {
  padding: 0.2rem 0;
  background: #5C5464;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
.detail--ranking--item--table dl dd {
  background: #F5F5F5;
  color: #645960;
  font-size: 1.2rem;
  padding: 0.4rem 0;
  flex: 1;
}
.detail--ranking--item--table dl dd.price .large {
  font-size: 1.4rem;
  font-weight: 700;
}
.detail--ranking--item--table dl dd.price .note {
  font-size: 0.9rem;
  color: #958590;
}
.detail--ranking--item--table dl dd .note {
  font-size: 0.9rem;
  color: #958590;
}
.detail--ranking--item--table dl dd .small {
  font-size: 1rem;
  color: #958590;
  display: block;
  padding-left: 2em;
  padding-right: 0.4em;
  text-indent: -1em;
  text-align: justify;
  line-height: 1.2;
}
.detail--ranking--item--table dl dd sup {
  font-size: 0.6em;
}
.detail--ranking--item--table dl .star img {
  width: 7rem;
}
.detail--ranking--item--table dl.width-max {
  width: 100%;
}
.detail--ranking--item--table .note {
  font-size: 1rem;
  text-align: left;
  margin-top: 0.5em;
  color: #958590;
}
.detail--ranking--item--table + .note {
  margin-top: 0.8em;
  font-size: 0.9rem;
  color: #958590;
}
.detail--ranking--item--table + .note li {
  padding-left: 1.8em;
  text-indent: -1.8em;
  text-align: justify;
}
.detail--ranking--item--coupon-code {
  margin-top: 1.6rem;
}
.detail--ranking--item--coupon-code h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #DD6DB7;
  font-size: 1.5rem;
}
.detail--ranking--item--coupon-code h3 .large {
  font-size: 1.6rem;
}
.detail--ranking--item--coupon-code h3 .small {
  font-size: 1.4rem;
}
.detail--ranking--item--coupon-code h3::before {
  content: "";
  width: 2rem;
  height: 1.9rem;
  background: url(../img/icon_memo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.2rem;
}
.detail--ranking--item--coupon-code--list {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-around;
}
.detail--ranking--item--coupon-code--list li {
  flex: 1;
  max-width: 15.3rem;
}
.detail--ranking--item--coupon-code--list li a {
  cursor: pointer;
}
.detail--ranking--item--coupon-code--list li + li {
  margin-left: 1.2rem;
}
.detail--ranking--item .cta {
  margin-top: 1.6rem;
  text-align: center;
}
.detail--ranking--item .cta .baloon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #645960;
  font-weight: 500;
  line-height: 1.2;
}
.detail--ranking--item .cta .baloon::before, .detail--ranking--item .cta .baloon::after {
  content: "";
  width: 0.1rem;
  height: 1rem;
  background: #645960;
  border-radius: 99rem;
  transform: rotate(-30deg);
  margin-right: 0.6rem;
}
.detail--ranking--item .cta .baloon::after {
  margin-left: 0.6rem;
  margin-right: 0;
  transform: rotate(30deg);
}
.detail--ranking--item .cta .btn {
  margin-top: 0.6rem;
}
.detail--ranking--item--recommend {
  margin-top: 2.8rem;
  border: 0.2rem solid #fff;
  background: linear-gradient(to right, #FDF9F3 0%, #F7EDF5 50%, #FBE9F5 100%);
  box-shadow: 0 0 0.8rem rgba(57, 11, 41, 0.08);
  position: relative;
  padding: 2.8rem 0 2rem;
  text-align: center;
}
.detail--ranking--item--recommend h3 {
  display: inline-block;
  background: #DD6DB7;
  border-radius: 999rem;
  padding: 0.2rem 1.2rem;
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -40%);
  white-space: nowrap;
}
.detail--ranking--item--recommend p {
  text-align: left;
  display: inline-block;
  padding-left: 2.9rem;
  position: relative;
  font-size: 1.3rem;
  color: #645960;
  font-weight: 500;
}
.detail--ranking--item--recommend p::before {
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/icon_checkbox.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
}
.detail--ranking--item--recommend p sup {
  font-size: 0.6em;
  color: #958590;
}
.detail--ranking--item--recommend p .note {
  display: block;
  font-size: 1rem;
  color: #958590;
}
.detail--ranking--item .btn {
  margin-top: 1.6rem;
  padding: 1.2rem 0;
  width: 100%;
  box-shadow: 0 0.6rem 0 #C55B0D;
}
.detail--ranking--item .btn::before {
  transform: translate(-50%, -60%);
}
.detail--ranking--item .btn p {
  display: inline-block;
  font-size: 2rem;
  padding-right: 2.4rem;
}
.detail--ranking--item .btn p::after {
  width: 2rem;
  height: 2rem;
}
.detail--ranking--item + li {
  margin-top: 6.4rem;
}
.detail--ranking--item.first-place .detail--ranking--item--head {
  font-size: 2.4rem;
}
.detail--ranking--item.second .detail--ranking--item--head span {
  padding-left: 3.2rem;
}
.detail--ranking--item.second .detail--ranking--item--head span::before {
  width: 3rem;
  height: 2.9rem;
  background: url(../img/crown_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.detail--ranking--item.third-place .detail--ranking--item--head span {
  padding-left: 3.2rem;
}
.detail--ranking--item.third-place .detail--ranking--item--head span::before {
  width: 3rem;
  height: 2.9rem;
  background: url(../img/crown_03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.detail--ranking--item.forth-place .detail--ranking--item--head span {
  padding-left: 2.4rem;
}
.detail--ranking--item.forth-place .detail--ranking--item--head span::before {
  width: 2.2rem;
  height: 2.1rem;
  background: url(../img/crown_04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.end .introduction--most-recommended--conts .box .btn {
  width: 100%;
  padding: 1.2rem 0;
}
.end .introduction--most-recommended--conts .box .btn::before {
  height: 110%;
}
.end .introduction--most-recommended--conts .box .btn p {
  display: inline-block;
  font-size: 2rem;
  padding-right: 2.4rem;
}

footer {
  background: #111;
  padding: 2.4em;
  text-align: center;
}
footer .footer-link {
  margin: 0 auto 1rem;
  display: flex;
  justify-content: center;
}
footer .footer-link li {
  font-size: 1rem;
  color: #fff;
}
footer .footer-link li + li {
  margin-left: 1em;
}
footer .footer-link a {
  text-decoration: underline;
}
footer small {
  color: #fff;
  font-size: 1.2rem;
}/*# sourceMappingURL=style.css.map */