/*! 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 62.5%;
}

/* 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.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
  text-decoration: none;
}

/**
 * 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 */
  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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

p {
  margin: unset;
}

ul {
  padding-left: unset;
  margin: unset;
}

li {
  list-style: none;
}

h1 {
  margin: unset;
}

h2 {
  margin: unset;
}

h3 {
  margin: unset;
}

h4 {
  margin: unset;
}

h5 {
  margin: unset;
}

h6 {
  margin: unset;
}

html, body {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  scroll-padding-top: 0;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  padding-left: unset;
  margin: unset;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.is-pc-only {
  display: block !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .is-pc-only {
    display: none !important;
  }
}

.is-sp-only {
  display: none !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .is-sp-only {
    display: block !important;
  }
}

.header {
  position: relative;
  z-index: 100;
}

.menu {
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  height: 30px;
  width: 30px;
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2);
  cursor: pointer;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 102;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s;
  transition: opacity 0.3s ease-in, visibility 0.3s;
}
.menu.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 576px) {
  .menu {
    right: 10px;
    top: 10px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.menu-in {
  height: 20px;
  position: fixed;
  width: 20px;
  z-index: 101;
}

.menu__line {
  background: #000000;
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.menu__line--top {
  top: 3px;
}
.menu__line--top.active {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu__line--center {
  top: 9px;
}
.menu__line--center.active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.menu__line--bottom {
  bottom: 3px;
}
.menu__line--bottom.active {
  bottom: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.gnav {
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 101;
  top: 0;
  left: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .gnav {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.gnav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  height: 100%;
  overflow: auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .gnav__wrap {
    display: block;
  }
}

.gnav__wrap__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  width: 100%;
  background: #e01218;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .gnav__wrap__inner {
    width: 100%;
    min-height: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.gnav_title {
  width: min(25vw, 480px);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .gnav_title {
    width: 80%;
    max-width: 300px;
  }
}
.gnav_title.is-size1 {
  margin-bottom: 34px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .gnav_title.is-size1 {
    margin-top: 3vh;
    margin-bottom: 4vh;
  }
}
.gnav_title a {
  display: block;
}
.gnav_title img {
  display: block;
  width: 100%;
  height: auto;
}

.gnav__menu {
  margin-bottom: 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .gnav__menu {
    margin-bottom: 3vh;
  }
}

.gnav__menu__item {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  color: #ffffff;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .gnav__menu__item {
    font-size: 1.8rem;
  }
}
.gnav__menu__item + .gnav__menu__item {
  margin-top: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .gnav__menu__item + .gnav__menu__item {
    margin-top: 2vh;
  }
}
.gnav__menu__item a {
  display: block;
  color: #ffffff;
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gnav__menu__item a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .gnav__menu__item a:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .gnav_btn_box {
    width: 70%;
    max-width: 300px;
  }
}

.gnav_btn__item {
  width: 320px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .gnav_btn__item {
    width: 100%;
    height: 38px;
  }
}
.gnav_btn__item + .gnav_btn__item {
  margin-top: 15px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .gnav_btn__item + .gnav_btn__item {
    margin-top: 2vh;
  }
}
.gnav_btn__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .gnav_btn__item a {
    font-size: 1.4rem;
  }
}
.gnav_btn__item a small {
  display: inline-block;
}
.gnav_btn__item a .icon {
  width: 24px;
  height: 28px;
  margin-left: 10px;
  background-image: url(/assets/images/icon_online.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .gnav_btn__item a .icon {
    width: 27px;
    height: 22px;
    margin-left: 5px;
  }
}
.gnav_btn__item a:hover {
  opacity: 0.8;
}
.gnav_btn__item.online a {
  background-color: #000000;
  color: #ffffff;
}

body.menu-open,
html.menu-open {
  overflow: hidden;
}

.footer {
  position: relative;
  padding: 60px 0 30px;
  text-align: center;
  background: #ffffff;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .footer {
    padding: 60px 0 80px;
  }
}
.footer a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer a:hover {
  opacity: 0.7;
}
.footer__logo {
  width: 130px;
  height: auto;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .footer__logo {
    width: 80px;
    margin: 20px auto;
  }
}
.footer__copy {
  text-align: center;
  font-size: 1.4rem;
  color: #333333;
  margin: 0;
}
.footer .bnrWrapper__sns {
  margin: 0 auto 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .footer .bnrWrapper__sns {
    margin: 0 0 40px;
    text-align: center;
    position: relative;
  }
}
.footer .bnrWrapper__sns ul {
  font-size: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .bnrWrapper__sns li {
  display: inline-block;
  width: 80px;
  height: auto;
  margin: 0 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .footer .bnrWrapper__sns li {
    margin: 0 10px;
    width: 60px;
  }
}
.footer .bnrWrapper__sns li a {
  display: block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .footer .bnrWrapper__sns li a {
    width: 60px;
  }
}
.footer .bnrWrapper__sns li img {
  width: 100%;
  height: auto;
  display: block;
}

.l-inner {
  width: 1216px;
  margin: 0 auto;
  position: relative;
  padding: 0 min(2.0833333333vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-inner {
    padding: 0 2.6666666667vw;
  }
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.5208333333vw, 10px);
  width: min(16.6666666667vw, 320px);
  height: min(2.9166666667vw, 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.5px solid #4e4e4e;
  border-radius: 69px;
  background: #ffffff;
  font-size: min(1.0416666667vw, 20px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #333333;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-btn {
    width: 37.3333333333vw;
    height: 6.4vw;
    font-size: 2.1333333333vw;
  }
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.p-footer-btn__wrap {
  padding: min(6.25vw, 120px) 0;
  background: #fcc73d;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-footer-btn__wrap {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.p-footer-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(4.1666666667vw, 80px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-footer-btn__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
.p-footer-btn__item {
  width: min(25vw, 480px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-footer-btn__item {
    width: 100%;
  }
}
.p-footer-btn__btn {
  display: block;
  width: 100%;
  font-size: min(1.1458333333vw, 22px);
  text-align: center;
  line-height: 3.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-footer-btn__btn {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding: 4vw 0;
  }
}
.p-footer-btn__btn:hover {
  opacity: 0.8;
}
.p-footer-btn__btn--info {
  background-color: #ffffff;
  color: #000000;
}
.p-footer-btn__btn--online {
  background-color: #000000;
  color: #ffffff;
  position: relative;
  padding-right: min(1.0416666667vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-footer-btn__btn--online {
    padding-right: 5.3333333333vw;
  }
}
.p-footer-btn__btn--online::before {
  display: block;
  content: "";
  position: absolute;
  width: min(1.5625vw, 30px);
  height: min(1.5625vw, 30px);
  background: url(/assets/images/icon_online.png) no-repeat center center/contain;
  right: min(3.125vw, 60px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-footer-btn__btn--online::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 10.6666666667vw;
  }
}

.bnrWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: fixed;
  width: 44px;
  height: auto;
  top: max(260px, 24vh);
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 44px;
  letter-spacing: 3px;
  text-align: center;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s;
  transition: opacity 0.3s ease-in, visibility 0.3s;
}
.bnrWrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (min-width: 767px) and (max-height: 920px) {
  .bnrWrapper {
    top: 110px;
    width: 36px;
    line-height: 36px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bnrWrapper {
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    line-height: 1;
    background-color: #ffffff;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.bnrWrapper .bnrWrapper__info {
  display: block;
  width: 44px;
  height: 154px;
  background: #ffffff;
  color: #000000;
  border-right: none;
  font-weight: 700;
  text-decoration: none !important;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.bnrWrapper .bnrWrapper__info:hover {
  opacity: 0.7;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bnrWrapper .bnrWrapper__info {
    width: 33.33%;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;
  }
}
@media screen and (min-width: 767px) and (max-height: 920px) {
  .bnrWrapper .bnrWrapper__info {
    width: 36px;
    height: 118px;
  }
}
.bnrWrapper .onlineshopBtn {
  height: 250px;
  margin-top: 30px;
  background-color: #000000;
  color: #ffffff;
  border: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bnrWrapper .onlineshopBtn {
    width: 39%;
    height: auto;
    margin-top: 0;
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;
  }
}
@media screen and (min-width: 767px) and (max-height: 920px) {
  .bnrWrapper .onlineshopBtn {
    height: 168px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bnrWrapper .topBtn {
    width: 27.6%;
  }
}

.c-friday-bnr {
  position: fixed;
  left: auto;
  right: calc(44px + min(0.8333333333vw, 16px));
  bottom: min(2.5vw, 48px);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, visibility 0.3s;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-friday-bnr {
    left: auto;
    right: 6vw;
    bottom: 18.1333333333vw;
  }
  .c-friday-bnr:not(:has(.c-friday-bnr__item--cp)) {
    bottom: 13.3333333333vw;
  }
}
.c-friday-bnr.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-friday-bnr.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-friday-bnr__inner {
  position: relative;
}
.c-friday-bnr__close {
  position: absolute;
  top: max(-0.8333333333vw, -16px);
  right: max(-0.8333333333vw, -16px);
  z-index: 2;
  width: min(2.2395833333vw, 43px);
  height: min(2.2395833333vw, 43px);
  padding: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-friday-bnr__close {
    top: -2.1333333333vw;
    right: -2.1333333333vw;
    width: 6.5333333333vw;
    height: 6.5333333333vw;
  }
}
.c-friday-bnr__close::before, .c-friday-bnr__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background: #ffffff;
}
.c-friday-bnr__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-friday-bnr__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-friday-bnr__close--cp {
  top: max(-1.5104166667vw, -29px);
  right: max(-1.5104166667vw, -29px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-friday-bnr__close--cp {
    top: -3.7333333333vw;
    right: -3.7333333333vw;
  }
}
.c-friday-bnr__item {
  position: relative;
  display: block;
  width: min(14.7916666667vw, 284px);
  height: min(14.7916666667vw, 284px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-friday-bnr__item {
    width: 36.6666666667vw;
    height: 36.6666666667vw;
  }
}
.c-friday-bnr__item--cp {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-friday-bnr__item--cp::before {
  content: "";
  top: max(-1.4583333333vw, -28px);
  left: max(-1.4583333333vw, -28px);
  position: absolute;
  z-index: 0;
  width: min(17.7083333333vw, 340px);
  height: min(17.7083333333vw, 340px);
  display: block;
  background: url(/assets/images/friday/txt_cp_circle.svg) no-repeat left top/contain;
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: friday-cp-rotate 26s linear infinite;
          animation: friday-cp-rotate 26s linear infinite;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-friday-bnr__item--cp::before {
    top: -3.7333333333vw;
    left: -3.7333333333vw;
    width: 44vw;
    height: 44vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-friday-bnr__item--cp::before {
    -webkit-animation: none;
            animation: none;
  }
}
.c-friday-bnr__item--cp:hover {
  opacity: 0.8;
}
.c-friday-bnr__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
}
.c-friday-bnr__image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.25));
}

@-webkit-keyframes friday-cp-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes friday-cp-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
body.is-opening {
  overflow: hidden;
  height: 100%;
  -ms-touch-action: none;
      touch-action: none;
}

.c-opening {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  height: 100dvh;
  background: #ec0007;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.55s ease, visibility 0.55s ease;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}
.c-opening.is-leaving, .c-opening.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-opening__inner {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: min(25vw, 480px);
  line-height: 0;
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease, -webkit-transform 0.45s ease;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-opening__inner {
    width: 53.3333333333vw;
  }
}
.c-opening.is-leaving .c-opening__inner {
  opacity: 0;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.c-opening__logo {
  width: 100%;
  margin: 0;
}
.c-opening__character {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -21%;
  width: 27%;
  margin: 0;
}
.c-opening__character, .c-opening__logo {
  opacity: 0;
}
.c-opening.is-ready .c-opening__logo, .c-opening.is-ready .c-opening__character {
  -webkit-animation: opening-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
          animation: opening-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@-webkit-keyframes opening-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, min(5vw, 96px), 0);
            transform: translate3d(0, min(5vw, 96px), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes opening-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, min(5vw, 96px), 0);
            transform: translate3d(0, min(5vw, 96px), 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  @-webkit-keyframes opening-fade-up {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 21.3333333333vw, 0);
              transform: translate3d(0, 21.3333333333vw, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  @keyframes opening-fade-up {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 21.3333333333vw, 0);
              transform: translate3d(0, 21.3333333333vw, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  body.is-opening {
    overflow: visible;
    height: auto;
    -ms-touch-action: auto;
        touch-action: auto;
  }
  .c-opening {
    display: none;
  }
}
.c-protect-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-drag: none;
}

.c-protect-image:not(img) {
  position: relative;
  display: block;
}
.c-protect-image:not(img)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #fff;
  opacity: 0;
}
.c-protect-image:not(img) img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-drag: none;
}

@media print {
  .c-protect-image,
  .c-protect-image img {
    visibility: hidden !important;
  }
  .p-movie__video-iframe {
    visibility: hidden !important;
    display: none !important;
  }
}
.p-intro-area {
  position: relative;
  background: #ec0007;
  padding: min(15.9375vw, 306px) 0 min(6.5625vw, 126px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-intro-area {
    padding: 3.2vw 0 11.7333333333vw;
  }
}

.p-intro {
  color: #ffffff;
  position: relative;
  width: min(100vw, 1920px);
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-intro {
    width: auto;
  }
}
.p-intro__inner {
  width: min(88.5416666667vw, 1700px);
  margin: 0 auto;
  padding-right: min(2.8125vw, 54px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-intro__inner {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 56vw;
    padding-right: unset;
  }
}
.p-intro__lead-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(3.75vw, 72px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-intro__lead-area {
    gap: 6.6666666667vw;
  }
}
.p-intro__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(3.1875vw, 61.2px);
  text-align: center;
  font-weight: 500;
}
.p-intro__lead--first {
  font-size: min(3.28125vw, 63px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.p-intro__lead--second {
  font-size: min(1.96875vw, 37.8px);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-intro__lead--second {
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
}
.p-intro__lead--sp {
  position: absolute;
  right: 3.2vw;
  top: 30.6666666667vw;
}
.p-intro__lead--sp .p-intro__lead--first {
  font-size: 6.8vw;
  line-height: 1.28;
  letter-spacing: 0.06em;
}
.p-intro__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.59375vw, 30.6px);
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-intro__text-area {
    gap: 4.2666666667vw;
  }
}
.p-intro__text {
  font-size: min(1.546875vw, 29.7px);
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-intro__text {
    font-size: 3.2vw;
  }
}
.p-intro__image {
  width: min(51.0416666667vw, 980px);
  position: absolute;
  left: max(-7.3958333333vw, -142px);
  top: max(-4.1666666667vw, -80px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-intro__image {
    width: 48.9333333333vw;
    left: 0;
    top: 0;
  }
}

.p-movie {
  color: #ffffff;
}
.p-movie__inner {
  position: relative;
  width: min(77.0833333333vw, 1480px);
  margin: 0 auto;
  padding: min(10.4166666667vw, 200px) 0 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-movie__inner {
    width: auto;
    padding-top: 14.6666666667vw;
  }
}
.p-movie__character {
  position: absolute;
  right: max(-7.2916666667vw, -140px);
  bottom: max(-4.6875vw, -90px);
  width: min(11.8229166667vw, 227px);
  z-index: 1;
}
.p-movie__character[data-sizzle-reveal] {
  opacity: 0;
  translate: 72px 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.28s, translate 0.45s cubic-bezier(0.16, 1, 0.3, 1) 0.28s;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.28s, translate 0.45s cubic-bezier(0.16, 1, 0.3, 1) 0.28s;
}
.p-movie__character[data-sizzle-reveal].is-shown {
  opacity: 1;
  translate: 0 0;
}
@media (prefers-reduced-motion: reduce) {
  .p-movie__character[data-sizzle-reveal] {
    opacity: 1;
    translate: none;
    -webkit-transition: none;
    transition: none;
  }
}
.p-movie__ttl {
  width: min(18.8020833333vw, 361px);
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-movie__ttl {
    width: 38.4vw;
  }
}
.p-movie__video-area {
  --movie-col-gap: min(4.5833333333vw, 88px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: var(--movie-col-gap);
     -moz-column-gap: var(--movie-col-gap);
          column-gap: var(--movie-col-gap);
  row-gap: var(--movie-col-gap);
  margin-top: var(--movie-col-gap);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-movie__video-area {
    --movie-col-gap: 0px;
    row-gap: 10.6666666667vw;
    margin-top: 9.6vw;
  }
}
.p-movie__video-item {
  width: calc((100% - var(--movie-col-gap)) / 2);
  min-width: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-movie__video-item {
    width: 100%;
  }
}
.p-movie__video-box {
  position: relative;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 767px) {
  .p-movie__video-box:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-movie__video-box {
    padding-top: 56.25%;
  }
  .p-movie__video-box .p-movie__video-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.p-movie__video-link {
  display: block;
}
.p-movie__video-info {
  margin-top: min(1.0416666667vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(1.0416666667vw, 20px);
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-movie__video-info {
    margin-top: 2.6666666667vw;
    gap: 2.1333333333vw;
    padding: 0 3.2vw;
  }
}
.p-movie__video-title {
  font-size: min(1.5625vw, 30px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-movie__video-title {
    font-size: 4.8vw;
  }
}
.p-movie__video-caption {
  font-size: min(1.25vw, 24px);
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-movie__video-caption {
    font-size: 3.7333333333vw;
  }
}

.modalClose {
  position: absolute;
  width: 60px !important;
  height: 60px !important;
  top: -46px !important;
  right: -70px !important;
  cursor: pointer;
}
@media screen and (max-width: 1540px) {
  .modalClose {
    top: -30px !important;
    right: -78px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .modalClose {
    top: -63px !important;
    right: 4px !important;
  }
}
@media screen and (max-width: 767px) {
  .modalClose {
    width: 30px !important;
    height: 30px !important;
    top: -34px !important;
    right: 0 !important;
  }
}

.modalClose__line {
  background: #fff;
  display: block;
  width: 60px;
  height: 1px;
  position: relative;
  z-index: -1;
  top: 26px !important;
}
@media screen and (max-width: 767px) {
  .modalClose__line {
    width: 30px;
    height: 1px;
    top: 50% !important;
  }
}
.modalClose__line.top {
  -webkit-transform: rotate(-45deg) translateY(0);
          transform: rotate(-45deg) translateY(0);
}
@media screen and (max-width: 767px) {
  .modalClose__line.top {
    -webkit-transform: rotate(-45deg) translateY(-50%) !important;
            transform: rotate(-45deg) translateY(-50%) !important;
  }
}
.modalClose__line.bottom {
  -webkit-transform: rotate(45deg) translateY(0);
          transform: rotate(45deg) translateY(0);
}
@media screen and (max-width: 767px) {
  .modalClose__line.bottom {
    -webkit-transform: rotate(45deg) translateY(-50%) !important;
            transform: rotate(45deg) translateY(-50%) !important;
  }
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  padding: 0 !important;
}

.p-about {
  padding: min(6.5625vw, 126px) 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 220, 110, 0.22)), to(rgba(255, 220, 110, 0.22))), url(/assets/images/bg_gold.jpg) no-repeat left top/cover;
  background: linear-gradient(rgba(255, 220, 110, 0.22), rgba(255, 220, 110, 0.22)), url(/assets/images/bg_gold.jpg) no-repeat left top/cover;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about {
    padding: 10.6666666667vw 0 11.7333333333vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 220, 110, 0.22)), to(rgba(255, 220, 110, 0.22))), url(/assets/images/bg_gold_sp.jpg) no-repeat left top/cover;
    background: linear-gradient(rgba(255, 220, 110, 0.22), rgba(255, 220, 110, 0.22)), url(/assets/images/bg_gold_sp.jpg) no-repeat left top/cover;
  }
}
.p-about__inner {
  position: relative;
  width: min(86.25vw, 1656px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.40625vw, 27px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__inner {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__lead-area {
  padding-top: min(0.375vw, 7.2px);
}
.p-about__ttl {
  width: min(38.953125vw, 747.9px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__ttl {
    width: 94.8vw;
    margin: 0 auto;
  }
}
.p-about__image {
  width: min(50.53125vw, 970.2px);
  position: absolute;
  left: max(-7.078125vw, -135.9px);
  bottom: max(-6.5625vw, -126px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__image {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    margin-top: 4vw;
  }
}
.p-about__content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(3.75vw, 72px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__content-area {
    padding-left: 6vw;
    gap: 9.3333333333vw;
    margin-top: 7.4666666667vw;
  }
}
.p-about__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(0.75vw, 14.4px);
  text-shadow: 0 0 8px #ffffff, 0 0 12px rgba(255, 255, 255, 0.5);
  color: #000000;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__content-item {
    gap: 2.6666666667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-about__content-ttl {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  font-size: min(2.90625vw, 55.8px);
  padding-left: min(5.25vw, 100.8px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__content-ttl {
    font-size: 6vw;
    padding-left: 10.1333333333vw;
  }
}
.p-about__content-ttl {
  white-space: nowrap;
}
.p-about__content-ttl--num {
  position: absolute;
  left: 0;
  top: 0.14em;
  width: min(4.453125vw, 85.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__content-ttl--num {
    width: 9.0666666667vw;
    top: 0.1em;
  }
}
.p-about__content-text {
  padding-left: min(5.25vw, 100.8px);
  font-weight: 500;
  font-size: min(1.875vw, 36px);
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 28px rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__content-text {
    font-size: 4vw;
    padding-left: 10.1333333333vw;
    text-shadow: 0 0 10px #ffffff, 0 0 18px rgba(255, 255, 255, 0.45);
  }
}

.p-lineup__inner {
  position: relative;
  padding: min(8.9583333333vw, 172px) 0 0;
  background: #ec0007;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__inner {
    padding-top: 14.6666666667vw;
  }
}
.p-lineup__ttl {
  width: min(21.1875vw, 406.8px);
  margin: 0 auto;
  margin-bottom: min(4.03125vw, 77.4px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__ttl {
    width: 48.1333333333vw;
    margin-bottom: 11.7333333333vw;
  }
}
.p-lineup__content-item {
  padding: 0 0 min(4.6875vw, 90px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__content-item {
    padding: 0 0 22.1333333333vw;
  }
}
.p-lineup__content-item.is-color-blue {
  padding: min(8.4375vw, 162px) 0;
  background: #00449b;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__content-item.is-color-blue {
    padding: 19.2vw 0 22.1333333333vw;
  }
}
.p-lineup__content-item-inner {
  width: min(79.96875vw, 1535.4px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(3.1875vw, 61.2px);
}
.p-lineup__content-item-inner.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__content-item-inner.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__content-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10.6666666667vw;
    width: auto;
  }
}
.p-lineup__pkg {
  width: min(32.25vw, 619.2px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__pkg {
    width: 84.4vw;
  }
}
.p-lineup__pkg[data-sizzle-reveal] {
  opacity: 0;
  translate: 0 36px;
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), translate 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), translate 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-lineup__pkg[data-sizzle-reveal].is-shown {
  opacity: 1;
  translate: 0 0;
}
@media (prefers-reduced-motion: reduce) {
  .p-lineup__pkg[data-sizzle-reveal] {
    opacity: 1;
    translate: none;
    -webkit-transition: none;
    transition: none;
  }
}
.p-lineup__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.34375vw, 45px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__content-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.4vw;
  }
}
.p-lineup__content-box.is-reverse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__content-box.is-reverse {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-lineup__content-ttl {
  width: min(29.578125vw, 567.9px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__content-ttl {
    width: 84vw;
  }
}
.p-lineup__content-text {
  font-size: min(2.34375vw, 45px);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__content-text {
    text-align: center;
    font-size: 4.6666666667vw;
    line-height: 2;
  }
}
.p-lineup__content-text.is-text-align-right {
  text-align: right;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__content-text.is-text-align-right {
    text-align: center;
  }
}
.p-lineup__sizzle-parallax {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(90vw, 1728px);
  height: 100%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__sizzle-parallax {
    width: 100%;
  }
}
.p-lineup__sizzle-parallax-item {
  position: absolute;
  --parallax-y: 0px;
  --reveal-y: 0px;
  translate: 0 calc(var(--parallax-y) + var(--reveal-y));
  will-change: translate;
}
.p-lineup__sizzle-parallax-item[data-sizzle-reveal] {
  opacity: 0;
  --reveal-y: 21.6px;
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), --reveal-y 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-lineup__sizzle-parallax-item[data-sizzle-reveal].is-shown {
  opacity: 1;
  --reveal-y: 0px;
}
@media (prefers-reduced-motion: reduce) {
  .p-lineup__sizzle-parallax-item {
    translate: none;
    will-change: auto;
  }
  .p-lineup__sizzle-parallax-item[data-sizzle-reveal] {
    opacity: 1;
    --reveal-y: 0px;
    -webkit-transition: none;
    transition: none;
  }
}
.p-lineup__sizzle-parallax-item.is-sizzle-shio-01 {
  width: min(20.0625vw, 385.2px);
  top: min(6.6145833333vw, 127px);
  left: max(-4.6875vw, -90px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__sizzle-parallax-item.is-sizzle-shio-01 {
    width: 18.8vw;
    left: -1px;
    top: 13.7333333333vw;
  }
}
.p-lineup__sizzle-parallax-item.is-sizzle-shio-02-01 {
  width: min(11.15625vw, 214.2px);
  top: min(0.0052083333vw, 0.1px);
  right: min(2.953125vw, 56.7px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__sizzle-parallax-item.is-sizzle-shio-02-01 {
    width: 21.3333333333vw;
    right: 0;
    top: -8vw;
  }
}
.p-lineup__sizzle-parallax-item.is-sizzle-shio-02-02 {
  width: min(19.96875vw, 383.4px);
  right: min(0.28125vw, 5.4px);
  top: min(13.1770833333vw, 253px);
}
.p-lineup__sizzle-parallax-item.is-sizzle-shio-02-02--before {
  width: min(11.484375vw, 220.5px);
  right: min(3.984375vw, 76.5px);
  top: min(10.3177083333vw, 198.1px);
  --sizzle-bend-rotate: 328deg;
  -webkit-transform: rotate(var(--sizzle-bend-rotate));
          transform: rotate(var(--sizzle-bend-rotate));
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__sizzle-parallax-item.is-sizzle-shio-02-02 {
    width: 29.0666666667vw;
    right: 0;
    top: 18.4vw;
  }
  .p-lineup__sizzle-parallax-item.is-sizzle-shio-02-02--before {
    width: 21.3333333333vw;
    right: 0;
    top: 13.3333333333vw;
    --sizzle-bend-rotate: 328deg;
  }
}
.p-lineup__sizzle-parallax-item.is-sizzle-shio-03 {
  width: min(6.890625vw, 132.3px);
  top: min(42.7083333333vw, 820px);
  left: min(1.40625vw, 27px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__sizzle-parallax-item.is-sizzle-shio-03 {
    display: none;
  }
}
.p-lineup__sizzle-parallax-item.is-sizzle-nori-01 {
  width: min(18.84375vw, 361.8px);
  right: min(7.5vw, 144px);
  top: min(49.9270833333vw, 958.6px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__sizzle-parallax-item.is-sizzle-nori-01 {
    width: 45.7333333333vw;
    right: min(0.5208333333vw, 10px);
    top: auto;
    bottom: 183.7333333333vw;
  }
}
.p-lineup__sizzle-parallax-item.is-sizzle-nori-02-01 {
  width: min(19.40625vw, 372.6px);
  left: min(3.609375vw, 69.3px);
  top: min(98.3489583333vw, 1888.3px);
}
.p-lineup__sizzle-parallax-item.is-sizzle-nori-02-01--before {
  width: min(11.484375vw, 220.5px);
  left: min(7.03125vw, 135px);
  top: min(95.2083333333vw, 1828px);
  --sizzle-bend-rotate: 20deg;
  -webkit-transform: rotate(var(--sizzle-bend-rotate));
          transform: rotate(var(--sizzle-bend-rotate));
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__sizzle-parallax-item.is-sizzle-nori-02-01 {
    width: 34.9333333333vw;
    left: -1px;
    top: auto;
    bottom: 0;
  }
  .p-lineup__sizzle-parallax-item.is-sizzle-nori-02-01--before {
    width: 19.3333333333vw;
    left: 0;
    top: auto;
    bottom: -4vw;
    --sizzle-bend-rotate: 30deg;
  }
}
.p-lineup__sizzle-parallax-item.is-sizzle-nori-02-02 {
  width: min(11.203125vw, 215.1px);
  left: min(3.609375vw, 69.3px);
  top: min(91.0364583333vw, 1747.9px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__sizzle-parallax-item.is-sizzle-nori-02-02 {
    width: 19.3333333333vw;
    left: -1px;
    top: auto;
    bottom: 8vw;
  }
}
.p-lineup__sizzle-parallax-item.is-sizzle-nori-03 {
  width: min(18.1875vw, 349.2px);
  right: min(2.484375vw, 47.7px);
  top: min(97.0833333333vw, 1864px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-lineup__sizzle-parallax-item.is-sizzle-nori-03 {
    display: none;
  }
}
.p-lineup__sizzle-break-after, .p-lineup__sizzle-break-before {
  -webkit-transform-origin: 50% 55%;
          transform-origin: 50% 55%;
}
.p-lineup__sizzle-break-after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-lineup__sizzle-break-before {
  opacity: 1;
  visibility: visible;
}
.p-lineup__sizzle-break.is-cracked .p-lineup__sizzle-break-before {
  -webkit-animation: sizzle-stick-bend 0.16s cubic-bezier(0.55, 0.05, 0.9, 0.45) both;
          animation: sizzle-stick-bend 0.16s cubic-bezier(0.55, 0.05, 0.9, 0.45) both;
}
.p-lineup__sizzle-break.is-cracked .p-lineup__sizzle-break-after {
  visibility: visible;
  pointer-events: auto;
  -webkit-animation: sizzle-stick-snap 0.28s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
          animation: sizzle-stick-snap 0.28s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
@media (prefers-reduced-motion: reduce) {
  .p-lineup__sizzle-break.is-cracked .p-lineup__sizzle-break-before {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
    visibility: hidden;
  }
  .p-lineup__sizzle-break.is-cracked .p-lineup__sizzle-break-after {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    visibility: visible;
  }
}

@property --reveal-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@-webkit-keyframes sizzle-stick-bend {
  0% {
    opacity: 1;
    -webkit-transform: rotate(var(--sizzle-bend-rotate, 0deg)) scaleY(1) skewX(0deg);
            transform: rotate(var(--sizzle-bend-rotate, 0deg)) scaleY(1) skewX(0deg);
  }
  35% {
    -webkit-transform: rotate(calc(var(--sizzle-bend-rotate, 0deg) - 1.5deg)) scaleY(1.03) skewX(-1.8deg);
            transform: rotate(calc(var(--sizzle-bend-rotate, 0deg) - 1.5deg)) scaleY(1.03) skewX(-1.8deg);
  }
  65% {
    -webkit-transform: rotate(calc(var(--sizzle-bend-rotate, 0deg) + 1.5deg)) scaleY(1.04) skewX(1.5deg);
            transform: rotate(calc(var(--sizzle-bend-rotate, 0deg) + 1.5deg)) scaleY(1.04) skewX(1.5deg);
  }
  82% {
    opacity: 1;
    -webkit-transform: rotate(var(--sizzle-bend-rotate, 0deg)) scaleY(0.98) skewX(0deg);
            transform: rotate(var(--sizzle-bend-rotate, 0deg)) scaleY(0.98) skewX(0deg);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(var(--sizzle-bend-rotate, 0deg)) scaleY(0.94) scaleX(1.02);
            transform: rotate(var(--sizzle-bend-rotate, 0deg)) scaleY(0.94) scaleX(1.02);
  }
}
@keyframes sizzle-stick-bend {
  0% {
    opacity: 1;
    -webkit-transform: rotate(var(--sizzle-bend-rotate, 0deg)) scaleY(1) skewX(0deg);
            transform: rotate(var(--sizzle-bend-rotate, 0deg)) scaleY(1) skewX(0deg);
  }
  35% {
    -webkit-transform: rotate(calc(var(--sizzle-bend-rotate, 0deg) - 1.5deg)) scaleY(1.03) skewX(-1.8deg);
            transform: rotate(calc(var(--sizzle-bend-rotate, 0deg) - 1.5deg)) scaleY(1.03) skewX(-1.8deg);
  }
  65% {
    -webkit-transform: rotate(calc(var(--sizzle-bend-rotate, 0deg) + 1.5deg)) scaleY(1.04) skewX(1.5deg);
            transform: rotate(calc(var(--sizzle-bend-rotate, 0deg) + 1.5deg)) scaleY(1.04) skewX(1.5deg);
  }
  82% {
    opacity: 1;
    -webkit-transform: rotate(var(--sizzle-bend-rotate, 0deg)) scaleY(0.98) skewX(0deg);
            transform: rotate(var(--sizzle-bend-rotate, 0deg)) scaleY(0.98) skewX(0deg);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(var(--sizzle-bend-rotate, 0deg)) scaleY(0.94) scaleX(1.02);
            transform: rotate(var(--sizzle-bend-rotate, 0deg)) scaleY(0.94) scaleX(1.02);
  }
}
@-webkit-keyframes sizzle-stick-snap {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.94) rotate(-0.6deg);
            transform: scale(0.94) rotate(-0.6deg);
  }
  28% {
    opacity: 1;
    -webkit-transform: scale(1.04) rotate(0.8deg);
            transform: scale(1.04) rotate(0.8deg);
  }
  62% {
    -webkit-transform: scale(0.99) rotate(-0.2deg);
            transform: scale(0.99) rotate(-0.2deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
@keyframes sizzle-stick-snap {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.94) rotate(-0.6deg);
            transform: scale(0.94) rotate(-0.6deg);
  }
  28% {
    opacity: 1;
    -webkit-transform: scale(1.04) rotate(0.8deg);
            transform: scale(1.04) rotate(0.8deg);
  }
  62% {
    -webkit-transform: scale(0.99) rotate(-0.2deg);
            transform: scale(0.99) rotate(-0.2deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
.p-character__inner {
  padding: min(8.3333333333vw, 160px) 0 min(6.4583333333vw, 124px);
  background: #ec0007;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-character__inner {
    padding: 13.3333333333vw 0;
  }
}
.p-character__ttl {
  width: min(50.3645833333vw, 967px);
  margin: 0 auto;
  margin-bottom: min(3.6458333333vw, 70px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-character__ttl {
    width: 88.5333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-character__content-area {
  width: min(85.9375vw, 1650px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: min(6.25vw, 120px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-character__content-area {
    width: 94.6666666667vw;
    gap: 2.1333333333vw;
  }
}
.p-character__image-box {
  position: relative;
}
.p-character__image-box[data-sizzle-reveal] {
  opacity: 0;
  translate: 0 36px;
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), translate 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), translate 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-character__image-box[data-sizzle-reveal].is-shown {
  opacity: 1;
  translate: 0 0;
}
.p-character__image-box[data-sizzle-reveal].is-shown .p-character__image--char-01 {
  -webkit-animation: character-play-keyboard-01 1.6s ease-in-out infinite;
          animation: character-play-keyboard-01 1.6s ease-in-out infinite;
}
.p-character__image-box[data-sizzle-reveal].is-shown .p-character__image--char-02 {
  -webkit-animation: character-play-drums 0.8s ease-out infinite;
          animation: character-play-drums 0.8s ease-out infinite;
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.p-character__image-box[data-sizzle-reveal].is-shown .p-character__image--char-03 {
  -webkit-animation: character-play-keyboard-03 1.3s ease-in-out infinite;
          animation: character-play-keyboard-03 1.3s ease-in-out infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
@media (prefers-reduced-motion: reduce) {
  .p-character__image-box[data-sizzle-reveal] {
    opacity: 1;
    translate: none;
    -webkit-transition: none;
    transition: none;
  }
  .p-character__image-box[data-sizzle-reveal] .p-character__image--char-01,
  .p-character__image-box[data-sizzle-reveal] .p-character__image--char-02,
  .p-character__image-box[data-sizzle-reveal] .p-character__image--char-03 {
    -webkit-animation: none;
            animation: none;
  }
}
.p-character__image-box--char-01 {
  width: min(17.1875vw, 330px);
  height: min(30.1041666667vw, 578px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-character__image-box--char-01 {
    width: 28.6666666667vw;
    height: 50.1333333333vw;
  }
}
.p-character__image-box--char-02 {
  width: min(19.7395833333vw, 379px);
  height: min(29.6875vw, 570px);
  top: max(-1.5625vw, -30px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-character__image-box--char-02 {
    width: 32.8vw;
    height: 49.3333333333vw;
    top: -2.6666666667vw;
  }
}
.p-character__image-box--char-03 {
  width: min(17.03125vw, 327px);
  height: min(30.2604166667vw, 581px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-character__image-box--char-03 {
    width: 28.4vw;
    height: 50.4vw;
  }
}
.p-character__image {
  position: absolute;
  display: block;
}
.p-character__image--char-01, .p-character__image--char-02, .p-character__image--char-03 {
  will-change: transform;
}
.p-character__image--char-01 {
  width: min(14.8958333333vw, 286px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-character__image--char-01 {
    width: 24.8vw;
  }
}
.p-character__image--instrument-01 {
  width: min(14.84375vw, 285px);
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-character__image--instrument-01 {
    width: 24.6666666667vw;
  }
}
.p-character__image--char-02 {
  width: min(13.6979166667vw, 263px);
  top: 0;
  right: min(0.46875vw, 9px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-character__image--char-02 {
    width: 22.8vw;
    right: 0.8vw;
  }
}
.p-character__image--instrument-02 {
  width: min(19.7395833333vw, 379px);
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-character__image--instrument-02 {
    width: 32.8vw;
  }
}
.p-character__image--char-03 {
  width: min(15.9895833333vw, 307px);
  top: 0;
  right: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-character__image--char-03 {
    width: 26.6666666667vw;
  }
}
.p-character__image--instrument-03 {
  width: min(12.3958333333vw, 238px);
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-character__image--instrument-03 {
    width: 20.6666666667vw;
  }
}

@-webkit-keyframes character-play-keyboard-01 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(min(-0.2604166667vw, -5px)) rotate(-2.4deg);
            transform: translateY(min(-0.2604166667vw, -5px)) rotate(-2.4deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(min(-0.2604166667vw, -5px)) rotate(2.4deg);
            transform: translateY(min(-0.2604166667vw, -5px)) rotate(2.4deg);
  }
}

@keyframes character-play-keyboard-01 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(min(-0.2604166667vw, -5px)) rotate(-2.4deg);
            transform: translateY(min(-0.2604166667vw, -5px)) rotate(-2.4deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(min(-0.2604166667vw, -5px)) rotate(2.4deg);
            transform: translateY(min(-0.2604166667vw, -5px)) rotate(2.4deg);
  }
}
@-webkit-keyframes character-play-keyboard-03 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  30% {
    -webkit-transform: translateY(min(-0.15625vw, -3px)) rotate(1.8deg);
            transform: translateY(min(-0.15625vw, -3px)) rotate(1.8deg);
  }
  55% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  80% {
    -webkit-transform: translateY(min(-0.15625vw, -3px)) rotate(-1.8deg);
            transform: translateY(min(-0.15625vw, -3px)) rotate(-1.8deg);
  }
}
@keyframes character-play-keyboard-03 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  30% {
    -webkit-transform: translateY(min(-0.15625vw, -3px)) rotate(1.8deg);
            transform: translateY(min(-0.15625vw, -3px)) rotate(1.8deg);
  }
  55% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  80% {
    -webkit-transform: translateY(min(-0.15625vw, -3px)) rotate(-1.8deg);
            transform: translateY(min(-0.15625vw, -3px)) rotate(-1.8deg);
  }
}
@-webkit-keyframes character-play-drums {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  35% {
    -webkit-transform: translateY(min(-0.625vw, -12px));
            transform: translateY(min(-0.625vw, -12px));
  }
  55% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes character-play-drums {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  35% {
    -webkit-transform: translateY(min(-0.625vw, -12px));
            transform: translateY(min(-0.625vw, -12px));
  }
  55% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}