@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*** color ***/
/* 
** breakpoint
*/
/*
 ** Viewport
*/
/*
 ** Viewport
 */
/*
  ** retina
*/
html {
  font-size: 100%;
}

body {
  color: #333333;
  font-size: 0.875rem;
  font-family: Hiragino Kaku Gothic ProN, Meiryo, MS PGothic, Sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 374px) {
  body {
    font-size: 3.73vw;
  }
}

.l-content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media screen and (max-width: 979px) {
  .l-content {
    padding: 0;
  }
}

.c-button,
.c-button__primary,
.c-button__back,
.c-button__disable,
.c-button__blank {
  border-radius: 8px;
  border: 1px solid #000;
  color: #333333;
  font-weight: bold;
  line-height: 1.43;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.875rem 2.1875rem;
  width: 100%;
  text-decoration: none;
}
.c-button:hover, .c-button:active,
.c-button__primary:hover,
.c-button__primary:active,
.c-button__back:hover,
.c-button__back:active,
.c-button__disable:hover,
.c-button__disable:active,
.c-button__blank:hover,
.c-button__blank:active {
  opacity: 0.6;
}

.c-button__primary {
  border: 0;
  background: #FF9123;
  color: #fff;
  width: 370px;
  margin: 1.25rem auto 0;
}
.c-button__primary::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.9375rem;
  width: 20px;
  height: 20px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/arrow_primary.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/arrow_primary.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/2x/arrow_primary@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/arrow_primary.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/2x/arrow_primary@2x.png") 2x);
}

.c-button__blank::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.9375rem;
  width: 10px;
  height: 10px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/externalLinkIcon.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/externalLinkIcon.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/2x/externalLinkIcon@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/externalLinkIcon.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/2x/externalLinkIcon@2x.png") 2x);
}

.c-button__back::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.9375rem;
  width: 20px;
  height: 20px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/back.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/back.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/2x/back@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/back.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/2x/back@2x.png") 2x);
}

.c-button__disable {
  border: 0;
  background: #ddd;
  color: #fff;
}
.c-button__disable::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.9375rem;
  width: 20px;
  height: 20px;
}

.c-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 979px) {
  .c-title {
    font-size: 1.125rem;
  }
}

.c-title__emphasis {
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .c-title__emphasis {
    font-size: 1.125rem;
    letter-spacing: -0.01rem;
  }
}
.c-title__emphasis::before, .c-title__emphasis::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 31px;
  height: 28px;
}
.c-title__emphasis::before {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/emphasis_left_icon.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/emphasis_left_icon.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/2x/emphasis_left_icon@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/emphasis_left_icon.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/2x/emphasis_left_icon@2x.png") 2x);
  margin-right: 10px;
}
.c-title__emphasis::after {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/emphasis_right_icon.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/emphasis_right_icon.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/2x/emphasis_right_icon@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/emphasis_right_icon.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common/2x/emphasis_right_icon@2x.png") 2x);
  margin-left: 10px;
}
@media screen and (max-width: 979px) {
  .c-title__emphasis {
    font-size: 18px;
  }
}

.c-note {
  color: #999;
  font-size: 0.75rem;
  position: relative;
  padding-left: 15px;
}
.c-note:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-note a {
  color: #FF9123;
  text-decoration: underline;
}
.c-note a:hover {
  text-decoration: none;
}

.kv_section {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/kv_bg.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/kv_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/kv_bg@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/kv_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/kv_bg@2x.png") 2x);
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}
@media screen and (max-width: 979px) {
  .kv_section {
    background: none;
    width: 100%;
    padding-bottom: 16vw;
  }
}

.kv_wrap {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .kv_wrap {
    max-width: none;
  }
}

.kv {
  position: relative;
  height: 517px;
}
@media screen and (max-width: 979px) {
  .kv {
    height: 120vw;
  }
}

.kv_title {
  width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .kv_title {
    width: 68%;
    left: 16%;
    position: absolute;
    z-index: 10;
    margin: 0;
  }
}

.kv_copy {
  position: absolute;
  top: 90px;
  left: 10px;
}
@media screen and (max-width: 979px) {
  .kv_copy {
    top: 0;
    left: 0;
    width: 100%;
  }
  .kv_copy img {
    width: 100%;
  }
}

.kv_badge {
  position: absolute;
  top: 60px;
  left: 660px;
}
@media screen and (max-width: 979px) {
  .kv_badge {
    display: none;
  }
}

.kv_ponta {
  position: absolute;
  top: 250px;
  left: 635px;
  z-index: 100;
}
@media screen and (max-width: 979px) {
  .kv_ponta {
    top: auto;
    left: 32vw;
    bottom: -2.67vw;
    width: 42.67vw;
  }
}

.app {
  max-width: 1034px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 10;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/app_bg_pc.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/app_bg_pc.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/app_bg_pc@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/app_bg_pc.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/app_bg_pc@2x.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 979px) {
  .app {
    margin-bottom: 13.33vw;
    background: none;
    max-width: none;
  }
}

.app_wrap {
  width: 830px;
  margin: 0 auto;
  padding: 32px 0;
  display: grid;
  grid-template-columns: 320px auto;
  column-gap: 40px;
}
@media screen and (max-width: 979px) {
  .app_wrap {
    width: 100%;
    background: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/app_bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 53.33vw;
    padding: 6.67vw 0;
  }
}

.app_title_img {
  margin-bottom: 10px;
}
@media screen and (max-width: 979px) {
  .app_title_img img {
    width: 50.67vw;
  }
}

.app_title {
  padding-right: 40px;
  border-right: 1px solid #ddd;
  display: grid;
  grid-template-columns: 60px auto;
  gap: 20px;
}
@media screen and (max-width: 979px) {
  .app_title {
    background: none;
    display: grid;
    margin: 0 9.33vw;
    padding: 0 0 4vw 0;
    grid-template-columns: 16vw auto;
    gap: 5.33vw;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
}

.app_bnr_ios {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .app_bnr_ios {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .app_bnr_ios img {
    width: 43.47vw;
  }
}

@media screen and (max-width: 979px) {
  .app_bnr_android {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .app_bnr_android img {
    width: 53.87vw;
  }
}

.app_img img {
  width: 16vw;
}

.app_title_copy {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 979px) {
  .app_title_copy {
    font-size: 4.27vw;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 374px) {
  .app_title_copy {
    font-size: 4vw;
  }
}

.app_detail {
  display: grid;
  grid-template-columns: 163px 202px 60px;
  column-gap: 20px;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .app_detail {
    margin: 0 9.33vw;
    display: block;
    display: flex;
    justify-content: center;
    column-gap: 0;
    padding: 4vw 0;
  }
  .app_detail .app_bnr_ios + .app_bnr_android {
    margin-left: 4vw;
  }
}

.about_section {
  margin-top: -195px;
  padding-top: 115px;
  padding-bottom: 200px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_bnr.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_bnr.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_bnr@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_bnr.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_bnr@2x.png") 2x);
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 979px) {
  .about_section {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_sp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11.2vw 4vw 18.67vw;
    margin-bottom: 0;
    margin-top: -26.67vw;
  }
}
.about_section.js-no-bnr {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_no_bnr_2509.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_no_bnr_2509.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_no_bnr_2509@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_no_bnr_2509.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_no_bnr_2509@2x.png") 2x);
}
@media screen and (max-width: 979px) {
  .about_section.js-no-bnr {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_sp.png");
  }
}

.section_title {
  display: flex;
  align-items: center;
  flex-flow: column;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.125rem;
  font-weight: bold;
  color: #111;
}
@media screen and (max-width: 979px) {
  .section_title {
    font-size: 7.47vw;
    margin-bottom: 8vw;
  }
}

.section_title span {
  position: relative;
  display: inline-block;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_star.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_star.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_star@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_star.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_star@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 35px;
}
@media screen and (max-width: 979px) {
  .section_title span {
    padding-bottom: 9.33vw;
    background-size: 25.6vw auto;
  }
}
.section_title span::before {
  content: "";
  display: block;
  width: 34px;
  height: 89px;
  position: absolute;
  top: 0;
  left: -75px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_title_before.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_title_before.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_title_before@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_title_before.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_title_before@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 979px) {
  .section_title span::before {
    left: -16vw;
    width: 8vw;
    height: 21.33vw;
  }
}
.section_title span::after {
  content: "";
  display: block;
  width: 34px;
  height: 89px;
  position: absolute;
  top: 0;
  right: -75px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_title_after.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_title_after.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_title_after@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_title_after.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/common_bg_title_after@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 979px) {
  .section_title span::after {
    right: -16vw;
    width: 8vw;
    height: 21.33vw;
  }
}

.section_title.section_title_gold {
  color: #42210B;
}
.section_title.section_title_gold span {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_star.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_star.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_star@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_star.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_star@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 35px;
}
@media screen and (max-width: 979px) {
  .section_title.section_title_gold span {
    padding-bottom: 9.33vw;
    background-size: 25.6vw auto;
  }
}
.section_title.section_title_gold span::before {
  content: "";
  display: block;
  width: 34px;
  height: 89px;
  position: absolute;
  top: 0;
  left: -75px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_title_before.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_title_before.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_title_before@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_title_before.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_title_before@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 979px) {
  .section_title.section_title_gold span::before {
    left: -12vw;
    width: 8vw;
    height: 21.33vw;
  }
}
.section_title.section_title_gold span::after {
  content: "";
  display: block;
  width: 34px;
  height: 89px;
  position: absolute;
  top: 0;
  right: -75px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_title_after.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_title_after.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_title_after@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_title_after.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/gold_bg_title_after@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 979px) {
  .section_title.section_title_gold span::after {
    right: -12vw;
    width: 8vw;
    height: 21.33vw;
  }
}

.app-sp {
  margin-bottom: 13.33vw;
}

.about_lead {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
  margin-top: -1.25rem;
  color: #42210B;
}
@media screen and (max-width: 979px) {
  .about_lead {
    font-size: 4.8vw;
    margin-top: -2.67vw;
    margin-bottom: 5.33vw;
  }
  .about_lead span {
    display: block;
  }
}

.about_ranking_wrap {
  max-width: 1034px;
  margin: 0 auto 40px;
  position: relative;
}
.about_ranking_wrap:after {
  content: "";
  display: block;
  width: 160px;
  height: 177px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_king_ponta.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_king_ponta.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_king_ponta@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_king_ponta.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_king_ponta@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -175px;
  right: 0;
}
@media screen and (max-width: 979px) {
  .about_ranking_wrap {
    margin: 0;
    margin-bottom: 10.67vw;
    max-width: none;
  }
  .about_ranking_wrap:after {
    display: none;
  }
}

.about_ranking {
  max-width: 1034px;
  width: 100%;
  height: 136px;
  padding-left: 18.3752417795%;
  padding-right: 4.835589942%;
  margin-bottom: 8px;
  display: grid;
  grid-template-columns: 19.5214105793% 21.0327455919% 27.0780856423% 32.241813602%;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .about_ranking {
    max-width: none;
    height: auto;
    display: block;
    margin-bottom: 2.67vw;
    padding: 6.67vw 8vw 5.33vw;
    min-height: 60vw;
  }
}
.about_ranking.ranking_king {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_king.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_king.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_king@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_king.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_king@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 979px) {
  .about_ranking.ranking_king {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_king_sp.png");
  }
}
.about_ranking.ranking_gold {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_gold.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_gold.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_gold@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_gold.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_gold@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 979px) {
  .about_ranking.ranking_gold {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_gold_sp.png");
  }
}
.about_ranking.ranking_silver {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_silver.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_silver.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_silver@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_silver.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_silver@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 979px) {
  .about_ranking.ranking_silver {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_silver_sp.png");
  }
}
.about_ranking.ranking_regular {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_regular.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_regular.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_regular@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_regular.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_regular@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about_ranking.ranking_regular .ranking_score {
  border-right: 0;
}
@media screen and (max-width: 979px) {
  .about_ranking.ranking_regular {
    padding: 6.4vw 8vw;
    margin-bottom: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_regular_sp.png");
    min-height: 30.93vw;
  }
  .about_ranking.ranking_regular .ranking_title {
    padding-left: 21.33vw;
    margin-bottom: 2.67vw;
  }
  .about_ranking.ranking_regular .ranking_score {
    padding: 0 0 0 21.33vw;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

.ranking_title {
  font-size: 1.75rem;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .ranking_title {
    font-size: 5.87vw;
    margin-bottom: 2.67vw;
    padding-left: 21.33vw;
  }
}

.ranking_score {
  font-size: 0.8125rem;
  border-right: 1px solid #ddd;
  margin-right: 40px;
  padding: 25px 0;
}
@media screen and (max-width: 979px) {
  .ranking_score {
    font-size: 3.47vw;
    padding: 0 0 6.67vw 21.33vw;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    margin: 0 0 5.33vw;
  }
}

.ranking_point {
  font-size: 1.75rem;
}
.ranking_point span {
  font-weight: bold;
  color: #FF9123;
}
@media screen and (max-width: 979px) {
  .ranking_point {
    font-size: 5.87vw;
  }
}

.ranking_more {
  font-size: 1.25rem;
}
.ranking_more span {
  font-weight: bold;
  color: #FF9123;
}
@media screen and (max-width: 979px) {
  .ranking_more {
    font-size: 4.8vw;
  }
}

.about_more_lead {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #42210B;
}
.about_more_lead span {
  font-size: 1.25rem;
  display: block;
}
.about_more_lead i {
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .about_more_lead {
    font-size: 5.87vw;
    margin-bottom: 5.33vw;
  }
  .about_more_lead span {
    font-size: 3.73vw;
    margin-bottom: 2.67vw;
  }
  .about_more_lead i {
    display: block;
  }
}

.about_more_img {
  width: 590px;
  margin: 0 auto;
  position: relative;
}
.about_more_img:before {
  position: absolute;
  display: block;
  content: "";
  width: 275px;
  height: 120px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_andmore_before.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_andmore_before.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_andmore_before@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_andmore_before.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_andmore_before@2x.png") 2x);
  background-size: cover;
  top: 50px;
  left: -295px;
}
@media screen and (max-width: 979px) {
  .about_more_img:before {
    display: none;
  }
}
.about_more_img:after {
  position: absolute;
  display: block;
  content: "";
  width: 275px;
  height: 120px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_andmore_after.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_andmore_after.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_andmore_after@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_andmore_after.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/about_bg_andmore_after@2x.png") 2x);
  background-size: cover;
  top: 50px;
  right: -295px;
}
@media screen and (max-width: 979px) {
  .about_more_img:after {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .about_more_img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .about_more_img img {
    width: 100%;
  }
}

.howto_section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 979px) {
  .howto_section {
    width: 100%;
    margin-top: 10.67vw;
    margin-bottom: 10.67vw;
    padding: 0 4vw;
  }
}

.howto_wrap {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/howto_bg_2608.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/howto_bg_2608.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/howto_bg_2608@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/howto_bg_2608.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/howto_bg_2608@2x.png") 2x);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 979px) {
  .howto_wrap {
    background: none;
    margin-top: -2.67vw;
  }
}

.howto {
  margin: 0 35px 10px 50px;
  display: grid;
  grid-template-columns: 36.5740740741% 31.9444444444% 31.4814814815%;
  text-align: center;
  min-height: 510px;
}
@media (max-width: 1170px) {
  .howto {
    min-height: 45vw;
  }
}
@media (max-width: 1040px) {
  .howto {
    min-height: 50vw;
  }
}
@media screen and (max-width: 979px) {
  .howto {
    display: block;
    margin: 0 0 10.67vw 0;
  }
}

.howto_article.howto_no1 {
  margin-right: 22.7848101266%;
}
@media screen and (max-width: 979px) {
  .howto_article.howto_no1 {
    margin-right: 0;
    margin-bottom: 8vw;
  }
}
.howto_article.howto_no2 {
  margin-right: 21.7391304348%;
}
@media screen and (max-width: 979px) {
  .howto_article.howto_no2 {
    margin-right: 0;
    margin-bottom: 8vw;
  }
}

.howto_no {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  background: rgb(130, 0, 34);
  background: linear-gradient(90deg, rgb(130, 0, 34) 0%, rgb(188, 0, 40) 100%);
  margin: 0 auto 10px;
}
@media screen and (max-width: 979px) {
  .howto_no {
    width: 10.67vw;
    height: 10.67vw;
    line-height: 10.67vw;
    font-size: 4.8vw;
    margin-bottom: vm(10);
  }
}

.howto_lead {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 979px) {
  .howto_lead {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
.howto_lead span {
  font-weight: normal;
  font-size: 0.875rem;
}
@media screen and (max-width: 979px) {
  .howto_lead span {
    font-size: 3.73vw;
  }
}

.howto_text {
  font-weight: normal;
  font-size: 0.875rem;
}
.howto_text i {
  display: inline;
}
@media screen and (max-width: 979px) {
  .howto_text {
    font-size: 3.73vw;
    margin-top: -2.67vw;
    margin-bottom: 2.67vw;
  }
  .howto_text i {
    display: block;
    font-style: normal;
  }
}

.howto_caption {
  font-size: 0.875rem;
  margin-bottom: 60px;
  padding-left: 2em;
  text-indent: -2em;
}
@media screen and (max-width: 979px) {
  .howto_caption {
    margin-top: 2.67vw;
    margin-bottom: 0;
    text-align: left;
    font-size: 3.73vw;
  }
}

.howto_more_lead {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.howto_more_lead span {
  display: block;
  font-size: 1.25rem;
}
.howto_more_lead i {
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .howto_more_lead {
    font-size: 5.87vw;
    margin-bottom: 5.33vw;
  }
  .howto_more_lead span {
    font-size: 4.8vw;
    margin-bottom: 2.67vw;
  }
  .howto_more_lead i {
    display: block;
  }
}

.howto_img {
  width: 100vw;
  display: block;
  margin: 0 calc(50% - 50vw);
}

.btn {
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, rgb(130, 0, 34) 0%, rgb(188, 0, 40) 100%);
  position: relative;
}
.btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/btn_arrow.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/btn_arrow.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/btn_arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/btn_arrow.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/btn_arrow@2x.png") 2x);
  background-size: cover;
  top: calc(50% - 10px);
  right: 20px;
}
@media screen and (max-width: 979px) {
  .btn:after {
    width: 5.33vw;
    height: 5.33vw;
    top: calc(50% - 2.67vw);
    right: 5.33vw;
  }
}
.btn:hover, .btn:active {
  opacity: 0.6;
}
@media screen and (max-width: 979px) {
  .btn {
    padding: 4vw 0;
    font-size: 4.8vw;
    width: 100%;
  }
}

.service_section {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_bg_pc_2509.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_bg_pc_2509.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_bg_pc_2509@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_bg_pc_2509.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_bg_pc_2509@2x.png") 2x);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 140px;
}
@media screen and (max-width: 979px) {
  .service_section {
    padding: 18.67vw 4vw;
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_bg_sp_2607.jpg");
    background-size: cover;
  }
}
@media screen and (max-width: 979px) {
  .service_section .section_title.section_title_gold span::before {
    left: -16vw;
  }
  .service_section .section_title.section_title_gold span::after {
    right: -16vw;
  }
}

.service_wrap {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_logobg_2509_pc.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_logobg_2509_pc.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_logobg_2509_pc@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_logobg_2509_pc.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_logobg_2509_pc@2x.png") 2x);
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 70px;
}
@media screen and (max-width: 979px) {
  .service_wrap {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_logobg_2509_sp.png");
    background-size: 100% auto;
    margin-bottom: 16vw;
  }
}

.service {
  max-width: 970px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 0;
  padding: 40px 0;
  position: relative;
}
.service:after {
  content: "";
  display: block;
  width: 206px;
  height: 110px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_king_ponta.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_king_ponta.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_king_ponta@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_king_ponta.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_king_ponta@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -100px;
  right: -70px;
}
@media screen and (max-width: 979px) {
  .service:after {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_king_ponta_sp.png");
    background-size: 100% auto;
    width: 32vw;
    height: 18.4vw;
    right: -4vw;
    top: -16vw;
  }
}
@media screen and (max-width: 979px) {
  .service {
    padding: 5.33vw;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}

.service_article {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 979px) {
  .service_article img {
    width: 100%;
  }
}

.service_lead {
  max-width: 610px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 33px;
  line-height: 1.5;
}
@media screen and (max-width: 979px) {
  .service_lead {
    font-size: min(4.8vw, 36px);
    padding: 0 4vw 16vw;
  }
  .service_lead span {
    display: block;
  }
}

.service_recommend_wrap {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_recommend_bg_pc.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_recommend_bg_pc.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_recommend_bg_pc@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_recommend_bg_pc.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_recommend_bg_pc@2x.png") 2x);
  background-position: center top;
  background-repeat: no-repeat;
  display: flow-root;
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  .service_recommend_wrap {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_recommend_bg_sp.png");
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 8vw;
  }
}

.service_recommend_lead {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_recommend_titlebg_pc.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_recommend_titlebg_pc.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_recommend_titlebg_pc@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_recommend_titlebg_pc.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_recommend_titlebg_pc@2x.png") 2x);
  width: 452px;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  padding: 10px 0 20px;
  margin-top: -30px;
}
@media screen and (max-width: 979px) {
  .service_recommend_lead {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_recommend_titlebg_sp.png");
    background-size: 100% auto;
    width: 96.27vw;
    margin-left: -2.13vw;
    font-size: 4.8vw;
    padding: 2.4vw 0 4.53vw;
    margin-top: -8vw;
  }
}

.service_recommend {
  max-width: 970px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 0 40px;
  position: relative;
}
@media screen and (max-width: 979px) {
  .service_recommend {
    display: block;
    padding: 2.4vw 0 2.67vw;
    margin-bottom: 0;
  }
}

.service_recommend_article {
  padding: 0 30px;
}
@media screen and (max-width: 979px) {
  .service_recommend_article {
    max-width: 76vw;
    margin: 0 auto;
    padding: 4vw 0;
    border-top: 1px solid #ddd;
  }
  .service_recommend_article:first-child {
    padding-top: 0;
    border-top: 0;
  }
}

.service_recommend_article_lead {
  display: grid;
  place-items: center;
  position: relative;
}
.service_recommend_article_lead:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 8px 0 8px;
  border-color: #F4C500 transparent transparent transparent;
}
.service_recommend_article_lead span {
  background: #F4C500;
  padding: 7px 45px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 979px) {
  .service_recommend_article_lead:before {
    border-width: 3.2vw 1.33vw 0 1.33vw;
  }
  .service_recommend_article_lead span {
    padding: 0.8vw 8.8vw;
    font-size: 3.73vw;
  }
}

.service_recommend_article_img {
  margin-top: 10px;
}
@media screen and (max-width: 979px) {
  .service_recommend_article_img {
    max-width: 57.33vw;
    max-height: 10.67vw;
    margin: 2.67vw auto 1.33vw;
  }
  .service_recommend_article_img img {
    display: block;
    margin: 0 auto;
  }
}

.service_recommend_article_text {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .service_recommend_article_text span {
    display: block;
  }
}
@media screen and (max-width: 979px) {
  .service_recommend_article_text {
    font-size: 3.73vw;
  }
}

/*
.service {
  max-width: 970px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 33px 0;
  position: relative;
  @include sp {
    grid-template-columns: repeat(2, 1fr); 
    padding: vw(20);
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_logobg_sp.png");
    background-size: cover;
  }
  &:after {
    content: "";
    display: block;
    width: 206px;
    height: 110px;
    @include imgRetina(
      url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_king_ponta.png"),
      url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/service_king_ponta@2x.png")
    );
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -100px;
    right: -70px;
    @include sp {
      width: vw(117);
      height: vw(69);
      right: vw(-15);
      top: vw(-60);
    }
  }
}
.service_article {
  display: grid;
  place-items: center;
  height: 100px;
  border-right: 1px solid #ddd;
  @include sp {
    border-right: 0;
    height: vw(50);
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    &.service_article_research {
      img {
        width: vw(121);
      }
    }
    &.service_article_play {
      img {
        width: vw(125);
      }
    }
    &.service_article_bp {
      img {
        width: vw(138);
      }
    }
    &.service_article_lottery {
      img {
        width: vw(104);
      }
    }
    &.service_article_movie {
      img {
        width: vw(110);
      }
    }
    &.service_article_loto {
      img {
        width: vw(70);
      }
    }
  }
  &:nth-child(-n+3) {
    border-bottom: 1px solid #ddd;
  }
  &:nth-child(3n) {
    border-right: 0;
  }
  &:nth-child(2n+1) {
    @include sp {
      border-left: 0;
    }
  }
  &:nth-child(n+5) {
    @include sp {
      border-bottom: 0;
    }
  }
}*/
.service_text {
  margin-bottom: 30px;
  font-size: 0.875rem;
  text-align: center;
  color: #42210B;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .service_text {
    font-size: 3.73vw;
    margin-bottom: 5.33vw;
  }
  .service_text span {
    display: block;
  }
}

@media screen and (max-width: 979px) {
  .faq_section {
    padding: 10.67vw 0;
  }
}

.faq {
  max-width: 1045px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .faq {
    padding: 0 4vw;
  }
}

.faq_article {
  border-bottom: 1px solid #333;
}
.faq_article:first-child {
  border-top: 1px solid #333;
}

.faq_question {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 30px 0 30px 70px;
  position: relative;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/qa_icn_q.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/qa_icn_q.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/qa_icn_q@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/qa_icn_q.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/qa_icn_q@2x.png") 2x);
  background-size: 26px 30px;
  background-repeat: no-repeat;
  background-position: left 30px top 30px;
}
.faq_question:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  width: 20px;
  height: 20px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/faq_arrow.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/faq_arrow.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/faq_arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/faq_arrow.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/faq_arrow@2x.png") 2x);
  background-size: cover;
  background-repeat: no-repeat;
}
.faq_question.is-open:after {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/faq_arrow_open.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/faq_arrow_open.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/faq_arrow_open@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/faq_arrow_open.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/faq_arrow_open@2x.png") 2x);
  background-size: cover;
  background-repeat: no-repeat;
}
.faq_question:hover, .faq_question:active {
  cursor: pointer;
}
@media screen and (max-width: 979px) {
  .faq_question {
    padding: 5.33vw 12vw 5.33vw 9.33vw;
    font-size: 4.8vw;
    background-position: left top 5.33vw;
    background-size: 5.33vw 6.4vw;
  }
  .faq_question:after {
    width: 5.33vw;
    height: 5.33vw;
    right: 0;
    top: 6.67vw;
  }
}

.faq_answer {
  display: none;
  padding: 0 0 30px 70px;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/qa_icn_a.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/qa_icn_a.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/qa_icn_a@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/qa_icn_a.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/qa_icn_a@2x.png") 2x);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: left 28px top 0;
}
@media screen and (max-width: 979px) {
  .faq_answer {
    background-size: 5.87vw auto;
    background-position: left top 1.33vw;
    padding: 0 0 5.33vw 9.33vw;
  }
}

.faq_text {
  padding-top: 5px;
  font-size: 0.875rem;
}
.faq_text + .faq_note {
  margin-top: 10px;
}
@media screen and (max-width: 979px) {
  .faq_text + .faq_note {
    margin-top: 2.67vw;
  }
}
@media screen and (max-width: 979px) {
  .faq_text {
    padding-top: 1.33vw;
    font-size: 3.73vw;
  }
}

.faq_note {
  font-size: 0.875rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 979px) {
  .faq_note {
    font-size: 3.73vw;
  }
}

.term_section {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/term_bg.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/term_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/term_bg@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/term_bg.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/term_bg@2x.png") 2x);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 979px) {
  .term_section {
    padding-top: 18.67vw;
    padding-bottom: 21.33vw;
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/term_bg_sp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.term_wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}
.term_wrap::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #f2f2f2;
  position: absolute;
  top: -20px;
  left: -5px;
  z-index: 99;
}
.term_wrap::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #f2f2f2;
  position: absolute;
  top: -20px;
  right: -5px;
  z-index: 99;
}

.term {
  position: relative;
  padding: 60px;
  background: #fff;
}
.term::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: -20px;
  left: -20px;
}
.term::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: -20px;
  right: -20px;
}
@media screen and (max-width: 979px) {
  .term {
    padding: 8vw;
  }
}

.term_title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .term_title {
    font-size: 5.87vw;
    margin-bottom: 5.33vw;
  }
}

.term_list {
  margin-bottom: 10px;
  font-size: 0.875rem;
}
@media screen and (max-width: 979px) {
  .term_list {
    font-size: 3.73vw;
  }
}
.term_list li {
  padding-left: 1em;
  text-indent: -1em;
}

.term_child_list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.term_text {
  padding-left: 1em;
}
.term_text a {
  color: #FF9123;
  text-decoration: underline;
}
.term_text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .term_text {
    font-size: 3.73vw;
  }
}

.bnr {
  max-width: 1034px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 10;
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/bnr_bg_pc.png");
  background-image: image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/bnr_bg_pc.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/bnr_bg_pc@2x.png") 2x);
  background-image: -webkit-image-set(url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/bnr_bg_pc.png") 1x, url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/bnr_bg_pc@2x.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 979px) {
  .bnr {
    margin-bottom: 5.33vw;
    background: none;
    max-width: none;
  }
  .bnr::before {
    content: "";
    display: block;
    height: 5.33vw;
    background: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/bnr_bg_sp_head_foot.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .bnr::after {
    content: "";
    display: block;
    height: 5.33vw;
    background: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/bnr_bg_sp_head_foot.png");
    background-size: 100% auto;
    transform: rotate(180deg);
    background-repeat: no-repeat;
  }
}

.bnr_wrap {
  width: 770px;
  margin: 0 auto;
  padding: 32px 0;
  display: flex;
  grid-template-columns: auto;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}
@media screen and (max-width: 979px) {
  .bnr_wrap {
    width: 100%;
    background: url("https://pntc.sslcs.cdngc.net/cdn/pontarank/img/bnr_bg_sp_body.png");
    background-repeat: repeat-y;
    background-size: 100%;
    display: block;
    padding: 3.2vw 8vw;
    margin: -2px 0;
  }
}

.bnr_article {
  max-width: 370px;
}
.bnr_article img {
  width: 100%;
}
@media screen and (max-width: 979px) {
  .bnr_article {
    max-width: 100%;
  }
  .bnr_article:nth-child(2n) {
    margin-top: 2.67vw;
  }
}

.floatingArea {
  background: #fff;
  padding: 2.67vw 4vw;
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}

@media screen and (max-width: 979px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  .u-sp {
    display: none !important;
  }
}

.u-both-none {
  display: none !important;
}

@media screen and (min-width: 980px) {
  .u-block-pc {
    display: block !important;
  }
}

@media screen and (max-width: 979px) {
  .u-block-sp {
    display: block !important;
  }
}

.u-display-none {
  display: none;
}

.u-textAlign__center {
  text-align: center;
}

.u-space__mxAuto {
  margin-left: auto;
  margin-right: auto;
}

.u-space__mt5 {
  margin-top: 5px !important;
}

.u-space__mr5 {
  margin-right: 5px !important;
}

.u-space__mb5 {
  margin-bottom: 5px !important;
}

.u-space__ml5 {
  margin-left: 5px !important;
}

.u-space__pt5 {
  padding-top: 5px !important;
}

.u-space__pr5 {
  padding-right: 5px !important;
}

.u-space__pb5 {
  padding-bottom: 5px !important;
}

.u-space__pl5 {
  padding-left: 5px !important;
}

.u-space__mt10 {
  margin-top: 10px !important;
}

.u-space__mr10 {
  margin-right: 10px !important;
}

.u-space__mb10 {
  margin-bottom: 10px !important;
}

.u-space__ml10 {
  margin-left: 10px !important;
}

.u-space__pt10 {
  padding-top: 10px !important;
}

.u-space__pr10 {
  padding-right: 10px !important;
}

.u-space__pb10 {
  padding-bottom: 10px !important;
}

.u-space__pl10 {
  padding-left: 10px !important;
}

.u-space__mt15 {
  margin-top: 15px !important;
}

.u-space__mr15 {
  margin-right: 15px !important;
}

.u-space__mb15 {
  margin-bottom: 15px !important;
}

.u-space__ml15 {
  margin-left: 15px !important;
}

.u-space__pt15 {
  padding-top: 15px !important;
}

.u-space__pr15 {
  padding-right: 15px !important;
}

.u-space__pb15 {
  padding-bottom: 15px !important;
}

.u-space__pl15 {
  padding-left: 15px !important;
}

.u-space__mt20 {
  margin-top: 20px !important;
}

.u-space__mr20 {
  margin-right: 20px !important;
}

.u-space__mb20 {
  margin-bottom: 20px !important;
}

.u-space__ml20 {
  margin-left: 20px !important;
}

.u-space__pt20 {
  padding-top: 20px !important;
}

.u-space__pr20 {
  padding-right: 20px !important;
}

.u-space__pb20 {
  padding-bottom: 20px !important;
}

.u-space__pl20 {
  padding-left: 20px !important;
}

.u-space__mt25 {
  margin-top: 25px !important;
}

.u-space__mr25 {
  margin-right: 25px !important;
}

.u-space__mb25 {
  margin-bottom: 25px !important;
}

.u-space__ml25 {
  margin-left: 25px !important;
}

.u-space__pt25 {
  padding-top: 25px !important;
}

.u-space__pr25 {
  padding-right: 25px !important;
}

.u-space__pb25 {
  padding-bottom: 25px !important;
}

.u-space__pl25 {
  padding-left: 25px !important;
}

.u-space__mt30 {
  margin-top: 30px !important;
}

.u-space__mr30 {
  margin-right: 30px !important;
}

.u-space__mb30 {
  margin-bottom: 30px !important;
}

.u-space__ml30 {
  margin-left: 30px !important;
}

.u-space__pt30 {
  padding-top: 30px !important;
}

.u-space__pr30 {
  padding-right: 30px !important;
}

.u-space__pb30 {
  padding-bottom: 30px !important;
}

.u-space__pl30 {
  padding-left: 30px !important;
}

.u-space__mt35 {
  margin-top: 35px !important;
}

.u-space__mr35 {
  margin-right: 35px !important;
}

.u-space__mb35 {
  margin-bottom: 35px !important;
}

.u-space__ml35 {
  margin-left: 35px !important;
}

.u-space__pt35 {
  padding-top: 35px !important;
}

.u-space__pr35 {
  padding-right: 35px !important;
}

.u-space__pb35 {
  padding-bottom: 35px !important;
}

.u-space__pl35 {
  padding-left: 35px !important;
}

.u-space__mt40 {
  margin-top: 40px !important;
}

.u-space__mr40 {
  margin-right: 40px !important;
}

.u-space__mb40 {
  margin-bottom: 40px !important;
}

.u-space__ml40 {
  margin-left: 40px !important;
}

.u-space__pt40 {
  padding-top: 40px !important;
}

.u-space__pr40 {
  padding-right: 40px !important;
}

.u-space__pb40 {
  padding-bottom: 40px !important;
}

.u-space__pl40 {
  padding-left: 40px !important;
}

.u-space__mt45 {
  margin-top: 45px !important;
}

.u-space__mr45 {
  margin-right: 45px !important;
}

.u-space__mb45 {
  margin-bottom: 45px !important;
}

.u-space__ml45 {
  margin-left: 45px !important;
}

.u-space__pt45 {
  padding-top: 45px !important;
}

.u-space__pr45 {
  padding-right: 45px !important;
}

.u-space__pb45 {
  padding-bottom: 45px !important;
}

.u-space__pl45 {
  padding-left: 45px !important;
}

.u-space__mt50 {
  margin-top: 50px !important;
}

.u-space__mr50 {
  margin-right: 50px !important;
}

.u-space__mb50 {
  margin-bottom: 50px !important;
}

.u-space__ml50 {
  margin-left: 50px !important;
}

.u-space__pt50 {
  padding-top: 50px !important;
}

.u-space__pr50 {
  padding-right: 50px !important;
}

.u-space__pb50 {
  padding-bottom: 50px !important;
}

.u-space__pl50 {
  padding-left: 50px !important;
}

.u-space__mt55 {
  margin-top: 55px !important;
}

.u-space__mr55 {
  margin-right: 55px !important;
}

.u-space__mb55 {
  margin-bottom: 55px !important;
}

.u-space__ml55 {
  margin-left: 55px !important;
}

.u-space__pt55 {
  padding-top: 55px !important;
}

.u-space__pr55 {
  padding-right: 55px !important;
}

.u-space__pb55 {
  padding-bottom: 55px !important;
}

.u-space__pl55 {
  padding-left: 55px !important;
}

.u-space__mt60 {
  margin-top: 60px !important;
}

.u-space__mr60 {
  margin-right: 60px !important;
}

.u-space__mb60 {
  margin-bottom: 60px !important;
}

.u-space__ml60 {
  margin-left: 60px !important;
}

.u-space__pt60 {
  padding-top: 60px !important;
}

.u-space__pr60 {
  padding-right: 60px !important;
}

.u-space__pb60 {
  padding-bottom: 60px !important;
}

.u-space__pl60 {
  padding-left: 60px !important;
}

.u-space__mt65 {
  margin-top: 65px !important;
}

.u-space__mr65 {
  margin-right: 65px !important;
}

.u-space__mb65 {
  margin-bottom: 65px !important;
}

.u-space__ml65 {
  margin-left: 65px !important;
}

.u-space__pt65 {
  padding-top: 65px !important;
}

.u-space__pr65 {
  padding-right: 65px !important;
}

.u-space__pb65 {
  padding-bottom: 65px !important;
}

.u-space__pl65 {
  padding-left: 65px !important;
}

.u-space__mt70 {
  margin-top: 70px !important;
}

.u-space__mr70 {
  margin-right: 70px !important;
}

.u-space__mb70 {
  margin-bottom: 70px !important;
}

.u-space__ml70 {
  margin-left: 70px !important;
}

.u-space__pt70 {
  padding-top: 70px !important;
}

.u-space__pr70 {
  padding-right: 70px !important;
}

.u-space__pb70 {
  padding-bottom: 70px !important;
}

.u-space__pl70 {
  padding-left: 70px !important;
}

.u-space__mt75 {
  margin-top: 75px !important;
}

.u-space__mr75 {
  margin-right: 75px !important;
}

.u-space__mb75 {
  margin-bottom: 75px !important;
}

.u-space__ml75 {
  margin-left: 75px !important;
}

.u-space__pt75 {
  padding-top: 75px !important;
}

.u-space__pr75 {
  padding-right: 75px !important;
}

.u-space__pb75 {
  padding-bottom: 75px !important;
}

.u-space__pl75 {
  padding-left: 75px !important;
}

.u-space__mt80 {
  margin-top: 80px !important;
}

.u-space__mr80 {
  margin-right: 80px !important;
}

.u-space__mb80 {
  margin-bottom: 80px !important;
}

.u-space__ml80 {
  margin-left: 80px !important;
}

.u-space__pt80 {
  padding-top: 80px !important;
}

.u-space__pr80 {
  padding-right: 80px !important;
}

.u-space__pb80 {
  padding-bottom: 80px !important;
}

.u-space__pl80 {
  padding-left: 80px !important;
}

.u-space__mt85 {
  margin-top: 85px !important;
}

.u-space__mr85 {
  margin-right: 85px !important;
}

.u-space__mb85 {
  margin-bottom: 85px !important;
}

.u-space__ml85 {
  margin-left: 85px !important;
}

.u-space__pt85 {
  padding-top: 85px !important;
}

.u-space__pr85 {
  padding-right: 85px !important;
}

.u-space__pb85 {
  padding-bottom: 85px !important;
}

.u-space__pl85 {
  padding-left: 85px !important;
}

.u-space__mt90 {
  margin-top: 90px !important;
}

.u-space__mr90 {
  margin-right: 90px !important;
}

.u-space__mb90 {
  margin-bottom: 90px !important;
}

.u-space__ml90 {
  margin-left: 90px !important;
}

.u-space__pt90 {
  padding-top: 90px !important;
}

.u-space__pr90 {
  padding-right: 90px !important;
}

.u-space__pb90 {
  padding-bottom: 90px !important;
}

.u-space__pl90 {
  padding-left: 90px !important;
}

.u-space__mt95 {
  margin-top: 95px !important;
}

.u-space__mr95 {
  margin-right: 95px !important;
}

.u-space__mb95 {
  margin-bottom: 95px !important;
}

.u-space__ml95 {
  margin-left: 95px !important;
}

.u-space__pt95 {
  padding-top: 95px !important;
}

.u-space__pr95 {
  padding-right: 95px !important;
}

.u-space__pb95 {
  padding-bottom: 95px !important;
}

.u-space__pl95 {
  padding-left: 95px !important;
}

.u-space__mt100 {
  margin-top: 100px !important;
}

.u-space__mr100 {
  margin-right: 100px !important;
}

.u-space__mb100 {
  margin-bottom: 100px !important;
}

.u-space__ml100 {
  margin-left: 100px !important;
}

.u-space__pt100 {
  padding-top: 100px !important;
}

.u-space__pr100 {
  padding-right: 100px !important;
}

.u-space__pb100 {
  padding-bottom: 100px !important;
}

.u-space__pl100 {
  padding-left: 100px !important;
}