@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-main);
  --color-black: #000;
  --color-white: #fff;
  --color-main: #F9BE00;
  --color-main-light: #fcf5e3;
  --color-gray: #68686a;
  --color-lineuo-1: #ea6094;
  --color-lineuo-2: #70bb2d;
  --color-lineuo-3: #2ab4db;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bound: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease_back: cubic-bezier(0.36, 0, 0.66, -0.56);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  width: 100%;
}

.l-wrap {
  width: 100vw;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 1201px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  width: auto !important;
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  width: 100%;
  display: block;
  position: relative;
  background: var(--color-main);
}
.l-wrap__bg {
  width: 100%;
  max-width: min(1800px, 150vh);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 270px;
}
@media screen and (min-width: 1441px) {
  .l-wrap__bg {
    right: calc((100% - 1441px) * 0.5 + 270px);
  }
}
@media screen and (max-width: 1200px) {
  .l-wrap__bg {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1080px) {
  .l-wrap__bg {
    display: none;
  }
}
.l-wrap__bg-img {
  width: 100%;
  height: 100vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.l-wrap__bg-img img {
  width: calc(100% - 740px);
  max-width: 1800%-740px;
  min-width: 1000px;
  height: 100% !important;
  min-height: 500px;
  display: block;
  position: absolute;
  top: 0;
  right: -5%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
}
.l-wrap__container {
  width: 100%;
  max-width: 1441px;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.l-wrap__side {
  width: 270px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .l-wrap__side {
    display: none;
  }
}
.l-wrap__cover {
  width: calc(100% - 740px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .l-wrap__cover {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1080px) {
  .l-wrap__cover {
    display: none;
  }
}
.l-wrap__content {
  width: 100%;
  max-width: 470px;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-main);
  z-index: 0;
}
@media screen and (min-width: 471px) {
  .l-wrap__content::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    border-left: 1px solid var(--color-white);
    border-right: 1px solid var(--color-white);
    box-sizing: content-box;
    z-index: 1;
    pointer-events: none;
  }
}
@media screen and (min-width: 1201px) {
  .l-wrap__content {
    margin-right: 270px;
  }
}
.l-wrap__foot {
  max-width: 100%;
  display: block;
  position: relative;
  background-color: var(--color-white);
  z-index: 0;
  overflow: hidden;
}

.l-main {
  display: block;
  position: relative;
  opacity: 0;
}
.is-op .l-main {
  opacity: 1;
}
.is-load .l-main {
  opacity: 1;
  transition: opacity 1s var(--ease_out);
}

.l-header {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .l-header {
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 470px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header {
    max-width: 470px;
    right: 270px;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1441px) {
  .l-header {
    right: calc((100% - 1441px) * 0.5 + 270px);
  }
}
.l-header__container {
  width: 100%;
  height: min(14.4vw, 67.68px);
  display: block;
  position: relative;
  padding: min(1.7333333333vw, 8.1466666667px) min(4.8vw, 22.56px);
  background: var(--color-white);
}
.is-op .l-header__container {
  transform: translateY(-100%);
}
.is-op.is-load .l-header__container {
  transform: translateY(0);
  transition: transform 0.5s var(--ease_out) 0.6s;
}
.l-header__brand {
  width: min(29.8666666667vw, 140.3733333333px);
  display: block;
  position: relative;
}
.l-header__menu {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1;
}
.l-header__nav {
  width: 100%;
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  background: var(--color-main-light);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
}
.is-menu-show .l-header__nav {
  display: block;
}
.is-menu-open .l-header__nav {
  pointer-events: auto;
  opacity: 1;
}

.l-header_menu {
  width: min(16vw, 75.2px);
  height: min(14.4vw, 67.68px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
.l-header_menu__content {
  width: min(6.6666666667vw, 31.3333333333px);
  height: min(5.3333333333vw, 25.0666666667px);
  display: block;
  position: relative;
  box-sizing: content-box;
}
.l-header_menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-header_menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-header_menu__line-bar {
  width: 100%;
  height: 0.2rem;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-header_menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.l-header_menu__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.l-header_menu__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--close .l-header_menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-header_menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.--close .l-header_menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header_menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-black);
  transition: width 0.4s var(--ease_inout);
}
.--open .l-header_menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}
.is-menu-open .--open .l-header_menu__line-bar::before {
  width: 0;
  left: auto;
  right: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.--close .l-header_menu__line-bar::before {
  width: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.is-menu-open .--close .l-header_menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}

.l-header_nav {
  width: 100%;
  height: calc(var(--vh) - min(14.4vw, 67.68px) + 1px);
  display: block;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}
.l-header_nav__container {
  width: 100%;
  min-height: calc(var(--vh) - min(14.4vw, 67.68px) + 1px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}
.l-header_nav__content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: min(11.7333333333vw, 55.1466666667px) 0 min(5.3333333333vw, 25.0666666667px);
  background-color: var(--color-main);
  opacity: 0;
  transform: translateY(-60%);
  transition: opacity 0s linear 0.8s, transform 0s linear 0.8s;
}
.is-menu-open .l-header_nav__content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s var(--ease_out), transform 1s var(--ease_bound);
}
.l-header_nav__list {
  width: min(88vw, 413.6px);
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-header_nav__list-item {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-20%);
  transition: opacity 0s linear 0.8s, transform 0s linear 0.8s;
}
.is-menu-open .l-header_nav__list-item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.2s var(--ease_out), transform 1s var(--ease_bound);
}
.is-menu-open .l-header_nav__list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.is-menu-open .l-header_nav__list-item:nth-child(2) {
  transition-delay: 0.35s;
}
.is-menu-open .l-header_nav__list-item:nth-child(3) {
  transition-delay: 0.4s;
}
.is-menu-open .l-header_nav__list-item:nth-child(4) {
  transition-delay: 0.45s;
}
.is-menu-open .l-header_nav__list-item:nth-child(5) {
  transition-delay: 0.5s;
}
.is-menu-open .l-header_nav__list-item:nth-child(6) {
  transition-delay: 0.55s;
}
.is-menu-open .l-header_nav__list-item:nth-child(7) {
  transition-delay: 0.6s;
}
.is-menu-open .l-header_nav__list-item:nth-child(8) {
  transition-delay: 0.65s;
}
.is-menu-open .l-header_nav__list-item:nth-child(9) {
  transition-delay: 0.7s;
}
.is-menu-open .l-header_nav__list-item:nth-child(10) {
  transition-delay: 0.75s;
}
.l-header_nav__list-item + .l-header_nav__list-item {
  margin-top: min(5.3333333333vw, 25.0666666667px);
}
.l-header_nav__link {
  display: block;
  position: relative;
  padding: min(2.6666666667vw, 12.5333333333px) 0;
}
.l-header_nav__link.--mv {
  width: min(67.228vw, 315.9716px);
}
.l-header_nav__link.--profile {
  width: min(74.088vw, 348.2136px);
}
.l-header_nav__link.--whats {
  width: min(88.592vw, 416.3824px);
}
.l-header_nav__link.--product {
  width: min(47.628vw, 223.8516px);
}
@media (hover: hover) and (pointer: fine) {
  .l-header_nav__link:hover img {
    animation: pyoko 0.3s linear 2;
  }
}
.l-header_nav__wave {
  width: 100%;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}
.l-header_nav__wave-img {
  width: 140%;
  display: block;
  position: relative;
  top: -20px;
  left: -20%;
  animation: purun_bottom 16s linear 0s infinite;
  transform-origin: center top;
}
.l-header_nav__deco {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}
.l-header_nav__deco-item {
  width: min(5.3333333333vw, 25.0666666667px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, calc(-50% - 150px));
}
.is-menu-open .l-header_nav__deco-item {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s var(--ease_out), transform 1.2s var(--ease_bound);
}
.is-menu-open .l-header_nav__deco-item:nth-child(1) {
  transition-delay: 0s;
}
.is-menu-open .l-header_nav__deco-item:nth-child(2) {
  transition-delay: 0.2s;
}
.is-menu-open .l-header_nav__deco-item:nth-child(3) {
  transition-delay: 0.4s;
}
.is-menu-open .l-header_nav__deco-item:nth-child(4) {
  transition-delay: 0.6s;
}
.is-menu-open .l-header_nav__deco-item:nth-child(5) {
  transition-delay: 0.8s;
}
.is-menu-open .l-header_nav__deco-item:nth-child(6) {
  transition-delay: 1s;
}
.is-menu-open .l-header_nav__deco-item:nth-child(7) {
  transition-delay: 1.2s;
}
.is-menu-open .l-header_nav__deco-item:nth-child(8) {
  transition-delay: 1.4s;
}
.is-menu-open .l-header_nav__deco-item:nth-child(9) {
  transition-delay: 1.6s;
}
.is-menu-open .l-header_nav__deco-item:nth-child(10) {
  transition-delay: 1.8s;
}
.l-header_nav__deco-item.--deco1 {
  width: min(5.0666666667vw, 23.8133333333px);
  top: 35%;
  left: 10%;
}
.l-header_nav__deco-item.--deco2 {
  width: min(5.8666666667vw, 27.5733333333px);
  top: 36%;
  left: 38%;
}
.l-header_nav__deco-item.--deco3 {
  width: min(4.8vw, 22.56px);
  top: 21%;
  left: 46%;
}
.l-header_nav__deco-item.--deco4 {
  width: min(8vw, 37.6px);
  top: 28%;
  left: 58%;
}
.l-header_nav__deco-item.--deco5 {
  width: min(5.8666666667vw, 27.5733333333px);
  top: 16%;
  left: 88%;
}
.l-header_nav__deco-item:nth-child(1) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-header_nav__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-header_nav__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-header_nav__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-header_nav__deco-item:nth-child(2) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-header_nav__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-header_nav__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-header_nav__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-header_nav__deco-item:nth-child(3) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-header_nav__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-header_nav__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-header_nav__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-header_nav__deco-item:nth-child(4) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-header_nav__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-header_nav__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-header_nav__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-header_nav__deco-item:nth-child(5) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-header_nav__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-header_nav__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-header_nav__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-header_nav__deco-item:nth-child(6) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-header_nav__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-header_nav__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-header_nav__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-header_nav__deco-item:nth-child(7) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-header_nav__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-header_nav__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-header_nav__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-header_nav__deco-item:nth-child(8) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-header_nav__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-header_nav__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-header_nav__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-header_nav__deco-item:nth-child(9) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-header_nav__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-header_nav__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-header_nav__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-header_nav__deco-item:nth-child(10) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-header_nav__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-header_nav__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-header_nav__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-header_nav__deco-img {
  display: block;
  position: relative;
}
.is-active .l-header_nav__deco-img {
  animation: deco_puru1 1.6s linear;
}
.l-header_nav__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.l-header_nav__cap {
  width: min(39.4666666667vw, 185.4933333333px);
  display: block;
  position: absolute;
  bottom: 2%;
  left: 7%;
  z-index: -1;
}
.l-header_nav__cap-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: scale(0.2);
  transition: opacity 0s linear 0.8s, transform 0s linear 0.8s;
  transform-origin: center bottom;
}
.is-menu-open .l-header_nav__cap-img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s var(--ease_out) 0.4s, transform 1s var(--ease_bound) 0.4s;
}
.l-header_nav__chara {
  width: min(52.2666666667vw, 245.6533333333px);
  display: block;
  position: absolute;
  top: 100%;
  right: 2%;
  z-index: -1;
  transform: translate(0, -65%);
}
.l-header_nav__chara-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0s linear 0.8s, transform 0s linear 0.8s;
}
.is-menu-open .l-header_nav__chara-img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s var(--ease_out) 0.4s, transform 1s var(--ease_bound) 0.4s;
}
.l-header_nav__chara-img img {
  transform-origin: 20% 60%;
}
.is-menu-open .l-header_nav__chara-img img {
  animation: nav_deco_chara 2s steps(1) 0.5s infinite;
}
@keyframes nav_deco_chara {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}

.l-footer {
  display: block;
  position: relative;
  z-index: 0;
  padding-top: min(48vw, 225.6px);
  background-color: var(--color-main-light);
  overflow: hidden;
}
.l-footer__deco {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer__deco-item {
  width: min(5.3333333333vw, 25.0666666667px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 150px));
}
.is-scroll-active .l-footer__deco-item {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s var(--ease_out), transform 1.2s var(--ease_bound);
}
.is-scroll-active .l-footer__deco-item:nth-child(1) {
  transition-delay: 0s;
}
.is-scroll-active .l-footer__deco-item:nth-child(2) {
  transition-delay: 0.2s;
}
.is-scroll-active .l-footer__deco-item:nth-child(3) {
  transition-delay: 0.4s;
}
.is-scroll-active .l-footer__deco-item:nth-child(4) {
  transition-delay: 0.6s;
}
.is-scroll-active .l-footer__deco-item:nth-child(5) {
  transition-delay: 0.8s;
}
.is-scroll-active .l-footer__deco-item:nth-child(6) {
  transition-delay: 1s;
}
.is-scroll-active .l-footer__deco-item:nth-child(7) {
  transition-delay: 1.2s;
}
.is-scroll-active .l-footer__deco-item:nth-child(8) {
  transition-delay: 1.4s;
}
.is-scroll-active .l-footer__deco-item:nth-child(9) {
  transition-delay: 1.6s;
}
.is-scroll-active .l-footer__deco-item:nth-child(10) {
  transition-delay: 1.8s;
}
.l-footer__deco-item.--deco1 {
  width: min(11.2vw, 52.64px);
  top: 21%;
  left: 10.6%;
}
.l-footer__deco-item.--deco2 {
  width: min(5.3333333333vw, 25.0666666667px);
  top: 30%;
  left: 28%;
}
.l-footer__deco-item.--deco3 {
  width: min(5.8666666667vw, 27.5733333333px);
  top: 45%;
  left: 96%;
}
.l-footer__deco-item:nth-child(1) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-footer__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-footer__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-footer__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-footer__deco-item:nth-child(2) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-footer__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-footer__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-footer__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-footer__deco-item:nth-child(3) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-footer__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-footer__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-footer__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-footer__deco-item:nth-child(4) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-footer__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-footer__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-footer__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-footer__deco-item:nth-child(5) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-footer__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-footer__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-footer__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-footer__deco-item:nth-child(6) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-footer__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-footer__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-footer__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-footer__deco-item:nth-child(7) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-footer__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-footer__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-footer__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-footer__deco-item:nth-child(8) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-footer__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-footer__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-footer__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-footer__deco-item:nth-child(9) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-footer__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-footer__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-footer__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-footer__deco-item:nth-child(10) img {
  animation: deco_fuwa 15s linear infinite;
}
.l-footer__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.l-footer__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.l-footer__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.l-footer__deco-img {
  display: block;
  position: relative;
}
.is-active .l-footer__deco-img {
  animation: deco_puru1 1.6s linear;
}
.l-footer__chara {
  width: min(64vw, 300.8px);
  display: block;
  position: absolute;
  top: 0;
  right: 2%;
  z-index: -1;
  transform: translate(0, -58.5%);
}
.l-footer__chara-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(100%);
}
.is-scroll-active .l-footer__chara-img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s var(--ease_out), transform 1s var(--ease_bound);
}
.l-footer__chara-img img {
  transform-origin: 20% 60%;
}
.is-load .l-footer__chara-img img {
  animation: footer_deco_chara 2s steps(1) 0.5s infinite;
}
@keyframes footer_deco_chara {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}
.l-footer__wave {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
}
.l-footer__wave.--top {
  top: max(-13.3333333333vw, -62.6666666667px);
}
.l-footer__wave-img {
  width: 140%;
  display: block;
  position: relative;
  left: -20%;
}
.--top .l-footer__wave-img {
  animation: purun_top 16s linear 0s infinite;
  transform-origin: center top;
}
.l-footer__wave-deco {
  width: min(27.2vw, 127.84px);
  display: block;
  position: absolute;
  top: 66.5%;
  right: 0;
  z-index: -1;
}
.l-footer__container {
  display: block;
  position: relative;
  z-index: 0;
  padding-top: min(8.5333333333vw, 40.1066666667px);
}
.l-footer__content {
  display: block;
  position: relative;
  padding: 0 0 min(11.2vw, 52.64px);
  background-color: var(--color-main);
  z-index: 0;
}

.l-footer_sns {
  display: block;
  position: relative;
}
.l-footer_sns__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  gap: min(5.3333333333vw, 25.0666666667px);
}
.l-footer_sns__list-item {
  display: block;
  position: relative;
}
.l-footer_sns__link {
  width: min(10.4vw, 48.88px);
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link:hover img {
    animation: pyoko 0.3s linear 2;
  }
}

.l-cover {
  width: 100%;
  height: var(--svh);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}
.l-cover__container {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 8% 40px;
}
.l-cover__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .l-cover__content {
    max-width: 300px;
    grid-template-columns: 1fr;
    gap: 3%;
  }
}
.l-cover__sns {
  display: block;
  position: relative;
  margin-top: 50px;
}
.l-cover__btn {
  width: 245px;
  display: block;
  position: relative;
  margin: 15px auto 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-cover__btn:hover img {
    animation: pyoko 0.3s linear 2;
  }
}

.l-cover_shop {
  display: block;
  position: relative;
}
.l-cover_shop__base {
  display: block;
  position: relative;
}
.l-cover_shop__list {
  width: 92%;
  position: absolute;
  top: 65.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5%;
}
.l-cover_shop__list-item {
  min-width: 0;
  display: block;
  position: relative;
}
.l-cover_shop__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-cover_shop__link:hover img {
    animation: pyoko 0.3s linear 2;
  }
}

.l-side {
  width: 100%;
  height: var(--svh);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}
.l-side__clock {
  width: 320px;
  display: block;
  position: absolute;
  top: 26.5%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.l-side__clock-base {
  display: block;
  position: relative;
}
.l-side__clock-bar {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  animation: side_bar 2s steps(1) infinite;
}
@keyframes side_bar {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.l-side__content {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: min(10.6666666667vw, 50.1333333333px) 0;
}
.l-side__nav {
  display: block;
  position: relative;
}
.l-side__sns {
  display: block;
  position: relative;
  margin-top: 50px;
}

.l-side_nav {
  display: block;
  position: relative;
}
.l-side_nav__list {
  width: 220px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-side_nav__list-item {
  display: block;
  position: relative;
}
.l-side_nav__list-item + .l-side_nav__list-item {
  margin-top: 10px;
}
.l-side_nav__link {
  display: block;
  position: relative;
  padding: 10px 0;
}
.l-side_nav__link.--mv {
  width: 171.5px;
}
.l-side_nav__link.--profile {
  width: 189px;
}
.l-side_nav__link.--whats {
  width: 226px;
}
.l-side_nav__link.--product {
  width: 121.5px;
}
@media (hover: hover) and (pointer: fine) {
  .l-side_nav__link:hover img {
    animation: pyoko 0.3s linear 2;
  }
}

.l-side_sns {
  display: block;
  position: relative;
}
.l-side_sns__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  gap: 20px;
}
.l-side_sns__list-item {
  display: block;
  position: relative;
}
.l-side_sns__link {
  width: 40px;
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-side_sns__link:hover img {
    animation: pyoko 0.3s linear 2;
  }
}

.p-op {
  width: 100%;
  max-width: 470px;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  background-color: var(--color-main-light);
  overflow: hidden;
  z-index: 50;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .p-op {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1201px) {
  .p-op {
    max-width: 470px;
    right: 270px;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1441px) {
  .p-op {
    right: calc((100% - 1441px) * 0.5 + 270px);
  }
}
.is-load .p-op {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s var(--ease_inout) 0.2s;
}

.p-op_count {
  width: 100%;
  display: block;
  position: absolute;
  top: min(10.6666666667vw, 50.1333333333px);
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 1;
}
.is-op-stage-4 .p-op_count {
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
.p-op_count__catch {
  width: min(58.1333333333vw, 273.2266666667px);
  display: block;
  position: relative;
  left: min(6.1333333333vw, 28.8266666667px);
  margin: 0 auto min(13.3333333333vw, 62.6666666667px);
  opacity: 0;
  transform: scale3d(0.1, 0.1, 0.1);
}
.is-op-stage-1 .p-op_count__catch {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bound);
}
.p-op_count__catch-text {
  display: block;
  position: relative;
  transition: transform 0.5s var(--ease_bound);
  transform: scale3d(1, 1, 1);
}
.is-op-stage-1 .p-op_count__catch-text {
  transform: scale3d(1, 1, 1);
}
.is-op-stage-2 .p-op_count__catch-text {
  transform: scale3d(1.1, 1.1, 1.1);
}
.is-op-stage-3 .p-op_count__catch-text {
  transform: scale3d(1.2, 1.2, 1.2);
}
.p-op_count__catch-img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-op_count__catch-img.--catch1 {
  display: block;
  position: relative;
  opacity: 1;
}
.is-op-stage-2 .p-op_count__catch-img.--catch2 {
  opacity: 1;
}
.is-op-stage-3 .p-op_count__catch-img.--catch3 {
  opacity: 1;
}
.p-op_count__clock {
  width: min(49.6vw, 233.12px);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: scale3d(0.1, 0.1, 0.1);
}
.is-op-stage-0 .p-op_count__clock {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bound);
}
.p-op_count__clock-bar {
  display: block;
  position: relative;
}
.p-op_count__clock-bar {
  width: min(49.6vw, 233.12px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-40deg);
  transition: transform 0.5s var(--ease_bound);
}
.is-op-stage-1 .p-op_count__clock-bar {
  transform: rotate(-30deg);
}
.is-op-stage-2 .p-op_count__clock-bar {
  transform: rotate(-20deg);
}
.is-op-stage-3 .p-op_count__clock-bar {
  transform: rotate(-10deg);
}
.is-op-stage-4 .p-op_count__clock-bar {
  transform: rotate(0);
}

.p-op_catch {
  width: 100%;
  display: block;
  position: absolute;
  top: min(7.7333333333vw, 36.3466666667px);
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 0) scale3d(2, 2, 2);
}
.is-op-stage-4 .p-op_catch {
  opacity: 1;
  transform: translate(-50%, 0) scale3d(1, 1, 1);
  transition: opacity 0.1s var(--ease_out), transform 0.2s var(--ease_inout);
}
.p-op_catch__img {
  width: min(84.2666666667vw, 396.0533333333px);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-op_catch__img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/loading/s2_copy.png") no-repeat center/contain;
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transform-origin: 50% 70%;
}
.is-op-stage-4 .p-op_catch__img::before {
  opacity: 0;
  transform: scale3d(1.2, 1.2, 1.2);
  transition: opacity 0.3s var(--ease_out) 0.15s, transform 0.3s var(--ease_out) 0.15s;
}

.p-op_chara {
  width: min(77.3333333333vw, 363.4666666667px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 49%;
  transform: translate(-50%, 100%);
}
.is-op-stage-0 .p-op_chara {
  opacity: 1;
  transform: translate(-50%, 47%);
  transition: transform 1s var(--ease_bound) 0.1s;
}
.is-op-stage-4 .p-op_chara {
  transform: translate(-50%, 45%);
  transition: transform 0.6s cubic-bezier(0.21, -0.98, 0.91, -3.08) 0.6s;
}
.p-op_chara__hand {
  width: 180%;
  display: block;
  position: absolute;
  top: 15.8%;
  left: 30%;
  transform: translate(0, -100%);
  z-index: 1;
  opacity: 0;
}
.is-op-stage-4 .p-op_chara__hand {
  opacity: 1;
}
.p-op_chara__hand-img {
  display: block;
  position: relative;
  opacity: 1;
  transform: rotate(0);
}
.is-op-stage-5 .p-op_chara__hand-img {
  transform: rotate(30deg);
  transform-origin: 100% 120%;
  transition: transform 0.3s var(--ease_out), opacity 0.4s var(--ease_out);
}
.p-op_chara__hand img {
  width: 100%;
}
.p-op_chara__liquid {
  content: "";
  width: 175%;
  display: block;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -100%);
}
.p-op_chara__liquid::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/loading/s2_liquid_2.svg") no-repeat center 90%/85% auto;
  opacity: 0;
  transform: scale3d(0.1, 0.1, 0.1);
  transform-origin: center bottom;
}
.is-op-stage-5 .p-op_chara__liquid::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bound);
}
.p-op_chara__liquid::after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  background: var(--color-main);
  transform: translate(0, -100%);
}
.is-op-stage-5 .p-op_chara__liquid::after {
  height: 100vh;
  transition: height 0.2s linear 0.18s;
}
.p-op_chara__liquid-img {
  display: block;
  position: relative;
  -webkit-clip-path: circle(0% at 50% 100%);
  clip-path: circle(0% at 50% 100%);
}
.is-op-stage-5 .p-op_chara__liquid-img {
  -webkit-clip-path: circle(100% at 50% 100%);
  clip-path: circle(100% at 50% 100%);
  transition: -webkit-clip-path 0.2s linear;
  transition: clip-path 0.2s linear;
  transition: clip-path 0.2s linear, -webkit-clip-path 0.2s linear;
}
.p-op_chara__visual {
  display: block;
  position: relative;
}
.is-op-stage-2 .p-op_chara__visual {
  transform: rotate(5deg);
}
.is-op-stage-3 .p-op_chara__visual {
  transform: rotate(-5deg);
}
.is-op-stage-4 .p-op_chara__visual {
  transform: rotate(0);
}
.p-op_chara__visual-img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-op_chara__visual-img.--chara1 {
  opacity: 1;
  position: relative;
}
.is-op-stage-4 .p-op_chara__visual-img.--chara1 {
  opacity: 0;
}
.p-op_chara__visual-img.--chara2 {
  opacity: 0;
}
.is-op-stage-4 .p-op_chara__visual-img.--chara2 {
  opacity: 1;
}

.p-hero {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding-top: min(14.4vw, 67.68px);
}
.p-hero__container {
  display: block;
  position: relative;
}
.p-hero__header {
  display: block;
  position: relative;
  padding: min(4vw, 18.8px) 0 0;
  margin-bottom: max(-1.2vw, -5.64px);
}
.p-hero__title {
  width: min(80vw, 376px);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero__title-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(100%);
}
.is-load .p-hero__title-img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bound);
}
.p-hero__chara {
  width: min(118.6666666667vw, 557.7333333333px);
  display: block;
  position: relative;
  margin: min(1.0666666667vw, 5.0133333333px) auto 0;
  left: min(5.6vw, 26.32px);
}
.p-hero__scroll {
  position: absolute;
  bottom: min(9.0666666667vw, 42.6133333333px);
  left: 50%;
  transform: translate(-50%, 0);
}
.p-hero__scroll-cap {
  width: min(13.3333333333vw, 62.6666666667px);
  display: block;
  position: relative;
  margin-bottom: min(1.6vw, 7.52px);
  opacity: 0;
  transform: translateY(-50%);
}
.is-load .p-hero__scroll-cap {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_out) 0.6s, transform 0.5s var(--ease_out) 0.6s;
}
.p-hero__scroll-arrow {
  width: min(3.2vw, 15.04px);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-50%);
}
.is-load .p-hero__scroll-arrow {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_out) 0.7s, transform 0.5s var(--ease_out) 0.7s;
}
.is-load .p-hero__scroll-arrow img {
  animation: hero_arrow 2.5s steps(1) infinite;
}
@keyframes hero_arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0);
  }
}
.p-hero__inner {
  display: block;
  position: relative;
}

.p-hero_chara {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(50%);
}
.is-load .p-hero_chara {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.2s, transform 1.2s var(--ease_bound) 0.2s;
}
.p-hero_chara__comment {
  width: min(53.3333333333vw, 250.6666666667px);
  display: block;
  position: absolute;
  top: max(-0.5333333333vw, -2.5066666667px);
  left: max(-9.3333333333vw, -43.8666666667px);
  opacity: 0;
  transform: translateY(50%);
}
.is-load .p-hero_chara__comment {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.3s, transform 1.2s var(--ease_bound) 0.3s;
}
.p-hero_chara__visual {
  display: block;
  position: relative;
}
.p-hero_chara__visual-img {
  display: block;
  position: relative;
}
.is-load .p-hero_chara__visual-img {
  animation: hero_chara 2s steps(1) 1s infinite;
}
@keyframes hero_chara {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}

.p-hero_mv {
  display: block;
  position: relative;
}
.p-hero_mv__content {
  display: block;
  position: relative;
}
.p-hero_mv__title {
  width: min(82.6666666667vw, 388.5333333333px);
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.p-hero_mv__thumb {
  display: block;
  position: relative;
  z-index: 0;
}
.p-hero_mv__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.p-hero_mv__thumb-icon {
  width: min(15.4666666667vw, 72.6933333333px);
  display: block;
  position: absolute;
  top: 65.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-hero_mv__thumb-img {
  display: block;
  position: relative;
}

.p-whats {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: var(--color-main-light);
}
.p-whats__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-whats__wave {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 0;
}
.p-whats__wave.--top {
  top: 0;
  padding-top: min(16.9333333333vw, 79.5866666667px);
}
.p-whats__wave.--in_top {
  top: min(21.3333333333vw, 100.2666666667px);
  opacity: 0;
  transform: translateY(200%);
}
.is-clock-active .p-whats__wave.--in_top {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s var(--ease_out) 0.2s, transform 1s var(--ease_out) 0.2s;
}
.p-whats__wave-img {
  width: 140%;
  display: block;
  position: relative;
  left: -20%;
}
.p-whats__wave-img::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  background-color: var(--color-main);
}
.p-whats__wave.--top .p-whats__wave-img::before {
  content: "";
  height: calc(min(16.9333333333vw, 79.5866666667px) + 20% + 1px);
  bottom: calc(80% - 1px);
}
.p-whats__wave.--in_top .p-whats__wave-img::before {
  content: "";
  height: calc(min(26.6666666667vw, 125.3333333333px) + 1px + var(--svh));
  top: calc(100% - 1px);
}
.p-whats__wave-img img {
  position: relative;
}
.--top .p-whats__wave-img img {
  animation: purun_top 16s linear 0s infinite;
  transform-origin: center top;
}
.--in_top .p-whats__wave-img img {
  animation: purun_bottom 16s linear 0s infinite;
  transform-origin: center bottom;
}
.p-whats__wave-deco {
  width: min(27.2vw, 127.84px);
  display: block;
  position: absolute;
  top: 40%;
  right: 0;
  z-index: -1;
}
.p-whats__container {
  display: block;
  position: relative;
}
.p-whats__header {
  min-height: min(100vh, 700px);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-whats__inner {
  display: block;
  position: relative;
  margin-top: max(-33.6vw, -157.92px);
  opacity: 0;
}
.p-whats__inner.is-scroll-active {
  opacity: 1;
  transition: opacity 0.6s var(--ease_out);
}
.p-whats__main {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(50%);
}
.is-clock-active .p-whats__main {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 1.2s var(--ease_bound);
}
.p-whats__clock {
  display: block;
  position: relative;
  overflow: hidden;
}

.p-whats_before {
  width: 100%;
  display: block;
  position: relative;
  padding: min(23.4666666667vw, 110.2933333333px) 0 min(37.3333333333vw, 175.4666666667px);
  margin: 0 auto;
}
.p-whats_before__deco {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-whats_before__deco-item {
  width: min(5.3333333333vw, 25.0666666667px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 150px));
}
.is-scroll-active .p-whats_before__deco-item {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s var(--ease_out), transform 1.2s var(--ease_bound);
}
.is-scroll-active .p-whats_before__deco-item:nth-child(1) {
  transition-delay: 0s;
}
.is-scroll-active .p-whats_before__deco-item:nth-child(2) {
  transition-delay: 0.05s;
}
.is-scroll-active .p-whats_before__deco-item:nth-child(3) {
  transition-delay: 0.1s;
}
.is-scroll-active .p-whats_before__deco-item:nth-child(4) {
  transition-delay: 0.15s;
}
.is-scroll-active .p-whats_before__deco-item:nth-child(5) {
  transition-delay: 0.2s;
}
.is-scroll-active .p-whats_before__deco-item:nth-child(6) {
  transition-delay: 0.25s;
}
.is-scroll-active .p-whats_before__deco-item:nth-child(7) {
  transition-delay: 0.3s;
}
.is-scroll-active .p-whats_before__deco-item:nth-child(8) {
  transition-delay: 0.35s;
}
.is-scroll-active .p-whats_before__deco-item:nth-child(9) {
  transition-delay: 0.4s;
}
.is-scroll-active .p-whats_before__deco-item:nth-child(10) {
  transition-delay: 0.45s;
}
.p-whats_before__deco-item.--deco1 {
  width: min(7.4666666667vw, 35.0933333333px);
  top: 61.5%;
  left: 11.5%;
}
.p-whats_before__deco-item.--deco2 {
  width: min(4.8vw, 22.56px);
  top: 82%;
  left: 10%;
}
.p-whats_before__deco-item.--deco3 {
  width: min(11.7333333333vw, 55.1466666667px);
  top: 92.5%;
  left: 16%;
}
.p-whats_before__deco-item.--deco4 {
  width: min(6.4vw, 30.08px);
  top: 79.5%;
  left: 33.5%;
}
.p-whats_before__deco-item.--deco5 {
  width: min(12vw, 56.4px);
  top: 56%;
  left: 88.5%;
}
.p-whats_before__deco-item.--deco6 {
  width: min(5.3333333333vw, 25.0666666667px);
  top: 70%;
  left: 94%;
}
.p-whats_before__deco-item:nth-child(1) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-whats_before__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-whats_before__deco-item:nth-child(3n) img {
  animation-duration: 20s;
  animation-delay: -5s;
}
.p-whats_before__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-whats_before__deco-item:nth-child(2) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-whats_before__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-whats_before__deco-item:nth-child(3n) img {
  animation-duration: 20s;
  animation-delay: -5s;
}
.p-whats_before__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-whats_before__deco-item:nth-child(3) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-whats_before__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-whats_before__deco-item:nth-child(3n) img {
  animation-duration: 20s;
  animation-delay: -5s;
}
.p-whats_before__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-whats_before__deco-item:nth-child(4) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-whats_before__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-whats_before__deco-item:nth-child(3n) img {
  animation-duration: 20s;
  animation-delay: -5s;
}
.p-whats_before__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-whats_before__deco-item:nth-child(5) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-whats_before__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-whats_before__deco-item:nth-child(3n) img {
  animation-duration: 20s;
  animation-delay: -5s;
}
.p-whats_before__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-whats_before__deco-item:nth-child(6) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-whats_before__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-whats_before__deco-item:nth-child(3n) img {
  animation-duration: 20s;
  animation-delay: -5s;
}
.p-whats_before__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-whats_before__deco-item:nth-child(7) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-whats_before__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-whats_before__deco-item:nth-child(3n) img {
  animation-duration: 20s;
  animation-delay: -5s;
}
.p-whats_before__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-whats_before__deco-item:nth-child(8) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-whats_before__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-whats_before__deco-item:nth-child(3n) img {
  animation-duration: 20s;
  animation-delay: -5s;
}
.p-whats_before__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-whats_before__deco-item:nth-child(9) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-whats_before__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-whats_before__deco-item:nth-child(3n) img {
  animation-duration: 20s;
  animation-delay: -5s;
}
.p-whats_before__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-whats_before__deco-item:nth-child(10) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-whats_before__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-whats_before__deco-item:nth-child(3n) img {
  animation-duration: 20s;
  animation-delay: -5s;
}
.p-whats_before__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-whats_before__deco-img {
  display: block;
  position: relative;
}
.is-active .p-whats_before__deco-img {
  animation: deco_puru1 1.6s linear;
}
.p-whats_before__cap {
  width: min(14.9333333333vw, 70.1866666667px);
  position: absolute;
  top: 38.5%;
  left: min(10.1333333333vw, 47.6266666667px);
  transform: translate(-50, -50%);
}
.p-whats_before__cap-base {
  display: block;
  position: relative;
  opacity: 0;
  transform: scale3d(0.2, 0.2, 0.2);
}
.is-scroll-active .p-whats_before__cap-base {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.3s var(--ease_out) 0.2s, transform 1.2s var(--ease_bound) 0.2s;
}
.p-whats_before__cap-base img {
  animation: deco_puru2 14s linear infinite;
}
.p-whats_before__cap-text {
  width: 80%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale3d(0.4, 0.4, 0.4);
}
.is-scroll-active .p-whats_before__cap-text {
  opacity: 1;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: opacity 0.3s var(--ease_out) 0.5s, transform 1.2s var(--ease_bound) 0.5s;
}
.p-whats_before__chara {
  width: min(49.3333333333vw, 231.8666666667px);
  display: block;
  position: relative;
  left: min(1.3333333333vw, 6.2666666667px);
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50%);
}
.is-scroll-active .p-whats_before__chara {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 1.2s var(--ease_bound);
}
.p-whats_before__chara-img {
  display: block;
  position: relative;
  opacity: 0;
}
.p-whats_before__chara-cover {
  width: 100%;
  height: 1200%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.is-scroll-active .p-whats_before__chara-cover {
  animation: before_chara 2s steps(12, jump-end) infinite 0.2s;
}
@keyframes before_chara {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.p-whats_clock {
  width: min(58.6666666667vw, 275.7333333333px);
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: min(9.6vw, 45.12px);
}
.p-whats_clock__content {
  display: block;
  position: relative;
}
.p-whats_clock__base {
  display: block;
  position: relative;
}
.p-whats_clock__bar {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-10deg);
  transition: transform 0.5s var(--ease_bound);
}
.is-scroll-clock-3 .p-whats_clock__bar {
  transform: rotate(0deg);
}
.p-whats_clock__cap {
  width: min(37.3333333333vw, 175.4666666667px);
  display: block;
  position: absolute;
  top: 0;
  left: 78%;
  opacity: 0;
  transform: scale3d(0.2, 0.2, 0.2);
  transform-origin: left bottom;
}
.is-scroll-clock-3 .p-whats_clock__cap {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.3s var(--ease_out), transform 0.6s var(--ease_bound);
}

.p-whats_main {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: min(14.4vw, 67.68px);
  left: 0;
  padding: min(8.5333333333vw, 40.1066666667px) 0 0;
  overflow: hidden;
}
.p-whats_main__title {
  width: min(90.6666666667vw, 426.1333333333px);
  display: block;
  position: relative;
  margin: 0 auto min(4vw, 18.8px);
  left: min(0.5333333333vw, 2.5066666667px);
  opacity: 0;
  transform: translateY(80%);
}
.is-clock-active .p-whats_main__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.6s, transform 1s var(--ease_bound) 0.6s;
}
.p-whats_main__chara {
  width: min(101.3333333333vw, 476.2666666667px);
  display: block;
  position: relative;
  left: min(2.6666666667vw, 12.5333333333px);
  overflow: hidden;
  opacity: 0;
  transform: translateY(50%);
}
.is-clock-active .p-whats_main__chara {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.8s, transform 1s var(--ease_bound) 0.8s;
}
.p-whats_main__chara-img {
  display: block;
  position: relative;
  opacity: 0;
}
.p-whats_main__chara-cover {
  width: 100%;
  height: 1500%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.is-scroll-active .p-whats_main__chara-cover {
  animation: main_chara 5s steps(15, jump-end) infinite;
}
@keyframes main_chara {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.p-whats_main__cap {
  width: min(72vw, 338.4px);
  display: block;
  position: relative;
  margin: 0 auto min(2.6666666667vw, 12.5333333333px);
  opacity: 0;
  transform: translateY(80%);
}
.is-clock-active .p-whats_main__cap {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 1s, transform 1s var(--ease_bound) 1s;
}
.p-whats_main__text {
  width: min(93.3333333333vw, 438.6666666667px);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(80%);
}
.is-clock-active .p-whats_main__text {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 1.2s, transform 1s var(--ease_bound) 1.2s;
}

.p-artist {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background-color: var(--color-white);
  z-index: 0;
}
.p-artist__bg {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/artist/bg.jpg") no-repeat center/cover;
  z-index: -1;
}
.p-artist__deco {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-artist__deco-item {
  width: min(5.3333333333vw, 25.0666666667px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 150px));
}
.is-scroll-active .p-artist__deco-item {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s var(--ease_out), transform 1.2s var(--ease_bound);
}
.is-scroll-active .p-artist__deco-item:nth-child(1) {
  transition-delay: 0s;
}
.is-scroll-active .p-artist__deco-item:nth-child(2) {
  transition-delay: 0.2s;
}
.is-scroll-active .p-artist__deco-item:nth-child(3) {
  transition-delay: 0.4s;
}
.is-scroll-active .p-artist__deco-item:nth-child(4) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-artist__deco-item:nth-child(5) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-artist__deco-item:nth-child(6) {
  transition-delay: 1s;
}
.is-scroll-active .p-artist__deco-item:nth-child(7) {
  transition-delay: 1.2s;
}
.is-scroll-active .p-artist__deco-item:nth-child(8) {
  transition-delay: 1.4s;
}
.is-scroll-active .p-artist__deco-item:nth-child(9) {
  transition-delay: 1.6s;
}
.is-scroll-active .p-artist__deco-item:nth-child(10) {
  transition-delay: 1.8s;
}
.p-artist__deco-item.--deco1 {
  width: min(5.8666666667vw, 27.5733333333px);
  top: 12.5%;
  left: 9%;
}
.p-artist__deco-item.--deco2 {
  width: min(4.2666666667vw, 20.0533333333px);
  top: 9.5%;
  left: 89.6%;
}
.p-artist__deco-item.--deco3 {
  width: min(5.3333333333vw, 25.0666666667px);
  top: 13%;
  left: 72%;
}
.p-artist__deco-item.--deco4 {
  width: min(10.6666666667vw, 50.1333333333px);
  top: 89.5%;
  left: 11%;
}
.p-artist__deco-item.--deco5 {
  width: min(5.3333333333vw, 25.0666666667px);
  top: 92%;
  left: 39.8%;
}
.p-artist__deco-item.--deco6 {
  width: min(6.4vw, 30.08px);
  top: 84.6%;
  left: 91%;
}
.p-artist__deco-item:nth-child(1) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-artist__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-artist__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-artist__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-artist__deco-item:nth-child(2) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-artist__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-artist__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-artist__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-artist__deco-item:nth-child(3) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-artist__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-artist__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-artist__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-artist__deco-item:nth-child(4) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-artist__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-artist__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-artist__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-artist__deco-item:nth-child(5) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-artist__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-artist__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-artist__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-artist__deco-item:nth-child(6) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-artist__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-artist__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-artist__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-artist__deco-item:nth-child(7) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-artist__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-artist__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-artist__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-artist__deco-item:nth-child(8) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-artist__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-artist__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-artist__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-artist__deco-item:nth-child(9) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-artist__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-artist__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-artist__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-artist__deco-item:nth-child(10) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-artist__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-artist__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-artist__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-artist__deco-img {
  display: block;
  position: relative;
}
.is-active .p-artist__deco-img {
  animation: deco_puru1 1.6s linear;
}
.p-artist__wave {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 0;
}
.p-artist__wave.--top {
  top: max(-5.8666666667vw, -27.5733333333px);
}
.p-artist__wave-img {
  width: 140%;
  display: block;
  position: relative;
  left: -20%;
}
.--top .p-artist__wave-img {
  animation: purun_top 16s linear 0s infinite;
  transform-origin: center top;
}
.p-artist__wave-deco {
  width: min(27.2vw, 127.84px);
  display: block;
  position: absolute;
  top: 66.5%;
  right: 0;
  z-index: -1;
}
.p-artist__container {
  display: block;
  position: relative;
  padding: min(33.3333333333vw, 156.6666666667px) 0 min(26.6666666667vw, 125.3333333333px);
}
.p-artist__inner {
  display: block;
  position: relative;
}
.p-artist__title {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: min(6.9333333333vw, 32.5866666667px);
  opacity: 0;
  transform: translateY(80%);
}
.is-scroll-active .p-artist__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 1.2s var(--ease_bound);
}
.p-artist__title-main {
  display: block;
  position: relative;
  font-size: min(6.9333333333vw, 32.5866666667px);
  line-height: 1;
  font-weight: 700;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  color: var(--color-white);
}
.p-artist__title-sub {
  display: block;
  position: relative;
  margin-top: min(1.8666666667vw, 8.7733333333px);
  font-size: min(5.6vw, 26.32px);
  line-height: 1;
  font-weight: 700;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  color: var(--color-white);
}
.p-artist__thumb {
  width: min(42.6666666667vw, 200.5333333333px);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40%);
}
.is-scroll-active .p-artist__thumb {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.2s, transform 1.2s var(--ease_bound) 0.2s;
}
.p-artist__thumb-img {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.p-artist__thumb-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: min(2.1333333333vw, 10.0266666667px) solid var(--color-white);
  border-radius: 50%;
}
.p-artist__profile {
  display: block;
  position: relative;
  text-align: center;
  margin-top: min(4.2666666667vw, 20.0533333333px);
  opacity: 0;
  transform: translateY(80%);
}
.is-scroll-active .p-artist__profile {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.3s, transform 1.2s var(--ease_bound) 0.3s;
}
.p-artist__profile-cap {
  display: block;
  position: relative;
  margin-bottom: min(5.3333333333vw, 25.0666666667px);
  font-size: min(4.8vw, 22.56px);
  line-height: 1;
  font-weight: 700;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  color: var(--color-white);
}
.p-artist__profile-text {
  display: block;
  position: relative;
  font-size: min(2.9333333333vw, 13.7866666667px);
  line-height: 1.65;
  font-weight: 600;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.03em;
  color: var(--color-white);
}
.p-artist__sns {
  display: block;
  position: relative;
  margin-top: min(4.2666666667vw, 20.0533333333px);
  opacity: 0;
  transform: translateY(80%);
}
.is-scroll-active .p-artist__sns {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.4s, transform 1.2s var(--ease_bound) 0.4s;
}
.p-artist__song {
  width: min(48vw, 225.6px);
  display: block;
  position: relative;
  margin: min(6.4vw, 30.08px) auto 0;
  opacity: 0;
  transform: translateY(80%);
}
.is-scroll-active .p-artist__song {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.4s, transform 1.2s var(--ease_bound) 0.4s;
}
.p-artist__song-text {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-artist__song-text:hover img {
    animation: pyoko 0.3s linear 2;
  }
}

.p-artist_sns {
  display: block;
  position: relative;
}
.p-artist_sns__cap {
  display: block;
  position: relative;
  margin-bottom: min(2.4vw, 11.28px);
  font-size: min(3.4666666667vw, 16.2933333333px);
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
}
.p-artist_sns__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  gap: min(4vw, 18.8px);
}
.p-artist_sns__list-item {
  display: block;
  position: relative;
}
.p-artist_sns__link {
  width: min(9.3333333333vw, 43.8666666667px);
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-artist_sns__link:hover img {
    animation: pyoko 0.3s linear 2;
  }
}

.p-product {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.p-product__wave {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
}
.p-product__wave.--top {
  padding-top: min(10.6666666667vw, 50.1333333333px);
  top: max(-26.6666666667vw, -125.3333333333px);
  overflow: hidden;
}
.p-product__wave.--in_top {
  top: max(-24vw, -112.8px);
}
.p-product__wave-img {
  width: 140%;
  display: block;
  position: relative;
  left: -20%;
}
.--top .p-product__wave-img {
  animation: purun_top 16s linear 0s infinite;
  transform-origin: center top;
}
.--in_top .p-product__wave-img {
  animation: purun_bottom 16s linear 0s infinite;
  transform-origin: center bottom;
}
.p-product__side {
  width: min(65.3333333333vw, 307.0666666667px);
  display: block;
  position: absolute;
  top: 92%;
  left: 8%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.p-product__side-img {
  display: block;
  position: relative;
  transform-origin: 30% 120%;
  transform: rotate(-40deg);
}
.p-product__side.is-scroll-active .p-product__side-img {
  transform: rotate(0);
  transition: transform 0.5s var(--ease_out);
}
.is-load .p-product__side-img img {
  animation: product_deco_chara 2s steps(1) 0.5s infinite;
}
@keyframes product_deco_chara {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}
.p-product__container {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.p-product__inner {
  display: block;
  position: relative;
  padding: min(4.8vw, 22.56px) 0 0;
}
.p-product__inner.--lineup {
  background-color: var(--color-main-light);
  overflow: hidden;
  z-index: 0;
}
.p-product__title {
  width: min(59.2vw, 278.24px);
  display: block;
  position: relative;
  margin: 0 auto min(2.6666666667vw, 12.5333333333px);
  opacity: 0;
  transform: translateY(60%);
}
.is-scroll-active .p-product__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 1.2s var(--ease_bound);
}
.p-product__chara {
  display: block;
  position: relative;
  padding: min(6.6666666667vw, 31.3333333333px) 0 min(2.6666666667vw, 12.5333333333px);
}
.p-product__chart {
  width: min(85.3333333333vw, 401.0666666667px);
  display: block;
  position: relative;
  margin: min(2.2666666667vw, 10.6533333333px) auto 0;
  opacity: 0;
  transform: translateY(30%);
}
.is-scroll-active .p-product__chart {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.4s, transform 1.2s var(--ease_bound) 0.4s;
}
.p-product__scene {
  width: min(92vw, 432.4px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  gap: min(3.7333333333vw, 17.5466666667px) min(3.2vw, 15.04px);
  margin: min(10.1333333333vw, 47.6266666667px) auto 0;
  opacity: 0;
  transform: translateY(30%);
}
.is-scroll-active .p-product__scene {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.5s, transform 1.2s var(--ease_bound) 0.5s;
}
.p-product__lead {
  width: 90%;
  display: block;
  position: relative;
  margin: min(6.9333333333vw, 32.5866666667px) auto 0;
  font-size: min(4vw, 18.8px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(30%);
}
.is-scroll-active .p-product__lead {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.5s, transform 1.2s var(--ease_bound) 0.5s;
}
.p-product__text {
  width: 90%;
  display: block;
  position: relative;
  margin: min(3.7333333333vw, 17.5466666667px) auto 0;
  font-size: min(3.4666666667vw, 16.2933333333px);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(30%);
}
.is-scroll-active .p-product__text {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.5s, transform 1.2s var(--ease_bound) 0.5s;
}
.p-product__btn {
  width: min(48vw, 225.6px);
  display: block;
  position: relative;
  margin: min(6.6666666667vw, 31.3333333333px) auto 0;
  opacity: 0;
  transform: translateY(30%);
}
.is-scroll-active .p-product__btn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.5s, transform 1.2s var(--ease_bound) 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .p-product__btn:hover img {
    animation: pyoko 0.3s linear 2;
  }
}

.p-product_chara {
  display: block;
  position: relative;
}
.p-product_chara__deco {
  width: min(24vw, 112.8px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-product_chara__deco.--deco1 {
  width: min(20.8vw, 97.76px);
  top: 82%;
  left: 94%;
}
.p-product_chara__deco.--deco2 {
  width: min(18.1333333333vw, 85.2266666667px);
  top: 63.5%;
  left: 5.5%;
}
.p-product_chara__deco-img {
  display: block;
  position: relative;
}
.is-scroll-active .--deco1 .p-product_chara__deco-img {
  animation: product_deco1 1.6s steps(1) infinite;
}
@keyframes product_deco1 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0);
  }
}
.is-scroll-active .--deco2 .p-product_chara__deco-img {
  animation: product_deco2 1.6s steps(1) infinite;
}
@keyframes product_deco2 {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(15deg);
  }
}
.p-product_chara__comment {
  width: min(50.6666666667vw, 238.1333333333px);
  display: block;
  position: absolute;
  top: 13%;
  left: 24%;
  transform: translate(-50%, -50%);
}
.p-product_chara__comment-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(30%);
}
.is-scroll-active .p-product_chara__comment-img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.1s, transform 1.2s var(--ease_bound) 0.1s;
}
.p-product_chara__visual {
  width: min(101.3333333333vw, 476.2666666667px);
  display: block;
  position: relative;
  margin: 0 auto;
  left: min(4.8vw, 22.56px);
  overflow: hidden;
  opacity: 0;
  transform: translateY(50%);
}
.is-scroll-active .p-product_chara__visual {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 1.2s var(--ease_bound);
}
.p-product_chara__visual-img {
  display: block;
  position: relative;
  opacity: 1;
}
.is-scroll-active .p-product_chara__visual-img {
  animation: product_chara 2s steps(1) 1s infinite;
}
@keyframes product_chara {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}

.p-product_lineup {
  display: block;
  position: relative;
  padding: min(34.1333333333vw, 160.4266666667px) 0 0;
}
.p-product_lineup__deco {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-product_lineup__deco-item {
  width: min(5.3333333333vw, 25.0666666667px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, calc(-50% - 150px));
}
.is-scroll-active .p-product_lineup__deco-item {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s var(--ease_out), transform 1.2s var(--ease_bound);
}
.is-scroll-active .p-product_lineup__deco-item:nth-child(1) {
  transition-delay: 0s;
}
.is-scroll-active .p-product_lineup__deco-item:nth-child(2) {
  transition-delay: 0.2s;
}
.is-scroll-active .p-product_lineup__deco-item:nth-child(3) {
  transition-delay: 0.4s;
}
.is-scroll-active .p-product_lineup__deco-item:nth-child(4) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-product_lineup__deco-item:nth-child(5) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-product_lineup__deco-item:nth-child(6) {
  transition-delay: 1s;
}
.is-scroll-active .p-product_lineup__deco-item:nth-child(7) {
  transition-delay: 1.2s;
}
.is-scroll-active .p-product_lineup__deco-item:nth-child(8) {
  transition-delay: 1.4s;
}
.is-scroll-active .p-product_lineup__deco-item:nth-child(9) {
  transition-delay: 1.6s;
}
.is-scroll-active .p-product_lineup__deco-item:nth-child(10) {
  transition-delay: 1.8s;
}
.p-product_lineup__deco-item.--deco1 {
  width: min(5.0666666667vw, 23.8133333333px);
  top: 10%;
  left: 48%;
}
.p-product_lineup__deco-item.--deco2 {
  width: min(8.5333333333vw, 40.1066666667px);
  top: 11%;
  left: 75%;
}
.p-product_lineup__deco-item.--deco3 {
  width: min(5.8666666667vw, 27.5733333333px);
  top: 10%;
  left: 90%;
}
.p-product_lineup__deco-item:nth-child(1) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-product_lineup__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-product_lineup__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-product_lineup__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-product_lineup__deco-item:nth-child(2) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-product_lineup__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-product_lineup__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-product_lineup__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-product_lineup__deco-item:nth-child(3) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-product_lineup__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-product_lineup__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-product_lineup__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-product_lineup__deco-item:nth-child(4) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-product_lineup__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-product_lineup__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-product_lineup__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-product_lineup__deco-item:nth-child(5) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-product_lineup__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-product_lineup__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-product_lineup__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-product_lineup__deco-item:nth-child(6) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-product_lineup__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-product_lineup__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-product_lineup__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-product_lineup__deco-item:nth-child(7) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-product_lineup__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-product_lineup__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-product_lineup__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-product_lineup__deco-item:nth-child(8) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-product_lineup__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-product_lineup__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-product_lineup__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-product_lineup__deco-item:nth-child(9) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-product_lineup__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-product_lineup__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-product_lineup__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-product_lineup__deco-item:nth-child(10) img {
  animation: deco_fuwa 15s linear infinite;
}
.p-product_lineup__deco-item:nth-child(2n) img {
  animation-direction: reverse;
}
.p-product_lineup__deco-item:nth-child(3n) img {
  animation-duration: 20s;
}
.p-product_lineup__deco-item:nth-child(5n) img {
  animation-duration: 18s;
}
.p-product_lineup__deco-img {
  display: block;
  position: relative;
}
.is-active .p-product_lineup__deco-img {
  animation: deco_puru1 1.6s linear;
}
.p-product_lineup__header {
  display: block;
  position: relative;
  margin-bottom: min(5.3333333333vw, 25.0666666667px);
}
.p-product_lineup__title {
  width: min(49.6vw, 233.12px);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(100%);
}
.is-scroll-active .p-product_lineup__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.1s, transform 1.2s var(--ease_bound) 0.1s;
}
.p-product_lineup__inner {
  width: min(88vw, 413.6px);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-product_lineup__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(5.0666666667vw, 23.8133333333px);
  position: relative;
}
.p-product_lineup__list-item {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(30%);
}
.is-scroll-active .p-product_lineup__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 1.2s var(--ease_bound);
}
.is-scroll-active .p-product_lineup__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-scroll-active .p-product_lineup__list-item:nth-child(2) {
  transition-delay: 0.25s;
}
.is-scroll-active .p-product_lineup__list-item:nth-child(3) {
  transition-delay: 0.3s;
}
.is-scroll-active .p-product_lineup__list-item:nth-child(4) {
  transition-delay: 0.35s;
}
.is-scroll-active .p-product_lineup__list-item:nth-child(5) {
  transition-delay: 0.4s;
}
.is-scroll-active .p-product_lineup__list-item:nth-child(6) {
  transition-delay: 0.45s;
}
.is-scroll-active .p-product_lineup__list-item:nth-child(7) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-product_lineup__list-item:nth-child(8) {
  transition-delay: 0.55s;
}
.is-scroll-active .p-product_lineup__list-item:nth-child(9) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-product_lineup__list-item:nth-child(10) {
  transition-delay: 0.65s;
}
.p-product_lineup__data {
  display: block;
  position: relative;
}
.p-product_lineup__data-img {
  display: block;
  position: relative;
  margin-bottom: min(3.2vw, 15.04px);
}
.p-product_lineup__data-text {
  width: 100%;
  height: min(8.2666666667vw, 38.8533333333px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  font-size: min(2.6666666667vw, 12.5333333333px);
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: center;
}
.--date1 .p-product_lineup__data-text {
  background-color: var(--color-lineuo-1);
}
.--date2 .p-product_lineup__data-text {
  background-color: var(--color-lineuo-2);
}
.--date3 .p-product_lineup__data-text {
  background-color: var(--color-lineuo-3);
}
.p-product_lineup__note {
  display: block;
  position: relative;
  margin-top: min(4vw, 18.8px);
  font-size: min(2.6666666667vw, 12.5333333333px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(30%);
}
.is-scroll-active .p-product_lineup__note {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.3s, transform 1.2s var(--ease_bound) 0.3s;
}
.p-product_lineup__footer {
  width: min(93.3333333333vw, 438.6666666667px);
  display: block;
  position: relative;
  margin: min(9.0666666667vw, 42.6133333333px) auto 0;
  opacity: 0;
  transform: translateY(30%);
}
.is-scroll-active .p-product_lineup__footer {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.3s, transform 1.2s var(--ease_bound) 0.3s;
}
.p-product_lineup__cap {
  display: block;
  position: relative;
}
.p-product_lineup__cap-main {
  display: block;
  position: relative;
  font-size: min(4.2666666667vw, 20.0533333333px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.p-product_lineup__cap-sub {
  display: block;
  position: relative;
  margin-top: min(1.6vw, 7.52px);
  font-size: min(3.2vw, 15.04px);
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.p-product_lineup_shop {
  display: block;
  position: relative;
  padding: min(3.2vw, 15.04px) min(5.3333333333vw, 25.0666666667px) min(4.2666666667vw, 20.0533333333px);
  margin-top: min(3.4666666667vw, 16.2933333333px);
  background-color: var(--color-main);
  border-radius: min(1.3333333333vw, 6.2666666667px);
}
.p-product_lineup_shop__cap {
  display: block;
  position: relative;
  margin-bottom: min(3.7333333333vw, 17.5466666667px);
  font-size: min(3.7333333333vw, 17.5466666667px);
  font-weight: 700;
  text-align: center;
}
.p-product_lineup_shop__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5%;
}
.p-product_lineup_shop__list-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-product_lineup_shop__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-product_lineup_shop__link:hover img {
    animation: pyoko 0.3s linear 2;
  }
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior-y: none;
  outline: none !important;
  background: var(--color-main);
  opacity: 0;
  transition: all 0.4s var(--ease_out);
}
@media screen and (max-width: 1200px) {
  .m-modal {
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 470px;
  }
}
@media screen and (min-width: 1201px) {
  .m-modal {
    max-width: 470px;
    right: 270px;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1441px) {
  .m-modal {
    right: calc((100% - 1441px) * 0.5 + 270px);
  }
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: none !important;
}
.m-modal__container {
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .m-modal__container {
    padding: 5rem 0;
  }
}
.m-modal__content {
  width: 100%;
  height: auto !important;
  display: block;
  position: relative;
  font-size: 0;
  text-align: center;
}
[data-modal-type=img] .m-modal__content {
  width: 100%;
  max-width: 150vh;
}
@media screen and (max-width: 1200px) {
  [data-modal-type=img] .m-modal__content {
    width: 100%;
  }
}
[data-modal-type=youtube] .m-modal__content {
  width: 100%;
  max-width: min(153vh, 570px);
}
@media screen and (max-width: 1200px) {
  [data-modal-type=youtube] .m-modal__content {
    width: 100%;
    max-width: min(153vh, 750px);
  }
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
.m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .m-modal__content-btn {
    position: relative;
    top: auto;
    right: auto;
    width: 84%;
    height: auto;
    margin: 2rem auto 0;
  }
}
.m-modal__close {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  z-index: 1;
}
.m-modal__close-in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.m-modal__close-bar {
  content: "";
  width: 133%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.m-modal__close-bar.-bar1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.m-modal__close-bar.-bar2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.m-modal__close-bar::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  border-radius: 20rem;
  transition: width 0.5s cubic-bezier(0.65, 0, 0.35, 1), background-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-modal-open .m-modal__close-bar::before {
  width: 100%;
  left: auto;
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close:hover .m-modal__close-bar::before {
    background-color: var(--color-white);
  }
}
.is-modal-open .m-modal__close-bar.-bar1::before {
  transition-delay: 0.3s;
}

.m-modal__close-bar.-bar2::before {
  transition-delay: 0.1s;
}
.is-modal-open .m-modal__close-bar.-bar2::before {
  transition-delay: 0.2s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1.06) translate(-5%, -4%) skew(12deg, 0deg);
  }
  50% {
    transform: scale(1, 0.94) translate(5%, 2%) skew(-4deg, 0deg);
  }
  65% {
    transform: scale(1, 1.03) translate(2%, -2%) skew(-2deg, 0deg);
  }
  80% {
    transform: scale(1, 0.97) translate(-2%, 1%) skew(8deg, 0deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun_top {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(1.2, 0.9) translate(0%, -1%) skew(2deg, 0deg);
  }
  30% {
    transform: scale(1.15, 0.8) translate(0%, -3%) skew(-2.5deg, 0deg);
  }
  50% {
    transform: scale(1.05, 1.15) translate(0%, -6%) skew(-4deg, 0deg);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, -1%) skew(3deg, 0deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun_bottom {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(1.05, 0.9) translate(0%, 1%) skew(2deg, 0deg);
  }
  30% {
    transform: scale(1.15, 0.8) translate(0%, 3%) skew(-2.5deg, 0deg);
  }
  50% {
    transform: scale(1.17, 1.15) translate(0%, 6%) skew(-4deg, 0deg);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 1%) skew(3deg, 0deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes deco_puru1 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes deco_puru2 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  1.5% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  3% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  5% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  7% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  10% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes deco_fuwa {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pyoko {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}