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

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

#snow {
  position: relative;
}
#snow #particles {
  position: absolute;
  z-index: 1;
  max-width: 750px;
  width: 100%;
  height: 830px;
  margin: 0 auto;
  top: 0;
}
@media screen and (max-width: 750px) {
  #snow #particles {
    height: 110.67vw;
  }
}

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

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

.title {
  position: relative;
  background-color: #FF579E;
  color: #ffffff;
  width: 100%;
  max-width: 750px;
  max-height: 120px;
  margin: 1rem auto;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .title {
    margin: 0.5rem auto;
    padding: 20px 50px 20px 0;
  }
}
.title.-bottom {
  margin-top: 3.75rem;
}
@media (max-width: 600px) {
  .title.-bottom {
    margin-top: 1.875rem;
  }
}

.title-content {
  text-align: center;
  line-height: 1.4;
  z-index: 2;
}

.title-sub {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .title-sub {
    font-size: 1.5rem;
  }
}

.title-main {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media (max-width: 600px) {
  .title-main {
    font-size: 1.75rem;
  }
}

.title-char {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 600px) {
  .title-char {
    height: 110%;
    right: 12px;
  }
}

.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: #DB0068;
}

.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 .catch {
  margin: -1.875rem auto 2.5rem;
}
.l-section.-store .catch > .text {
  font-size: 1.5rem;
  margin-bottom: -0.625rem;
}
.l-section.-store .catch > .list-box {
  margin: 0 auto;
}
@media (max-width: 600px) {
  .l-section.-store .catch > .list-box {
    width: 100%;
  }
}
.l-section.-store .catch > .list-box > .asterisk {
  font-size: 1rem;
  font-weight: 400;
  margin: 1.25rem 0;
}
.l-section.-store .logo-box {
  border: 10px solid #EF7635;
  border-radius: 25px;
  padding: 25px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media (max-width: 600px) {
  .l-section.-store .logo-box {
    border: 5px solid #EF7635;
    border-radius: 20px;
    padding: 15px 25px 15px;
  }
}
.l-section.-store .logo-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 33.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.25rem 1fr 3.25rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 3.25rem;
}
@media (max-width: 600px) {
  .l-section.-store .logo-list {
    gap: 1.125rem 2.5rem;
  }
}
.l-section.-store .list-box {
  margin: 0 auto;
  max-width: 33.75rem;
}
@media (max-width: 600px) {
  .l-section.-store .list-box {
    width: 100%;
  }
}

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

/* kzn */
.l-section.-kzn .profile-card {
  max-width: 690px;
  margin: 5.625rem auto 2.5rem;
  background-color: #F4F5F8;
  border-radius: 30px;
  padding: 2.5rem 2.5rem 1.25rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.8;
}
@media (max-width: 600px) {
  .l-section.-kzn .profile-card {
    padding: 2.5rem 1.875rem 1.25rem;
  }
}
.l-section.-kzn .profile-header {
  display: flex;
  gap: 30px;
  margin-top: -7.5rem;
  margin-bottom: 1.875rem;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .l-section.-kzn .profile-header {
    flex-direction: column;
    align-items: center;
  }
}
.l-section.-kzn .profile-img-wrapper {
  flex: 0 0 310px;
}
@media (max-width: 600px) {
  .l-section.-kzn .profile-img-wrapper {
    flex: 0 0 auto;
    width: 90%;
  }
}
.l-section.-kzn .profile-img {
  width: 100%;
  height: auto;
  display: block;
}
.l-section.-kzn .profile-info {
  flex: 1;
}
.l-section.-kzn .profile-name {
  width: 16.375rem;
}
@media (max-width: 600px) {
  .l-section.-kzn .profile-name {
    width: 32vw;
    text-align: center;
    margin: 0;
  }
}
.l-section.-kzn .profile-name span {
  font-size: 1.4rem;
}
.l-section.-kzn .profile-stats {
  list-style: none;
  padding: 0;
  margin: 3.125rem 0 0;
  font-size: 1.125rem;
  font-weight: 500;
}
.l-section.-kzn .profile-stats li {
  margin-bottom: 8px;
  display: flex;
}
.l-section.-kzn .profile-stats li span {
  flex: 0 0 5em;
  color: #333;
}
@media (max-width: 600px) {
  .l-section.-kzn .profile-stats li {
    display: block;
  }
}
@media (max-width: 600px) {
  .l-section.-kzn .profile-stats {
    margin: 2.5rem 0 0;
  }
}
.l-section.-kzn .profile-body {
  font-size: 1.125rem;
  font-weight: 500;
}
.l-section.-kzn .profile-body p {
  margin-bottom: 1.5em;
}

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

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

.fixed-bar {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 750px;
  width: 100%;
  display: none;
  background: #FFF4F6;
  box-shadow: 0 -2px 2px -1px #ddd;
}
.fixed-bar > .inner {
  position: relative;
  padding: 0.5rem 0.625rem 0;
  background: transparent;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 750px) {
  .fixed-bar > .inner {
    padding: 1.06vw 1.33vw 0;
  }
}
.fixed-bar .chara {
  position: absolute;
  bottom: 0;
  left: 0.75rem;
  width: 7.5rem;
  z-index: 1;
}
@media (max-width: 750px) {
  .fixed-bar .chara {
    left: 1vw;
    width: 20vw;
  }
}
.fixed-bar .chara img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.fixed-bar .img {
  margin: 0 0 0.625rem 7.5rem;
  width: 37.5rem;
}
@media (max-width: 750px) {
  .fixed-bar .img {
    margin: 0 0 2vw 18vw;
    width: 78vw;
  }
}
.fixed-bar a:hover {
  opacity: 0.8;
}