@charset "UTF-8";
/*! destyle.css v3.0.2 | 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) */
/* ============================================ */
dt {
  font-weight: bold;
}

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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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 ***/
/* MEMO: 例外的に作成 */
/* 
** breakpoint
*/
/*
 ** Viewport
*/
/*
  ** retina
*/
body {
  background-color: #F7F7F7;
  color: #111111;
  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 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .l-content {
    padding: 2.5rem 3.4375rem 0;
    margin: 0 auto 3.75rem;
    max-width: 1280px;
  }
}
@media screen and (max-width: 979px) {
  .l-content {
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 374px) {
  .l-content {
    margin-bottom: 13.33vw;
  }
}

.l-content.l-content_error .l-content__main {
  max-width: 100%;
}

.l-content.l-content_history {
  display: block;
  max-width: none;
  padding: 0;
  margin: 0;
}

.l-content.l-content--lpcard {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}

@media screen and (min-width: 980px) {
  .l-content__short {
    box-sizing: content-box;
    padding: 2.5rem 0.9375rem 3.75rem;
    margin: 0 auto;
    width: 100%;
    max-width: 770px;
  }
}
@media screen and (max-width: 979px) {
  .l-content__short {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 980px) {
  .l-content__breadcrumb {
    padding: 0 3.4375rem;
    margin: 0.9375rem auto 0;
    max-width: 1280px;
  }
}
@media screen and (max-width: 979px) {
  .l-content__breadcrumb {
    border-top: 1px solid #111111;
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 374px) {
  .l-content__breadcrumb {
    padding-top: 5.33vw;
  }
}

@media screen and (max-width: 979px) {
  .l-content__keywordBox {
    background-color: #fff;
    border-bottom: 1px solid #DDDDDD;
    padding: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .l-content__keywordBox {
    padding: 4vw;
  }
}

@media screen and (max-width: 979px) {
  .l-content__keywordBox--top {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 979px) {
  .c-header + .l-content__keywordBox--top {
    padding-top: 0.9375rem;
  }
}

@media screen and (min-width: 980px) {
  .c-header + .l-content__keywordBox + .p-top__carousel {
    padding-top: 0.9375rem;
  }
}

.l-content__sidebar {
  flex-shrink: 0;
  margin-right: 1.875rem;
}
@media screen and (max-width: 374px) {
  .l-content__sidebar {
    margin-right: 8vw;
  }
}

.l-content__main {
  max-width: 970px;
  width: 100%;
}

.l-content__trackingArea {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 1.25rem 0;
  width: 100vw;
}
@media screen and (max-width: 979px) {
  .l-content__trackingArea {
    padding: 0.9375rem;
    padding-bottom: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .l-content__trackingArea {
    padding: 4vw;
    padding-bottom: 2.67vw;
  }
}

.l-content__footer--pontarank {
  padding-top: 20px;
}

.l-content__footer--detail {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 374px) {
  .l-content__footer--detail {
    margin-bottom: 26.67vw;
  }
}

/* top */
.l-content__anchor {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .l-content__anchor {
    padding: 1.25rem 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .l-content__anchor {
    padding: 5.33vw 4vw;
  }
}

.l-content__anchorWrap {
  width: 100%;
  max-width: 820px;
}

.l-content__anchorList {
  display: grid;
  grid-template-columns: repeat(auto-fit, 100px);
  gap: 1.25rem;
  justify-content: center;
}
@media screen and (max-width: 979px) {
  .l-content__anchorList {
    grid-template-columns: repeat(auto-fit, 75px);
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .l-content__anchorList {
    grid-template-columns: repeat(auto-fit, 20vw);
    gap: 4vw;
  }
}

@media screen and (min-width: 980px) {
  .l-content__news {
    box-sizing: content-box;
    padding: 2.5rem 0.9375rem 3.75rem;
    margin: 0 auto;
    width: 100%;
    max-width: 770px;
  }
}
@media screen and (max-width: 979px) {
  .l-content__news {
    padding: 1.875rem 0.9375rem 3.125rem;
  }
}

@media screen and (min-width: 980px) {
  .l-content__newsDetail {
    box-sizing: content-box;
    padding: 2.5rem 0.9375rem 3.75rem;
    margin: 0 auto;
    width: 100%;
    max-width: 770px;
  }
}
@media screen and (max-width: 979px) {
  .l-content__newsDetail {
    margin-bottom: 3.125rem;
  }
}

.c-button__primary, .c-button__sub {
  border-radius: 8px;
  color: #111111;
  font-weight: bold;
  line-height: 1.43;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.875rem 2.1875rem;
  width: 100%;
  max-width: 370px;
}
.c-button__primary::after, .c-button__sub::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.9375rem;
  width: 20px;
  height: 20px;
}
.c-button__primary:hover, .c-button__primary:active, .c-button__sub:hover, .c-button__sub:active {
  opacity: 0.6;
}
@media screen and (max-width: 374px) {
  .c-button__primary, .c-button__sub {
    padding: 3.73vw 9.33vw;
  }
  .c-button__primary::after, .c-button__sub::after {
    right: 4vw;
    width: 5.33vw;
    height: 5.33vw;
  }
}

.c-button__primary {
  background-color: #FF9123;
  color: #fff;
}
.c-button__primary::after {
  background-image: url("https://www.bonuspark.jp/img/common/primary_button_arrow.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/primary_button_arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/primary_button_arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/primary_button_arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/primary_button_arrow@2x.png") 2x);
}

.c-button__sub {
  background-color: #fff;
  border: 1px solid #333333;
}
.c-button__sub::after {
  background-image: url("https://www.bonuspark.jp/img/common/arrow.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/arrow@2x.png") 2x);
}

.c-breadcrumb {
  line-height: 1.6;
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .c-breadcrumb {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 0.9375rem 1.25rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 979px) and (max-width: 374px) {
  .c-breadcrumb {
    padding: 0 4vw 5.33vw;
  }
}

.c-breadcrumb__link {
  color: #FF9123;
  text-decoration: underline;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
.c-breadcrumb__link::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/breadcrumb_arrow.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/breadcrumb_arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/breadcrumb_arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/breadcrumb_arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/breadcrumb_arrow@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  width: 6px;
  height: 10px;
}
.c-breadcrumb__link:hover, .c-breadcrumb__link:active {
  opacity: 0.6;
  text-decoration: none;
}
@media screen and (max-width: 374px) {
  .c-breadcrumb__link::after {
    margin-left: 2.67vw;
    margin-right: 2.67vw;
    width: 1.6vw;
    height: 2.67vw;
  }
}

.c-cardList--min {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.c-cardList--min .c-cardList__title {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 374px) {
  .c-cardList--min .c-cardList__title {
    margin-bottom: 5.33vw;
  }
}
.c-cardList--min .c-cardList__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, 145px);
  gap: 1.25rem;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .c-cardList--min .c-cardList__wrap {
    grid-template-columns: repeat(auto-fit, 108px);
    gap: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .c-cardList--min .c-cardList__wrap {
    grid-template-columns: repeat(auto-fit, 28.8vw);
    gap: 2.67vw;
  }
}
.c-cardList--min .c-cardList__card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 0.9375rem;
  width: 100%;
}
.c-cardList--min .c-cardList__card:last-of-type {
  margin-right: 0;
}
.c-cardList--min .c-cardList__card:hover::after, .c-cardList--min .c-cardList__card:active::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 979px) {
  .c-cardList--min .c-cardList__card {
    padding: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .c-cardList--min .c-cardList__card {
    padding: 2.67vw;
  }
}
.c-cardList--min .c-cardList__img {
  margin-bottom: 0.625rem;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .c-cardList--min .c-cardList__img {
    margin-bottom: 0.3125rem;
  }
}
@media screen and (max-width: 374px) {
  .c-cardList--min .c-cardList__img {
    margin-bottom: 1.33vw;
  }
}
.c-cardList--min .c-cardList__text {
  font-size: 0.75rem;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 979px) {
  .c-cardList--min .c-cardList__text {
    -webkit-line-clamp: 3;
    margin-bottom: 0.3125rem;
  }
}
@media screen and (max-width: 374px) {
  .c-cardList--min .c-cardList__text {
    font-size: 3.2vw;
    margin-bottom: 1.33vw;
  }
}
.c-cardList--min .c-cardList__button {
  margin-top: 1.25rem;
}

.c-cardList--normal {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  /*height: 100%;*/
  max-width: 310px;
}
@media screen and (max-width: 979px) {
  .c-cardList--normal {
    max-width: none;
  }
}
.c-cardList--normal .c-cardList__wrap--ranking {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .c-cardList--normal .c-cardList__wrap--ranking {
    height: 100%;
  }
}
.c-cardList--normal .c-cardList__link {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  padding: 0.9375rem;
  width: 100%;
  height: 100%;
}
.c-cardList--normal .c-cardList__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 374px) {
  .c-cardList--normal .c-cardList__link {
    padding: 4vw;
  }
}
.c-cardList--normal .c-cardList__link--ranking {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.c-cardList--normal .c-cardList__imgBlock {
  margin-right: 0.625rem;
}
@media screen and (max-width: 374px) {
  .c-cardList--normal .c-cardList__imgBlock {
    margin-right: 2.67vw;
  }
}
.c-cardList--normal .c-cardList__img {
  width: 100%;
  max-width: 100px;
}
@media screen and (max-width: 374px) {
  .c-cardList--normal .c-cardList__img {
    max-width: 26.67vw;
  }
}
.c-cardList--normal .c-cardList__textBlock {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  flex: 1;
  max-width: 170px;
}
@media screen and (max-width: 979px) {
  .c-cardList--normal .c-cardList__textBlock {
    max-width: none;
  }
}
.c-cardList--normal .c-cardList__title,
.c-cardList--normal .c-cardList__client,
.c-cardList--normal .c-cardList__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-cardList--normal .c-cardList__title {
  font-weight: bold;
}
.c-cardList--normal .c-cardList__client {
  color: #999999;
  font-size: 0.625rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 374px) {
  .c-cardList--normal .c-cardList__client {
    font-size: 2.67vw;
    margin-top: 1.33vw;
  }
}
.c-cardList--normal .c-cardList__text {
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 374px) {
  .c-cardList--normal .c-cardList__text {
    font-size: 3.2vw;
    margin-top: 2.67vw;
  }
}
.c-cardList--normal .c-cardList__point {
  margin-top: 0.3125rem;
}
@media screen and (max-width: 374px) {
  .c-cardList--normal .c-cardList__point {
    margin-top: 1.33vw;
  }
}
.c-cardList--normal .c-cardList__campaign {
  border: 1px solid #FF9123;
  border-radius: 3px;
  color: #FF9123;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0 0.3125rem;
  margin-bottom: 0.3125rem;
}
.c-cardList--normal .c-cardList__campaign.c-cardList__campaign--rank {
  border: 1px solid #111111;
  color: #111111;
}
.c-cardList--normal .c-cardList__campaign:first-of-type {
  margin-top: 0.625rem;
}
.c-cardList--normal .c-cardList__campaign:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 374px) {
  .c-cardList--normal .c-cardList__campaign {
    font-size: 3.2vw;
    padding: 0 1.33vw;
    margin-bottom: 1.33vw;
  }
  .c-cardList--normal .c-cardList__campaign:first-of-type {
    margin-top: 2.67vw;
  }
}

.c-cardList__textNa {
  color: #333333;
}

.c-categoryList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(570px, 1fr));
  gap: 1.875rem;
}
@media screen and (min-width: 980px) {
  .c-categoryList {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 979px) {
  .c-categoryList {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    gap: 0.9375rem;
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .c-categoryList {
    grid-template-columns: repeat(auto-fit, minmax(44vw, 1fr));
    gap: 4vw;
  }
}

@media screen and (min-width: 980px) {
  .c-categoryList__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.625rem;
  }
}
@media screen and (max-width: 979px) {
  .c-categoryList__wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

.c-categoryList__title {
  font-weight: bold;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 979px) {
  .c-categoryList__title {
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .c-categoryList__title {
    margin-bottom: 2.67vw;
  }
}

.c-categoryList__link {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.c-categoryList__link:hover, .c-categoryList__link:active {
  opacity: 0.6;
}
@media screen and (min-width: 980px) {
  .c-categoryList__link {
    padding: 0.9375rem;
  }
}
@media screen and (max-width: 979px) {
  .c-categoryList__link {
    font-size: 0.75rem;
    padding: 0.75rem 0.625rem;
    margin-bottom: 0.625rem;
    width: 100%;
    height: 60px;
  }
  .c-categoryList__link:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  .c-categoryList__link {
    font-size: 3.2vw;
    padding: 3.2vw 2.67vw;
    margin-bottom: 2.67vw;
    height: 16vw;
  }
}

.c-categoryList__icon {
  margin-right: 0.625rem;
}
@media screen and (max-width: 374px) {
  .c-categoryList__icon {
    margin-right: 2.67vw;
  }
}

.c-recommend__Block {
  background: #FFFFD6;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 979px) {
  .c-recommend__Block {
    padding: 1.25rem 0.9375rem;
    padding-bottom: 21.5vw;
    background-image: url("https://www.bonuspark.jp/img/common/recommend_bg_sp.png");
    background-image: image-set(url("https://www.bonuspark.jp/img/common/recommend_bg_sp.png") 1x, url("https://www.bonuspark.jp/img/common/2x/recommend_bg_sp@2x.png") 2x);
    background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/recommend_bg_sp.png") 1x, url("https://www.bonuspark.jp/img/common/2x/recommend_bg_sp@2x.png") 2x);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    margin: 0 calc(50% - 50vw) 1.875rem;
    width: 100vw;
  }
}

@media screen and (min-width: 980px) {
  .c-recommend__Wrap {
    display: grid;
    grid-template-columns: 1.1fr 2.5fr 1.1fr;
    align-items: center;
    gap: 1.25rem;
  }
  .c-recommend__Wrap::before {
    content: "";
    display: block;
    background-image: url("https://www.bonuspark.jp/img/common/recommend_bg_right.png");
    background-image: image-set(url("https://www.bonuspark.jp/img/common/recommend_bg_right.png") 1x, url("https://www.bonuspark.jp/img/common/2x/recommend_bg_right@2x.png") 2x);
    background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/recommend_bg_right.png") 1x, url("https://www.bonuspark.jp/img/common/2x/recommend_bg_right@2x.png") 2x);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 170px;
  }
  .c-recommend__Wrap::after {
    content: "";
    display: block;
    background-image: url("https://www.bonuspark.jp/img/common/recommend_bg_left.png");
    background-image: image-set(url("https://www.bonuspark.jp/img/common/recommend_bg_left.png") 1x, url("https://www.bonuspark.jp/img/common/2x/recommend_bg_left@2x.png") 2x);
    background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/recommend_bg_left.png") 1x, url("https://www.bonuspark.jp/img/common/2x/recommend_bg_left@2x.png") 2x);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 170px;
  }
}

.c-recommend__Title {
  justify-content: center;
  margin-bottom: 0.9375rem;
}

.c-recommend__Item {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 979px) {
  .c-recommend__Item {
    width: 100%;
    max-width: 100%;
  }
}
.c-recommend__Item .c-cardList__textBlock {
  max-width: initial;
}
.c-recommend__Item.c-cardList--normal .p-detail__campaignLabelWrap {
  margin-top: 0.625rem;
  gap: 0.3125rem;
}
.c-recommend__Item.c-cardList--normal .c-cardList__campaign {
  margin-top: 0;
  margin-bottom: 0;
}

.c-featureList {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.c-featureList__title {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 374px) {
  .c-featureList__title {
    margin-bottom: 5.33vw;
  }
}

.c-featureList__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, 310px);
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .c-featureList__wrap {
    grid-template-columns: repeat(auto-fit, 165px);
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .c-featureList__wrap {
    grid-template-columns: repeat(auto-fit, 44vw);
    gap: 4vw;
    margin-bottom: 5.33vw;
  }
}

.c-featureList__link {
  width: 100%;
}
.c-featureList__link:hover {
  opacity: 0.6;
}

.c-featureList__img {
  width: 100%;
}

@media screen and (max-width: 979px) {
  .c-footer__error {
    padding-top: 1.25rem;
    border-top: 1px solid #000;
  }
}

.c-footer__topBg {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .c-footer__topBg {
    height: 72px;
  }
  .c-footer__topBg::before {
    content: "";
    background-color: #B1CA40;
    border-top: 1px solid #000;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 24px;
  }
}

.c-footer__topBgImg {
  width: 100%;
  max-width: 1280px;
}

.c-footer__siteMap {
  background-color: #fff;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 979px) {
  .c-footer__siteMap {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 374px) {
  .c-footer__siteMap {
    margin-bottom: 8vw;
  }
}

.c-footer__portal {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 374px) {
  .c-footer__portal {
    margin-bottom: 8vw;
  }
}

.c-footer__nav {
  background-color: #666666;
  padding: 1rem;
}
@media screen and (max-width: 979px) {
  .c-footer__nav {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 374px) {
  .c-footer__nav {
    padding: 5.33vw;
  }
}

.c-footer__listBlock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 979px) {
  .c-footer__listBlock {
    margin: -0.625rem auto 0;
    max-width: 375px;
    justify-content: start;
  }
}
@media screen and (max-width: 374px) {
  .c-footer__listBlock {
    margin: -2.67vw auto 0;
  }
}

.c-footer__list {
  margin-right: 1.875rem;
}
.c-footer__list:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  .c-footer__list {
    margin-top: 0.625rem;
    margin-right: 0;
  }
  .c-footer__list:first-of-type {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 374px) {
  .c-footer__list {
    margin-top: 2.67vw;
  }
  .c-footer__list:first-of-type {
    margin-right: 5.33vw;
  }
}

.c-footer__link {
  color: #fff;
  font-size: 0.75rem;
  /*display: flex;
  flex-wrap: nowrap;
  align-items: center;*/
}
.c-footer__link::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/footer_link_icon_external.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/footer_link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/footer_link_icon_external@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/footer_link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/footer_link_icon_external@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block;*/
  display: inline-block;
  margin-left: 0.3125rem;
  width: 10px;
  height: 10px;
}
.c-footer__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 979px) {
  .c-footer__link {
    flex-wrap: wrap;
  }
  .c-footer__link:active {
    opacity: 0.6;
  }
}
@media screen and (max-width: 374px) {
  .c-footer__link {
    font-size: 3.2vw;
  }
  .c-footer__link::after {
    margin-left: 1.33vw;
    width: 2.67vw;
    height: 2.67vw;
  }
}

.c-footer__copywriter {
  color: #333333;
  font-size: 0.75rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding-top: 0.625rem;
  margin-bottom: 2.5rem;
  min-height: 50px;
}
@media screen and (max-width: 979px) {
  .c-footer__copywriter {
    flex-wrap: wrap;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 374px) {
  .c-footer__copywriter {
    font-size: 3.2vw;
    padding: 2.67vw 13.33vw 10.67vw 13.33vw;
    margin-bottom: 10.67vw;
  }
}

.c-footer__copywriter p {
  margin-right: 0.625rem;
}
.c-footer__copywriter p:last-child {
  margin-right: 0;
}
@media screen and (max-width: 374px) {
  .c-footer__copywriter p {
    margin-right: 2.67vw;
  }
}

.c-footer__pageTop {
  position: absolute;
  right: 0.625rem;
  cursor: pointer;
}
.c-footer__pageTop:hover {
  opacity: 0.6;
}
@media screen and (max-width: 374px) {
  .c-footer__pageTop {
    right: 2.67vw;
  }
}

.c-header {
  background-color: #fff;
  border-bottom: 1px solid #DDDDDD;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}

.c-header__content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem 3.4375rem;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 979px) {
  .c-header__content {
    padding: 0.625rem 0.9375rem;
    min-height: 60px;
  }
}
@media screen and (max-width: 374px) {
  .c-header__content {
    padding: 2.67vw 4vw;
    min-height: 16vw;
  }
}

@media screen and (min-width: 980px) {
  .c-header__logo {
    margin-top: -0.375rem;
  }
}
@media screen and (max-width: 979px) {
  .c-header__logo {
    max-width: 210px;
  }
}
@media screen and (max-width: 374px) {
  .c-header__logo {
    max-width: 56vw;
  }
}

.c-header__logoLink {
  width: 100%;
}

.c-header__logoImg {
  width: 100%;
}

.c-header__nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  margin-left: 0.9375rem;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .c-header__nav {
    margin-bottom: -0.25rem;
  }
}
@media screen and (max-width: 374px) {
  .c-header__nav {
    margin-left: 4vw;
    margin-bottom: -1.07vw;
  }
}

.c-header__navMenu {
  margin-right: 1.25rem;
}
@media screen and (max-width: 374px) {
  .c-header__navMenu {
    margin-right: 5.33vw;
  }
}

.c-header__keywordBlock {
  margin-right: 1.25rem;
  max-width: 250px;
  width: 100%;
  max-height: 40px;
  height: 100%;
}
@media screen and (max-width: 374px) {
  .c-header__keywordBlock {
    margin-right: 5.33vw;
    max-width: 98.67vw;
    max-height: 10.67vw;
  }
}

.c-header__searchMenu {
  color: #111111;
  font-size: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  cursor: pointer;
}
.c-header__searchMenu:hover {
  opacity: 0.6;
}

.c-keywordBox {
  background-color: #F7F7F7;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 40px;
}
@media screen and (max-width: 374px) {
  .c-keywordBox {
    max-height: 10.67vw;
  }
}

.c-keywordBox__icon {
  display: flex;
  align-items: center;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 374px) {
  .c-keywordBox__icon {
    padding-left: 4vw;
  }
}

.c-keywordBox__form {
  width: 100%;
}

.c-keywordBox__input {
  border-radius: 20px;
  box-sizing: border-box;
  outline: none;
  padding: 0.625rem 0.9375rem 0.625rem 0.625rem;
  width: 100%;
  height: 100%;
  max-height: 40px;
}
.c-keywordBox__input::placeholder {
  color: #999999;
}
@media screen and (max-width: 979px) {
  .c-keywordBox__input:placeholder-shown {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 374px) {
  .c-keywordBox__input {
    padding: 2.67vw 4vw 2.67vw 2.67vw;
    max-height: 10.67vw;
  }
}

.c-link {
  color: #FF9123;
  text-decoration: underline;
}
.c-link:hover, .c-link:active {
  opacity: 0.6;
  text-decoration: none;
}

.c-link__external, .c-link__external--orange {
  text-decoration: underline;
}
.c-link__external::after, .c-link__external--orange::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/link_icon_external.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 0.3125rem;
  width: 10px;
  height: 10px;
}
.c-link__external:hover, .c-link__external:active, .c-link__external--orange:hover, .c-link__external--orange:active {
  opacity: 0.6;
  text-decoration: none;
}
@media screen and (max-width: 374px) {
  .c-link__external::after, .c-link__external--orange::after {
    margin-left: 1.33vw;
    width: 2.67vw;
    height: 2.67vw;
  }
}

.c-link__external {
  color: #282328;
}

.c-link__external--orange {
  color: #FF9123;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 374px) {
  .c-link__external--orange {
    margin-right: 1.33vw;
  }
}

.c-textlink {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.c-textlink::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/breadcrumb_arrow.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/breadcrumb_arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/breadcrumb_arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/breadcrumb_arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/breadcrumb_arrow@2x.png") 2x);
  background-repeat: no-repeat;
  display: block;
  margin-left: 0.3125rem;
  width: 8px;
  height: 10px;
}
.c-textlink:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .c-textlink:active {
    opacity: 0.6;
    text-decoration: none;
  }
}

.c-notes {
  color: #999999;
  padding-left: 0.875rem;
  text-indent: -0.875rem;
}
@media screen and (max-width: 374px) {
  .c-notes {
    padding-left: 3.73vw;
    text-indent: -3.73vw;
  }
}

.c-navigation {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  min-width: 325px;
}

.c-navigation__list {
  color: #333333;
  display: inline-block;
  margin-right: 0.9375rem;
}
.c-navigation__list:last-of-type {
  margin-right: 0;
}
.c-navigation__list:hover {
  opacity: 0.6;
}

.c-navigation__listExternal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-navigation__listExternal::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/link_icon_external.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-left: 0.3125rem;
  width: 10px;
  height: 10px;
}

.c-navigation__logout {
  border-left: 1px solid #ddd;
  padding-left: 0.9375rem;
  display: none;
}

.c-navigation__listLogout.is-show .c-navigation__logout,
.c-navigation__logout.is-show {
  display: block;
}

.c-search__navLink.c-navigation__logout {
  border-top: 0;
}
@media screen and (max-width: 979px) {
  .c-search__navLink.c-navigation__logout {
    border-left: 0;
    padding-top: 1.875rem;
    font-weight: normal;
    text-align: right;
    text-decoration: underline;
  }
}

.c-modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
}

.c-modal.c-modal--open {
  display: block;
}

.c-modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 570px;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .c-modal__wrap {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (max-width: 979px) {
  .c-modal__wrap {
    width: calc(100% - 8vw);
  }
}

.c-modal__closeWrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 374px) {
  .c-modal__closeWrap {
    margin-bottom: 2.67vw;
  }
}

.c-modal__close {
  cursor: pointer;
}
.c-modal__close:hover {
  opacity: 0.6;
}
@media screen and (max-width: 374px) {
  .c-modal__close {
    width: 8vw;
  }
  .c-modal__close img {
    width: 100%;
  }
}

.c-modal__content {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 1.875rem;
}
@media screen and (max-width: 374px) {
  .c-modal__content {
    padding: 8vw;
  }
}
.c-modal__content.c-modal__detail-content {
  display: block;
}

.c-modal__title {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 979px) {
  .c-modal__title {
    align-items: flex-end;
  }
  .c-modal__title::before, .c-modal__title::after {
    margin-bottom: 0.375rem;
  }
}
@media screen and (max-width: 374px) {
  .c-modal__title {
    margin-bottom: 5.33vw;
  }
  .c-modal__title::before, .c-modal__title::after {
    margin-bottom: 1.6vw;
  }
}

@media screen and (max-width: 979px) {
  .c-modal__titleFont {
    text-align: center;
  }
}

.c-modal__snsBlock {
  display: flex;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 374px) {
  .c-modal__snsBlock {
    margin-bottom: 5.33vw;
  }
}

.c-modal__snsButton {
  display: block;
}
.c-modal__snsButton:first-child {
  margin-right: 1.875rem;
}
.c-modal__snsButton:hover {
  opacity: 0.6;
}
@media screen and (max-width: 374px) {
  .c-modal__snsButton {
    width: 10.67vw;
  }
  .c-modal__snsButton:first-child {
    margin-right: 8vw;
  }
  .c-modal__snsButton img {
    width: 10.67vw;
  }
}

.c-modal__copyWrap {
  position: relative;
  width: 100%;
  max-width: 370px;
}
@media screen and (max-width: 374px) {
  .c-modal__copyWrap {
    max-width: 98.67vw;
  }
}

.c-modal__copySuccessWrap {
  position: absolute;
  top: -40px;
  right: -25%;
  transform: translateX(-25%);
}
@media screen and (max-width: 979px) {
  .c-modal__copySuccessWrap {
    right: -20px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 374px) {
  .c-modal__copySuccessWrap {
    top: -10.67vw;
    right: -5.33vw;
  }
}

.c-modal__copySuccess {
  background-color: #fff;
  border: 1px solid #111111;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: bold;
  opacity: 0;
  display: none;
  position: relative;
  padding: 0.375rem 0.625rem;
  cursor: default;
}
.c-modal__copySuccess::before {
  content: "";
  border-top: 6px solid #111111;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 6px;
  height: 4px;
}
.c-modal__copySuccess::after {
  content: "";
  border-top: 5px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 5px;
  height: 3px;
}
@media screen and (max-width: 979px) {
  .c-modal__copySuccess::before, .c-modal__copySuccess::after {
    left: 75%;
    transform: translateX(-75%);
  }
}
@media screen and (max-width: 374px) {
  .c-modal__copySuccess {
    font-size: 3.2vw;
    padding: 1.6vw 2.67vw;
  }
}

.c-modal__copySuccess--fadeIn {
  display: block;
  animation-name: fadeIn;
  animation-duration: 3s;
}
@keyframes fadeIn {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.c-modal__copyBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.c-modal__copyInput {
  background-color: #F7F7F7;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.625rem;
  margin-right: 0.625rem;
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 374px) {
  .c-modal__copyInput {
    padding: 2.67vw;
    margin-right: 2.67vw;
    max-width: 85.33vw;
  }
}

.c-modal__copyButton {
  border: 1px solid #111111;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.625rem;
  width: 100%;
  height: 100%;
  max-width: 40px;
  max-height: 40px;
  cursor: pointer;
}
.c-modal__copyButton:hover {
  opacity: 0.6;
}
@media screen and (max-width: 374px) {
  .c-modal__copyButton {
    padding: 2.67vw;
    max-width: 10.67vw;
    max-height: 10.67vw;
  }
  .c-modal__copyButton img {
    width: 5.33vw;
  }
}

.c-modal__lead {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
  text-align: left;
}

.c-modal__text {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  text-align: left;
}

.c-modal__link {
  text-decoration: underline;
  line-height: 1.6;
  display: flex;
  align-items: center;
  margin-top: -0.625rem;
  margin-bottom: 1.25rem;
}
.c-modal__link::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/breadcrumb_arrow.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/breadcrumb_arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/breadcrumb_arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/breadcrumb_arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/breadcrumb_arrow@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  width: 6px;
  height: 10px;
}
.c-modal__link:hover, .c-modal__link:active {
  opacity: 0.6;
  text-decoration: none;
}
@media screen and (max-width: 374px) {
  .c-modal__link::after {
    margin-left: 2.67vw;
    margin-right: 2.67vw;
    width: 1.6vw;
    height: 2.67vw;
  }
}

.c-modal__note {
  font-size: 0.875rem;
  color: #999999;
  text-align: left;
  margin-top: -0.625rem;
  padding-left: 1em;
  text-indent: -1em;
}

.c-portal {
  color: #333333;
  box-sizing: border-box;
  font-size: 0.75rem;
  padding: 0 0.9375rem;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 374px) {
  .c-portal {
    font-size: 3.2vw;
    padding: 0 4vw;
  }
}

.c-portal__area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .c-portal__area {
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 979px) {
  .c-portal__area {
    flex-wrap: wrap;
    flex-flow: column;
    align-items: center;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .c-portal__area {
    margin-bottom: 4vw;
  }
}

.c-portal__leftArea {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .c-portal__leftArea {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 979px) {
  .c-portal__leftArea {
    padding: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .c-portal__leftArea {
    padding: 4vw;
  }
}

.c-portal__rightArea {
  width: 100%;
  max-width: 580px;
}
@media screen and (max-width: 374px) {
  .c-portal__rightArea {
    max-width: 154.67vw;
  }
}

.c-portal__content {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 580px;
}
@media screen and (min-width: 980px) {
  .c-portal__content:first-of-type {
    margin-right: 0.625rem;
  }
}
@media screen and (max-width: 979px) {
  .c-portal__content:first-of-type {
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .c-portal__content:first-of-type {
    margin-bottom: 2.67vw;
  }
}

.c-portal__appBlock {
  width: 100%;
  max-width: 370px;
}
@media screen and (min-width: 980px) {
  .c-portal__appBlock {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 979px) {
  .c-portal__appBlock {
    margin-right: 0;
  }
}

.c-portal__appBlockTop, .c-portal__appBlockBottom {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.c-portal__appBlockTop {
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 980px) {
  .c-portal__appBlockTop {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 1.125rem;
  }
}
@media screen and (max-width: 374px) {
  .c-portal__appBlockTop {
    margin-bottom: 5.33vw;
  }
}

@media screen and (max-width: 979px) {
  .c-portal__appTitle {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}

@media screen and (min-width: 980px) {
  .c-portal__appIcon {
    margin-right: 0.9375rem;
  }
}
@media screen and (max-width: 979px) {
  .c-portal__appIcon {
    width: 40px;
    margin-right: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .c-portal__appIcon {
    width: 10.67vw;
    margin-right: 2.67vw;
  }
}

@media screen and (min-width: 980px) {
  .c-portal__appTitleImg {
    margin-bottom: 0.4375rem;
  }
}
@media screen and (max-width: 979px) {
  .c-portal__appTitleImg {
    width: 136px;
  }
}
@media screen and (max-width: 374px) {
  .c-portal__appTitleImg {
    width: 36.27vw;
  }
}

.c-portal__appBlockBottom {
  justify-content: space-between;
}
.c-portal__appBlockBottom div {
  display: flex;
  align-items: start;
  margin-left: 0.625rem;
}
@media screen and (max-width: 979px) {
  .c-portal__appBlockBottom {
    justify-content: center;
  }
}

.c-portal__appStoreButton:hover, .c-portal__googlePlayButton:hover {
  opacity: 0.6;
}
@media screen and (max-width: 979px) {
  .c-portal__appStoreButton:active, .c-portal__googlePlayButton:active {
    opacity: 0.6;
  }
}

@media screen and (min-width: 980px) {
  .c-portal__appStoreButton {
    margin-right: 0.625rem;
    width: 108px;
  }
}
@media screen and (max-width: 979px) {
  .c-portal__appStoreButton {
    width: 136px;
  }
}
@media screen and (max-width: 374px) {
  .c-portal__appStoreButton {
    width: 36.27vw;
  }
}

.c-portal__playBlock, .c-portal__researchBlock {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.c-portal__playBlock::after, .c-portal__researchBlock::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/arrow.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/arrow@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.9375rem;
  width: 20px;
  height: 20px;
}
.c-portal__playBlock:hover, .c-portal__researchBlock:hover {
  opacity: 0.6;
}
@media screen and (max-width: 979px) {
  .c-portal__playBlock:active, .c-portal__researchBlock:active {
    opacity: 0.6;
  }
}
@media screen and (max-width: 374px) {
  .c-portal__playBlock::after, .c-portal__researchBlock::after {
    right: 4vw;
    width: 5.33vw;
    height: 5.33vw;
  }
}

.c-portal__playBlock {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 980px) {
  .c-portal__playBlock {
    padding: 2.25rem 0.9375rem 2.25rem 1.25rem;
  }
}
@media screen and (max-width: 979px) {
  .c-portal__playBlock {
    padding: 0.9375rem;
    padding-right: 2.8125rem;
  }
}
@media screen and (max-width: 374px) {
  .c-portal__playBlock {
    padding: 4vw;
    padding-right: 12vw;
    margin-bottom: 2.67vw;
  }
}

.c-portal__researchBlock {
  padding: 2rem 0.9375rem 2rem 1.25rem;
}
@media screen and (max-width: 979px) {
  .c-portal__researchBlock {
    padding: 0.9375rem;
    padding-right: 2.8125rem;
  }
}
@media screen and (max-width: 374px) {
  .c-portal__researchBlock {
    padding: 4vw;
    padding-right: 12vw;
  }
}

.c-portal__playImg, .c-portal__researchImg {
  display: block;
  margin-right: 2.1875rem;
}
@media screen and (max-width: 979px) {
  .c-portal__playImg, .c-portal__researchImg {
    margin-right: 1.875rem;
  }
}
@media screen and (max-width: 374px) {
  .c-portal__playImg, .c-portal__researchImg {
    margin-right: 8vw;
    width: 22.67vw;
  }
}

.c-portal__link {
  color: #333333;
  text-align: right;
  text-decoration: underline;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.875rem;
}
@media screen and (max-width: 979px) {
  .c-portal__link {
    font-size: 0.875rem;
    justify-content: center;
  }
}
@media screen and (max-width: 374px) {
  .c-portal__link {
    font-size: 3.73vw;
  }
  .c-portal__link::after {
    margin-left: 1.33vw;
    width: 2.13vw;
    height: 2.67vw;
  }
}

.c-portal__link__article {
  display: flex;
  align-items: center;
}
.c-portal__link__article::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/breadcrumb_arrow.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/breadcrumb_arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/breadcrumb_arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/breadcrumb_arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/breadcrumb_arrow@2x.png") 2x);
  background-repeat: no-repeat;
  display: block;
  margin-left: 0.3125rem;
  width: 8px;
  height: 10px;
}
.c-portal__link__article:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .c-portal__link__article:active {
    opacity: 0.6;
    text-decoration: none;
  }
}

.c-point__normal, .c-point__normal--other, .c-point__min, .c-point__big, .c-point__big--other {
  color: #F50028;
  font-weight: bold;
  display: flex;
}
.c-point__normal::before, .c-point__normal--other::before, .c-point__min::before, .c-point__big::before, .c-point__big--other::before {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/ponta_insentive_icon.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/ponta_insentive_icon.png") 1x, url("https://www.bonuspark.jp/img/common/2x/ponta_insentive_icon@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/ponta_insentive_icon.png") 1x, url("https://www.bonuspark.jp/img/common/2x/ponta_insentive_icon@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex-shrink: 0;
}

.c-point__normalText, .c-point__minText {
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.c-point__normal {
  font-size: 1.25rem;
  align-items: center;
}
.c-point__normal::before {
  margin-right: 0.3125rem;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 374px) {
  .c-point__normal {
    font-size: 5.33vw;
  }
  .c-point__normal::before {
    margin-right: 1.33vw;
    width: 5.33vw;
    height: 5.33vw;
  }
}

.c-point__normal--other {
  font-size: 0.875rem;
  align-items: flex-start;
}
.c-point__normal--other::before {
  margin-right: 0.3125rem;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 374px) {
  .c-point__normal--other {
    font-size: 3.73vw;
  }
  .c-point__normal--other::before {
    margin-right: 1.33vw;
    width: 5.33vw;
    height: 5.33vw;
  }
}

.c-point__normalText {
  line-height: 1.5;
}

.c-point__min {
  font-size: 0.75rem;
}
.c-point__min::before {
  margin-right: 0.3125rem;
  width: 17px;
  height: 17px;
}
@media screen and (max-width: 374px) {
  .c-point__min {
    font-size: 3.2vw;
  }
  .c-point__min::before {
    margin-right: 1.33vw;
    width: 4.53vw;
    height: 4.53vw;
  }
}

.c-point__big::before, .c-point__big--other::before {
  margin-right: 0.625rem;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 374px) {
  .c-point__big, .c-point__big--other {
    margin-right: 2.67vw;
  }
  .c-point__big::before, .c-point__big--other::before {
    width: 7.47vw;
    height: 7.47vw;
  }
}

.c-point__big {
  font-size: 1.75rem;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .c-point__big {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 374px) {
  .c-point__big {
    font-size: 5.87vw;
  }
}

.c-point__big--other {
  font-size: 1.25rem;
}
@media screen and (max-width: 979px) {
  .c-point__big--other {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 374px) {
  .c-point__big--other {
    font-size: 4.8vw;
  }
}

.c-sidebar {
  max-width: 170px;
  width: 100%;
}

.c-sidebar__mainTitle {
  margin-bottom: 1.875rem;
}

.c-sidebar__block {
  margin-bottom: 1.875rem;
}
.c-sidebar__block:last-of-type {
  margin-bottom: 0;
}

.c-sidebar__subTitle {
  font-weight: bold;
  margin-bottom: 0.9375rem;
}

.c-sidebar__list {
  border-bottom: 1px solid #CCCCCC;
}
.c-sidebar__list:first-of-type {
  border-top: 1px solid #CCCCCC;
}

.c-sidebar__link {
  display: flex;
  align-items: center;
  padding: 0.9375rem 0;
}
.c-sidebar__link:hover {
  opacity: 0.6;
}

.c-sidebar__icon {
  margin-right: 0.625rem;
}

.c-siteMap {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 2.5rem 0.9375rem;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .c-siteMap {
    padding: 1.875rem 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .c-siteMap {
    padding: 8vw 4vw;
  }
}

.c-siteMap__logo {
  margin-bottom: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .c-siteMap__logo {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.25rem;
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .c-siteMap__logo {
    margin-bottom: 5.33vw;
  }
}

@media screen and (max-width: 979px) {
  .c-siteMap__logoImg {
    width: 100%;
    max-width: 210px;
  }
}
@media screen and (max-width: 374px) {
  .c-siteMap__logoImg {
    max-width: 56vw;
  }
}

.c-siteMap__nav {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 979px) {
  .c-siteMap__nav {
    flex-flow: column;
    flex-wrap: wrap;
    width: 100%;
  }
}

.c-siteMap__listContent {
  border-right: 1px solid #DDDDDD;
  padding-right: 1.875rem;
  margin-right: 1.875rem;
}
@media screen and (max-width: 979px) {
  .c-siteMap__listContent {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}

.c-siteMap__listBlock {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .c-siteMap__listBlock {
    flex-flow: column;
  }
}

.c-siteMap__list {
  margin-bottom: 1.25rem;
}
.c-siteMap__list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .c-siteMap__list {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0;
  }
  .c-siteMap__list:first-child {
    border-top: 1px solid #DDDDDD;
  }
}

.c-siteMap__link {
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.c-siteMap__link::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/arrow.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/arrow.png") 1x, url("https://www.bonuspark.jp/img/common/2x/arrow@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-left: 0.625rem;
  width: 20px;
  height: 20px;
}
.c-siteMap__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 979px) {
  .c-siteMap__link {
    padding: 0.9375rem 0;
    position: relative;
  }
  .c-siteMap__link::after {
    position: absolute;
    right: 0;
  }
  .c-siteMap__link:active {
    opacity: 0.6;
  }
}
@media screen and (max-width: 374px) {
  .c-siteMap__link {
    padding: 4vw 0;
  }
  .c-siteMap__link::after {
    margin-left: 2.67vw;
    width: 5.33vw;
    height: 5.33vw;
  }
}

.c-siteMap__linkExternal::after {
  background-image: url("https://www.bonuspark.jp/img/common/link_icon_external.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 979px) {
  .c-siteMap__linkExternal::after {
    right: 0.3125rem;
  }
}
@media screen and (max-width: 374px) {
  .c-siteMap__linkExternal::after {
    right: 1.33vw;
    width: 2.67vw;
    height: 2.67vw;
  }
}

.c-siteMap__category {
  font-weight: bold;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 374px) {
  .c-siteMap__category {
    margin-bottom: 4vw;
  }
}

.c-siteMap__categoryListContent {
  flex: 1;
}
@media screen and (max-width: 979px) {
  .c-siteMap__categoryListContent {
    padding: 0.9375rem 0;
  }
}
@media screen and (max-width: 374px) {
  .c-siteMap__categoryListContent {
    padding: 4vw 0;
  }
}

@media screen and (max-width: 979px) {
  .c-siteMap__categoryBlock {
    display: flex;
    flex-wrap: nowrap;
  }
}

.c-siteMap__categoryListBlock {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 979px) {
  .c-siteMap__categoryListBlock:first-child {
    margin-bottom: 0;
    margin-right: 1.5625rem;
    max-width: 160px;
  }
}
@media screen and (max-width: 374px) {
  .c-siteMap__categoryListBlock {
    margin-right: 6.67vw;
    max-width: 42.67vw;
  }
  .c-siteMap__categoryListBlock:first-child {
    margin-right: 6.67vw;
    max-width: 42.67vw;
  }
}

.c-siteMap__categoryTitle {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 979px) {
  .c-siteMap__categoryTitle {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .c-siteMap__categoryTitle {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}

.c-siteMap__categoryList {
  border-right: 1px solid #DDDDDD;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
}
.c-siteMap__categoryList:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  .c-siteMap__categoryList {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
  .c-siteMap__categoryList:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  .c-siteMap__categoryList {
    margin-bottom: 4vw;
  }
}

.c-siteMap__categoryLink {
  font-size: 0.75rem;
  text-decoration: underline;
}
.c-siteMap__categoryLink:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .c-siteMap__categoryLink:active {
    opacity: 0.6;
    text-decoration: none;
  }
}
@media screen and (max-width: 374px) {
  .c-siteMap__categoryLink {
    font-size: 3.2vw;
  }
}

.c-sort__wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.c-sort__font {
  margin-right: 0.625rem;
}
@media screen and (max-width: 374px) {
  .c-sort__font {
    margin-right: 2.67vw;
  }
}

.c-sort__block {
  display: flex;
  flex-wrap: nowrap;
}

.c-sort__left,
.c-sort__right,
.c-sort__center {
  background-color: #fff;
  border: 1px solid #111111;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  padding: 0.3125rem 0.625rem;
  min-width: 3.5625rem;
  cursor: pointer;
}
.c-sort__left:hover, .c-sort__left:active,
.c-sort__right:hover,
.c-sort__right:active,
.c-sort__center:hover,
.c-sort__center:active {
  opacity: 0.6;
}
@media screen and (max-width: 374px) {
  .c-sort__left,
  .c-sort__right,
  .c-sort__center {
    font-size: 3.2vw;
    padding: 1.33vw 2.67vw;
  }
}

.c-sort__left.active,
.c-sort__right.active,
.c-sort__center.active {
  background-color: #FF9123;
  cursor: default;
}
.c-sort__left.active:hover, .c-sort__left.active:active,
.c-sort__right.active:hover,
.c-sort__right.active:active,
.c-sort__center.active:hover,
.c-sort__center.active:active {
  opacity: 1;
}

.c-sort__left {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-sort__right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.c-sort__center {
  border-right: none;
  border-radius: 0;
}

.c-search {
  background-color: #F7F7F7;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
}

.c-search__white {
  background-color: #fff;
}

.c-search__wrap {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .c-search__wrap {
    padding-bottom: 1.25rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  .c-search__wrap {
    padding-bottom: 5.33vw;
  }
}

.c-search__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem 3.125rem 0.9375rem 3.4375rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 979px) {
  .c-search__header {
    padding: 0.625rem 0.625rem 0.625rem 0.9375rem;
    min-height: 60px;
  }
}
@media screen and (max-width: 374px) {
  .c-search__header {
    padding: 2.67vw 2.67vw 2.67vw 4vw;
    min-height: 16vw;
  }
}

.c-search__headerLogo {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .c-search__headerLogo {
    margin-top: -0.375rem;
    max-width: 270px;
  }
}
@media screen and (max-width: 979px) {
  .c-search__headerLogo {
    max-width: 210px;
  }
}
@media screen and (max-width: 374px) {
  .c-search__headerLogo {
    max-width: 56vw;
  }
}

.c-search__headerLogoLink {
  width: 100%;
}

.c-search__headerLogoImg {
  width: 100%;
}

.c-search__headerWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .c-search__headerWrap {
    width: 100%;
  }
}

.c-search__close {
  font-size: 0.625rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  cursor: pointer;
}
.c-search__close:hover, .c-search__close:active {
  opacity: 0.6;
}
@media screen and (max-width: 979px) {
  .c-search__close {
    margin-bottom: -0.25rem;
  }
}
@media screen and (max-width: 374px) {
  .c-search__close {
    margin-bottom: -1.07vw;
  }
}

.c-search__white--nav {
  height: 100vh;
}

.c-search__nav {
  display: none;
}
@media screen and (max-width: 979px) {
  .c-search__nav {
    padding: 0 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .c-search__nav {
    padding: 0 4vw;
  }
}

.c-search__navWrap {
  display: flex;
  flex-flow: column;
}

.c-search__navLink {
  font-weight: bold;
  border-top: 1px solid #DDDDDD;
  padding: 0.9375rem 0;
}
.c-search__navLink.c-navigation__mail {
  border-bottom: 1px solid #DDDDDD;
}
.c-search__navLink:active {
  opacity: 0.6;
}
@media screen and (max-width: 374px) {
  .c-search__navLink {
    padding: 4vw 0;
  }
}

.c-search__navExternal {
  position: relative;
}
.c-search__navExternal::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/link_icon_external.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 374px) {
  .c-search__navExternal::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.c-search__keyword {
  display: none;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .c-search__keyword {
    margin-right: 1.0625rem;
    max-width: 250px;
  }
}
@media screen and (max-width: 979px) {
  .c-search__keyword {
    padding: 0 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 374px) {
  .c-search__keyword {
    padding: 0 4vw;
    margin-bottom: 5.33vw;
  }
}

.c-search__tag {
  display: none;
  padding: 0 3.4375rem 1.25rem;
}
@media screen and (max-width: 979px) {
  .c-search__tag {
    white-space: nowrap;
    overflow: auto;
    padding: 0 0.9375rem 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .c-search__tag {
    padding: 0 4vw 2.67vw;
  }
}

@media screen and (min-width: 980px) {
  .c-search__tagList {
    margin-top: -0.625rem;
  }
}

.c-search__tagLink {
  margin-right: 0.625rem;
}
.c-search__tagLink:last-child {
  margin-right: 0;
}
@media screen and (min-width: 980px) {
  .c-search__tagLink {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .c-search__tagLink {
    margin-right: 2.67vw;
  }
}

.c-search__category {
  display: none;
  padding: 0 3.4375rem;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .c-search__category {
    padding: 1.25rem 0.9375rem 0;
    margin-bottom: 5.625rem;
  }
}
@media screen and (max-width: 374px) {
  .c-search__category {
    padding: 5.33vw 4vw 0;
    margin-bottom: 24vw;
  }
}

.c-title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 979px) {
  .c-title {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  .c-title {
    font-size: 5.87vw;
  }
}

.c-title__sub {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.35;
  position: relative;
  padding-bottom: 0.625rem;
}
.c-title__sub::before, .c-title__sub::after {
  content: "";
  border-radius: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.c-title__sub::before {
  background-color: #111111;
}
.c-title__sub::after {
  background-color: #FF9123;
  left: 0;
  bottom: -1px;
  width: 30px;
  height: 3px;
}
@media screen and (max-width: 979px) {
  .c-title__sub {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  .c-title__sub {
    font-size: 4.8vw;
  }
}

.c-title__emphasis {
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.c-title__emphasis::before, .c-title__emphasis::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 19px;
  height: 17px;
}
.c-title__emphasis::before {
  background-image: url("https://www.bonuspark.jp/img/common/h2_left_icon.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/h2_left_icon.png") 1x, url("https://www.bonuspark.jp/img/common/2x/h2_left_icon@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/h2_left_icon.png") 1x, url("https://www.bonuspark.jp/img/common/2x/h2_left_icon@2x.png") 2x);
  margin-right: 0.625rem;
}
.c-title__emphasis::after {
  background-image: url("https://www.bonuspark.jp/img/common/h2_right_icon.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/h2_right_icon.png") 1x, url("https://www.bonuspark.jp/img/common/2x/h2_right_icon@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/h2_right_icon.png") 1x, url("https://www.bonuspark.jp/img/common/2x/h2_right_icon@2x.png") 2x);
  margin-left: 0.625rem;
}
@media screen and (max-width: 979px) {
  .c-title__emphasis {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 374px) {
  .c-title__emphasis {
    font-size: 4.8vw;
  }
  .c-title__emphasis::before, .c-title__emphasis::after {
    width: 5.07vw;
    height: 4.53vw;
  }
  .c-title__emphasis::before {
    margin-right: 2.67vw;
  }
  .c-title__emphasis::after {
    margin-left: 2.67vw;
  }
}

.c-tag {
  background-color: #fff;
  border: 1px solid #111111;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 0.9375rem;
  max-height: 40px;
}
.c-tag:hover, .c-tag:active {
  opacity: 0.6;
}
@media screen and (max-width: 374px) {
  .c-tag {
    padding: 2.67vw 4vw;
    max-height: 10.67vw;
  }
}

.c-tag__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .c-tag__list {
    flex-wrap: nowrap;
  }
}

.swiper, .swiper-single {
  width: 100%;
  height: 100%;
}

.swiper-slide, .swiper-slide__single {
  width: 570px;
}
.swiper-slide:hover, .swiper-slide:active, .swiper-slide__single:hover, .swiper-slide__single:active {
  opacity: 0.6;
}
@media screen and (max-width: 979px) {
  .swiper-slide, .swiper-slide__single {
    width: 84vw;
  }
}
.swiper-slide img, .swiper-slide__single img {
  width: 100%;
}

.swiper-slide__single {
  display: block;
  margin: 0 auto;
}

.swiper-button-prev, .swiper-button-next {
  width: 40px;
  height: 40px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-button-prev:hover::before, .swiper-button-prev:active::before, .swiper-button-next:hover::before, .swiper-button-next:active::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-button-prev {
  left: 25%;
  transform: translateX(-75%);
}
.swiper-button-prev::after {
  background-image: url("https://www.bonuspark.jp/img/common/arrow_prev.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/arrow_prev.png") 1x, url("https://www.bonuspark.jp/img/common/2x/arrow_prev@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/arrow_prev.png") 1x, url("https://www.bonuspark.jp/img/common/2x/arrow_prev@2x.png") 2x);
}

.swiper-button-next {
  right: 25%;
  transform: translateX(75%);
}
.swiper-button-next::after {
  background-image: url("https://www.bonuspark.jp/img/common/arrow_next.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/arrow_next.png") 1x, url("https://www.bonuspark.jp/img/common/2x/arrow_next@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/arrow_next.png") 1x, url("https://www.bonuspark.jp/img/common/2x/arrow_next@2x.png") 2x);
}

.swiper-pagination {
  position: static;
  margin-top: 0.625rem;
}

.swiper-pagination-bullet {
  background: #DDDDDD;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #FF9123;
  border: 2px solid #111111;
  border-radius: 50%;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-right: 1.25rem;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.simplebar-mask {
  right: 0.9375rem;
}

.simplebar-track.simplebar-horizontal {
  display: none;
  margin: 0 auto;
  width: calc(100% - 1.875rem);
  height: 2px;
}
@media screen and (max-width: 979px) {
  .simplebar-track.simplebar-horizontal {
    display: block;
  }
}

.simplebar-track {
  background-color: #DDDDDD;
}

.simplebar-scrollbar::before {
  background-color: #111111;
  opacity: 1;
  top: 0;
  left: 0;
  height: 2px;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

@media screen and (max-width: 979px) {
  .p-category {
    padding: 1.875rem 0.9375rem 0;
  }
}

.p-category__title {
  margin-bottom: 1.875rem;
}

.p-category__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  width: 100%;
}

.p-category__number {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .p-category__number {
    font-size: 1.125rem;
  }
}

.p-category__ListBlock {
  display: grid;
  justify-content: center;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, 310px);
  width: 100%;
}
@media screen and (max-width: 979px) {
  .p-category__ListBlock {
    grid-template-columns: repeat(auto-fit, 100%);
    gap: 0.625rem;
  }
}

.p-detail__content {
  background-color: #fff;
  border-radius: 8px;
  padding: 2.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 979px) {
  .p-detail__content {
    padding: 1.875rem 0.9375rem 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__content {
    padding: 8vw 4vw 13.33vw;
    margin-bottom: 13.33vw;
  }
}

.p-detail__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 979px) {
  .p-detail__title {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__title {
    font-size: 5.87vw;
  }
}

.p-detail__client {
  color: #999999;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-detail__client {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__client {
    margin-bottom: 4vw;
  }
}

.p-detail__goodsImg {
  width: 100%;
  max-width: 100px;
}
.p-detail__goodsImg:hover, .p-detail__goodsImg:active {
  opacity: 0.6;
}

.p-detail__share {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-detail__share::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/share_button_icon.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/share_button_icon.png") 1x, url("https://www.bonuspark.jp/img/common/2x/share_button_icon@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/share_button_icon.png") 1x, url("https://www.bonuspark.jp/img/common/2x/share_button_icon@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-left: 0.3125rem;
  width: 9px;
  height: 12px;
}
.p-detail__share:hover, .p-detail__share:active {
  opacity: 0.6;
}
@media screen and (max-width: 374px) {
  .p-detail__share {
    font-size: 3.2vw;
  }
  .p-detail__share::after {
    margin-right: 1.33vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}

.p-detail__goodsWrap {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-detail__goodsWrap {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__goodsWrap {
    margin-bottom: 4vw;
  }
}

.p-detail__goodsBlock {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-right: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-detail__goodsBlock {
    margin-right: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__goodsBlock {
    margin-right: 4vw;
  }
}

.p-detail__campaignWrap {
  flex: 1;
  width: 100%;
}

.p-detail__campaignLabelWrap {
  display: flex;
}
@media screen and (min-width: 980px) {
  .p-detail__campaignLabelWrap {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 979px) {
  .p-detail__campaignLabelWrap {
    flex-flow: column;
    align-items: flex-start;
  }
}

.p-detail__campaignLabel {
  color: #FF9123;
  font-weight: bold;
  line-height: 1.37;
  margin-bottom: 0.625rem;
}
.p-detail__campaignLabel::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/question_icon.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/question_icon.png") 1x, url("https://www.bonuspark.jp/img/common/2x/question_icon@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/question_icon.png") 1x, url("https://www.bonuspark.jp/img/common/2x/question_icon@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3125rem;
  width: 18px;
  height: 18px;
}
.p-detail__campaignLabel:hover, .p-detail__campaignLabel:active {
  opacity: 0.6;
}
@media screen and (min-width: 980px) {
  .p-detail__campaignLabel {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__campaignLabel {
    margin-bottom: 2.67vw;
  }
  .p-detail__campaignLabel::after {
    margin-left: 1.33vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}
.p-detail__campaignLabel.p-detail__campaignLabel--rank {
  color: #111111;
}
.p-detail__campaignLabel.p-detail__campaignLabel--rank::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/question_icon2.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/question_icon2.png") 1x, url("https://www.bonuspark.jp/img/common/2x/question_icon2@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/question_icon2.png") 1x, url("https://www.bonuspark.jp/img/common/2x/question_icon2@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3125rem;
  width: 18px;
  height: 18px;
}

.p-detail__point {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-detail__point {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__point {
    margin-bottom: 4vw;
  }
}

.p-detail__campaignBlock {
  background-color: #F7F7F7;
  color: #333333;
  padding: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .p-detail__campaignBlock {
    padding: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__campaignBlock {
    padding: 2.67vw;
  }
}

.p-detail__campaignTextBold {
  color: #111111;
  font-weight: bold;
  margin-right: 0.625rem;
}
@media screen and (max-width: 979px) {
  .p-detail__campaignTextBold {
    display: block;
    margin-bottom: 0.3125rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__campaignTextBold {
    margin-bottom: 1.33vw;
  }
}

.p-detail__notesBlock {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 374px) {
  .p-detail__notesBlock {
    margin-bottom: 8vw;
  }
}

.p-detail__tabWrap {
  border-bottom: 2px solid #111111;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-detail__tabWrap {
    justify-content: center;
  }
}

.p-detail__tab {
  background-color: #fff;
  border: 1px solid #111111;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  position: relative;
  padding: 0.9375rem;
  min-width: 10.625rem;
  cursor: pointer;
}
.p-detail__tab:first-child {
  margin: 0 1.25rem;
}
@media screen and (min-width: 980px) {
  .p-detail__tab:hover::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 979px) {
  .p-detail__tab {
    width: 100%;
    min-width: auto;
    max-width: 150px;
  }
  .p-detail__tab:first-child {
    margin-left: 10px;
    margin-right: 0.9375rem;
  }
  .p-detail__tab:last-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__tab {
    max-width: 40vw;
  }
  .p-detail__tab:first-child {
    margin-left: 2.67vw;
    margin-right: 4vw;
  }
  .p-detail__tab:last-child {
    margin-right: 2.67vw;
  }
}

.p-detail__tab.active {
  border: 2px solid #111111;
  border-bottom: none;
  font-weight: bold;
}
.p-detail__tab.active::before {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 4px;
}
@media screen and (max-width: 374px) {
  .p-detail__tab.active::before {
    bottom: -0.8vw;
    height: 1.07vw;
  }
}

.p-detail__wrap {
  color: #333333;
  margin-bottom: 2.5rem;
  overflow-wrap: break-word;
}
.p-detail__wrap:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .p-detail__wrap {
    margin-bottom: 1.875rem;
  }
  .p-detail__wrap:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__wrap {
    margin-bottom: 8vw;
  }
  .p-detail__wrap:last-of-type {
    margin-bottom: 0;
  }
}

.p-detail__bodyText {
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 374px) {
  .p-detail__bodyText {
    margin-bottom: 1.33vw;
  }
}

.p-detail__bodyNotesBlock {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 374px) {
  .p-detail__bodyNotesBlock {
    margin-bottom: 2.67vw;
  }
}

.p-detail__listWrap {
  margin-top: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-detail__listWrap {
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__listWrap {
    margin-top: 4vw;
  }
}

.p-detail__listTitle {
  font-weight: bold;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 374px) {
  .p-detail__listTitle {
    margin-bottom: 2.67vw;
  }
}

.p-detail__listBlock li {
  padding-left: 0.875rem;
  text-indent: -0.875rem;
}
@media screen and (max-width: 374px) {
  .p-detail__listBlock li {
    padding-left: 3.73vw;
    text-indent: -3.73vw;
  }
}

.p-detail__subTitle {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-detail__subTitle {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__subTitle {
    margin-bottom: 4vw;
  }
}

.p-detail__bodyLink {
  margin: 1.25rem 0 0.625rem;
}
@media screen and (max-width: 979px) {
  .p-detail__bodyLink {
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__bodyLink {
    margin: 4vw 0 2.67vw;
  }
}

.p-detail__connection {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 979px) {
  .p-detail__connection {
    padding: 0 0.9375rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__connection {
    padding: 0 4vw;
    margin-bottom: 13.33vw;
  }
}

.p-detail__connectionTagWrap {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  margin-top: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-detail__connectionTagWrap {
    flex-flow: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__connectionTagWrap {
    padding: 5.33vw 0;
    margin-top: 5.33vw;
  }
}

.p-detail__connectionTitle {
  color: #333333;
  font-weight: bold;
  margin-right: 1.25rem;
  min-width: 70px;
}
@media screen and (max-width: 979px) {
  .p-detail__connectionTitle {
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__connectionTitle {
    margin-bottom: 2.67vw;
  }
}

.p-detail__connectionTagBlock {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 374px) {
  .p-detail__connectionTagBlock {
    gap: 2.67vw;
  }
}

@media screen and (max-width: 979px) {
  .p-detail__feature {
    padding: 0 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-detail__feature {
    padding: 0 4vw;
  }
}

.p-detail__notes p {
  padding-left: 0.875rem;
  text-indent: -0.875rem;
}
@media screen and (max-width: 374px) {
  .p-detail__notes p {
    padding-left: 3.73vw;
    text-indent: -3.73vw;
  }
}
.p-detail__notes ul {
  padding-left: 0.875rem;
  text-indent: -0.875rem;
  margin-left: 0.875rem;
}
@media screen and (max-width: 374px) {
  .p-detail__notes ul {
    padding-left: 3.73vw;
    text-indent: -3.73vw;
    margin-left: 3.73vw;
  }
}

@media screen and (min-width: 980px) {
  .p-detail__contactTelto {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 979px) {
  .p-detail__contactTelto {
    color: #FF9123;
    text-decoration: underline;
  }
}

.p-detail__campaignModal {
  margin-left: 5px;
  margin-top: 2px;
  display: block;
  width: 18px;
}
.p-detail__campaignModal img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-detail__campaignModal:hover {
  cursor: pointer;
  opacity: 0.6;
}

.p-detail__campaign {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .p-detail__campaign {
    display: block;
  }
}
.p-detail__campaign .p-detail__campaignTextBold {
  margin-right: 0;
}
.p-detail__campaign div {
  margin-right: 0.625rem;
  display: flex;
}

@media screen and (min-width: 980px) {
  .l-content__error {
    box-sizing: content-box;
    padding: 2.5rem 0 3.75rem;
    margin: 0 auto;
    width: 100%;
    max-width: 770px;
  }
}
@media screen and (max-width: 979px) {
  .l-content__error {
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 979px) {
  .p-error {
    padding: 1.875rem 0.9375rem 0;
  }
}

.p-error__title {
  margin-bottom: 1.875rem;
  text-align: center;
}

.p-error__imgWrap {
  text-align: center;
}

.p-error__img {
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-error__text {
  max-width: 570px;
  margin: 0 auto 1.875rem auto;
}
@media screen and (max-width: 374px) {
  .p-error__text {
    margin-bottom: 8vw;
  }
}
.p-error__text + .p-error__text {
  margin-top: -0.625rem;
  margin-bottom: 0;
}
@media screen and (max-width: 374px) {
  .p-error__text + .p-error__text {
    margin-top: -2.67vw;
  }
}

.p-error__ButtonWrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 979px) {
  .p-freeWord {
    padding: 1.875rem 0.9375rem 0;
  }
}
@media screen and (max-width: 374px) {
  .p-freeWord {
    padding: 8vw 4vw 0;
  }
}

.p-freeWord__title {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 374px) {
  .p-freeWord__title {
    margin-bottom: 8vw;
  }
}

.p-freeWord__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 374px) {
  .p-freeWord__menu {
    margin-bottom: 5.33vw;
  }
}

.p-freeWord__number {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .p-freeWord__number {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 374px) {
  .p-freeWord__number {
    font-size: 4.8vw;
  }
}

.p-freeWord__ListBlock {
  display: grid;
  justify-content: start;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, 310px);
  width: 100%;
}
@media screen and (max-width: 979px) {
  .p-freeWord__ListBlock {
    grid-template-columns: repeat(auto-fit, 100%);
    gap: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .p-freeWord__ListBlock {
    gap: 2.67vw;
  }
}

.l-content--lp {
  max-width: 970px;
  padding: 0;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 980px) {
  .l-content--short {
    box-sizing: content-box;
    padding: 2.5rem 0.9375rem 3.75rem;
    margin: 0 auto;
    width: 100%;
    max-width: 770px;
  }
}
@media screen and (max-width: 979px) {
  .l-content--short {
    margin-bottom: 3.125rem;
  }
}

.p-lp .p-lp--kv {
  max-width: 970px;
  margin: 2.5rem 0;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp--kv {
    margin: 0 0 1.875rem 0;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp--kv {
    margin: 0 0 8vw 0;
  }
}
.p-lp .p-lp__kv {
  max-width: 970px;
  margin: 2.5rem 0;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__kv {
    margin: 0 0 1.25rem 0;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__kv {
    margin: 0 0 5.33vw 0;
  }
}
.p-lp .p-lp--kvImg, .p-lp .p-lp__kvImg {
  width: 100%;
}
.p-lp .p-lp__section {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__section {
    padding: 0 0.9375rem 0;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__section {
    padding: 0 4vw 0;
    margin-bottom: 13.33vw;
  }
}
.p-lp .p-lp__section--description {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__section--description {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__section--description {
    margin-bottom: 5.33vw;
  }
}
.p-lp .p-lp__title {
  margin: 0 auto;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__title {
    margin-bottom: 5.33vw;
  }
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__title__twolines {
    align-items: flex-end;
  }
  .p-lp .p-lp__title__twolines::before {
    padding-top: 1.5625rem;
  }
  .p-lp .p-lp__title__twolines::after {
    padding-top: 1.5625rem;
  }
  .p-lp .p-lp__title__twolines b {
    text-align: center;
  }
  .p-lp .p-lp__title__twolines span {
    display: block;
  }
}
.p-lp .p-lp__recommend {
  background-image: url("https://www.bonuspark.jp/img/lp/insweb_bg_pc.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/lp/insweb_bg_pc.png") 1x, url("https://www.bonuspark.jp/img/lp/2x/insweb_bg_pc@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/lp/insweb_bg_pc.png") 1x, url("https://www.bonuspark.jp/img/lp/2x/insweb_bg_pc@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 5px solid #fff;
  width: 100%;
  min-height: 654px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__recommend {
    background: #FFFBD1;
    position: relative;
  }
  .p-lp .p-lp__recommend:before {
    content: "";
    position: absolute;
    background: url("https://www.bonuspark.jp/img/lp/insweb_bg_sp_header.png");
    background-size: cover;
    top: 0;
    width: 100%;
    height: 230px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-lp .p-lp__recommend:after {
    content: "";
    position: absolute;
    background: url("https://www.bonuspark.jp/img/lp/insweb_bg_sp_footer.png");
    background-position: center;
    background-size: cover;
    bottom: 0;
    width: 100%;
    height: 6.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__recommend:after {
    content: "";
    position: absolute;
    background: url("https://www.bonuspark.jp/img/lp/insweb_bg_sp_footer.png");
    background-size: cover;
    bottom: 0;
    width: 100%;
    height: 29.33vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__recommend {
    min-height: auto;
  }
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__recommend__wrap {
    position: relative;
    z-index: 1;
  }
}
.p-lp .p-lp__recommend__logo {
  width: 165px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 10px 0;
  border-radius: 0 0 8px 8px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__recommend__logo {
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__recommend__logo {
    margin-bottom: 2.67vw;
  }
}
.p-lp .p-lp__recommend__img {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__recommend__img {
    max-width: 315px;
    margin: 0 auto;
  }
}
.p-lp .p-lp__recommend__img img {
  display: block;
  width: 570px;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__recommend__img img {
    width: 100%;
  }
}
.p-lp .p-lp__recommend__detail {
  padding-top: 20px;
  border-top: 1px solid #FFD540;
  width: 570px;
  margin: 20px auto 0;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__recommend__detail {
    width: calc(100% - 30px);
    padding-top: 15px;
    margin: 15px 15px 0;
  }
}
.p-lp .p-lp__recommend__title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
  color: #111111;
}
.p-lp .p-lp__recommend__corp {
  color: #999999;
  font-size: 0.625rem;
  margin-bottom: 0.625rem;
}
.p-lp .p-lp__recommend__terms {
  font-size: 0.75rem;
  color: #333333;
  margin-bottom: 0.3125rem;
}
.p-lp .p-lp__recommend__reward {
  font-size: 0.875rem;
  font-weight: bold;
  color: #F50028;
  margin-bottom: 0.625rem;
}
.p-lp .p-lp__recommend__explanation {
  margin-bottom: 20px;
}
.p-lp .p-lp__recommend__text {
  font-size: 0.75rem;
}
.p-lp .p-lp__recommend__list {
  font-size: 0.75rem;
}
.p-lp .p-lp__recommend__list li {
  list-style-type: disc;
  margin-left: 20px;
}
.p-lp .p-lp__recommend__btn {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__recommend__btn {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__recommend__btn {
    margin-bottom: 4vw;
  }
}
.p-lp .p-lp__recommend__illust {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-bottom: 15px;
}
.p-lp .p-lp__recommendListBlock {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, 310px);
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__recommendListBlock {
    grid-template-columns: repeat(auto-fit, 100%);
    gap: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__recommendListBlock {
    gap: 2.67vw;
  }
}
.p-lp .p-lp--bnr {
  width: 310px;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp--bnr {
    width: 100%;
  }
}
.p-lp .p-lp--bnrImg {
  width: 100%;
}
.p-lp .p-lp--bnrImg:hover {
  opacity: 0.6;
}
.p-lp .p-lp--insweb {
  margin-bottom: 1.25rem;
}
.p-lp .p-lp--insweb .p-lp--kv {
  max-width: 970px;
  margin: 2.5rem 0 1.875rem;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp--insweb .p-lp--kv {
    margin: 0 0 1.875rem 0;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp--insweb .p-lp--kv {
    margin: 0 0 8vw 0;
  }
}
.p-lp .p-lp__description {
  width: 100%;
  padding: 0 1.25rem;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__description {
    padding: 0 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__description {
    margin: 0 2.67vw;
  }
}
.p-lp .p-lp__descriptionInner {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 3.125rem 0 2.5rem;
  position: relative;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__descriptionInner {
    padding: 1.875rem 0 3.4375rem;
  }
}
.p-lp .p-lp__descriptionInner:before {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background: url("https://www.bonuspark.jp/img/lp/bg_line_pc.png");
  background-size: cover;
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__descriptionInner:before {
    background: url("https://www.bonuspark.jp/img/lp/bg_line_sp.png");
    background-repeat: repeat-x;
    height: 9px;
    background-size: contain;
    background-position: left;
    top: 5px;
  }
}
.p-lp .p-lp__descriptionInner:after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background: url("https://www.bonuspark.jp/img/lp/bg_line_pc.png");
  background-size: cover;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__descriptionInner:after {
    background: url("https://www.bonuspark.jp/img/lp/bg_line_sp.png");
    background-repeat: repeat-x;
    height: 9px;
    background-size: contain;
    background-position: left;
    bottom: 5px;
  }
}
.p-lp .p-lp__description__title {
  color: #F50028;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__description__title {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__description__title {
    margin-bottom: 2.67vw;
  }
}
.p-lp .p-lp__description__list {
  list-style: disc;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__description__list {
    font-size: 0.875rem;
    width: calc(100% - 40px);
    margin: 0 auto 0.9375rem;
    padding-left: 20px;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__description__list {
    margin: 0 auto 4vw;
    padding-left: 5.33vw;
  }
}
.p-lp .p-lp__description__note {
  width: 600px;
  background-color: #FFFFD6;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 1.25rem 0;
  font-size: 0.875rem;
  position: relative;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__description__note {
    width: calc(100% - 40px);
    padding: 0.9375rem 0;
    margin: 0 auto;
    font-size: 0.75rem;
  }
  .p-lp .p-lp__description__note .br-sp {
    display: block;
  }
}
@media screen and (max-width: 979px) and (max-width: 374px) {
  .p-lp .p-lp__description__note {
    padding: 4vw 0;
  }
}
.p-lp .p-lp__description__note:before {
  content: "";
  display: block;
  width: 61px;
  height: 52px;
  background: url("https://www.bonuspark.jp/img/lp/illust_book.png");
  background-size: cover;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__description__note:before {
    width: 50px;
    height: 43px;
    top: auto;
    bottom: -30px;
    left: -20px;
  }
}
.p-lp .p-lp__description__note:after {
  content: "";
  display: block;
  width: 88px;
  height: 78px;
  background: url("https://www.bonuspark.jp/img/lp/illust_ponta.png");
  background-size: cover;
  position: absolute;
  top: -10px;
  right: 10px;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__description__note:after {
    width: 65px;
    height: 58px;
    top: auto;
    bottom: -30px;
    right: -20px;
  }
}
.p-lp .p-lp__sectionOuter {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.p-lp .p-lp__sectionOuter .p-lp__section {
  max-width: 1000px;
  padding: 2.5rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__sectionOuter .p-lp__section {
    padding: 1.875rem 0;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__sectionOuter .p-lp__section {
    padding: 8vw 0;
  }
}
.p-lp .p-lp__sectionOuter.p-lp__sectionOuter--pickup {
  background-color: #FFFFD6;
}
.p-lp .p-lp__itemList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2.5rem;
  row-gap: 2.5rem;
  padding: 0 15px;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__itemList {
    display: block;
    width: 100%;
  }
}
.p-lp .p-lp__item {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 1.25rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__item {
    margin-bottom: 1.25rem;
  }
  .p-lp .p-lp__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__item {
    margin-bottom: 5.33vw;
  }
}
.p-lp .p-lp__item.p-lp__item--pickup {
  padding: 1.875rem;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__item.p-lp__item--pickup {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__item.p-lp__item--pickup {
    padding: 5.33vw;
  }
}
.p-lp .p-lp__item.p-lp__item--pickup .p-lp__item__description {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__item.p-lp__item--pickup .p-lp__item__description {
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__item.p-lp__item--pickup .p-lp__item__description {
    margin-bottom: 2.67vw;
  }
}
.p-lp .p-lp__item.p-lp__item--pickup .p-lp__item__detail {
  display: block;
  margin-bottom: 0;
}
.p-lp .p-lp__item.p-lp__item--pickup .p-lp__item__img {
  margin: 0 auto 1.25rem;
  text-align: center;
  width: 240px;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__item.p-lp__item--pickup .p-lp__item__img {
    width: 173px;
    margin: 0 auto 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__item.p-lp__item--pickup .p-lp__item__img {
    margin: 0 auto 4vw;
  }
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__item.p-lp__item--pickup .p-lp__item__button {
    width: 100%;
    margin: 0 auto;
  }
}
.p-lp .p-lp__item__img {
  width: 180px;
  height: auto;
  margin-right: 20px;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__item__img {
    width: 100px;
    margin-right: 10px;
  }
}
.p-lp .p-lp__item__img img {
  width: 100%;
  height: auto;
}
.p-lp .p-lp__item__description {
  width: calc(100% - 200px);
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__item__description {
    width: calc(100% - 110px);
  }
}
.p-lp .p-lp__item__title {
  font-size: 0.875rem;
  font-weight: bold;
}
.p-lp .p-lp__item__reward {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  align-items: start;
}
.p-lp .p-lp__item__reward::before {
  margin-top: 2px;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__item__reward {
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .p-lp .p-lp__item__reward {
    margin-bottom: 2.67vw;
  }
}
.p-lp .p-lp__item__button {
  width: 240px;
  margin: 0 auto;
}
.p-lp .p-lp__item__text {
  font-size: 0.75rem;
}
.p-lp .p-lp__item__detail {
  display: flex;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-lp .p-lp__item__detail {
    margin-bottom: 0.9375rem;
  }
}

.p-lp--cardloan {
  padding-bottom: 60px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan {
    padding-bottom: 0;
  }
}
.p-lp--cardloan .p-lp__kv__wrap {
  width: 100%;
  background-image: url("https://www.bonuspark.jp/img/cardloan/kv_bg.png");
  background-repeat: repeat-x;
  height: 390px;
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .p-lp--cardloan .p-lp__kv__wrap {
    background-image: none;
    height: auto;
  }
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__kv__wrap {
    margin-top: 0;
  }
}
.p-lp--cardloan .p-lp__kv__wrap .p-lp__kv {
  max-width: 1280px;
  margin: 0 auto;
}
.p-lp--cardloan .p-lp__kv__wrap .p-lp--kvImg {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-lp--cardloan .p-lp__pointWrap {
  width: 970px;
  margin: 0 auto;
  background: #F3FBFF;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 40px 100px;
  border-radius: 8px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__pointWrap {
    width: 100%;
    padding: 20px 15px;
    display: block;
  }
}
.p-lp--cardloan .p-lp__lead {
  padding-top: 60px;
  margin: 60px 0 40px 0;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__lead {
    padding-top: 50px;
    margin: 40px 0 30px 0;
  }
}
.p-lp--cardloan .p-lp__section--point {
  background: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__section--point.p-lp__section {
    padding-bottom: 40px;
  }
}
.p-lp--cardloan .p-lp__section--point .p-lp__lead {
  background-image: url("https://www.bonuspark.jp/img/cardloan/icon_check.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/cardloan/icon_check.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/icon_check@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/cardloan/icon_check.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/icon_check@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 50px 50px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__section--point .p-lp__lead {
    background-size: 40px 40px;
  }
}
.p-lp--cardloan .p-lp__section--cardloan {
  background: #F3FBFF;
  padding-bottom: 45px;
}
.p-lp--cardloan .p-lp__section--cardloan .p-lp__lead {
  background-image: url("https://www.bonuspark.jp/img/cardloan/icon_card.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/cardloan/icon_card.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/icon_card@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/cardloan/icon_card.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/icon_card@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 50px 50px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__section--cardloan .p-lp__lead {
    background-size: 40px 40px;
  }
}
.p-lp--cardloan .p-lp__title_point,
.p-lp--cardloan .p-lp__title_cardloan {
  font-size: 1.5rem;
  font-weight: bold;
  align-items: baseline;
  position: relative;
}
.p-lp--cardloan .p-lp__title_point i,
.p-lp--cardloan .p-lp__title_cardloan i {
  font-style: normal;
}
.p-lp--cardloan .p-lp__title_point span,
.p-lp--cardloan .p-lp__title_cardloan span {
  font-size: 2rem;
  color: #FF9123;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__title_point span,
  .p-lp--cardloan .p-lp__title_cardloan span {
    font-size: 1.75rem;
  }
}
.p-lp--cardloan .p-lp__title_point::before, .p-lp--cardloan .p-lp__title_point::after,
.p-lp--cardloan .p-lp__title_cardloan::before,
.p-lp--cardloan .p-lp__title_cardloan::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 19px;
  height: 17px;
  position: absolute;
}
.p-lp--cardloan .p-lp__title_point::before,
.p-lp--cardloan .p-lp__title_cardloan::before {
  background-image: url("https://www.bonuspark.jp/img/common/h2_left_icon.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/h2_left_icon.png") 1x, url("https://www.bonuspark.jp/img/common/2x/h2_left_icon@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/h2_left_icon.png") 1x, url("https://www.bonuspark.jp/img/common/2x/h2_left_icon@2x.png") 2x);
  bottom: 15px;
  left: -30px;
}
.p-lp--cardloan .p-lp__title_point::after,
.p-lp--cardloan .p-lp__title_cardloan::after {
  background-image: url("https://www.bonuspark.jp/img/common/h2_right_icon.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/h2_right_icon.png") 1x, url("https://www.bonuspark.jp/img/common/2x/h2_right_icon@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/h2_right_icon.png") 1x, url("https://www.bonuspark.jp/img/common/2x/h2_right_icon@2x.png") 2x);
  bottom: 15px;
  right: -30px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__title_point,
  .p-lp--cardloan .p-lp__title_cardloan {
    font-size: 1.25rem;
    text-align: center;
  }
  .p-lp--cardloan .p-lp__title_point i,
  .p-lp--cardloan .p-lp__title_cardloan i {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .p-lp--cardloan .p-lp__title_point,
  .p-lp--cardloan .p-lp__title_cardloan {
    font-size: 5.33vw;
  }
  .p-lp--cardloan .p-lp__title_point::before, .p-lp--cardloan .p-lp__title_point::after,
  .p-lp--cardloan .p-lp__title_cardloan::before,
  .p-lp--cardloan .p-lp__title_cardloan::after {
    width: 5.07vw;
    height: 4.53vw;
  }
  .p-lp--cardloan .p-lp__title_point::before,
  .p-lp--cardloan .p-lp__title_cardloan::before {
    margin-right: 2.67vw;
  }
  .p-lp--cardloan .p-lp__title_point::after,
  .p-lp--cardloan .p-lp__title_cardloan::after {
    margin-left: 2.67vw;
  }
}
.p-lp--cardloan .p-lp__section {
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__section {
    padding-bottom: 20px;
  }
}
.p-lp--cardloan .p-lp__section .p-lp__pointbg {
  position: relative;
}
.p-lp--cardloan .p-lp__section .p-lp__pointbg:after {
  content: "";
  display: block;
  background-image: url("https://www.bonuspark.jp/img/cardloan/ponta.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/cardloan/ponta.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/ponta@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/cardloan/ponta.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/ponta@2x.png") 2x);
  width: 133px;
  height: 118px;
  position: absolute;
  bottom: -20px;
  right: -65px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__section .p-lp__pointbg:after {
    width: 88px;
    height: 78px;
    background-size: cover;
    bottom: -30px;
    right: 0;
  }
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__section .p-lp__pointbg {
    width: 100%;
  }
}
.p-lp--cardloan .p-lp__pointItem {
  background: #fff;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1rem;
  padding: 28px 0 28px 75px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__pointItem {
    padding: 23px 0 23px 65px;
  }
}
.p-lp--cardloan .p-lp__pointItem.p-lp__pointItem-interest {
  background-image: url("https://www.bonuspark.jp/img/cardloan/icon_percent.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/cardloan/icon_percent.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/icon_percent@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/cardloan/icon_percent.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/icon_percent@2x.png") 2x);
  background-position: center left 15px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__pointItem.p-lp__pointItem-interest {
    background-size: 40px 40px;
  }
}
.p-lp--cardloan .p-lp__pointItem.p-lp__pointItem-speed {
  background-image: url("https://www.bonuspark.jp/img/cardloan/icon_money.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/cardloan/icon_money.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/icon_money@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/cardloan/icon_money.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/icon_money@2x.png") 2x);
  background-position: center left 15px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__pointItem.p-lp__pointItem-speed {
    background-size: 40px 40px;
  }
}
.p-lp--cardloan .p-lp__pointItem.p-lp__pointItem-existence {
  background-image: url("https://www.bonuspark.jp/img/cardloan/icon_tel.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/cardloan/icon_tel.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/icon_tel@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/cardloan/icon_tel.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/icon_tel@2x.png") 2x);
  background-position: center left 15px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__pointItem.p-lp__pointItem-existence {
    background-size: 40px 40px;
  }
}
.p-lp--cardloan .p-lp__pointItem.p-lp__pointItem-point {
  background-image: url("https://www.bonuspark.jp/img/cardloan/icon_ponta.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/cardloan/icon_ponta.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/icon_ponta@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/cardloan/icon_ponta.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/icon_ponta@2x.png") 2x);
  background-position: center left 15px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__pointItem.p-lp__pointItem-point {
    background-size: 40px 40px;
  }
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__pointItem {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__pointItem:last-child {
    margin-bottom: 0;
  }
}
.p-lp--cardloan .p-lp__item-index {
  width: 970px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__item-index {
    width: auto;
    margin: 0 auto 30px;
  }
}
.p-lp--cardloan .p-lp__item-index li {
  margin-bottom: 10px;
}
.p-lp--cardloan .p-lp__item-index li:last-child {
  margin-bottom: 0;
}
.p-lp--cardloan .p-lp__item-index li a {
  background-image: url("https://www.bonuspark.jp/img/cardloan/icon_arrow.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/cardloan/icon_arrow.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/icon_arrow@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/cardloan/icon_arrow.png") 1x, url("https://www.bonuspark.jp/img/cardloan/2x/icon_arrow@2x.png") 2x);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 5px 30px 5px 0;
  text-decoration: underline;
}
.p-lp--cardloan .p-lp__item-index li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.p-lp--cardloan [id^=item0] {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan [id^=item0] {
    padding-top: 70px;
    margin-top: -70px;
    width: 100%;
  }
}
.p-lp--cardloan .p-lp__item {
  width: 970px;
  background: #fff;
  margin: 0 auto;
  padding: 30px 100px;
  border-radius: 8px;
  margin-bottom: 15px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__item {
    width: 100%;
    padding: 20px 15px;
  }
}
.p-lp--cardloan .p-lp__item-name {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__item-name {
    margin-bottom: 0.9375rem;
  }
}
.p-lp--cardloan .p-lp__item-lead {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__item-lead {
    margin-bottom: 0.9375rem;
  }
}
.p-lp--cardloan .p-lp__item-wrap {
  display: grid;
  grid-template-columns: 170px 570px;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__item-wrap {
    display: block;
    margin-bottom: 15px;
  }
}
.p-lp--cardloan .p-lp__item-cv .c-button__primary {
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__item-img {
    display: block;
    text-align: center;
    margin: 0 auto 15px auto;
  }
}
.p-lp--cardloan .p-lp__item-detail {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__item-detail {
    display: block;
  }
}
.p-lp--cardloan .p-lp__item-detail dl {
  display: flex;
  width: 50%;
}
.p-lp--cardloan .p-lp__item-detail dl:first-child dt, .p-lp--cardloan .p-lp__item-detail dl:nth-child(2) dt {
  border-top: 1px solid #ddd;
}
.p-lp--cardloan .p-lp__item-detail dl:first-child dd, .p-lp--cardloan .p-lp__item-detail dl:nth-child(2) dd {
  border-top: 1px solid #ddd;
}
.p-lp--cardloan .p-lp__item-detail dl:nth-child(2n) dt {
  border-left: 0;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__item-detail dl:nth-child(2n) dt {
    border-left: 1px solid #ddd;
  }
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__item-detail dl {
    width: 100%;
  }
  .p-lp--cardloan .p-lp__item-detail dl:nth-child(2) dt {
    border-top: 0;
  }
  .p-lp--cardloan .p-lp__item-detail dl:nth-child(2) dd {
    border-top: 0;
  }
}
.p-lp--cardloan .p-lp__item-detail dt {
  background: #eee;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-top: 0;
  font-weight: normal;
  width: 45%;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__item-detail dt {
    border-right: 0;
    padding: 10px;
  }
}
.p-lp--cardloan .p-lp__item-detail dd {
  padding: 0 10px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-top: 0;
  border-left: 0;
  width: 55%;
}
@media screen and (max-width: 979px) {
  .p-lp--cardloan .p-lp__item-detail dd {
    padding: 10px;
    border-left: 0;
  }
}

@media screen and (max-width: 979px) {
  .p-lp--2405 {
    border-radius: 0;
  }
}
.p-lp--2405 .p-lp__kv img {
  width: 100%;
}
.p-lp--2405 .p-lp__wrap {
  padding: 2.5rem 0 1.5625rem;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__wrap {
    padding: 1.875rem 0 0.9375rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 374px) {
  .p-lp--2405 .p-lp__wrap {
    padding: 8vw 0;
    margin-bottom: 14.67vw;
  }
}
.p-lp--2405 .p-lp__pagetitle {
  font-size: 1.75rem;
  font-weight: bold;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__pagetitle {
    font-size: 1.375rem;
    padding-bottom: 1.25rem;
  }
}
.p-lp--2405 .p-lp__subtitle {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__subtitle {
    font-size: 1.125rem;
  }
}
.p-lp--2405 .p-lp__box {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 30px;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__box {
    display: block;
  }
  .p-lp--2405 .p-lp__box img {
    display: block;
    margin-top: 0.625rem;
    width: 100%;
  }
}
.p-lp--2405 .p-lp__text {
  font-size: 0.875rem;
}
.p-lp--2405 .p-lp__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-lp--2405 .p-lp__section {
  margin-bottom: 3.75rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__section {
    margin-bottom: 3.125rem;
    padding: 0 0.9375rem;
  }
}
.p-lp--2405 .p-lp__section:last-child {
  margin-bottom: 0;
}
.p-lp--2405 .p-lp__section--bg {
  background: #FFFFD6;
  margin-bottom: 3.75rem;
  padding: 3.75rem 2.5rem;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__section--bg {
    padding: 1.875rem 0.9375rem 3.125rem;
    margin-bottom: 3.125rem;
  }
}
.p-lp--2405 .p-lp__step-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
  padding-top: 20px;
  padding-bottom: 15px;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__step-box {
    display: block;
    padding: 0;
    margin-top: 1.25rem;
  }
}
.p-lp--2405 .p-lp__step-item {
  background: #FFFFD6;
  position: relative;
}
.p-lp--2405 .p-lp__step-item:not(:first-child):before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("https://www.bonuspark.jp/img/lp204505/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 10px);
  left: -30px;
}
.p-lp--2405 .p-lp__step-item img {
  margin-bottom: -15px;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__step-item img {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__step-item:nth-child(2) img {
    margin-bottom: -5.33vw;
  }
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__step-item {
    padding-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .p-lp--2405 .p-lp__step-item:not(:first-child):before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url("https://www.bonuspark.jp/img/lp204505/icon_arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    position: absolute;
    top: -30px;
    left: calc(50% - 10px);
  }
  .p-lp--2405 .p-lp__step-item:last-child {
    margin-bottom: 0;
  }
  .p-lp--2405 .p-lp__step-item img {
    width: 100%;
  }
}
.p-lp--2405 .p-lp__step-no {
  background: #FF9123;
  text-align: center;
  width: 120px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.1875rem 1.5625rem;
  border-radius: 1.25rem;
  margin: 1.25rem auto 0.9375rem;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__step-no {
    margin-top: 0;
  }
}
.p-lp--2405 .p-lp__step-text {
  padding: 0 1.25rem 0.9375rem;
  min-height: 6.5625rem;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__step-text {
    min-height: auto;
  }
}
.p-lp--2405 .p-lp__step-img {
  width: 100%;
}
.p-lp--2405 .p-lp__notes {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  color: #999999;
  padding-left: 1em;
  text-indent: -1em;
}
.p-lp--2405 .p-lp__notes + .p-lp__notes {
  margin-top: 0;
}
.p-lp--2405 .p-lp__indexItem {
  margin-bottom: 3.125rem;
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 1.875rem;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__indexItem {
    display: block;
    margin-bottom: 2.5rem;
  }
  .p-lp--2405 .p-lp__indexItem img {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__indexItem .p-lp__indexDetail {
    margin-bottom: 1.25rem;
  }
}
.p-lp--2405 .p-lp__indexTitle {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 30px;
}
.p-lp--2405 .p-lp__indexTitle:before {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  line-height: 24px;
  text-align: center;
  display: block;
  background: #FF9123;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  font-size: 0.875rem;
}
.p-lp--2405 .p-lp__indexTitle.p-lp__indexTitle--no1:before {
  content: "1";
}
.p-lp--2405 .p-lp__indexTitle.p-lp__indexTitle--no2:before {
  content: "2";
}
.p-lp--2405 .p-lp__indexTitle.p-lp__indexTitle--no3:before {
  content: "3";
}
.p-lp--2405 .p-lp__indexTitle.p-lp__indexTitle--no4:before {
  content: "4";
}
.p-lp--2405 .p-lp__indexTitle.p-lp__indexTitle--no5:before {
  content: "5";
}
.p-lp--2405 .p-lp__recommendItem {
  background: #fff;
  padding: 1.875rem;
  border-radius: 8px;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.p-lp--2405 .p-lp__recommendItem:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__recommendItem {
    padding: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.p-lp--2405 .p-lp__recommendBox {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 30px;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__recommendBox {
    display: block;
  }
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__recommendImg {
    display: block;
    margin: 0 auto 1.25rem;
  }
}
.p-lp--2405 .p-lp__recommendSummary {
  background: #F7F7F7;
  padding: 1.25rem;
}
.p-lp--2405 .p-lp__recommendSummary p:not(:first-child) {
  margin-top: 0.3125rem;
}
.p-lp--2405 .p-lp__recommendSummary p span {
  font-weight: bold;
  padding-right: 15px;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__recommendSummary p span {
    display: block;
  }
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__recommendSummary {
    padding: 0.625rem;
  }
  .p-lp--2405 .p-lp__recommendSummary p:not(:first-child) {
    margin-top: 0.625rem;
  }
}
.p-lp--2405 .p-lp__topBtn {
  display: flex;
  justify-content: center;
}
.p-lp--2405 .p-lp__partnerList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__partnerList {
    grid-template-columns: 1fr 1fr;
  }
  .p-lp--2405 .p-lp__partnerList img {
    width: 100%;
  }
}
.p-lp--2405 .p-lp__img img {
  width: 100%;
}
.p-lp--2405 .p-lp__notesWrap {
  font-size: 0.75rem;
  color: #999999;
}
.p-lp--2405 .p-lp__notesWrap p {
  padding-left: 1em;
  text-indent: -1em;
}
.p-lp--2405 .p-lp__notesWrap ul {
  padding-left: 1em;
  text-indent: -1em;
}
.p-lp--2405 .p-lp__sectionImg {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-lp--2405 .p-lp__sectionImg {
    display: block;
  }
  .p-lp--2405 .p-lp__sectionImg img {
    width: 100%;
  }
}

.l-content--pontarank {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.p-pontarank {
  width: 100%;
}
@media screen and (max-width: 979px) {
  .p-pontarank img {
    width: 100%;
  }
}

.p-pontarank__kv {
  background-color: rgb(130, 0, 34);
  background-color: linear-gradient(86deg, #820022 16.66%, #A70026 59.97%, #BC0028 84.1%);
}
@media screen and (max-width: 979px) {
  .p-pontarank__kv {
    background: none;
  }
}

.p-pontarank__kv_inner {
  background-image: url("https://www.bonuspark.jp/img/lp_pontarank/kv_bg.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/lp_pontarank/kv_bg.png") 1x, url("https://www.bonuspark.jp/img/lp_pontarank/2x/kv_bg@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/lp_pontarank/kv_bg.png") 1x, url("https://www.bonuspark.jp/img/lp_pontarank/2x/kv_bg@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 979px) {
  .p-pontarank__kv_inner {
    background: none;
  }
}

.p-pontarank__kv_title {
  display: flex;
  justify-content: center;
  padding: 20px 0 15px;
}
.p-pontarank__kv_title img {
  display: block;
  padding-right: 25px;
}
@media screen and (max-width: 979px) {
  .p-pontarank__kv_title {
    padding: 0;
  }
  .p-pontarank__kv_title img {
    padding: 0;
  }
}

.p-pontarank__about {
  background-image: url("https://www.bonuspark.jp/img/lp_pontarank/star_bg.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/lp_pontarank/star_bg.png") 1x, url("https://www.bonuspark.jp/img/lp_pontarank/2x/star_bg@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/lp_pontarank/star_bg.png") 1x, url("https://www.bonuspark.jp/img/lp_pontarank/2x/star_bg@2x.png") 2x);
  background-color: #fff;
}

.p-pontarank__about_inner {
  width: 570px;
  margin: 0 auto;
  padding: 40px 0;
  background: #fff;
}
@media screen and (max-width: 979px) {
  .p-pontarank__about_inner {
    width: 100%;
    padding: 30px 15px;
  }
}

.p-pontarank__about_item {
  margin-bottom: 40px;
}
.p-pontarank__about_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .p-pontarank__about_item {
    margin-bottom: 30px;
  }
}

.p-pontarank__about_title {
  background-image: url("https://www.bonuspark.jp/img/lp_pontarank/icn_about.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/lp_pontarank/icn_about.png") 1x, url("https://www.bonuspark.jp/img/lp_pontarank/2x/icn_about@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/lp_pontarank/icn_about.png") 1x, url("https://www.bonuspark.jp/img/lp_pontarank/2x/icn_about@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: 20px auto;
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 30px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #E6B422 0%, #F3C526 7%, #FFD629 14%, #FE5 31%, #FFD629 51%, #E6B422 100%) 1;
}
@media screen and (max-width: 979px) {
  .p-pontarank__about_title {
    font-size: 1.125rem;
  }
  .p-pontarank__about_title span {
    display: block;
  }
}

.p-pontarank__about_text {
  margin-bottom: 0.625rem;
}
.p-pontarank__about_text a::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/link_icon_external.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block;*/
  display: inline-block;
  margin-left: 0.3125rem;
  width: 10px;
  height: 10px;
}

.p-pontarank__about_img {
  margin-bottom: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 979px) {
  .p-pontarank__about_img {
    margin-top: 20px;
  }
}

.p-pontarank__about_note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.75rem;
  color: #999999;
}

.p-pontarank__recommend {
  background: rgb(230, 180, 34);
  background: linear-gradient(90deg, #E6B422 24.4%, #ECBF2F 31.57%, #F7D448 44.62%, #E6B422 59.83%, #C48D30 75.6%);
}
@media screen and (max-width: 979px) {
  .p-pontarank__recommend {
    background: url("https://www.bonuspark.jp/img/lp_pontarank/bg_pickup_sp.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
}

.p-pontarank__recommend-inner {
  background-image: url("https://www.bonuspark.jp/img/lp_pontarank/bg_pickup.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/lp_pontarank/bg_pickup.png") 1x, url("https://www.bonuspark.jp/img/lp_pontarank/2x/bg_pickup@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/lp_pontarank/bg_pickup.png") 1x, url("https://www.bonuspark.jp/img/lp_pontarank/2x/bg_pickup@2x.png") 2x);
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 979px) {
  .p-pontarank__recommend-inner {
    background: none;
  }
}

.p-pontarank__recommend-contents {
  width: 970px;
  margin: 0 auto;
  padding: 40px 0 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .p-pontarank__recommend-contents {
    width: 100%;
    padding: 30px 15px 40px;
  }
}

.p-pontarank__recommend_title {
  font-size: 1.75rem;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 20px;
  color: #42210B;
}
.p-pontarank__recommend_title::before, .p-pontarank__recommend_title::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 17px;
  height: 42px;
}
.p-pontarank__recommend_title::before {
  background-image: url("https://www.bonuspark.jp/img/lp_pontarank/icn_pickup_before.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/lp_pontarank/icn_pickup_before.png") 1x, url("https://www.bonuspark.jp/img/lp_pontarank/2x/icn_pickup_before@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/lp_pontarank/icn_pickup_before.png") 1x, url("https://www.bonuspark.jp/img/lp_pontarank/2x/icn_pickup_before@2x.png") 2x);
  margin-right: 1.25rem;
}
.p-pontarank__recommend_title::after {
  background-image: url("https://www.bonuspark.jp/img/lp_pontarank/icn_pickup_after.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/lp_pontarank/icn_pickup_after.png") 1x, url("https://www.bonuspark.jp/img/lp_pontarank/2x/icn_pickup_after@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/lp_pontarank/icn_pickup_after.png") 1x, url("https://www.bonuspark.jp/img/lp_pontarank/2x/icn_pickup_after@2x.png") 2x);
  margin-left: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-pontarank__recommend_title {
    font-size: 1.375rem;
    padding-bottom: 15px;
  }
  .p-pontarank__recommend_title::before, .p-pontarank__recommend_title::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 12px;
    height: 35px;
  }
  .p-pontarank__recommend_title::before {
    margin-right: 0.8125rem;
  }
  .p-pontarank__recommend_title::after {
    margin-left: 0.8125rem;
  }
}

.p-pontarank__detailListBlock {
  display: grid;
  justify-content: start;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, 310px);
  width: 100%;
}
@media screen and (max-width: 979px) {
  .p-pontarank__detailListBlock {
    grid-template-columns: repeat(auto-fit, 100%);
    gap: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .p-pontarank__detailListBlock {
    gap: 2.67vw;
  }
}

.p-pontarank__service {
  background-image: url("https://www.bonuspark.jp/img/lp_pontarank/star_bg.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/lp_pontarank/star_bg.png") 1x, url("https://www.bonuspark.jp/img/lp_pontarank/2x/star_bg@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/lp_pontarank/star_bg.png") 1x, url("https://www.bonuspark.jp/img/lp_pontarank/2x/star_bg@2x.png") 2x);
  background-color: #fff;
}

.p-pontarank__service_inner {
  width: 570px;
  margin: 0 auto;
  padding: 40px 0;
  background: #fff;
}
@media screen and (max-width: 979px) {
  .p-pontarank__service_inner {
    width: 100%;
    padding: 30px 15px;
  }
}

.p-pontarank__service_text {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 979px) {
  .p-pontarank__service_text {
    text-align: left;
  }
  .p-pontarank__service_text span {
    display: block;
  }
}

.p-pontarank__service_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 979px) {
  .p-pontarank__service_btn a {
    padding: 0.875rem 0.875rem 0.875rem 0;
  }
}

@media screen and (max-width: 979px) {
  .p-feature {
    padding: 1.875rem 0.9375rem 0;
  }
}
@media screen and (max-width: 374px) {
  .p-feature {
    padding: 8vw 4vw 0;
  }
}

.p-feature__title {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 374px) {
  .p-feature__title {
    margin-bottom: 8vw;
  }
}

.p-feature__menu {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 374px) {
  .p-feature__menu {
    margin-bottom: 5.33vw;
  }
}

.p-feature__number {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .p-feature__number {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 374px) {
  .p-feature__number {
    font-size: 4.8vw;
  }
}

.p-feature__ListBlock {
  display: grid;
  justify-content: start;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 355px), 1fr));
  width: 100%;
}
@media screen and (max-width: 979px) {
  .p-feature__ListBlock {
    grid-template-columns: repeat(auto-fit, 100%);
    gap: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .p-feature__ListBlock {
    gap: 2.67vw;
  }
}

.p-feature__link {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  padding: 0.9375rem;
  width: 100%;
  height: 100%;
}
.p-feature__link:hover, .p-feature__link:active {
  opacity: 0.6;
}
@media screen and (max-width: 374px) {
  .p-feature__link {
    padding: 4vw;
  }
}

.p-feature__imgWrap {
  margin-right: 0.625rem;
}
@media screen and (max-width: 374px) {
  .p-feature__imgWrap {
    margin-right: 2.67vw;
  }
}

.p-feature__img {
  max-width: 170px;
}
@media screen and (max-width: 979px) {
  .p-feature__img {
    max-width: 120px;
  }
}
@media screen and (max-width: 979px) {
  .p-feature__img {
    max-width: 32vw;
  }
}

.p-feature__listTitle {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-feature__listTitle {
  font-weight: bold;
}

.p-feature__listText {
  color: #333333;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 374px) {
  .p-feature__listText {
    font-size: 3.2vw;
    margin-top: 2.67vw;
  }
}

.p-feature__periodWrap {
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 979px) {
  .p-feature__periodWrap {
    flex-flow: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 374px) {
  .p-feature__periodWrap {
    margin-top: 2.67vw;
  }
}

.p-feature__tag {
  background-color: #DDDDDD;
  border-radius: 12px;
  font-size: 0.625rem;
  text-align: center;
  padding: 0 0.625rem;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 374px) {
  .p-feature__tag {
    font-size: 2.67vw;
    padding: 0 2.67vw;
    margin-right: 1.33vw;
  }
}

.p-feature__preiod {
  font-size: 0.75rem;
}
@media screen and (max-width: 979px) {
  .p-feature__preiod {
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 374px) {
  .p-feature__preiod {
    font-size: 3.2vw;
    margin-top: 1.33vw;
  }
}

.p-feature__preiod--end {
  color: #999999;
}

@media screen and (max-width: 979px) {
  .p-feature__detail {
    padding: 0 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-feature__detail {
    padding: 0 4vw;
  }
}

.p-feature__kv {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 374px) {
  .p-feature__kv {
    margin-bottom: 8vw;
  }
}

.p-feature__kvImg {
  width: 100%;
}

.p-feature__detailMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 374px) {
  .p-feature__detailMenu {
    margin-bottom: 5.33vw;
  }
}

.p-feature__detailListBlock {
  display: grid;
  justify-content: start;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, 310px);
  width: 100%;
}
@media screen and (max-width: 979px) {
  .p-feature__detailListBlock {
    grid-template-columns: repeat(auto-fit, 100%);
    gap: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .p-feature__detailListBlock {
    gap: 2.67vw;
  }
}

.p-news__title {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 374px) {
  .p-news__title {
    margin-bottom: 8vw;
  }
}

.p-news__list {
  margin-bottom: 1.25rem;
}
.p-news__list:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .p-news__list {
    margin-bottom: 0.625rem;
  }
  .p-news__list:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  .p-news__list {
    margin-bottom: 2.67vw;
  }
  .p-news__list:last-of-type {
    margin-bottom: 0;
  }
}

.p-news__link {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 0.9375rem;
  width: 100%;
}
.p-news__link:hover, .p-news__link:active {
  opacity: 0.6;
}
@media screen and (max-width: 374px) {
  .p-news__link {
    padding: 4vw;
  }
}

.p-news__tag {
  border-radius: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0.625rem;
  height: 100%;
  min-height: 1.25rem;
}
@media screen and (max-width: 374px) {
  .p-news__tag {
    font-size: 2.67vw;
    margin-bottom: 2.67vw;
    min-height: 5.33vw;
  }
}

.p-news__tag--red {
  background-color: #F50028;
  color: #fff;
  padding: 0.125rem 0.75rem;
}
@media screen and (max-width: 374px) {
  .p-news__tag--red {
    padding: 0.53vw 3.2vw;
  }
}

.p-news__tag--other {
  background-color: #fff;
  color: #333333;
  border: 1px solid #333333;
  padding: 0.0625rem 0.75rem;
}
@media screen and (max-width: 374px) {
  .p-news__tag--other {
    padding: 0.27vw 3.2vw;
  }
}

.p-news__text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.24;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 374px) {
  .p-news__text {
    font-size: 4.8vw;
    margin-bottom: 2.67vw;
  }
}

.p-news__textExternal::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/link_icon_external.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 0.3125rem;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 374px) {
  .p-news__textExternal::after {
    margin-left: 1.33vw;
    width: 2.67vw;
    height: 2.67vw;
  }
}

.p-news__period {
  color: #333333;
}

.p-news__textNa {
  color: #333333;
}

.p-news__detail {
  background-color: #fff;
  border-radius: 8px;
  padding: 2.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 979px) {
  .p-news__detail {
    padding: 1.875rem 0.9375rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 374px) {
  .p-news__detail {
    padding: 8vw 4vw;
    margin-bottom: 13.33vw;
  }
}

.p-news__detailWrapImg {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 374px) {
  .p-news__detailWrapImg {
    margin-bottom: 5.33vw;
  }
}

.p-news__img {
  width: 100%;
}

.p-news__detailTitle {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 374px) {
  .p-news__detailTitle {
    margin-bottom: 2.67vw;
  }
}

.p-news__detailPeriod {
  color: #333333;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 979px) {
  .p-news__detailPeriod {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 374px) {
  .p-news__detailPeriod {
    margin-bottom: 5.33vw;
  }
}

.p-news__detailText {
  margin-bottom: 1.25rem;
}
.p-news__detailText a {
  color: #FF9123;
  text-decoration: underline;
}
.p-news__detailText a:hover, .p-news__detailText a:active {
  opacity: 0.6;
  text-decoration: none;
}
.p-news__detailText a[target=_blank] {
  color: #FF9123;
  text-decoration: underline;
  margin-right: 0.3125rem;
}
.p-news__detailText a[target=_blank]::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/link_icon_external.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 0.3125rem;
  width: 10px;
  height: 10px;
}
.p-news__detailText a[target=_blank]:hover, .p-news__detailText a[target=_blank]:active {
  opacity: 0.6;
  text-decoration: none;
}
@media screen and (max-width: 374px) {
  .p-news__detailText a[target=_blank]::after {
    margin-left: 1.33vw;
    width: 2.67vw;
    height: 2.67vw;
  }
}
@media screen and (max-width: 374px) {
  .p-news__detailText {
    margin-bottom: 5.33vw;
  }
}

.p-news__detailWrapButton {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 979px) {
  .p-news__detailWrapButton {
    padding: 0 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-news__detailWrapButton {
    padding: 0 4vw;
  }
}

.p-top__carousel {
  background-color: #fff;
  width: 100%;
}

@media screen and (max-width: 979px) {
  .l-content__keywordBox + .p-top__carousel {
    padding-top: 1.25rem;
  }
}

.p-top__carouselWrap {
  max-width: 1740px;
  margin: auto;
}

.p-top__news {
  background-color: #fff;
}

.p-top__newsWrap {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 0.9375rem 3.4375rem;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 979px) {
  .p-top__newsWrap {
    padding: 0.9375rem;
  }
}
@media screen and (max-width: 374px) {
  .p-top__newsWrap {
    padding: 4vw;
  }
}

.p-top__newsLink {
  color: #333333;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.p-top__newsLink:hover, .p-top__newsLink:active {
  opacity: 0.6;
}
.p-top__newsLink:hover .p-top__newsFont, .p-top__newsLink:active .p-top__newsFont {
  text-decoration: none;
}
.p-top__newsLink:nth-child(n+2) {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 374px) {
  .p-top__newsLink:nth-child(n+2) {
    margin-top: 4vw;
  }
}

.p-top__newsTag {
  background-color: #F50028;
  border-radius: 10px;
  color: #fff;
  font-size: 0.625rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.1875rem 0.75rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 374px) {
  .p-top__newsTag {
    padding: 0.8vw 3.2vw;
    margin-right: 2.67vw;
  }
}

.p-top__newsFont {
  text-decoration: underline;
  vertical-align: middle;
}
@media screen and (max-width: 374px) {
  .p-top__newsFont::after {
    margin-right: 1.87vw;
    width: 2.67vw;
    height: 2.67vw;
  }
}

.p-top__newsLink[target=_blank] .p-top__newsFont::after {
  content: "";
  background-image: url("https://www.bonuspark.jp/img/common/link_icon_external.png");
  background-image: image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/common/link_icon_external.png") 1x, url("https://www.bonuspark.jp/img/common/2x/link_icon_external@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 0.4375rem;
  width: 10px;
  height: 10px;
}

.p-top__anchorList {
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
}
@media screen and (max-width: 979px) {
  .p-top__anchorList {
    max-width: 75px;
  }
}
@media screen and (max-width: 374px) {
  .p-top__anchorList {
    max-width: 20vw;
  }
}

.p-top__anchor {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.p-top__anchor:hover {
  opacity: 0.6;
}

@media screen and (max-width: 979px) {
  .p-top__anchorImg {
    max-width: 45px;
  }
}
@media screen and (max-width: 374px) {
  .p-top__anchorImg {
    max-width: 12vw;
  }
}

.p-top__anchorText {
  font-weight: bold;
  margin-top: 0.1875rem;
  margin-bottom: 0.4375rem;
}
@media screen and (max-width: 979px) {
  .p-top__anchorText {
    font-size: 0.75rem;
    margin-bottom: 0.125rem;
    letter-spacing: -0.1rem;
  }
}
@media screen and (max-width: 374px) {
  .p-top__anchorText {
    font-size: 3.2vw;
    margin-top: 0.8vw;
    margin-bottom: 0.53vw;
  }
}

@media screen and (max-width: 979px) {
  .p-top__anchorArrow {
    width: 9px;
  }
}
@media screen and (max-width: 374px) {
  .p-top__anchorArrow {
    width: 2.4vw;
  }
}

.p-top__recommend {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 4.375rem;
  margin-top: -4.375rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 979px) {
  .p-top__recommend {
    padding: 3.75rem 0.9375rem 0.625rem;
    margin-top: -1.875rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  .p-top__recommend {
    padding: 26.67vw 4vw 2.67vw;
    margin-top: -18.67vw;
  }
}

.p-top__recommendTitle {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 374px) {
  .p-top__recommendTitle {
    margin-bottom: 5.33vw;
  }
}

.p-top__recommendListBlock {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, 310px);
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .p-top__recommendListBlock {
    grid-template-columns: repeat(auto-fit, 100%);
    gap: 0.625rem;
  }
  .p-top__recommendListBlock li:nth-child(n+6) {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .p-top__recommendListBlock {
    gap: 2.67vw;
  }
}

.p-top__recommendImgWrap {
  grid-column: -1/-3;
  width: 100%;
  max-width: 640px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 979px) {
  .p-top__recommendImgWrap {
    grid-column: 1;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 374px) {
  .p-top__recommendImgWrap {
    margin-top: 8vw;
  }
}

.p-top__recommendImg {
  width: 100%;
}

@media screen and (max-width: 979px) {
  .p-top__seeMore {
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 1.25rem;
  }
  .p-top__seeMore::after {
    content: "";
    background-image: url("https://www.bonuspark.jp/img/top/more_icon.png");
    background-image: image-set(url("https://www.bonuspark.jp/img/top/more_icon.png") 1x, url("https://www.bonuspark.jp/img/top/2x/more_icon@2x.png") 2x);
    background-image: -webkit-image-set(url("https://www.bonuspark.jp/img/top/more_icon.png") 1x, url("https://www.bonuspark.jp/img/top/2x/more_icon@2x.png") 2x);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 0.3125rem;
    width: 20px;
    height: 20px;
  }
  .p-top__seeMore:active {
    opacity: 0.6;
  }
}
@media screen and (max-width: 374px) {
  .p-top__seeMore {
    margin-top: 5.33vw;
  }
  .p-top__seeMore::after {
    margin-left: 1.33vw;
    width: 5.33vw;
    height: 5.33vw;
  }
}

.p-top__bnrArea {
  background-color: #DDDDDD;
  padding: 1.875rem;
  margin-bottom: 3.75rem;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .p-top__bnrArea {
    padding: 1.25rem 0.9375rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 374px) {
  .p-top__bnrArea {
    padding: 5.33vw 4vw;
    margin-bottom: 13.33vw;
  }
}

.p-top__bnrItem:last-child {
  margin-top: 0.9375rem;
}

.p-top__bnrAreaLink:hover {
  opacity: 0.6;
}

.p-top__bnrAreaImg {
  width: 100%;
}

.p-top__feature {
  padding-top: 4.375rem;
  margin-top: -4.375rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 979px) {
  .p-top__feature {
    padding: 4.375rem 0.9375rem 0;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 374px) {
  .p-top__feature {
    padding: 18.67vw 4vw 0;
    margin-top: -18.67vw;
    margin-bottom: 13.33vw;
  }
}

.p-top__ranking {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 4.375rem;
  margin-top: -4.375rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 979px) {
  .p-top__ranking {
    padding: 4.375rem 0.9375rem 0;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 374px) {
  .p-top__ranking {
    padding: 18.67vw 4vw 0;
    margin-bottom: 13.33vw;
  }
}

.p-top__rankingTitle {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 374px) {
  .p-top__rankingTitle {
    margin-bottom: 2.67vw;
  }
}

.p-top__rankingListBlock {
  display: grid;
  gap: 0.625rem 1.25rem;
  grid-template-columns: repeat(auto-fit, 310px);
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .p-top__rankingListBlock {
    grid-template-columns: repeat(auto-fit, 100%);
  }
}
@media screen and (max-width: 374px) {
  .p-top__rankingListBlock {
    gap: 2.67vw 5.33vw;
  }
}

.p-top__rankingImgWrap {
  width: 100%;
}

.p-top__rankingImg {
  width: 100%;
}

.p-top__rankingPontaWrap {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 979px) {
  .p-top__rankingPontaWrap {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .p-top__rankingPontaWrap {
    margin-top: 2.67vw;
  }
}

.p-top__rankingPonta {
  width: 100%;
}

.p-top__minCardList {
  padding-top: 4.375rem;
  margin-top: -4.375rem;
  margin-bottom: 3.75rem;
}
.p-top__minCardList:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .p-top__minCardList {
    padding: 4.375rem 0.9375rem 0;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 374px) {
  .p-top__minCardList {
    padding: 18.67vw 4vw 0;
    margin-top: -18.67vw;
    margin-bottom: 13.33vw;
  }
}

@media screen and (max-width: 979px) {
  .p-top__category {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 4.375rem 0.9375rem 0;
    margin-top: -4.375rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 374px) {
  .p-top__category {
    padding: 18.67vw 4vw 0;
    margin-top: -18.67vw;
    margin-bottom: 13.33vw;
  }
}

@media screen and (max-width: 979px) {
  .p-tag {
    padding: 1.875rem 0.9375rem 0;
  }
}
@media screen and (max-width: 374px) {
  .p-tag {
    padding: 8vw 4vw 0;
  }
}

.p-tag__title {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 374px) {
  .p-tag__title {
    margin-bottom: 8vw;
  }
}

.p-tag__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 374px) {
  .p-tag__menu {
    margin-bottom: 5.33vw;
  }
}

.p-tag__number {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .p-tag__number {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 374px) {
  .p-tag__number {
    font-size: 4.8vw;
  }
}

.p-tag__ListBlock {
  display: grid;
  justify-content: start;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, 310px);
  width: 100%;
}
@media screen and (max-width: 979px) {
  .p-tag__ListBlock {
    grid-template-columns: repeat(auto-fit, 100%);
    gap: 0.625rem;
  }
}
@media screen and (max-width: 374px) {
  .p-tag__ListBlock {
    gap: 2.67vw;
  }
}

@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;
  }
}

.is-hide, .is-ios-hide, .is-and-hide, .is-pc-hide {
  display: none !important;
}

.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;
}