@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://kantan.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: "M PLUS 1p", "メイリオ", "meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  line-height: 1.5;
  background: #f7f7f7;
}

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

p {
  margin: revert;
}

._mar0 {
  margin: 0 !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

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

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

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

.-bold {
  font-weight: bold;
}

.txt_c {
  text-align: center;
}

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

#wrap h1 {
  margin: 0;
}

#wrap h3,
#wrap h4 {
  font-family: "M PLUS 1p", "メイリオ", "meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  font-weight: 800;
}

.main-visual img {
  display: block;
}

header {
  background: #f7f7f7;
  padding: 10px 0;
}
header img {
  width: 150px;
  padding: 10px;
}
@media (max-width: 480px) {
  header img {
    width: 120px;
  }
}

/*------------------------------------
 Campaign container
------------------------------------*/
.cp-container {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%), linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%), linear-gradient(#59d499, #83d5c7 26%, #59d492 52%, #6ed5b1 76%, #59d499);
  background-position: 0 0, 47px 47px, 0 0;
  background-size: 94px 94px, 94px 94px, 100% 100%;
}
@media screen and (max-width: 460px) {
  .cp-container {
    background-position: 0 0, 30px 30px, 0 0;
    background-size: 60px 60px, 60px 60px, 100% 100%;
  }
}

.l-section {
  padding: 2.5rem 1.375rem 0.625rem;
}
.l-section > .box {
  position: relative;
  background: #FFFBEA;
  padding: 3.125rem 1.875rem 2.5rem;
  border: 7px solid #BEB579;
}
@media screen and (max-width: 750px) {
  .l-section > .box {
    padding: 6.6666666667vw 4vw 5.3333333333vw;
  }
}
.l-section > .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.9375rem;
  background-image: url("../img/lp/bg-title.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 750px) {
  .l-section > .box::before {
    height: 12.6666666667vw;
  }
}
.l-section > .box > .heading {
  position: relative;
  margin: 0 auto 1.5625rem;
  text-align: center;
}
.l-section > .box > .text {
  margin: 0 0 1.625rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5714285714;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 460px) {
  .l-section > .box > .text {
    font-size: 1.5rem;
  }
}
.l-section > .box > .text.-center {
  text-align: center;
}
.l-section > .box > .text-c {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  transform: rotate(0.05deg);
  text-align: center;
  margin: 0.625rem 0;
}
@media screen and (max-width: 750px) {
  .l-section > .box > .text-c {
    font-size: 2.4vw;
  }
}
.l-section > .box .note {
  list-style: none;
  margin: 0;
  padding: 1.5rem 0 0;
}
.l-section > .box .note li {
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  line-height: 1.5555555556;
  transform: rotate(0.05deg);
  padding-left: 1.2em;
  position: relative;
}
.l-section > .box .note li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: inherit;
  content: "※";
}
.l-section > .box .note li a {
  color: #048C5B;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .l-section > .box .note li {
    font-size: 2.4vw;
  }
}
.l-section > .box .note-a {
  margin: 0;
  color: #D92C28;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  transform: rotate(0.05deg);
  padding-left: 1.2em;
  position: relative;
}
.l-section > .box .note-a::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: inherit;
  content: "※";
}
@media screen and (max-width: 750px) {
  .l-section > .box .note-a {
    font-size: 1rem;
  }
}
.l-section > .box .txt-details {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  margin: 1.5625rem 0 1.25rem;
  transform: rotate(0.05deg);
}
.l-section > .box .txt-details a {
  color: #048C5B;
  text-decoration: underline;
}
.l-section > .box .txt-details-b {
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
  margin: 1.875rem 0 0;
  transform: rotate(0.05deg);
}
.l-section > .box .txt-details-b a {
  color: #048C5B;
  text-decoration: underline;
}
@media screen and (max-width: 460px) {
  .l-section > .box .txt-details-b {
    font-size: 1.25rem;
  }
}

.btn-check {
  display: block;
  max-width: 39.375rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  border: 0.25rem solid #fff;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border-radius: 50vh;
  background-image: linear-gradient(to bottom, #FBBD00 0%, #FE8002 14.65%, #FF6903 30%, #FF4C00 85.35%, #FBBD00 100%);
  background-size: auto 200%;
  transition: background-position 0.5s;
  padding: 1.125rem 1.5rem 1.125rem 0.625rem;
  box-shadow: 0 0.375rem 0 0 rgba(0, 0, 0, 0.2);
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .btn-check {
    font-size: 2.9333333333vw;
    max-width: 84vw;
    padding: 2.4vw 4.2666666667vw 2.4vw 1.3333333333vw;
  }
}
.btn-check::after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -14px;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_52_2)'%3E%3Cpath d='M14 -5.72205e-06C16.7689 -5.72205e-06 19.4757 0.821079 21.778 2.35942C24.0803 3.89776 25.8747 6.08426 26.9343 8.64243C27.9939 11.2006 28.2712 14.0155 27.731 16.7313C27.1908 19.447 25.8574 21.9416 23.8995 23.8995C21.9416 25.8574 19.447 27.1908 16.7313 27.731C14.0155 28.2712 11.2006 27.9939 8.64243 26.9343C6.08427 25.8747 3.89777 24.0803 2.35943 21.778C0.821086 19.4757 0 16.7689 0 14C0 10.287 1.475 6.72601 4.1005 4.1005C6.72601 1.47499 10.287 -5.72205e-06 14 -5.72205e-06Z' fill='white'/%3E%3Cpath d='M8.48682 14.054L13.9998 19.567L19.5128 14.054' stroke='%23FF5D03' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 8.488V19.513' stroke='%23FF5D03' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_52_2'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  content: "";
}
@media (max-width: 750px) {
  .btn-check::after {
    right: 3.4vw;
    margin-top: -1.87vw;
    width: 3.73vw;
    height: 3.73vw;
  }
}
.btn-check:hover {
  background-position: bottom center;
  color: #fff;
  text-decoration: none;
}
.btn-check.-entry {
  font-size: 2.625rem;
  border: 0.375rem solid #fff;
  padding: 1.6875rem 0.625rem;
}
.btn-check.-entry::after {
  right: 32px;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 750px) {
  .btn-check.-entry {
    font-size: 5.6vw;
    padding: 3.6vw 1.3333333333vw;
  }
  .btn-check.-entry::after {
    margin-top: -1.87vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
.btn-check.-entryl {
  font-size: 2.125rem;
  border: 0.375rem solid #fff;
  padding: 1.375rem 0.625rem;
}
.btn-check.-entryl::after {
  right: 32px;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 750px) {
  .btn-check.-entryl {
    font-size: 5.6vw;
    padding: 3.6vw 1.3333333333vw;
  }
  .btn-check.-entryl::after {
    margin-top: -1.87vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
.btn-check.-w400 {
  width: 25rem;
  padding: 1.125rem 1.125rem 1.125rem 0.625rem;
}
@media (max-width: 750px) {
  .btn-check.-w400 {
    width: 53.3333333333vw;
    padding: 2.4vw 2.4vw 2.4vw 1.3333333333vw;
  }
}
.btn-check.-w420 {
  width: 26.25rem;
  font-size: 1.125rem;
  padding: 0.75rem 1.625rem 0.75rem 0.625rem;
  margin: 0 0 1.875rem 8.125rem;
  border: 0.1875rem solid #fff;
  box-shadow: 0 0.25rem 0 0 rgba(0, 0, 0, 0.2);
  transform: rotate(0.03deg);
}
.btn-check.-w420::after {
  margin-top: -12px;
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 750px) {
  .btn-check.-w420 {
    width: 100%;
    padding: 2.4vw 3.4666666667vw 2.4vw 1.3333333333vw;
    margin: 0 0 1.875rem 0;
  }
  .btn-check.-w420::after {
    right: 3vw;
    margin-top: -1.6vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}

.box-a {
  margin: 2.1875rem auto 2.5rem;
  padding: 0.9375rem 1.25rem 2.5rem;
  background: #fff;
  border: 3px solid #FE8002;
  box-sizing: border-box;
  position: relative;
}
.box-a::before, .box-a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.box-a::before {
  top: 0;
  border-top: 10px solid #FE8002;
}
.box-a::after {
  bottom: 0;
  border-bottom: 10px solid #FE8002;
}
.box-a .title {
  font-size: 1.4375rem;
  font-weight: 720;
  text-align: center;
  transform: rotate(0.05deg);
}
.box-a .title span {
  font-size: 1.125rem;
  letter-spacing: -0.02rem;
}
.box-a .title em {
  color: #ED6001;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .box-a .title {
    font-size: 2.9333333333vw;
  }
  .box-a .title span {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 750px) {
  .box-a {
    margin: 4.6666666667vw auto 5.3333333333vw;
    padding: 2vw 2.6666666667vw 5.3333333333vw;
  }
}

hr {
  border: 0;
}

.line1 {
  padding-top: 1.875rem;
  border-top: 2px solid #BEB579;
}

/* エントリーはこちら */
.sec-entry > .inner {
  padding: 2.5rem 0 3.125rem;
  background: #fff;
}

/* ローカルナビ */
.sec-nav {
  position: relative;
}
.sec-nav, .sec-nav *, .sec-nav *::before, .sec-nav *::after {
  box-sizing: content-box;
}
.sec-nav::before, .sec-nav::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1rem;
  background-image: url("../img/lp/bg-lnavi.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 750px) {
  .sec-nav::before, .sec-nav::after {
    height: 2.1333333333vw;
  }
}
.sec-nav::before {
  top: 0;
}
.sec-nav::after {
  bottom: 0;
}
.sec-nav > .l-nav {
  background: #FFFBEA;
}
.sec-nav > .l-nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.sec-nav > .l-nav > ul > li {
  position: relative;
  padding: 1.5rem 0;
}
.sec-nav > .l-nav > ul > li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 2px;
  height: 70%;
  background-image: repeating-linear-gradient(to bottom, #e3c79a, #e3c79a 4px, transparent 4px, transparent 8px);
}
.sec-nav > .l-nav > ul > li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1.875rem;
  width: 2.125rem;
  height: 2.125rem;
  transform: translateX(-50%) translateY(0);
  transition: transform 0.25s ease;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0.955' y1='0.5' x2='-0.037' y2='0.5'%3E%3Cstop offset='0' stop-color='%236ac97a'/%3E%3Cstop offset='1' stop-color='%230b7c55'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform='translate(1 35) rotate(-90)'%3E%3Cpath d='M34,17A17,17,0,1,1,17,0,17,17,0,0,1,34,17Z' fill='url(%23g)' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M5.513,0,0,5.513l5.513,5.513' transform='translate(10.683 11.487)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3Cpath d='M11.025,0H0' transform='translate(11.487 17)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
}
.sec-nav > .l-nav > ul > li:hover::after {
  transform: translateX(-50%) translateY(4px);
}
@media screen and (max-width: 750px) {
  .sec-nav > .l-nav > ul > li {
    padding: 2.6666666667vw 0;
  }
  .sec-nav > .l-nav > ul > li::after {
    bottom: 4vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
.sec-nav > .l-nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 5rem;
  padding: 12px 6px 48px;
  text-align: center;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.4;
  color: #222;
  text-decoration: none;
  transform: rotate(0.05deg);
}
.sec-nav > .l-nav a span {
  display: block;
}
.sec-nav > .l-nav a small {
  display: block;
  font-size: 84%;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .sec-nav > .l-nav a {
    height: 10.6666666667vw;
    padding: 10px 6px 30px;
    font-size: 2.5333333333vw;
  }
}

/* キャンペーン参加方法 */
.l-section.-feature > .box > .heading {
  width: 38.125rem;
}
@media screen and (max-width: 750px) {
  .l-section.-feature > .box > .heading {
    width: 81.3333333333vw;
  }
}
.l-section.-feature .step {
  display: block;
  text-align: center;
}
.l-section.-feature .btn-check {
  margin: 1.875rem auto 0.625rem;
}

/* はじめて＆お久しぶりの方 */
.l-section.-first > .box > .heading {
  width: 39.625rem;
}
@media screen and (max-width: 750px) {
  .l-section.-first > .box > .heading {
    width: 84vw;
  }
}
.l-section.-first .title-h {
  font-size: 2rem;
  font-weight: 800;
  color: #048C5B;
  text-align: center;
  transform: rotate(0.05deg);
  margin: 0 auto 0.625rem;
}
@media screen and (max-width: 750px) {
  .l-section.-first .title-h {
    font-size: 4.1333333333vw;
  }
}
.l-section.-first .body {
  margin: 1.5625rem auto 0.5rem;
}
.l-section.-first .body .ent {
  display: block;
  margin-bottom: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #BEB579;
}
@media screen and (max-width: 750px) {
  .l-section.-first .body {
    margin: 3.3333333333vw auto 1.0666666667vw;
  }
}

/* プレゼント */
.l-section.-present > .box {
  padding: 3.125rem 0 2.5rem;
}
@media screen and (max-width: 750px) {
  .l-section.-present > .box {
    padding: 6.6666666667vw 0 5.3333333333vw;
  }
}
.l-section.-present > .box.-bgnone {
  padding: 3.125rem 0 1.0625rem;
}
.l-section.-present > .box.-bgnone::before {
  display: none;
}
.l-section.-present > .box > .heading {
  width: 29.8125rem;
}
@media screen and (max-width: 750px) {
  .l-section.-present > .box > .heading {
    width: 63.6vw;
  }
}
.l-section.-present > .box > .body {
  padding: 0 1.875rem;
}
@media screen and (max-width: 750px) {
  .l-section.-present > .box > .body {
    padding: 0 4vw;
  }
}
.l-section.-present > .box .note {
  margin: 1.25rem 0 1.875rem;
}
.l-section.-present .general {
  width: 39.5625rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .l-section.-present .general {
    width: 83.7333333333vw;
  }
}
.l-section.-present .title-h {
  font-size: 1.875rem;
  font-weight: 800;
  color: #048C5B;
  text-align: center;
  letter-spacing: 0.02em;
  transform: rotate(0.05deg);
  margin: 0.625rem auto 1.25rem;
}
.l-section.-present .title-h .red {
  font-style: normal;
  font-size: 1.875rem;
  color: #FD1200;
  padding: 0 0.25rem;
}
.l-section.-present .title-h .red span {
  font-size: 1.625rem;
  padding: 0 0.125rem;
}
@media screen and (max-width: 750px) {
  .l-section.-present .title-h {
    font-size: 3.8666666667vw;
  }
  .l-section.-present .title-h .red {
    font-size: 3.8666666667vw;
  }
  .l-section.-present .title-h .red span {
    font-size: 3.2vw;
    padding: 0 0.2666666667vw;
  }
}
.l-section.-present .title-s {
  font-size: 2.375rem;
  font-weight: 800;
  color: #048C5B;
  text-align: center;
  letter-spacing: 0.02em;
  transform: rotate(0.05deg);
  margin: 0.625rem auto 1.875rem;
}
.l-section.-present .title-s span {
  font-size: 2rem;
  padding-right: 0.25rem;
}
@media screen and (max-width: 750px) {
  .l-section.-present .title-s {
    font-size: 5.0666666667vw;
  }
  .l-section.-present .title-s span {
    font-size: 4.2666666667vw;
  }
}
.l-section.-present .bg {
  background-image: url("../img/lp/bg-two.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l-section.-present .img1 {
  width: 39.8125rem;
  height: 47.6875rem;
  text-align: center;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 750px) {
  .l-section.-present .img1 {
    width: 84.9333333333vw;
    height: 101.7333333333vw;
  }
}
.l-section.-present .img2 {
  width: 40rem;
  height: 35.1875rem;
  text-align: center;
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 750px) {
  .l-section.-present .img2 {
    width: 85.3333333333vw;
    height: 75.0666666667vw;
  }
}
.l-section.-present .conditions {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0 auto 3.125rem;
  padding: 0;
}
.l-section.-present .conditions .condition {
  width: 19.25rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 800;
}
.l-section.-present .conditions .condition .label {
  margin: 0;
  padding: 0.75rem 0;
  color: #fff;
  font-size: 1.75rem;
  transform: rotate(0.05deg);
  flex-shrink: 0;
}
.l-section.-present .conditions .condition .text {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.9375rem;
  background: #fff;
  font-size: 1.375rem;
  line-height: 1.4;
  transform: rotate(0.05deg);
}
.l-section.-present .conditions .condition .text span {
  font-size: 1.125rem;
  padding: 0 0.25rem;
}
.l-section.-present .conditions .condition.-red {
  border: 3px solid #D33D3D;
  background: #D33D3D;
}
.l-section.-present .conditions .condition.-green {
  border: 3px solid #54A561;
  background: #54A561;
}
@media screen and (max-width: 750px) {
  .l-section.-present .conditions .condition {
    width: 41.0666666667vw;
  }
  .l-section.-present .conditions .condition .label {
    padding: 1.6vw 0;
    font-size: 3.7333333333vw;
  }
  .l-section.-present .conditions .condition .text {
    padding: 2vw;
    font-size: 2.9333333333vw;
  }
  .l-section.-present .conditions .condition .text span {
    font-size: 2.4vw;
  }
}
.l-section.-present .slider-box {
  margin: 0 0 2.25rem;
}
.l-section.-present .slider-box .navigation {
  top: 40%;
  position: absolute;
  z-index: 10;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .l-section.-present .slider-box .navigation {
    top: 38%;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.l-section.-present .slider-box .navigation svg {
  width: 100%;
  height: 100%;
}
.l-section.-present .slider-box .navigation.-prev {
  left: 0.125rem;
}
@media (max-width: 750px) {
  .l-section.-present .slider-box .navigation.-prev {
    left: 0;
  }
}
.l-section.-present .slider-box .navigation.-next {
  right: 0.125rem;
}
@media (max-width: 750px) {
  .l-section.-present .slider-box .navigation.-next {
    right: 0;
  }
}
.l-section.-present .slider-box .navigation.swiper-button-disabled {
  opacity: 0;
  cursor: not-allowed;
}
.l-section.-present .slider-box .pagination {
  --swiper-pagination-bullet-size: 1.25rem;
  --swiper-pagination-color: #048C5B;
  --swiper-pagination-bullet-inactive-color: #aaa;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0.625rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .l-section.-present .slider-box .pagination {
    --swiper-pagination-bullet-size: 2.6666666667vw;
    --swiper-pagination-bullet-horizontal-gap: 1.3333333333vw;
  }
}
.l-section.-present .step-list {
  list-style: none;
  padding: 0 4.375rem;
  margin: 0 0 2.25rem;
}
@media (max-width: 600px) {
  .l-section.-present .step-list {
    padding: 0 3.125rem;
  }
}
.l-section.-present .step-list .image {
  width: 31.25rem;
  margin: 2.5rem auto;
}
@media (max-width: 750px) {
  .l-section.-present .step-list .image {
    width: 61.3333333333vw;
  }
}
.l-section.-present .step-list .image.-full {
  width: 100%;
}
.l-section.-present .step-list .text-s {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  transform: rotate(0.05deg);
}
@media (max-width: 600px) {
  .l-section.-present .step-list .text-s {
    font-size: 1.125rem;
  }
}
.l-section.-present .step-list .text-s > span {
  color: #F52E62;
}
.l-section.-present .step-list .note-s {
  margin: 0.5rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.2em;
  position: relative;
  transform: rotate(0.05deg);
}
@media (max-width: 600px) {
  .l-section.-present .step-list .note-s {
    font-size: 1.125rem;
  }
}
.l-section.-present .step-list .note-s::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.125rem;
  font-weight: 500;
  content: "※";
}

/* au PAY アプリを今すぐダウンロード */
.sec-dl {
  position: relative;
  z-index: 1;
  margin: -3.4375rem auto -5rem;
  width: 46.875rem;
  height: 19.5rem;
}
@media screen and (max-width: 750px) {
  .sec-dl {
    width: 100vw;
    height: 41.6vw;
  }
}

/* スペシャル動画公開中 */
.l-section.-movie > .box > .heading {
  width: 39.625rem;
}
@media screen and (max-width: 750px) {
  .l-section.-movie > .box > .heading {
    width: 84.5333333333vw;
  }
}
.l-section.-movie .movie {
  max-width: 400px;
  margin: 1.5625rem auto 0;
}
.l-section.-movie .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
}
@media screen and (max-width: 750px) {
  .l-section.-movie .movie {
    max-width: 66.6666666667vw;
  }
}

/* おすすめアプリ */
.l-section.-appli > .box {
  padding: 3.125rem 0 2.5rem;
}
@media screen and (max-width: 750px) {
  .l-section.-appli > .box {
    padding: 6.6666666667vw 0 5.3333333333vw;
  }
}
.l-section.-appli .heading.-head1 {
  width: 34.625rem;
}
@media screen and (max-width: 750px) {
  .l-section.-appli .heading.-head1 {
    width: 73.8666666667vw;
  }
}
.l-section.-appli .heading.-head2 {
  width: 37.8125rem;
  margin: 0 auto 1.5625rem;
  padding-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .l-section.-appli .heading.-head2 {
    width: 80.6666666667vw;
  }
}
.l-section.-appli > .box > .body {
  padding: 0 1.875rem;
}
@media screen and (max-width: 750px) {
  .l-section.-appli > .box > .body {
    padding: 0 4vw;
  }
}
.l-section.-appli .-bg {
  background-image: url("../img/lp/bg-title.svg");
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 750px) {
  .l-section.-appli .-bg {
    background-size: contain;
  }
}
.l-section.-appli .set {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.l-section.-appli .set .setline {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 720;
  line-height: 1.4;
  letter-spacing: 0.02em;
  transform: rotate(0.05deg);
  text-align: center;
  padding: 0 1em 1em;
  margin: 0 auto;
}
.l-section.-appli .set .setline::before, .l-section.-appli .set .setline::after {
  position: absolute;
  content: "";
  top: calc(50% - 35px);
  height: 60px;
  border-left: #ED6001 solid 6px;
  border-radius: 10px;
}
.l-section.-appli .set .setline::before {
  left: 0;
  transform: rotate(-30deg);
}
.l-section.-appli .set .setline::after {
  right: 0;
  transform: rotate(30deg);
}
@media screen and (max-width: 750px) {
  .l-section.-appli .set .setline {
    font-size: 3.2vw;
  }
  .l-section.-appli .set .setline::before, .l-section.-appli .set .setline::after {
    top: calc(50% - 25px);
    height: 40px;
    border-left: #ED6001 solid 4px;
  }
}
.l-section.-appli .appli-a {
  background: #fff;
  padding: 1.875rem 1.875rem 2.5rem;
}
.l-section.-appli .appli-a .icon-pickup {
  padding: 0;
  display: flex;
  gap: 0 1.875rem;
}
.l-section.-appli .appli-a .icon-pickup .image {
  max-width: 100px;
}
.l-section.-appli .appli-a .icon-pickup .image > img {
  border-radius: 0.5rem;
}
.l-section.-appli .appli-a .icon-pickup .text {
  width: 100%;
  transform: rotate(0.05deg);
}
.l-section.-appli .appli-a .icon-pickup .text .t-head {
  font-size: 1.375rem;
  font-weight: 800;
  margin: 0;
}
.l-section.-appli .appli-a .icon-pickup .text .t-text {
  font-weight: 500;
  margin: 0.5em 0;
}
@media screen and (max-width: 750px) {
  .l-section.-appli .appli-a .icon-pickup {
    margin: 0.625rem auto 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .l-section.-appli .appli-a .icon-pickup {
    gap: 0 1.25rem;
  }
  .l-section.-appli .appli-a .icon-pickup .image {
    max-width: 80px;
  }
  .l-section.-appli .appli-a .icon-pickup .text .t-head {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .l-section.-appli .appli-a .icon-pickup .text .t-text {
    font-size: 0.9375rem;
  }
}
.l-section.-appli .appli-a .note > li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
.l-section.-appli .appli-a .effect {
  overflow: hidden;
}
.l-section.-appli .appli-a .effect::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 6s ease-in-out infinite;
  -ms-animation: shiny-btn 6s ease-in-out infinite;
  -webkit-animation: shiny-btn 6s ease-in-out infinite;
}
@keyframes shiny-btn {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.l-section.-appli .appli-b .recommend-apps .btn-group {
  display: flex;
  justify-content: center;
  gap: 0.875rem;
}
.l-section.-appli .appli-b .recommend-apps .btn-group .btn-check {
  font-size: 1.125rem;
  transform: rotate(0.03deg);
  padding: 1.125rem 1.5rem 1.125rem 0.625rem;
}
@media (max-width: 750px) {
  .l-section.-appli .appli-b .recommend-apps .btn-group .btn-check {
    font-size: 2.4vw;
    padding: 2.4vw 4.2666666667vw 2.4vw 1.3333333333vw;
  }
}
@media (max-width: 750px) {
  .l-section.-appli .appli-b .recommend-apps .btn-group {
    gap: 4vw;
  }
}
@media (max-width: 670px) {
  .l-section.-appli .appli-b .recommend-apps .btn-group {
    align-items: center;
    gap: 0.625rem;
  }
}
.l-section.-appli .appli-b .recommend-apps .gallery-list {
  margin: 3.125rem 0 0.625rem;
  padding-bottom: 3.75rem;
  position: relative;
}
@media (max-width: 750px) {
  .l-section.-appli .appli-b .recommend-apps .gallery-list {
    margin: 2.5rem 0 0.625rem;
  }
}
.l-section.-appli .appli-b .recommend-apps .gallery-list .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr 0.625rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 1.25rem 0.625rem;
}
@media (max-width: 480px) {
  .l-section.-appli .appli-b .recommend-apps .gallery-list .inner {
    -ms-grid-columns: 23% 1.3333333333vw 23% 1.3333333333vw 23% 1.3333333333vw 23%;
    grid-template-columns: repeat(4, 23%);
    gap: 2.6666666667vw 1.3333333333vw;
  }
}
.l-section.-appli .appli-b .recommend-apps .gallery-list .item {
  display: flex;
  max-width: 130px;
}
.l-section.-appli .appli-b .recommend-apps .gallery-list .item > img {
  border-radius: 0.5rem;
}
.l-section.-appli .appli-b .recommend-apps .swiper-button-next, .l-section.-appli .appli-b .recommend-apps .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #048C5B;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.584' height='17.146' viewBox='0 0 17.584 17.146'%3E%3Cpath d='M31.971,22.961H23.363l3.071-3.071A2.03,2.03,0,0,0,25,16.426h0a2.013,2.013,0,0,0-1.434.595L17,23.587a2,2,0,0,0,0,2.827l6.567,6.567a2.029,2.029,0,0,0,2.868-2.871l-3.071-3.071h8.608a2.039,2.039,0,0,0,0-4.078' transform='translate(-16.415 -16.426)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 1.125rem 1.125rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 0.625rem;
  left: 0;
}
.l-section.-appli .appli-b .recommend-apps .swiper-button-next::after, .l-section.-appli .appli-b .recommend-apps .swiper-button-prev::after {
  display: none;
}
.l-section.-appli .appli-b .recommend-apps .swiper-button-next {
  left: auto;
  right: 0;
  transform: scale(-1);
}
.l-section.-appli .appli-b .recommend-apps .swiper-pagination {
  bottom: 0;
}
.l-section.-appli .appli-b .recommend-apps .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: #048C5B;
}
.l-section.-appli .appli-b .recommend-apps .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.3;
}

/* au PAY（auかんたん決済）とは */
.l-section.-about > .box > .heading {
  width: 38.5rem;
}
@media screen and (max-width: 750px) {
  .l-section.-about > .box > .heading {
    width: 82.1333333333vw;
  }
}
.l-section.-about .text-a {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transform: rotate(0.05deg);
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 750px) {
  .l-section.-about .text-a {
    font-size: 2.9333333333vw;
    margin-bottom: 4vw;
  }
}
.l-section.-about .about-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0.625rem;
  border-bottom: 3px solid #048C5B;
  color: #048C5B;
  font-size: 2.125rem;
  font-weight: 800;
}
.l-section.-about .about-title .title-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23fff'/%3E%3Cg fill='%23048c5b'%3E%3Cpath d='M46.881,66.883a20,20,0,0,1,20-20,20,20,0,0,1-20,20' transform='translate(-26.882 -26.883)'/%3E%3Cpath d='M66.881,20a20,20,0,0,1-20-20,20,20,0,0,1,20,20' transform='translate(-26.882)'/%3E%3Cpath d='M0,46.883a20,20,0,0,1,20,20,20,20,0,0,1-20-20' transform='translate(0 -26.883)'/%3E%3Cpath d='M0,20A20,20,0,0,1,20,0,20,20,0,0,1,0,20' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .l-section.-about .about-title .title-icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.l-section.-about .about-title .marker {
  background: linear-gradient(transparent 60%, #fff050 60%);
  padding: 0 2px;
}
@media screen and (max-width: 750px) {
  .l-section.-about .about-title {
    font-size: 4.5333333333vw;
  }
}
.l-section.-about .text-b {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  transform: rotate(0.05deg);
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 750px) {
  .l-section.-about .text-b {
    font-size: 2.9333333333vw;
    margin-bottom: 4.8vw;
  }
}

/* 風真いろはとは */
.l-section.-ambassador > .box > .heading {
  width: 37.125rem;
}
@media screen and (max-width: 750px) {
  .l-section.-ambassador > .box > .heading {
    width: 79.2vw;
  }
}
.l-section.-ambassador .img {
  margin: 0 auto;
  text-align: center;
  width: 39.5625rem;
  height: 30.875rem;
}
@media screen and (max-width: 750px) {
  .l-section.-ambassador .img {
    width: 84.4vw;
    height: 65.8666666667vw;
  }
}

/* キャンペーン詳細 */
.l-section.-details > .box > .heading {
  width: 35.125rem;
}
@media screen and (max-width: 750px) {
  .l-section.-details > .box > .heading {
    width: 74.9333333333vw;
  }
}
.l-section.-details .title {
  color: #008959;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  margin: 1.875rem auto;
  border-bottom: 4px solid #008959;
  text-align: center;
  position: relative;
}
.l-section.-details .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 4px;
  background-color: #8cc991;
}
@media screen and (max-width: 750px) {
  .l-section.-details .title {
    font-size: 4.2666666667vw;
    letter-spacing: 0.02em;
    padding-bottom: 5px;
  }
}
.l-section.-details .lead {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 750px) {
  .l-section.-details .lead {
    font-size: 15px;
  }
}
.l-section.-details .list_num {
  background: #F7F0D4;
  padding: 1.25rem;
  margin: 25px 0;
  border-radius: 10px;
}
.l-section.-details .list_num > li {
  font-size: 18px;
  line-height: 1.5;
  padding-top: 0;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 750px) {
  .l-section.-details .list_num {
    margin: 20px 0;
  }
  .l-section.-details .list_num > li {
    font-size: 14px;
  }
}
.l-section.-details > .box p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 750px) {
  .l-section.-details > .box p {
    font-size: 14px;
  }
}
.l-section.-details .text {
  font-weight: bold;
  transform: rotate(0.05deg);
  margin-bottom: 1.875rem;
}
.l-section.-details > .box ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.5555555556;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 750px) {
  .l-section.-details > .box ul {
    font-size: 14px;
  }
}
.l-section.-details > .box .indent {
  margin: 0.1rem 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: inherit;
}
.l-section.-details > .box ol {
  padding-inline-start: 10px;
  margin-block-end: 0;
  margin: 0 0 0 1.5em;
  line-height: 1.4;
  padding: 0 8px;
}
.l-section.-details > .box ol li {
  list-style-type: decimal !important;
  letter-spacing: 0.04em;
}
.l-section.-details > .box .list_num ol li {
  font-size: 18px;
  line-height: 1.6;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 750px) {
  .l-section.-details > .box .list_num ol li {
    font-size: 14px;
  }
}
.l-section.-details > .box .list_num ul {
  margin-top: 10px;
}
.l-section.-details > .box .list_num ul li {
  font-size: 17px;
  line-height: 1.6;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 750px) {
  .l-section.-details > .box .list_num ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .l-section.-details > .box .note li {
    font-size: 14px;
  }
}
.l-section.-details .b_dot li {
  font-size: 18px;
  line-height: 1.6;
  list-style-type: none;
  position: relative;
  padding-left: 1rem;
  padding-top: 0;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 750px) {
  .l-section.-details .b_dot li {
    font-size: 14px;
  }
}
.l-section.-details .b_dot li + li {
  margin-top: 0.25rem;
}
.l-section.-details .b_dot li a {
  text-decoration: underline;
  color: #13A200;
}
.l-section.-details .b_dot li li {
  padding-left: 1.125rem;
}
.l-section.-details .b_dot li li::before {
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.625rem;
  border-bottom: 2px solid #13A200;
  content: "";
}
.l-section.-details .b_dot li .indent {
  margin-top: 0.25rem !important;
}
.l-section.-details .b_dot > li::before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 11px;
  background-color: #048C5B;
  content: "";
}
@media screen and (max-width: 480px) {
  .l-section.-details .b_dot > li::before {
    top: 8px;
  }
}
.l-section.-details .b_dot li ul {
  list-style-type: none;
}
.l-section.-details .b_dot .none {
  list-style-type: none;
}
.l-section.-details .b_dot .none:before {
  display: none;
}

/* おすすめ情報 */
.l-section.-other {
  padding: 2.5rem 1.375rem;
}
.l-section.-other > .box > .heading {
  width: 29.875rem;
}
@media screen and (max-width: 750px) {
  .l-section.-other > .box > .heading {
    width: 63.7333333333vw;
  }
}
.l-section.-other .bnr_box {
  text-align: center;
}
.l-section.-other .bnr_box > div + div {
  margin-top: 1.25rem;
}
.l-section.-other .bnr_box a {
  transition: 0.2s;
}
.l-section.-other .bnr_box a:hover {
  opacity: 0.8;
}

/* Special Thanks */
.l-section.-thanks {
  padding: 2.5rem 1.375rem;
}
.l-section.-thanks > .box > .heading {
  width: 33.9375rem;
}
@media screen and (max-width: 750px) {
  .l-section.-thanks > .box > .heading {
    width: 72.4vw;
  }
}
.l-section.-thanks > .box > p {
  font-size: 1rem;
  transform: rotate(0.05deg);
  margin: 0;
}

/* SNS */
.section-sns {
  padding: 2.5rem 1.25rem;
  background-color: #f7f7f7;
}
.section-sns .title-sns {
  width: 20rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .section-sns .title-sns {
    width: 40vw;
    margin: 0 auto 0.3125rem;
  }
}
.section-sns .sns_box {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-sns .sns_box li {
  width: 3.75rem;
}

/* お問い合わせ先 */
.l-section.-contact {
  padding: 2.5rem 1.375rem 2rem;
}
.l-section.-contact > .box > .heading {
  width: 30.25rem;
}
@media screen and (max-width: 750px) {
  .l-section.-contact > .box > .heading {
    width: 64.5333333333vw;
  }
}
.l-section.-contact .btn-group {
  display: flex;
  justify-content: center;
  gap: 0.875rem;
}
@media (max-width: 750px) {
  .l-section.-contact .btn-group {
    gap: 4vw;
  }
}
@media (max-width: 670px) {
  .l-section.-contact .btn-group {
    align-items: center;
    gap: 0.625rem;
  }
}
.l-section.-contact .button {
  display: block;
  width: 100%;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1;
  border-radius: 50vh;
  background-image: linear-gradient(#fbbd00, #fe8002 41%, #ff6903 72%, #ff4c00);
  color: #fff;
  text-align: center;
  padding: 1.3125rem 1.4375rem 1.3125rem 0.3125rem;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s;
  border: 0.25rem solid #fff;
  box-shadow: 0 0.375rem 0 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  max-width: 19.375rem;
}
@media (max-width: 640px) {
  .l-section.-contact .button {
    font-size: 2.9333333333vw;
  }
}
.l-section.-contact .button.-pink {
  background-image: linear-gradient(#f080bf, #ea0183);
}
.l-section.-contact .button::after {
  position: absolute;
  top: 50%;
  right: 1.625rem;
  margin-top: -0.5625rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.368' height='17.367' viewBox='0 0 17.368 17.367'%3E%3Cg transform='translate(1 1.414)'%3E%3Cpath d='M16.961,14.815V19.8A1.661,1.661,0,0,1,15.3,21.461H6.161A1.661,1.661,0,0,1,4.5,19.8V10.661A1.661,1.661,0,0,1,6.161,9h4.984' transform='translate(-4.5 -6.508)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M22.5,4.5h4.984V9.484' transform='translate(-12.531 -4.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M15,13.638,24.138,4.5' transform='translate(-9.185 -4.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
}
@media (max-width: 640px) {
  .l-section.-contact .button::after {
    right: 3.4666666667vw;
  }
}
.l-section.-contact .button:hover {
  opacity: 0.8;
  transition: opacity 0.15s ease-out;
}

/* floating-banner */
.floating-banner {
  display: none;
  position: fixed;
  bottom: 16%;
  right: 5px;
  width: 27.25rem;
  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: 82px;
  left: 2px;
  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 .close-button {
    top: 10.9333333333vw;
    left: 0.2666666667vw;
  }
}
@media (max-width: 670px) {
  .floating-banner .close-button {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 750px) {
  .floating-banner {
    width: 58.1333333333vw;
    bottom: 25%;
  }
}

/* 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;
  }
}
.footer {
  margin-bottom: 160px;
}
@media (max-width: 750px) {
  .footer {
    margin-bottom: 34vw;
  }
}

/* キャンペーン期間前 */
.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: 20px;
  border-bottom: 5px solid rgb(255, 255, 255);
  border-right: 4px solid rgb(255, 255, 255);
  border-top: none;
  border-left: none;
  background-image: linear-gradient(to bottom, #FBBD00 0%, #FE8002 14.65%, #FF6903 30%, #FF4C00 85.35%, #FBBD00 100%);
  background-size: auto 200%;
  transition: background-position 0.5s;
  letter-spacing: 0.04em;
}
@media (max-width: 640px) {
  .btn-primary {
    font-size: 18px;
  }
}

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