@charset "UTF-8";
:root {
  --vw: 100vw;
  --svh: 100vh;
  --lvh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-line: rgba(0, 0, 0, 0.1);
  --color-filter-movie: rgba(0, 0, 0, 0.4);
  --color-filter-footer: rgba(0, 0, 0, 0.6);
  --color-shadow: rgba(0, 0, 0, 0.3);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/*
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;
  font-size: 100%;
  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%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  html {
    font-size: max(0.8333333333vw, 8px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 12px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Zen Kaku Gothic New", -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: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-text) !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;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  font-family: "Zen Kaku Gothic New", -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";
  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: 961px) {
  .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: 960px) {
  .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, source {
  width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection, source::-moz-selection {
  background: none;
}
img::selection, source::selection {
  background: none;
}
img[height], source[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
  font-feature-settings: normal;
}

[data-suffix]::after {
  content: attr(data-suffix);
  font-feature-settings: normal;
}

.l-wrap {
  display: none;
  position: relative;
  visibility: hidden;
  content-visibility: hidden;
}
.is-start .l-wrap {
  display: block;
  visibility: visible;
  content-visibility: visible;
}
.l-wrap__loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  pointer-events: none;
  z-index: 20;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 2rem;
    width: 2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out) 1s;
}
.is-loaded .l-wrap__loader {
  display: none;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 1px solid var(--color-white);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
.l-wrap__container {
  display: block;
  position: relative;
  z-index: 0;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}
@media screen and (min-width: 961px) {
  .l-wrap__container::before {
    content: "KENTO NAKAJIMA ONIGOTO";
    display: block;
    position: fixed;
    top: 50%;
    left: 4rem;
    font-size: 1.1rem;
    font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0;
    color: var(--color-white);
    font-weight: 500;
    writing-mode: vertical-rl;
    transform: translate(-50%, -50%) rotate(180deg);
    z-index: 10;
    mix-blend-mode: difference;
    pointer-events: none;
  }
  .l-wrap__container::after {
    content: "KENTO NAKAJIMA FICTION LOVE";
    display: block;
    position: fixed;
    top: 50%;
    right: 4rem;
    font-size: 1.1rem;
    font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0;
    color: var(--color-white);
    font-weight: 500;
    writing-mode: vertical-rl;
    transform: translate(50%, -50%);
    z-index: 10;
    mix-blend-mode: difference;
    pointer-events: none;
  }
}

.l-header {
  display: block;
  position: fixed;
  top: 3.6rem;
  left: 3.6rem;
  z-index: 20;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .l-header {
    top: 1.6rem;
    left: 2rem;
  }
}
.l-header__brand {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.16rem;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    font-size: 1.4rem;
    letter-spacing: 0.02rem;
  }
}

@media screen and (min-width: 961px) {
  .l-nav {
    display: block;
    position: fixed;
    top: 2.8rem;
    right: 3rem;
    z-index: 20;
    mix-blend-mode: difference;
  }
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: none;
    z-index: 15;
    background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
    opacity: 0;
    transition: opacity 0.3s var(--ease_out);
  }
  .is-menu-show .l-nav {
    display: block;
  }
  .is-menu-open .l-nav {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.3s var(--ease_out);
  }
}
.l-nav__container {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    width: 100%;
    min-height: var(--lvh);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
  }
}
.l-nav__bg {
  width: 100%;
  height: 100%;
  min-height: var(--lvh);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .l-nav__bg {
    display: none;
  }
}
.l-nav__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/flower_bottom_sp.webp") no-repeat center bottom/100% auto;
}
.l-nav__deco {
  width: 10rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -30%);
  transition: opacity 1s var(--ease_out), transform 1.4s var(--ease_out);
}
.is-menu-open .l-nav__deco {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 1s var(--ease_out), transform 1.4s var(--ease_out);
}
.is-menu-open .l-nav__deco:nth-child(1) {
  transition-delay: 0s;
}
.is-menu-open .l-nav__deco:nth-child(2) {
  transition-delay: 0.1s;
}
.is-menu-open .l-nav__deco:nth-child(3) {
  transition-delay: 0.2s;
}
.is-menu-open .l-nav__deco:nth-child(4) {
  transition-delay: 0.3s;
}
.is-menu-open .l-nav__deco:nth-child(5) {
  transition-delay: 0.4s;
}
.is-menu-open .l-nav__deco:nth-child(6) {
  transition-delay: 0.5s;
}
.is-menu-open .l-nav__deco:nth-child(7) {
  transition-delay: 0.6s;
}
.is-menu-open .l-nav__deco:nth-child(8) {
  transition-delay: 0.7s;
}
.is-menu-open .l-nav__deco:nth-child(9) {
  transition-delay: 0.8s;
}
.is-menu-open .l-nav__deco:nth-child(10) {
  transition-delay: 0.9s;
}
.l-nav__deco.--deco1 {
  width: 30rem;
  top: 29%;
  left: 75%;
}
.l-nav__deco.--deco2 {
  width: 18rem;
  top: 62%;
  left: 14%;
}
.l-nav__content {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__content {
    width: 90%;
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 0.7rem;
  }
}
.l-nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  color: var(--color-white);
  padding: 1rem 1rem;
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    color: var(--color-black);
    margin: 0 auto;
  }
}
.is-pager-current .l-nav__link {
  pointer-events: none;
}
.l-nav__link::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
.is-pager-current .l-nav__link::before {
  opacity: 1;
}
.l-nav__link-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  font-weight: 600;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    font-size: 2rem;
  }
}
.l-nav__link-text::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link-text::before {
    transition: width 0.3s var(--ease_out);
  }
  .l-nav__link:hover .l-nav__link-text::before {
    width: 100%;
    transition: width 0.6s var(--ease_inout);
  }
}

.l-menu {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 25;
  color: var(--color-white);
  border-radius: 20rem;
  mix-blend-mode: difference;
}
@media screen and (min-width: 961px) {
  .l-menu {
    display: none;
  }
}
.l-menu__content {
  width: 5rem;
  height: 1.1rem;
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-menu__content {
    transition: height 0.3s var(--ease_out);
  }
  .l-menu:hover .l-menu__content {
    height: 1.2rem;
  }
}
.l-menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-menu__line-bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .l-menu__line-bar {
    height: 1px;
  }
}
.l-menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.l-menu__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.l-menu__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--close .l-menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(15deg);
}
@media (hover: hover) and (pointer: fine) {
  .--close .l-menu__line-bar:nth-child(1) {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover .--close .l-menu__line-bar:nth-child(1) {
    transform: translate(-50%, -50%) rotate(15deg);
  }
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-15deg);
}
@media (hover: hover) and (pointer: fine) {
  .--close .l-menu__line-bar:nth-child(2) {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover .--close .l-menu__line-bar:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-15deg);
  }
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: currentColor;
  transition: width 0.6s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.6s var(--ease_inout) calc(var(--delay) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0;
  left: auto;
  right: 0;
  transition: width 0.6s var(--ease_inout) var(--delay);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.6s var(--ease_inout) var(--delay);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.6s var(--ease_inout) calc(var(--delay) + 0.2s);
}

.l-main {
  display: block;
  position: relative;
  content-visibility: auto;
  z-index: 1;
}

.l-footer {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  margin: calc(var(--lvh) * -1) auto 0;
  content-visibility: auto;
}
.l-footer::after {
  content: "";
  width: 100%;
  height: calc(var(--lvh) * 3);
  display: block;
  position: relative;
  pointer-events: none;
  z-index: -1;
}
.l-footer__in {
  width: 100%;
  height: var(--lvh);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.l-footer__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
}
.l-footer__tile {
  width: 170%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-footer__tile-item {
  width: calc(33.3333333333% - 0.6666666667rem);
  display: block;
  position: relative;
}
.l-footer__kv {
  width: var(--vw);
  height: var(--lvh);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-footer__kv-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer__kv-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-footer__container {
  width: 100%;
  height: var(--lvh);
  display: block;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
  background: var(--color-filter-footer);
}
.l-footer__content {
  width: 100%;
  display: block;
  position: absolute;
  padding: 0 0 3.8rem;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__content {
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 2.8rem 0 2.8rem;
  }
  .l-footer__content::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid var(--color-white);
  }
}
.l-footer__pagetop {
  width: 11.5rem;
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .l-footer__pagetop {
    bottom: 4rem;
    left: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: 9.5rem;
    top: -2rem;
    left: 50%;
    transform: scale3d(1.0001, 1.0001, 1.0001) translate(-50%, -100%);
  }
}
.l-footer__pagetop::before {
  content: "";
  width: 110%;
  height: 110%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
  border-radius: 50%;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop::before {
    transition: opacity 0.5s var(--ease_out);
  }
  .l-footer__pagetop:hover::before {
    opacity: 1;
  }
}
.l-footer__pagetop-icon {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop-icon {
    transition: filter 0.5s var(--ease_out);
  }
  .l-footer__pagetop:hover .l-footer__pagetop-icon {
    filter: invert(1);
  }
}
.l-footer__pagetop-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/footer/btn_pagetop_base.webp") no-repeat center/contain;
  animation: rotate 30s linear infinite;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-footer__sns {
  display: block;
  position: absolute;
  bottom: 4.2rem;
  right: 3.8rem;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .l-footer__sns {
    bottom: 5.1rem;
    right: 0;
  }
}
.l-footer__official {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    margin-left: 0;
  }
}
.l-footer__official-text {
  display: block;
  position: relative;
  padding-right: 2rem;
  font-size: 2.3rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-footer__official-text {
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: 0.1rem;
    text-align: left;
  }
  .l-footer__official-text span {
    font-size: 0.8em;
    letter-spacing: 0.06rem;
  }
}
.l-footer__official-text::before {
  content: "";
  width: 0;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: var(--color-white);
}
@media screen and (min-width: 961px) {
  .l-footer__official-text::before {
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 960px) {
  .l-footer__official-text::before {
    left: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__official-text::before {
    transition: width 0.3s var(--ease_out);
  }
  .l-footer__official:hover .l-footer__official-text::before {
    width: 100%;
    transition: width 0.6s var(--ease_inout);
  }
}
.l-footer__official-text::after {
  width: 1.6rem;
  height: 1.8rem;
  display: block;
  position: absolute;
  top: 52%;
  right: 0;
  background: url("../img/footer/arrow.webp") no-repeat center/contain;
  transform: translate(0, -50%);
}
@media screen and (min-width: 961px) {
  .l-footer__official-text::after {
    content: "";
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    text-align: left;
  }
}

.l-footer_sns {
  display: block;
  position: relative;
}
.l-footer_sns__cap {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: right;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-white);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__cap {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}
.l-footer_sns__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.8rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__list {
    gap: 0.6rem;
  }
}
.l-footer_sns__list-item {
  display: block;
  position: relative;
}
.l-footer_sns__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: scale3d(1.0001, 1.0001, 1.0001);
}
.l-footer_sns__link::before {
  content: "";
  width: 150%;
  padding-top: 150%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
  border-radius: 50%;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link::before {
    transition: opacity 0.5s var(--ease_out);
  }
  .l-footer_sns__link:hover::before {
    opacity: 1;
  }
}
.l-footer_sns__link-img {
  width: 2.5rem;
  height: 2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link-img {
    width: 2.5rem;
    height: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link-img {
    transition: filter 0.5s var(--ease_out);
  }
  .l-footer_sns__link:hover .l-footer_sns__link-img {
    filter: invert(1);
  }
}
.l-footer_sns__link-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-footer_tile {
  display: block;
  position: relative;
}
.l-footer_tile__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  position: relative;
}
.--tile3 .l-footer_tile__list {
  justify-content: flex-end;
}
.l-footer_tile__list-item {
  display: block;
  position: relative;
  overflow: hidden;
}
.l-footer_tile__img {
  width: calc(0.3333333333 * var(--vw) * 1.7 - 0.6666666667rem);
  height: calc(0.3333333333 * var(--lvh) * 1.7 - 0.6666666667rem);
  display: block;
  position: relative;
}
.l-footer_tile__img.--base {
  background: transparent;
}
.l-footer_tile__img:not(.--base)::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer_tile__img.--img1::before {
  background: url("../img/bg/grid/img1_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .l-footer_tile__img.--img1::before {
    background: url("../img/bg/grid/img1_sp.jpg") no-repeat center/cover;
  }
}

.l-footer_tile__img.--img2::before {
  background: url("../img/bg/grid/img2_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .l-footer_tile__img.--img2::before {
    background: url("../img/bg/grid/img2_sp.jpg") no-repeat center/cover;
  }
}

.l-footer_tile__img.--img3::before {
  background: url("../img/bg/grid/img3_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .l-footer_tile__img.--img3::before {
    background: url("../img/bg/grid/img3_sp.jpg") no-repeat center/cover;
  }
}

.l-footer_tile__img.--img4::before {
  background: url("../img/bg/grid/img4_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .l-footer_tile__img.--img4::before {
    background: url("../img/bg/grid/img4_sp.jpg") no-repeat center/cover;
  }
}

.l-footer_tile__img.--img5::before {
  background: url("../img/bg/grid/img5_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .l-footer_tile__img.--img5::before {
    background: url("../img/bg/grid/img5_sp.jpg") no-repeat center/cover;
  }
}

.l-footer_tile__img.--img6::before {
  background: url("../img/bg/grid/img6_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .l-footer_tile__img.--img6::before {
    background: url("../img/bg/grid/img6_sp.jpg") no-repeat center/cover;
  }
}

.l-footer_tile__img.--img7::before {
  background: url("../img/bg/grid/img7_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .l-footer_tile__img.--img7::before {
    background: url("../img/bg/grid/img7_sp.jpg") no-repeat center/cover;
  }
}

.l-footer_tile__img.--img8::before {
  background: url("../img/bg/grid/img8_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .l-footer_tile__img.--img8::before {
    background: url("../img/bg/grid/img8_sp.jpg") no-repeat center/cover;
  }
}

.l-footer_tile__img.--img9::before {
  background: url("../img/bg/grid/img9_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .l-footer_tile__img.--img9::before {
    background: url("../img/bg/grid/img9_sp.jpg") no-repeat center/cover;
  }
}

.l-footer_tile__img.--img10::before {
  background: url("../img/bg/grid/img10_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .l-footer_tile__img.--img10::before {
    background: url("../img/bg/grid/img10_sp.jpg") no-repeat center/cover;
  }
}

.l-footer_tile__img.--img11::before {
  background: url("../img/bg/grid/img11_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .l-footer_tile__img.--img11::before {
    background: url("../img/bg/grid/img11_sp.jpg") no-repeat center/cover;
  }
}

.l-footer_tile__img.--img12::before {
  background: url("../img/bg/grid/img12_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .l-footer_tile__img.--img12::before {
    background: url("../img/bg/grid/img12_sp.jpg") no-repeat center/cover;
  }
}

.p-hero {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0 auto calc(var(--lvh) * -2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-hero::after {
  content: "";
  width: 100%;
  height: calc(var(--lvh) * 3);
  display: block;
  position: relative;
}
.p-hero__trigger {
  width: 100%;
  height: var(--lvh);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__container {
  width: 100%;
  min-height: var(--lvh);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-hero__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
}
.p-hero__tile {
  width: 170%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-hero__tile-item {
  width: calc(33.3333333333% - 0.6666666667rem);
  display: block;
  position: relative;
}
.p-hero__kv {
  width: var(--vw);
  height: var(--lvh);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-hero__kv-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__kv-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-hero__content {
  width: 100%;
  max-width: 140rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-hero__title {
  width: 82%;
  display: block;
  position: absolute;
}
@media screen and (min-width: 961px) {
  .p-hero__title {
    top: 80.5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 100%;
    left: 0;
    bottom: 0;
  }
}

.p-hero_tile {
  display: block;
  position: relative;
}
.p-hero_tile__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  position: relative;
}
.--tile3 .p-hero_tile__list {
  justify-content: flex-end;
}
.p-hero_tile__list-item {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero_tile__img {
  width: calc(0.3333333333 * var(--vw) * 1.7 - 0.6666666667rem);
  height: calc(0.3333333333 * var(--lvh) * 1.7 - 0.6666666667rem);
  display: block;
  position: relative;
}
.p-hero_tile__img.--base {
  background: transparent;
}
.p-hero_tile__img:not(.--base)::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero_tile__img.--img1::before {
  background: url("../img/bg/grid/img1_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-hero_tile__img.--img1::before {
    background: url("../img/bg/grid/img1_sp.jpg") no-repeat center top/cover;
  }
}

.p-hero_tile__img.--img2::before {
  background: url("../img/bg/grid/img2_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-hero_tile__img.--img2::before {
    background: url("../img/bg/grid/img2_sp.jpg") no-repeat center top/cover;
  }
}

.p-hero_tile__img.--img3::before {
  background: url("../img/bg/grid/img3_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-hero_tile__img.--img3::before {
    background: url("../img/bg/grid/img3_sp.jpg") no-repeat center top/cover;
  }
}

.p-hero_tile__img.--img4::before {
  background: url("../img/bg/grid/img4_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-hero_tile__img.--img4::before {
    background: url("../img/bg/grid/img4_sp.jpg") no-repeat center top/cover;
  }
}

.p-hero_tile__img.--img5::before {
  background: url("../img/bg/grid/img5_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-hero_tile__img.--img5::before {
    background: url("../img/bg/grid/img5_sp.jpg") no-repeat center top/cover;
  }
}

.p-hero_tile__img.--img6::before {
  background: url("../img/bg/grid/img6_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-hero_tile__img.--img6::before {
    background: url("../img/bg/grid/img6_sp.jpg") no-repeat center top/cover;
  }
}

.p-hero_tile__img.--img7::before {
  background: url("../img/bg/grid/img7_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-hero_tile__img.--img7::before {
    background: url("../img/bg/grid/img7_sp.jpg") no-repeat center top/cover;
  }
}

.p-hero_tile__img.--img8::before {
  background: url("../img/bg/grid/img8_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-hero_tile__img.--img8::before {
    background: url("../img/bg/grid/img8_sp.jpg") no-repeat center top/cover;
  }
}

.p-hero_tile__img.--img9::before {
  background: url("../img/bg/grid/img9_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-hero_tile__img.--img9::before {
    background: url("../img/bg/grid/img9_sp.jpg") no-repeat center top/cover;
  }
}

.p-hero_tile__img.--img10::before {
  background: url("../img/bg/grid/img10_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-hero_tile__img.--img10::before {
    background: url("../img/bg/grid/img10_sp.jpg") no-repeat center top/cover;
  }
}

.p-hero_tile__img.--img11::before {
  background: url("../img/bg/grid/img11_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-hero_tile__img.--img11::before {
    background: url("../img/bg/grid/img11_sp.jpg") no-repeat center top/cover;
  }
}

.p-hero_tile__img.--img12::before {
  background: url("../img/bg/grid/img12_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-hero_tile__img.--img12::before {
    background: url("../img/bg/grid/img12_sp.jpg") no-repeat center top/cover;
  }
}

.p-concept {
  width: 100%;
  min-height: var(--lvh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 27.8rem 0 32.5rem;
  margin: 0 auto;
  background: var(--color-white);
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 960px) {
  .p-concept {
    padding: 13.4rem 0 15.3rem;
  }
}
@media screen and (orientation: landscape) {
  .p-concept {
    min-height: max(var(--lvh), var(--vw) * 0.5);
  }
}
.p-concept__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-concept__bg::before {
  content: "";
  width: 100%;
  min-height: var(--lvh);
  height: 100%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
  z-index: -1;
}
.p-concept__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/concept/curtain_l_pc.webp") no-repeat left 0 top 0/auto 100%, url("../img/concept/curtain_r_pc.webp") no-repeat right 0 top 0/auto 100%;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale3d(1.0001, 1.0001, 1.0001);
}
@media screen and (orientation: portrait) {
  .p-concept__bg::after {
    background: url("../img/concept/curtain_l_sp.webp") no-repeat left 0 top 0/auto 100%, url("../img/concept/curtain_r_sp.webp") no-repeat right 0 top 0/auto 100%;
  }
}
.p-concept__bg-flower {
  width: 80%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 0;
}
.p-concept__bg-flower.--top {
  width: 95%;
  left: 2.5%;
  top: 0;
}
.p-concept__bg-flower.--bottom {
  width: 97%;
  left: 1.5%;
  bottom: 0;
}
.p-concept__bg-deco {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.p-concept__deco {
  width: 10rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
.p-concept__deco.--deco1 {
  width: 25rem;
  top: 46%;
  left: 15%;
}
@media screen and (max-width: 960px) {
  .p-concept__deco.--deco1 {
    width: 7.8rem;
    top: 13rem;
    left: 39.5%;
  }
}
.p-concept__deco.--deco2 {
  width: 16rem;
  top: 51%;
  left: 88%;
}
@media screen and (max-width: 960px) {
  .p-concept__deco.--deco2 {
    width: 8rem;
    top: 70%;
    left: 89%;
  }
}
.p-concept__deco.--deco3 {
  width: 6rem;
  top: calc(100% - 21rem);
  left: 52.5%;
}
@media screen and (max-width: 960px) {
  .p-concept__deco.--deco3 {
    width: 3rem;
    top: calc(100% - 16rem);
    left: 17%;
    z-index: 0;
  }
}
.p-concept__deco.--deco4 {
  width: 8.5rem;
  top: calc(100% - 19rem);
  left: 2.4%;
}
@media screen and (max-width: 960px) {
  .p-concept__deco.--deco4 {
    width: 8.5rem;
    top: calc(100% - 13rem);
    left: 8%;
  }
}
.p-concept__deco.--deco5 {
  width: 18rem;
  top: 15%;
  left: 30.4%;
}
@media screen and (max-width: 960px) {
  .p-concept__deco.--deco5 {
    width: 12rem;
    top: 60%;
    left: 14%;
  }
}
.p-concept__deco.--deco6 {
  width: 10rem;
  top: 21%;
  left: 70%;
}
@media screen and (max-width: 960px) {
  .p-concept__deco.--deco6 {
    width: 6rem;
    top: 31.5%;
    left: 82%;
  }
}
.p-concept__container {
  width: 90%;
  max-width: 90rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-concept__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 4.2rem;
}
@media screen and (max-width: 960px) {
  .p-concept__header {
    margin-bottom: 3rem;
  }
}
.p-concept__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-concept__title {
    font-size: 1.2rem;
  }
}
.p-concept__title::before {
  content: "(";
  display: inline;
  position: relative;
  margin-right: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-concept__title::before {
    margin-right: 1rem;
  }
}
.p-concept__title::after {
  content: ")";
  display: inline;
  position: relative;
  margin-left: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-concept__title::after {
    margin-left: 1rem;
  }
}
.p-concept__inner {
  display: block;
  position: relative;
}
.p-concept__text {
  display: block;
  position: relative;
}
.p-concept__text-par {
  display: block;
  position: relative;
  font-size: 1.7rem;
  letter-spacing: -0.02rem;
  line-height: 2.55;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-concept__text-par {
    font-size: 1.2rem;
    line-height: 2.4;
    letter-spacing: -0.04rem;
  }
}
.p-concept__text-par + .p-concept__text-par {
  margin-top: 1.7em;
}

.p-release {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  margin: calc(var(--lvh) * -1) auto;
}
.p-release::after {
  content: "";
  width: 100%;
  height: calc(var(--lvh) * 1);
  display: block;
  position: relative;
  pointer-events: none;
  z-index: -1;
}
.p-release__trigger {
  width: 100%;
  height: calc(100% - var(--lvh) * 2);
  display: block;
  position: absolute;
  top: calc(var(--lvh) * 1);
  left: 0;
}
.p-release__in {
  width: 100%;
  min-height: var(--lvh);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-release__in::before {
  content: "";
  width: 100%;
  height: calc(var(--lvh) * 1);
  display: block;
  position: relative;
  pointer-events: none;
  z-index: -1;
}
.p-release__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-release__bg-in {
  width: 100%;
  height: var(--lvh);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-release__cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-release__frame {
  width: 100%;
  height: var(--lvh);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../img/release/frame/frame_center_pc.webp") repeat-y 0 0/100% auto;
  overflow: hidden;
  filter: drop-shadow(0 0 3rem rgba(0, 0, 0, 0.5));
}
[data-os=iOS] .p-release__frame {
  height: max(var(--lvh), 100dvh);
}
@media screen and (max-width: 960px) {
  .p-release__frame {
    background: url("../img/release/frame/frame_center_sp.webp") repeat-y 0 0/100% auto;
  }
}
.p-release__frame picture, .p-release__frame img, .p-release__frame source {
  width: 100%;
}
.p-release__frame-top {
  width: 100%;
  max-height: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-release__frame-bottom {
  width: 100%;
  max-height: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.p-release__container {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
}
.p-release__inner {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-release__content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.p-release__content-item {
  display: block;
  position: relative;
}
.p-release__content-item:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.p-release__pager {
  width: 2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 9.2%;
}

.p-release_bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  background: var(--color-white);
  opacity: 0;
  transition: opacity 0s linear 0.5s;
}
.p-release_bg.is-bg-active {
  opacity: 1;
  transition: opacity 0.5s var(--ease_out);
}
.p-release_bg.is-bg-active {
  z-index: 1;
}
.p-release_bg__content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s var(--ease_out);
}
.is-bg-active .p-release_bg__content {
  opacity: 1;
}
.p-release_bg__content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.--bg1 .p-release_bg__content::before {
  background: url("../img/bg/bg_grd2.jpg") no-repeat center/cover;
}
.--bg2 .p-release_bg__content::before {
  background: url("../img/bg/bg_blue2.jpg") no-repeat center/cover;
}
.--bg3 .p-release_bg__content::before {
  background: url("../img/bg/bg_pink2.jpg") no-repeat center/cover;
}
.--bg4 .p-release_bg__content::before {
  background: url("../img/release/jk_onigot-gentei.jpg") no-repeat center/cover;
  opacity: 0.2;
}
.--bg5 .p-release_bg__content::before {
  background: url("../img/bg/bg_grd2.jpg") no-repeat center/cover;
}
.p-release_bg__base {
  width: 100%;
  display: block;
  position: absolute;
  top: 7.5%;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-release_bg__base {
    width: 86%;
    top: 3%;
    left: 7%;
  }
}
.p-release_bg__deco {
  display: block;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -30%);
  transition: all 0s linear 1s;
}
.is-bg-active .p-release_bg__deco {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 1s var(--ease_out), transform 1.4s var(--ease_out);
}
.is-bg-active .p-release_bg__deco:nth-child(1) {
  transition-delay: 0s;
}
.is-bg-active .p-release_bg__deco:nth-child(2) {
  transition-delay: 0.1s;
}
.is-bg-active .p-release_bg__deco:nth-child(3) {
  transition-delay: 0.2s;
}
.is-bg-active .p-release_bg__deco:nth-child(4) {
  transition-delay: 0.3s;
}
.is-bg-active .p-release_bg__deco:nth-child(5) {
  transition-delay: 0.4s;
}
.is-bg-active .p-release_bg__deco:nth-child(6) {
  transition-delay: 0.5s;
}
.is-bg-active .p-release_bg__deco:nth-child(7) {
  transition-delay: 0.6s;
}
.is-bg-active .p-release_bg__deco:nth-child(8) {
  transition-delay: 0.7s;
}
.is-bg-active .p-release_bg__deco:nth-child(9) {
  transition-delay: 0.8s;
}
.is-bg-active .p-release_bg__deco:nth-child(10) {
  transition-delay: 0.9s;
}
.--bg1 .p-release_bg__deco.--deco1 {
  width: 10.2rem;
  top: 33%;
  left: 30.5%;
}
@media screen and (max-width: 960px) {
  .--bg1 .p-release_bg__deco.--deco1 {
    width: 6.12rem;
    top: 23%;
    left: 20.5%;
  }
}
.--bg1 .p-release_bg__deco.--deco2 {
  width: 21rem;
  top: 70%;
  left: 78.6%;
}
@media screen and (max-width: 960px) {
  .--bg1 .p-release_bg__deco.--deco2 {
    width: 12.6rem;
    top: 30%;
    left: 78.6%;
  }
}
.--bg1 .p-release_bg__deco.--deco3 {
  width: 12rem;
  top: 86.5%;
  left: 13.5%;
}
@media screen and (max-width: 960px) {
  .--bg1 .p-release_bg__deco.--deco3 {
    width: 7.2rem;
    top: 86.5%;
    left: 19.5%;
  }
}
.--bg1 .p-release_bg__deco.--deco4 {
  width: 42.5rem;
  top: 80%;
  left: 42%;
  opacity: 0.2;
}
@media screen and (max-width: 960px) {
  .--bg1 .p-release_bg__deco.--deco4 {
    width: 25.5rem;
    top: 74%;
    left: 70%;
  }
}
.--bg2 .p-release_bg__deco.--deco1, .--bg5 .p-release_bg__deco.--deco1 {
  width: 22rem;
  top: 30%;
  left: 68.5%;
}
@media screen and (max-width: 960px) {
  .--bg2 .p-release_bg__deco.--deco1, .--bg5 .p-release_bg__deco.--deco1 {
    top: 40%;
    left: 38.5%;
    opacity: 0.3;
  }
}
.--bg2 .p-release_bg__deco.--deco2, .--bg5 .p-release_bg__deco.--deco2 {
  width: 30rem;
  top: 71.5%;
  left: 89.5%;
}
@media screen and (max-width: 960px) {
  .--bg2 .p-release_bg__deco.--deco2, .--bg5 .p-release_bg__deco.--deco2 {
    width: 18rem;
    top: 85%;
    left: 90%;
  }
}
.--bg3 .p-release_bg__deco.--deco1 {
  width: 16rem;
  top: 28.5%;
  left: 67.8%;
}
@media screen and (max-width: 960px) {
  .--bg3 .p-release_bg__deco.--deco1 {
    width: 3.8rem;
    top: 55%;
    left: 8.8%;
  }
}
.--bg3 .p-release_bg__deco.--deco2 {
  width: 30rem;
  top: 70%;
  left: 87.5%;
}
@media screen and (max-width: 960px) {
  .--bg3 .p-release_bg__deco.--deco2 {
    width: 20rem;
    top: 81%;
    left: 78%;
  }
}
.p-release_bg__movie {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-release_bg__movie::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
.p-release_bg__movie-player {
  width: 100%;
  min-width: 177.77vh;
  height: 100%;
  min-height: 56.25vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-release_bg__movie-player iframe {
  width: 120%;
  height: 200%;
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-release_bg__movie-player iframe {
    left: 50%;
  }
}
.p-release_bg__movie-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}
.is-movie-play .p-release_bg__movie-thumb {
  opacity: 0;
}
.p-release_bg__movie-thumb img {
  width: 120% !important;
  height: 120% !important;
  display: block;
  position: absolute;
  top: -10%;
  left: -10%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-release_bg__movie-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-release_bg__movie-cover::before {
  content: "";
  width: 100%;
  height: 30%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  animation: movie_noise 10s linear infinite;
  animation-play-state: paused;
}
.is-bg-active .p-release_bg__movie-cover::before {
  animation-play-state: running;
}
@keyframes movie_noise {
  0% {
    top: -30%;
  }
  100% {
    top: 130%;
  }
}
.p-release_bg__movie-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/release/filter_white.webp") repeat 0 0/auto 21px;
  animation: release_movie_filter 1s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-release_bg__movie-cover::after {
    background-size: auto 10px;
    animation: release_movie_filter_sp 1s linear infinite;
  }
}
.is-bg-active .p-release_bg__movie-cover::after {
  animation-play-state: running;
}
@keyframes release_movie_filter {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 21px;
  }
}
@keyframes release_movie_filter_sp {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 10px;
  }
}

.p-release_outline {
  width: 67.1428571429%;
  min-height: var(--lvh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 22rem 0;
  margin: 0 auto;
  color: var(--color-black);
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-release_outline {
    width: 70%;
  }
}
.is-content-active .p-release_outline {
  opacity: 1;
}
.p-release_outline__artist {
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  letter-spacing: 0.02rem;
  font-weight: 500;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-release_outline__artist {
    margin-bottom: 1.8rem;
    font-size: 1.4rem;
  }
}
.p-release_outline__cap {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
  font-weight: 500;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-release_outline__cap {
    font-size: 1.4rem;
  }
}
.p-release_outline__title {
  display: block;
  position: relative;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-release_outline__title {
    font-size: 2.6rem;
  }
}
.p-release_outline__release {
  display: block;
  position: relative;
  margin-top: 1.8rem;
  font-size: 2.3rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-release_outline__release {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}
.p-release_outline__link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  position: relative;
  margin: 5.1rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-release_outline__link {
    margin-top: 2.5rem;
    gap: 1rem;
  }
}
.p-release_outline__link-item {
  width: 32rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-release_outline__link-item {
    width: 24rem;
  }
}

.p-release_disc {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-release_disc {
    overflow: hidden;
  }
}
.p-release_disc__container {
  width: 67.1428571429%;
  min-height: var(--lvh);
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-release_disc__container {
    display: grid;
    grid-template-columns: 42.5531914894% 1fr;
    gap: 9rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release_disc__container {
    width: 70%;
    padding: 8rem 0;
  }
}
.p-release_disc__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release_disc__header {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s var(--ease_out);
  }
  .is-content-active .p-release_disc__header {
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .p-release_disc__header {
    margin-bottom: 1.6rem;
  }
}
.p-release_disc__visual {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release_disc__visual {
    height: calc(var(--lvh) * 5);
    position: absolute;
    top: calc(var(--lvh) * -2);
    left: 0;
  }
  .--disc1 .p-release_disc__visual {
    top: 0;
    height: calc(var(--lvh) * 3);
  }
  .--disc4 .p-release_disc__visual {
    height: calc(var(--lvh) * 3);
  }
}
.p-release_disc__jk {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release_disc__jk {
    min-height: var(--lvh);
    display: flex;
    justify-content: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    padding: 12rem 0 15rem;
  }
}
.p-release_disc__jk-in {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.p-release_disc__jk-img {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-release_disc__jk-img {
    width: 84%;
    margin: 0 auto;
  }
}
.p-release_disc__jk-base {
  width: 128%;
  height: calc(var(--lvh) * 0.5);
  display: block;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-release_disc__jk-base {
    display: none;
  }
}
.p-release_disc__jk-base::before {
  content: "";
  width: 100%;
  height: 80%;
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
}
.--disc1 .p-release_disc__jk-base::before, .--disc4 .p-release_disc__jk-base::before {
  background: url("../img/release/stage_blue_repeat.webp") repeat-y 50% 0/100% auto;
}
.--disc2 .p-release_disc__jk-base::before {
  background: url("../img/release/stage_pink_repeat.webp") repeat-y 50% 0/100% auto;
}
.--disc3 .p-release_disc__jk-base::before {
  background: url("../img/release/stage_white_repeat.webp") repeat-y 50% 0/100% auto;
}
.p-release_disc__jk-base::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.--disc1 .p-release_disc__jk-base::after, .--disc4 .p-release_disc__jk-base::after {
  background: url("../img/release/stage_blue_top.webp") no-repeat 50% 0/100% auto;
}
.--disc2 .p-release_disc__jk-base::after {
  background: url("../img/release/stage_pink_top.webp") no-repeat 50% 0/100% auto;
}
.--disc3 .p-release_disc__jk-base::after {
  background: url("../img/release/stage_white_top.webp") no-repeat 50% 0/100% auto;
}
.p-release_disc__jk-deco {
  width: 8rem;
  display: block;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -30%);
  transition: opacity 1s var(--ease_out), transform 1.4s var(--ease_out);
}
.is-content-active .p-release_disc__jk-deco {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 1s var(--ease_out), transform 1.4s var(--ease_out);
}
.is-content-active .p-release_disc__jk-deco:nth-child(1) {
  transition-delay: 0s;
}
.is-content-active .p-release_disc__jk-deco:nth-child(2) {
  transition-delay: 0.1s;
}
.is-content-active .p-release_disc__jk-deco:nth-child(3) {
  transition-delay: 0.2s;
}
.is-content-active .p-release_disc__jk-deco:nth-child(4) {
  transition-delay: 0.3s;
}
.is-content-active .p-release_disc__jk-deco:nth-child(5) {
  transition-delay: 0.4s;
}
.is-content-active .p-release_disc__jk-deco:nth-child(6) {
  transition-delay: 0.5s;
}
.is-content-active .p-release_disc__jk-deco:nth-child(7) {
  transition-delay: 0.6s;
}
.is-content-active .p-release_disc__jk-deco:nth-child(8) {
  transition-delay: 0.7s;
}
.is-content-active .p-release_disc__jk-deco:nth-child(9) {
  transition-delay: 0.8s;
}
.is-content-active .p-release_disc__jk-deco:nth-child(10) {
  transition-delay: 0.9s;
}
.--disc1 .p-release_disc__jk-deco.--deco1 {
  width: 15rem;
  top: calc(100% + 5rem);
  left: -8rem;
}
@media screen and (max-width: 960px) {
  .--disc1 .p-release_disc__jk-deco.--deco1 {
    display: none;
  }
}
.--disc1 .p-release_disc__jk-deco.--deco2 {
  width: 12rem;
  top: calc(100% + 13.5rem);
  left: calc(100% + 2.5rem);
}
@media screen and (max-width: 960px) {
  .--disc1 .p-release_disc__jk-deco.--deco2 {
    width: 8rem;
    top: calc(100% - 2rem);
    left: calc(100% - 1.8rem);
    z-index: -1;
  }
}
.--disc1 .p-release_disc__jk-deco.--deco3 {
  width: 20rem;
  top: 2.5rem;
  left: 3.5rem;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .--disc1 .p-release_disc__jk-deco.--deco3 {
    width: 12rem;
    top: 1.2rem;
    left: 2rem;
  }
}
.--disc2 .p-release_disc__jk-deco.--deco1 {
  width: 12rem;
  top: calc(100% + 0.2rem);
  left: -12rem;
}
@media screen and (max-width: 960px) {
  .--disc2 .p-release_disc__jk-deco.--deco1 {
    display: none;
  }
}
.--disc2 .p-release_disc__jk-deco.--deco2 {
  width: 6rem;
  top: calc(100% + 10.5rem);
  left: calc(100% + 3.8rem);
}
@media screen and (max-width: 960px) {
  .--disc2 .p-release_disc__jk-deco.--deco2 {
    width: 5rem;
    top: calc(100% - 2rem);
    left: calc(100% + 1.8rem);
  }
}
.--disc2 .p-release_disc__jk-deco.--deco3 {
  width: 16rem;
  top: -0.2rem;
  left: 3.2rem;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .--disc2 .p-release_disc__jk-deco.--deco3 {
    width: 12rem;
    top: 1.2rem;
    left: 2rem;
  }
}
.--disc4 .p-release_disc__jk-deco.--deco1 {
  width: 15rem;
  top: calc(100% + 5rem);
  left: -2rem;
}
@media screen and (max-width: 960px) {
  .--disc4 .p-release_disc__jk-deco.--deco1 {
    display: none;
  }
}
.--disc4 .p-release_disc__jk-deco.--deco2 {
  width: 12rem;
  top: calc(100% + 13.5rem);
  left: calc(100% + 2.5rem);
}
@media screen and (max-width: 960px) {
  .--disc4 .p-release_disc__jk-deco.--deco2 {
    width: 5rem;
    top: calc(100% - 2rem);
    left: calc(100% - 1.8rem);
    z-index: -1;
  }
}
.--disc4 .p-release_disc__jk-deco.--deco3 {
  width: 20rem;
  top: -1.5rem;
  left: -1.5rem;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .--disc4 .p-release_disc__jk-deco.--deco3 {
    width: 12rem;
    top: 1.2rem;
    left: 2rem;
  }
}
.p-release_disc__inner {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-release_disc__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem 0;
  }
}
.p-release_disc__content {
  width: 100%;
  display: block;
  position: relative;
}
.p-release_disc__title {
  display: block;
  position: relative;
}
.p-release_disc__title-main {
  display: block;
  position: relative;
  font-size: 3.5rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-release_disc__title-main {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }
}
.p-release_disc__title-main .--l {
  margin-left: -0.3em;
}
.p-release_disc__title-main .--l:first-child {
  margin-left: -0.5em;
}
.p-release_disc__title-main .--r {
  margin-right: -0.3em;
}
.p-release_disc__title-sub {
  display: block;
  position: relative;
  margin-top: 0.2rem;
  font-size: 2.2rem;
  letter-spacing: -0.15rem;
}
@media screen and (max-width: 960px) {
  .p-release_disc__title-sub {
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-release_disc__title-sub .--l {
  margin-left: -0.3em;
}
.p-release_disc__title-sub .--r {
  margin-right: -0.3em;
}
.p-release_disc__title-sub small {
  font-size: 0.8em;
  margin-left: 1.2em;
  letter-spacing: 0;
}
.p-release_disc__type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.2rem 1rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-release_disc__type {
    min-height: 1rem;
    font-size: 1rem;
    letter-spacing: 0;
    margin: 0.5rem auto 0;
  }
}
.p-release_disc__type::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid currentColor;
  border-radius: 20rem;
}
.p-release_disc__text {
  display: block;
  position: relative;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-release_disc__text {
    margin-top: 0.6rem;
    font-size: 1.1rem;
    text-align: center;
  }
}
.p-release_disc__data {
  display: block;
  position: relative;
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  .p-release_disc__data {
    margin-top: 2rem;
  }
}

.p-release_disc_data {
  display: block;
  position: relative;
}
.p-release_disc_data + .p-release_disc_data {
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-release_disc_data + .p-release_disc_data {
    margin-top: 1.5rem;
  }
}
.p-release_disc_data__header {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-release_disc_data__header {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}
.p-release_disc_data__header::before {
  content: "";
  width: calc(100% + 4rem);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-release_disc_data__cap {
  display: block;
  position: relative;
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  .p-release_disc_data__cap {
    font-size: 1.1rem;
  }
}
.p-release_disc_data__inner {
  display: block;
  position: relative;
}
.p-release_disc_data__text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-release_disc_data__text {
    font-size: 1rem;
  }
}
.p-release_disc_data__text-item {
  display: block;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-release_disc_data__text-item {
    padding-left: 1.8rem;
  }
}
.p-release_disc_data__text-item + .p-release_disc_data__text-item {
  margin-top: 0.3rem;
}
.p-release_disc_data__text-item::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-release_disc_data__text-item::before {
    width: 1rem;
    height: 1rem;
  }
}
.--disc1 .p-release_disc_data__text-item::before, .--disc4 .p-release_disc_data__text-item::before {
  background: url("../img/release/icon_flower.webp") no-repeat center/contain;
}
.--disc2 .p-release_disc_data__text-item::before {
  background: url("../img/release/icon_heart.webp") no-repeat center/contain;
}
.--disc3 .p-release_disc_data__text-item::before {
  content: "・";
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-release_disc_data__note {
  display: block;
  position: relative;
  margin-top: 0.2rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-release_disc_data__note {
    font-size: 1rem;
  }
}

.p-release_btn {
  width: 100%;
  min-height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-black);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-release_btn {
    min-height: 5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-release_btn {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .p-release_btn:hover {
    color: var(--color-white);
    background: var(--color-black);
  }
}
.p-release_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 20rem;
}
.p-release_btn__text {
  width: calc(100% - 8rem);
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-release_btn__text {
    font-size: 1.3rem;
  }
}
.p-release_btn__icon {
  width: 1rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3.5rem;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-release_btn__icon {
    width: 0.8rem;
    right: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-release_btn__icon {
    transition: filter 0.8s var(--ease_out);
  }
  .p-release_btn:hover .p-release_btn__icon {
    filter: invert(1);
  }
}

.p-release_pager {
  width: 100%;
  height: var(--lvh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.p-release_pager__list {
  width: 100%;
  display: block;
  position: relative;
}
.p-release_pager__list-item {
  display: block;
  position: relative;
}
.p-release_pager__list-item + .p-release_pager__list-item {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-release_pager__list-item + .p-release_pager__list-item {
    margin-top: 0.7rem;
  }
}
.p-release_pager__btn {
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-release_pager__btn {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.is-pager-current .p-release_pager__btn {
  background: var(--color-black);
}
.p-release_pager__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 50%;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.p-content {
  width: 100%;
  min-height: var(--lvh);
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-white);
  z-index: 1;
  /*
  &::before {
    content: "";
    width: 100%;
    height: calc(var(--lvh) * 1);
    display: block;
    position: relative;
    pointer-events: none;
    z-index: -1;
  }
  */
}
@media screen and (orientation: landscape) {
  .p-content {
    min-height: max(var(--lvh), var(--vw) * 0.5);
  }
}
.p-content__in {
  width: 100%;
  min-height: var(--lvh);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  padding-bottom: 32rem;
}
@media screen and (max-width: 960px) {
  .p-content__in {
    padding-bottom: 3rem;
  }
}
.p-content__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-content__bg-in {
  width: 100%;
  height: var(--lvh);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.p-content__bg-in::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
  z-index: -1;
}
.p-content__bg-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.2s var(--ease_out);
}
.p-content__bg-cover.is-bg-active {
  opacity: 1;
}
.p-content__bg-cover.--blue {
  background: url("../img/bg/bg_blue.jpg") no-repeat center/cover;
}
.p-content__bg-cover.--pink {
  background: url("../img/bg/bg_pink.jpg") no-repeat center/cover;
}
.p-content__bg-flower {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}
.p-content__bg-flower.--top {
  top: 0;
}
.p-content__bg-flower.--bottom {
  bottom: 0;
  transform: translate(0, 15%);
}
.p-content__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-track {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.p-track__bg {
  width: 100%;
  height: calc(100% + 10rem);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-track__deco {
  width: 10rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -30%);
  transition: opacity 1s var(--ease_out), transform 1.4s var(--ease_out);
}
.is-active .p-track__deco {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 1s var(--ease_out), transform 1.4s var(--ease_out);
}
.is-active .p-track__deco:nth-child(1) {
  transition-delay: 0s;
}
.is-active .p-track__deco:nth-child(2) {
  transition-delay: 0.1s;
}
.is-active .p-track__deco:nth-child(3) {
  transition-delay: 0.2s;
}
.is-active .p-track__deco:nth-child(4) {
  transition-delay: 0.3s;
}
.is-active .p-track__deco:nth-child(5) {
  transition-delay: 0.4s;
}
.is-active .p-track__deco:nth-child(6) {
  transition-delay: 0.5s;
}
.is-active .p-track__deco:nth-child(7) {
  transition-delay: 0.6s;
}
.is-active .p-track__deco:nth-child(8) {
  transition-delay: 0.7s;
}
.is-active .p-track__deco:nth-child(9) {
  transition-delay: 0.8s;
}
.is-active .p-track__deco:nth-child(10) {
  transition-delay: 0.9s;
}
.p-track__deco.--deco1 {
  top: 20.2rem;
  left: 30.5%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-track__deco.--deco1 {
    width: 7.8rem;
    top: 21.2rem;
    left: 76.5%;
  }
}
.p-track__deco.--deco2 {
  width: 12.5rem;
  top: 38.8%;
  left: 13.5%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-track__deco.--deco2 {
    width: 9rem;
    top: calc(100% - 13rem);
    left: 7%;
  }
}
.p-track__deco.--deco3 {
  width: 20.5rem;
  top: 48rem;
  left: 78.5%;
}
@media screen and (max-width: 960px) {
  .p-track__deco.--deco3 {
    display: none;
  }
}
.p-track__deco.--deco4 {
  width: 8.5rem;
  top: calc(100% - 19rem);
  left: 2.4%;
}
@media screen and (max-width: 960px) {
  .p-track__deco.--deco4 {
    display: none;
  }
}
.p-track__deco.--deco5 {
  width: 17rem;
  top: calc(100% - 13rem);
  left: 57.4%;
}
@media screen and (max-width: 960px) {
  .p-track__deco.--deco5 {
    display: none;
  }
}
.p-track__deco.--deco6 {
  width: 55rem;
  top: 82%;
  left: 95%;
}
@media screen and (max-width: 960px) {
  .p-track__deco.--deco6 {
    width: 27rem;
    top: 76%;
    left: 83%;
  }
}
.p-track__deco.--deco7 {
  width: 35rem;
  top: 55%;
  left: 55%;
}
@media screen and (max-width: 960px) {
  .p-track__deco.--deco7 {
    width: 20rem;
    top: 38%;
    left: 52%;
  }
}
.p-track__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 25.8rem 0 18rem;
}
@media screen and (max-width: 960px) {
  .p-track__container {
    padding: 17rem 0 8rem;
  }
}
.p-track__header {
  width: 85.7142857143%;
  display: block;
  position: relative;
  margin: 0 auto 18.4rem;
}
@media screen and (max-width: 960px) {
  .p-track__header {
    width: 89%;
    margin-bottom: 6.2rem;
  }
}
.p-track__header::before {
  content: "";
  width: 100vw;
  height: 14.3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/tracklist/txt_tracklist.webp") repeat-x 0 0/122.5rem auto;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-track__header::before {
    height: 7.15rem;
    background-size: 61.25rem auto;
  }
}
.is-load .p-track__header::before {
  animation: track_title 30s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .p-track__header::before {
    animation-duration: 60s;
  }
}
@keyframes track_title {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -122.5rem;
  }
}
.p-track__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  letter-spacing: 0;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-track__title {
    font-size: 1.2rem;
  }
}
.p-track__title::before {
  content: "(";
  display: inline;
  position: relative;
  margin-right: 1.5rem;
}
.p-track__title::after {
  content: ")";
  display: inline;
  position: relative;
  margin-left: 1.5rem;
}
.p-track__inner {
  width: 85.7142857143%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-track__inner {
    width: 89.5%;
  }
}
.p-track__list {
  display: block;
  position: relative;
}
.p-track__list-item {
  display: block;
  position: relative;
}
.p-track__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-track__sound {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.p-track_data {
  width: 100%;
  display: grid;
  grid-template-columns: 21rem 7.1rem 1fr auto;
  flex-wrap: wrap;
  position: relative;
  padding: 2rem 0;
}
@media screen and (min-width: 961px) {
  .p-track_data {
    min-height: 10rem;
  }
}
@media screen and (max-width: 960px) {
  .p-track_data {
    padding: 2rem 0;
    grid-template-columns: 2.5rem 1fr auto;
    grid-template-rows: auto 1fr;
  }
}
.p-track_data__category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-track_data__category {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.p-track_data__category-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12rem;
  display: block;
  position: relative;
  padding: 0.4rem 1.5rem;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0;
  border-radius: 20rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-track_data__category-text {
    min-width: 10rem;
    padding: 0.2rem 1rem;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.p-track_data__category-text::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid currentColor;
  border-radius: 20rem;
}
.p-track_data__no {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-size: 2rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-track_data__no {
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.p-track_data__content {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-track_data__content {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.p-track_data__name {
  display: block;
  position: relative;
  font-size: 4.6rem;
  letter-spacing: -0.1rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-track_data__name {
    font-size: 2rem;
  }
}
.p-track_data__name small {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-track_data__name small {
    font-size: 1rem;
  }
}
.p-track_data__name span {
  display: inline-block;
  font-size: 0.6em;
}
.p-track_data__info {
  display: block;
  position: relative;
  margin-top: 0.3rem;
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-track_data__info {
    margin-top: 0.2rem;
    font-size: 1rem;
  }
}
.p-track_data__sound {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-track_data__sound {
    grid-column: 3/4;
    grid-row: 1/3;
  }
}

.p-track_data_sound {
  display: block;
  position: relative;
}
.p-track_data_sound__btn {
  width: 3.2rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem 3rem 1rem;
  box-sizing: content-box;
  transition: opacity 0.2s var(--ease_out), filter 0.5s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-track_data_sound__btn {
    width: 2.2rem;
    padding: 1rem 0 0.5rem;
  }
}
.p-track_data_sound__btn.--play {
  position: relative;
  opacity: 1;
}
.is-sound-play .p-track_data_sound__btn.--play {
  opacity: 0;
}
.p-track_data_sound__btn.--stop {
  opacity: 0;
}
.is-sound-play .p-track_data_sound__btn.--stop {
  opacity: 1;
}
.p-track_data_sound__btn-text {
  display: block;
  position: relative;
  font-size: 1rem;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-track_data_sound__btn-text {
    font-size: 0.8rem;
  }
}

.p-gallery {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.p-gallery__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-gallery__bg::before {
  content: "";
  width: 100%;
  height: var(--lvh);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: url("../img/gallery/txt_gallery.webp") repeat-x 0 100%/100rem auto;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-gallery__bg::before {
    background-size: 50rem auto;
  }
}
.is-load .p-gallery__bg::before {
  animation: gallery_title 30s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .p-gallery__bg::before {
    animation-duration: 60s;
  }
}
@keyframes gallery_title {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -100rem;
  }
}
.p-gallery__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-gallery__inner {
  display: block;
  position: relative;
}

.p-gallery_content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.p-gallery_content__base {
  display: block;
  position: relative;
  z-index: -1;
}
.p-gallery_content__in {
  width: 100%;
  min-height: var(--lvh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
}
.p-gallery_content__bg {
  width: 100%;
  height: var(--lvh);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-gallery_content__deco {
  width: 10rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -30%);
  transition: opacity 1s var(--ease_out), transform 1.4s var(--ease_out);
}
.is-active .p-gallery_content__deco {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 1s var(--ease_out), transform 1.4s var(--ease_out);
}
.is-active .p-gallery_content__deco:nth-child(1) {
  transition-delay: 0s;
}
.is-active .p-gallery_content__deco:nth-child(2) {
  transition-delay: 0.1s;
}
.is-active .p-gallery_content__deco:nth-child(3) {
  transition-delay: 0.2s;
}
.is-active .p-gallery_content__deco:nth-child(4) {
  transition-delay: 0.3s;
}
.is-active .p-gallery_content__deco:nth-child(5) {
  transition-delay: 0.4s;
}
.is-active .p-gallery_content__deco:nth-child(6) {
  transition-delay: 0.5s;
}
.is-active .p-gallery_content__deco:nth-child(7) {
  transition-delay: 0.6s;
}
.is-active .p-gallery_content__deco:nth-child(8) {
  transition-delay: 0.7s;
}
.is-active .p-gallery_content__deco:nth-child(9) {
  transition-delay: 0.8s;
}
.is-active .p-gallery_content__deco:nth-child(10) {
  transition-delay: 0.9s;
}
.p-gallery_content__deco.--deco1 {
  width: 30rem;
  top: 41%;
  left: 6.5%;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__deco.--deco1 {
    width: 18rem;
    top: 40%;
    left: 20%;
  }
}
.p-gallery_content__deco.--deco2 {
  width: 26rem;
  top: 77%;
  left: 37.5%;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__deco.--deco2 {
    width: 12rem;
    top: 72%;
    left: 90%;
  }
}
.p-gallery_content__deco.--deco3 {
  width: 20rem;
  top: 32%;
  left: 71%;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__deco.--deco3 {
    width: 11rem;
    top: 86%;
    left: 0%;
  }
}
.p-gallery_content__deco.--deco4 {
  width: 25rem;
  top: 78%;
  left: 98%;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__deco.--deco4 {
    width: 8rem;
    top: 22.5%;
    left: 102%;
  }
}
.p-gallery_content__deco.--deco5 {
  width: 32rem;
  top: 31%;
  left: 10.5%;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__deco.--deco5 {
    width: 17.8rem;
    top: 38%;
    left: 20%;
  }
}
.p-gallery_content__deco.--deco6 {
  width: 22rem;
  top: 71.5%;
  left: 38.5%;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__deco.--deco6 {
    width: 9rem;
    top: 85%;
    left: 7%;
  }
}
.p-gallery_content__deco.--deco7 {
  width: 27rem;
  top: 39%;
  left: 72%;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__deco.--deco7 {
    width: 15rem;
    top: 70%;
    left: 88%;
  }
}
.p-gallery_content__deco.--deco8 {
  width: 14rem;
  top: 75%;
  left: 98%;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__deco.--deco8 {
    width: 10rem;
    top: 22%;
    left: 97%;
  }
}
.p-gallery_content__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 8.5rem;
  padding: 6rem 0 1rem;
}
.p-gallery_content__header {
  width: 85.7142857143%;
  display: block;
  position: relative;
  padding-top: 1.5rem;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__header {
    width: 90%;
    padding-top: 0;
    margin-bottom: 8.5rem;
  }
}
.p-gallery_content__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__title {
    font-size: 1.2rem;
  }
}
.p-gallery_content__title::before {
  content: "(";
  display: inline;
  position: relative;
  margin-right: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__title::before {
    margin-right: 1rem;
  }
}
.p-gallery_content__title::after {
  content: ")";
  display: inline;
  position: relative;
  margin-left: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__title::after {
    margin-left: 1rem;
  }
}
.p-gallery_content__song {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__song {
    font-size: 1.15rem;
  }
}
.p-gallery_content__inner {
  width: 85.7142857143%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__inner {
    width: 25rem;
  }
}
.p-gallery_content__list {
  width: calc(var(--img_length) * 40rem + var(--img_gap) * 10rem);
  min-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: 10rem;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__list {
    gap: 6rem;
    width: calc(var(--img_length) * 25rem + var(--img_gap) * 6rem);
  }
}
.p-gallery_content__list-item {
  width: 40rem;
  flex-shrink: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-gallery_content__list-item {
    width: 25rem;
  }
}
.p-gallery_content__thumb {
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.15);
}
.p-gallery_content__thumb-img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-gallery_content__thumb-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
  z-index: 0;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-gallery_content__thumb-img::after {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-gallery_content__thumb:hover .p-gallery_content__thumb-img::after {
    opacity: 0.4;
  }
}
.p-gallery_content__thumb-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-movie {
  width: 100%;
  display: block;
  position: relative;
  padding: 9.6rem 0 13.5rem;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-movie {
    padding: 17.6rem 0 13.5rem;
  }
}
.p-movie__bg {
  width: 100%;
  height: calc(100% + 20rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
.p-movie__deco {
  width: 10rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -30%);
  transition: opacity 1s var(--ease_out), transform 1.4s var(--ease_out);
}
.is-active .p-movie__deco {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 1s var(--ease_out), transform 1.4s var(--ease_out);
}
.is-active .p-movie__deco:nth-child(1) {
  transition-delay: 0s;
}
.is-active .p-movie__deco:nth-child(2) {
  transition-delay: 0.1s;
}
.is-active .p-movie__deco:nth-child(3) {
  transition-delay: 0.2s;
}
.is-active .p-movie__deco:nth-child(4) {
  transition-delay: 0.3s;
}
.is-active .p-movie__deco:nth-child(5) {
  transition-delay: 0.4s;
}
.is-active .p-movie__deco:nth-child(6) {
  transition-delay: 0.5s;
}
.is-active .p-movie__deco:nth-child(7) {
  transition-delay: 0.6s;
}
.is-active .p-movie__deco:nth-child(8) {
  transition-delay: 0.7s;
}
.is-active .p-movie__deco:nth-child(9) {
  transition-delay: 0.8s;
}
.is-active .p-movie__deco:nth-child(10) {
  transition-delay: 0.9s;
}
.p-movie__deco.--deco1 {
  width: 26rem;
  top: 16%;
  left: 16%;
}
@media screen and (max-width: 960px) {
  .p-movie__deco.--deco1 {
    width: 7.5rem;
    top: 39%;
    left: 12%;
  }
}
.p-movie__deco.--deco2 {
  width: 12rem;
  top: 86%;
  left: 35%;
}
@media screen and (max-width: 960px) {
  .p-movie__deco.--deco2 {
    display: none;
  }
}
.p-movie__deco.--deco3 {
  width: 54rem;
  top: 33%;
  left: 87%;
  opacity: 0.2;
}
@media screen and (max-width: 960px) {
  .p-movie__deco.--deco3 {
    width: 25rem;
    top: 76%;
    left: 80%;
  }
}
.p-movie__container {
  width: 71.4285714286%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-movie__container::before {
    content: "";
    width: 100vw;
    height: 14.3rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../img/movie/txt_movie.webp") repeat-x 0 0/76rem auto;
    z-index: -1;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .p-movie__container::before {
    height: 7.15rem;
    background-size: 38rem auto;
  }
}
@media screen and (min-width: 961px) {
  .is-load .p-movie__container::before {
    animation: movie_title 30s linear infinite;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .is-load .p-movie__container::before {
    animation-duration: 60s;
  }
}
@media screen and (min-width: 961px) {
  @keyframes movie_title {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -76rem;
    }
  }
}
@media screen and (max-width: 960px) {
  .p-movie__container {
    width: 90%;
  }
}
.p-movie__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 5.8rem;
}
@media screen and (max-width: 960px) {
  .p-movie__header {
    margin-bottom: 3.2rem;
  }
  .p-movie__header::before {
    content: "";
    width: 100vw;
    height: 14.3rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../img/movie/txt_movie.webp") repeat-x 0 0/76rem auto;
    z-index: -1;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-movie__header::before {
    height: 7.15rem;
    background-size: 38rem auto;
  }
}
@media screen and (max-width: 960px) {
  .is-load .p-movie__header::before {
    animation: track_title 30s linear infinite;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .is-load .p-movie__header::before {
    animation-duration: 60s;
  }
}
@media screen and (max-width: 960px) {
  @keyframes track_title {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -76rem;
    }
  }
}
.p-movie__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  letter-spacing: 0;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-movie__title {
    font-size: 1.2rem;
  }
}
.p-movie__title::before {
  content: "(";
  display: inline;
  position: relative;
  margin-right: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-movie__title::before {
    margin-right: 1rem;
  }
}
.p-movie__title::after {
  content: ")";
  display: inline;
  position: relative;
  margin-left: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-movie__title::after {
    margin-left: 1rem;
  }
}
.p-movie__inner {
  display: block;
  position: relative;
}
.p-movie__slide {
  display: block;
  position: relative;
  -webkit-mask: url("../img/movie/movie_msk.webp") no-repeat center/contain;
  mask: url("../img/movie/movie_msk.webp") no-repeat center/contain;
}
.p-movie__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-movie__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
  pointer-events: none;
}
.p-movie__list-item.is-slide-current {
  pointer-events: auto;
}
.p-movie__name {
  width: 100%;
  display: block;
  position: relative;
  margin: 2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-movie__name {
    margin-top: 1rem;
  }
}
.p-movie__name-item {
  width: 100%;
  min-height: 2.8em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s var(--ease_out);
}
.p-movie__name-item:first-child {
  position: revert;
}
.p-movie__name-item.is-name-current {
  opacity: 1;
}
.p-movie__cap {
  display: block;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-movie__cap {
    font-size: 1.2rem;
  }
}

.p-movie_data {
  display: block;
  position: relative;
  z-index: 0;
}
.p-movie_data__thumb {
  display: block;
  position: relative;
}
.p-movie_data__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data__thumb::after {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-movie_data:hover .p-movie_data__thumb::after {
    opacity: 0;
  }
}
.p-movie_data__thumb-img {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data__thumb-img {
    transform: scale(1.0001);
    transition: transform 0.8s var(--ease_out);
  }
  .p-movie_data:hover .p-movie_data__thumb-img {
    transform: scale(1.05);
  }
}
.p-movie_data__thumb-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.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.--thumb {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.u-lazy.--thumb.is-lazy-loaded {
  width: auto;
  max-width: 100%;
  opacity: 1;
}
.u-lazy.--thumb.is-lazy-loaded:not(.is-lazy-end) {
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy.--thumb + .u-lazy__loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #fff 0%, #fff 26%, #efefef 50%, #fff 75%, #fff 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
  animation: skeleton_screen 1s linear infinite;
}
.u-lazy.--thumb.is-lazy-loading + .u-lazy__loader,
.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  display: block;
}

.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

@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 clip-out {
  0% {
    -webkit-clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
  }
  99% {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clip-out-top {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
  }
}
@keyframes clip-in-top {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
  }
  100% {
    -webkit-clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes glitch {
  0% {
    clip: rect(200px, 9999px, 63px, 0);
  }
  4% {
    top: -3px;
    clip: rect(7px, 9999px, 6px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 78px, 0);
  }
  12% {
    clip: rect(85px, 9999px, 25px, 0);
  }
  16% {
    clip: rect(93px, 9999px, 38px, 0);
  }
  20% {
    left: 8px;
    clip: rect(70px, 9999px, 96px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(39px, 9999px, 65px, 0);
  }
  32% {
    clip: rect(36px, 9999px, 34px, 0);
  }
  36% {
    left: -12px;
    clip: rect(84px, 9999px, 96px, 0);
  }
  40% {
    top: -5px;
    clip: rect(99px, 9999px, 45px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(63px, 9999px, 20px, 0);
  }
  52% {
    clip: rect(5px, 9999px, 44px, 0);
  }
  56% {
    left: 11px;
    clip: rect(65px, 9999px, 270px, 0);
  }
  60% {
    clip: rect(4px, 9999px, 300px, 0);
  }
  64% {
    clip: rect(6px, 9999px, 9px, 0);
  }
  68% {
    top: 1px;
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    clip: rect(32px, 9999px, 64px, 0);
  }
  76% {
    left: -12px;
    clip: rect(0px, 9999px, 96px, 0);
  }
  80% {
    clip: rect(99px, 9999px, 45px, 0);
  }
  84% {
    top: -2px;
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    clip: rect(70px, 9999px, 96px, 0);
  }
  92% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  96% {
    left: 6px;
    clip: rect(39px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(37px, 9999px, 73px, 0);
  }
}
@keyframes glitch_min {
  0% {
    left: -5px;
    clip: rect(10px, 9999px, 63px, 0);
  }
  4% {
    clip: rect(137px, 9999px, 150px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 178px, 0);
  }
  12% {
    left: -2px;
    clip: rect(85px, 9999px, 125px, 0);
  }
  16% {
    clip: rect(223px, 9999px, 258px, 0);
  }
  20% {
    left: 10px;
    clip: rect(100px, 9999px, 146px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(9px, 9999px, 45px, 0);
  }
  32% {
    clip: rect(136px, 9999px, 164px, 0);
  }
  36% {
    left: -4px;
    clip: rect(84px, 9999px, 116px, 0);
  }
  40% {
    top: 3px;
    clip: rect(229px, 9999px, 315px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(163px, 9999px, 180px, 0);
  }
  52% {
    clip: rect(205px, 9999px, 244px, 0);
  }
  56% {
    left: 2px;
    clip: rect(135px, 9999px, 170px, 0);
  }
  60% {
    clip: rect(14px, 9999px, 100px, 0);
  }
  64% {
    left: -1px;
    clip: rect(116px, 9999px, 129px, 0);
  }
  68% {
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    top: -4px;
    clip: rect(232px, 9999px, 264px, 0);
  }
  76% {
    left: -4px;
    clip: rect(100px, 9999px, 196px, 0);
  }
  80% {
    clip: rect(199px, 9999px, 245px, 0);
  }
  84% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    left: -5px;
    clip: rect(1px, 9999px, 296px, 0);
  }
  92% {
    clip: rect(141px, 9999px, 272px, 0);
  }
  96% {
    clip: rect(33px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(137px, 9999px, 273px, 0);
  }
}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #fff;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  -webkit-margin-start: 20px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}
/*# sourceMappingURL=ogfl.css.map */