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

/*------------------------------------
 Animation
------------------------------------*/
@property --degree {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes rotate-anim {
  0% {
    --degree: 0deg;
  }
  100% {
    --degree: 360deg;
  }
}
/*------------------------------------
 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;
  background: #F0F0F0;
}

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

#wrap {
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

#wrap h1 {
  margin: 0;
}

.bg-grid {
  background-image: linear-gradient(to right, #EBEBEB 1px, transparent 1px), linear-gradient(to bottom, #EBEBEB 1px, transparent 1px);
  background-size: 2.25rem 2.25rem;
  background-position: 0.9375rem 0.9375rem;
}
@media (max-width: 750px) {
  .bg-grid {
    background-size: 4.8vw 4.8vw;
    background-position: 2vw 2vw;
  }
}

.au-section {
  background-image: linear-gradient(var(--degree), #ffc407 0%, #ff3e06 100%);
  padding: 1.25rem 1.25rem 3.875rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 92.325%, 49.994% 100%, 0% 92.325%, 0% 0%);
  animation: rotate-anim 10s linear infinite;
}
.au-section > .box {
  background: #fff;
  border-radius: 1.25rem;
  padding: 3.5rem 3rem;
}
.au-section > .box > .bubble {
  width: 10.375rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .au-section > .box > .bubble {
    width: 22.1333333333vw;
  }
}
.au-section > .box > .text {
  font-size: 1.75rem;
  line-height: 1.7857142857;
  font-weight: bold;
  margin: 1.25rem 0 0;
  letter-spacing: 0.06em;
  padding-right: 0.3125rem;
}
.au-section > .box > .text mark {
  color: inherit;
  background: linear-gradient(to top, yellow 0.75rem, transparent 0.75rem);
}
.au-section > .box > .text .orange {
  color: #FF6A02;
}
.au-section > .box > .notes {
  color: #444;
  margin: 1.25rem 0 0;
}
.au-section > .title {
  margin: 2.625rem 0 0;
  padding: 0 2.5rem;
}

.l-section > .wrapper > .heading {
  margin: 0;
}
.l-section > .wrapper > .body {
  padding: 3rem 1.25rem 6.25rem;
}
@media (max-width: 750px) {
  .l-section > .wrapper > .body {
    padding: 6.4vw 2.6666666667vw 13.3333333333vw;
  }
}
.l-section > .wrapper > .body > .text {
  margin: 0 0 2.3125rem;
  text-align: center;
  font-size: 2.125rem;
  line-height: 1.6470588235;
  font-weight: bold;
}
@media (max-width: 750px) {
  .l-section > .wrapper > .body > .text {
    margin: 0 0 4.9333333333vw;
    font-size: 4.5333333333vw;
  }
}
.l-section > .wrapper > .body > .text span {
  color: #FF6A02;
}
.l-section > .wrapper > .body > .text small {
  font-size: 1.375rem;
}
@media (max-width: 750px) {
  .l-section > .wrapper > .body > .text small {
    font-size: 3.2vw;
  }
}
.l-section > .wrapper > .body > .secondary {
  text-align: center;
  font-size: 1.3125rem;
  line-height: 1.7;
  margin: -1.25rem 0 1.875rem;
}
@media (max-width: 750px) {
  .l-section > .wrapper > .body > .secondary {
    font-size: 3.2vw;
    margin: -0.9375rem 0 1.5625rem;
  }
}
.l-section > .wrapper > .body > .inner {
  padding: 0 1.625rem;
}
@media (max-width: 750px) {
  .l-section > .wrapper > .body > .inner {
    padding: 0 3.4666666667vw;
  }
}
.l-section > .wrapper > .body > .inner > .box {
  background: #fff;
  border: 0.375rem solid #FF6A02;
  border-radius: 1.25rem;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 750px) {
  .l-section > .wrapper > .body > .inner > .box {
    border-width: 0.8vw;
  }
}

.slider-box .navigation {
  top: 34%;
  position: absolute;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .slider-box .navigation {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.slider-box .navigation svg {
  width: 100%;
  height: 100%;
}
.slider-box .navigation.-prev {
  left: 1.1875rem;
}
@media (max-width: 750px) {
  .slider-box .navigation.-prev {
    left: 2.5333333333vw;
  }
}
.slider-box .navigation.-next {
  right: 1.1875rem;
}
@media (max-width: 750px) {
  .slider-box .navigation.-next {
    right: 2.5333333333vw;
  }
}
.slider-box .navigation.swiper-button-disabled {
  opacity: 0;
  cursor: not-allowed;
}
.slider-box .pagination {
  --swiper-pagination-bullet-size: 1.25rem;
  --swiper-pagination-color: #FF6A02;
  --swiper-pagination-bullet-inactive-color: #aaa;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0.625rem;
  text-align: center;
}
@media (max-width: 750px) {
  .slider-box .pagination {
    --swiper-pagination-bullet-size: 2.6666666667vw;
    --swiper-pagination-bullet-horizontal-gap: 1.3333333333vw;
  }
}

.item-box {
  padding: 3.75rem 3rem 2.8125rem;
}
@media (max-width: 750px) {
  .item-box {
    padding: 8vw 6.4vw;
  }
}
.item-box > .image {
  width: 30rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .item-box > .image {
    width: 64vw;
  }
}
.item-box > .content {
  padding: 1.75rem 0 0;
}
.item-box > .content .title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.75rem;
  letter-spacing: 0.06em;
}
.item-box > .content p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  letter-spacing: 0.04em;
}

.text-box {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: bold;
  text-align: center;
  padding: 3.125rem 2.5rem 0;
}
@media (max-width: 670px) {
  .text-box .-pc {
    display: none;
  }
}
.text-box p {
  margin: 0;
}
.text-box span {
  color: #FF6A02;
}

.text-link {
  text-align: center;
  margin-top: -1.5rem;
  margin-bottom: 3.375rem;
}
.text-link a {
  font-size: 1.1875rem;
  line-height: 1.6666666667;
  color: #666666;
}
.text-link a:hover {
  opacity: 0.8;
}

.text-c {
  text-align: center;
  margin: 1.5rem auto 0;
}

.notes {
  max-width: 562px;
  margin: 1.5rem auto 0;
}
.notes > p {
  color: #444;
  line-height: 1.6666666667;
  margin: 0 auto;
}

.btn-list {
  list-style: none;
  padding: 3rem 2.6875rem 3.375rem;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.btn-list a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.625rem;
  font-weight: bold;
  color: #fff;
  transform: rotate(0.05deg);
  border-radius: 50vh;
  transition: background-position 0.5s;
  background-image: linear-gradient(to bottom, #ffc407 0%, #ff3e06 50%, #ffc407 100%);
  background-size: auto 200%;
  padding: 1.5625rem 0.3125rem;
  box-sizing: border-box;
  position: relative;
}
.btn-list a:hover {
  background-position: bottom center;
}
.btn-list a::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -0.5625rem;
  width: 1.5rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L9 10.476L0 20H5L14 10.476L5 0H0Z' fill='white'/%3E%3Cpath d='M10 0L19 10.476L10 20H15L24 10.476L15 0H10Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.banner-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35.125rem;
  grid-template-columns: 35.125rem;
  justify-content: center;
}
.banner-list > li.item1 {
  margin-bottom: 2rem;
}
.banner-list > li.item2 {
  margin-bottom: 1rem;
}
.banner-list a {
  display: block;
  transition: opacity 0.3s;
}
.banner-list a:hover {
  opacity: 0.7;
}

.logo-section {
  padding: 3.75rem 0.625rem;
}
.logo-section > .inner {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 4rem auto;
  grid-template-columns: repeat(2, auto);
  -ms-grid-rows: auto 1.125rem auto;
  grid-template-rows: repeat(2, auto);
      grid-template-areas: "aupay appstore" "aupay googleplay";
  gap: 1.125rem 4rem;
  justify-content: center;
  align-items: center;
}
.logo-section > .inner a {
  display: block;
  transition: opacity 0.3s;
}
.logo-section > .inner a:hover {
  opacity: 0.7;
}
.logo-section .aupay {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  width: 10rem;
  grid-area: aupay;
}
.logo-section .appstore {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  width: 16.875rem;
  grid-area: appstore;
}
.logo-section .googleplay {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  width: 16.875rem;
  grid-area: googleplay;
}

.anchor-section {
  background: #FEFAD2;
  padding: 4rem 1.6875rem;
}
@media (max-width: 750px) {
  .anchor-section {
    padding: 8.5333333333vw 3.6vw;
  }
}
.anchor-section > .inner {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
}
@media (max-width: 750px) {
  .anchor-section > .inner {
    gap: 3.2vw 2.1333333333vw;
  }
}
.anchor-section a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3636363636;
  transform: rotate(0.05deg);
  border-radius: 50vh;
  transition: background-position 0.5s;
  background-image: linear-gradient(to bottom, #ffc407 0%, #ff3e06 50%, #ffc407 100%);
  background-size: auto 200%;
  padding: 0.9375rem 1.75rem 0.9375rem 0.3125rem;
  box-sizing: border-box;
  min-height: 5.625rem;
  position: relative;
}
@media (max-width: 750px) {
  .anchor-section a {
    font-size: 2.9333333333vw;
    padding: 2vw 3.7333333333vw 2vw 0.6666666667vw;
    min-height: 12vw;
  }
}
.anchor-section a:hover {
  background-position: bottom center;
}
.anchor-section a::after {
  position: absolute;
  top: 50%;
  right: 2.25rem;
  margin-top: -0.4375rem;
  width: 1.25rem;
  height: 0.875rem;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0L9.524 9L0 0V5L9.524 14L20 5V0Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 750px) {
  .anchor-section a::after {
    right: 4.8vw;
    margin-top: -0.9333333333vw;
  }
}

.sns-section {
  background: #FEFAD2;
  padding: 3rem 1.25rem;
}
.sns-section .heading {
  width: 19rem;
  margin: 0 auto 1rem;
}

.sns-box {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
.sns-box li {
  width: 3.75rem;
}
.sns-box a {
  display: block;
  transition: opacity 0.3s;
}
.sns-box a:hover {
  opacity: 0.7;
}

.contact-section > .heading {
  margin: 0;
}
.contact-section > .btn-group {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  padding: 2.875rem 1.8125rem;
}
@media (max-width: 670px) {
  .contact-section > .btn-group {
    flex-direction: column;
    align-items: center;
  }
}
.contact-section .button {
  display: block;
  width: 21.25rem;
  line-height: 1;
  font-size: 1.375rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
  transform: rotate(0.05deg);
  border-radius: 50vh;
  box-sizing: border-box;
  text-decoration: none;
  transition: background-position 0.5s;
  background-image: linear-gradient(to bottom, #ffc407 0%, #ff3e06 50%, #ffc407 100%);
  background-size: auto 200%;
  padding: 2.125rem 2.125rem 2.125rem 0.625rem;
  text-align: center;
  position: relative;
}
.contact-section .button::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -0.5625rem;
  width: 1.5rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L9 10.476L0 20H5L14 10.476L5 0H0Z' fill='white'/%3E%3Cpath d='M10 0L19 10.476L10 20H15L24 10.476L15 0H10Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.contact-section .button:hover {
  background-position: bottom center;
}
.contact-section .button.-pink {
  background-image: linear-gradient(to bottom, #ff96e7 0%, #e3007f 50%, #ff96e7 100%);
}
.contact-section .line img {
  display: block;
}

.footer-section {
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 1.25rem 0.625rem;
}
.footer-section p {
  margin: 0;
}
.footer-section p + p {
  margin-top: 0.3125rem;
}
.footer-section a {
  text-decoration: none;
  color: inherit;
}
.footer-section a:hover {
  text-decoration: underline;
}
.footer-section .copyright {
  font-weight: normal;
  text-transform: uppercase;
}

.js-time_limited {
  display: none;
}

.js-time_limited_fire {
  display: block;
}