@charset "UTF-8";
/*! 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;
}
@media (max-width: 600px) {
  html {
    font-size: 2.7777777778vw;
  }
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.6;
  background: #eeeeee;
}

a {
  color: #EB5505;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}

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

._mar0 {
  margin: 0 !important;
}

._small {
  font-size: 75% !important;
}

.js-time_limited {
  display: none;
}

.js-time_limited_fire {
  display: block;
}

/*------------------------------------
  Animation
------------------------------------*/
[data-aos=fade-in] {
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-in].aos-animate {
  opacity: 1;
}

@keyframes zoom {
  0% {
    transform: scale(1);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  10% {
    transform: scale(1.05);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: scale(1);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  30% {
    transform: scale(1.05);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40% {
    transform: scale(1);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}
@keyframes floating {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -0.625rem, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lantern {
  0% {
    transform: rotate3d(0, 0, 1, 1.5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, -1.5deg);
  }
}
/*#snow {
  position: relative;
  #particles {
    position: absolute;
    z-index: 1;
    max-width: 750px;
    width: 100%;
    height: 810px;
    margin: 0 auto;
    top: 0;
    @include maxWidth(750px) {
      height: 108vw;
    }
  }
}*/
/*------------------------------------
  Original layout
------------------------------------*/
#inbox {
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
}

.logo {
  padding: 0.625rem 0;
  text-align: center;
  max-height: 80px;
}
.logo img {
  max-width: 23.75rem;
}
@media (max-width: 600px) {
  .logo img {
    max-width: 50.66vw;
  }
}
@media (max-width: 600px) {
  .logo {
    padding: 1.4vw 0 1.2vw;
    max-height: 10.66vw;
  }
}

h1, h2 {
  margin: 0 auto;
}

.btn {
  display: block;
  width: 100%;
  margin: 2.5rem auto;
  text-align: center;
  transition: opacity 0.3s;
}
.btn:hover {
  opacity: 0.7;
}
.btn.-first {
  margin: 1.25rem auto 1.875rem;
}
.btn .note {
  font-size: 1rem;
  text-align: center;
}

.btn-orange {
  width: 100%;
  max-width: 39.875rem;
  margin: 1.375rem auto 2.5rem;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .btn-orange {
    max-width: 85.07vw;
  }
}
.btn-orange a {
  display: block;
  font-weight: 800;
  font-size: 2.25rem;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #F14D04 0%, #F6741C 100%);
  filter: drop-shadow(0 0.375rem 0 #E24E00);
  transition: transform 0.2s, filter 0.2s;
  border-radius: 50vh;
  padding: 1.25rem 0.3125rem;
  position: relative;
}
@media (max-width: 750px) {
  .btn-orange a {
    font-size: 4.8vw;
    padding: 3.46vw 0.67vw;
    filter: drop-shadow(0 1vw 0 #E24E00);
  }
}
.btn-orange a::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 57.9937304075%;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 93.6%);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.2;
  border-radius: 0 50vh 50vh 0;
  content: "";
}
.btn-orange a > span {
  position: relative;
  z-index: 1;
}
.btn-orange a > span::after {
  display: inline-block;
  vertical-align: -0.25rem;
  margin-left: 0.875rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='36' viewBox='0 0 24 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.30301 35.567L0.00299072 30.267L12.484 17.783L0 5.3L5.29999 0L23.088 17.781L5.30301 35.567Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 2.25rem;
  content: "";
}
@media (max-width: 750px) {
  .btn-orange a > span::after {
    vertical-align: -0.53vw;
    margin-left: 1.87vw;
    width: 3.2vw;
    height: 4.8vw;
  }
}
.btn-orange a:hover {
  transition: transform 0.2s, filter 0.25s;
  transform: translateY(0.375rem);
  filter: none;
}
.btn-orange.-first {
  margin: 1.25rem auto 1.875rem;
}
.btn-orange.-first > a {
  animation: zoom 3s infinite both;
}
.btn-orange .note {
  font-size: 1rem;
  text-align: center;
  margin: 1.25rem 0 0;
}

.l-section {
  padding: 1.875rem 1.875rem 0.625rem;
}
.l-section:first-child {
  padding: 0 1.875rem 0.625rem;
}
.l-section:last-child {
  padding: 1.875rem 1.875rem 3.125rem;
}

.head {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  .head {
    font-size: 1.5625rem;
  }
}
@media (max-width: 600px) {
  .head {
    font-size: 1.375rem;
  }
}

.main-visual img {
  display: block;
}
.main-visual > .inner {
  position: relative;
  overflow: hidden;
}
.main-visual .text {
  position: absolute;
  z-index: 1;
  top: 31.7%;
  left: 13%;
  width: 35.375rem;
}
@media (max-width: 750px) {
  .main-visual .text {
    width: 75.47vw;
  }
}
.main-visual .month {
  position: absolute;
  top: 26.8%;
  right: 1.9%;
  width: 9.375rem;
}
@media (max-width: 750px) {
  .main-visual .month {
    width: 20vw;
  }
}
.main-visual .illust {
  position: absolute;
}
.main-visual .illust > img {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: floating 3s infinite both;
  display: block;
}
.main-visual .illust.-tl {
  top: 24.8%;
  left: 4.8%;
  width: 8.25rem;
}
@media (max-width: 750px) {
  .main-visual .illust.-tl {
    width: 17.6vw;
  }
}
.main-visual .illust.-tr {
  top: 20.2%;
  right: 3%;
  width: 3.875rem;
}
.main-visual .illust.-tr > img {
  animation-delay: -0.5s;
}
@media (max-width: 750px) {
  .main-visual .illust.-tr {
    width: 8.27vw;
  }
}
.main-visual .illust.-bl {
  top: 57.5%;
  left: 1.9%;
  width: 6rem;
}
.main-visual .illust.-bl > img {
  animation-delay: -0.75s;
}
@media (max-width: 750px) {
  .main-visual .illust.-bl {
    width: 12.8vw;
  }
}
.main-visual .illust.-br1 {
  top: 49.2%;
  right: 0.8%;
  width: 4.5625rem;
}
.main-visual .illust.-br1 > img {
  animation-delay: -1.25s;
}
@media (max-width: 750px) {
  .main-visual .illust.-br1 {
    width: 9.73vw;
  }
}
.main-visual .illust.-br2 {
  top: 59.7%;
  right: 2.4%;
  width: 5.375rem;
}
.main-visual .illust.-br2 > img {
  animation-delay: -1.75s;
}
@media (max-width: 750px) {
  .main-visual .illust.-br2 {
    width: 11.47vw;
  }
}

.title {
  position: relative;
  margin: 1rem -10px;
  padding: 1rem 2rem;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  text-shadow: 1px 1px 2px #444;
  background: linear-gradient(135deg, #BB952C 20%, #A5760E 100%);
}
.title:before, .title:after {
  position: absolute;
  content: "";
}
.title:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #5B4413;
  border-left: 10px solid transparent;
}
.title:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #5B4413;
  border-right: 10px solid transparent;
}
@media (max-width: 600px) {
  .title {
    margin: 0;
    font-size: 1.75rem;
  }
  .title:before, .title:after {
    bottom: -6px;
  }
  .title:before {
    border-top: 6px solid #2E2E4B;
    border-left: 6px solid transparent;
  }
  .title:after {
    border-top: 6px solid #2E2E4B;
    border-right: 6px solid transparent;
  }
}

.title2 {
  position: relative;
  margin: 1rem -10px;
  padding: 1rem 2rem;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  text-shadow: 1px 1px 2px #444;
  border-radius: 4px 4px 0 0;
  background-image: linear-gradient(#09A2D9 70%, #55C9E9);
}
.title2:before, .title2:after {
  position: absolute;
  z-index: 1;
  content: "";
}
.title2:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #05629b;
  border-left: 10px solid transparent;
}
.title2:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #05629b;
  border-right: 10px solid transparent;
}
@media (max-width: 750px) {
  .title2 {
    margin: 0;
    font-size: 4.27vw;
  }
}
@media (max-width: 600px) {
  .title2:before, .title2:after {
    bottom: -6px;
  }
  .title2:before {
    border-top: 6px solid #05629b;
    border-left: 6px solid transparent;
  }
  .title2:after {
    border-top: 6px solid #05629b;
    border-right: 6px solid transparent;
  }
}

.banner {
  text-align: center;
  transition: opacity 0.3s;
}
.banner a:hover {
  opacity: 0.7;
}

.banner.-border img {
  border: 1px solid #ddd;
}

.text {
  font-size: 1.75rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 600px) {
  .text {
    font-size: 1.375rem;
  }
}

.note-s {
  padding: 0 0.625rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
}

strong.red {
  color: #c00;
}

.asterisk {
  list-style: none;
  padding: 0;
  margin: 1.5625rem 0 1.875rem;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
.asterisk li {
  position: relative;
  padding-left: 1.2em;
}
.asterisk li + li {
  margin-top: 0.125rem;
}
.asterisk li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.125rem;
  font-weight: 500;
  content: "※";
}
.asterisk li a {
  color: #EA5505;
}

/* store */
.l-section.-store {
  padding: 0;
  margin-top: -1rem;
}
@media (max-width: 750px) {
  .l-section.-store {
    margin-top: 0;
  }
}
.l-section.-store > .inner {
  background-image: linear-gradient(160deg, #ff57ac 0%, #fa66ad 44.3%, #e183b2 49.3%, #b493bc 52%, #6dabcd 55.2%, #4ab8d5 57.3%, #00c2eb 100%);
  padding: 2rem 1.875rem 2.5rem;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 750px) {
  .l-section.-store > .inner {
    padding: 4.27vw 4vw 5.33vw;
  }
}
.l-section.-store > .inner::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-confetti.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  content: "";
}
.l-section.-store .lantern-card {
  position: relative;
}
.l-section.-store .lantern-card > .wrapper {
  width: 33.125rem;
  position: relative;
  z-index: 1;
  animation: lantern 2s ease-in-out alternate infinite;
  transform-origin: top center;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card > .wrapper {
    width: 70.6667vw;
  }
}
.l-section.-store .lantern-card img {
  display: block;
}
.l-section.-store .lantern-card:nth-child(even) > .wrapper {
  margin-left: auto;
}
.l-section.-store .lantern-card:nth-child(1) > .wrapper {
  animation-delay: 0s;
}
.l-section.-store .lantern-card:nth-child(2) > .wrapper {
  animation-delay: -0.5s;
}
.l-section.-store .lantern-card:nth-child(3) > .wrapper {
  animation-delay: -1s;
}
.l-section.-store .lantern-card:nth-child(4) > .wrapper {
  animation-delay: -1.5s;
}
.l-section.-store .lantern-card > .wrapper > .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 9.375rem 2.5rem 3.75rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card > .wrapper > .inner {
    padding: 20vw 6.67vw 8vw;
  }
}
.l-section.-store .lantern-card .firework {
  position: absolute;
}
.l-section.-store .lantern-card .firework.-i1 {
  width: 16.9375rem;
  top: -2.3%;
  right: -4.4%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i1 {
    width: 36.13vw;
  }
}
.l-section.-store .lantern-card .firework.-i2 {
  width: 5.25rem;
  top: 45.5%;
  right: 0.5%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i2 {
    width: 11.2vw;
  }
}
.l-section.-store .lantern-card .firework.-i3 {
  width: 14rem;
  bottom: -3%;
  right: -3.4%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i3 {
    width: 29.87vw;
  }
}
.l-section.-store .lantern-card .firework.-i4 {
  width: 4.125rem;
  top: 0.9%;
  right: 1.4%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i4 {
    width: 8.8vw;
  }
}
.l-section.-store .lantern-card .firework.-i5 {
  width: 6rem;
  top: -10%;
  left: 1%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i5 {
    width: 12.8vw;
  }
}
.l-section.-store .lantern-card .firework.-i6 {
  width: 15.75rem;
  top: 10.2%;
  left: -4%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i6 {
    width: 33.6vw;
  }
}
.l-section.-store .lantern-card .firework.-i7 {
  width: 10.25rem;
  bottom: 9%;
  left: -2%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i7 {
    width: 21.87vw;
  }
}
.l-section.-store .lantern-card .firework.-i8 {
  width: 7.3125rem;
  top: -10%;
  left: 10.4%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i8 {
    width: 15.6vw;
  }
}
.l-section.-store .lantern-card .firework.-i9 {
  width: 4.4375rem;
  top: 5.7%;
  right: 16.5%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i9 {
    width: 9.47vw;
  }
}
.l-section.-store .lantern-card .firework.-i10 {
  width: 8.9375rem;
  top: 15.4%;
  right: -1.5%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i10 {
    width: 19.07vw;
  }
}
.l-section.-store .lantern-card .firework.-i11 {
  width: 7.125rem;
  top: 40%;
  right: 8%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i11 {
    width: 15.2vw;
  }
}
.l-section.-store .lantern-card .firework.-i12 {
  width: 5.25rem;
  top: 53%;
  right: -1.5%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i12 {
    width: 11.2vw;
  }
}
.l-section.-store .lantern-card .firework.-i13 {
  width: 15.75rem;
  bottom: -2%;
  right: -9.1%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i13 {
    width: 33.6vw;
  }
}
.l-section.-store .lantern-card .firework.-i14 {
  width: 6.5rem;
  top: 4%;
  right: -1%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i14 {
    width: 13.87vw;
  }
}
.l-section.-store .lantern-card .firework.-i15 {
  width: 3.6875rem;
  top: -1.7%;
  left: 0.5%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i15 {
    width: 7.87vw;
  }
}
.l-section.-store .lantern-card .firework.-i16 {
  width: 6.5rem;
  top: 6%;
  left: 14%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i16 {
    width: 13.87vw;
  }
}
.l-section.-store .lantern-card .firework.-i17 {
  width: 10.25rem;
  top: 19%;
  left: -2.4%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i17 {
    width: 21.87vw;
  }
}
.l-section.-store .lantern-card .firework.-i18 {
  width: 15.75rem;
  bottom: -2%;
  left: -4%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i18 {
    width: 33.6vw;
  }
}
.l-section.-store .lantern-card .firework.-i19 {
  width: 4rem;
  top: 3%;
  right: 20.4%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i19 {
    width: 8.53vw;
  }
}
.l-section.-store .lantern-card .firework.-i20 {
  width: 5.5rem;
  top: 9%;
  right: -4.1%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i20 {
    width: 11.73vw;
  }
}
.l-section.-store .lantern-card .firework.-i21 {
  width: 10.5625rem;
  top: 29%;
  right: 1.9%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i21 {
    width: 22.53vw;
  }
}
.l-section.-store .lantern-card .firework.-i22 {
  width: 9.4375rem;
  top: 61%;
  right: -2%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i22 {
    width: 20.13vw;
  }
}
.l-section.-store .lantern-card .firework.-i23 {
  width: 4.625rem;
  bottom: -5%;
  right: -2.4%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .firework.-i23 {
    width: 9.87vw;
  }
}
.l-section.-store .lantern-card .illust {
  position: absolute;
  z-index: 1;
  animation: floating 3s infinite both;
}
.l-section.-store .lantern-card .illust.-i1 {
  width: 7.8125rem;
  top: 25.7%;
  right: 16.1%;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .illust.-i1 {
    width: 18.4vw;
  }
}
.l-section.-store .lantern-card .illust.-i2 {
  width: 8.625rem;
  top: 11.7%;
  left: 25%;
  animation-delay: -0.5s;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .illust.-i2 {
    width: 21.47vw;
  }
}
.l-section.-store .lantern-card .illust.-i3 {
  width: 5.75rem;
  top: 22%;
  left: 25%;
  animation-delay: -1s;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .illust.-i3 {
    width: 12.27vw;
  }
}
.l-section.-store .lantern-card .illust.-i4 {
  width: 7.375rem;
  bottom: 3.6%;
  left: 18.1%;
  animation-delay: -0.45s;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .illust.-i4 {
    width: 15.73vw;
  }
}
.l-section.-store .lantern-card .illust.-i5 {
  width: 6.5625rem;
  top: 12%;
  left: 13%;
  animation-delay: -0.1s;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .illust.-i5 {
    width: 14vw;
  }
}
.l-section.-store .lantern-card .illust.-i6 {
  width: 6.4375rem;
  top: 25%;
  left: 28%;
  animation-delay: -0.5s;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .illust.-i6 {
    width: 13.73vw;
  }
}
.l-section.-store .lantern-card .illust.-i7 {
  width: 8.875rem;
  top: 14%;
  left: 8%;
  animation-delay: -1s;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .illust.-i7 {
    width: 18.93vw;
  }
}
.l-section.-store .lantern-card .illust.-i8 {
  width: 8.5rem;
  top: 15%;
  left: 15%;
  animation-delay: -1.5s;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .illust.-i8 {
    width: 18.13vw;
  }
}
.l-section.-store .lantern-card .illust.-i9 {
  width: 11.0625rem;
  top: 12%;
  right: -1.7%;
  animation-delay: -1.75s;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .illust.-i9 {
    width: 23.6vw;
  }
}
.l-section.-store .lantern-card .illust.-i10 {
  width: 5.4375rem;
  top: 5%;
  right: 22%;
  animation-delay: -0.75s;
}
@media (max-width: 750px) {
  .l-section.-store .lantern-card .illust.-i10 {
    width: 11.6vw;
  }
}
.l-section.-store .logo-box .pagination {
  --swiper-pagination-bullet-size: 0.75rem;
  --swiper-pagination-color: #000864;
  --swiper-pagination-bullet-inactive-color: #ccc;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
  --swiper-pagination-bottom: 0;
  text-align: center;
  margin-top: 0.875rem;
}
@media (max-width: 750px) {
  .l-section.-store .logo-box .pagination {
    --swiper-pagination-bullet-size: 1.6vw;
    --swiper-pagination-bullet-horizontal-gap: 1.07vw;
    margin-top: 1.87vw;
  }
}
.l-section.-store .logo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 750px) {
  .l-section.-store .logo-list {
    gap: 3.2vw;
  }
}
.l-section.-store .logo-list li {
  display: flex;
  align-items: flex-end;
  width: 12.5rem;
}
@media (max-width: 750px) {
  .l-section.-store .logo-list li {
    width: 26.6668vw;
  }
}
.l-section.-store .logo-list li > img {
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.16);
}
.l-section.-store .logo-list .-new {
  position: relative;
}
.l-section.-store .logo-list .-new::before {
  position: absolute;
  top: -2.25rem;
  left: 0;
  width: 3.125rem;
  height: 2.25rem;
  background-image: url("../img/new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-section.-store .lead {
  text-align: center;
  margin: 2.5rem 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #DC0000;
}
@media (max-width: 680px) {
  .l-section.-store .lead {
    font-size: 1.25rem;
  }
}

/* step */
.l-section.-step {
  padding: 1.875rem 1.25rem 0.625rem;
}
.l-section.-step .slider-box {
  margin-bottom: 1.875rem;
}
.l-section.-step .slider-box .navigation {
  top: 38%;
  position: absolute;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .l-section.-step .slider-box .navigation {
    width: vw(48);
    height: vw(48);
  }
}
.l-section.-step .slider-box .navigation svg {
  width: 100%;
  height: 100%;
}
.l-section.-step .slider-box .navigation.-prev {
  left: 0.125rem;
}
@media (max-width: 750px) {
  .l-section.-step .slider-box .navigation.-prev {
    left: 0;
  }
}
.l-section.-step .slider-box .navigation.-next {
  right: 0.125rem;
}
@media (max-width: 750px) {
  .l-section.-step .slider-box .navigation.-next {
    right: 0;
  }
}
.l-section.-step .slider-box .navigation.swiper-button-disabled {
  opacity: 0;
  cursor: not-allowed;
}
.l-section.-step .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) {
    --swiper-pagination-bullet-size: vw(20);
    --swiper-pagination-bullet-horizontal-gap: vw(10);
  }*/
}
.l-section.-step .step-list {
  list-style: none;
  padding: 0 4.375rem;
  margin: 0 0 2.25rem;
}
@media (max-width: 600px) {
  .l-section.-step .step-list {
    padding: 0 3.75rem 0.625rem 3.75rem;
  }
}
.l-section.-step .step-list {
  /*li:not(:last-child) {
    padding-bottom: rem(50);
    margin-bottom: rem(46);
    background: url('../img/dot.png') repeat-x bottom left / 1.25rem 0.5rem;
  }*/
}
.l-section.-step .step-list .head {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 1.6875rem;
  font-weight: bold;
  text-align: left !important;
}
@media (max-width: 630px) {
  .l-section.-step .step-list .head {
    font-size: 1.5rem;
  }
}
.l-section.-step .step-list .index {
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  color: #fff;
  background: #EA5505;
  text-align: center;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 800;
}
.l-section.-step .step-list .index > span {
  font-size: 1.875rem;
}
.l-section.-step .step-list .image {
  width: 25rem;
  margin: 2.5rem auto;
}
@media (max-width: 750px) {
  .l-section.-step .step-list .image {
    width: 53.33vw;
  }
}
.l-section.-step .step-list .image.-full {
  width: 100%;
}
.l-section.-step .step-list .text-s {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .l-section.-step .step-list .text-s {
    font-size: 1.25rem;
  }
}
.l-section.-step .step-list .text-s > span {
  color: #EA5505;
}
.l-section.-step .step-list .note-s {
  margin: 0.5rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.2em;
  position: relative;
}
@media (max-width: 600px) {
  .l-section.-step .step-list .note-s {
    font-size: 1.125rem;
  }
}
.l-section.-step .step-list .note-s::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.125rem;
  font-weight: 500;
  content: "※";
}

/* other */
.l-section.-other .body {
  padding-top: 2.5rem;
  position: relative;
}
@media (max-width: 750px) {
  .l-section.-other .body {
    padding-top: 5.33vw;
  }
}
.l-section.-other .body::before, .l-section.-other .body::after {
  position: absolute;
  top: 0rem;
  left: 1.875rem;
  width: 8.8125rem;
  height: 4.3125rem;
  background-image: url("../img/illust.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 750px) {
  .l-section.-other .body::before, .l-section.-other .body::after {
    width: 18.8vw;
    height: 9.2vw;
  }
}
.l-section.-other .body::after {
  transform: scaleX(-1);
  left: auto;
  right: 1.875rem;
}
.l-section.-other .chance {
  margin: 0;
  text-align: center;
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #EA5505;
}
@media (max-width: 750px) {
  .l-section.-other .chance {
    font-size: 8vw;
  }
}
.l-section.-other .lead {
  margin: 1rem 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media (max-width: 750px) {
  .l-section.-other .lead {
    margin: 2.13vw 0;
    font-size: 4.53vw;
    gap: 1.33vw;
  }
}
.l-section.-other .lead::before, .l-section.-other .lead::after {
  width: 1rem;
  height: 0.25rem;
  background: #EA5505;
  border-radius: 50vh;
  content: "";
}
@media (max-width: 750px) {
  .l-section.-other .lead::before, .l-section.-other .lead::after {
    width: 2.13vw;
    height: 0.53vw;
  }
}
.l-section.-other .lead > span {
  color: #EA5505;
}
.l-section.-other .note {
  margin: 0 0 1.875rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .l-section.-other .note {
    font-size: 2.4vw;
    margin: 0 0 3.73vw;
  }
}
.l-section.-other .note.-month {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}
@media (max-width: 750px) {
  .l-section.-other .note.-month {
    font-size: 2.4vw;
  }
}
.l-section.-other .point {
  margin: 2.1875rem 0 0;
  font-weight: 800;
  text-align: center;
  color: #EA5505;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  .l-section.-other .point {
    font-size: 4vw;
    margin: 4.67vw 0 0;
  }
}
.l-section.-other .point mark {
  background: linear-gradient(to top, #FFFF00 1.25rem, rgba(0, 0, 0, 0) 1.25rem);
  color: inherit;
}
@media (max-width: 750px) {
  .l-section.-other .point mark {
    background: linear-gradient(to top, #FFFF00 2.67vw, rgba(0, 0, 0, 0) 2.67vw);
  }
}
.l-section.-other .point .-md {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 3.25rem;
}
@media (max-width: 750px) {
  .l-section.-other .point .-md {
    font-size: 6.93vw;
    margin-right: 3.2vw;
  }
}
.l-section.-other .point .-lg {
  display: inline-block;
  font-size: 3.75rem;
  margin-right: 0.375rem;
}
@media (max-width: 750px) {
  .l-section.-other .point .-lg {
    font-size: 8vw;
    margin-right: 0.8vw;
  }
}
.l-section.-other .hit {
  margin: 1.5rem 0 0.625rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1.4666666667;
}
@media (max-width: 750px) {
  .l-section.-other .hit {
    font-size: 3.73vw;
    margin: 3.2vw 0 1.33vw;
  }
}

/* footer */
.footer-section {
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 1.875rem 0.625rem 8.125rem;
  border-top: 1px solid #ddd;
}
.footer-section p {
  margin: 0;
}
.footer-section p + p {
  margin-top: 0.3125rem;
}
.footer-section a {
  text-decoration: underline;
  color: inherit;
}
.footer-section a:hover {
  text-decoration: none;
}
.footer-section .copyright {
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .footer-section {
    padding: 4vw 1.33vw 22vw;
  }
}

/* fixed-bar */
.fixed-bar {
  position: fixed;
  z-index: 100;
  bottom: 0;
  box-shadow: 0 -2px 2px -1px #ddd;
  max-width: 750px;
  width: 100%;
  display: none;
}
.fixed-bar .inner {
  background: #FFF8EC;
}
.fixed-bar .link {
  display: block;
  padding: 0.5rem 1.125rem 0.5rem 8.875rem;
  text-decoration: none;
  color: #000;
  transition: opacity 0.25s;
}
.fixed-bar .link:hover {
  opacity: 0.8;
}
.fixed-bar .image {
  position: absolute;
  bottom: 0.5rem;
  left: 1.125rem;
  width: 6.375rem;
}
.fixed-bar .button {
  display: block;
  width: 100%;
  border-radius: 50vh;
  background: #EA5500;
  color: #fff;
  font-size: 1.625rem;
  text-align: center;
  font-weight: 900;
  padding: 0.625rem;
  box-sizing: border-box;
}
.fixed-bar .button::after {
  display: inline-block;
  vertical-align: -0.0625rem;
  margin-left: 0.625rem;
  width: 0.8125rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.707031 16.592L7.57703 9.70703L0.707031 2.82203L2.82203 0.707031L11.822 9.70703L2.82203 18.707L0.707031 16.592Z' fill='white' stroke='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.fixed-bar .note {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  font-weight: normal;
  margin-top: 0.25rem;
}