@charset "UTF-8";
/* ===================================
全体スタイル
=================================== */
.point_rank {
  font-family: "Yu Gothic", "游ゴシック", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #000;
  text-align: center;
}
.point_rank *, .point_rank *::before, .point_rank *::after {
  box-sizing: border-box;
}
.point_rank img {
  width: 100%;
  height: auto;
}
.point_rank .block_inner {
  width: 100%;
  padding-top: 4%;
}
.point_rank p {
  font-size: min(21px, 3.5vw);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.point_rank p span {
  display: inline-block;
}
.point_rank .label {
  display: inline-block;
  background: #d32f62;
  padding: 1% 1% 0;
  font-size: min(24px, 4vw);
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.point_rank .highlight {
  color: #d32f62;
  font-size: min(23px, 3.8vw);
  font-weight: bold;
}
.point_rank .note {
  display: block;
  font-size: min(14px, 2.3vw);
  line-height: 1.63;
  letter-spacing: 0;
}
.point_rank .note span {
  display: inline-block;
}
.point_rank .arrow {
  display: block;
  color: #d32f62;
}
.point_rank .intro {
  background: #fff;
  padding-top: 5.8%;
  margin-bottom: 5%;
}
.point_rank .intro p {
  font-size: min(25px, 4.2vw);
  letter-spacing: -0.01em;
  margin-bottom: 1.3%;
}
.point_rank .intro .p1 {
  line-height: 1.35;
  margin-bottom: 2%;
}
.point_rank .intro .p2 {
  margin-bottom: 2.5%;
}
.point_rank .intro .p3 {
  line-height: 1.3;
  margin-bottom: 0;
}
.point_rank .intro .label {
  font-size: min(28px, 4.7vw);
  margin: 0.7% 0 1%;
}
.point_rank .about {
  margin-bottom: 6%;
}
.point_rank .about p {
  line-height: 1.35;
  margin-bottom: 1.5%;
}
.point_rank .about p:last-of-type {
  margin-bottom: 1%;
}
.point_rank .about .note {
  margin-bottom: 3.5%;
}
.point_rank .usage {
  margin-bottom: 0;
}
.point_rank .usage ul {
  width: 100%;
  background-image: url("/upload/save_image/point_rank/point&rank_05.jpg");
  background-size: cover;
  list-style: none;
  padding: 5% min(42px, 4vw) 3%;
  margin: auto;
  text-align: left;
}
.point_rank .usage li {
  font-size: min(22.6px, 3.8vw);
  line-height: 1.2;
  letter-spacing: 0.005em;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5%;
}
.point_rank .usage li::before {
  content: "";
  display: inline-block;
  width: min(21px, 3.7vw);
  height: min(21px, 3.7vw);
  background: url("/upload/save_image/point_rank/checkmark.png") no-repeat center/contain;
  margin-right: min(6px, 1vw);
  flex-shrink: 0;
}
.point_rank .usage li > span {
  flex: 1;
}
.point_rank .line_magazine {
  text-align: center;
  margin-bottom: 6%;
}
.point_rank .expiry {
  margin-bottom: 6%;
}
.point_rank .expiry p {
  letter-spacing: -0.005em;
  line-height: 1.3;
}
.point_rank .rank {
  margin-bottom: 6%;
}
.point_rank .rank p {
  margin-bottom: 2.5%;
}
.point_rank .rank img {
  width: 90%;
}
.point_rank .mypage {
  margin-bottom: 6%;
}
.point_rank .mypage img {
  width: 92%;
  margin-bottom: 2.5%;
}
.point_rank .mypage .pr_btn {
  position: relative;
  width: 89%;
  display: inline-block;
  background: linear-gradient(to right, #f096b3, #d32f62);
  color: #fff;
  font-size: min(36px, 6vw);
  font-weight: bold;
  padding: 6% 8%;
  border-radius: min(19px, 3vw);
  text-decoration: none;
  margin-bottom: 4.5%;
  cursor: pointer;
}
.point_rank .mypage .pr_btn::before, .point_rank .mypage .pr_btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 7.5%;
  width: min(18px, 3vw);
  height: min(3px, 0.5vw);
  background: #fff;
  border-radius: min(2px, 0.3vw);
  top: 50%;
}
.point_rank .mypage .pr_btn::before {
  transform: translateY(calc(-1 * min(5px, 0.85vw))) rotate(40deg);
}
.point_rank .mypage .pr_btn::after {
  transform: translateY(min(5px, 0.85vw)) rotate(-40deg);
}
.point_rank .mypage .pr_btn:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in;
  text-decoration: none;
}
.point_rank .mypage p {
  font-size: min(25px, 4.2vw);
}
.point_rank .mypage .label {
  font-size: min(28px, 4.7vw);
  margin-bottom: 0.5%;
}
.point_rank .mypage .label:last-of-type {
  margin-bottom: 1%;
}/*# sourceMappingURL=pr.css.map */