@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  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;
}

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

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-pink-dark: #db4c84;
  --color-pink-light: #eb7aab;
  --color-blue-dark: #54b0c9;
  --color-blue-light: #89bfd3;
  --color-theme-dark: var(--color-pink-dark);
  --color-theme-light: var(--color-pink-light);
  --ease-main: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-bound: cubic-bezier(0.34, 1.56, 0.64, 1);
  --font-jp: "Noto Sans JP","游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --font-en: "Oswald", "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --font-hand: "Yellowtail", "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.c-title {
  font-family: var(--font-en);
  font-size: 7.5rem;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 899px) {
  .c-title {
    font-size: 3.5rem;
  }
}
.c-title .u-small {
  display: block;
  margin-top: 3px;
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) {
  .c-title .u-small {
    margin-top: 4px;
    font-size: 1.3rem;
  }
}
.c-title__text {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s var(--ease-main) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
}
.is-active .c-title__text {
  opacity: 1;
  transform: translateY(0);
}
.c-title::before {
  content: "";
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 60%;
  left: 48.2%;
  letter-spacing: 0.02em;
  transform: translate(-50%, -50%) scale(1.1);
  font-size: 20rem;
  font-family: var(--font-hand);
  text-align: center;
  opacity: 0;
  transition: transform 0.8s var(--ease-main), opacity 0.8s var(--ease-main);
}
.is-active .c-title::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.1;
}
@media screen and (max-width: 899px) {
  .c-title::before {
    font-size: 7rem;
  }
}
.c-title.--release::before {
  content: "Release";
}

.l-wrap {
  position: relative;
  overflow: hidden;
}

.l-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-color: var(--color-theme-dark);
}
@media screen and (max-width: 899px) {
  .l-link {
    display: block;
  }
}

.l-link__item {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-link__item {
    width: 100%;
    margin: 0 auto;
  }
}
.l-link__item::before {
  content: "";
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0.1;
}
.l-link__item.--campagin::before {
  content: "Campagin";
  font-family: var(--font-hand);
}
.l-link__item.--event::before {
  content: "Event";
  font-family: var(--font-hand);
}
.l-link__item.--cd::before {
  content: "Shop";
  font-family: var(--font-hand);
}
.l-link__item.--listen::before {
  content: "Listen";
  font-family: var(--font-hand);
}
.l-link__item.--official::before {
  content: "Official";
  font-family: var(--font-hand);
}
@media screen and (min-width: 900px) {
  .l-link__item.--large .l-link__text::before {
    background: url(../img/bg_frame_pc_learge.png) no-repeat center/contain;
  }
}
.l-link__item.--large::before {
  font-size: 14rem;
  letter-spacing: 0.06em;
  top: 32%;
  left: 47%;
}
@media screen and (max-width: 899px) {
  .l-link__item.--large::before {
    top: 44%;
    font-size: 6.8rem;
  }
}

.l-link__text {
  display: block;
  width: 77%;
  margin: 0 auto;
  padding: 6% 0;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  color: var(--color-white);
  z-index: 1;
  transition: transform 0.5s var(--ease-main);
}
.l-link__text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_frame_pc_small.png) no-repeat center/contain;
  transition: transform 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .l-link__text:hover {
    transform: scale(1.03);
  }
  .l-link__text:hover::before {
    transform: scale(0.93);
  }
}
@media screen and (max-width: 899px) {
  .l-link__text {
    width: 75%;
    padding: 6.5% 0;
    line-height: 1.2;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
  .l-link__text::before {
    background: url(../img/bg_frame_sp.png) no-repeat center/contain;
  }
}

.l-footer {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 899px) {
  .l-footer {
    padding-bottom: 48px;
  }
}

.l-footer__deco {
  margin-bottom: 114px;
  padding: 151px 0 137px;
  background: url(../img/bg_ft_pattern.png) repeat left top/40px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-footer__deco {
    margin-bottom: 77px;
    padding: 114px 0 126px;
    background: url(../img/bg_ft_pattern.png) repeat left top/20px;
  }
}
.l-footer__deco::before {
  content: "";
  display: block;
  width: 100%;
  height: 163px;
  position: absolute;
  bottom: 44px;
  left: 0;
  background: url(../img/bg_txt_repeat.png) repeat-x left top/528.5px 163px;
  animation: bgScroll 10s linear infinite;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s var(--ease-main) 0.6s;
  transition: clip-path 0.5s var(--ease-main) 0.6s;
  transition: clip-path 0.5s var(--ease-main) 0.6s, -webkit-clip-path 0.5s var(--ease-main) 0.6s;
}
.is-active .l-footer__deco::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 899px) {
  .l-footer__deco::before {
    height: 82px;
    bottom: 69px;
    background: url(../img/bg_txt_repeat.png) repeat-x left top/264.25px 82px;
  }
}
.l-footer__deco-inner {
  width: 87%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-footer__deco-inner {
    width: 86%;
  }
}
.l-footer__deco-logo {
  width: 443px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-11%, -74%);
  z-index: 1;
}
.l-footer__deco-logo img {
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 0.6s var(--ease-main) 0.7s, transform 0.6s var(--ease-bound) 0.7s;
}
.is-active .l-footer__deco-logo img {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .l-footer__deco-logo {
    width: 60%;
    transform: translate(2%, -72%);
  }
}
.l-footer__deco-image-list {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__deco-image-list-item {
  width: 32.8%;
  margin-right: 0.8%;
  margin-bottom: 0.8%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  opacity: 0;
  transform: scale(1.05);
  filter: blur(10px);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main), filter 0.6s var(--ease-main);
}
.is-active .l-footer__deco-image-list-item {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
.l-footer__deco-image-list-item img {
  width: 100%;
  transition: opacity 3s var(--ease-main) 0.1s, transform 3s var(--ease-main) 0.1s;
}
.l-footer__deco-image-list-item:nth-of-type(odd) img {
  transform: scale(1.1) rotate(10deg);
}
.is-active .l-footer__deco-image-list-item:nth-of-type(odd) img {
  opacity: 1;
  transform: translateY(0);
}
.l-footer__deco-image-list-item:nth-of-type(even) img {
  transform: scale(1.1) rotate(-10deg);
}
.is-active .l-footer__deco-image-list-item:nth-of-type(even) img {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 900px) {
  .l-footer__deco-image-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__deco-image-list-item {
    width: 49.6%;
    border-radius: 8px;
    margin-bottom: 1.8%;
  }
  .l-footer__deco-image-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.l-footer__deco-image-list-item .p-in-item {
  position: relative;
  opacity: 1;
  transition: opacity 0.8s var(--ease-main);
}
.l-footer__deco-image-list-item .p-in-item.--blue {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
[data-theme-color=blue] .l-footer__deco-image-list-item .p-in-item.--pink {
  opacity: 0;
}
[data-theme-color=blue] .l-footer__deco-image-list-item .p-in-item.--blue {
  opacity: 1;
}
[data-theme-color=pink] .l-footer__deco-image-list-item .p-in-item.--pink {
  opacity: 1;
}
[data-theme-color=pink] .l-footer__deco-image-list-item .p-in-item.--blue {
  opacity: 0;
}
.l-footer__deco-image-list-item .p-in-item img {
  width: 100%;
}

.l-footer__official-item {
  margin: 0 auto 111px;
  font-family: var(--font-en);
}
@media screen and (max-width: 899px) {
  .l-footer__official-item {
    margin: 0 auto 53px;
  }
}
.l-footer__official-item .l-link__text {
  padding: 4.3% 0;
}
@media screen and (max-width: 899px) {
  .l-footer__official-item .l-link__text {
    padding: 5.6% 0;
  }
}

.l-footer__sns {
  margin-bottom: 104px;
}
@media screen and (max-width: 899px) {
  .l-footer__sns {
    width: 90%;
    max-width: 350px;
    margin: 0 auto 41px;
  }
}
.l-footer__sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .l-footer__sns-list {
    flex-wrap: wrap;
  }
}
.l-footer__sns-list-item + .l-footer__sns-list-item {
  margin-left: 46px;
}
@media screen and (max-width: 899px) {
  .l-footer__sns-list-item + .l-footer__sns-list-item {
    margin-left: 0;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__sns-list-item {
    margin-bottom: 8px;
    margin-right: 31px;
  }
  .l-footer__sns-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.l-footer__sns-list-item a {
  display: flex;
  align-items: center;
  color: var(--color-white);
}
@media screen and (min-width: 900px) {
  .l-footer__sns-list-item a:hover .p-in-icon {
    transform: scale(0.9);
  }
  .l-footer__sns-list-item a:hover .p-in-text {
    transform: translateX(-6px);
  }
}
.l-footer__sns-list-item .p-in-icon {
  width: 30px;
  margin-right: 8px;
  transition: transform 0.4s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .l-footer__sns-list-item .p-in-icon {
    margin-right: 5px;
  }
}
.l-footer__sns-list-item .p-in-text {
  font-family: var(--font-en);
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  transition: transform 0.4s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .l-footer__sns-list-item .p-in-text {
    font-size: 1.1rem;
    letter-spacing: 0.02em;
  }
}

.l-footer__copy {
  text-align: center;
  font-family: var(--font-en);
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.l-footer__copy small {
  display: block;
}

.l-footer__pagetop {
  width: 110px;
  position: absolute;
  right: 95px;
  bottom: 333px;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .l-footer__pagetop:hover::before {
    animation: arrow 0.6s var(--ease-main) forwards;
  }
}
.l-footer__pagetop::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_pagetop_arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .l-footer__pagetop {
    width: 77px;
    margin: 69px auto 0;
    position: relative;
    right: 0;
    bottom: 0;
  }
}
.l-footer__pagetop-item {
  animation: rotateRight 10s linear infinite;
}

.l-header__btn {
  width: 95px;
  height: 95px;
  position: fixed;
  top: 0;
  right: 0;
  background: url(../img/btn_menu_bg.svg) no-repeat center/contain;
  z-index: 11;
  cursor: pointer;
  opacity: 0;
  transform: translateX(10px);
  transition: transform 0.7s var(--ease-main) 0.6s, opacity 0.7s var(--ease-main) 0.6s;
}
.is-load .l-header__btn {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .l-header__btn {
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 900px) {
  .l-header__btn:hover .l-header__btn-item {
    background-color: var(--color-theme-light);
  }
}
.l-header__btn-inner {
  width: 46px;
  height: 20px;
  position: absolute;
  top: 39%;
  left: 59%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 899px) {
  .l-header__btn-inner {
    width: 28px;
    height: 15px;
  }
}
.l-header__btn-item {
  width: 100%;
  height: 3px;
  background-color: var(--color-black);
  position: absolute;
  right: 0;
  border-radius: 50rem;
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main), top 0.6s var(--ease-main), bottom 0.6s var(--ease-main), width 0.6s var(--ease-main), background-color 0.3s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .l-header__btn-item {
    height: 2px;
  }
}
.l-header__btn-item:nth-of-type(1) {
  top: 0;
}
.is-menu-open .l-header__btn-item:nth-of-type(1) {
  width: 76%;
  top: 8px;
  transform: rotate(45deg);
}
@media screen and (max-width: 899px) {
  .is-menu-open .l-header__btn-item:nth-of-type(1) {
    top: 7px;
  }
}
.l-header__btn-item:nth-of-type(2) {
  width: 76%;
  top: 50%;
  transform: translateY(-50%);
}
.is-menu-open .l-header__btn-item:nth-of-type(2) {
  opacity: 0;
}
.l-header__btn-item:nth-of-type(3) {
  width: 57%;
  bottom: 0;
}
.is-menu-open .l-header__btn-item:nth-of-type(3) {
  width: 76%;
  bottom: 9px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 899px) {
  .is-menu-open .l-header__btn-item:nth-of-type(3) {
    bottom: 6px;
  }
}

.l-header__menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: opacity 0.6s var(--ease-main);
  opacity: 0;
  pointer-events: none;
}
.is-menu-open .l-header__menu {
  opacity: 1;
  pointer-events: auto;
}
.l-header__menu-image {
  pointer-events: none;
}
.l-header__menu-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 899px) {
  .l-header__menu-image-inner {
    height: 50%;
  }
  .l-header__menu-image-inner:nth-of-type(2) {
    top: auto;
    bottom: 0;
  }
}
.l-header__menu-image-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  opacity: 0.6;
  z-index: 10;
}
.l-header__menu-image-list {
  transition-timing-function: linear !important;
}
.l-header__menu-image-list-item {
  width: 25%;
  transition: -webkit-clip-path 0.4s var(--ease-main);
  transition: clip-path 0.4s var(--ease-main);
  transition: clip-path 0.4s var(--ease-main), -webkit-clip-path 0.4s var(--ease-main);
}
.l-header__menu-image-list-item:nth-of-type(even) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.is-menu-open .l-header__menu-image-list-item:nth-of-type(even) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.l-header__menu-image-list-item:nth-of-type(odd) {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.is-menu-open .l-header__menu-image-list-item:nth-of-type(odd) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.l-header__menu-image-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-header__menu-contents {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 16%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 899px) {
  .l-header__menu-contents {
    display: block;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.l-header__menu-contents-logo {
  width: 23.8%;
  margin-left: 6.3%;
}
@media screen and (max-width: 899px) {
  .l-header__menu-contents-logo {
    width: 62%;
    margin: 0 auto 55px;
  }
}
.l-header__menu-contents-logo .p-in-main {
  width: 14%;
  margin: 0 auto 10px;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.6s var(--ease-bound), opacity 0.6s var(--ease-main);
}
.is-menu-open .l-header__menu-contents-logo .p-in-main {
  opacity: 1;
  transform: translateY(0);
}
.l-header__menu-contents-logo .p-in-main img {
  width: 100%;
}
.l-header__menu-contents-logo .p-in-album {
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.6s var(--ease-bound) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
}
.is-menu-open .l-header__menu-contents-logo .p-in-album {
  opacity: 1;
  transform: translateY(0);
}
.l-header__menu-contents-main {
  width: 60.4%;
}
@media screen and (max-width: 899px) {
  .l-header__menu-contents-main {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.l-header__menu-contents-main-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .l-header__menu-contents-main-list {
    display: block;
  }
}
.l-header__menu-contents-main-list-item {
  width: 50%;
  position: relative;
  cursor: pointer;
  transition: color 0.7s var(--ease-main), transform 0.6s var(--ease-bound) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
  opacity: 0;
  transform: translateX(-20px);
}
.l-header__menu-contents-main-list-item:nth-of-type(1) {
  transition: color 0.7s var(--ease-main), transform 0.6s var(--ease-bound) 0.04s, opacity 0.6s var(--ease-main) 0.04s;
}
.l-header__menu-contents-main-list-item:nth-of-type(2) {
  transition: color 0.7s var(--ease-main), transform 0.6s var(--ease-bound) 0.08s, opacity 0.6s var(--ease-main) 0.08s;
}
.l-header__menu-contents-main-list-item:nth-of-type(3) {
  transition: color 0.7s var(--ease-main), transform 0.6s var(--ease-bound) 0.12s, opacity 0.6s var(--ease-main) 0.12s;
}
.l-header__menu-contents-main-list-item:nth-of-type(4) {
  transition: color 0.7s var(--ease-main), transform 0.6s var(--ease-bound) 0.16s, opacity 0.6s var(--ease-main) 0.16s;
}
.l-header__menu-contents-main-list-item:nth-of-type(5) {
  transition: color 0.7s var(--ease-main), transform 0.6s var(--ease-bound) 0.2s, opacity 0.6s var(--ease-main) 0.2s;
}
.l-header__menu-contents-main-list-item:nth-of-type(6) {
  transition: color 0.7s var(--ease-main), transform 0.6s var(--ease-bound) 0.24s, opacity 0.6s var(--ease-main) 0.24s;
}
.l-header__menu-contents-main-list-item:nth-of-type(7) {
  transition: color 0.7s var(--ease-main), transform 0.6s var(--ease-bound) 0.28s, opacity 0.6s var(--ease-main) 0.28s;
}
.l-header__menu-contents-main-list-item:nth-of-type(8) {
  transition: color 0.7s var(--ease-main), transform 0.6s var(--ease-bound) 0.32s, opacity 0.6s var(--ease-main) 0.32s;
}
.l-header__menu-contents-main-list-item:nth-of-type(9) {
  transition: color 0.7s var(--ease-main), transform 0.6s var(--ease-bound) 0.36s, opacity 0.6s var(--ease-main) 0.36s;
}
.l-header__menu-contents-main-list-item:nth-of-type(10) {
  transition: color 0.7s var(--ease-main), transform 0.6s var(--ease-bound) 0.4s, opacity 0.6s var(--ease-main) 0.4s;
}
.is-menu-open .l-header__menu-contents-main-list-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 900px) {
  .l-header__menu-contents-main-list-item:hover {
    color: var(--color-theme-light);
  }
  .l-header__menu-contents-main-list-item:hover .p-in-deco {
    color: var(--color-white);
  }
}
@media screen and (max-width: 899px) {
  .l-header__menu-contents-main-list-item {
    width: 100%;
    margin: 0 auto;
  }
}
.l-header__menu-contents-main-list-item .p-in-deco {
  font-family: var(--font-hand);
  color: var(--color-theme-light);
  font-size: 3.7rem;
  position: absolute;
  top: 59%;
  left: 0;
  transform: translate(-25%, -50%);
  transition: color 0.7s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .l-header__menu-contents-main-list-item .p-in-deco {
    font-size: 2.6rem;
  }
}
.l-header__menu-contents-main-list-item .p-in-text {
  font-size: 6.75rem;
  letter-spacing: 0.03em;
  font-family: var(--font-en);
  font-weight: 800;
}
@media screen and (max-width: 899px) {
  .l-header__menu-contents-main-list-item .p-in-text {
    font-size: 4.6rem;
  }
}

@media screen and (min-width: 900px) {
  @keyframes bgScroll {
    0% {
      background-position-x: 9;
    }
    100% {
      background-position-x: 528.5px;
    }
  }
}
@media screen and (max-width: 899px) {
  @keyframes bgScroll {
    0% {
      background-position-x: 9;
    }
    100% {
      background-position-x: 264.25px;
    }
  }
}
@keyframes rotateRight {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateLeft {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    transform: translateY(-10px);
  }
  50.1% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  50.1% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  75% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  font-size: 0.625em;
}

body {
  font-family: var(--font-jp);
  color: var(--color-white);
  background: url(../img/bg_pink_repeat_1.jpg) repeat center/250px;
  transition: background-image 0.7s var(--ease-main);
}
body[data-theme-color=blue] {
  background: url(../img/bg_blue_repeat_1.jpg) repeat center/250px;
}

a {
  text-decoration: none;
}

.m-modal.m-modal-custom .m-modal__close-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: transform 0.7s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .m-modal.m-modal-custom .m-modal__close-btn:hover {
    transform: scale(0.9);
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before {
  width: 2px;
  height: 40px;
  background-color: var(--color-white);
}
.m-modal.m-modal-custom .m-modal__close-btn::after {
  width: 2px;
  height: 40px;
  background-color: var(--color-white);
}
.m-modal.m-modal-custom .m-modal__bg {
  background: var(--color-theme-dark);
  opacity: 0.8;
}
.m-modal.m-modal-custom img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.--modal_img {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .--modal_img:hover::before {
    transform: scale(0.7);
  }
}
.--modal_img::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 3%;
  top: 3%;
  background: url(../img/icon_zoom.png) no-repeat center/contain;
  z-index: 1;
  transition: transform 0.4s var(--ease-bound);
}
@media screen and (max-width: 899px) {
  .--modal_img::before {
    width: 26px;
    height: 26px;
  }
}

.js-accordion-contents {
  display: none;
}

.p-kv {
  position: relative;
  max-width: 1790px;
  margin: 0 auto;
}

.p-kv__inner {
  width: 92.8%;
  max-width: 1655px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-kv__inner {
    width: 89.5%;
  }
}

.p-kv__header {
  display: flex;
  align-items: center;
  padding: 1.8% 0;
}
@media screen and (max-width: 899px) {
  .p-kv__header {
    padding: 8px 0;
  }
}
.p-kv__header-logo {
  width: 61px;
  margin-right: 54px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.6s, transform 0.6s var(--ease-bound) 0.6s;
}
.is-load .p-kv__header-logo {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__header-logo {
    width: 34px;
    margin-right: 0;
  }
}
.p-kv__header-date {
  font-family: var(--font-en);
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 500;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s var(--ease-main) 0.7s, transform 0.6s var(--ease-bound) 0.7s;
}
.is-load .p-kv__header-date {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__header-date {
    position: absolute;
    top: 59.5%;
    left: 1.2%;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0.035em;
  }
}

.p-kv__contents-main {
  position: relative;
}
.p-kv__contents-logo {
  width: 34.3%;
  position: absolute;
  right: 50px;
  top: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(20px, -67%);
  transition: opacity 0.6s var(--ease-main) 0.5s, transform 0.6s var(--ease-bound) 0.5s;
}
.is-load .p-kv__contents-logo {
  opacity: 1;
  transform: translate(0, -67%);
}
@media screen and (max-width: 899px) {
  .p-kv__contents-logo {
    width: 90.8%;
    margin: -11px auto 0;
    position: relative;
    right: 0;
    transform: translateY(20px);
  }
  .is-load .p-kv__contents-logo {
    transform: translateY(0);
  }
}
.p-kv__contents-image {
  width: 100%;
  border-radius: 36px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main), filter 0.6s var(--ease-main);
}
.is-load .p-kv__contents-image {
  opacity: 1;
  filter: blur(0);
}
.is-load .p-kv__contents-image .p-in-item {
  transform: scale(1) rotate(0);
}
@media screen and (max-width: 899px) {
  .p-kv__contents-image {
    border-radius: 8px;
  }
}
.p-kv__contents-image .p-in-item {
  position: relative;
  transition: opacity 3s var(--ease-main) 0.1s, transform 3s var(--ease-main) 0.1s;
  transform: scale(1.1) rotate(3deg);
}
.p-kv__contents-image .p-in-item img {
  transition: opacity 1s var(--ease-main), transform 1s var(--ease-main), filter 1s var(--ease-main);
}
.p-kv__contents-image .p-in-item.--blue {
  position: absolute;
  top: 0;
  left: 0;
}
.p-kv__contents-image .p-in-item.--blue img {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.1) rotate(-3deg);
}
[data-theme-color=blue] .p-kv__contents-image .p-in-item.--pink img {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.1) rotate(3deg);
}
[data-theme-color=blue] .p-kv__contents-image .p-in-item.--blue img {
  opacity: 1;
  filter: blur(0);
  transform: scale(1) rotate(0);
}
[data-theme-color=pink] .p-kv__contents-image .p-in-item.--pink img {
  opacity: 1;
  filter: blur(0);
  transform: scale(1) rotate(0);
}
[data-theme-color=pink] .p-kv__contents-image .p-in-item.--blue img {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.1) rotate(-3deg);
}
.p-kv__contents-visual {
  width: 150px;
  position: absolute;
  bottom: 62px;
  left: 20px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-60px) scaleX(-1);
  transition: opacity 0.6s var(--ease-main) 0.7s, transform 0.6s var(--ease-main) 0.7s;
}
.is-load .p-kv__contents-visual {
  opacity: 1;
  transform: translateY(0) scaleX(1);
}
@media screen and (min-width: 900px) {
  .p-kv__contents-visual:hover::before {
    transform: rotate(180deg) scale(0.8);
  }
}
@media screen and (max-width: 899px) {
  .p-kv__contents-visual {
    left: auto;
    bottom: auto;
    top: 104%;
    width: 24%;
    right: 7.5%;
  }
}
.p-kv__contents-visual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/btn_visual_icon.png) no-repeat center/contain;
  z-index: 1;
  transition: transform 0.4s var(--ease-main);
}
.p-kv__contents-visual .p-in-item {
  width: 100%;
  animation: rotateRight 10s linear infinite;
}
.p-kv__contents-visual .p-in-item img {
  width: 100%;
}
.p-kv__contents-link {
  margin-top: 50px;
}
@media screen and (max-width: 899px) {
  .p-kv__contents-link {
    margin-top: 0;
    padding-top: 40%;
  }
}
.p-kv__contents-link-list {
  background: none;
}
.p-kv__contents-link-list-item {
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.6s var(--ease-main) 0.6s, transform 0.6s var(--ease-main) 0.6s;
}
.p-kv__contents-link-list-item:nth-of-type(2) {
  transition-delay: 0.7s;
}
@media screen and (max-width: 899px) {
  .p-kv__contents-link-list-item:nth-of-type(2) {
    margin-top: 10px;
  }
}
.is-load .p-kv__contents-link-list-item {
  opacity: 1;
  transform: translateY(0);
}
.p-kv__scroll {
  padding-bottom: 84px;
  font-family: var(--font-en);
  font-size: 1.4rem;
  letter-spacing: 0.045em;
  position: absolute;
  right: 1.35%;
  bottom: 29.9%;
  writing-mode: vertical-lr;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.7s var(--ease-main) 0.7s, opacity 0.7s var(--ease-main) 0.7s;
}
.is-load .p-kv__scroll {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__scroll {
    right: 11px;
    bottom: 15.5%;
  }
}
.p-kv__scroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: var(--color-white);
  animation: scrollDown 4s var(--ease-main) infinite 0.7s;
}

.p-release {
  width: 89.3%;
  max-width: 1580px;
  margin: 0 auto;
  padding: 168px 0 0;
}
@media screen and (max-width: 899px) {
  .p-release {
    width: 86.8%;
    padding: 92px 0 0;
  }
}

.p-release__title {
  margin-bottom: 94px;
}
@media screen and (max-width: 899px) {
  .p-release__title {
    margin-bottom: 43px;
  }
}

.p-release__contents + .p-release__contents {
  margin-top: 117px;
}
@media screen and (max-width: 899px) {
  .p-release__contents + .p-release__contents {
    margin-top: 69px;
  }
}
.p-release__contents-list {
  margin-bottom: 23px;
}
.p-release__contents-list-item {
  margin-top: 69px;
}
.p-release__contents-list-item-image {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 27px;
}
@media screen and (max-width: 899px) {
  .p-release__contents-list-item-image {
    display: block;
    margin-bottom: 16px;
  }
}
.p-release__contents-list-item-image .p-in-item {
  width: 48%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.05);
  filter: blur(10px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s, filter 0.6s var(--ease-main) 0.1s;
}
.is-active .p-release__contents-list-item-image .p-in-item {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
.p-release__contents-list-item-image .p-in-item img {
  width: 100%;
  transform: scale(1.1);
  transition: opacity 3s var(--ease-main) 0.1s, transform 3s var(--ease-main) 0.1s;
}
.is-active .p-release__contents-list-item-image .p-in-item img {
  opacity: 1;
  transform: translateY(0);
}
.p-release__contents-list-item-image .p-in-item small {
  display: block;
  font-size: 1.1rem;
  line-height: 1.35;
  text-align: right;
  margin-top: 0.5rem;
}
@media screen and (max-width: 899px) {
  .p-release__contents-list-item-image .p-in-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .p-release__contents-list-item-image .p-in-item:last-of-type {
    margin-bottom: 0;
  }
  .p-release__contents-list-item-image .p-in-item small {
    font-size: 0.9rem;
  }
}
.p-release__contents-list-item-detail {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .p-release__contents-list-item-detail {
    display: block;
  }
}
.p-release__contents-list-item-detail .p-in-data {
  width: 48%;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-bound) 0.2s;
}
.is-active .p-release__contents-list-item-detail .p-in-data {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-release__contents-list-item-detail .p-in-data {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-release__contents-list-item-detail .p-in-data .p-in-data-head {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.5rem;
  letter-spacing: 0.02em;
  font-weight: 800;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-release__contents-list-item-detail .p-in-data .p-in-data-head {
    display: block;
    font-size: 3.2rem;
  }
  .p-release__solo .p-release__contents-list-item-detail .p-in-data .p-in-data-head {
    font-size: 2.4rem;
  }
}
.p-release__contents-list-item-detail .p-in-data .p-in-data-head .u-category {
  display: block;
  margin-left: 18px;
  padding: 8px 12px 11px;
  font-size: 2.2rem;
  white-space: nowrap;
  border: 2px solid var(--color-white);
  position: relative;
  top: 3px;
}
@media screen and (max-width: 899px) {
  .p-release__contents-list-item-detail .p-in-data .p-in-data-head .u-category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 9px;
    padding: 4px 9px 8px;
    font-size: 1.5rem;
  }
}
.p-release__contents-list-item-detail .p-in-data .p-in-data-val {
  margin-top: 17px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .p-release__contents-list-item-detail .p-in-data .p-in-data-val {
    margin-top: 21px;
  }
}
.p-release__contents-list-item-detail .p-in-text {
  width: 48%;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-bound) 0.3s;
}
.is-active .p-release__contents-list-item-detail .p-in-text {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-release__contents-list-item-detail .p-in-text {
    width: 100%;
  }
}
.p-release__contents-list-item-detail .p-in-text-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 23px;
}
@media screen and (max-width: 899px) {
  .p-release__contents-list-item-detail .p-in-text-item {
    display: block;
    margin-bottom: 16px;
  }
}
.p-release__contents-list-item-detail .p-in-text-head {
  width: 78px;
  margin-right: 30px;
  padding: 4px;
  border-radius: 50rem;
  border: 2px solid var(--color-white);
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-release__contents-list-item-detail .p-in-text-head {
    margin-bottom: 3px;
    margin-right: 0;
  }
}
.p-release__contents-list-item-detail .p-in-text-main {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-release__contents-list-item-detail .p-in-text-main li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-release__contents-link {
  margin-top: 69px;
  padding: 43px 0;
  opacity: 0;
  transform: scale(1.05);
  filter: blur(10px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s, filter 0.6s var(--ease-main) 0.1s;
}
.is-active .p-release__contents-link {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 899px) {
  .p-release__contents-link {
    padding: 30px 0;
  }
}
.p-release__contents-link-item {
  width: 40%;
}
@media screen and (max-width: 899px) {
  .p-release__contents-link-item {
    width: 100%;
  }
  .p-release__contents-link-item + .p-release__contents-link-item {
    margin-top: 20px;
  }
}
.p-release__contents-link-item:first-of-type::before {
  top: 40%;
}
.p-release__contents-link-item::before {
  font-size: 6rem;
  letter-spacing: 0.02em;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 899px) {
  .p-release__contents-link-item::before {
    font-size: 7rem;
  }
}
.p-release__solo {
  margin-top: 123px;
}
@media screen and (max-width: 899px) {
  .p-release__solo {
    margin-top: 68px;
  }
}
.p-release__solo-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 37px;
  font-size: 4.4rem;
  letter-spacing: -0.05em;
  font-weight: 800;
  position: relative;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.is-active .p-release__solo-title {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-release__solo-title {
    margin-bottom: 34px;
    font-size: 2.6rem;
  }
}
.p-release__solo-title h3 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .p-release__solo-title h3 {
    display: block;
  }
}
.p-release__solo-title .u-category {
  display: block;
  margin-left: 25px;
  padding: 7px 12px 11px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  border: 2px solid var(--color-white);
  position: relative;
  top: 3px;
}
@media screen and (max-width: 899px) {
  .p-release__solo-title .u-category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 9px;
    padding: 4px 9px 8px;
    font-size: 1.5rem;
  }
}
.p-release__solo-contents-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media screen and (max-width: 899px) {
  .p-release__solo-contents-list {
    margin-bottom: 6px;
  }
}
.p-release__solo-contents-list-item {
  width: 31.2%;
  margin-bottom: 50px;
}
@media screen and (max-width: 899px) {
  .p-release__solo-contents-list-item {
    width: 46.2%;
    margin-bottom: 8.4%;
  }
}
.p-release__solo-contents-list-item .p-in-image {
  width: 100%;
  margin-bottom: 13px;
  opacity: 0;
  transform: scale(1.05);
  filter: blur(10px);
  position: relative;
  overflow: hidden;
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s, filter 0.6s var(--ease-main) 0.1s;
}
.is-active .p-release__solo-contents-list-item .p-in-image {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 899px) {
  .p-release__solo-contents-list-item .p-in-image {
    margin-bottom: 7px;
  }
}
.p-release__solo-contents-list-item .p-in-image img {
  width: 100%;
  transform: scale(1.1);
  transition: opacity 3s var(--ease-main) 0.1s, transform 3s var(--ease-main) 0.1s;
}
.is-active .p-release__solo-contents-list-item .p-in-image img {
  opacity: 1;
  transform: translateY(0);
}
.p-release__solo-contents-list-item .p-in-detail-name {
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: 2.6rem;
  font-weight: 500;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.6s var(--ease-main) 0.4s, transform 0.6s var(--ease-bound) 0.4s;
}
.is-active .p-release__solo-contents-list-item .p-in-detail-name {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-release__solo-contents-list-item .p-in-detail-name {
    font-size: 1.8rem;
  }
}
.p-release__solo-contents-list-item .p-in-detail-val {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.6s var(--ease-main) 0.5s, transform 0.6s var(--ease-bound) 0.5s;
}
.is-active .p-release__solo-contents-list-item .p-in-detail-val {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-release__solo-contents-list-item .p-in-detail-val {
    font-size: 1rem;
  }
}
.p-release__solo-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .p-release__solo-btm {
    display: block;
  }
}
.p-release__solo-btm-image {
  width: 31.2%;
  opacity: 0;
  transform: scale(1.05);
  filter: blur(10px);
  position: relative;
  overflow: hidden;
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s, filter 0.6s var(--ease-main) 0.1s;
}
@media screen and (max-width: 899px) {
  .p-release__solo-btm-image {
    width: 100%;
    margin-bottom: 29px;
  }
}
.is-active .p-release__solo-btm-image {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
.p-release__solo-btm-image img {
  width: 100%;
  transform: scale(1.1);
  transition: opacity 3s var(--ease-main) 0.1s, transform 3s var(--ease-main) 0.1s;
}
.is-active .p-release__solo-btm-image img {
  opacity: 1;
  transform: translateY(0);
}
.p-release__solo-btm-detail {
  width: 65.5%;
}
@media screen and (max-width: 899px) {
  .p-release__solo-btm-detail {
    width: 100%;
  }
}
.p-release__solo-btm-detail .p-in-data {
  width: 100%;
}
.p-release__solo-btm-detail .p-in-data .p-in-data-head {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.5rem;
  letter-spacing: 0.02em;
  font-weight: 800;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-release__solo-btm-detail .p-in-data .p-in-data-head {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.p-release__solo-btm-detail .p-in-data .p-in-data-head .u-category {
  display: block;
  margin-left: 18px;
  padding: 8px 12px 11px;
  font-size: 2.2rem;
  border: 2px solid var(--color-white);
  position: relative;
  top: 3px;
}
@media screen and (max-width: 899px) {
  .p-release__solo-btm-detail .p-in-data .p-in-data-head .u-category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 9px;
    padding: 4px 9px 8px;
    font-size: 1.5rem;
  }
}
.p-release__solo-btm-detail .p-in-data .p-in-data-val {
  margin-top: 17px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-release__solo-btm-detail .p-in-text {
  width: 100%;
}
.p-release__solo-btm-detail .p-in-text li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 899px) {
  .p-release__solo-btm-detail .p-in-text {
    width: 100%;
  }
}
.p-release__solo-btm-detail .p-in-list {
  margin-bottom: 46px;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.6s var(--ease-main) 0.4s, transform 0.6s var(--ease-bound) 0.4s;
}
.is-active .p-release__solo-btm-detail .p-in-list {
  opacity: 1;
  transform: translateX(0);
}
.p-release__solo-btm-detail .p-in-list .p-in-item {
  display: flex;
  align-items: flex-start;
  margin-top: 23px;
}
@media screen and (max-width: 899px) {
  .p-release__solo-btm-detail .p-in-list .p-in-item {
    display: block;
    margin-bottom: 22px;
  }
}
.p-release__solo-btm-detail .p-in-list .p-in-item .p-in-head {
  width: 78px;
  margin-right: 30px;
  padding: 4px;
  border-radius: 50rem;
  border: 2px solid var(--color-white);
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-release__solo-btm-detail .p-in-list .p-in-item .p-in-head {
    margin-right: 0;
    margin-bottom: 3px;
  }
}
.p-release__solo-btm-detail .p-in-list .p-in-item .p-in-text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-release__solo-btm-detail .p-in-link {
  padding: 30px;
  opacity: 0;
  transform: scale(1.05);
  filter: blur(10px);
  transition: opacity 0.6s var(--ease-main) 0.5s, transform 0.6s var(--ease-main) 0.5s, filter 0.6s var(--ease-main) 0.5s;
}
.is-active .p-release__solo-btm-detail .p-in-link {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 899px) {
  .p-release__solo-btm-detail .p-in-link {
    padding: 30px 0;
  }
}
.p-release__solo-btm-detail .p-in-link-item {
  width: 69%;
}
@media screen and (max-width: 899px) {
  .p-release__solo-btm-detail .p-in-link-item {
    width: 100%;
  }
}
.p-release__solo-btm-detail .p-in-link-item::before {
  font-size: 6rem;
  letter-spacing: 0.02em;
  top: 40%;
  left: 50%;
}
@media screen and (max-width: 899px) {
  .p-release__solo-btm-detail .p-in-link-item::before {
    font-size: 8rem;
  }
}

.p-track {
  width: 89.3%;
  max-width: 1580px;
  margin: 0 auto;
  padding: 146px 0 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main);
}
.p-track.is-active {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 899px) {
  .p-track {
    width: 86.8%;
    padding: 76px 0 0;
  }
}

.p-track__inner {
  padding: 90px 0;
  background: url(../img/bg_white_repeat.jpg) repeat left top/250px;
  border-radius: 20px;
}
@media screen and (max-width: 899px) {
  .p-track__inner {
    padding: 55px 0;
  }
}

.p-track__title {
  margin-bottom: 86px;
  color: var(--color-theme-dark);
}
@media screen and (max-width: 899px) {
  .p-track__title {
    margin-bottom: 45px;
  }
}
.p-track__title::before {
  content: "Track List";
  color: var(--color-theme-dark);
}

.p-track__contents {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-track__contents {
    display: block;
  }
}
.p-track__contents-block {
  width: 48%;
  color: var(--color-black);
}
@media screen and (max-width: 899px) {
  .p-track__contents-block {
    width: 100%;
  }
  .p-track__contents-block + .p-track__contents-block {
    margin-top: 39px;
  }
}
.p-track__contents-head {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 33px;
  font-size: 4.4rem;
  font-family: var(--font-en);
  letter-spacing: -0.05em;
  font-weight: 800;
  position: relative;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.is-active .p-track__contents-head {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-track__contents-head {
    margin-bottom: 22px;
    font-size: 3.2rem;
    letter-spacing: 0;
  }
}
.p-track__contents-head .u-category {
  display: block;
  margin-left: 14px;
  padding: 7px 12px 11px;
  font-family: var(--font-jp);
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  border: 2px solid var(--color-black);
  position: relative;
  top: 1px;
}
@media screen and (max-width: 899px) {
  .p-track__contents-head .u-category {
    flex: 1;
    margin-left: 10px;
    padding: 4px 9px 8px;
    font-size: 1.5rem;
  }
}
.p-track__contents-main-list-item {
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 3.2rem;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.p-track__contents-main-list-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-track__contents-main-list-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-track__contents-main-list-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-track__contents-main-list-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-track__contents-main-list-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-track__contents-main-list-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-track__contents-main-list-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-track__contents-main-list-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-track__contents-main-list-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-track__contents-main-list-item:nth-of-type(10) {
  transition-delay: 1s;
}
.is-active .p-track__contents-main-list-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-track__contents-main-list-item {
    margin-bottom: 4px;
    font-size: 2.2rem;
  }
}
.p-track__contents-main-list-item .p-in-inner {
  display: flex;
  align-items: flex-end;
}
.p-track__contents-main-list-item .p-in-caution {
  font-size: 1.3rem;
  margin-left: 28px;
  margin-top: 2px;
}
@media screen and (max-width: 899px) {
  .p-track__contents-main-list-item .p-in-caution {
    font-size: 0.8rem;
    margin-left: 21px;
    margin-top: 2px;
  }
}
.p-track__contents-main-list-item .p-in-small {
  font-size: 2.2rem;
  margin-left: 6px;
}
@media screen and (max-width: 899px) {
  .p-track__contents-main-list-item .p-in-small {
    font-size: 1.4rem;
  }
}

.p-movie {
  padding: 190px 0 200px;
}
@media screen and (max-width: 899px) {
  .p-movie {
    padding: 75px 0 79px;
  }
}

.p-movie__title {
  margin-bottom: 97px;
}
@media screen and (max-width: 899px) {
  .p-movie__title {
    margin-bottom: 28px;
  }
}
.p-movie__title::before {
  content: "Movie";
}

.p-movie__contents {
  position: relative;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.is-active .p-movie__contents {
  opacity: 1;
  transform: translateY(0);
}
.p-movie__contents-list-item {
  width: 68.5%;
  max-width: 1200px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-movie__contents-list-item:hover .p-in-inner::before {
    background-color: var(--color-theme-light);
  }
  .p-movie__contents-list-item:hover .p-in-image {
    transform: scale(1.05);
  }
  .p-movie__contents-list-item:hover .p-in-icon {
    transform: translate(-50%, -50%) scale(0.95);
  }
}
@media screen and (max-width: 899px) {
  .p-movie__contents-list-item {
    width: 80.5%;
  }
}
.p-movie__contents-list-item .p-in-inner {
  width: 100%;
  padding-top: 56.25%;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-movie__contents-list-item .p-in-inner {
    border-radius: 20px;
  }
}
.p-movie__contents-list-item .p-in-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  opacity: 0.3;
  z-index: 1;
  transition: background-color 0.5s var(--ease-main);
}
.p-movie__contents-list-item .p-in-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s var(--ease-main);
}
.p-movie__contents-list-item .p-in-icon {
  width: 15.6%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: transform 0.5s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-movie__contents-list-item .p-in-icon {
    width: 24.6%;
  }
}
.p-movie__contents-nav-item {
  width: 7.2%;
  padding-top: 7.2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: transform 0.6s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-movie__contents-nav-item:hover {
    transform: translateY(-50%) scale(0.95);
  }
}
@media screen and (max-width: 899px) {
  .p-movie__contents-nav-item {
    width: 16%;
    padding-top: 16%;
  }
}
.p-movie__contents-nav-item.--prev {
  left: 7.2%;
}
@media screen and (max-width: 899px) {
  .p-movie__contents-nav-item.--prev {
    left: 0;
  }
}
.p-movie__contents-nav-item.--prev::before, .p-movie__contents-nav-item.--prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie__contents-nav-item.--prev::before {
  background: url(../img/btn_prev_bg.png) no-repeat center/contain;
  animation: rotateRight 20s linear infinite;
}
.p-movie__contents-nav-item.--prev::after {
  background: url(../img/btn_prev_arrow.png) no-repeat center/contain;
}
.p-movie__contents-nav-item.--next {
  right: 7.2%;
}
@media screen and (max-width: 899px) {
  .p-movie__contents-nav-item.--next {
    right: 0;
  }
}
.p-movie__contents-nav-item.--next::before, .p-movie__contents-nav-item.--next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie__contents-nav-item.--next::before {
  background: url(../img/btn_next_bg.png) no-repeat center/contain;
  animation: rotateRight 20s linear infinite;
}
.p-movie__contents-nav-item.--next::after {
  background: url(../img/btn_next_arrow.png) no-repeat center/contain;
}

.p-shop {
  padding: 92px 0 169px;
  background: url(../img/bg_pink_repeat_2.jpg) repeat left top/250px;
}
[data-theme-color=blue] .p-shop {
  background: url(../img/bg_blue_repeat_2.jpg) repeat center/250px;
}
@media screen and (max-width: 899px) {
  .p-shop {
    padding: 76px 0 80px;
  }
}

.p-shop__title {
  margin-bottom: 84px;
}
@media screen and (max-width: 899px) {
  .p-shop__title {
    margin-bottom: 40px;
  }
}
.p-shop__title::before {
  content: "Benefits";
  top: 44%;
  left: 49.4%;
}

.p-shop__contents {
  width: 89.3%;
  max-width: 1580px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-shop__contents {
    width: 86.5%;
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 899px) {
  .p-shop__contents-block + .p-shop__contents-block {
    margin-top: 61px;
  }
}
.p-shop__contents-head {
  margin-bottom: 50px;
  padding: 12px 0;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: center;
  background-color: var(--color-black);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-bound) 0.2s;
}
.is-active .p-shop__contents-head {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-shop__contents-head {
    margin-bottom: 30px;
    padding: 9px 0;
    font-size: 1.5rem;
  }
}
.p-shop__contents-main {
  margin-bottom: 82px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main {
    margin-bottom: 0;
  }
}
.p-shop__contents-main-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-shop__contents-main-list-item {
  display: flex;
  flex-direction: column;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 8.1%;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-bound) 0.2s;
}
.p-shop__contents-main-list-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-shop__contents-main-list-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-shop__contents-main-list-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-shop__contents-main-list-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-shop__contents-main-list-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-shop__contents-main-list-item:nth-of-type(6) {
  transition-delay: 0.8s;
}
.p-shop__contents-main-list-item:nth-of-type(7) {
  transition-delay: 0.9s;
}
.p-shop__contents-main-list-item:nth-of-type(8) {
  transition-delay: 1s;
}
.p-shop__contents-main-list-item:nth-of-type(9) {
  transition-delay: 1.1s;
}
.p-shop__contents-main-list-item:nth-of-type(10) {
  transition-delay: 1.2s;
}
.p-shop__contents-main-list-item:nth-of-type(11) {
  transition-delay: 1.3s;
}
.p-shop__contents-main-list-item:nth-of-type(12) {
  transition-delay: 1.4s;
}
.p-shop__contents-main-list-item:nth-of-type(13) {
  transition-delay: 1.5s;
}
.p-shop__contents-main-list-item:nth-of-type(14) {
  transition-delay: 1.6s;
}
.p-shop__contents-main-list-item:nth-of-type(15) {
  transition-delay: 1.7s;
}
.is-active .p-shop__contents-main-list-item {
  opacity: 1;
  transform: translateY(0);
}
.p-shop__contents-main-list-item img {
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item {
    width: 47.6%;
    margin-right: 4.6%;
    margin-bottom: 12.4%;
  }
}
.p-shop__contents-main-list-item .p-in-image {
  margin-bottom: 18px;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item .p-in-image {
    margin-bottom: 15px;
  }
}
.p-shop__contents-main-list-item .p-in-head {
  margin-bottom: 22px;
  font-size: 1.7rem;
  line-height: 1.35;
  font-weight: 600;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item .p-in-head {
    margin-bottom: 15px;
    font-size: 1rem;
  }
}
.p-shop__contents-main-list-item .p-in-detail {
  flex-grow: 1;
}
.p-shop__contents-main-list-item .p-in-detail-text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item .p-in-detail-text {
    font-size: 1.4rem;
  }
}
.p-shop__contents-main-list-item .p-in-detail-text .u-small {
  margin-left: 0.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item .p-in-detail-text .u-small {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 900px) {
  .p-shop__contents-main-list-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .p-shop__contents-main-list-item:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .p-shop__contents-main-list-item:last-of-type {
    margin-right: 0;
  }
  .p-shop__contents-main-list-item:nth-of-type(-n+8) .p-in-head {
    height: 2.5em;
  }
  .p-shop__contents-main-list-item:nth-of-type(n+9) .p-in-head {
    height: 1em;
  }
}
@media screen and (max-width: 1600px) {
  .p-shop__contents-main-list-item:nth-of-type(-n+8) .p-in-head {
    height: 3.5em;
  }
  .p-shop__contents-main-list-item:nth-of-type(n+9) .p-in-head {
    height: 1em;
  }
}
@media screen and (max-width: 1280px) {
  .p-shop__contents-main-list-item:nth-of-type(-n+8) .p-in-head {
    height: 4.5em;
  }
  .p-shop__contents-main-list-item:nth-of-type(n+9) .p-in-head {
    height: 1em;
  }
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-shop__contents-main-list-item .p-in-head {
    height: 3.5em !important;
  }
  .p-shop__contents-main-list-item .p-in-head.--sp {
    height: 1em !important;
  }
}
.p-shop__contents-main-list-item.--wide {
  width: 73.9%;
  margin-bottom: 0;
  padding: 34px 0;
  background-color: var(--color-theme-light);
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item.--wide {
    width: 100%;
    padding: 30px 0;
  }
}
.p-shop__contents-main-list-item.--wide .p-in-link {
  width: 57%;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item.--wide .p-in-link {
    width: 100%;
  }
}
.p-shop__contents-main-list-item.--wide .p-in-link::before {
  font-size: 5.9rem;
  letter-spacing: 0.08em;
  top: 41%;
  left: 50%;
}
.p-shop__contents-main-list-item.--full {
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item.--full {
    margin-right: 0;
  }
}
.p-shop__contents-main-list-item.--full .p-in-link {
  width: 42%;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-main-list-item.--full .p-in-link {
    width: 100%;
  }
}
.p-shop__contents-caution {
  display: flex;
  width: 89.3%;
  max-width: 1580px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-shop__contents-caution {
    display: block;
    width: 86%;
  }
}
.p-shop__contents-caution-title {
  margin-right: 64px;
  font-size: 2rem;
  letter-spacing: 0.09em;
  font-weight: 600;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease-main) 0.5s, transform 0.6s var(--ease-bound) 0.5s;
}
.is-active .p-shop__contents-caution-title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-shop__contents-caution-title {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.p-shop__contents-caution-detail {
  flex: 1;
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 0.6s var(--ease-main) 0.6s, transform 0.6s var(--ease-bound) 0.6s;
}
.is-active .p-shop__contents-caution-detail {
  opacity: 1;
  transform: translateY(0);
}
.p-shop__contents-caution-detail .p-in-list-item {
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}

.p-event {
  padding: 135px 0 150px;
}
@media screen and (max-width: 899px) {
  .p-event {
    padding: 78px 0 85px;
  }
}

.p-event__title {
  margin-bottom: 85px;
}
.p-event__title::before {
  content: "Event";
  top: 44%;
}
@media screen and (max-width: 899px) {
  .p-event__title {
    margin-bottom: 34px;
  }
}
.p-event__title .u-small {
  margin-top: 5px;
  font-size: 1.3rem;
}
@media screen and (max-width: 899px) {
  .p-event__title .u-small {
    margin-top: 4px;
    font-size: 1.3rem;
  }
}

.p-event__lead {
  margin-bottom: 53px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-bound) 0.2s;
}
.is-active .p-event__lead {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-event__lead {
    margin-bottom: 31px;
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
.p-event__lead-link {
  max-width: 500px;
  margin: 44px auto;
}
@media screen and (max-width: 899px) {
  .p-event__lead-link {
    width: 85%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.p-event__contents {
  width: 89.3%;
  max-width: 1580px;
  margin: 0 auto;
  padding: 96px 126px 41px;
  color: var(--color-black);
  background: url(../img/bg_white_repeat.jpg) repeat left top/250px;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-bound) 0.3s;
}
.is-active .p-event__contents {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-event__contents {
    width: 86.8%;
    padding: 40px 0;
  }
}
@media screen and (max-width: 899px) {
  .p-event__contents-inner {
    width: 78.2%;
    margin: 0 auto;
  }
}
.p-event__contents-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 899px) {
  .p-event__contents-list-item {
    display: block;
    margin-bottom: 24px;
  }
}
.p-event__contents-list-item .p-in-head {
  width: 135px;
  margin-right: 76px;
  padding: 8px 15px;
  font-size: 2.3rem;
  letter-spacing: 0em;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  font-weight: 800;
  border: 2px solid var(--color-black);
}
@media screen and (max-width: 899px) {
  .p-event__contents-list-item .p-in-head {
    width: 95px;
    padding: 4.5px 9px;
    font-size: 1.8rem;
  }
}
.p-event__contents-list-item .p-in-text {
  flex: 1;
  margin-top: 13px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-event__contents-list-item .p-in-text .is-cap {
  display: block;
  color: #dd2a3f;
  font-weight: 600;
}
.p-event__contents-list-item .p-in-text .is-attention {
  margin-top: 0.5rem;
}
.p-event__contents-list-item .p-in-text .is-attention li {
  font-size: 1.5rem;
  text-indent: -1.15em;
  padding-left: 1em;
}
@media screen and (max-width: 899px) {
  .p-event__contents-list-item .p-in-text .is-attention li {
    font-size: 1.3rem;
  }
}

.p-campaign {
  padding: 141px 0 159px;
  background: url(../img/bg_pink_repeat_2.jpg) repeat left top/250px;
}
[data-theme-color=blue] .p-campaign {
  background: url(../img/bg_blue_repeat_2.jpg) repeat center/250px;
}
@media screen and (max-width: 899px) {
  .p-campaign {
    padding: 76px 0 73px;
  }
}

.p-campaign__title {
  margin-bottom: 89px;
}
@media screen and (max-width: 899px) {
  .p-campaign__title {
    margin-bottom: 40px;
  }
}
.p-campaign__title .u-small {
  margin-top: 6px;
  font-size: 1.3rem;
}
.p-campaign__title::before {
  content: "Campaign";
  top: 46%;
  left: 48.9%;
}

.p-campaign__lead {
  margin-bottom: 49px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-bound) 0.2s;
}
.is-active .p-campaign__lead {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-campaign__lead {
    margin-bottom: 33px;
  }
}

.p-campaign__contents {
  width: 89.3%;
  max-width: 1580px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-campaign__contents {
    width: 86.8%;
  }
}
.p-campaign__contents-list-item + .p-campaign__contents-list-item {
  margin-top: 105px;
}
@media screen and (max-width: 899px) {
  .p-campaign__contents-list-item + .p-campaign__contents-list-item {
    margin-top: 80px;
  }
}
.p-campaign__contents-list-item-head {
  width: 100%;
  margin-bottom: 44px;
  padding: 21px 0;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  border-top: 3px solid var(--color-white);
  border-bottom: 3px solid var(--color-white);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease-main) 0.4s, transform 0.6s var(--ease-bound) 0.4s;
}
.is-active .p-campaign__contents-list-item-head {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-campaign__contents-list-item-head {
    width: 100%;
    margin-bottom: 34px;
    padding: 17px 0;
    font-size: 1.9rem;
    border-top: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
  }
}
.p-campaign__contents-list-item-lead {
  margin-bottom: 48px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease-main) 0.5s, transform 0.6s var(--ease-bound) 0.5s;
}
.is-active .p-campaign__contents-list-item-lead {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-campaign__contents-list-item-lead {
    margin-bottom: 46px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.p-campaign__contents-list-item-link {
  width: 41%;
  margin: 0 auto 44px;
  background: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease-main) 0.6s, transform 0.6s var(--ease-bound) 0.6s;
}
.is-active .p-campaign__contents-list-item-link {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-campaign__contents-list-item-link {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.p-campaign__contents-list-item-main {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease-main) 0.7s, transform 0.6s var(--ease-bound) 0.7s;
}
.is-active .p-campaign__contents-list-item-main {
  opacity: 1;
  transform: translateY(0);
}
.p-campaign__contents-list-item-main-block {
  border-radius: 22px;
  background-color: var(--color-white);
}
.p-campaign__contents-list-item-main-block + .p-campaign__contents-list-item-main-block {
  margin-top: 20px;
}
.p-campaign__contents-list-item-main-block .p-in-head {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--color-black);
  padding: 39px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .p-campaign__contents-list-item-main-block .p-in-head {
    padding: 18px 42px 18px 32px;
    font-size: 1.6rem;
    line-height: 1.65;
  }
}
.p-campaign__contents-list-item-main-block .p-in-head.is-active .p-in-icon {
  transform: translateY(-50%) rotate(90deg);
}
.p-campaign__contents-list-item-main-block .p-in-head.is-active .p-in-icon::after {
  opacity: 0;
}
.p-campaign__contents-list-item-main-block .p-in-head .p-in-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: transform 0.4s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-campaign__contents-list-item-main-block .p-in-head .p-in-icon {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}
.p-campaign__contents-list-item-main-block .p-in-head .p-in-icon::before, .p-campaign__contents-list-item-main-block .p-in-head .p-in-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: var(--color-black);
}
@media screen and (max-width: 899px) {
  .p-campaign__contents-list-item-main-block .p-in-head .p-in-icon::before, .p-campaign__contents-list-item-main-block .p-in-head .p-in-icon::after {
    height: 2px;
  }
}
.p-campaign__contents-list-item-main-block .p-in-head .p-in-icon::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-campaign__contents-list-item-main-block .p-in-head .p-in-icon::after {
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.4s var(--ease-main);
}
.p-campaign__contents-list-item-main-block .p-in-detail {
  margin-top: 33px;
  padding: 0 39px 39px;
}
@media screen and (max-width: 899px) {
  .p-campaign__contents-list-item-main-block .p-in-detail {
    width: 85%;
    margin: 0 auto;
    margin-top: 26px;
    padding: 20px 0;
  }
}
.p-campaign__contents-list-item-main-block .p-in-detail .p-in-detail-list .p-in-detail-item {
  display: flex;
  align-items: flex-start;
  color: var(--color-black);
  margin-bottom: 21px;
}
@media screen and (max-width: 899px) {
  .p-campaign__contents-list-item-main-block .p-in-detail .p-in-detail-list .p-in-detail-item {
    display: block;
    margin-bottom: 14px;
  }
}
.p-campaign__contents-list-item-main-block .p-in-detail .p-in-detail-list .p-in-detail-item-head {
  width: 166px;
  margin-right: 47px;
  padding: 9px 12px;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 800;
  border: 2px solid var(--color-black);
}
@media screen and (max-width: 899px) {
  .p-campaign__contents-list-item-main-block .p-in-detail .p-in-detail-list .p-in-detail-item-head {
    width: 115px;
    margin-right: 0;
    padding: 6px 4px 7px;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
.p-campaign__contents-list-item-main-block .p-in-detail .p-in-detail-list .p-in-detail-item-text {
  flex: 1;
  margin-top: 12px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.p-campaign__contents-list-item-main-block .p-in-detail .p-in-detail-list .p-in-detail-item-text ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 899px) {
  .p-campaign__contents-list-item-main-block .p-in-detail .p-in-detail-list .p-in-detail-item-text {
    margin-top: 3px;
  }
}

.p-comment {
  padding: 190px 0 200px;
}
@media screen and (max-width: 899px) {
  .p-comment {
    padding: 75px 0 79px;
  }
}

.p-comment__title {
  margin-bottom: 97px;
}
@media screen and (max-width: 899px) {
  .p-comment__title {
    margin-bottom: 28px;
  }
}
.p-comment__title::before {
  content: "Comment";
}

.p-comment__contents {
  position: relative;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.is-active .p-comment__contents {
  opacity: 1;
  transform: translateY(0);
}
.p-comment__contents-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-comment__contents-inner {
    width: 90%;
  }
}
.p-comment__contents-item {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.p-comment__contents-item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}