@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://kantan-cpn.auone.jp/sp/campaign/kantan_all/common/css/common.css");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*------------------------------------
 Campaign contents base
------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 600px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
  vertical-align: top;
}

#wrap {
  max-width: 750px;
  margin: 0 auto;
}

#wrap h1 {
  margin: 0;
}

.sp {
  display: none;
}

@media (max-width: 500px) {
  .sp {
    display: block;
  }
}
.bg-stripe {
  position: relative;
}
.bg-stripe::before, .bg-stripe::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  content: "";
}
.bg-stripe::before {
  background-color: #FD7A29;
}
.bg-stripe::after {
  background-image: url("../img/bg-stripe.png");
  background-size: 1.5rem 1.5rem;
  mix-blend-mode: overlay;
}

.btn-campaign {
  width: calc(100% - 3.75rem);
  margin: 2.375rem auto;
}
.btn-campaign a {
  display: block;
  width: 100%;
  border-radius: 50vh;
  border: 0.25rem solid #000;
  background: #EA5500;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.625rem;
  color: #fff;
  padding: 0.5rem;
  box-sizing: border-box;
  position: relative;
}
.btn-campaign a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M16,0A16,16,0,1,0,32,16,16,16,0,0,0,16,0m0,22.861L7.652,14.513l2.756-2.756L16,17.348l5.591-5.591,2.756,2.756Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .btn-campaign a::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 4.2666666667vw;
  }
}
.btn-campaign a:hover {
  opacity: 0.95;
}

.border-box {
  border: 0.25rem solid #000;
  border-radius: 1.5rem;
  overflow: hidden;
}
.border-box + .border-box {
  margin-top: 2.5rem;
}
.border-box .title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  line-height: inherit;
  background: #FFBC00;
  margin: 0;
  padding: 0.375rem 0.375rem 0.75rem;
}
.border-box .title.-gray {
  background: #E8E6E6;
}
.border-box .content {
  background: #fff;
  padding: 1.875rem 1.5625rem 1.5625rem;
}
.border-box .content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}
.border-box .content ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}
.border-box .content ul li::before {
  position: absolute;
  left: 0;
  content: "";
}
.border-box .content ul.-big {
  margin: 0 0 1.75rem;
}
.border-box .content ul.-big > li {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.2727272727;
}
.border-box .content ul.-big > li::before {
  top: 0.8125rem;
  width: 0.375rem;
  height: 0.375rem;
}
.border-box .content ul.-big > li + li {
  margin-top: 1em;
}
.border-box .content > ul > li {
  padding-left: 0.6em;
}
.border-box .content > ul > li::before {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #000;
  top: 0.6875rem;
}
.border-box .content > ul > li > ul > li {
  padding-left: 1.05em;
}
.border-box .content > ul > li > ul > li::before {
  top: 0;
  font-size: 1rem;
  content: "－";
}
.border-box .content .asterisk {
  list-style: none;
  padding: 0;
}
.border-box .content .asterisk li {
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 1.2em;
  letter-spacing: 0.04em;
  position: relative;
}
.border-box .content .asterisk li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: inherit;
  content: "※";
  background: none;
}
.border-box .content p {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 500;
  margin: 0 0 0.625rem;
}
.border-box .content a {
  color: #EA5500;
  text-decoration: underline;
}
.border-box .content a::after {
  display: inline-block;
  margin-left: 0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0H2V8H10V0Z' fill='white'/%3E%3Cpath d='M9.5 0.5H2.5V7.5H9.5V0.5Z' stroke='%23EA5500'/%3E%3Cpath d='M0.5 1.85303V9.5H8.14703' stroke='%23EA5500'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
}
.border-box .content a:hover {
  text-decoration: none;
}
.border-box .content .-center {
  text-align: center;
}
.border-box .content .-bold {
  font-weight: bold;
}
.border-box .content .-sm {
  font-size: 1rem;
}
.border-box .content .-md {
  font-size: 1.25rem;
}
.border-box .content .-lg {
  font-size: 1.375rem;
}
.border-box .content .-xl {
  font-size: 1.5rem;
}
@media (max-width: 750px) {
  .border-box .content .-xl br {
    display: none;
  }
}
.border-box .content .-red {
  color: #FD0202;
}
.border-box .content .-mt10 {
  margin-top: 10px;
}
.border-box .content .-mt20 {
  margin-top: 20px;
}
.border-box .content .-mb0 {
  margin-bottom: 0;
}
.border-box .image {
  margin-bottom: 1.25rem;
  text-align: center;
}
.border-box .lead {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  margin: 1.5rem 0 0.5rem;
}
.border-box.-shop .image {
  margin: 1.875rem 0;
}
@media (max-width: 750px) {
  .border-box.-shop .image {
    margin: 1.875rem 1.875rem;
  }
}
.border-box.-shop .note {
  margin: 0.625rem 0 0.8125rem;
}

.l-section > .heading {
  margin: 0;
  position: relative;
}
.l-section > .heading > span {
  position: absolute;
  width: 100%;
  bottom: 1.5rem;
  left: 0;
  padding: 0 0.3125rem;
  font-size: 1.0625rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  line-height: inherit;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .l-section > .heading > span {
    font-size: 2.6666666667vw;
    bottom: 3.2vw;
  }
}
.l-section > .inner {
  padding: 2.5rem 1.875rem 2.625rem;
}

.l-section.-charge .note {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
  margin: 0.9375rem 0 0;
}
@media (max-width: 750px) {
  .l-section.-charge .note {
    font-size: 2.6666666667vw;
  }
}
.l-section.-charge > .inner {
  padding-left: 0;
  padding-right: 0;
}
.l-section.-charge .tab-panel {
  padding: 3.4375rem 1.875rem 2.25rem;
}
.l-section.-charge .tab-panel .bubble {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20.5rem 0.75rem 20.5rem;
  grid-template-columns: repeat(2, 20.5rem);
  justify-content: center;
  gap: 0 0.75rem;
}
@media (max-width: 750px) {
  .l-section.-charge .tab-panel .bubble {
    -ms-grid-columns: (43.7333333333vw)[2];
    grid-template-columns: repeat(2, 43.7333333333vw);
  }
}
.l-section.-charge .tab-panel .bubble li {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  background: #fff;
  border-radius: 1.0625rem;
  border: 0.25rem solid #000;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .l-section.-charge .tab-panel .bubble li {
    font-size: 4.2666666667vw;
  }
}
.l-section.-charge .tab-panel .bubble li > span {
  display: block;
  background: #fff;
  border-radius: 1.0625rem;
  padding: 1.0625rem 0.3125rem 1.4375rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .l-section.-charge .tab-panel .bubble li > span {
    padding: 2.2666666667vw 0.6666666667vw 3.0666666667vw;
  }
}
.l-section.-charge .tab-panel .bubble li::after {
  position: absolute;
  bottom: -1.4375rem;
  left: 50%;
  margin-left: -1.5rem;
  width: 3rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='32' viewBox='0 0 48 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-0.270081 2H4L44 2H48.2701L45.5364 5.28037L25.5364 29.2804L24 31.1241L22.4636 29.2804L2.46356 5.28037L-0.270081 2Z' fill='white'/%3E%3Cpath d='M24 28L44 4L4.00001 4L24 28ZM24 32C22.8129 32 21.6871 31.4727 20.9271 30.5607L0.927116 6.56074C-0.066494 5.3684 -0.280674 3.70892 0.377647 2.30338C1.03597 0.89784 2.44794 0 4.00001 0L44 0C45.5521 0 46.964 0.89784 47.6224 2.30338C48.2807 3.70892 48.0665 5.3684 47.0729 6.56074L27.0729 30.5607C26.3129 31.4727 25.1871 32 24 32Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-section.-charge .tab-panel .list {
  list-style: none;
  padding: 0;
  margin: 0.375rem 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.25rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 0 0.25rem;
}
.l-section.-charge .tab-panel .list li {
  font-size: 1.75rem;
  font-weight: bold;
  color: #EA5500;
  text-align: center;
  box-sizing: border-box;
  padding: 1.0625rem 0.3125rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem 0.5rem 0 0;
  border-width: 0.25rem 0.25rem 0;
  border-style: solid;
  border-color: #EA5500;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .l-section.-charge .tab-panel .list li {
    font-size: 3.7333333333vw;
    padding: 2.2666666667vw 0.6666666667vw;
  }
}
.l-section.-charge .tab-panel .list li.-active {
  color: #fff;
  background: #EA5500;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}
@media (max-width: 750px) {
  .l-section.-charge .tab-panel .list li.-active {
    padding-top: 2.8vw;
    padding-bottom: 2.8vw;
  }
}
.l-section.-charge .tab-panel .panel {
  border: 0.25rem solid #EA5500;
  border-radius: 0 0 1.5rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.l-section.-charge .tab-panel .panel li {
  padding: 2.5rem 2rem;
}
@media (max-width: 750px) {
  .l-section.-charge .tab-panel .panel li {
    padding: 5.3333333333vw 4.2666666667vw;
  }
}
.l-section.-charge .tab-panel .panel p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 1.625rem 0 0;
}
.l-section.-charge .tab-panel .panel p > span {
  color: #FD0202;
}
.l-section.-charge .button {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  font-size: 2.375rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #EA0075;
  width: 38rem;
  height: 8rem;
  box-sizing: border-box;
  border-radius: 50vh;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}
@media (max-width: 750px) {
  .l-section.-charge .button {
    font-size: 5.0666666667vw;
    width: 81.0666666667vw;
    height: 17.0666666667vw;
  }
}
.l-section.-charge .button::before {
  position: absolute;
  z-index: 1;
  top: 1.25rem;
  left: 2rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  transition: opacity 0.2s;
  content: "";
}
@media (max-width: 750px) {
  .l-section.-charge .button::before {
    top: 2.6666666667vw;
    left: 4.2666666667vw;
    width: 2vw;
    height: 2vw;
  }
}
.l-section.-charge .button::after {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FC389A;
  border-radius: 50vh;
  transform: scale(1);
  transition: transform 0.3s;
  content: "";
}
.l-section.-charge .button > span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 0.25rem #000, inset 0 0 0 0.3125rem #fff;
  border-radius: 50vh;
}
@media (max-width: 750px) {
  .l-section.-charge .button > span {
    box-shadow: inset 0 0 0 0.5333333333vw #000, inset 0 0 0 0.6666666667vw #fff;
  }
}
.l-section.-charge .button > span::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40Z' fill='white'/%3E%3Cpath d='M28.697 19.1668C28.8924 19.4006 28.9994 19.6956 28.9994 20.0003C28.9994 20.305 28.8924 20.6 28.697 20.8338L20.303 31.3288C19.313 32.5658 17.003 31.9818 17.003 30.4948V9.5058C17.003 8.0188 19.317 7.4348 20.303 8.6718L28.697 19.1668Z' fill='%23EA0175'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 750px) {
  .l-section.-charge .button > span::after {
    right: 4.2666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-top: -2.6666666667vw;
  }
}
@media (min-width: 751px) {
  .l-section.-charge .button:hover::before {
    opacity: 0;
  }
  .l-section.-charge .button:hover::after {
    transform: scale(2);
  }
}

.l-section.-details .sub {
  font-size: 1.0625rem;
  font-weight: 500;
}
.l-section.-details .txt {
  font-size: 1rem;
}

.l-section.-campaign .lead {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  margin: 0;
}
.l-section.-campaign .banner {
  display: block;
  width: 30rem;
  margin: 1.5rem auto 0;
  transition: opacity 0.2s;
}
.l-section.-campaign .banner:hover {
  opacity: 0.7;
}
.l-section.-campaign .title {
  text-align: center;
  margin: 3.75rem 0 0;
  font-weight: bold;
  font-size: 1.875rem;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  line-height: inherit;
}
@media (max-width: 750px) {
  .l-section.-campaign .title {
    font-size: 4vw;
  }
}
.l-section.-campaign .logo {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18.375rem 1.625rem 22.5rem;
  grid-template-columns: 18.375rem 22.5rem;
  gap: 2.5rem 1.625rem;
}
@media (max-width: 750px) {
  .l-section.-campaign .logo {
    -ms-grid-columns: 39.2vw 3.4666666667vw 48vw;
    grid-template-columns: 39.2vw 48vw;
    gap: 5.3333333333vw 3.4666666667vw;
  }
}
.l-section.-campaign .logo li:first-child {
  grid-column: 1/-1;
}
.l-section.-campaign .logo li a {
  display: block;
}
.l-section.-campaign .logo .aupay {
  width: 8.125rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .l-section.-campaign .logo .aupay {
    width: 17.3333333333vw;
  }
}

.l-section.-contact {
  margin-bottom: 2.5rem;
}
.l-section.-contact .border-box .content {
  padding: 2.5rem 1.5625rem 1.25rem;
}
.l-section.-contact .border-box .content a::after {
  background-image: none;
}
.l-section.-contact .btn-group {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.l-section.-contact .btn-group a {
  width: 19.375rem;
}
.l-section.-contact .btn-group a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 680px) {
  .l-section.-contact .btn-group {
    align-items: center;
    gap: 3.2vw;
  }
  .l-section.-contact .btn-group a {
    width: 41.3333333333vw;
  }
}

.acc-list > .head {
  cursor: pointer;
  position: relative;
}
.acc-list > .head > .icon {
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  right: 2.1875rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #000;
}
.acc-list > .head > .icon::before, .acc-list > .head > .icon::after {
  position: absolute;
  width: 0.75rem;
  border-bottom: 0.125rem solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
  content: "";
}
.acc-list > .head > .icon::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.acc-list > .head.-active > .icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.acc-list > .body {
  display: none;
}

/* floating-banner */
.floating-banner {
  display: none;
  position: fixed;
  bottom: 16%;
  right: 0;
  width: 25.875rem;
  z-index: 1000;
}
.floating-banner.close {
  transform: translateX(250px);
  transition: all 500ms 0s ease;
}
.floating-banner:hover {
  opacity: 0.9;
}
.floating-banner .button {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 0.5em 0;
  width: 100%;
  display: block;
  border-radius: 100vw;
  background-color: #EA5500;
  cursor: pointer;
}
.floating-banner .close-button {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-color: #EA5500;
  border-radius: 50%;
  transform: translate(-10px, -10px);
}
.floating-banner .close-button span {
  position: relative;
}
.floating-banner .close-button span:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 14px;
  height: 2px;
  background-color: #ffffff;
}
.floating-banner .close-button span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 14px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 750px) {
  .floating-banner {
    width: 66.6666666667vw;
  }
}

/* CMS
------------------------------------------------------------- */
.peri {
  clip-path: polygon(0 15%, 100% 0, 100% 54%, 0 100%);
  background-color: rgb(0, 209, 199);
  color: #FFF;
  padding: 30px 0 0;
  height: 150px;
  margin-top: -160px;
}

.peri02 {
  clip-path: polygon(0 15%, 100% 0, 100% 54%, 0 100%);
  background: linear-gradient(90deg, transparent, #ff00ff 50%, #03e9f4 100%);
  margin-top: 0;
  padding: 30px 0 0;
  height: 157px;
  z-index: 0;
}

@media (max-width: 570px) {
  .peri {
    clip-path: polygon(0 15%, 100% 0, 100% 54%, 0 100%);
    color: #FFF;
    padding: 20px 0 0;
    height: 100px;
    margin-top: -110px;
  }
  .peri02 {
    clip-path: polygon(0 15%, 100% 0, 100% 54%, 0 100%);
    margin-top: 0;
    padding: 20px 0 0;
    height: 106px;
    z-index: 0;
  }
}
@media (max-width: 460px) {
  .peri {
    clip-path: polygon(0 15%, 100% 0, 100% 54%, 0 100%);
    color: #FFF;
    padding: 10px 0 0;
    height: 70px;
    margin-top: -80px;
  }
  .peri02 {
    clip-path: polygon(0 15%, 100% 0, 100% 54%, 0 100%);
    margin-top: 0;
    padding: 10px 0 0;
    height: 70px;
    z-index: 0;
  }
}
/* キャンペーン期間前 */
.btn-secondary {
  background-color: #eb5505;
  border: #ff9123 solid 4px;
  border-radius: 20px;
}

.campaign__container-floating-footer .campaign__entry-btn  {
  font-size: 20px;
  line-height: 1.8;
}

/* キャンペーン期間中 */
.btn-primary {
  background-color: #eb5505;
  border: #ff9123 solid 4px;
  border-radius: 20px 0;
}

.btn-primary:hover {
  background-color: #e35e51;
  border-color: #e35e51;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #d11300;
  border-color: #d11300;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #e35e51;
  border-color: #e35e51;
}

.campaign__container-floating-footer .campaign__entry-btn {
  font-size: 20px;
  line-height: 1.8;
}

/* entry_btn */
.campaign__container-floating-footer {
  position: sticky;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 0 0;
  z-index: 1;
  box-sizing: border-box;
}

.campaign__schedule {
  display: none;
}

.campaign__container-finish {
  background: rgba(0, 0, 0, 0.7);
  max-width: 750px;
  margin: 10px auto 0;
  position: fixed;
  bottom: 48px;
  padding: 10px 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-sizing: border-box;
}

.campaign__container-finish .btn-primary {
  background-color: #ccc;
  color: #000;
  border: #000 solid 4px;
  border-radius: 15px;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

.btn-primary {
  color: #FFF;
  border-radius: 50px;
  max-width: 750px;
  width: 90%;
  margin: 7px auto 15px;
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 18px;
  border-bottom: 5px solid rgb(255, 255, 255);
  border-right: 4px solid rgb(255, 255, 255);
  border-top: none;
  border-left: none;
  background-color: #eb5505;
}

#ft_btn {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  max-width: 750px;
  margin: 0 auto 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-sizing: border-box;
  font-size: 12px;
}

#ft_btn p {
  font-size: 120%;
  margin: 7px 0 2px;
}

@media screen and (max-width: 460px) {
  .arw_box div {
    font-size: 80%;
  }
  .arw_box02 {
    font-size: 70%;
  }
  .btn_link {
    font-size: 0.8rem;
  }
  .btn_link::after {
    top: 2px;
    right: 35px;
  }
}
.js-time_limited {
  display: none;
}

.js-time_limited_fire {
  display: block;
}

.t_info {
  color: #FFF;
  font-weight: bold;
  background: #eb5505;
  text-align: center;
  padding: 10px 0;
  margin: 10px auto;
}

.footer {
  padding: 0 0 155px;
  margin: 0;
}