@charset "UTF-8";
/* scss/foundation/_reset.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
}

html {
  font-size: 62.5%;
  color: #000000;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

h2,
h3 {
  font-family: "Cormorant Garamond","Noto Sans JP", sans-serif;
  font-size: 7rem;
  line-height: 1em;
}

p {
  font-size: 1.6rem;
  font-weight: 500;
}

.font-bk {
  color: #000000;
}

main {
  color: #000000;
}

img {
  max-width: 100%;
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

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

@font-face {
  font-family: "Noto"; /* 任意のフォント名 */
  src: url("../../assets/fonts/NotoSansJP-VariableFont_wght.ttf");
  font-weight: 500;
}
.l-header {
  background: #000;
  padding: 0 5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 10rem;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 100;
}
@media (max-width: 1000px) {
  .l-header {
    display: none;
  }
}
.l-header .l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header .l-header__logo {
  width: 30rem;
  height: auto;
}
.l-header .l-header__logo a img {
  width: 100%;
}
.l-header .l-header__nav .l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .l-header__nav .l-header__nav-item a {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.l-header .l-header__nav .l-header__nav-item a:hover, .l-header .l-header__nav .l-header__nav-item a.is-active {
  opacity: 0.8;
}
.l-header .l-header__nav .header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.l-header .l-header__nav .btn-contact {
  border: 0.1rem solid #fff;
  border-radius: 5rem;
  padding: 0.8rem 2.4rem;
}
.l-header .l-header__nav .btn-contact a {
  font-size: 1.6rem;
  padding: 0;
}

.sp-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: black;
  color: white;
  font-family: "Helvetica Neue", sans-serif;
}
@media (max-width: 1000px) {
  .sp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sp-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 20px;
  padding-inline: 15px;
}

.sp-header__logo {
  width: 150px;
}

.sp-header__toggle {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  width: 24px;
  height: 24px;
}

.sp-header__toggle-line {
  display: block;
  height: 2px;
  background: white;
  margin: 5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-header__toggle-close {
  position: absolute;
  top: -2px;
  right: -4px;
  font-size: 28px;
  color: white;
  display: none;
}

.sp-header.open .sp-header__toggle-line {
  display: none;
}

.sp-header.open .sp-header__toggle-close {
  display: block;
}

.sp-header__nav {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: black;
  color: white;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp-header.open .sp-header__nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sp-header__nav-list {
  margin-top: 100px;
  width: 90%;
}

.sp-header__nav-list li {
  border-bottom: 1px solid white;
}
.sp-header__nav-list li:nth-of-type(n + 2) {
  margin-top: 30px;
}

.sp-header__nav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  color: #FFF;
  font-family: "Cormorant Garamond";
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
}

.sp-header__nav-list li a img {
  width: 25px;
  height: 25px;
}

.l-footer {
  background-color: #000000;
  padding-top: 120px;
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .l-footer {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.l-footer__inner {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-inline: 15px;
  }
}

.l-footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-style: normal;
  font-size: 1.2rem;
  width: 100%;
}
.l-footer__address iframe {
  margin-top: 2rem;
  width: 30rem;
  height: 16rem;
}
@media (max-width: 768px) {
  .l-footer__address iframe {
    width: 100%;
  }
}
.l-footer__address p {
  font-size: 1.2rem;
}

.l-footer-text {
  text-align: end;
}
.l-footer-text .l-footer__nav {
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .l-footer-text .l-footer__nav {
    margin-bottom: 4rem;
  }
}
.l-footer-text span {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

.l-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 6rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .l-footer__nav-list {
    text-align: left;
  }
}
.l-footer__nav-list li a {
  display: inline-block;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1em;
}

.footer-logo__wrapper {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .footer-logo__wrapper {
    margin-top: 40px;
  }
}
.footer-logo__wrapper img {
  width: 1000px;
  margin-inline: auto;
}

.l-footer__logo {
  margin-top: 8rem;
  width: 100%;
}

@media (max-width: 768px) {
  .footer__copyright {
    display: none;
  }
}

.p-contact {
  padding-top: 14rem;
  padding-bottom: 12rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }
}
.p-contact .p-contact__text {
  font-size: 2rem;
  margin: 3rem 0 6rem;
}
@media (max-width: 768px) {
  .p-contact .p-contact__text {
    font-size: 1.6rem;
  }
}
.p-contact .contact_image {
  margin-top: 6rem;
  width: 100vw;
}
.p-contact .c-section-title {
  font-size: 7rem;
}
@media (max-width: 768px) {
  .p-contact .c-section-title {
    font-size: 4rem;
  }
}

.c-btn-wrap {
  text-align: center;
}

.c-btn {
  display: inline-block;
  padding: 1.3rem 5.9rem;
  text-align: center;
  text-decoration: none;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1em;
  border-radius: 5rem;
}
.c-btn:hover {
  background-color: #555;
}

.c-btn-wh {
  background-color: #fff;
  color: #000000;
}

.c-btn-bk {
  background-color: #000000;
  color: #fff;
}

.page {
  width: 27%;
  max-width: 290px;
  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: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page {
    width: 50%;
  }
}
.page__img--left, .page__img--right {
  width: 3rem;
  height: 3.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page__img--left {
  margin-right: 5rem;
}
.page__img--right {
  margin-left: 5rem;
}
.page p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1em;
  font-family: "Noto Sans JP", sans-serif;
}
.page__text--border {
  border: 0.1rem solid #000000;
  padding: 1rem;
}

.p-archive__search {
  text-align: start;
  background-color: #000000;
  position: relative;
}
.p-archive__search input {
  border: none;
  background-color: #000000 !important;
  color: #fff !important;
  width: 100%;
  height: 100%;
  padding: 2rem 0 2rem 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-archive__search input::-webkit-input-placeholder {
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: 500;
  color: #fff;
}
.p-archive__search input::-moz-placeholder {
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: 500;
  color: #fff;
}
.p-archive__search input:-ms-input-placeholder {
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: 500;
  color: #fff;
}
.p-archive__search input::-ms-input-placeholder {
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: 500;
  color: #fff;
}
.p-archive__search input::placeholder {
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: 500;
  color: #fff;
}
.p-archive__search button {
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.p-archive__search button img {
  display: block;
  margin: 0 auto;
}

.p-hero {
  margin-top: 10rem;
  height: calc(100svh - 10rem);
  position: relative;
  /* ページネーションを四角に */
}
@media (max-width: 1000px) {
  .p-hero {
    margin-top: 6rem;
    height: calc(100svh - 6rem);
  }
}
@media (max-width: 768px) {
  .p-hero {
    height: auto;
  }
}
.p-hero .mv-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-hero .mv-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-hero .mv-swiper .swiper-slide {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-hero .mv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.p-hero .mv-pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0 1rem;
  text-align: right;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-hero .mv-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}

.p-hero .mv-pagination {
  position: absolute;
  text-align: right;
  padding: 0 5rem 2.2rem 0;
  z-index: 10;
}

.custom-slider-section {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url(../../assets/images/top/artist-bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .custom-slider-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .custom-slider-section .custom-slider-section__inner {
    padding-inline: 35px;
  }
}
.custom-slider-section .c-btn-wrap {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .custom-slider-section .c-btn-wrap {
    margin-top: 0;
  }
}
.custom-slider-section__inner {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
}
.custom-slider-section .c-section-title {
  font-size: 4rem;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1220px;
  margin-top: 6rem;
  position: relative;
}
@media (max-width: 768px) {
  .slider-wrapper {
    display: none !important;
  }
}

#artistSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scroll-behavior: auto;
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
  -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;
  width: 300px;
  margin-right: 30px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.slider::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  scroll-snap-align: start;
  width: 300px;
  height: 202px;
  text-align: start;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.slide.active {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .slide {
    width: 100%;
    margin-right: 0;
  }
}
.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100%;
  position: relative;
}

.slide img {
  width: 100%;
}

.slide-title {
  font-size: 2.4rem;
  margin-top: 2rem;
}

.slide-subtitle {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.slide.active {
  width: 540px !important;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 2;
}
@media screen and (min-width: 351px) and (max-width: 768px) {
  .slide.active {
    width: 88vw !important;
    padding-right: 10px;
    padding-left: 2px;
  }
}
@media (max-width: 350px) {
  .slide.active {
    width: 86vw !important;
  }
}

.slider-button {
  position: absolute;
  top: 30rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  z-index: 10;
}
.slider-button.prev {
  right: 19rem;
}
@media (max-width: 768px) {
  .slider-button.prev {
    right: auto;
    left: 30%;
    top: auto;
    bottom: 12rem;
  }
}
.slider-button.prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/top/arrow-left.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.slider-button.next {
  right: 12rem;
}
@media (max-width: 768px) {
  .slider-button.next {
    right: 30%;
    top: auto;
    bottom: 12.5rem;
  }
}
.slider-button.next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/top/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-counter {
  position: absolute;
  top: 0;
  left: 60rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2rem;
  font-family: "Cormorant Garamond", sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  .slider-counter {
    top: auto;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.slider-counter #currentIndex {
  font-size: 6rem;
}
.slider-counter #totalSlides {
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  #artistSlider {
    gap: 0;
  }
}
.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .slider-wrapper {
    padding-bottom: 100px;
    margin-top: 25px;
  }
}

#artistSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
  -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;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 768px) {
  #artistSlider {
    margin-bottom: 25px;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .custom-slider-section {
    display: none !important;
  }
}
.custom-slider-section .slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 300px;
  height: auto;
  text-align: start;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center 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;
  margin-right: 0;
}
.custom-slider-section .slide img {
  width: 100%;
}
.custom-slider-section .slide.active {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  z-index: 2;
}
.custom-slider-section .slide.clone {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .custom-slider-section .slide {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .custom-slider-section .slide {
    width: 95%;
  }
}

.top-sp-artist {
  padding-top: 5.9rem;
  padding-bottom: 6rem;
  background-image: url(../../assets/images/top/artist-bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.top-sp-artist__inner {
  padding-inline: 1.8rem;
}
.top-sp-artist__section-title {
  font-size: 4rem;
}
.top-sp-artist__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2.1rem;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
  margin-inline: auto;
  margin-top: 2.8rem;
}
.top-sp-artist__artist {
  text-align: center;
}
.top-sp-artist__artist-img {
  width: 100%;
  aspect-ratio: 175.89/111.69;
}
.top-sp-artist__artist-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sp-artist__artist-name-en {
  margin-top: 1.1rem;
  text-align: left;
  color: #FFF;
  font-family: "Cormorant Garamond";
  font-size: clamp(1.6rem, 2.6vw, 2rem);
  font-weight: 700;
}
.top-sp-artist__artist-name-jp {
  margin-top: 0.5rem;
  text-align: left;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  font-weight: 500;
}
.top-sp-artist__btn-wrapper {
  margin-top: 6.1rem;
  text-align: center;
}
.top-sp-artist__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  max-width: 100%;
  padding-block: 1rem;
  border-radius: 50px;
  color: #000;
  font-family: "Cormorant Garamond";
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #fff;
}

.p-news {
  padding-top: 140px;
  padding-bottom: 113px;
}
@media (max-width: 768px) {
  .p-news {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.p-news .p-news-inner {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5%;
}
@media (max-width: 768px) {
  .p-news .p-news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 15px;
  }
}
.p-news .p-news-inner .c-section-title {
  width: 16.6666666667%;
  margin-bottom: 6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-news .p-news-inner .c-section-title {
    margin-bottom: 3rem;
  }
}
.p-news .p-news_text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-news .p-news_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: 1;
            flex-direction: 1;
  }
}
.p-news .p-news__arrow {
  width: 35px;
}
@media (max-width: 768px) {
  .p-news .p-news__arrow {
    width: 15px;
    height: 15px;
  }
}
.p-news .p-news__list {
  width: 73.3333333333%;
  border-top: 0.1rem solid #000;
}
@media (max-width: 768px) {
  .p-news .p-news__list {
    width: 100%;
  }
}
.p-news .p-news__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 47.7rem;
  padding: 4.1rem 0;
  border-bottom: 0.1rem solid #000;
}
.p-news .p-news__list .p-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.p-news .p-news__list .p-news__date {
  font-size: 2.2rem;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
}
.p-news .p-news__list .p-news__category {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1em;
  padding: 0.5rem 1.6rem;
  color: #fff;
  background-color: #000000;
  border-radius: 5rem;
}
.p-news .p-news__list .p-news__title {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  font-weight: 500;
}
.p-news .p-news-bunner {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .p-news .p-news-bunner {
    padding-inline: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-news .p-news-bunner .p-news-bunner-item {
  max-width: calc((100% - 60px) / 3);
}
@media (max-width: 768px) {
  .p-news .p-news-bunner .p-news-bunner-item {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .p-news .p-news-bunner .p-news-bunner-item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.p-news .p-news-bunner .p-news-bunner-text {
  font-size: 1.6rem;
  margin-top: 1rem;
}
.p-news .c-btn-wrap {
  margin-inline: auto;
  margin-top: 30px;
}

.p-movie {
  background-color: #000000;
  aspect-ratio: 16/9;
}
.p-movie__content {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  .p-movie__content {
    padding-inline: 15px;
  }
}
.p-movie .c-section-title {
  text-align: center;
}
.p-movie iframe {
  width: 100%;
  height: 100%;
}

.p-discography {
  margin-top: -1px;
  background-color: #000000;
  background-image: url(../../assets/images/bg__disc.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-block: 120px;
}
@media (max-width: 768px) {
  .p-discography {
    padding-block: 60px;
    display: none !important;
  }
}
.p-discography .c-section-title {
  text-align: center;
  font-size: 70px;
}
@media (max-width: 768px) {
  .p-discography .c-section-title {
    font-size: 4rem;
  }
}
.p-discography .p-discography__content {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.p-discography .p-discography__content .p-discography__featured {
  max-width: 45rem;
}
.p-discography .p-discography__content .p-discography__featured .p-discography__thumb {
  max-width: 45rem;
  height: auto;
}
@media (max-width: 1000px) {
  .p-discography .p-discography__content .p-discography__featured .p-discography__thumb {
    width: 100%;
  }
}
.p-discography .p-discography__content .p-discography__featured .p-discography__thumb img {
  width: 100%;
  height: auto;
}
.p-discography .p-discography__content .p-discography__featured .p-discography__info {
  margin-top: 3rem;
}
.p-discography .p-discography__content .p-discography__featured .p-discography__info .p-discography__title {
  font-size: 4rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .p-discography .p-discography__content .p-discography__featured .p-discography__info .p-discography__title {
    font-size: 2.5rem;
  }
}
.p-discography .p-discography__content .p-discography__featured .p-discography__info .border_line {
  margin: 3rem 0 2rem;
  display: block;
  width: 100%;
  border: 0.1rem solid #fff;
}
.p-discography .p-discography__content .p-discography__featured .p-discography__info .p-discography__description {
  font-size: 1.4rem;
}
.p-discography .p-discography__content .p-discography__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-discography .p-discography__content .p-discography__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-discography .p-discography__content .p-discography__item .p-discography__image {
  width: 20rem;
}
@media (max-width: 768px) {
  .p-discography .p-discography__content .p-discography__item .p-discography__image {
    width: 100%;
  }
}
.p-discography .p-discography__content .p-discography__item .p-discography__item-thumb {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 768px) {
  .p-discography .p-discography__content .p-discography__item .p-discography__item-thumb {
    width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.p-discography .p-discography__content .p-discography__item .p-discography__item-info {
  width: 66%;
}
@media (max-width: 768px) {
  .p-discography .p-discography__content .p-discography__item .p-discography__item-info {
    width: 100%;
  }
}
.p-discography .p-discography__content .p-discography__item .p-discography__item-info .p-discography__item-title {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-discography .p-discography__content .p-discography__item .p-discography__item-info .p-discography__item-text {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 2em;
}
.p-discography .p-discography__content .p-discography__separator {
  margin: 3rem 0;
}
.p-discography .p-discography__content .p-discography__separator:nth-child(3n) {
  display: none;
}
.p-discography .c-btn-wrap {
  margin-top: 6rem;
}

.p-discography__list {
  width: 55.4166666667%;
}
@media (max-width: 1000px) {
  .p-discography__list {
    width: 100%;
  }
}

.top-sp-discography {
  padding-top: 5.9rem;
  padding-bottom: 6rem;
  background-image: url(../../assets/images/bg__disc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #000;
}
.top-sp-discography__inner {
  padding-inline: 1.8rem;
}
.top-sp-discography__section-title {
  text-align: center;
  font-size: 4rem;
}
.top-sp-discography__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2.1rem;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
  margin-inline: auto;
  margin-top: 2.8rem;
}
.top-sp-discography__artist {
  text-align: center;
}
.top-sp-discography__artist-img {
  width: 100%;
  aspect-ratio: 175.89/111.69;
}
.top-sp-discography__artist-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sp-discography__music-name {
  margin-top: 1.1rem;
  text-align: left;
  color: #FFF;
  font-size: clamp(1.6rem, 2.6vw, 2rem);
  font-weight: 700;
}
.top-sp-discography__artist-name {
  margin-top: 0.5rem;
  text-align: left;
  color: #FFF;
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  font-weight: 500;
}
.top-sp-discography__btn-wrapper {
  margin-top: 6.1rem;
  text-align: center;
}
.top-sp-discography__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  max-width: 100%;
  padding-block: 1rem;
  border-radius: 50px;
  color: #000;
  font-family: "Cormorant Garamond";
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #fff;
}

.p-company .p-company_heading {
  background-color: #000000;
  width: 100vw;
  height: 28rem;
  -ms-flex-line-pack: end;
      align-content: end;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .p-company .p-company_heading {
    height: 16rem;
    padding-bottom: 4rem;
  }
}
.p-company .p-company_heading img {
  width: 100vw;
}
.p-company .c-section-title {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .p-company .c-section-title {
    font-size: 4rem;
  }
}
.p-company .p-company__consept {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  padding-top: 120px;
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .p-company .p-company__consept {
    padding-top: 60px;
    padding-bottom: 70px;
    padding-inline: 15px;
  }
}
.p-company .p-company__consept .p-company__subtitle {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .p-company .p-company__consept .p-company__subtitle {
    font-size: 2rem;
  }
}
.p-company .p-company__consept .p-company__text {
  line-height: 2em;
  font-family: "Noto";
}
@media (max-width: 768px) {
  .p-company .p-company__consept .p-company__text {
    font-size: 1.4rem;
  }
}
.p-company .p-company__service {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url(../../assets/images/company/service-bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  width: 100%;
}
.p-company .p-company__service .c-section-title {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  .p-company .p-company__service .c-section-title {
    padding-inline: 15px;
  }
}
.p-company .p-company__service .p-company__service-inner {
  margin: 6rem auto 0;
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .p-company .p-company__service .p-company__service-inner {
    padding-inline: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-company .p-company__service .p-company__service-inner .p-company__service-block {
  width: 38rem;
}
@media (max-width: 768px) {
  .p-company .p-company__service .p-company__service-inner .p-company__service-block {
    width: 100%;
  }
}
.p-company .p-company__service .p-company__service-inner .p-company__service-block .p-company__service-image {
  width: 100%;
  height: auto;
}
.p-company .p-company__service .p-company__service-inner .p-company__service-block .p-company__service-image img {
  width: 100%;
  height: 100%;
}
.p-company .p-company__service .p-company__service-inner .p-company__service-block .p-company__service-title {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Cormorant Garamond", sans-serif;
  margin: 2rem 0 1rem;
}
.p-company .p-company__service .p-company__service-inner .p-company__service-block .p-company__service-subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.p-company .p-company__service .p-company__service-inner .p-company__service-block .p-company__service-text {
  line-height: 2em;
}
.p-company .p-company__message {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto";
}
@media (max-width: 768px) {
  .p-company .p-company__message {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-inline: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-company .p-company__message .p-company__message-left {
  width: 61.75%;
  font-family: "Noto";
}
@media (max-width: 768px) {
  .p-company .p-company__message .p-company__message-left {
    width: 100%;
  }
}
.p-company .p-company__message .c-section-title {
  margin-bottom: 4rem;
}
.p-company .p-company__message .p-company__message-text {
  margin-bottom: 2rem;
  line-height: 2em;
  font-family: "Noto";
}
@media (max-width: 768px) {
  .p-company .p-company__message .p-company__message-text {
    font-size: 1.4rem;
  }
}
.p-company .p-company__info {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #000000;
  background-image: url("/wp-content/themes/anarchy/assets/images/bg__disc.png");
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
}
@media (max-width: 768px) {
  .p-company .p-company__info {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-company .p-company__info .p-company__info-inner {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  .p-company .p-company__info .p-company__info-inner {
    padding-inline: 15px;
  }
}
.p-company .p-company__info .c-section-title {
  text-align: center;
}
.p-company .p-company__info .p-info__list {
  width: 100%;
  margin-top: 6rem;
  font-size: 1.6rem;
  line-height: 1.75em;
  font-family: "Noto";
}
.p-company .p-company__info .p-info__list .p-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #fff;
}
@media (max-width: 768px) {
  .p-company .p-company__info .p-info__list .p-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1rem;
  }
}
.p-company .p-company__info .p-info__list .p-info__item .p-info__term {
  width: 20rem;
  font-weight: 700;
}
.p-company .c-btn {
  padding: 1.3rem 3.65rem;
}

.p-artist-archive__search-inner {
  max-width: 1300px;
  margin-inline: auto;
  margin-top: 100px;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  .p-artist-archive__search-inner {
    padding-inline: 15px;
    margin-top: 50px;
  }
}

.p-archive__search {
  width: 500px;
}
@media (max-width: 768px) {
  .p-archive__search {
    width: 100%;
  }
}

.p-artist__archive {
  text-align: center;
  overflow: hidden;
}
.p-artist__archive .p-artist_heading {
  background-color: #000000;
  width: 100vw;
  height: 28rem;
  -ms-flex-line-pack: end;
      align-content: end;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .p-artist__archive .p-artist_heading {
    height: 16rem;
    padding-bottom: 4rem;
  }
}
.p-artist__archive .p-artist_heading .title_wrapper {
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.p-artist__archive .p-artist_heading .title_wrapper img {
  width: 100%;
}
.p-artist__archive .p-artist_heading .title_wrapper .title-bk {
  height: 70%;
}
.p-artist__archive .p-artist-archive__grid {
  padding-top: 40px;
  padding-bottom: 80px;
  display: grid;
  gap: 8rem 5rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1300px;
  margin: 0 auto;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  .p-artist__archive .p-artist-archive__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem 5rem;
    padding-inline: 15px;
  }
}
.p-artist__archive .p-artist-archive__grid .p-artist-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: start;
}
.p-artist__archive .p-artist-archive__grid .p-artist-card .p-artist-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 575/383;
  overflow: hidden;
  margin-bottom: 2rem;
}
.p-artist__archive .p-artist-archive__grid .p-artist-card .p-artist-card__img img {
  width: 100%;
  height: auto;
}
.p-artist__archive .p-artist-archive__grid .p-artist-card .p-artist-card__info .p-artist-card__name {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-artist__archive .p-artist-archive__grid .p-artist-card .p-artist-card__info .p-artist-card__name {
    font-size: 2rem;
  }
}
.p-artist__archive .p-artist-archive__grid .p-artist-card .p-artist-card__info .p-artist-card__kana {
  font-size: 1.8rem;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .p-artist__archive .p-artist-archive__grid .p-artist-card .p-artist-card__info .p-artist-card__kana {
    font-size: 1.4rem;
  }
}
.p-artist__archive .p-artist-archive__grid .p-artist-card .p-artist__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
.p-artist__archive .p-artist-archive__grid .p-artist-card .c-btn-wrap {
  margin-top: 2rem;
}

.p-artist-archive__search-inner {
  max-width: 1300;
  padding-inline: 50px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .p-artist-archive__search-inner {
    padding-inline: 15px;
  }
}
.p-artist-archive__search-inner form#searchform {
  position: relative;
  width: 445px;
}
@media (max-width: 768px) {
  .p-artist-archive__search-inner form#searchform {
    width: 100%;
  }
}
.p-artist-archive__search-inner form#searchform input[type=text] {
  width: 100%;
  padding: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #000000;
  color: #fff;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.p-artist-archive__search-inner form#searchform input[type=text]:focus {
  border-color: #fff;
}
.p-artist-archive__search-inner form#searchform input[type=text]::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.p-artist-archive__search-inner form#searchform input[type=text]::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.p-artist-archive__search-inner form#searchform input[type=text]:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.p-artist-archive__search-inner form#searchform input[type=text]::-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.p-artist-archive__search-inner form#searchform input[type=text]::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.p-artist-archive__search-inner form#searchform button {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border: none;
  background: none;
  cursor: pointer;
}
.p-artist-archive__search-inner form#searchform button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-artist-archive__search-inner form#searchform input[type=text] {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
  .p-artist-archive__search-inner form#searchform button {
    width: 3.5rem;
    height: 3.5rem;
    right: 0.8rem;
  }
}
.p-news__archive {
  overflow: hidden;
}
.p-news__archive .p-news_heading {
  background-color: #000000;
  width: 100vw;
  height: 28rem;
  -ms-flex-line-pack: end;
      align-content: end;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .p-news__archive .p-news_heading {
    height: 16rem;
    padding-bottom: 4rem;
  }
}
.p-news__archive .p-news_heading .title_wrapper {
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.p-news__archive .p-news_heading .title_wrapper img {
  width: 100%;
}
.p-news__archive .p-news_heading .title_wrapper .title-bk {
  height: 70%;
}
.p-news__archive .p-news-archive__inner {
  padding-top: 100px;
  padding-bottom: 80px;
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .p-news__archive .p-news-archive__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 15px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.p-news__archive .p-news-archive__inner .p-news-archive__sidebar {
  max-width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-news__archive .p-news-archive__inner .p-news-archive__sidebar {
    max-width: 100%;
  }
}
.p-news__archive .p-news-archive__inner .p-news-archive__sidebar ul li {
  margin-bottom: 1.5rem;
  background-color: #000000;
  border-radius: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-news__archive .p-news-archive__inner .p-news-archive__sidebar ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 0.5rem 1.6rem;
}
.p-news__archive .p-news-archive__content {
  width: 70%;
  border-top: 0.1rem solid #000000;
}
@media (max-width: 768px) {
  .p-news__archive .p-news-archive__content {
    width: 100%;
    margin-top: 30px;
  }
}
.p-news__archive .p-news-archive__content .p-news-archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid #000000;
}
@media (max-width: 768px) {
  .p-news__archive .p-news-archive__content .p-news-archive__item .p-news__link {
    padding: 1.5rem 0;
  }
}
.p-news__archive .p-news-archive__content .p-news-archive__item .p-news-archive_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-news__archive .p-news-archive__content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.1rem 0;
  width: 100%;
}
.p-news__archive .p-news-archive__content .p-news-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.p-news__archive .p-news-archive__content .p-news-archive__date {
  font-size: 2.2rem;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
}
.p-news__archive .p-news-archive__content .p-news-archive__category {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1em;
  padding: 0.5rem 1.6rem;
  color: #fff;
  background-color: #000000;
  border-radius: 5rem;
}
@media (max-width: 768px) {
  .p-news__archive .p-news-archive__content .p-news-archive__category {
    font-size: 1.2rem;
  }
}
.p-news__archive .p-news-archive__content .p-news-archive__title {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-news__archive .p-news-archive__content .p-news-archive__title {
    font-size: 1.4rem;
  }
}
.p-news__archive .page {
  width: 27%;
  max-width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0 auto;
}
.p-news__archive .page__img--left, .p-news__archive .page__img--right {
  width: 3rem;
  height: 3.5rem;
}
.p-news__archive .page p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1em;
}
.p-news__archive .page__text--border {
  border: 0.1rem solid #000000;
  padding: 1rem;
}
.p-news__archive .p-news-archive__arrow {
  width: 35px;
  height: 35px;
}

.p-artist__single {
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-artist__single .p-artist-card__name {
    font-size: 2.8rem;
  }
}
.p-artist__single .c-section-title {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  .p-artist__single .c-section-title {
    font-size: 4rem;
    padding-inline: 15px;
  }
}

.p-artist_heading {
  background-color: #000000;
  width: 100vw;
  height: 28rem;
  -ms-flex-line-pack: end;
      align-content: end;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .p-artist_heading {
    height: 16rem;
    padding-bottom: 4rem;
  }
}
.p-artist_heading .title_wrapper {
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.p-artist_heading .title_wrapper img {
  width: 100%;
}
.p-artist_heading .title_wrapper .title-bk {
  height: 70%;
}

.p-artist__hero-inner {
  max-width: 1000px;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 50px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-artist__hero-inner {
    padding-inline: 15px;
    padding-top: 5rem;
  }
}
.p-artist__hero-inner .p-artist__hero-name {
  font-size: 2.2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-artist__hero-inner .p-artist__hero-name {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
}
.p-artist__hero-inner .p-artist__hero-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
.p-artist__hero-inner .p-artist__hero-image {
  width: 100%;
  margin: 5rem 0 2rem;
}
.p-artist__hero-inner .p-artist__hero-image img {
  width: 100%;
}

.p-artist__news {
  padding-top: 10rem;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .p-artist__news {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
.p-artist__news .p-news-inner {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 768px) {
  .p-artist__news .p-news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 15px;
  }
}
.p-artist__news .p-news-inner .c-section-title {
  margin-bottom: 6rem;
}
.p-artist__news .p-news__list {
  border-top: 0.1rem solid #000;
  width: 100%;
}
.p-artist__news .p-news__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.1rem 0;
  border-bottom: 0.1rem solid #000;
}
@media (max-width: 768px) {
  .p-artist__news .p-news__list a {
    gap: 0;
    padding-block: 1rem;
  }
}
.p-artist__news .p-news__list .p-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .p-artist__news .p-news__list .p-news__meta {
    margin-bottom: 0;
  }
}
.p-artist__news .p-news__list .p-news__date {
  font-size: 2.2rem;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
}
.p-artist__news .p-news__list .p-news__category {
  font-size: 1.4rem;
  line-height: 1em;
  padding: 0.5rem 1.6rem;
  color: #fff;
  background-color: #000000;
  border-radius: 5rem;
}
.p-artist__news .p-news__list .p-news__title {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .p-artist__news .c-btn-wrap {
    margin-inline: auto;
    margin-top: 1.5rem;
  }
}

.p-artist__member {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #000000;
  color: #fff;
}
@media (max-width: 768px) {
  .p-artist__member {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-artist__member .p-artist-member__grid {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem 5rem;
}
@media (max-width: 768px) {
  .p-artist__member .p-artist-member__grid {
    grid-template-columns: repeat(1, 1fr);
    padding-inline: 15px;
    gap: 2rem 0;
    margin-top: 3rem;
  }
}
.p-artist__member .p-artist-member__grid .p-artist-member__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.p-artist__member .p-artist-member__grid .p-artist-member__card .p-artist-member__img {
  max-width: 21rem;
}
@media (max-width: 768px) {
  .p-artist__member .p-artist-member__grid .p-artist-member__card .p-artist-member__img {
    max-width: 14.7rem;
  }
}
.p-artist__member .p-artist-member__grid .p-artist-member__card .p-artist-member__img img {
  width: 100%;
}
.p-artist__member .p-artist-member__grid .p-artist-member__card .p-artist-member__body {
  width: 23.5rem;
}
.p-artist__member .p-artist-member__grid .p-artist-member__card .p-artist-member__body .p-artist-member__name {
  font-size: 2.2rem;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .p-artist__member .p-artist-member__grid .p-artist-member__card .p-artist-member__body .p-artist-member__name {
    font-size: 1.6rem;
  }
}
.p-artist__member .p-artist-member__grid .p-artist-member__card .p-artist-member__body .p-artist-member__color {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #fff;
}
@media (max-width: 768px) {
  .p-artist__member .p-artist-member__grid .p-artist-member__card .p-artist-member__body .p-artist-member__color {
    font-size: 1.4rem;
  }
}
.p-artist__member .p-artist-member__grid .p-artist-member__card .p-artist-member__body .p-artist-member__profile {
  margin-top: 3rem;
  line-height: 1.75em;
  font-family: "Noto";
}
@media (max-width: 768px) {
  .p-artist__member .p-artist-member__grid .p-artist-member__card .p-artist-member__body .p-artist-member__profile {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
.p-artist__member .p-artist-member__grid .p-artist-member__card .p-artist-member__body .p-artist-member__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

.p-artist__schedule {
  margin-top: 10rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-artist__schedule {
    padding-block: 5rem;
  }
}
.p-artist__schedule .p-artist__schedule-calendar {
  width: 80%;
  margin-inline: auto;
  height: 90rem;
}
@media (max-width: 768px) {
  .p-artist__schedule .p-artist__schedule-calendar {
    width: 100%;
    height: 50rem;
  }
}
.p-artist__schedule .p-artist__schedule-calendar iframe {
  width: 100%;
  height: 100%;
}

.p-artist__hero-contact {
  margin-inline: 16rem;
  padding-block: 5rem;
  background-color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .p-artist__hero-contact {
    margin-inline: 1.5rem;
  }
}
.p-artist__hero-contact p {
  margin-bottom: 3rem;
  font-size: clamp(1.6rem, 1.52vw, 2.2rem);
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 1.3;
}

.p-artist__movie {
  padding-top: 10rem;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .p-artist__movie {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.p-artist__movie .p-artist__movie-grid {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem 5rem;
}
@media (max-width: 768px) {
  .p-artist__movie .p-artist__movie-grid {
    grid-template-columns: repeat(1, 1fr);
    padding-inline: 15px;
    gap: 3rem 2rem;
  }
}
.p-artist__movie .p-artist__movie-grid .p-movie-card a .p-movie-card__img {
  width: 100%;
}
.p-artist__movie .p-artist__movie-grid .p-movie-card a .p-movie-card__img img {
  width: 100%;
  height: 100%;
}
.p-artist__movie .p-artist__movie-grid .p-movie-card a .p-movie-card__title {
  font-size: 2rem;
  margin-top: 2rem;
}

.p-artist-discography {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000000;
  background-image: url("/wp-content/themes/anarchy/assets/images/bg__disc.png");
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .p-artist-discography {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .p-artist-discography__title {
    font-size: 4rem;
    text-align: left;
    padding-left: 15px;
  }
}
.p-artist-discography .p-artist-discography__inner {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  margin-top: 60px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: start;
  gap: 3rem;
}
@media (max-width: 768px) {
  .p-artist-discography .p-artist-discography__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 15px;
  }
}
.p-artist-discography .p-artist-discography__inner .p-discography-card {
  max-width: 30%;
}
@media (max-width: 768px) {
  .p-artist-discography .p-artist-discography__inner .p-discography-card {
    max-width: 100%;
  }
}
.p-artist-discography .p-artist-discography__inner .p-discography-card .p-discography-card__thumb {
  width: 100%;
}
.p-artist-discography .p-artist-discography__inner .p-discography-card .p-discography-card__thumb img {
  width: 100%;
  height: 100%;
}
.p-artist-discography .p-artist-discography__inner .p-discography-card .p-discography-card__meta {
  margin: 2rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
}
.p-artist-discography .p-artist-discography__inner .p-discography-card .p-discography-card__meta .p-disc__type {
  color: #000000;
  background-color: #fff;
  padding: 0.3rem 1rem;
  font-size: 1.6rem;
}
.p-artist-discography .p-artist-discography__inner .p-discography-card .p-discography-card__meta .p-discography-card__date {
  font-size: 2.2rem;
}
.p-artist-discography .p-artist-discography__inner .p-discography-card .p-discography-card__title {
  font-size: 1.8rem;
}
.p-artist-discography .p-artist-discography__inner .p-discography-card .p-discography-card__subtitle {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #fff;
}
@media (max-width: 768px) {
  .p-artist-discography .p-artist-discography__inner .p-discography-card .p-discography-card__subtitle {
    border-bottom: none;
  }
}
.p-artist-discography .p-artist-discography__inner .p-discography-card .p-discography-card__subtitle.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-artist-discography .p-artist-discography__inner .p-discography-card .p-discography-card__text {
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .p-news-single {
    overflow: hidden;
  }
}
.p-news-single .p-news_heading {
  background-color: #000000;
  width: 100vw;
  height: 28rem;
  -ms-flex-line-pack: end;
      align-content: end;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .p-news-single .p-news_heading {
    height: 16rem;
    padding-bottom: 4rem;
  }
}
.p-news-single .p-news_heading .title_wrapper {
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.p-news-single .p-news_heading .title_wrapper img {
  max-width: 100%;
}
.p-news-single .p-news_heading .title_wrapper .title-bk {
  height: 70%;
}
.p-news-single .p-news-single__grid {
  padding-top: 100px;
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7%;
}
@media (max-width: 768px) {
  .p-news-single .p-news-single__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 15px;
    padding-top: 50px;
  }
}
.p-news-single .p-news-single__grid .p-news-single__main {
  width: 58%;
}
@media (max-width: 768px) {
  .p-news-single .p-news-single__grid .p-news-single__main {
    width: 100%;
  }
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__meta .p-news-single__date {
  font-size: 2.2rem;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__meta .p-news-single__category {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1em;
  padding: 0.5rem 1.6rem;
  color: #fff;
  background-color: #000000;
  border-radius: 5rem;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__title {
  font-size: 3.5rem;
  font-weight: 500;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__image {
  margin: 5rem 0;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__image img {
  width: 100%;
  height: 100%;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__index {
  background-color: #F1F1F1;
  padding: 3rem;
  margin-bottom: 5rem;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__index .p-news-single__index-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__index .p-news-single__index-list {
  counter-reset: num_f;
  list-style: none;
  list-style-position: inside;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__index .p-news-single__index-list .p-news-single__index-item {
  counter-increment: num_f;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__index .p-news-single__index-list .p-news-single__index-innerlist {
  counter-reset: num_s;
  list-style: none;
  list-style-position: inside;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__index .p-news-single__index-list .p-news-single__index-innerlist .p-news-single__index-innerlist-item {
  counter-increment: num_s;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-indent: 1em;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__index .p-news-single__index-list .p-news-single__index-innerlist .p-news-single__index-innerlist-item:before {
  display: marker;
  content: counter(num_f) "-" counter(num_s) ". ";
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__index .p-news-single__index-list .p-news-single__index-item:before {
  display: marker;
  content: counter(num_f) ". ";
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__heading-h2 {
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 0.3rem solid #000000;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__text {
  line-height: 1.75em;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__text a {
  text-decoration: underline;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__heading-h3 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 5rem 0 2rem;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__heading-h3 span {
  margin-right: 1rem;
}
.p-news-single .p-news-single__grid .p-news-single__main .p-news-single__back {
  margin-top: 6.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-news-single .p-news-single__grid .p-news-single__main .p-news-single__back {
    margin-top: 3rem;
  }
}
.p-news-single .p-news-single__grid .p-news-single__side {
  width: 35%;
}
@media (max-width: 768px) {
  .p-news-single .p-news-single__grid .p-news-single__side {
    padding-top: 50px;
    width: 100%;
  }
}
.p-news-single .p-news-single__grid .p-news-single__side .p-news-single__related-title {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 3rem;
  line-height: 1em;
  margin-bottom: 3rem;
}
.p-news-single .p-news-single__grid .p-news-single__side .p-news-single__related-list {
  border-top: 0.1rem solid #000000;
}
.p-news-single .p-news-single__grid .p-news-single__side .p-news-single__related-list .p-news-single__related-item {
  border-bottom: 0.1rem solid #000000;
  padding: 2rem 0;
}
.p-news-single .p-news-single__grid .p-news-single__side .p-news-single__related-list .p-news-single__related-item .p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-news-single .p-news-single__grid .p-news-single__side .p-news-single__related-list .p-news-single__related-item .p-news__link .p-news-single__related-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.p-news-single .p-news-single__grid .p-news-single__side .p-news-single__related-list .p-news-single__related-item .p-news__link .p-news-single__related-meta .p-news-single__related-date {
  font-size: 2.2rem;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
}
.p-news-single .p-news-single__grid .p-news-single__side .p-news-single__related-list .p-news-single__related-item .p-news__link .p-news-single__related-meta .p-news-single__related-category {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1em;
  padding: 0.5rem 1.6rem;
  color: #fff;
  background-color: #000000;
  border-radius: 5rem;
}
.p-news-single .p-news-single__grid .p-news-single__side .p-news-single__related-list .p-news-single__related-item .p-news__link .p-news-single__related-arrow {
  width: 2rem;
  height: 2rem;
}
.p-news-single .p-news-single__grid .p-news-single__side .p-news-single__banners {
  margin-top: 4rem;
}
.p-news-single .p-news-single__grid .p-news-single__side .p-news-single__banners img {
  width: 100%;
}
.p-news-single .p-news-single__grid .p-news-single__side .p-news-single__banners p {
  margin-top: 1.5rem;
}
.p-news-single .p-news-single__grid .p-news-single__side .p-news-single__banners .banner_artist {
  margin-bottom: 3rem;
}

.p-all-discography__search-inner {
  max-width: 1300px;
  margin-inline: auto;
  margin-top: 100px;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  .p-all-discography__search-inner {
    padding-inline: 15px;
    margin-top: 50px;
  }
}
.p-all-discography__search-inner button {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border: none;
  background: none;
  cursor: pointer;
}
.p-all-discography__search-inner button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-discography__archive {
  overflow: hidden;
}
.p-discography__archive .p-archive__search {
  width: 500px;
}
@media (max-width: 768px) {
  .p-discography__archive .p-archive__search {
    width: 100%;
  }
}
.p-discography__archive .p-discography_heading {
  background-color: #000000;
  width: 100vw;
  height: 28rem;
  -ms-flex-line-pack: end;
      align-content: end;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .p-discography__archive .p-discography_heading {
    height: 16rem;
    padding-bottom: 4rem;
  }
}
.p-discography__archive .p-discography_heading .title_wrapper {
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.p-discography__archive .p-discography_heading .title_wrapper img {
  width: 100%;
}
.p-discography__archive .p-discography_heading .title_wrapper .title-bk {
  height: 70%;
}
.p-discography__archive .p-discography-archive__grid {
  padding: 6rem 0 8rem;
  display: grid;
  gap: 8rem 5rem;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1300px;
  margin: 0 auto;
  padding-inline: 50px;
}
@media (max-width: 1000px) {
  .p-discography__archive .p-discography-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-discography__archive .p-discography-archive__grid {
    padding-inline: 15px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    gap: 4rem 3rem;
  }
}
@media (max-width: 600px) {
  .p-discography__archive .p-discography-archive__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-discography__archive .p-discography-archive__grid .p-discography-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: start;
}
.p-discography__archive .p-discography-archive__grid .p-discography-card .p-discography-card__thumb {
  width: 100%;
}
.p-discography__archive .p-discography-archive__grid .p-discography-card .p-discography-card__thumb img {
  width: 100%;
  height: 100%;
}
.p-discography__archive .p-discography-archive__grid .p-discography-card .p-discography-card__meta {
  margin: 2rem 0 1rem;
}
.p-discography__archive .p-discography-archive__grid .p-discography-card .p-discography-card__meta .p-disc__type {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
  background-color: #000000;
  padding: 0.3rem 1rem;
}
.p-discography__archive .p-discography-archive__grid .p-discography-card .p-discography-card__meta .p-discography-card__date {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-left: 1rem;
}
.p-discography__archive .p-discography-archive__grid .p-discography-card .p-discography-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75em;
}
.p-discography__archive .p-discography-archive__grid .p-discography-card .p-discography-card__subtitle {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #000000;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-discography__archive .p-discography-archive__grid .p-discography-card .p-discography-card__subtitle {
    border-bottom: none;
  }
}
.p-discography__archive .p-discography-archive__grid .p-discography-card .p-discography-card__subtitle.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-discography__archive .p-discography-archive__grid .p-discography-card .p-discography-card__artist {
  font-size: 1.4rem;
  line-height: 2em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-discography__archive .p-discography-archive__grid .p-discography-card .p-discography-card__artist {
    line-height: 1.7rem;
  }
}
.p-discography__archive .page-disc {
  width: 27%;
  max-width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.p-discography__archive .page-disc__img--left, .p-discography__archive .page-disc__img--right {
  width: 3rem;
  height: 3.5rem;
}
.p-discography__archive .page-disc p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1em;
}
.p-discography__archive .page-disc__text--border {
  border: 0.1rem solid #000000;
  padding: 1rem;
}

.p-contact-page {
  overflow: hidden;
}
.p-contact-page .p-contact_heading {
  background-color: #000000;
  width: 100vw;
  height: 28rem;
  -ms-flex-line-pack: end;
      align-content: end;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .p-contact-page .p-contact_heading {
    height: 16rem;
    padding-bottom: 4rem;
  }
}
.p-contact-page .p-contact_heading .title_wrapper {
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.p-contact-page .p-contact_heading .title_wrapper img {
  width: 100%;
}
.p-contact-page .p-contact_heading .title_wrapper .title-bk {
  height: 70%;
}
.p-contact-page .p-contact__form {
  padding-top: 103px;
  padding-bottom: 120px;
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  .p-contact-page .p-contact__form {
    padding-top: 50px;
    padding-bottom: 60px;
    padding-inline: 15px;
  }
}
.p-contact-page .p-contact__form .wpcf7 .c-form-item {
  margin-bottom: 4rem;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-item.required .c-form-label::before {
  content: "必須";
  background-color: #000000;
  color: #fff;
  font-size: 1.3rem;
  margin-right: 1rem;
  padding: 0.3rem 0.8rem;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-item .c-form-label {
  font-weight: 500;
  display: block;
  margin-bottom: 0.8rem;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-item input[type=text],
.p-contact-page .p-contact__form .wpcf7 .c-form-item input[type=email],
.p-contact-page .p-contact__form .wpcf7 .c-form-item textarea {
  width: 100%;
  padding: 1.2rem;
  background-color: #f3f3f3;
  border: none;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-item input[type=text]::-webkit-input-placeholder, .p-contact-page .p-contact__form .wpcf7 .c-form-item input[type=email]::-webkit-input-placeholder, .p-contact-page .p-contact__form .wpcf7 .c-form-item textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #BABABA;
  padding: 1.7rem 0 0 3rem;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-item input[type=text]::-moz-placeholder, .p-contact-page .p-contact__form .wpcf7 .c-form-item input[type=email]::-moz-placeholder, .p-contact-page .p-contact__form .wpcf7 .c-form-item textarea::-moz-placeholder {
  font-size: 1.6rem;
  color: #BABABA;
  padding: 1.7rem 0 0 3rem;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-item input[type=text]:-ms-input-placeholder, .p-contact-page .p-contact__form .wpcf7 .c-form-item input[type=email]:-ms-input-placeholder, .p-contact-page .p-contact__form .wpcf7 .c-form-item textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #BABABA;
  padding: 1.7rem 0 0 3rem;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-item input[type=text]::-ms-input-placeholder, .p-contact-page .p-contact__form .wpcf7 .c-form-item input[type=email]::-ms-input-placeholder, .p-contact-page .p-contact__form .wpcf7 .c-form-item textarea::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #BABABA;
  padding: 1.7rem 0 0 3rem;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-item input[type=text]::placeholder,
.p-contact-page .p-contact__form .wpcf7 .c-form-item input[type=email]::placeholder,
.p-contact-page .p-contact__form .wpcf7 .c-form-item textarea::placeholder {
  font-size: 1.6rem;
  color: #BABABA;
  padding: 1.7rem 0 0 3rem;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-item textarea {
  height: 22rem;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-check p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-check label input[type=checkbox] {
  margin-right: 1rem;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-submit {
  margin-top: 3rem;
  text-align: center;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-submit input[type=submit] {
  background-color: #000000;
  color: #fff;
  font-weight: 700;
  padding: 1.3rem 6.8rem;
  border-radius: 5rem;
  border: none;
  cursor: pointer;
}
.p-contact-page .p-contact__form .wpcf7 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.p-contact-page .p-contact__form .wpcf7 .wpcf7-radio label {
  position: relative;
  padding-left: 2.6rem;
  font-size: 1.6rem;
  cursor: pointer;
  display: inline-block;
}
.p-contact-page .p-contact__form .wpcf7 .wpcf7-radio input[type=radio] {
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 2rem;
  height: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  background: #F1F1F1;
  cursor: pointer;
}
.p-contact-page .p-contact__form .wpcf7 .wpcf7-radio input[type=radio]:checked::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #000000;
  border-radius: 50%;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-check label {
  cursor: pointer;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-check label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 3rem;
  height: 3rem;
  background: #F1F1F1;
  cursor: pointer;
  margin-right: 2rem;
  position: relative;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-check label input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 1rem;
  width: 1rem;
  height: 2rem;
  border-right: 0.3rem solid #000000;
  border-bottom: 0.3rem solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-check label input[type=checkbox]:checked::before {
  opacity: 1;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-check .c-form-policy-link {
  font-size: 1.6rem;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-check .c-form-policy-link:hover {
  text-decoration: none;
}
.p-contact-page .p-contact__form .wpcf7 .c-form-check .c-form-policy-link span {
  text-decoration: underline;
}

.p-thanks .c-section-title {
  font-size: 4rem;
}
.p-thanks .p-thanks_heading {
  background-color: #000000;
  width: 100vw;
  height: 28rem;
  -ms-flex-line-pack: end;
      align-content: end;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .p-thanks .p-thanks_heading {
    height: 16rem;
    padding-bottom: 4rem;
  }
}
.p-thanks .p-thanks_heading .title_wrapper {
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.p-thanks .p-thanks_heading .title_wrapper img {
  width: 100%;
}
.p-thanks .p-thanks_heading .title_wrapper .title-bk {
  height: 70%;
}
.p-thanks .p-thanks_text {
  padding-top: 10rem;
  padding-bottom: 12rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-thanks .p-thanks_text {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
.p-thanks .p-thanks_text h4 {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 2rem 0 6rem;
}
@media (max-width: 768px) {
  .p-thanks .p-thanks_text h4 {
    font-size: 1.8rem;
    margin: 1rem 0 2rem;
  }
}
.p-thanks .p-thanks_text p {
  line-height: 1.75em;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .p-thanks .p-thanks_text p {
    font-size: 1.4rem;
  }
}

.p-privacypolicy .p-privacypolicy_heading {
  background-color: #000000;
  width: 100vw;
  height: 28rem;
  -ms-flex-line-pack: end;
      align-content: end;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .p-privacypolicy .p-privacypolicy_heading {
    height: 16rem;
    padding-bottom: 4rem;
  }
}
.p-privacypolicy .p-privacypolicy_heading .title_wrapper {
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.p-privacypolicy .p-privacypolicy_heading .title_wrapper img {
  width: 100%;
}
.p-privacypolicy .p-privacypolicy_heading .title_wrapper .title-bk {
  height: 70%;
}
.p-privacypolicy .p-privacypolicy_text-wrapper {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  padding-top: 10rem;
  padding-bottom: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-privacypolicy .p-privacypolicy_text-wrapper {
    padding-top: 5rem;
    padding-bottom: 6rem;
    padding-inline: 15px;
    gap: 2rem;
  }
}
.p-privacypolicy .p-privacypolicy_text-wrapper .p-privacypolicy_text-item .p-privacypolicy_text-title {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #000000;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2em;
}
.p-privacypolicy .p-privacypolicy_text-wrapper .p-privacypolicy_text-item .p-privacypolicy_text {
  line-height: 2em;
}
@media (max-width: 768px) {
  .p-privacypolicy .p-privacypolicy_text-wrapper .p-privacypolicy_text-item .p-privacypolicy_text {
    line-height: 1.8rem;
    font-size: 1.5rem;
  }
}
.p-privacypolicy .p-privacypolicy_text-wrapper .p-privacypolicy_text-item ul {
  margin-top: 1.5rem;
}
.p-privacypolicy .p-privacypolicy_text-wrapper .p-privacypolicy_text-item ul li {
  list-style: inside;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
}

.p-404 {
  overflow: hidden;
}
.p-404 .p-404_heading {
  background-color: #000000;
  width: 100vw;
  height: 28rem;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 768px) {
  .p-404 .p-404_heading {
    height: 16rem;
    padding-top: 4rem;
  }
}
.p-404 .p-404_heading .title_wrapper {
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.p-404 .p-404_heading .title_wrapper img {
  width: 100%;
}
.p-404 .p-404_heading .title_wrapper .title-bk {
  height: 70%;
}
.p-404 .p-404_text {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-404 .p-404_text {
    padding-inline: 15px;
  }
}
.p-404 .p-404_text .p-404_message {
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.75em;
}
@media (max-width: 768px) {
  .p-404 .p-404_text .p-404_message {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-404 .p-404_text .p-404_menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3rem;
  margin-top: 6rem;
}
@media (max-width: 1000px) {
  .p-404 .p-404_text .p-404_menu-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-404 .p-404_text .p-404_menu-list .p-404_menu-item {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #000000;
}
.p-404 .p-404_text .p-404_menu-list .p-404_menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-404 .p-404_text .p-404_menu-list .p-404_menu-item a h4 {
  font-size: 4rem;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 768px) {
  .p-404 .p-404_text .p-404_menu-list .p-404_menu-item a h4 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .p-404__arrow {
    width: 20px;
  }
}