@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Cormorant", "Noto Sans JP", serif;
  font-style: normal;
  word-break: break-all;
  line-height: 1.5;
}

html {
  min-height: 100%;
  position: relative;
  text-align: center;
}

body {
  background-size: 100%;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  overflow-x: hidden;
  min-height: 100vh;
}
@media screen and (max-width: 780px) {
  body {
    tap-highlight-color: transparent;
  }
}
body.bg__white {
  background-color: #ffffff !important;
}
body.bg__white a:hover {
  opacity: 1 !important;
}
body.bg__white .loading__wrapper {
  background-color: #ffffff !important;
}
body.bg__white .loading__wrapper .loading__img {
  mix-blend-mode: difference;
}
body.bg__white #header {
  background-color: #ffffff !important;
}
body.bg__white .hamburger__menu .link__list {
  mix-blend-mode: difference;
}
body.bg__white .hamburger__menu .gnav__list {
  background-color: #ffffff !important;
}
body.bg__white .nav__menu__btn {
  mix-blend-mode: difference;
}
body.bg__white .top__info .box__info__wrapper {
  mix-blend-mode: normal;
}
body.bg__white .top__info .box__info__wrapper::before {
  background: #ffffff !important;
}

main {
  min-height: calc(100vh + 100px);
  padding-top: 96px;
  padding-bottom: 45px;
}
@media screen and (max-width: 780px) {
  main {
    padding-top: 64px;
    min-height: calc(100vh - 70px);
  }
}

.pagination {
  margin: 32px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination ul li {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li a {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: difference;
}
.pagination ul li.current a {
  color: #98d2c3;
  mix-blend-mode: normal;
}

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

section {
  margin: 0 auto;
  width: 100%;
}
section .section__heading {
  margin-bottom: 50px;
  text-align: left;
}
section .section__heading img {
  max-width: 258px;
  max-height: 30px;
  width: 100%;
  height: auto;
}
section .page__heading {
  margin-bottom: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section .page__heading .heading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 75px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
section .page__heading .subheading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  margin: 24px auto;
}
section .page__heading .subheading::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #000000;
  margin-top: 14px;
}

@media screen and (max-width: 780px) {
  section {
    margin: 0 auto;
    width: 100%;
  }
  section .section__heading {
    text-align: center;
    margin: 0 auto 30px;
  }
  section .page__heading {
    margin-bottom: 94px;
  }
  section .page__heading .heading {
    font-size: min(42px, 14vw);
    line-height: 1.2;
  }
  section .page__heading .subheading {
    font-size: min(18px, 14vw);
    margin-top: 20px;
  }
  section .page__heading .subheading::after {
    height: 4px;
    margin-top: 12px;
  }
}
a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in;
  word-break: break-all;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
input,
select,
label {
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0;
  outline: none;
  padding: 0;
}

ul,
ol {
  list-style: none outside;
}

p,
li,
dt,
dd {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 780px) {
  p,
  li,
  dt,
  dd {
    font-size: 14px;
  }
}

img {
  border-style: none;
  height: auto;
  vertical-align: bottom;
  width: 100%;
  object-fit: contain;
}

.pc__only {
  display: block;
}

.sp__only {
  display: none !important;
}

@media screen and (max-width: 780px) {
  .pc__only {
    display: none !important;
  }
  .sp__only {
    display: block !important;
  }
}
.icon__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 86px;
  max-width: 90px;
  height: 28px;
  border: 1px solid #ffffff;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-right: 16px;
  word-break: keep-all;
  mix-blend-mode: difference;
}

.date {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  word-break: keep-all;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  mix-blend-mode: difference;
}

.icon__new {
  margin-left: 32px;
  font-family: "Noto Sans JP";
  text-transform: uppercase;
  word-break: keep-all;
  color: #98d2c3;
}

.icon__pickup {
  margin-left: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon__pickup img {
  width: 24px;
  height: 24px;
}

.select__category {
  margin-bottom: 36px;
}
.select__category > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.select__category > ul li {
  width: 86px;
  border-bottom: 1px solid #98d2c3;
}
.select__category > ul li a {
  color: #98d2c3;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.select__category > ul li.current {
  border-bottom: 1px solid #ffffff;
  mix-blend-mode: difference;
}
.select__category > ul li.current a {
  color: #ffffff;
  mix-blend-mode: difference;
}
.select__category > ul li.release {
  width: 86px;
}

@media only screen and (max-width: 780px) {
  .icon__new {
    margin-left: 14px;
  }
  .icon__pickup {
    margin-left: 14px;
  }
  .select__category {
    margin: 32px auto;
  }
  .select__category > ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .select__category > ul li {
    width: 64px;
  }
  .select__category > ul li a {
    font-size: min(16px, 4vw);
    word-break: keep-all;
  }
  .select__category > ul li.current a {
    color: #ffffff;
  }
  .select__category > ul li.release {
    width: 86px;
  }
}
#header {
  width: 100%;
  height: 96px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20000;
  background: #000000;
  border-bottom: 1px solid #98d2c3;
  z-index: 1000;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
#header h1 {
  font-style: normal;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}
#header h1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: difference;
}
#header h1 a svg {
  fill: #ffffff;
  width: 130px;
  height: 48px;
}
#header nav.pc__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header nav.pc__nav .nav__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: min(24px, 1.4vw);
}
#header nav.pc__nav .nav__menu li {
  margin-right: min(24px, 1.4vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
#header nav.pc__nav .nav__menu li a {
  display: inline-block;
  color: #ffffff;
  mix-blend-mode: difference;
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 700;
  font-size: 1.2vw;
  line-height: 1;
  text-transform: uppercase;
}
#header nav.pc__nav .nav__menu li:last-child {
  margin-right: 0;
}
#header nav.pc__nav .sns__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header nav.pc__nav .sns__link li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: min(16px, 1.2vw);
}
#header nav.pc__nav .sns__link li a {
  color: #ffffff;
}
#header nav.pc__nav .sns__link li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  fill: #ffffff;
}
#header nav.pc__nav .sns__link li a span svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
#header nav.pc__nav .sns__link li a span.icon__rednote svg {
  width: 30px;
  height: 30px;
}
#header nav.pc__nav .sns__link li.list__x a img {
  mix-blend-mode: difference;
}
#header .header__wrapper {
  padding: 0 24px 0 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hamburger__menu {
  position: fixed;
  display: block;
  z-index: 9999;
  right: 0;
  top: 0;
  width: 40%;
  height: 100vh;
  transition: all 0.6s;
  right: 0;
}
.hamburger__menu.is__close {
  right: -120%; /* 画面の右側に隠すためのコード */
}
.hamburger__menu:not(.is__close) .bg__area {
  position: fixed;
  z-index: 900;
  display: block;
  z-index: 999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.6s;
  right: 0;
}
.hamburger__menu .gnav__list {
  position: fixed;
  z-index: 9999;
  width: 40%;
  height: 100vh;
  overflow: auto;
  background-color: #000000;
}
.hamburger__menu .gnav__list .nav__top__wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 64px;
  padding: 12px 10px;
}
.hamburger__menu .gnav__list .nav__top__wrapper h2 {
  margin: 0 auto 0 0;
  font-size: min(7vw, 26px);
  display: block;
  max-width: 210px;
  max-height: 96px;
}
.hamburger__menu .gnav__list .nav__top__wrapper h2 img {
  max-width: 210px;
  max-height: 96px;
}
.hamburger__menu .nav__top__logo {
  width: calc(100% - 36px);
  margin: 12px auto 10px;
}
.hamburger__menu .nav__top__logo a {
  color: #000000;
}
.hamburger__menu .nav__top__logo span,
.hamburger__menu .nav__top__logo img,
.hamburger__menu .nav__top__logo svg {
  max-width: 120px;
  width: 100%;
}
.hamburger__menu .link__list {
  text-align: left;
  width: 100%;
  z-index: 999;
  padding: min(20px, 10vw) min(20px, 10vw);
}
.hamburger__menu .link__list li {
  margin-bottom: min(30px, 7vw);
}
.hamburger__menu .link__list li a {
  color: #ffffff;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  position: relative;
}
.hamburger__menu .link__list:last-child {
  padding: 20px 10px;
}
.hamburger__menu .link__list:last-child li {
  margin-bottom: 24px;
}
.hamburger__menu .link__list:last-child li:last-child {
  margin-bottom: 0;
}
.hamburger__menu .link__list:last-child li a {
  font-size: 22px;
}
.hamburger__menu .social__list {
  border-top: 1px solid #98d2c3;
  width: 90%;
  z-index: 999;
  margin: 0 auto;
  padding: min(20px, 10vw) min(20px, 10vw);
}
.hamburger__menu .social__list .social__link__wrapper .sns__link {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.hamburger__menu .social__list .social__link__wrapper .sns__link li a img {
  width: 22px;
  height: 22px;
}
.hamburger__menu .social__list .social__link__wrapper .sns__link li.list__x a img {
  mix-blend-mode: difference;
}

.nav__menu__btn {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  top: 0;
  right: 0;
  width: 92px;
  height: 92px;
  opacity: 0.9;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.nav__menu__btn img,
.nav__menu__btn svg {
  width: 40px;
  height: 38px;
}
.nav__menu__btn:hover {
  background-color: transparent;
}
.nav__menu__btn.active {
  display: none;
}

@media only screen and (max-width: 780px) {
  #header {
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
    mix-blend-mode: normal;
    max-height: 64px;
    border-bottom: none;
  }
  #header h1 {
    margin: 0 auto 0;
    font-size: min(7vw, 26px);
  }
  #header h1 a img,
  #header h1 a svg {
    max-width: 87px;
    max-height: 32px;
  }
  #header .header__wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 0;
  }
  #header nav.pc__nav {
    display: none;
  }
  .hamburger__menu {
    width: 100%;
  }
  .hamburger__menu .gnav__list {
    width: 100%;
  }
  .hamburger__menu .gnav__list .nav__top__wrapper {
    max-height: 64px;
    height: 64px;
  }
  .hamburger__menu .gnav__list .nav__top__wrapper h2 {
    max-width: 145px;
    max-height: 64px;
  }
  .hamburger__menu .gnav__list .nav__top__wrapper h2 img {
    max-width: 145px;
    max-height: 64px;
  }
  .nav__menu__btn {
    display: flex;
    width: 20px;
    height: 20px;
    opacity: 0.9;
    border-radius: 0;
    border: none;
    cursor: pointer;
  }
  .nav__menu__btn img,
  .nav__menu__btn svg {
    width: 20px;
    height: 20px;
  }
}
footer {
  width: 100%;
  height: 45px;
  background-color: #98d2c3;
  position: absolute;
  bottom: 0;
}
footer .footer__wrapper {
  display: grid;
  grid-template-columns: 30% 70%;
}
footer .footer__left {
  padding: 30px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer__left .footer__left__wrapper {
  max-width: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
footer .footer__left .footer__logo {
  max-width: 140px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
}
footer .footer__left .footer__logo img {
  width: 100%;
  height: auto;
}
footer .footer__link__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
}
footer .footer__link__wrapper .footer__link__list .link__list {
  display: flex;
  place-items: flex-start;
  text-align: left;
}
footer .footer__link__wrapper .footer__link__list .link__list > li {
  margin-right: 24px;
}
footer .footer__link__wrapper .footer__link__list .link__list > li a {
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}
footer .footer__bottom {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
footer .footer__bottom .copyright span,
footer .footer__bottom .copyright a {
  font-family: "Noto Sans JP";
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}

@media only screen and (max-width: 780px) {
  footer .footer__wrapper {
    grid-template-columns: 50% 50%;
  }
  footer .footer__left {
    padding: 30px min(24px, 4.2vw);
  }
  footer .footer__left .footer__logo {
    max-width: 137px;
    max-height: 63px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px 0;
  }
  footer .footer__left .footer__logo img {
    width: 100%;
    min-width: auto;
    max-width: 137px;
    height: auto;
    max-height: 63px;
  }
  footer .footer__link__wrapper {
    padding: 30px min(24px, 4.2vw);
  }
  footer .footer__link__wrapper .footer__link__list {
    display: grid;
    grid-template-columns: auto;
    place-items: flex-start;
    text-align: left;
    row-gap: 16px;
  }
  footer .footer__link__wrapper .footer__link__list a {
    text-align: left;
    color: #ffffff;
  }
  footer .footer__bottom .copyright span,
  footer .footer__bottom .copyright a {
    font-size: 11px;
  }
}
.loading__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background-color: #000000;
}
.loading__wrapper.is__loaded {
  position: fixed;
  display: flex;
  top: -120%;
  transition: all 0.6s;
}

.discography__page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 2.4vw 96px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.discography__page .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-family: "Cormorant";
  font-weight: 500;
  font-size: 54px;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  color: #ffffff;
  height: 9em;
  z-index: 2;
  margin-right: 94px;
  mix-blend-mode: difference;
}
.discography__page .heading .sp__heading {
  display: none;
}
.discography__page .discography__wrapper {
  max-width: 950px;
  width: 100%;
}
.discography__page .discography__wrapper .discography__list {
  display: grid;
  justify-content: space-evenly;
  align-items: center;
  grid-template-columns: repeat(auto-fit, 256px);
  gap: 80px;
}

@media only screen and (max-width: 780px) {
  .discography__page {
    padding: 96px 2.4vw 45px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .discography__page .heading {
    position: relative;
    writing-mode: unset;
    left: unset;
    top: unset;
    margin: 0 auto 30px;
    font-size: 20px;
    height: auto;
  }
  .discography__page .heading .pc__heading {
    display: none;
  }
  .discography__page .heading .sp__heading {
    display: block;
  }
  .discography__page .select__category > ul li {
    width: 25%;
  }
  .discography__page .discography__wrapper {
    max-width: 950px;
  }
  .discography__page .discography__wrapper .discography__list {
    display: grid;
    justify-content: space-evenly;
    align-items: center;
    grid-template-columns: 45% 45%;
    gap: 24px;
  }
  .discography__page .discography__wrapper .discography__list li a img {
    max-width: 160px;
  }
}
.discography__detail__page {
  width: 100%;
  margin: 0 auto;
  padding: 96px 2.4vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.discography__detail__page .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-family: "Cormorant";
  font-weight: 500;
  font-size: 54px;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  color: #ffffff;
  height: 9em;
  z-index: 2;
  margin-right: 94px;
  mix-blend-mode: difference;
}
.discography__detail__page .heading .sp__heading {
  display: none;
}
.discography__detail__page .discography__detail__wrapper {
  max-width: 950px;
  width: 100%;
}
.discography__detail__page .discography__contents {
  max-width: 950px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: flex-start;
  justify-content: center;
}
.discography__detail__page .discography__contents a.download__link {
  width: 276px;
  height: 40px;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}
.discography__detail__page .discography__contents a.download__link .icon__link {
  width: 24px;
  height: 24px;
}
.discography__detail__page .discography__contents .discography__item {
  border-right: 1px solid #98d2c3;
  max-width: 384px;
  height: 100%;
}
.discography__detail__page .discography__contents .discography__item .download__link__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto;
}
.discography__detail__page .discography__contents .img__wrapper {
  max-width: 384px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discography__detail__page .discography__contents .img__wrapper img {
  width: 100%;
  height: auto;
}
.discography__detail__page .discography__contents .discography__info {
  width: 100%;
  text-align: left;
  color: #000000;
  min-height: 480px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP";
}
.discography__detail__page .discography__contents .discography__info .title {
  color: #000000;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 32px;
}
.discography__detail__page .discography__contents .discography__info .category,
.discography__detail__page .discography__contents .discography__info .date {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  mix-blend-mode: normal;
  color: #98d2c3;
}
.discography__detail__page .discography__contents .discography__info .category {
  margin-right: 1em;
}
.discography__detail__page .discography__contents .discography__info div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.discography__detail__page .discography__contents .discography__info div:first-child {
  margin-bottom: 16px;
}
.discography__detail__page .discography__contents .discography__info div.info {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 32px;
  flex-direction: column;
  align-items: flex-start;
}
.discography__detail__page .discography__contents .discography__info div.info a {
  font-family: "Noto Sans JP";
  color: #98d2c3;
}
.discography__detail__page .discography__contents .discography__info div.info * {
  text-align: left;
}
.discography__detail__page .discography__contents .discography__info div.info h1 {
  font-size: 42px;
}
.discography__detail__page .discography__contents .discography__info div.info h2 {
  font-size: 36px;
}
.discography__detail__page .discography__contents .discography__info div.info h3 {
  font-size: 24px;
}
.discography__detail__page .discography__contents .discography__info div.info h4 {
  font-size: 16px;
}
.discography__detail__page .discography__contents .discography__info div.info h5 {
  font-size: 12px;
}
.discography__detail__page .discography__contents .discography__info div.info p {
  font-size: 16px;
  margin-bottom: 14px;
}
.discography__detail__page .discography__contents .discography__info div.info em {
  font-style: italic !important;
}
.discography__detail__page .discography__contents .discography__info div.info ul {
  list-style: disc;
  padding-left: 1em;
}
.discography__detail__page .discography__contents .discography__info div.info ol {
  padding-left: 1em;
  list-style: decimal;
}
.discography__detail__page .discography__contents .discography__info div.info table {
  border-collapse: collapse;
  border-style: solid;
}
.discography__detail__page .discography__contents .discography__info div.info table,
.discography__detail__page .discography__contents .discography__info div.info th,
.discography__detail__page .discography__contents .discography__info div.info td {
  border-width: 2px;
  border-style: solid;
  border-color: rgb(43, 43, 43);
}
.discography__detail__page .discography__contents .discography__info div.info th,
.discography__detail__page .discography__contents .discography__info div.info td {
  padding: 8px 16px;
}
.discography__detail__page .discography__contents .discography__info div.info div,
.discography__detail__page .discography__contents .discography__info div.info iframe {
  width: 100%;
  max-width: 870px;
  margin: 20px 0 60px;
}
.discography__detail__page .discography__contents .discography__info div.info iframe {
  aspect-ratio: 16/9;
}
.discography__detail__page .discography__contents .discography__info div.info hr {
  color: #707070;
  margin: 20px 0;
}
.discography__detail__page .discography__contents .discography__info div.info figure {
  text-align: center;
  margin-bottom: 14px;
}
.discography__detail__page .discography__contents .discography__info div.info img {
  margin: 0 auto;
  text-align: center;
  width: unset;
  max-width: 950px;
  height: auto;
}

@media only screen and (max-width: 780px) {
  .discography__detail__page {
    padding: 96px 2.4vw 45px;
    flex-direction: column;
  }
  .discography__detail__page .heading {
    position: relative;
    writing-mode: unset;
    left: unset;
    top: unset;
    margin: 0 auto 30px;
    font-size: 20px;
    height: auto;
  }
  .discography__detail__page .heading .pc__heading {
    display: none;
  }
  .discography__detail__page .heading .sp__heading {
    display: block;
  }
  .discography__detail__page .discography__contents {
    margin: 0 auto;
    max-width: 345px;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 100%;
    align-items: flex-start;
    justify-content: center;
  }
  .discography__detail__page .discography__contents .discography__item {
    border-right: none;
  }
  .discography__detail__page .discography__contents .img__wrapper {
    max-width: 345px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .discography__detail__page .discography__contents .img__wrapper img {
    width: 100%;
    height: auto;
  }
  .discography__detail__page .discography__contents .discography__info {
    width: 100%;
    min-height: unset;
    text-align: left;
    color: #000000;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans JP";
    border-top: 1px solid #98d2c3;
    border-left: none;
  }
  .discography__detail__page .discography__contents .discography__info .title {
    color: #000000;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 32px;
  }
  .discography__detail__page .discography__contents .discography__info .category,
  .discography__detail__page .discography__contents .discography__info .date {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    mix-blend-mode: normal;
    color: #98d2c3;
  }
  .discography__detail__page .discography__contents .discography__info .category {
    margin-right: 1em;
  }
  .discography__detail__page .discography__contents .discography__info div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .discography__detail__page .discography__contents .discography__info div:first-child {
    margin-bottom: 16px;
  }
  .discography__detail__page .discography__contents .discography__info div a.download__link {
    width: 276px;
    height: 40px;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
  }
  .discography__detail__page .discography__contents .discography__info div a.download__link .icon__link {
    width: 24px;
    height: 24px;
  }
  .discography__detail__page .discography__contents .discography__info div.info {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 32px;
  }
  .discography__detail__page .bottom__wrapper {
    max-width: 345px;
    margin: 0 auto;
  }
}
#top .top__main {
  position: relative;
  overflow: hidden;
}
#top .top__main.bg__purple {
  background-color: #98d2c3;
}
#top .top__main.bg__white {
  background-color: #ffffff;
}
#top .top__main .front__img {
  position: relative;
  z-index: 2;
}
#top .top__main .front__img img {
  max-width: 80%;
  max-height: 648px;
  margin: 0 auto;
}
#top .top__main .background__img {
  position: absolute;
  z-index: 1;
  margin: 0;
  filter: blur(10px);
  width: calc(100% + 20px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 780px) {
  #top .top__main .front__img {
    position: relative;
    z-index: 2;
  }
  #top .top__main .front__img img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
  #top .top__main .background__img {
    position: relative;
    display: none;
  }
}
#top .top__slider {
  margin: 80px auto 112px;
  max-width: 1420px;
}
#top .top__slider .swiper {
  overflow: clip visible;
}
#top .top__slider .swiper-button-prev:after,
#top .top__slider .swiper-button-next:after {
  content: "";
}
#top .top__slider .swiper-horizontal > .swiper-pagination-bullets,
#top .top__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}
#top .top__slider .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 0;
  background: #d9d9d9;
}
#top .top__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #98d2c3;
}

@media screen and (max-width: 780px) {
  #top .top__slider {
    margin: 36px auto 98px;
  }
}
.btn__view__all {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 32px;
}
.btn__view__all span {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom__wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  mix-blend-mode: difference;
}

.top__info {
  position: relative;
  max-width: 1270px;
  width: 100%;
  margin: 0 auto 112px;
  padding: 0 12px;
}
.top__info .heading {
  display: inline-block;
  position: absolute;
  left: -0.3em;
  top: 10%;
  font-family: "Cormorant";
  font-weight: 500;
  font-size: 54px;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  color: #ffffff;
  height: 9em;
  z-index: 2;
  mix-blend-mode: difference;
}
.top__info .heading .sp__heading {
  display: none;
}
@media only screen and (max-width: 780px) {
  .top__info .heading .pc__heading {
    display: none;
  }
  .top__info .heading .sp__heading {
    display: block;
  }
  .top__info .heading .sp__heading svg {
    width: 100%;
  }
}
.top__info .box__info__wrapper {
  border: 1px solid #98d2c3;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 45px 90px;
  position: relative;
  mix-blend-mode: difference;
}
.top__info .box__info__wrapper::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  left: -1px;
  background: #000000;
}

.info__list li {
  padding: 32px 0;
  border-bottom: 1px solid #666666;
}
.info__list li > a {
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.info__list li > a div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info__list li > a div:first-child {
  margin-right: 32px;
}
.info__list li > a div:last-child {
  text-align: left;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  mix-blend-mode: difference;
}

@media only screen and (max-width: 780px) {
  .btn__view__all span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bottom__wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .top__info {
    padding: 2.4vw;
    max-width: 780px;
  }
  .top__info .heading {
    top: -0.3em;
    left: 0;
    right: 0;
    font-size: min(36px, 7vw);
    writing-mode: unset;
    word-break: keep-all;
    height: auto;
    width: 60vw;
    text-align: center;
    margin: 0 auto;
  }
  .top__info .box__info__wrapper {
    padding: 15px 10px 24px;
  }
  .top__info .box__info__wrapper::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    top: -1px;
    left: 10%;
  }
  .info__list {
    padding: 12px 0;
  }
  .info__list li {
    padding: 24px 0;
  }
  .info__list li > a {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .info__list li > a div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .info__list li > a div:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .info__list li > a div:first-child .icon__txt {
    font-size: 14px;
    margin-right: 16px;
  }
  .info__list li > a div:first-child .date {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    word-break: keep-all;
  }
  .info__list li > a div:last-child {
    text-align: left;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    display: flex;
    align-items: flex-end;
  }
}
#top .top__movie {
  max-width: 1270px;
  width: 100%;
  padding-bottom: 100px;
}
#top .top__movie .heading {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 56px;
}
#top .top__movie .heading svg {
  width: 100%;
  height: auto;
  max-width: 153px;
  max-height: 41px;
}
#top .top__movie iframe {
  aspect-ratio: 16/9;
}
#top .top__movie .movieWrapper {
  width: 95%;
  margin: 0 auto;
  position: relative;
  overflow: clip visible;
}
#top .top__movie .swiper {
  width: 100%;
  padding: 140px 0;
  overflow: visible;
}
#top .top__movie .swiper-button-next,
#top .top__movie .swiper-rtl .swiper-button-prev,
#top .top__movie .swiper-button-prev,
#top .top__movie .swiper-rtl .swiper-button-next {
  background-color: #ccc;
  border-radius: 50%;
  padding: 25px;
}
#top .top__movie .swiper-button-next,
#top .top__movie .swiper-rtl .swiper-button-prev {
  position: relative;
  right: unset;
  top: unset;
  bottom: unset;
  height: auto;
}
#top .top__movie .swiper-button-prev,
#top .top__movie .swiper-rtl .swiper-button-next {
  position: relative;
  left: unset;
  top: unset;
  height: auto;
  bottom: unset;
}
#top .top__movie .swiper-button-next:focus,
#top .top__movie .swiper-rtl .swiper-button-prev:focus,
#top .top__movie .swiper-button-prev:focus,
#top .top__movie .swiper-rtl .swiper-button-next:focus {
  outline: none;
}
#top .top__movie .swiper-button-prev:after,
#top .top__movie .swiper-rtl .swiper-button-next:after,
#top .top__movie .swiper-button-next:after,
#top .top__movie .swiper-rtl .swiper-button-prev:after {
  color: #fff;
  font-size: 18px;
}
#top .top__movie .swiper-button-next,
#top .top__movie .swiper-button-prev {
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: none;
}
#top .top__movie .swiper-button-prev:after,
#top .top__movie .swiper-rtl .swiper-button-next:after,
#top .top__movie .swiper-button-next:after,
#top .top__movie .swiper-rtl .swiper-button-prev:after {
  color: #98d2c3;
  font-size: 14px;
}
#top .top__movie .swiper-backface-hidden .swiper-slide {
  transition: 0.3s;
}
#top .top__movie .movie__btn__wrapper {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
#top .top__movie .movie__btn__wrapper .movie__title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #98d2c3;
}
#top .top__movie .swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1.6);
  z-index: 1000;
}
#top .top__movie .swiper-backface-hidden .swiper-slide.swiper-slide-active .swiper-button-next,
#top .top__movie .swiper-backface-hidden .swiper-slide.swiper-slide-active .swiper-button-prev {
  display: block;
}
#top .top__movie .swiper-backface-hidden .swiper-slide.swiper-slide-active .movie__btn__wrapper .movie__title {
  font-size: min(14px, 1vw);
}
#top .top__movie .swiper-backface-hidden .swiper-slide.swiper-slide-prev,
#top .top__movie .swiper-backface-hidden .swiper-slide.swiper-slide-next {
  opacity: 0.3;
}
@media only screen and (max-width: 780px) {
  #top .top__movie {
    padding-bottom: 80px;
    width: 100%;
  }
  #top .top__movie .heading {
    margin-bottom: 12px;
  }
  #top .top__movie .heading svg {
    width: min(153px, 24vw);
  }
  #top .top__movie .swiper {
    padding: 30px 0;
  }
  #top .top__movie .movieWrapper {
    width: 90%;
  }
  #top .top__movie .movieWrapper .movie__title {
    font-size: 10px;
  }
  #top .top__movie .swiper-backface-hidden .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  #top .top__movie .swiper-backface-hidden .swiper-slide.swiper-slide-active .movie__btn__wrapper {
    max-width: 100%;
  }
  #top .top__movie .swiper-backface-hidden .swiper-slide.swiper-slide-active .movie__btn__wrapper .movie__title {
    font-size: 14px;
  }
}

.information__detail__page {
  padding: 96px 2.4vw;
}
.information__detail__page .information__detail__wrapper {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  color: #ffffff;
}
.information__detail__page .information__detail__wrapper .heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.information__detail__page .information__detail__wrapper .information__title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 50px;
}
.information__detail__page .information__detail__wrapper .detail__wrapper {
  padding-bottom: 40px;
  border-bottom: 0.5px solid #bababa;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .thumbnail {
  margin-bottom: 45px;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .thumbnail img {
  max-width: 950px;
  width: auto;
  height: auto;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.6px;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text a {
  font-family: "Noto Sans JP";
  color: #98d2c3;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text * {
  text-align: left;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text h1 {
  font-size: 42px;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text h2 {
  font-size: 36px;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text h3 {
  font-size: 24px;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text h4 {
  font-size: 16px;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text h5 {
  font-size: 12px;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text p {
  font-size: 16px;
  margin-bottom: 14px;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text em {
  font-style: italic !important;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text ul {
  list-style: disc;
  padding-left: 1em;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text ol {
  padding-left: 1em;
  list-style: decimal;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text table {
  border-collapse: collapse;
  border-style: solid;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text table,
.information__detail__page .information__detail__wrapper .detail__wrapper .text th,
.information__detail__page .information__detail__wrapper .detail__wrapper .text td {
  border-width: 2px;
  border-style: solid;
  border-color: rgb(43, 43, 43);
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text th,
.information__detail__page .information__detail__wrapper .detail__wrapper .text td {
  padding: 8px 16px;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text div,
.information__detail__page .information__detail__wrapper .detail__wrapper .text iframe {
  width: 100%;
  max-width: 870px;
  margin: 20px 0 60px;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text iframe {
  aspect-ratio: 16/9;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text hr {
  color: #707070;
  margin: 20px 0;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text figure {
  text-align: center;
  margin-bottom: 14px;
}
.information__detail__page .information__detail__wrapper .detail__wrapper .text img {
  margin: 0 auto;
  text-align: center;
  width: unset;
  max-width: 950px;
  height: auto;
}

@media only screen and (max-width: 780px) {
  .information__detail__page {
    padding: 96px 2.4vw;
  }
  .information__detail__page .information__detail__wrapper {
    max-width: 950px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    color: #ffffff;
  }
  .information__detail__page .information__detail__wrapper .heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
  .information__detail__page .information__detail__wrapper .information__title {
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 40px;
  }
  .information__detail__page .information__detail__wrapper .detail__wrapper .thumbnail {
    margin-bottom: 40px;
  }
  .information__detail__page .information__detail__wrapper .detail__wrapper .thumbnail img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}
.info__page {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 96px 2.4vw 96px 0;
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.info__page .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-family: "Cormorant";
  font-weight: 500;
  font-size: 54px;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  color: #ffffff;
  height: 9em;
  z-index: 2;
  margin-right: min(94px, 9vw);
  mix-blend-mode: difference;
}
.info__page .heading .sp__heading {
  display: none;
}
.info__page .box__info__wrapper {
  max-width: 950px;
  width: 100%;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 780px) {
  .info__page {
    padding: 96px 2.4vw 45px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .info__page .heading {
    position: relative;
    writing-mode: unset;
    left: unset;
    top: unset;
    margin: 0 auto;
    font-size: 20px;
    height: auto;
  }
  .info__page .heading .pc__heading {
    display: none;
  }
  .info__page .heading .sp__heading {
    display: block;
  }
  .info__page .select__category {
    width: 100%;
  }
  .info__page .select__category > ul {
    width: 100%;
  }
  .info__page .select__category > ul li.release {
    width: 86px !important;
  }
  .info__page .select__category > ul li {
    width: calc((100% - 86px) / 4);
  }
  .info__page .select__category > ul li a {
    word-break: keep-all;
  }
  .info__page .box__info__wrapper {
    max-width: 95%;
    margin: 0 auto 24px;
  }
}
.profile__page {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 96px 2.4vw;
  display: grid;
  grid-template-columns: 15% 85%;
  align-items: flex-start;
  justify-content: space-around;
}
.profile__page .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-family: "Cormorant";
  font-weight: 500;
  font-size: 54px;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  color: #ffffff;
  height: 9em;
  z-index: 2;
  margin-right: min(94px, 9vw);
  mix-blend-mode: difference;
}
.profile__page .heading .sp__heading {
  display: none;
}
.profile__page .profile__wrapper {
  max-width: 950px;
  width: 100%;
}
.profile__page .profile__wrapper .profile__img {
  margin-bottom: 50px;
}
.profile__page .profile__wrapper .profile__img img {
  max-width: 950px;
  width: 100%;
  height: auto;
}
.profile__page .profile__wrapper h3 {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 160%;
  color: #ffffff;
  text-align: left;
  margin-bottom: 48px;
}
.profile__page .profile__wrapper .box {
  margin-bottom: 50px;
  text-align: left;
}
.profile__page .profile__wrapper .box h4 {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #98d2c3;
  font-size: 24px;
  text-align: left;
}
.profile__page .profile__wrapper .box h4 span.en {
  font-family: "Crimson Text";
  font-size: 24px;
}
.profile__page .profile__wrapper .box h4 span.jp {
  font-size: 14px;
}
.profile__page .profile__wrapper .box .text__profile,
.profile__page .profile__wrapper .box .text__origin {
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #ffffff;
}
.profile__page .profile__wrapper .box .text__profile {
  font-family: "Noto Sans JP";
  font-size: 16px;
  mix-blend-mode: difference;
}
.profile__page .profile__wrapper .box .text__origin {
  font-family: "Crimson Text";
  font-size: 16px;
  mix-blend-mode: difference;
}
.profile__page .profile__wrapper .member__wrapper > h4 {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #98d2c3;
  text-align: left;
  margin-bottom: 8px;
}
.profile__page .profile__wrapper .member__wrapper .member__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile__page .profile__wrapper .member__wrapper .member__list .member__list__item {
  max-width: 214px;
  width: 100%;
}
.profile__page .profile__wrapper .member__wrapper .member__list .member__list__item .member__img {
  max-width: 214px;
  width: 100%;
  margin-bottom: 14px;
}
.profile__page .profile__wrapper .member__wrapper .member__list .member__list__item .member__img img {
  width: 100%;
  height: auto;
}
.profile__page .profile__wrapper .member__wrapper .member__list .member__list__item .member__info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile__page .profile__wrapper .member__wrapper .member__list .member__list__item .name {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #ffffff;
  letter-spacing: 0;
  mix-blend-mode: difference;
}
.profile__page .profile__wrapper .member__wrapper .member__list .member__list__item .member__sns {
  display: grid;
  grid-template-columns: 16px 16px;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}
.profile__page .profile__wrapper .member__wrapper .member__list .member__list__item .member__sns li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile__page .profile__wrapper .member__wrapper .member__list .member__list__item .member__sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile__page .profile__wrapper .member__wrapper .member__list .member__list__item .member__sns li.member__x a {
  mix-blend-mode: difference;
}

@media only screen and (max-width: 780px) {
  .profile__page {
    padding: 96px 2.4vw 45px;
    grid-template-columns: 100%;
  }
  .profile__page .heading {
    position: relative;
    writing-mode: unset;
    left: unset;
    top: unset;
    margin: 0 auto 30px;
    font-size: 20px;
    height: auto;
  }
  .profile__page .heading .pc__heading {
    display: none;
  }
  .profile__page .heading .sp__heading {
    display: block;
  }
  .profile__page .profile__wrapper {
    max-width: 950px;
  }
  .profile__page .profile__wrapper h3 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .profile__page .profile__wrapper .member__wrapper > h4 {
    font-family: "Crimson Text";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    color: #98d2c3;
    text-align: left;
    margin-bottom: 8px;
  }
  .profile__page .profile__wrapper .member__wrapper .member__list {
    flex-direction: column;
    justify-content: space-evenly;
  }
  .profile__page .profile__wrapper .member__wrapper .member__list .member__list__item {
    max-width: 230px;
    width: 100%;
    margin-bottom: 32px;
  }
  .profile__page .profile__wrapper .member__wrapper .member__list .member__list__item .member__img {
    max-width: 230px;
    width: 100%;
    margin-bottom: 14px;
  }
  .profile__page .profile__wrapper .member__wrapper .member__list .member__list__item .member__img img {
    width: 100%;
    height: auto;
  }
  .profile__page .profile__wrapper .member__wrapper .member__list .member__list__item .member__info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .profile__page .profile__wrapper .member__wrapper .member__list .member__list__item .name {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #ffffff;
    letter-spacing: 0;
  }
  .profile__page .profile__wrapper .member__wrapper .member__list .member__list__item .member__sns {
    display: grid;
    grid-template-columns: 16px 16px;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
  }
  .profile__page .profile__wrapper .member__wrapper .member__list .member__list__item .member__sns li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
