@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@font-face {
  font-family: "FuturaT-Bold";
  src: url("../fonts/FuturaT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #313131;
  font-family: "a-otf-gothic-mb101-pr6n", "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
[id] {
  scroll-margin-top: 6.25rem;
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: clamp(12px, 1.3vw, 18px) clamp(16px, 2.4vw, 32px);
}
@media screen and (max-width: 767px) {
  .header {
    padding: 14px 16px;
  }
}

.header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.6);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8px, 1vw, 15px);
  margin-inline: auto;
}

.header__logo {
  color: #ffffff;
  font-family: "FuturaT-Bold";
  font-size: 2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 7.875rem;
  }
}

.header.is-scrolled .header__logo {
  color: #000000;
}

.header__logo-link,
.header__logo img {
  color: #000000;
  display: block;
  width: 100%;
  height: auto;
}

/* トップページだけ白 */
.home .header__logo-link {
  color: #fff;
}

/* FVを過ぎたら黒 */
.home .header.is-scrolled .header__logo-link {
  color: #000;
}

.header__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  font-size: clamp(11px, 0.95vw, 13px);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 1024px) {
  .header__label {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__label {
    display: block;
    font-size: 0.5rem;
  }
}
.header__label span {
  display: block;
  width: clamp(150px, 13.3vw, 182px);
  margin-top: 0.125rem;
  padding: 0.1875rem 0;
  border-radius: 12px;
  background-color: #313131;
  color: #ffffff;
  font-family: "Figtree";
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header__label span {
    font-size: 0.5rem;
    width: 7.0625rem;
  }
}

.header__nav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(14px, 1.8vw, 25px);
     -moz-column-gap: clamp(14px, 1.8vw, 25px);
          column-gap: clamp(14px, 1.8vw, 25px);
}

.header__item {
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 500;
  white-space: nowrap;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.4375rem;
  padding-left: clamp(6px, 1vw, 14px);
}
@media screen and (max-width: 767px) {
  .header__buttons {
    display: none;
  }
}

.header__button {
  padding: clamp(14px, 1.4vw, 20px) clamp(22px, 2.4vw, 40px);
  font-size: clamp(13px, 1.1vw, 16px);
  white-space: nowrap;
}

.drawer__icon {
  cursor: pointer;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 17px;
  right: 20px;
  width: 32px;
  height: 24px;
}

.drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #ffffff;
  background-color: #000000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.drawer__icon.is-scrolled .drawer__icon--bar {
  background-color: #000;
}

.drawer__icon.js-show .drawer__icon--bar {
  background-color: #fff !important;
}

/* トップページだけ白 */
.home .drawer__icon--bar {
  background-color: #fff;
}

/* FVを過ぎたら黒 */
.home .drawer__icon.is-scrolled .drawer__icon--bar {
  background-color: #000;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 11px;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -11px;
}
.drawer__icon.js-show .drawer__icon--bar {
  background: #ffffff;
}

.drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 25rem;
  height: 100vh;
  height: 100svh;
  background: #231815;
}
@media screen and (max-width: 767px) {
  .drawer {
    width: 100%;
  }
}

.drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer.js-show {
  translate: 0;
}

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 10.75rem 40px;
  padding-left: 5rem;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  margin-bottom: 40px;
}
.drawer__list li a {
  color: #ffffff;
  font-family: "a-otf-gothic-mb101-pr6n";
  font-size: 1.25rem;
  font-weight: 600;
  padding-left: 1rem;
  position: relative;
}
.drawer__list li a::before {
  content: "";
  background-color: #ffffff;
  width: 1.25rem;
  height: 1.2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1rem;
}

.main {
  -webkit-padding-before: rm(72);
          padding-block-start: rm(72);
  min-height: 100vh;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: inherit;
  padding: 0 rm(40);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    max-width: 640px;
    padding: 0 rm(20);
  }
}

.inner__narrow {
  max-width: rm(800);
}
@media screen and (max-width: 767px) {
  .inner__narrow {
    padding: 0 rm(20);
    max-width: 600px;
  }
}

.footer {
  padding: 1.875rem 0 1.875rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 4.25rem 0 3.125rem;
  }
}

.footer__inner {
  width: min(53.75rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: 100%;
    padding-inline: 1.75rem;
  }
}

.footer__logo {
  margin: 0;
  color: #231815;
  font-family: "FuturaT-Bold";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    font-size: 2.25rem;
  }
}

.footer__logo span {
  display: block;
  margin-top: 0rem;
  font-family: "a-otf-gothic-mb101-pr6n";
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer__logo span {
    margin-top: 0.375rem;
    font-size: 0.5rem;
  }
}

.footer__copy {
  margin-top: 1.5625rem;
  color: #555;
  font-family: "kozuka-gothic-pr6n";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    margin-top: 2.625rem;
    font-size: 0.8125rem;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-top: 9.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 5rem;
    padding-bottom: 2.5rem;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  padding: 6px 10px !important;
}

.wp-pagenavi span.current {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000 !important;
}

.js-fade-up {
  opacity: 0;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
}

.page-head {
  background-color: #efefef;
  padding: 5rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .page-head {
    padding: 5.75rem 0 3.125rem;
  }
}

.page-head__en {
  font-family: "a-otf-gothic-mb101-pr6n";
  font-size: clamp(2.25rem, 0.8083rem + 3.0035vw, 4.375rem);
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.page-head__ja {
  font-family: "a-otf-gothic-mb101-pr6n";
  font-size: clamp(0.875rem, 0.5358rem + 0.7067vw, 1.375rem);
  margin-top: 1.875rem;
  text-align: center;
}

.sns {
  padding: 6.875rem 0 7.5rem;
  position: relative;
  z-index: 3;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sns {
    padding: 4.375rem 0 5rem;
  }
}

.sns__inner {
  width: min(65rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sns__inner {
    width: 100%;
    padding-inline: 1.75rem;
  }
}

.sns__contents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media screen and (max-width: 980px) {
  .sns__contents {
    grid-template-columns: 1fr;
    row-gap: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .sns__contents {
    row-gap: 4.375rem;
  }
}

.sns-block {
  text-align: center;
}

.sns-block__title {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sns-block__title {
    font-size: 2.25rem;
  }
}

.sns-block__sub {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sns-block__sub {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
}

.sns-block__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
  width: 25.3125rem;
  margin: 2rem auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sns-block__account {
    width: 100%;
    max-width: 20.625rem;
    margin-top: 1.625rem;
  }
}

.sns-block__account img {
  width: 3.25rem;
  height: 3.25rem;
}
@media screen and (max-width: 767px) {
  .sns-block__account img {
    width: 2.625rem;
    height: 2.625rem;
  }
}

.sns-block__account span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .sns-block__account span {
    font-size: 0.875rem;
  }
}

.sns-block__feed {
  width: min(25.3125rem, 100%);
  min-height: 33.75rem;
  margin: 0.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .sns-block__feed {
    width: 100%;
    max-width: 20.625rem;
    min-height: 27.5rem;
  }
}

.sns-block__button {
  margin-top: 1.875rem;
}

.sns-block__button a {
  display: inline-grid;
  place-items: center;
  min-width: 13rem;
  min-height: 2.25rem;
  padding-inline: 1.25rem;
  background-color: #3f8bd8;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sns-block__button a {
    min-width: 11.875rem;
    min-height: 2.125rem;
    font-size: 0.875rem;
  }
}

#sb_instagram {
  padding-bottom: 0 !important;
}

#sb_instagram #sbi_images {
  padding-bottom: 0 !important;
}

/* Facebookフィード：本文・日付・リンク類を非表示 */
.cff-text,
.cff-post-text,
.cff-meta-wrap,
.cff-date,
.cff-author,
.cff-post-links,
.cff-share-container,
.cff-view-comments,
.cff-comments-box,
.cff-likebox {
  display: none !important;
}

/* 投稿カードの余白・線を調整 */
.cff-item {
  padding: 0 !important;
  margin-bottom: 12px !important;
  border: none !important;
  background: transparent !important;
}

/* 画像まわり */
.cff-photo,
.cff-photo-wrap,
.cff-media-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

/* 画像をきれいに表示 */
.cff-photo img,
.cff-media-wrap img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.facebook-plugin-wrap {
  width: min(25.3125rem, 100%);
  margin-inline: auto;
}

.facebook-plugin-wrap .fb-page,
.facebook-plugin-wrap .fb-page span,
.facebook-plugin-wrap .fb-page iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.facebook-plugin-wrap .fb-page,
.facebook-plugin-wrap .fb-page span,
.facebook-plugin-wrap .fb-page iframe {
  max-width: 100% !important;
}

/* スマホ時 */
@media screen and (max-width: 767px) {
  .facebook-plugin-wrap {
    width: 100%;
    max-width: 420px;
  }
  .facebook-plugin-wrap .fb-page,
  .facebook-plugin-wrap .fb-page span,
  .facebook-plugin-wrap .fb-page iframe {
    width: 100% !important;
  }
}
.sns-block__feed {
  width: min(25.3125rem, 100%);
  height: 33.75rem;
  margin: 0.75rem auto 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sns-block__feed {
    width: 100%;
    max-width: 20.625rem;
    height: auto;
    min-height: 27.5rem;
  }
}

/* Instagram側 */
.sns-block__feed #sb_instagram {
  width: 100% !important;
}

/* Facebook側 */
.facebook-plugin-wrap {
  width: 100%;
  height: 33.75rem;
  overflow: hidden;
}

.facebook-plugin-wrap .fb-page,
.facebook-plugin-wrap .fb-page span,
.facebook-plugin-wrap .fb-page iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.sns__inner {
  width: min(65rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.sns__contents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 25.3125rem));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 980px) {
  .sns__contents {
    grid-template-columns: 1fr;
    row-gap: 4.375rem;
  }
}

.facebook-plugin-wrap {
  border-radius: 0 !important;
}
@media screen and (max-width: 767px) {
  .facebook-plugin-wrap {
    overflow: hidden;
  }
}

.facebook-plugin-wrap .fb-page,
.facebook-plugin-wrap .fb-page span,
.facebook-plugin-wrap .fb-page iframe {
  border-radius: 0 !important;
}

.page-profile .sns {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-profile .sns {
    display: block;
  }
}

.page-music .sns {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-music .sns {
    display: block;
  }
}

.page-movie .sns {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-movie .sns {
    display: block;
  }
}

.fv {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1922/1398;
}
@media screen and (max-width: 767px) {
  .fv {
    aspect-ratio: 390/760;
  }
}

.fv__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5.2vw));
}
@media screen and (max-width: 767px) {
  .fv__bg {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2.375rem));
  }
}

.fv__bg picture,
.fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.fv__bg img {
  display: block;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
  will-change: transform;
}

.fv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #efefef;
  opacity: 0;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.fv__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.fv__content {
  position: absolute;
  top: clamp(1.875rem, 5vh, 7.5rem);
  right: clamp(2.5rem, 7vw, 12.5rem);
  width: clamp(18.75rem, 32vw, 26.875rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__content {
    inset: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

.fv__logo {
  width: clamp(13.75rem, 30vh, 20.625rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    position: absolute;
    top: 4.5rem;
    right: 1rem;
    width: clamp(6.875rem, 30vw, 14.375rem);
    margin: 0;
  }
}

.js-logo-anime svg path,
.fv__text {
  opacity: 0;
}

.fv__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.js-logo-anime svg path {
  opacity: 0;
}

.fv__text {
  margin-top: clamp(1.25rem, 3vh, 3rem);
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
}
@media screen and (max-width: 767px) {
  .fv__text {
    position: absolute;
    left: 50%;
    top: 47%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: min(26.25rem, 92vw);
  }
}

.fv__title {
  line-height: 1.1;
}

.fv__title span:first-child {
  color: #ffffff;
  font-size: clamp(2rem, 2.8vw, 3.125rem);
}
@media screen and (max-width: 767px) {
  .fv__title span:first-child {
    font-size: clamp(1.375rem, 6.6vw, 2.25rem);
    padding-bottom: 0.5rem;
  }
}

.fv__title span:last-child {
  color: #ffffff;
  font-size: clamp(1.625rem, 2.8vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .fv__title span:last-child {
    font-size: clamp(1.375rem, 6vw, 2.125rem);
  }
}

.fv__message {
  margin-top: clamp(1rem, 4vh, 2.875rem);
  color: #fff;
  font-size: clamp(0.5625rem, 0.9vw, 0.75rem);
  font-weight: 700;
  line-height: 2.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__message {
    margin-top: 3rem;
    font-size: clamp(0.625rem, 3vw, 1.0625rem);
    line-height: 1.8;
  }
}

.fv__message::before {
  content: "";
  background-color: #ffffff;
  height: 2px;
  width: 6.25rem;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .fv__message::before {
    top: -1.5rem;
  }
}

.fv__scroll {
  position: absolute;
  right: 3.375rem;
  bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .fv__scroll {
    display: none;
  }
}

.intro {
  position: relative;
  z-index: 3;
  margin-top: calc(-5.2vw - 2px);
  padding: 13.75rem 0 13.125rem;
  background: rgba(238, 238, 238, 0.8);
  overflow: hidden;
  clip-path: polygon(0 0, 100% 5.2vw, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .intro {
    margin-top: -2.5rem;
    padding: 4.625rem 0 6.875rem;
    clip-path: polygon(0 0, 100% 2.375rem, 100% 100%, 0 100%);
  }
}

.intro::before {
  display: none;
}

.intro::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  width: 100%;
  height: 5.625rem;
  background-color: #fff;
  clip-path: polygon(0 90%, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .intro::after {
    height: 3.75rem;
  }
}

.intro__inner {
  position: relative;
  z-index: 3;
  width: min(53.75rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.intro__img {
  margin-inline: auto;
  width: 60%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .intro__img {
    width: 86%;
  }
}

@media (min-width: 1600px) {
  .intro__img {
    width: 70%;
  }
}
.intro__img img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(0 100% 0 0);
}

.top-news {
  position: relative;
  padding: 1.5rem 0 4.375rem;
  background-color: #fff;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 3rem 0 0.5rem;
  }
}

.top-news__inner {
  background-color: #fff;
  position: relative;
  z-index: 1;
  width: min(53.75rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.top-news__heading {
  text-align: center;
}

.top-news__title {
  font-size: 3.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-news__title {
    font-size: 2.5rem;
  }
}

.top-news__sub {
  margin-top: 0.625rem;
  font-size: 1rem;
}

.top-news__list {
  margin-top: 3.75rem;
}

.top-news__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #333;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-news__item {
    grid-template-columns: 1fr 1.75rem;
    row-gap: 0.875rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding: 1.375rem 0;
  }
}

.top-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding-left: 0.375rem;
  width: 4.5rem;
}
@media screen and (max-width: 767px) {
  .top-news__meta {
    grid-column: 1/2;
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
}

.top-news__category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top-news__category {
    font-size: 0.875rem;
  }
}

.top-news__category--news {
  color: #00a0e9;
  font-weight: 700;
}

.top-news__category--event {
  color: #e60012;
  font-weight: 700;
}

.top-news__date {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-news__date {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.top-news__item-title {
  position: relative;
  margin: 0;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top-news__item-title {
    grid-column: 1/2;
    padding-left: 0;
    font-size: 1.125rem;
    line-height: 1.55;
  }
}

.top-news__item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1.875rem;
  background: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top-news__item-title::before {
    display: none;
  }
}

.top-news__arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-news__arrow {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    rotate: 45deg;
    grid-column: 2/3;
    grid-row: 1/3;
    align-self: center;
    width: 0.875rem;
    height: 0.875rem;
  }
}

.top-news__button {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-news__button {
    margin-top: 3rem;
  }
}

.top-news__button a {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 17.625rem;
  min-height: 3.625rem;
  border: 1px solid #333;
  color: #000;
  font-size: clamp(1.25rem, 0.826rem + 0.8834vw, 1.875rem);
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
}
.top-news__button a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}

@media (hover: hover) {
  .top-news__button a:hover {
    color: #fff;
  }
  .top-news__button a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (max-width: 767px) {
  .top-news__item:nth-child(n+4) {
    display: none;
  }
}
.t-movie {
  position: relative;
  padding: 7.375rem 0 10.25rem;
  background-color: #eee;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .t-movie {
    padding: 5.375rem 0 9.25rem;
  }
}

.t-movie::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.0625rem;
  width: 100%;
  height: 5.625rem;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 39%);
}
@media screen and (max-width: 767px) {
  .t-movie::before {
    height: 3.75rem;
  }
}

.t-movie::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  width: 100%;
  height: 6.875rem;
  background-color: #fff;
  clip-path: polygon(0 55%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .t-movie::after {
    height: 4.375rem;
  }
}

.t-movie__inner {
  position: relative;
  z-index: 1;
  width: min(53.75rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .t-movie__inner {
    width: 100%;
    padding-inline: 1.75rem;
  }
}

.t-movie__heading {
  text-align: center;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .t-movie__heading {
    margin-bottom: 6.5rem;
  }
}

.t-movie__title {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .t-movie__title {
    font-size: 2.5rem;
  }
}

.t-movie__sub {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .t-movie__sub {
    font-size: 0.875rem;
  }
}

.message {
  padding-top: 3rem;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: 0;
  }
}

.message::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.0625rem;
  width: 100%;
  height: 5.625rem;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 100%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .message::before {
    height: 3.625rem;
  }
}

.message__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: min(56.25rem, 100%);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .message__inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 0rem 0.625rem 2.5rem;
  }
}

.message__content {
  width: 31rem;
  margin-left: auto;
  padding-top: 0;
  text-align: center;
  margin-top: -2ren;
}
@media screen and (max-width: 767px) {
  .message__content {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}

.message__title {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .message__title {
    font-size: 2.625rem;
  }
}

.message__sub {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.message__text-wrap + .message__text-wrap {
  margin-top: 1rem;
}

.message__text {
  margin-top: 1.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .message__text {
    margin-top: 1.625rem;
    font-size: 0.8125rem;
    line-height: 1.95;
  }
}

@media (min-width: 1600px) {
  .message__text {
    font-size: 1.125rem;
  }
}
.message__text p {
  margin: 0;
  white-space: nowrap;
}

.message__image {
  display: block;
  width: 100%;
  margin-inline: 0;
}

.message__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .message__image img {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }
}

.profile-biography {
  position: relative;
  margin-top: -3.75rem;
  padding: 7.5rem 0 5.625rem;
  background-image: url("../img/top/bg_profile.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  z-index: 3;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .profile-biography {
    display: none;
  }
}

.profile-biography__inner {
  width: min(53.75rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .profile-biography__inner {
    width: 100%;
    padding-inline: 1.75rem;
  }
}

.profile-biography__content {
  width: 26.875rem;
}
@media screen and (max-width: 767px) {
  .profile-biography__content {
    width: 100%;
  }
}

.profile-biography__title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .profile-biography__title {
    font-size: 2.125rem;
  }
}

.profile-biography__sub {
  margin-top: 1.125rem;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .profile-biography__sub {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
  }
}

.profile-biography__text {
  margin-top: 2.125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .profile-biography__text {
    margin-top: 1.625rem;
    font-size: 0.8125rem;
  }
}

@media (min-width: 1600px) {
  .profile-biography__text {
    font-size: 1.125rem;
  }
}
.profile-biography__text p {
  margin: 0;
}

.profile-biography__button {
  position: relative;
  display: grid;
  place-items: center;
  width: 17rem;
  min-height: 4rem;
  margin-top: 2.125rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: clamp(1.25rem, 0.826rem + 0.8834vw, 1.875rem);
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .profile-biography__button {
    width: 15rem;
    min-height: 3.5rem;
    margin-top: 1.75rem;
  }
}

.profile-biography__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}

@media (hover: hover) {
  .profile-biography__button:hover {
    color: #000;
  }
  .profile-biography__button:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.music {
  padding: 5rem 0 0;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .music {
    padding: 2.375rem 0 0;
  }
}

.music__heading {
  text-align: center;
  margin-bottom: 2.875rem;
}
@media screen and (max-width: 767px) {
  .music__heading {
    margin-bottom: 4.5rem;
  }
}

.music__title {
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .music__title {
    font-size: 2.5rem;
  }
}

.music__sub {
  margin-top: 0.875rem;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .music__sub {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
}

.music__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .music__cards {
    grid-template-columns: 1fr;
  }
}

.music-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.music-card__image {
  aspect-ratio: 475/431;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .music-card__image {
    aspect-ratio: 173/153;
  }
}

.music-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.music-card__body {
  padding: 4.5rem 1.5rem 5.125rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .music-card__body {
    padding: 3.125rem 1.5rem 3.125rem;
  }
}

.music-card--single .music-card__body {
  background-color: #eaf7f0;
}

.music-card--album .music-card__body {
  background-color: #ffd8d8;
}

.music-card--dvd .music-card__body {
  background-color: #dff4ff;
}

.music-card__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  width: 16.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .music-card__title {
    font-size: 1.75rem;
    width: 17.625rem;
  }
}

.music-card__text {
  margin-top: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.7;
  width: 16.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .music-card__text {
    margin-top: 0.875rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6;
    width: 17.625rem;
  }
}

.music-card__button {
  position: relative;
  display: grid;
  place-items: center;
  width: 17.625rem;
  min-height: 3.625rem;
  margin: 2.25rem auto 0;
  border: 1px solid #000;
  color: #000;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
}
.music-card__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}

@media (hover: hover) {
  .music-card__button:hover {
    color: #fff;
  }
  .music-card__button:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
main {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin-bottom: clamp(38.75rem, 36vw, 57.5rem);
}
@media screen and (max-width: 767px) {
  main {
    margin-bottom: 0;
  }
}

.footer-visual {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: clamp(38.75rem, 54vw, 57.5rem);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer-visual {
    position: static;
    height: auto;
  }
}

.footer-visual picture,
.footer-visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-visual img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.footer {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.profile {
  padding: 2.75rem 0 4rem;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .profile {
    padding: 2.3125rem 0 2.625rem;
  }
}

.profile__inner {
  width: min(53.75rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .profile__inner {
    width: 100%;
    padding-inline: 1.75rem;
  }
}

.profile__image {
  width: 17.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .profile__image {
    width: 16.125rem;
  }
}

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

.profile__name {
  margin-top: 1.75rem;
  font-size: clamp(1.0625rem, 0.2144rem + 1.7668vw, 2.3125rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .profile__name {
    margin-top: 1.875rem;
    font-size: 1.25rem;
  }
}

.profile__text {
  margin-top: 1.625rem;
  font-family: "a-otf-gothic-mb101-pr6n";
  font-size: clamp(0.9375rem, 0.5135rem + 0.8834vw, 1.5625rem);
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .profile__text {
    margin-top: 1.75rem;
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.profile__text p + p {
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .profile__text p + p {
    margin-top: 0.8125rem;
  }
}

.profile__works {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .profile__works {
    margin-top: 4.375rem;
  }
}

.profile__works-title {
  font-family: "a-otf-ryumin-pr6n";
  font-size: clamp(0.9375rem, 0.5559rem + 0.7951vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .profile__works-title {
    font-size: 1.375rem;
    letter-spacing: 0.25em;
  }
}

.profile__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1.75rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .profile__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8125rem 0.1875rem;
    margin-top: 1.75rem;
  }
}

.profile__nav-item {
  font-family: "a-otf-ryumin-pr6n";
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .profile__nav-item {
    border-left: none;
  }
}

.profile__nav-item:last-child {
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .profile__nav-item:last-child {
    border-right: none;
  }
}

.profile__nav-item a {
  display: block;
  padding: 0.25rem 1.25rem;
  font-size: clamp(0.9375rem, 0.5983rem + 0.7067vw, 1.4375rem);
  color: #000;
  text-decoration: none;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .profile__nav-item a {
    padding: 0.5625rem 0.75rem;
    background-color: #f1f1f1;
    font-size: 1.125rem;
    font-weight: 700;
  }
}

.works-list {
  padding: 3.375rem 0 7.5rem;
  position: relative;
  z-index: 3;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .works-list {
    padding: 3rem 0 3.5rem;
  }
}

.works-list + .works-list {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .works-list + .works-list {
    padding-top: 0;
  }
}

.works-list__inner {
  width: min(53.75rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .works-list__inner {
    width: 100%;
    padding-inline: 1.75rem;
  }
}

.works-list__title {
  text-align: center;
  font-family: "a-otf-ryumin-pr6n";
  font-size: clamp(0.9375rem, 0.5559rem + 0.7951vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.4em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .works-list__title {
    font-size: 1.375rem;
    letter-spacing: 0.28em;
  }
}

.works-list__items {
  margin-top: 2.125rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .works-list__items {
    margin-top: 2rem;
  }
}

.works-list__item {
  padding: 1.125rem 0 0.75rem;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .works-list__item {
    padding: 0.8125rem 0 0.6875rem;
  }
}

.works-list__item:first-child {
  padding-top: 0;
}

.works-list__item--no-border {
  border-bottom: none;
}

.works-list__label {
  margin: 0;
  font-family: "a-otf-ryumin-pr6n";
  font-size: clamp(0.9375rem, 0.5983rem + 0.7067vw, 1.4375rem);
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .works-list__label {
    font-size: 0.8125rem;
  }
}

.works-list__text {
  margin: 0;
  font-family: "a-otf-ryumin-pr6n";
  font-size: clamp(0.9375rem, 0.5983rem + 0.7067vw, 1.4375rem);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .works-list__text {
    line-height: 1.6;
  }
}

span.space {
  text-indent: -0.5em;
}

.discography {
  padding: 6.25rem 0 5rem;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .discography {
    padding: 3.125rem 0 3.75rem;
  }
}

.discography__inner {
  width: min(41.25rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .discography__inner {
    width: 100%;
    padding-inline: 1.75rem;
  }
}

.discography__cards {
  display: grid;
  gap: 13.5rem;
}
@media screen and (max-width: 767px) {
  .discography__cards {
    gap: 8.75rem;
  }
}

.discography-card__title,
.discography-card__title span.space {
  margin: 0;
  font-family: "a-otf-ryumin-pr6n";
  font-size: clamp(1.25rem, 0.826rem + 0.8834vw, 1.875rem);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .discography-card__title,
  .discography-card__title span.space {
    font-size: 1rem;
  }
}

.discography-card__title span {
  display: inline-block;
  font-family: "a-otf-ryumin-pr6n";
}
@media screen and (max-width: 767px) {
  .discography-card__title span {
    font-size: 1rem;
  }
}

.discography-card__date {
  margin-top: 0.75rem;
  font-size: clamp(1.25rem, 0.9532rem + 0.6184vw, 1.6875rem);
  font-family: "a-otf-ryumin-pr6n";
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .discography-card__date {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}

.discography-card__image {
  margin-top: 2.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .discography-card__image {
    margin-top: 2.75rem;
  }
}

.discography-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.discography-card__text {
  margin-top: 1.75rem;
  font-size: clamp(1rem, 0.5336rem + 0.9717vw, 1.6875rem);
  font-weight: 400;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .discography-card__text {
    margin-top: 1.75rem;
    font-size: 0.875rem;
  }
}

.movie {
  padding: 6.25rem 0 12.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .movie {
    padding: 8.875rem 0 3.125rem;
  }
}

.movie__inner {
  width: min(66.25rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .movie__inner {
    width: 100%;
    padding-inline: 1.75rem;
  }
}

.movie__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.75rem;
}
@media screen and (max-width: 767px) {
  .movie__cards {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }
}

.movie-card {
  text-align: center;
}

.movie-card__image {
  aspect-ratio: 544/340;
  overflow: hidden;
}

.movie-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.movie-card__title {
  margin-top: 1.75rem;
  font-size: clamp(1.125rem, 0.8282rem + 0.6184vw, 1.5625rem);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .movie-card__title {
    margin-top: 1.375rem;
  }
}

.movie-card__button {
  position: relative;
  display: grid;
  place-items: center;
  width: 16.375rem;
  min-height: 3.625rem;
  margin: 1.75rem auto 0;
  border: 1px solid #333;
  color: #000;
  font-size: clamp(1.25rem, 0.826rem + 0.8834vw, 1.875rem);
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1;
}
.movie-card__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}

.movie-card__button:hover {
  color: #fff;
}

.movie-card__button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media (hover: hover) {
  .movie-card__button:hover {
    color: #fff;
  }
  .movie-card__button:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.movie-card__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

dialog.js-show::-ms-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
}

dialog.js-show::backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
}

.modal__content {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: min(53.75rem, 95%);
  max-height: 80vh;
}
@media screen and (max-width: 767px) {
  .modal__content {
    width: 92%;
  }
}

.modal__content.js-show {
  opacity: 1;
}

.modal__inner {
  overflow-y: auto;
  height: inherit;
  max-height: inherit;
  position: relative;
}

.modal__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3.125rem 2.5rem 3.9375rem;
}
@media screen and (max-width: 767px) {
  .modal__body {
    padding: 3.5rem 1.25rem 1.875rem;
  }
}

.modal__body--movie {
  display: block;
}

.modal__movie-title {
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modal__movie-title {
    margin-bottom: 1.125rem;
    font-size: 1.0625rem;
  }
}

.modal__movie {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
}

.modal__movie video {
  display: block;
  width: 100%;
  height: 100%;
}

.modal__close-btn {
  position: absolute;
  z-index: 3;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .modal__close-btn {
    top: 0.875rem;
    right: 0.875rem;
    width: 1.625rem;
    height: 1.625rem;
  }
}

.modal__close-btn svg {
  width: 100%;
  height: 100%;
}

.news-archive {
  padding: 8.75rem 0 12rem;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .news-archive {
    padding: 0rem 0 3.125rem;
  }
}

.news-archive__inner {
  width: min(53.75rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .news-archive__inner {
    width: 100%;
    padding-inline: 1.5rem;
  }
}

.news-archive__list {
  display: grid;
}

.news-card {
  border-bottom: 1px solid #333;
}

.news-card:first-child {
  border-top: none;
}

.news-card__link {
  display: block;
  padding: 3.375rem 0;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news-card__link {
    padding: 3.375rem 0 3.375rem;
  }
}

.news-card__body {
  min-width: 0;
}

.news-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .news-card__head {
    column-gap: 1.25rem;
  }
}

.news-card__category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(1rem, 0.6184rem + 0.7951vw, 1.5625rem);
  font-weight: 600;
  line-height: 1.5;
}
.news-card__category--news {
  color: #00a0e9;
}

.news-card__category--event {
  color: #e60012;
}

.news-card__title {
  position: relative;
  margin: 0;
  padding-left: 1.5rem;
  font-size: clamp(1rem, 0.6184rem + 0.7951vw, 1.5625rem);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .news-card__title {
    min-width: 0;
    padding-left: 1.25rem;
    overflow-wrap: anywhere;
  }
}

.news-card__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 2.25rem;
  background-color: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .news-card__title::before {
    height: 2rem;
  }
}

.news-card__content {
  display: grid;
  grid-template-columns: 1fr 9.875rem;
  -webkit-column-gap: 3.25rem;
     -moz-column-gap: 3.25rem;
          column-gap: 3.25rem;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .news-card__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 1.5rem;
    margin-top: 2rem;
    min-width: 0;
  }
}

.news-card__text {
  margin: 0;
  font-size: clamp(0.875rem, 0.6206rem + 0.53vw, 1.25rem);
  line-height: 1.65;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .news-card__text {
    order: 2;
    width: 100%;
    min-width: 0;
    margin: 0;
    white-space: pre-line;
    overflow-wrap: anywhere;
  }
}

.news-card__image {
  width: 9.875rem;
  /* background-color: #ddd; */
}
@media screen and (max-width: 767px) {
  .news-card__image {
    order: 1;
    width: min(100%, 18rem);
    margin-inline: auto;
    flex: none;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
}
.news-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .news-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

}
.news-card__content:not(:has(.news-card__image)) {
  grid-template-columns: 1fr;
}

.news-archive__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-top: 3.125rem;
}

.news-archive__pagination .page-numbers {
  color: #000;
  text-decoration: none;
}

.news-archive__pagination .current {
  font-weight: 700;
}

.single-news {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .single-news {
    padding: 0rem 0 3.75rem;
  }
}

.single-news__inner {
  width: min(53.75rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .single-news__inner {
    width: 100%;
    padding-inline: 1.25rem;
  }
}

.single-news__article {
  border-bottom: 1px solid #333;
  padding-bottom: 4.375rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .single-news__article {
    padding-bottom: 2.875rem;
  }
}

.single-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single-news__head {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}

.single-news__category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 600;
  padding-right: 1.5rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-news__category {
    font-size: 0.875rem;
  }
}

.single-news__category::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 2.25rem;
  background-color: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single-news__category::before {
    height: 1.625rem;
  }
}

.single-news__category--news {
  color: #00a0e9;
}

.single-news__category--event {
  color: #e60012;
}

.single-news__title {
  position: relative;
  margin-top: 1.25rem;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single-news__title {
    font-size: 1.125rem;
  }
}

.single-news__date {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single-news__date {
    font-size: 0.8125rem;
  }
}

.single-news__thumbnail {
  width: 22.5rem;
  margin: 2.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .single-news__thumbnail {
    width: min(16.25rem, 100%);
    margin-top: 2rem;
  }
}

.single-news__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.single-news__content {
  margin-top: 2.875rem;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .single-news__content {
    margin-top: 2.125rem;
    font-size: 0.875rem;
  }
}

.single-news__content p + p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single-news__content p + p {
    margin-top: 1.125rem;
  }
}

.single-news__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
}

.single-news__content a {
  color: inherit;
  text-decoration: underline;
}

.single-news__nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .single-news__nav {
    gap: 0.75rem;
    margin-top: 2.125rem;
  }
}

.single-news__prev {
  justify-self: start;
}

.single-news__next {
  justify-self: end;
}

.single-news__nav a,
.single-news__back {
  display: inline-grid;
  place-items: center;
  min-width: 7.5rem;
  min-height: 2.75rem;
  border: 1px solid #333;
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .single-news__nav a,
  .single-news__back {
    min-width: 5.125rem;
    min-height: 2.375rem;
    font-size: 0.75rem;
  }
}

.single-news__nav a:hover,
.single-news__back:hover {
  background-color: #000;
  color: #fff;
}