@charset "UTF-8";
:root {
  --svh: 100vh;
  --font-jp: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-en: "Nohemi", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-red: #c80202;
  --color-gray: #6B6B6B;
  --color-line: #c0c0c0;
  --color-line2: #E5E5E5;
  --color-shadow: rgba(193, 193, 193, 0.6);
  --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;
}

/* =========================
   Nohemi Regular
========================= */
@font-face {
  font-family: "Nohemi";
  src: url("/assets/font/Nohemi-Regular.woff2") format("woff2"), url("/assets/font/Nohemi-Regular.woff") format("woff"), url("/assets/font/Nohemi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* =========================
   Nohemi Medium
========================= */
@font-face {
  font-family: "Nohemi";
  src: url("/assets/font/Nohemi-Medium.woff2") format("woff2"), url("/assets/font/Nohemi-Medium.woff") format("woff"), url("/assets/font/Nohemi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
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.8064516129vw, 7.5px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: var(--font-jp);
  letter-spacing: 0.05rem;
  -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-black) !important;
}

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

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

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

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

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: var(--font-jp);
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--color-text);
}

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 {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

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

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

.l-wrap {
  display: block;
  position: relative;
}
.l-wrap__loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  pointer-events: none;
  z-index: 20;
}
@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;
}
.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-black);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
.l-wrap__container {
  display: block;
  position: relative;
  padding-top: 12rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__container {
    padding-top: 7.5rem;
  }
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 0.8s var(--ease_out);
}

.l-header {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: var(--color-white);
}
.l-header__container {
  height: 12rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 960px) {
  .l-header__container {
    height: 7.5rem;
    padding-left: 1.5rem;
  }
}
.l-header__brand {
  width: 17rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-header__brand {
    top: -0.5rem;
  }
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    top: 0;
    width: 12.5rem;
  }
}
.l-header__brand-link {
  display: block;
  position: relative;
}

.l-nav {
  z-index: 20;
}
@media screen and (min-width: 961px) {
  .l-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    overscroll-behavior-y: none;
    background: var(--color-white);
    opacity: 0;
    transition: opacity 0.6s var(--ease_out);
  }
  .is-menu-show .l-nav {
    display: block;
  }
  .is-menu-open .l-nav {
    pointer-events: auto;
    opacity: 1;
  }
}
.l-nav__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .l-nav__container {
    min-height: 12rem;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    width: 100%;
    min-height: var(--svh);
    padding: 5.8rem 0;
    align-items: flex-start;
    justify-content: center;
  }
}
.l-nav__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4rem;
    position: relative;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__content {
    width: calc(100% - 3rem);
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
}
.l-nav__link {
  display: block;
  position: relative;
}
.l-nav__link-text {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__link-text {
    font-size: 2.4rem;
    letter-spacing: -0.05rem;
    font-family: var(--font-en);
    font-weight: 500;
  }
  @supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
    @media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
      .l-nav__link-text {
        text-decoration: underline;
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
        transition: -webkit-text-decoration-color 0.3s var(--ease_out);
        transition: text-decoration-color 0.3s var(--ease_out);
        transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
      }
      .l-nav__link:hover .l-nav__link-text {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
      }
    }
  }
  @supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
    @media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
      .l-nav__link:hover .l-nav__link-text {
        text-decoration: underline;
      }
    }
  }
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    font-size: 4.2rem;
    letter-spacing: 0.05rem;
    font-family: var(--font-en);
    font-weight: 500;
  }
  @supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
    @media screen and (max-width: 960px) and (hover: hover) and (pointer: fine) {
      .l-nav__link-text {
        text-decoration: underline;
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
        transition: -webkit-text-decoration-color 0.3s var(--ease_out);
        transition: text-decoration-color 0.3s var(--ease_out);
        transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
      }
      .l-nav__link:hover .l-nav__link-text {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
      }
    }
  }
  @supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
    @media screen and (max-width: 960px) and (hover: hover) and (pointer: fine) {
      .l-nav__link:hover .l-nav__link-text {
        text-decoration: underline;
      }
    }
  }
}
.l-nav__sns {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__sns {
    margin-top: 5rem;
  }
}

.l-nav\:sns {
  display: block;
  position: relative;
}
.l-nav\:sns__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 2.1rem;
}
.l-nav\:sns__list-item {
  display: block;
  position: relative;
}
.l-nav\:sns__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .l-nav\:sns__link {
    gap: 1.6rem;
  }
}
.l-nav\:sns__link-icon {
  width: 1.8rem;
  display: block;
  position: relative;
}
.l-nav\:sns__link-icon::before {
  content: "";
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--color-black);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav\:sns__link-icon::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-nav\:sns__link:hover .l-nav\:sns__link-icon::before {
    opacity: 1;
  }
}
.l-nav\:sns__link-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: var(--font-en);
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .l-nav\:sns__link-text {
    padding-top: 0.25rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .l-nav\:sns__link-text {
    font-size: 1.4rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-nav\:sns__link-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-nav\:sns__link:hover .l-nav\:sns__link-text {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-nav\:sns__link:hover .l-nav\:sns__link-text {
      text-decoration: underline;
    }
  }
}

.l-menu {
  width: 10rem;
  height: 10rem;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 0;
  z-index: 30;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (min-width: 961px) {
  .l-menu {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.l-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  border-radius: 0 0 0 2.5rem;
}
@media screen and (max-width: 960px) {
  .l-menu::before {
    border-radius: 0 0 0 2rem;
  }
}
.l-menu__content {
  width: 5rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-menu__content {
    width: 4rem;
    height: 2.4rem;
  }
}
.l-menu__content.--open {
  opacity: 1;
}
.is-menu-open .l-menu__content.--open {
  opacity: 0;
}
.l-menu__content.--open::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid var(--color-black);
  border-block: 3px solid var(--color-black);
}
.l-menu__content.--close {
  opacity: 0;
}
.is-menu-open .l-menu__content.--close {
  opacity: 1;
}
.l-menu__text {
  width: 100%;
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: var(--font-en);
  font-weight: 700;
  text-align: center;
  color: var(--color-text);
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-menu__text {
    font-size: 1.1rem;
  }
}
.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-bar {
  width: 100%;
  height: 3px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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(35deg);
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-35deg);
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-black);
  border-radius: 20rem;
  transition: width 0.4s var(--ease_inout);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}

.l-main {
  display: block;
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
}
.l-footer__container {
  width: calc(100% - 8rem);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3.4rem 0;
}
@media screen and (min-width: 961px) {
  .l-footer__container {
    padding-right: 7.5rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    width: calc(100% - 3rem);
    padding: 4rem 0;
  }
}
.l-footer__container::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
}
.l-footer__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.l-footer__sns {
  display: block;
  position: relative;
}
.l-footer__official {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__official {
    margin-left: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    margin-top: 3rem;
  }
}
.l-footer__copy {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 4.4rem;
  }
}
.l-footer__copy-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: var(--font-en);
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .l-footer__copy-text {
    font-size: 1.3rem;
    text-align: center;
  }
}
.l-footer__pagetop {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  border-radius: 50%;
}
@media screen and (min-width: 961px) {
  .l-footer__pagetop {
    top: calc(50% - 0.2rem);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: 3rem;
    height: 3rem;
    bottom: 3.7rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .l-footer__pagetop:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}
.l-footer__pagetop::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 50%;
}
.l-footer__pagetop-text {
  display: block;
  position: relative;
  padding-top: 0.3rem;
  font-size: 1.3rem;
  font-family: var(--font-en);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-text {
    padding-top: 0.2rem;
    font-size: 1.1rem;
  }
}

.l-footer\:sns {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer\:sns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
  }
}
.l-footer\:sns__group {
  display: block;
  position: relative;
}
.l-footer\:sns__artist {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer\:sns__artist {
    margin-top: 3rem;
  }
}
.l-footer\:sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 2.1rem;
}
@media screen and (max-width: 960px) {
  .l-footer\:sns__list {
    gap: 2rem;
  }
}
.l-footer\:sns__list-item {
  display: block;
  position: relative;
}
.l-footer\:sns__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .l-footer\:sns__link {
    gap: 1.6rem;
  }
}
.l-footer\:sns__link-icon {
  width: 1.8rem;
  display: block;
  position: relative;
}
.l-footer\:sns__link-icon::before {
  content: "";
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--color-black);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer\:sns__link-icon::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-footer\:sns__link:hover .l-footer\:sns__link-icon::before {
    opacity: 1;
  }
}
.l-footer\:sns__link-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: var(--font-en);
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .l-footer\:sns__link-text {
    padding-top: 0.25rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer\:sns__link-text {
    font-size: 1.4rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer\:sns__link-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer\:sns__link:hover .l-footer\:sns__link-text {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer\:sns__link:hover .l-footer\:sns__link-text {
      text-decoration: underline;
    }
  }
}

.l-footer\:official {
  display: block;
  position: relative;
}
.l-footer\:official__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 2.1rem;
}
.l-footer\:official__list-item {
  display: block;
  position: relative;
}
.l-footer\:official__link {
  display: block;
  position: relative;
}
.l-footer\:official__link-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: var(--font-en);
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .l-footer\:official__link-text {
    padding-top: 0.25rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer\:official__link-text {
    font-size: 1.3rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer\:official__link-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer\:official__link:hover .l-footer\:official__link-text {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer\:official__link:hover .l-footer\:official__link-text {
      text-decoration: underline;
    }
  }
}

.c-loader {
  width: 100%;
  height: var(--svh);
  display: block;
  position: relative;
}

.c-pagination {
  display: block;
  position: relative;
}
.c-pagination__controller {
  width: 36.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .c-pagination__controller {
    width: 28rem;
  }
}
.c-pagination__nav {
  width: 16.8rem;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.6rem 0 0.2rem;
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 20rem;
  box-shadow: 0.1rem 0.3rem 0 0 var(--color-shadow);
}
@media screen and (max-width: 960px) {
  .c-pagination__nav {
    width: 12.5rem;
    min-height: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__nav {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out), transform 0.2s var(--ease_out), box-shadow 0.2s var(--ease_out);
  }
  .c-pagination__nav:hover {
    color: var(--color-black);
    background-color: var(--color-white);
    transform: translate(0.1rem, 0.3rem);
    box-shadow: 0 0 0 0 var(--color-shadow);
  }
}
.c-pagination__nav.--disable {
  opacity: 0.2;
  pointer-events: none;
}
.c-pagination__nav::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 20rem;
}
.c-pagination__nav.--prev {
  padding-left: 2rem;
}
.c-pagination__nav.--next {
  padding-right: 2rem;
}
.c-pagination__nav-text {
  display: block;
  position: relative;
  font-size: 2.2rem;
  font-family: var(--font-en);
}
@media screen and (max-width: 960px) {
  .c-pagination__nav-text {
    font-size: 1.5rem;
  }
}
.c-pagination__nav-icon {
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: url("../img/arrow_pager.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .c-pagination__nav-icon {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.c-pagination__nav-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--color-black);
  box-sizing: content-box;
  border-radius: 50%;
}
.--prev .c-pagination__nav-icon {
  left: 1rem;
}
.--next .c-pagination__nav-icon {
  right: 1rem;
  transform: translate(0, -50%) scale(-1, 1);
}

.c-back {
  width: 100%;
  min-height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 20rem;
  box-shadow: 0.1rem 0.3rem 0 0 var(--color-shadow);
}
@media screen and (max-width: 960px) {
  .c-back {
    min-height: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-back {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out), transform 0.2s var(--ease_out), box-shadow 0.2s var(--ease_out);
  }
  .c-back:hover {
    color: var(--color-black);
    background-color: var(--color-white);
    transform: translate(0.1rem, 0.3rem);
    box-shadow: 0 0 0 0 var(--color-shadow);
  }
}
.c-back::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--color-black);
  box-sizing: content-box;
  border-radius: 20rem;
}
.c-back__text {
  display: block;
  position: relative;
  top: 0.1em;
  font-size: 2.3rem;
  font-family: var(--font-en);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .c-back__text {
    font-size: 1.6rem;
  }
}

.p-page {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-page {
    padding: 2.5rem 0 4rem;
  }
}
.p-page::before {
  content: "";
  width: 100%;
  height: 3rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/header_text.png") repeat-x 0 50%/23.38rem auto;
  border-top: 2px solid var(--color-red);
  border-bottom: 2px solid var(--color-red);
  animation: page_marquee 15s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-page::before {
    height: 2.5rem;
    background-size: 16.7rem auto;
    animation: page_marquee_sp 15s linear infinite;
  }
}
@keyframes page_marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -23.38rem;
  }
}
@keyframes page_marquee_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -16.7rem;
  }
}
.p-page__container {
  width: calc(100% - 8rem);
  display: block;
  position: relative;
  padding: 10rem 0;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-page__container {
    width: calc(100% - 3rem);
    padding: 4.2rem 0;
  }
}
.is-in-load .p-page__container {
  opacity: 1;
  transition: opacity 0.8s var(--ease_out);
}
.p-page__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-page__header {
    margin-bottom: 3rem;
  }
}
.p-page__title {
  display: block;
  position: relative;
  font-size: 5.6rem;
  letter-spacing: 0.15rem;
  line-height: 1;
  font-family: var(--font-en);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-page__title {
    font-size: 4.4rem;
    letter-spacing: -0.1rem;
  }
}

.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:not(.--thumb):not(.--bg) {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy:not(.--thumb):not(.--bg).is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.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:not(.--bg):not(.--thumb) + .u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.u-lazy:not(.--thumb).is-lazy-loading + .u-lazy__loader {
  display: block;
}

.u-lazy:not(.--bg):not(.--thumb) + .u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.u-lazy:not(.--thumb).is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

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

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--color-white);
  touch-action: none;
  pointer-events: none;
  overscroll-behavior: contain;
  opacity: 0;
  transition: all 0.4s var(--ease_inout);
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 7rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .m-modal__container {
    padding: 4.5rem 0;
  }
}
.m-modal__bg {
  width: 100%;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__content {
  width: 100%;
  display: block;
  position: relative;
  height: auto !important;
}
.m-modal__close {
  width: 4rem;
  height: 4rem;
  display: block;
  position: fixed;
  top: 4rem;
  right: 4rem;
  font-size: 0;
  z-index: 1;
  color: var(--color-text);
  background: url("../img/icon_close.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 3.5rem;
    height: 3.5rem;
    top: 1rem;
    right: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close {
    transition: opacity 0.6s var(--ease_out);
  }
  .m-modal__close:hover {
    opacity: 0.7;
  }
}

.p-movie_modal {
  width: 85%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-movie_modal {
    width: 100%;
  }
}
.p-movie_modal__player {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-movie_modal__player-iframe {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-movie_modal__player-iframe {
    border-radius: 0;
  }
}
.p-movie_modal__player-iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie_modal__title {
  width: 90%;
  display: block;
  position: relative;
  margin: 1rem auto;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-movie_modal__title {
    margin-top: 0.6rem;
    font-size: 1.3rem;
  }
}

@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;
  }
}
/*# sourceMappingURL=puffy.base.css.map */