
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-optical-sizing: auto;
  word-break: break-word;
  line-height: 1.5;
  color: #788287;
  color: #000;
  background-color: #eaf1f0;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.25s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.l-footer {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ebeced;
}
.l-footer .inner {
  max-width: 149rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.l-footer__bottom .inner {
  max-width: 125rem;
}
.l-footer__bottom .footer-nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 6rem;
  color: #989898;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom .footer-nav-list {
    flex-direction: column;
    font-size: 1.4rem;
  }
}
.l-footer__bottom .footer-nav-list__item {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.l-footer .copyright {
  margin-top: 5.5rem;
  text-align: center;
  font-size: 1.2rem;
}
.l-footer .mfrm-logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  mix-blend-mode: multiply;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-footer .mfrm-logo {
    width: 40.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .mfrm-logo {
    width: 30rem;
    margin-top: 3rem;
  }
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
}
.l-header__inner {
  padding: 1.25rem 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
}
.l-header__logo img {
  width: 15.6rem;
}
.l-header__mfg img {
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 1.2rem 2rem;
  }
  .l-header__logo img {
    width: 10.6rem;
  }
  .l-header__mfg img {
    width: 12rem;
  }
}

.container {
  padding: 0 2rem;
  --max-width: 1000px;
  max-width: calc(var(--max-width) + 4rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 1rem;
    max-width: calc(var(--max-width) + 2rem);
  }
}

.bold {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.bargain {
  font-family: "Noto Sans JP", sans-serif;
  background: #d81526;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .bargain {
    padding-top: 2rem;
    padding-bottom: 6rem;
    background-size: 45rem;
    background-repeat: repeat-y;
  }
}
.bargain .kv {
  padding-top: 7.4rem;
  position: relative;
}
.bargain .kv::before {
  content: "";
  position: absolute;
  background: url(../images/kv-bg.png) no-repeat center/contain;
  background-size: 214.6rem 65.5rem;
  width: 100%;
  bottom: -16rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .bargain .kv {
    padding-top: 2rem;
  }
}
.bargain .kv .container {
  --max-width: 1033px;
}
.bargain .kv .kv-outer img {
  display: block;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .bargain .kv .kv-outer {
    padding: 0.5rem;
  }
}
.bargain .bargain-content {
  padding-top: 9rem;
  background: url(../images/bg-front.png) repeat-y top center/cover;
  background-size: 294.5rem 325.1rem;
  background-position-y: 34rem;
}
@media screen and (max-width: 767px) {
  .bargain .bargain-content {
    padding-top: 5rem;
  }
}
.bargain .sec-item {
  padding-top: 1.9rem;
  padding-bottom: 8rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item {
    padding: 1.5rem 1rem 3rem 1.5rem;
  }
}
.bargain .sec-item + .sec-item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item + .sec-item {
    margin-top: 6rem;
  }
}
.bargain .sec-item-label {
  text-align: center;
  line-height: normal;
  margin-bottom: 3rem;
}
.bargain .sec-item-label img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item-label {
    font-size: 1.8rem;
  }
  .bargain .sec-item-label img {
    height: 3.5rem;
    width: auto;
  }
}
.bargain .sec-item ._list {
  margin-top: 3.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.2rem;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-top: 2.5rem;
  }
}
.bargain .sec-item ._list ._item {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  border: 1px solid #000000;
}
.bargain .sec-item ._list ._item-body {
  flex: 1;
  min-height: 13.5rem;
  padding: 1rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body {
    min-height: 8.4rem;
    padding: 1rem 0.1rem;
  }
}
.bargain .sec-item ._list ._item-body:has(> ._note) {
  padding-bottom: 2rem;
}
.bargain .sec-item ._list ._item-body ._txt-flex {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 0.2rem 0;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._txt-flex {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0.4rem 0;
  }
  .bargain .sec-item ._list ._item-body ._txt-flex > span {
    line-height: 1;
  }
}
.bargain .sec-item ._list ._item-body ._txt-flex2 {
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: baseline;
}
.bargain .sec-item ._list ._item-body ._txt-m {
  margin: 0.4rem 0;
  margin-bottom: 0.6rem;
}
.bargain .sec-item ._list ._item-body ._txt {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 700;
}
.bargain .sec-item ._list ._item-body ._txt._red {
  color: #e5403e;
}
.bargain .sec-item ._list ._item-body ._txt.-fs13,
.bargain .sec-item ._list ._item-body ._txt .-fs13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._txt.-fs13,
  .bargain .sec-item ._list ._item-body ._txt .-fs13 {
    font-size: 1rem;
  }
}
.bargain .sec-item ._list ._item-body ._txt.-fs14,
.bargain .sec-item ._list ._item-body ._txt .-fs14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._txt.-fs14,
  .bargain .sec-item ._list ._item-body ._txt .-fs14 {
    font-size: 1.1rem;
  }
}
.bargain .sec-item ._list ._item-body ._txt.-fs22,
.bargain .sec-item ._list ._item-body ._txt .-fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._txt.-fs22,
  .bargain .sec-item ._list ._item-body ._txt .-fs22 {
    font-size: 1.2rem;
  }
}
.bargain .sec-item ._list ._item-body ._txt.-fs26,
.bargain .sec-item ._list ._item-body ._txt .-fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._txt.-fs26,
  .bargain .sec-item ._list ._item-body ._txt .-fs26 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._txt {
    font-size: 1rem;
  }
  .bargain .sec-item ._list ._item-body ._txt.-fs13 {
    font-size: 0.9rem;
  }
}
.bargain .sec-item ._list ._item-body ._txt-off {
  color: #e5403e;
  text-align: center;
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1.06;
  margin: 0.5rem 0;
  margin-bottom: 0.9rem;
}
.bargain .sec-item ._list ._item-body ._txt-off .small {
  font-size: 2.5rem;
}
.bargain .sec-item ._list ._item-body ._txt-off .fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._txt-off .fs26 {
    font-size: 1.4rem;
  }
}
.bargain .sec-item ._list ._item-body ._txt-off .fs22 {
  font-size: 2.2rem;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._txt-off .fs22 {
    font-size: 1.4rem;
  }
}
.bargain .sec-item ._list ._item-body ._txt-off .db {
  display: block;
}
.bargain .sec-item ._list ._item-body ._txt-off .fs18 {
  font-size: 1.8rem;
}
.bargain .sec-item ._list ._item-body ._txt-off .fs32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._txt-off .fs32 {
    font-size: 1.8rem;
  }
}
.bargain .sec-item ._list ._item-body ._txt-off .percent {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._txt-off {
    font-size: 2.2rem;
  }
  .bargain .sec-item ._list ._item-body ._txt-off .small {
    font-size: 1.8rem;
  }
  .bargain .sec-item ._list ._item-body ._txt-off .percent {
    font-size: 2rem;
  }
}
.bargain .sec-item ._list ._item-body ._note {
  text-align: center;
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._note {
    font-size: 1rem;
    bottom: 0.7rem;
  }
}
.bargain .sec-item ._list ._item-body ._txt02 {
  color: #e5403e;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._txt02 {
    font-size: 1.8rem;
  }
}
.bargain .sec-item ._list ._item-body ._txt03 {
  color: #ff0010;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._txt03 {
    font-size: 1.3rem;
  }
}
.bargain .sec-item ._list ._item-body ._txt03.-fs18 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._txt03.-fs18 {
    font-size: 0.9rem;
  }
}
.bargain .sec-item ._list ._item-body ._item-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.bargain .sec-item ._list ._item-body ._item-flex ._txt03 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body ._item-flex {
    gap: 0.3rem;
  }
}
.bargain .sec-item ._list ._item-body_top {
  border-bottom: 1px dashed #aaa;
  width: 100%;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.bargain .sec-item ._list ._item-body_top ._note {
  position: inherit;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body_top ._txt {
    font-size: 0.9rem;
  }
  .bargain .sec-item ._list ._item-body_top ._txt-off {
    font-size: 2rem;
  }
  .bargain .sec-item ._list ._item-body_top ._txt-off .small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .bargain .sec-item ._list ._item-body_bottom ._txt {
    font-size: 0.9rem;
  }
}
.bargain .sec-item-note {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 2.5rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item-note {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
}
.bargain .sec-item-bnr {
  margin-top: 11rem;
}
.bargain .sec-item-bnr img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item-bnr {
    margin-top: 6rem;
  }
}
.bargain .sec-item-bnr + .sec-item-bnr {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .bargain .sec-item-bnr + .sec-item-bnr {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .-pt3 {
    padding-top: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .-pt3 {
    padding-top: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .-pt3-1 {
    padding-top: 3rem !important;
  }
}

@media screen and (min-width: 768px) {
  .-pb3 {
    padding-bottom: 3rem !important;
  }
  .-pb3 ._txt-off {
    margin-top: 1.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .-pb3-2 {
    padding-top: 2.2rem !important;
    justify-content: flex-start !important;
  }
  .-pb3-2 ._txt-off {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .-pb3-3 {
    padding-top: 2.2rem !important;
    justify-content: flex-start !important;
  }
  .-pb3-3 ._txt-off {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  .-pb3-4 {
    padding-top: 2.2rem !important;
    justify-content: flex-start !important;
  }
  .-pb3-4 ._txt-off {
    margin-top: 0.5rem !important;
  }
}

.has-more ._list ._item:nth-child(n+7) {
  display: none;
}
.has-more.active ._list ._item:nth-child(n+7) {
  display: flex;
}

.more-btn {
  display: block;
  width: 15rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  border-radius: 5rem;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  transition: 0.25s all;
  margin-top: 2rem;
}
.more-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .more-btn {
    width: 13rem;
    height: 4.5rem;
    font-size: 1.4rem;
  }
}



